diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..df898a15e27b0bda638d6b93c98be5c85f6d30ec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,544 @@
+
+
+# Created by https://www.gitignore.io/api/c,qt,c++,linux,windows,qtcreator,visualstudio
+# Edit at https://www.gitignore.io/?templates=c,qt,c++,linux,windows,qtcreator,visualstudio
+
+
+
+
+
+### C ###
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+*.metalog
+
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+### C++ ###
+# Prerequisites
+
+# Compiled Object files
+*.slo
+
+# Precompiled Headers
+
+# Compiled Dynamic libraries
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+
+# Executables
+
+### Linux ###
+*~
+
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+
+### Qt ###
+# C++ objects and libs
+
+# Qt-es
+object_script.*.Release
+object_script.*.Debug
+*_plugin_import.cpp
+/.qmake.cache
+/.qmake.stash
+*.pro.user
+*.pro.user.*
+*.qbs.user
+*.qbs.user.*
+*.moc
+moc_*.cpp
+moc_*.h
+qrc_*.cpp
+ui_*.h
+*.qmlc
+*.jsc
+Makefile*
+*build-*
+
+# Qt unit tests
+target_wrapper.*
+
+# QtCreator
+*.autosave
+
+# QtCreator Qml
+*.qmlproject.user
+*.qmlproject.user.*
+
+# QtCreator CMake
+CMakeLists.txt.user*
+
+# QtCreator 4.8< compilation database
+compile_commands.json
+
+# QtCreator local machine specific files for imported projects
+*creator.user*
+
+### QtCreator ###
+# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
+#
+# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
+
+
+
+# Qt Creator autogenerated files
+
+
+# A listing of all the files included in the project
+*.files
+
+# Include directories
+*.includes
+
+# Project configuration settings like predefined Macros
+*.config
+
+# Qt Creator settings
+*.creator
+
+# User project settings
+*.creator.user*
+
+# Qt Creator backups
+
+### Windows ###
+# Windows thumbnail cache files
+Thumbs.db
+Thumbs.db:encryptable
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+### VisualStudio ###
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+.vs/
+Build/
+Intermediate/
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.meta
+*.iobj
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# End of https://www.gitignore.io/api/c,qt,c++,linux,windows,qtcreator,visualstudio
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000000000000000000000000000000000000..0927556b54440825c63fbf61b9e6179894a5547a
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,157 @@
+### GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 3, 29 June 2007
+
+Copyright (C) 2007 Free Software Foundation, Inc.
+<https://fsf.org/>
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+This version of the GNU Lesser General Public License incorporates the
+terms and conditions of version 3 of the GNU General Public License,
+supplemented by the additional permissions listed below.
+
+#### 0. Additional Definitions.
+
+As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the
+GNU General Public License.
+
+"The Library" refers to a covered work governed by this License, other
+than an Application or a Combined Work as defined below.
+
+An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+#### 1. Exception to Section 3 of the GNU GPL.
+
+You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+#### 2. Conveying Modified Versions.
+
+If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+-   a) under this License, provided that you make a good faith effort
+    to ensure that, in the event an Application does not supply the
+    function or data, the facility still operates, and performs
+    whatever part of its purpose remains meaningful, or
+-   b) under the GNU GPL, with none of the additional permissions of
+    this License applicable to that copy.
+
+#### 3. Object Code Incorporating Material from Library Header Files.
+
+The object code form of an Application may incorporate material from a
+header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+-   a) Give prominent notice with each copy of the object code that
+    the Library is used in it and that the Library and its use are
+    covered by this License.
+-   b) Accompany the object code with a copy of the GNU GPL and this
+    license document.
+
+#### 4. Combined Works.
+
+You may convey a Combined Work under terms of your choice that, taken
+together, effectively do not restrict modification of the portions of
+the Library contained in the Combined Work and reverse engineering for
+debugging such modifications, if you also do each of the following:
+
+-   a) Give prominent notice with each copy of the Combined Work that
+    the Library is used in it and that the Library and its use are
+    covered by this License.
+-   b) Accompany the Combined Work with a copy of the GNU GPL and this
+    license document.
+-   c) For a Combined Work that displays copyright notices during
+    execution, include the copyright notice for the Library among
+    these notices, as well as a reference directing the user to the
+    copies of the GNU GPL and this license document.
+-   d) Do one of the following:
+    -   0) Convey the Minimal Corresponding Source under the terms of
+        this License, and the Corresponding Application Code in a form
+        suitable for, and under terms that permit, the user to
+        recombine or relink the Application with a modified version of
+        the Linked Version to produce a modified Combined Work, in the
+        manner specified by section 6 of the GNU GPL for conveying
+        Corresponding Source.
+    -   1) Use a suitable shared library mechanism for linking with
+        the Library. A suitable mechanism is one that (a) uses at run
+        time a copy of the Library already present on the user's
+        computer system, and (b) will operate properly with a modified
+        version of the Library that is interface-compatible with the
+        Linked Version.
+-   e) Provide Installation Information, but only if you would
+    otherwise be required to provide such information under section 6
+    of the GNU GPL, and only to the extent that such information is
+    necessary to install and execute a modified version of the
+    Combined Work produced by recombining or relinking the Application
+    with a modified version of the Linked Version. (If you use option
+    4d0, the Installation Information must accompany the Minimal
+    Corresponding Source and Corresponding Application Code. If you
+    use option 4d1, you must provide the Installation Information in
+    the manner specified by section 6 of the GNU GPL for conveying
+    Corresponding Source.)
+
+#### 5. Combined Libraries.
+
+You may place library facilities that are a work based on the Library
+side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+-   a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities, conveyed under the terms of this License.
+-   b) Give prominent notice with the combined library that part of it
+    is a work based on the Library, and explaining where to find the
+    accompanying uncombined form of the same work.
+
+#### 6. Revised Versions of the GNU Lesser General Public License.
+
+The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+as you received it specifies that a certain numbered version of the
+GNU Lesser General Public License "or any later version" applies to
+it, you have the option of following the terms and conditions either
+of that published version or of any later version published by the
+Free Software Foundation. If the Library as you received it does not
+specify a version number of the GNU Lesser General Public License, you
+may choose any version of the GNU Lesser General Public License ever
+published by the Free Software Foundation.
+
+If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/Metaheuristics/001.csv b/Metaheuristics/001.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e0b2b25717541d717dfd120c68f8171adc76bcc6
--- /dev/null
+++ b/Metaheuristics/001.csv
@@ -0,0 +1,19191 @@
+round,iteration,populationNumber,objectiveFunction,binary
+0,0,0,61,0010111001010111011001111011111010011101110010111011011110001101101110110101100111110000100110101101
+0,0,1,51,1010001011010000010011001111010010001010001010010000111101001111010010011100011101001111111110111001
+0,0,2,50,0011001010010010101001110011011111000111110001011110111111110101000000000010111100110100000100011010
+0,0,3,52,0011111111000001111011011101000110110000110111010000001010010111100001011001111001011001101101100010
+0,0,4,48,1101111110010110111011010001110000100011000110000111100010000001011100010100100110101001101001011100
+0,0,5,54,1011101001001001011001011110111101000111010001100100010000011111111110001100010011101101011001110011
+0,0,6,43,1100100111000010101010101010001111001000110000001000001000110010101000011001101110010100111100101010
+0,0,7,42,0010000100001000001001110000011011010111101110001110000001001111000100011001011000110101001110100010
+0,0,8,60,0011011101100101011010111101111101101011101111001101110100011101100011101010111010101011010001101010
+0,0,9,48,1011110000011011011111011010001000100111101010010011011101000110100110010011101000010010110000001100
+0,0,10,54,0010010000010110101001111110101110101111110001000010011110001011110001101110001010111101111011110000
+0,0,11,52,0110110001110101001011001100001110110101010000111100011011011100010000100001101111110110011111101000
+0,0,12,50,0101001111100010110100111011000001000010011110100100011100010101110010000100100111001111101111010011
+0,0,13,53,1110100001001111010101111001001111100001001100010110110110111011011100011110000010111010001100001110
+0,0,14,47,0101001111010001111110000101000101001011101111001110000011011100001001110000010001110010100100010110
+0,0,15,53,1111111111101001101111000111011101101010000011010100101011000011001100001000111100101100100110100010
+0,0,16,58,1010101101010100101110011001001111111000011001010101011001111011110010111101101011110101110100001011
+0,0,17,58,0100000110000101111101000110111110001100110110101011111101110101011100101001111111111000001011111001
+0,0,18,54,1101100111100001000011100000011100010001101100111101001101011010000101001101111110110101101010111111
+0,1,0,52,0110110100010001101011111010101110010011110000010010011111001010010001101110001010111101111010110000
+0,1,1,55,1001000011100110000001100100011100101101100101111101001100010011100101001101111110110101101011111111
+0,1,2,56,0011111001000101011010111101111111001011100011101011011100001101101010101010100010100011010101101110
+0,1,3,66,0010111101110111011001111011111000111101111110011101110110011101100111110101111111111000100010101001
+0,1,4,58,0101001101100001111100111101111101101011101111001101110101011101100011101010010011101011010001100010
+0,1,5,49,0011011111010101011010000101000101001011101111001110000010011100001001110000111001110010100100011110
+0,1,6,50,1110111111001001101101000111011101101011100011000100101011000011001100011000111000100101001010100010
+0,1,7,45,0011000100101000001011110000011011010110001110011110000001001111000100001001011100111110100110100010
+0,1,8,58,0011111111100101111011110101100111101010101111001101110100011111100001001001111000101011000001101010
+0,1,9,53,0011011101000101011010011101011100110001110111000000001010010101100011111010111011011001111101100010
+0,1,10,54,1111110111100001101011000111011101101001100011010100001011011011001100001000111110111100100010101010
+0,1,11,52,1101101111101001000111100000011100010010001100111101101101000010000101001101111100000101101110110111
+0,1,12,53,0010001001010100010001001111100010101110011011010000111100001111110011011110011001001111111010111001
+0,1,13,52,1010010010010010101011111110011110001011100100000010011111001011010000101100001110111101111011110000
+0,1,14,46,1101111110101000111011010001110000100011000110010101100011000001011100010100100110101001101001010000
+0,1,15,54,1111111111010111101111000111011101101010000011000100101010000011001100001000111100101100100110101110
+0,1,16,50,1010000011010001010001011111010011000000011000010100110111001111010110011110010001101111101110111000
+0,1,17,54,1100101001001110010111101001001110101011001110010010111100111011011000011100001110011010011100001111
+0,1,18,51,0111010001010100101011111100000110111111110001000010001110001010100001011100001010111101111011110000
+0,2,0,59,1000100001011110010111101011001110101011101101111110111101111011010000011100101110011110001100001111
+0,2,1,54,1100101110100011000001100000101100000001001110011001011100011011011101101111011110110001111010111111
+0,2,2,56,1011111001100110010000101100011100101001100101101111001100000011101100001110101110110001011111111111
+0,2,3,53,0001000011000101001011110101111111001111100011111000011100011101100011101001110010100001101001101110
+0,2,4,44,1010100001100010010001100010100000000000001100110001011100001011010001101111011000101101101010111111
+0,2,5,67,0000001110010101000001001111111110101111111011011100111101011111110111011110111111010111111011111001
+0,2,6,55,1101000011100000001011100000011100101101110001111101001100011011100001001110111110111101101011111101
+0,2,7,51,0010110100010111100001111110101110010011100100010010011110000010010101101101001010110101111010110010
+0,2,8,65,0010111111110101111001101111111000111101101111011101111110011111100011100001111111111000000011101000
+0,2,9,59,0011111101100111011011110001100111101010111110001101110100011111100101010101111000101011100000101011
+0,2,10,49,1111101111001000000101101101001000000010001101011001111101000010000101001101111100000101101010110111
+0,2,11,55,0000001001110101010011000010110110111110011010110100101100001111110011011110011001000111111110111001
+0,2,12,55,1011000011100011000011100100011100101001100101011101001111010011100101001100111110110101101011111011
+0,2,13,54,1101110111100100101001000111011101101101100011110100001000011011001100001001111110111100100010101110
+0,2,14,59,0011101001010101011011101101111111101011000011101001011100001101111010111010011011100111010101101010
+0,2,15,53,0010011001010100010000011111100010001110111011010010111110001111100011001110100000001011111011111101
+0,2,16,55,1100110110100001101001000111011101101001100001011101001011011011011100101100111110111100101010101010
+0,2,17,55,1011100111100011000011100010110100000001101110110100011001011011000101001011111110110101101010111111
+0,2,18,56,1010111111000001111101010101011111111011100111001101101101001111101000011001111000100001001000101010
+0,3,0,62,1011100101100011001011100100111100001011100111111101011100011011000101101011111010110111111011111110
+0,3,1,52,0011101011010101010011101011110111100001001010101000011001001101111010011010011011100101000100101011
+0,3,2,56,1100111110100001101011000101011111101001100101011101001001011011011000001100111110101101101010101011
+0,3,3,57,1010110111000001111101010111011101111011100001001101101111001111101100111001111000110000001100101010
+0,3,4,60,1001011101100111010001101111011110101001100101001111001100001011101110001110111110110001011011111011
+0,3,5,63,0010100010010100000000001100111110101111111011111100111101010111110101011110101111010111111111111101
+0,3,6,57,0000001001010100000001011111100110001110110011011010111110001111100011001110111110001111111011111101
+0,3,7,60,0000011110010101010000001111111010101111111011010110011101011111110111011110100000010011111011111001
+0,3,8,59,1010111001101110010100101101011110101001100101101111101100000011001100001110101110110101011101111111
+0,3,9,54,1001100001010110010011001010001100101011101101110110011101111011110000011100101110011010001110001111
+0,3,10,63,0011111101100101111001100111111010111101111111001101111110011111100011100001111011101000100010101001
+0,3,11,60,0010111111110110011011111001100101101010101110011101110100011111100101010101111100111011000001101010
+0,3,12,58,0011101001010111011011101101110111101011101011001101011100001101110000110110111010100111010001101010
+0,3,13,58,0011111101100101011011110001101111101010010110101001110100011111100111010001011001101011100100101011
+0,3,14,55,0001001010000101000011110101111110101111111011111000011100011101110011001000110010010101101011101110
+0,3,15,65,0000000111010101001001001111111111001111100011011100111101011111100111111111111111100011111001111001
+0,3,16,58,1000100001011010010011101011011100101011101101111111011100111011010001010100111110111110001110001101
+0,3,17,56,1101100011100100001111100000001110101101110001111100101101011011100000001110101110011101101001111111
+0,3,18,56,1001101001110110010000000110011100101011000001101110101100001011100111011110101110110001011111111111
+0,4,0,60,1011100010100011000011110101111110101011111011111100011100011001110111001000111010010101111011101110
+0,4,1,55,0001001101000101001011100100111100001111100111111001011100011111000001101011110010110111101011011100
+0,4,2,60,0010101011110110011011111101100101101011101110001101111100011101100101110101111010111011000001101010
+0,4,3,57,0011111101010111011011101001110111101010101001001101011100001111110000010110111100100111010001101010
+0,4,4,58,0000110101000101101001101111111010111101101111001101111101011111100011100001111011100000101010101001
+0,4,5,71,0011001111110101011001000111111111001111110011011100111110011111101111111111111111101011110001111001
+0,4,6,60,1101110001100110011101100001011110101101110001111111101100010011001000001110101110011101101101111111
+0,4,7,55,1010101011101100000110101100001110101001100101101100101101001011100100001110101110110101011001111111
+0,4,8,59,1001000001110110011011001010101100101111110101110110011101011011100001011101111111011011001110001101
+0,4,9,63,0000100111010101010001001111111111001011101011011100111101111111110010111110101110100010111001111011
+0,4,10,63,0000000111010101011001001111110111101111100011011100111101011111100100111111111111100011110001111010
+0,4,11,58,0001101001010111001011101101111111001011101011001101011100001101100011110110111010100111011001101001
+0,4,12,57,0000011111010101000000101001110010111101111010110110011101011111110101011110010000001011111011111001
+0,4,13,58,0000011000110101010011001110111110101110111111010101101100000111111010001110101001010111101110111001
+0,4,14,63,0011110001010101010011100101111111101010011110111001110100010111110111010111111011100111101101101001
+0,4,15,57,0010101100100100001000011000101110101111110011101100111101010111101101011000001101011011110110111111
+0,4,16,63,1001111101100101110001101111011110101001111101001111101110001111101010001100111110110001011010111011
+0,4,17,58,0011011101100111011001100111111010111101100111001101011100011011100111100011111011101000100000101001
+0,4,18,64,0011111101100101010011110111101111101111011110101001111110011111100011110001111001101001100111101000
+0,5,0,64,0011110001010111010011100101111111101011011110111001110100010111110111010111111011100111101001101001
+0,5,1,58,0010101011110100011011111101100101101010101110001101111100011101100101010101111010111011000101101010
+0,5,2,63,0001100001110110010011011010101111101111110101100110111111011111100001111111111011011001101110001100
+0,5,3,63,1011011101100101011011100111111100101111011110111001011100011011100011010101111101111011000111001001
+0,5,4,59,1011100001110100011011101110101110101110010101101100010101011111100101011101111111010111001100001001
+0,5,5,64,0001010001010111011011000101111101101011111110110011111100010011110011010111111011101011101111101101
+0,5,6,60,0011011001000111011001100111111110111011110111001001010100011011100111110111111011100100100101101001
+0,5,7,57,0011110101010101010011100101111011101100001110111101110100010111110101000011111011001011101000101001
+0,5,8,70,0011001111110101011001001111111111001111101011011100111110011111111111111111101110100011110001111001
+0,5,9,64,0000100111010101010001000111111111001011110011011100111101111111100010111110111111101010111001111011
+0,5,10,65,1011101010100011010011110101111111001011111011011100011101011001110111011010111110100101111011101110
+0,5,11,68,0011000111110101001001000111111110101111110011111100111110111111101111101101111011011011110001111001
+0,5,12,57,0010111100100100001000001000101010101101101011101101111101011111100001111000111101011011101010111111
+0,5,13,59,0000100101000101101001111111111110111111110111001100111101010111101111000101001011100000110110101001
+0,5,14,57,0010101100100100001000011000101110101111110011101100111101010111101101011000001101011011110110111111
+0,5,15,58,0110101100100100001000011000101110101111110011101100111101010111101101011000001101011011110110111111
+0,5,16,60,1001011101100101010001101111011110101010111101001101101110001111101010001100101110010101111010111011
+0,5,17,61,0000111000110101110011001110111110101101111111010111101100000111111010001110111001110011001110111001
+0,5,18,63,1011000011110001011011110111110110101011111011111100011100011001110110011010111010100101111011101110
+0,6,0,60,0001001000010110011001111011101110101011110101100110010111011111100001111111111011011001101101101100
+0,6,1,60,0011110001100111010011000110111111111111110111001001011100011011100111110111111011100100100100001001
+0,6,2,67,0011100111110101010001000101111111101111110011111100111110111110110111111101111011001011100001111001
+0,6,3,64,0011010001010111001011100111111110101011011110111001110100010111101111000111111011110111111001101001
+0,6,4,68,0011000111110101001001000111111110101111110011111100111110111111101111101101111011011011110001111001
+0,6,5,66,0011000111110101001001000111111110101111110011111100111110111011101111101101111011001011110001111001
+0,6,6,67,1011011101100001011011100101111110101111111111111101011101011011100011011011111101111011000111100001
+0,6,7,60,1011101010101111010011110111111101001001011010011000011100011001110111010100111110100101111011001110
+0,6,8,64,1011110101000111011011100111111101101011011110111001110100010111100111010101111111101111100001001001
+0,6,9,62,0011011001110101010011100101111110101111011110111001011100011011110011010111110001110011001111101001
+0,6,10,69,0001101111110101011001001111111111001111101011011111101100010111111111111111101000110011111001111001
+0,6,11,62,0010011000110101110011001110111110101101111111010100111110001111111010001110111111100011000110111001
+0,6,12,67,1011011101110101011011101111111100001111011110111000111110011011111111011101101001111011000011101001
+0,6,13,65,0011001111100101011001000111111111101111101011011101011100011111100011110111111110100011110101011001
+0,6,14,63,1001000011100101101001110111110110101111111111101100101100010111101110011010111010100101111011101110
+0,6,15,59,0010100101010001011011111111111110111011110011011100111101011001110111000101001011100000110110101001
+0,6,16,63,0011100101110100011011110111101110001010110101111100011101011111100101011101111111010011111100001011
+0,6,17,60,1000100011010101010001001110111111101111010011001100110101101111100010111110111111101110001001111001
+0,6,18,63,1011001011110001010011110111111111101011111011111100011100011000110110011010111010100101111011001110
+0,7,0,64,0011000111100101001001000111111110101111110011011100111110111011101111100111111011001011110001111001
+0,7,1,66,0011001111110101011001000111111111101111101011111101011100011111100011111101111110100011110101001001
+0,7,2,64,0010111101110101010011101110111110001010111111011100111110011111111000001110111111100011000110011011
+0,7,3,61,0011000000110100111011010111101110101101110101110100011101001111100111011101111111010011111100101001
+0,7,4,65,0011110101010100001011100111101110001010011111111100111011011111101111010111111111010011111100001011
+0,7,5,63,0011000001110111011111110111111110101011110100111001010100010111100101001101111011110111111001101001
+0,7,6,69,0001101111110101011001001111111111001111101011011111101100010111111111111111101000110011111001111001
+0,7,7,67,0001101111110101011001001111111111001110101011011111101100010111111111101111101000110011111001111001
+0,7,8,70,0011101111110101001001001111111111001111111011011110111110010011111111111111101010110011110001111001
+0,7,9,66,0001000111110101011001000111111110101111100011111101101110111111101111101101111001001011111001111001
+0,7,10,68,0011000111110101001001000111111110101111110011111100111110111111101111101101111011011011110001111001
+0,7,11,69,0011000111110101001001000111111110101111110011111100111110111111101111101101111011011011110101111001
+0,7,12,63,0011101101110101011001001111111110001111001011011001101100010111111111111111101000110011101001101001
+0,7,13,72,1001011111110111011011001111011101001111111110111110111110011011111111011101101001111011010011111001
+0,7,14,70,0011000111110101001001000111111111101111110011111100111111111111101111111101111011001011101001111001
+0,7,15,64,0011100111110101010001000101111010101111110011111100111110111010110111101101111011001011110001111001
+0,7,16,69,0011111011110101011001101111111111101101111111111101011100011011110011110111110001110011001101101001
+0,7,17,60,0001001101110101010010000101111110001111001010011011101100010111111111011111101000110011111011111001
+0,7,18,66,0011010101010011001011101111111110101001011111111001110110011011101111001111111011110111101001101001
+0,8,0,66,0011001111110101011001001111111111101111101011111101011100011111100011111101111000110011110101001001
+0,8,1,67,0001101111110101010001000111111111001111101011011110101100010111111111111111101110100011111001111001
+0,8,2,64,1001001111100101001011000111011101001111110010111100111110111011101111101101111001011011110001111001
+0,8,3,76,1011010111110111011001001111111110101111111111111110111110011111111111011101101011111011010011111001
+0,8,4,71,1001011011110101011001001111001111101101111110111111111110011011111111010111111011111011100001111001
+0,8,5,70,0011111111010111011011101111111101001111111111111100011100011011110011111101100001110011011111101001
+0,8,6,70,0011000111110101001001000111111111101111110011111100111111111111101111111101111011001011101001111001
+0,8,7,70,0011000111110101001001000111111111101111110011111100111111111111101111111101111011001011101001111001
+0,8,8,65,0001001111110101011011001111011111001111100011111100101110111011101111001101111001001011111001111001
+0,8,9,73,1001010111110111011001000111111100101111111110111111111110011111111111111101101001111011010011111001
+0,8,10,68,0011101111110101001001001111111111001111111011011110111110010011111111010101101000111011110011111001
+0,8,11,65,1011011001110101011011100111101100001111011110111000111100010111111111111111101011110011010001101001
+0,8,12,68,0001000111110101011001001111111111101111100011111101111100011111111111101111101010110011110001111001
+0,8,13,68,0011101111110101001001000111111110001111111011011110101100110111101111111101111001011011111001111001
+0,8,14,72,0011111111110101011001101111101111101111110111111101011101011011110011110111111001111011001001101101
+0,8,15,67,0011000011110101001001000111111111101101111011111100111110101111101111111101110011001011101101111001
+0,8,16,70,1001011111110111011010001111011111001111101010111111101111011110111111011101101001111011010001111001
+0,8,17,69,0001101111110101011001001111111101001110111111011110111100010011111111101111101100110011111011111001
+0,8,18,66,0011000111110101001001000111111110101111110011111100110110111111101111101101101011110011110001111001
+0,9,0,74,1001010111110111011001001111111111101111110110111111111110011011111111011111101001111011010011111001
+0,9,1,68,1001011011110101011001000111001100101101111110111111111110011011111111110101111011111011100001111001
+0,9,2,71,0011101111110101001001001110111111001111111011011110111110010011111111111111111010011011110101111001
+0,9,3,68,0011101111110101001001001110111111001111111011011110111100010011111110111111101010011011110101111001
+0,9,4,69,0011101111110101001001001111111101001110111111011110111100010011111111111111111000110011110101111001
+0,9,5,69,0001101111110101011001001110111111001111111001011110111100010011111111101111101110011011111011111001
+0,9,6,71,1011010111110111001001000111111110101111111111111110110110011011101111111101101011110011110001111001
+0,9,7,70,0011000111110101011001001111111110101111110011111100111110111111111111001101101011111011010011111001
+0,9,8,70,0011101111110101001001001110111111001111111011011110111100010011111111111111111010011011110101111001
+0,9,9,70,0011101111110101001001001110111111001111111011011110111100010011111111111111111010011011110101111001
+0,9,10,69,0001010111110101011001001111001111101111100111111101111110011111111111110111101010110011110001111001
+0,9,11,70,1001001011110101011001001111111111101101111010111111111100011011111111001111111011111011100001111001
+0,9,12,70,1011000111110101001001100111111111101111110111111000111101111111101111111101111011001011100001111001
+0,9,13,66,0011011001110101011011000111101100001111011010111100111110010111111111111111101011110011011001111001
+0,9,14,66,1011011001110101011011000111111110001111010110111000111101110111111111111111101011100011001001101001
+0,9,15,67,0011000111110101001001100010101101101111011011111100111111011111101111111101111011011011110001111001
+0,9,16,73,1011010111010111011001100111111100101111111110111110111110011111111111111101101001111111010011101001
+0,9,17,71,0001111111110111011011001111111101001111111111111101011100011011110011111101100001110011011111111001
+0,9,18,72,1011111111010111011010001111011111001110101110111111111111011010111111011101101001111011010101111001
+0,10,0,68,0011001001110101011001000111111110101111011010111110111110010111111111101111101011110011111001111001
+0,10,1,67,1001011011110101011011001111101101001101111010110101111100011011111111011111111011111011000001111001
+0,10,2,71,1011000111110101011001001111111110101111111011111100111110111011111111001101101011111011110001111001
+0,10,3,69,0011010110110111001001000111111110101111110111111110110110011111101111111101101011110011010011111001
+0,10,4,70,0011000111110101011011100111111100101111111010111110111110011011111111111111111000111111010001101001
+0,10,5,75,1011111111010111001001001110111111001111111111011110111110010111111111111101101011011011110111111001
+0,10,6,69,0011101111110101001001100110111111001111111011011100111110111011011111111111111010011011010001111001
+0,10,7,67,0011000011110101011001001111111110101111110011111100111100010111111111001101101011110011110111111001
+0,10,8,71,1011010111110111001001000111111110001110111111111110110111011011111111111101101011110011110001111001
+0,10,9,72,1011111111010111011010001111011111101111101110111111111110011010101111011101101001111011010101111001
+0,10,10,72,0001010111110101011001001111111111001111111110111111111100011011111111011111101011111011010011111001
+0,10,11,70,1011101111110111001001001110111111101111110011011110111110010011111111111110111000011011100101111001
+0,10,12,68,1011000101110111001001000111111110101111111111111110110100010011111111111101111011010011110001111001
+0,10,13,72,0011111111110111001001001110111111001111111011011110111110011011101111110111101010111011110101111001
+0,10,14,71,1011000111110101001001110111111111101111110111111100111100111111111111011101101011001011100011111001
+0,10,15,70,0011000111110101011001001111111110101111110011111000111111111111101111101101111011111011010001111001
+0,10,16,70,0011010111110101011000001111001111101111110111111101111110010011111111110111111010110011110101111001
+0,10,17,68,0001101111110101001001001110111111001111101011011110111100011111111111111111101010011011110001111001
+0,10,18,67,0011000111110101011001001111111110101111110011111100111100111111111111001101001001111011010011111001
+0,11,0,72,0011001111110111011010001111111101001111111011111101111110011011111011111101110011111011010101111001
+0,11,1,70,0001110111110101011001001111111110101111110111111000011111111111100111101101101011110011011011111001
+0,11,2,69,0011000111110101011000001111111111101111111111111100011110111011111011101101100011111011110001111001
+0,11,3,71,0001111111110111011011001111111100001111101011111101111110011011110111011001101011110011011111111001
+0,11,4,66,0011000111010101011001100111111100101111111010111110111110010011111111111101101010111111010001101001
+0,11,5,79,1011111111110111001011001110111111001111111111011110111110011111111111111111111001011011110111111001
+0,11,6,71,0011111011110111011011001111011111001101101010111111111110011010111111011111101011111011000101111001
+0,11,7,65,1001011111010101011010001111101101101111111010110101111100011010001111011101111001111011010001111011
+0,11,8,71,0001000111110101011001001111111110001111110110111011111100111011111111111111111011111011010011111001
+0,11,9,72,0011010111110101011001001111111111101111111011111100111111011111101111001101101011111011010001111101
+0,11,10,66,1011011110010111011010001111011111101111110011101100111100011001101111011101101011111011010001111001
+0,11,11,71,0011100111110101011001001111111110001111101110111011111111111110101111101101111001111011010101111001
+0,11,12,67,0011000111110101011011100111111100101111111010111110111110011011111111001111111001111010010001101001
+0,11,13,73,1011000111110101011001001111111110101111111011111100111110111011111111111101101010111111110001111001
+0,11,14,68,1001000111111101001001001110111111001111110011111110111110010011111111111111111000111011100001111001
+0,11,15,75,0011111111110111011001001111111111101111111110011111111100011011111111011110101011011011010111111001
+0,11,16,72,0001111111110111001010001111111100001111111001111101111110011011111111111111100010111011110111111001
+0,11,17,68,0011111111110111011001001110111111001111111111011110011110010011100011110101101010110011011101111001
+0,11,18,71,0001110111110101011001001110111111001111111110111110111100011011111111011111101011111011010011111001
+0,12,0,70,0011000111110101011001001111111110101111101011111100111110111011111111111101001010111111110001111001
+0,12,1,73,1001111111110111011011011111101100001111111011111101111110011011110111011001101011110011011111111001
+0,12,2,68,0011100111110111011000001111111110001111101000111001111111111101111111101101101010111011010101111001
+0,12,3,73,0001111111110101001011001111111100001111111111111110111110011010101111111111110001111011110111111001
+0,12,4,73,0011001111110111001001001111111111001110111011011111111110111011111111110111101010111011110101111001
+0,12,5,73,1011010111110111011001001111111110101111111011111100111110011011101111111101101010111111110001111001
+0,12,6,70,0011010111110101011011100111111110101111111010111111111100011011111111001110111011111011010001101001
+0,12,7,71,0011101111110111011001001111111101101111111110011110111110011011111111011111101001011010010111111000
+0,12,8,70,0001110111110101011001001111111110101111110111111000011111111111100111101101101011110011011011111001
+0,12,9,69,0001110111110101011001001111111110101111110111111000011111111111100111101101101011100011011011111001
+0,12,10,76,0011010111110101011001001111111111101111111011111101111111111111101111001101111011111011010101111101
+0,12,11,68,0011100111110101011101001111111110001111101110111010111111011110101111101101101001111011010001111001
+0,12,12,76,0011100111110101011001001110111111001111101111111011111111111111101111111111111001111011010111111001
+0,12,13,75,1011111111110111001011001111111110001111111110011110111110011110111111101101111001011011110111111001
+0,12,14,76,0011010111110111011001001111111111101111111011111110111110011111101111011111101011011011010111111101
+0,12,15,72,0011111111110101011001001111111111101111111110011101111101011011111111001100101011111011010101111001
+0,12,16,71,0001111011110111011011001111011111001101101010111111111110011011111111011111101011111011000101111001
+0,12,17,72,0011111111110111001010001111111110001111111001111101110110011010111111111111100010111011110111111001
+0,12,18,72,0011100111110101001001001111111110001111111110111101111111011111111111101101110001111011110101111001
+0,13,0,71,0011110111110101001001001111111111101111111110011101111111011011101011011101101011111011010101111001
+0,13,1,74,0011011111110111011001001111111111101111111011111110111100011011111111001110101011011011010111111101
+0,13,2,71,0011010111110101011011001111011111001111111111111110111110011010101111001101110001111011110101111101
+0,13,3,77,0001111111110101001001001111111100101111111011111101111111111111101111111111111011111011010111111001
+0,13,4,72,1011111111110111011011011111111100001111111011111100111010011110110111011001101011010011011111111001
+0,13,5,75,1001111111110111001011001111101110001111111110011111111110011011111111101101111001111011110111111001
+0,13,6,74,0011010111110101011001001111111111101111111011111110111110011111111111011101001010111011010111111101
+0,13,7,70,0011000111110111010001001111111110101111101011111100111110111011101111111111101011011111110001011001
+0,13,8,65,0001100111110101011001001111110110101111100011111000111110111111100111111101001010110011110011111001
+0,13,9,73,0011010111110101011001001111111110101111101111111100011111111011111111101101101011111111011001111001
+0,13,10,74,0011100111110101001001001110111111001111111110111101111111111111111111101101111001111011110101111001
+0,13,11,73,0011100111110101011001001111110110001111101111111011111111011111101111111111110001111011010111111001
+0,13,12,76,1011111111110111001010001111111110001111111110011111111110011110111111111101101011011011110111111001
+0,13,13,71,0011111111110111001011001111111110001111111001111100110110011010111111101111110000111011110111111001
+0,13,14,69,0001111011110101011011001111011110001111110111111100111110111011110111111111101011110011000001111001
+0,13,15,71,0001110111110111011001001111111111101101101010111011011111011111101111001101101011101011011111111001
+0,13,16,69,1011100011110101001011001111111110001111111110111110111110011110111111101101110001011011110101011001
+0,13,17,76,0011111111110111001001001111111110001111111110011101111111011111111111101101111001111011110111111001
+0,13,18,69,0001101011110100011011001111111110101111100011111010011110111111101111111101101011110011011011111001
+0,14,0,75,1011111111110111001011011111111110001111111011011100111110011110110111111001110011111011011111111001
+0,14,1,71,1001111111110111011011001111101100001111111110111111111010011011111111001101101001010011110111111001
+0,14,2,75,1001111111110101001001001111111110101111111011011101111110011111101111111101111011111011010111111001
+0,14,3,76,0001111111110011001011001111101100001111111110111111111111111011111111101111111001111110110111111001
+0,14,4,67,0001110011110100011001001111111110101101100011111010011110111111101111111101101011101011011011111001
+0,14,5,71,0000101111110111011011001111111111101111101010111011011110011111101111001101101011110011011111111001
+0,14,6,73,1011111111110111001010001111111110001111111110011111111110011110111111101101101001011001110111111001
+0,14,7,78,0011111111110111001001001111111110001111111110011101111111011111111111111101111011111011110111111001
+0,14,8,71,1011101111110111011011001111110110001111111011111001111110011110110111011001101001011011011111111001
+0,14,9,72,0011110111110101011001011111111000001111101111111100111011011111101111111111110011110011010111111001
+0,14,10,75,0001111111110101001001001111111100101111101011111101011111111111111111101111111011111011010111111001
+0,14,11,75,0011010111110101011001001111111110101111111111111100111111111011101111111101101011111111011001111001
+0,14,12,74,0010011111110111001001001111111111101111111011111111111100011011111111001101111011011011010111111101
+0,14,13,73,1001101111110111011011001111101110001111111110011110111110011011111111101110101001111011110111111001
+0,14,14,69,1011110011110101011011001111011110001111111110111110111110011110111111001101110000011011110101011101
+0,14,15,69,0011000111110101001011001111011111001111111111111110111110011010101111101101110001111011110101111001
+0,14,16,75,0011010111110101011001001111111110101111101111111100111111111111111111111101101011111011010001111101
+0,14,17,70,0011000111110101011001001111111111101111011011111110011110011011111111001101001010111111011111111001
+0,14,18,75,0000111111110101001001001111111100101111111011011101111111111111101111111111111001111011110111111001
+0,15,0,74,0000011111110101001001001111111100101111111011011101111111111111101111111111111011110011110111111001
+0,15,1,76,0011110111110101011001001111111110101111101111111100111111111111111111111101101011111011010001111101
+0,15,2,74,0011111111110101001001001111111110001110101111111101011111011111111111101111111011111011000111111001
+0,15,3,75,0001111111110111001001001111111100101011101011111101111111111111111111101101111011111011010111111001
+0,15,4,74,0011110111110101001001011111111000001111111111011101111111011111101111111111110011111011010111111001
+0,15,5,69,0011101111110111011001001111111110001101101010110100111011001111110111111101011011110011110111111001
+0,15,6,75,1011101111110111001010001111101110001111111110111110111111011111111111101110101001111011110111111001
+0,15,7,75,0001111111110111011001001111111110001111111110011101111110011011111111111101111011111011010111111001
+0,15,8,76,0111111111110111001001001111111110001111111111011101111110011110110111111001110011111011111111111001
+0,15,9,78,1011111111100111101011011111111110001111111010011100111111011111111111111101111011111011010111111001
+0,15,10,75,1011111111110101011011001111111110001111111110111110111110011110111111101101110001011011110101111101
+0,15,11,72,0011110011110111001001001111011110001111111110011101011111111111111111011101111010111011110111011001
+0,15,12,76,0011111111110111001001001111111110001111111110111100111111011110111111111101110011111011110111111001
+0,15,13,77,1011111111110111001011011111111110001111111011011101111110011111110111111001110011111011011111111001
+0,15,14,76,0001111111110101001001001011111100111111101110111101111111111111111111101111111011111011010111111001
+0,15,15,78,0011111111110111001001001111111110001111111011011101011111011111111111111101111011111011111111111001
+0,15,16,71,0001111111110111011011001111111111101111101010111011011110011111101110001101111011110011010111101001
+0,15,17,74,0010101111110111001001001111111110001111111110111101111111010111111111101101101011111011011111111001
+0,15,18,75,1001101111110101011011001111111110101111111111111100111110111011111111101100101011111011110011111001
+0,16,0,76,0011111111110111011001001111111110001111111111011111111110011011110111111101110011111011010111111001
+0,16,1,73,0100111110110111001001001111101110001111111110011101111110011110111111111001111011111011111111111001
+0,16,2,78,0010111111110111001001001111111110011111111111111101111111010110111111111101101011111011111111111001
+0,16,3,72,0011101111110111001001001111111110001011111010011101011111011011111111101101111011111011011111111001
+0,16,4,76,0011111111110111001001001111111110001111111111011101011110011111111111111001110011111011111111111001
+0,16,5,76,0111111111110111001001001111111110001111111011011101110111011110110111111101111011111011111011111001
+0,16,6,76,0011111111110101001001001111111110001110111110111101111111011111111111101111111011011111000111111101
+0,16,7,73,1011111111110101011011001111111110001111101111111110011110011110111111101101110001011011110101111001
+0,16,8,76,1011111111100111001011001111111110001111111110111101111111010111111111101101101011111011010111111001
+0,16,9,76,0010101111110111101001011111111110001111111010011100111111011111111111111101111011111011011111111001
+0,16,10,75,0011111111110101011001001111111110001111111110111100111111111110111111111101101011111011010011111001
+0,16,11,75,0011110111110101001001001111111100101111101111111100111111011111111111111101110011111011110101111101
+0,16,12,74,0111111111110111001000001111111110001111111110011101111110011110111111111001010011111011111111111001
+0,16,13,73,0011111111010111001001001111111110001111111111111100111111011100110111011101110011111011110111111001
+0,16,14,77,1111011111010111001011011111111110001111111011011101111110011111110111111001110011111011111111111001
+0,16,15,74,0011111111110111001001001111111110001111111111011100111110011110111111111001110011111011011111111001
+0,16,16,73,0001101111110111011001001111101110001111111110011101011110011111111111111101111011111011010111111001
+0,16,17,76,1011111111110111000110001111111110001111111110111110111111011011111111101110101001111011110111111001
+0,16,18,76,1011111111110111001011011011111110001111111011011100111110011111110111111001111011111011011111111001
+0,17,0,77,1011111111100111001011011101111110001111111010011101111111011111111111111001111011111011011111111001
+0,17,1,75,1011111111110111101011011011111110001111111011011100111110011111110111111101110011111011010111110001
+0,17,2,76,0011111111010111001001001111111110001111111111111101111111010110111111101101111011011111110111111001
+0,17,3,75,0010111111110101001001001111111110011110111010111101111111011011111111111111101011111011001111111101
+0,17,4,76,0011111111110111001011001111111110001111111110111101111110011111111111101101101011111011010111111001
+0,17,5,76,1011111111100111011001001111111110001111111111011111111111010011110111111101110011111011010111111001
+0,17,6,74,1011111111100111101001011111111110001111111010011100111111011111111111011101110011111011010111110001
+0,17,7,79,0010101111110111101011011111111110001111111010011101111111011111111111111101111011111011011111111101
+0,17,8,73,0111110111110111001001001111111110001111111011011101110111011110111111011101111011011011100011111101
+0,17,9,74,0011111111110001001001001111111110001110111110111101111111011111110111101111011011111111011110111001
+0,17,10,73,1010001111110111001001011111111110001111111011011100111111010111101111111001111011111011011111111001
+0,17,11,75,0111111111010111101011011111111110001111111010011101111110011111110111110101110001111011111111011001
+0,17,12,77,1111011111100111001011011111111110001111111011011101111110011111110111111001110011111011111111111001
+0,17,13,77,1011111111010111101011011111111110001111111010011101111111011111111111111101110011111011010111110001
+0,17,14,75,0111111111110111001001001111111110001111111110011100110111011110111111111001111011111011011111111001
+0,17,15,74,0011111111110111001001001111111110001111111011011101111110011110110111111101110011111011111011111001
+0,17,16,79,1111111111010111001001001111111110001111111111011101111111011111111111101101110011111011111111111001
+0,17,17,72,0011011111110101001011011111111110001010111010111101111110011111110111111011111011001111000111111101
+0,17,18,78,0011111111110111001001001111111110001111111111011101111110011111111111111101110011111011111111111001
+0,18,0,77,1011111111100111001011011101111110001111111010011101111111011111111111111001111011111011011111111001
+0,18,1,77,1011111110100111001011011101111110001111111010011111111111011111111111111001111011111011011111111001
+0,18,2,78,0011111111110111001011101111111110001111111111011101111110011110111111101101111011011011111111111001
+0,18,3,79,0011111111010111001001001111111110001111111111111101111111110111111111111101110011111111110111111001
+0,18,4,79,0011101111110111101011011111111110001111111010011101111110011111111111111101111011111011011111111101
+0,18,5,79,0010111111111111001001001111111110001111111111011101111111011111111111111101110011111011111111111001
+0,18,6,77,1011111111100111011001001011111110001111111111011111111111010111110111111101110011111011011111111001
+0,18,7,75,1111111111010011001001001111111110001111111111011101111111011011111111101101110011111011110111101001
+0,18,8,76,0011101111110111001011001111111110001111111011011101111111011111110111111101110011111011111011111001
+0,18,9,78,0010111111110111101001011111111110001111111010011101111110011110111111111101111011111111011111111101
+0,18,10,74,1010111111110111001001001111111110011110111010111101111110011010111111111101101011111011001111111101
+0,18,11,74,0011011111110101001001001111111110001111110011011101111111011111110111111111110011111011111011111001
+0,18,12,76,1111011111110111101011011111111110001111111011011101111110011111110111111001110010111001111111110001
+0,18,13,75,1011111111100111001011011011111110001111111011011100111110011111110111111101111011111011010111111001
+0,18,14,76,1011111111110111001011001101111110001111111010011101111111011110110111111101110011111011111111111001
+0,18,15,74,0011111111100111001001011111111110001111111011011101111110011011111111111001111011111011011011111001
+0,18,16,77,0010101111110111101011011111111110001110111010011101111111011111111111111101111011111011001111111101
+0,18,17,76,0010111111110101001001001111111110011111111010111101111111011011111111111111001011111011011111111101
+0,18,18,77,1111011111100111001011011111111110001111111011011101111110011111110111111001110011111011111111111001
+0,19,0,76,1011111110100111001011011101111110001111111010011101111111011111111111111001110011111011011111111011
+0,19,1,77,1111011111100011001011011011111110001111111011011111111110011111110111111001111011111011111111111001
+0,19,2,79,0011101111010111001001101111111110001111111110011101111111111111111111111101110011111111110111111101
+0,19,3,77,0010111111110111101011011111110110001110111011111101111111010111111111111101111011111011001111111001
+0,19,4,79,1011111110100111011011011101111110001111111011011111111111011111111111111001111011111011011111111001
+0,19,5,73,1011111111100111001001001011111110001111111110011111111111010111110111111101100011111011001111111001
+0,19,6,76,0010111111110111101001011111111110001111111110011101111110001110111111111001111011011111011111111101
+0,19,7,76,1111011011110111101011011111111110001111111011011101111110011111110111111101110011111001111111010001
+0,19,8,74,1011011111100111001011011101111110001110111010011101111111011111111111111001111011110011011111111001
+0,19,9,77,1111111111100111001011011101111110001111111011011101111110011111110111111001110011111011111111111001
+0,19,10,78,1011011111110111001001011111111110001111111011011101111110011111111111111001111011111111011111111001
+0,19,11,76,0110111111100111101011011111111110001111111010010101111110011110110111111101110011111011111111111101
+0,19,12,77,0010111111010111000001001111111110001111111111011101111111110111111111111101110011111111111111111001
+0,19,13,79,0011111111111111001001001111111110001111111101111101111111011111111111111101110011111011110111111001
+0,19,14,80,1011111111100111011011101111111110001111111111011101111111010111111111111101110001111011111111111001
+0,19,15,73,0011111111110111001001001011111110001111111111011111111110011110110111101101111011001011011111111001
+0,19,16,78,1111011111100111011011011111111110001111111011011111111110011111110111111001110011111011011111111001
+0,19,17,75,1011111111100111001001001011111110001111111111011101111111010111110111111101110001111011111111111001
+0,19,18,79,0011101111110111101011001111111110001111111011011101111110011111111111111101111011111011111011111101
+0,20,0,78,1111011111100111011011011011111110001111111011011111111110011111110111111001111011111011011111111001
+0,20,1,78,1111011111100011001011011111111110001111111111011111111110011111110111111001110011111011111111111001
+0,20,2,74,0111011111100111001011011111110010001111111011011101111111011111110111111001110011111011011111111001
+0,20,3,80,1010111111110111111011011111111110001110111011111111111110010111111111111101111011111011001111111001
+0,20,4,81,1111011111100111011011011111111110001111111011011111111111011111111111111001111011111011011111111001
+0,20,5,71,1011011111100111001011011101111110001110111010011101111110011111110111111001110011110011011111111001
+0,20,6,76,1011001111110110001001001111111110001111111011011111111111111111111111111100110011111011110111111001
+0,20,7,79,0111111111000111011011111111111110001111111110011101111110011111110111111001110011111111011111111101
+0,20,8,78,1010011111110111101001011111111110001111111010011111111110011111111111111001110011111111011111111101
+0,20,9,74,0111011111100111011011011111111110001111111111011101111110001110110111111001111011010011011111111001
+0,20,10,78,1011011111110111001011011111111110001110111011011101111111010111111111111101111011111111001111111001
+0,20,11,76,0010111111110111101001111111110110001111111011011101111110011111111111111001111011011011011111111001
+0,20,12,78,1010011111110111001001011111111110001111111011011101111110011111111111111101111011111111011111111001
+0,20,13,71,0011111111110111001001001011111110001111111111011111111110011110110111100001111011001011011111111001
+0,20,14,76,1011111110100111010011011101111110001111111011011111111100011111111111111001111011101011111111111001
+0,20,15,77,1111011111100011001011011011111110001111111011011111111111011111110111111001111011111011011111111001
+0,20,16,76,0010111111110111101011001111110110001110111011011101111111011111111111111101110011111011011011111101
+0,20,17,80,0011101111110111101011011111111110011111111011111101111110010111111111111101111011111011101111111001
+0,20,18,79,0011101111100111101011001111111110001111111011011101111110011111111111111101111011111111111011111101
+0,21,0,82,1111111111100111101011011011111110011111111011111111111110011111110111111001111011111011111111111001
+0,21,1,75,0011001111110111011011011111111110001111111011011101111110010111111111111101111011111011001110111001
+0,21,2,78,1011011111100111001011011111111110001111111111011101111110010111111111111101111011111111001111111001
+0,21,3,78,1111011111110011001011011111111110001110111011011111111111011111110111111001110011111011111111111001
+0,21,4,79,1010011111100111111011011111111110001110111111111111111110010111111111111101110011111011011111111001
+0,21,5,78,1111111111110011001011011111111110001111101011011111111110011111110111111001111011111011101111111001
+0,21,6,75,0010111111110111101001111111110110001111111011011101111011011111111111111001111011011011011110111001
+0,21,7,76,1011111110110111001011011101111110001111111010011101111110011111111111111001110011111011011111111011
+0,21,8,76,1010011111110111001001011100111110001111111011011101111111011111111111111001111011111111011111111001
+0,21,9,77,1011101110110111001011011111111110001111111010011101111110011111111111111101110111111011011011111011
+0,21,10,80,1010111111110111011011011111111110001110111011111111111110010111111111111101111011111111001111111001
+0,21,11,78,1011011111110111101011011111111110001110111011011101111111010111111111111101111011111011001111111001
+0,21,12,78,0010101111110111101011011011111110011111111011111101111110011111111111111101111011111011001111111001
+0,21,13,77,0011111111110111101001111111110110001111111011011101111110010111111111111001111011011011111111111001
+0,21,14,74,0011101111100011101011011111110010001111111011011101111110011111111111111101110011111011011111111001
+0,21,15,79,0111011111110111001011011111111110011111111011111101111111010111110111111001111011111011101111111001
+0,21,16,74,1010111110110111010001011101111110001111111010011111111100011111111111111001110011101111111111111001
+0,21,17,79,1011001111100111101011011111111110001111111011011111111110011111111111111001111011111011011111111101
+0,21,18,80,1111011111110111011011011111111110001111111011011111111111011111111011111001111011111011001111111001
+0,22,0,81,1111111111100111101011011111111110001111111011011111111110011111110111111001111011111011111111111001
+0,22,1,79,1111111111110011001011011011111110011111101011111111111110011111110111111001111011111011101111111001
+0,22,2,79,1010111111100111111011011111111110001110101111111111111110010111111111111101110011111011011111111001
+0,22,3,78,1010011111100111111011011111111110001110111011111111111110010111111111111101101011111011011111111001
+0,22,4,78,1010111111100111101011011111111110001110111011111101111110010111111111111101111011111111001111111001
+0,22,5,80,1011011111100111011011011111111110001111111111011111111110010111111111111101111011111011011111111001
+0,22,6,81,1111111101100111101011011011111110011111111011111111111110011111110111111001111011111011111111111001
+0,22,7,82,1111111111100111101011011011111110011111111011111111111110011111110111111001111011111011111111111001
+0,22,8,77,1000011111110111101001011000111110001111111011011111111111011111111111111011111011111111011111111001
+0,22,9,81,1111111111100111001011011111111110011111111011111101111110011111110111111001111011111011111111111001
+0,22,10,81,1010111111110111011011011111111110001110111111111111111110010111111111111101111011111111001111111001
+0,22,11,76,1010011111100111111011011111111110001110111011111111101110010111111111111101110011111011001111111001
+0,22,12,76,1010011111100011011011011111111110001110111011011111111110010111111111111101110011111111101111111001
+0,22,13,80,1111111111110011001011011111111110001110111011111111111111011111110111111001111011111011011111111001
+0,22,14,75,1011011111110111111011011111111110001110111011011101111100010111111111111000111011111011001111111001
+0,22,15,81,1011001111100111101011011111111110001111111011011111111111011111111111111101111011111011011111111101
+0,22,16,81,1110111111110111011011011111111110001110111011111111111110010111111111111101111011111111001111111001
+0,22,17,77,1011011111110011001011101111111110001110111011011111111111011111110111111001110011111011111111111001
+0,22,18,77,1010001111100111101011011110011110001110111011111111111110111111111111111101110011111011111111111001
+0,23,0,78,1011001111100111101011011111111110001111111011011111111110011111110111111001111011111011011111111101
+0,23,1,83,1111111111100111001011011111111110001111111011011111111111011111111111111101111011111011111111111001
+0,23,2,81,1011111111100111101011111011111110011110111011111111111110010111111111111001111011111011111111111001
+0,23,3,85,1110111111110111011011011111111110001111111111111111111110011111110111111101111011111111001111111111
+0,23,4,82,1111111111100111101010011111111110011111111011111111111110011111110111111001111011111011111111111001
+0,23,5,80,1111111111100111001011011011111110011111111011111101111110011111110111111001111011111011111111111001
+0,23,6,81,1011001111100111101011011111111110001111111011011111111111011111111111111101111011111011011111111101
+0,23,7,79,1011001111100111101011011111111110001111100011011111111111011111111111111101111011111011011111111101
+0,23,8,81,1111111111100111101011011111111110001111111011011111111110011111110111111001111011111011111111111001
+0,23,9,80,1111111111100111001011011111111110011101111011111101111110011111110111111001111011111011111111111001
+0,23,10,82,1111111111110011101011011111111110001110111011111111111111011111111110111001111011111011011111111101
+0,23,11,78,1011001111101111001011011111111110001111111011011111111111011111110111111101111011111011011101111001
+0,23,12,82,1111111111100111101011011111111110101111111011111101111110011111110111111001111011111011111111111001
+0,23,13,81,1111111111100111001011011111111110011111111011011111111110011111110111111001111011111011111111111001
+0,23,14,80,1011001111100111101010011111111110001111111111011111111111010111111111111101111011111011011111111101
+0,23,15,78,1010011111100111011011011111111110001111111011011111111110011111111111111101111011111001011111111001
+0,23,16,79,1001111111100111001011011111111110011111111111111111111110010111110111111001111011111011101111111001
+0,23,17,82,1110111111110111011011011111111110001110111011111101111110011111111111111101111011111111011111111001
+0,23,18,82,1111111111100111101011011011111110011111111011111111111110011111110111111001111011111011111111111001
+0,24,0,83,1111111111101111101011011111111110001111100011011111111111011111111111111101111011111011011111111101
+0,24,1,78,1011001111100111001011011111111110001011101011011111111111011111111111111101111011111011111111111001
+0,24,2,80,1011111111100111101010011111111110001111111011111111111111010111111111111001111011111011011111111001
+0,24,3,82,1111001111100111101010011111111110011111111111011111111110011111110111111101111011111011111111111101
+0,24,4,81,1111111111100111101111011111111110011101111011111101111010011111110111111001111011111011111111111001
+0,24,5,79,1010001111100111001011011111111110001111111011011111111111011111111111111101111011111011011111111101
+0,24,6,82,1110111111110111111011011111111110011110111011111101111110011111110111111101111011111011011111111001
+0,24,7,78,1011111111100111001001111011111110001110011011111111111110010111111111111001111011111111111111111001
+0,24,8,80,1111101111100111101010011111111110011111111111111101111110011111110111111001111011111011111111111000
+0,24,9,80,1111111111100111001011011011111110011111111011111111111110011111010111111001111011111011111111111001
+0,24,10,81,1111111111100111101010011111111110001111111011111111111110011111110111111001111011111111011111111001
+0,24,11,86,1110111111110111011011011111111110011111111111111111111110011111110111111101111011111011101111111111
+0,24,12,77,1011001111100011101011011111111110001111111011011111111111011111111110111001111011111011011111011101
+0,24,13,84,1111111111110111101011011111111110001110111011111111111111011111111111111101111011111011011111101101
+0,24,14,84,1110111111110101011011011111111110001111111111111111111110011111110111111101111011111111011111111101
+0,24,15,83,1110111111110111011011011111111110001110111011111111111110011111111111111101111011111111001111111011
+0,24,16,80,1111111111100111101011011111111110000111111011011111111110011111110111111001111011111011111111111001
+0,24,17,82,1111111111100111101010011111111110011111111011111111111110011111110111111001111011111011111111111001
+0,24,18,82,1110111111110111111011011111111110001111111011111101111110011111110111111001111011111111011111111001
+0,25,0,80,1111111111100111101010011111111110001111111101111111111110011111110111111001111011011111011111111001
+0,25,1,82,1110111111110111011011011111111110001110111011111111111110011111111011111101111011111111001111111011
+0,25,2,81,1110111111110101101010011111111110001111111111111111111110011111010111111101111011111111011111111001
+0,25,3,80,1111111111100111011011011111111110000111111011111111111110011111110101111001111011111011111101111101
+0,25,4,82,1110111111111111101011011111111110001111100011001111111110011111111111111101111011111111011111111101
+0,25,5,80,1110111111100111011011011111111110001110111011111111111111010111011111111101111011111011001111111011
+0,25,6,81,1110111111110111111011011111111110001110111011111101111110011111110111111101111011111111011111110001
+0,25,7,81,1110111111110111111011011111111110011111111011111101111110011111110111111000111011111011011111111001
+0,25,8,86,1110111111110101011011011111111110011111111111111111111110011111110111111101111011111111111111111101
+0,25,9,81,1100111111110111011011011101111110001110111111111111111110011111110111111101111011111011001111111111
+0,25,10,76,1010001111100111001010011111111110001111111011111111111010011011111111111101111011111011011111111101
+0,25,11,83,1111111111100111001011011111111110011110111011011111111111011111111111111101111011111011111111111001
+0,25,12,79,1111111111100111100010011111111110001111111011111011111110011111110111111001111011111111011111111001
+0,25,13,81,1111111111100111101010011111111110001111111011111111111110011111110111111001111011111111011111111001
+0,25,14,84,1111111111110111101011011111111110001110111011111111111111011111111111111101111011111011011111101101
+0,25,15,84,1111111111110111101011011111111110001110111011111111111111011111111111111101111011111011011111101101
+0,25,16,80,1110111111110111101010011111111110001110111011111111111111011111111111111001111011111011011111101100
+0,25,17,81,1111101111100111101011011111111110011111111111110101111110011111110111111101011011111011111111111001
+0,25,18,80,1111111111101111101010011111111110001111101011011101111110011111111111101101111011111011011111111101
+0,26,0,82,1111111111100111101011011111111110001111111011111111111111011111110111111001111011111111110111111000
+0,26,1,79,1111101111100111101010011011111110011111010111111111111110011111110111111001111011111011111111111001
+0,26,2,80,0111111111100111101011011111111110001111111111111101111110011111110111111001111011111111111111110000
+0,26,3,82,1110111111110111111011011111111110011110110011111111111111011111110111111101111011111011010111111001
+0,26,4,79,1111101111100111001011011111111110001111110011111111111110011111110111111001111011111011111111111010
+0,26,5,85,1110111111110111111011011111111110011110111111111111111111011111111011111101111011111111001111111001
+0,26,6,77,1110111111110111010010011111111110001110001011111111111111010111111111111101111011111111001111101010
+0,26,7,81,1110111111110111101011011111111110001110111011111111111110011111111011111001111011111011011111111101
+0,26,8,81,1111101111100111101011011111111110011111111111110101111110011111110111111101011011111011111111111001
+0,26,9,85,1111111111111111101011011111111110001110111011111111111111011111111111111101111011111011011111101101
+0,26,10,81,1111111111100111101010011111111110001111111011111111111110011111110111111001111011111111011111111001
+0,26,11,80,1011111111100111101010011111111110001111111011111111111110011111110111111001111011111111011111111001
+0,26,12,85,1111111111110111101011011111111110001110111011111111111111011111111111111101111011111011111111101101
+0,26,13,83,1111111111100111001011011111111110011110111011011111111111111111111111111101111011111011011111111001
+0,26,14,82,1111111111100111101011011111111110011111110111111111111111011111110111111000111011111011011111111001
+0,26,15,81,1110101111110111111011011111111110011111111011111101111110011111110111111001111011111011111111111000
+0,26,16,82,1111101111100111101011011111111111011111110111111111111110011011111111111001111011111011111111111000
+0,26,17,76,1010001111100111001010011111111110001111111011111111111011011111110111111101111011111011011111111100
+0,26,18,82,1110111111110111011011011111111110001110111111111111111110011111111011111101111011111011001111111011
+0,27,0,80,1011111111111111101011011111111010001110110011111011111111011111111111111100111011111011011111101101
+0,27,1,84,1111111111100111101011011111111110011111111111111111111111011111110111111001111011111011011111111001
+0,27,2,80,1111111111100111001011011111111110011110111001011101111111011111111111111101111011111011011111111001
+0,27,3,81,1110111110110111111011011111110110011110110011111111111111111111110111111101111011111011010111111001
+0,27,4,81,1111111111100111001011011111111110001110111011011111111111111111111111011101111011111011011111111001
+0,27,5,83,1111111111100111001011011111111110011110111011011111111111111111111111111101111011111011011111111001
+0,27,6,81,1111111111100111001011011111111110011111110011111111111111011111110111111100111011111011011111111001
+0,27,7,85,1111111111100111101011011111111110011110111111011111111111111111111111111001111011111011011111111011
+0,27,8,87,1111111111111111101011111111111110001110111111111011111111011111111111111101111011111111011111101101
+0,27,9,83,1110111111110111111011011111111110011110111011111111111111011111111011111101111011111011001111111001
+0,27,10,80,1111101111100111001011011111111111011111110111111111111110011011111111111001111010111011101111111010
+0,27,11,82,1110111111110111011011011111111110001110111111111111111110011111111011111101111011111011011111111001
+0,27,12,81,0111101111100111101011011111111110011111110111111101111111011111110111111001111011111111111111111000
+0,27,13,78,0111111111100111101011011111111110001111111111111111101110011111100111011001111011111111111111110000
+0,27,14,83,1111111111100111101011011111111110011110111011011111111111111111111011111001111011111011011111111101
+0,27,15,80,1110111111110111001011011111111110001110111011111111111110011101111111111101111011111011011111111001
+0,27,16,83,1110111111110111011011011111111110001110111111111110111110011111111111111101110011111011101111111111
+0,27,17,80,1111111111110110101011011111111110001110111011111111111110011111111011111101111011111011011111101001
+0,27,18,84,1110111111110111111011011111111110011111111111111111111110011111111111111001111011111011001111111001
+0,28,0,83,1111111111100111101011011111111110011110111111011111111111011111111111111001111011111011011111111001
+0,28,1,84,1110111111110011111011011111111110011110111011111111111111111111111011111101111011111011001111111011
+0,28,2,89,1111111111111111101011111111111110011111111111111111111111011111111111111101111011111111001111101101
+0,28,3,81,1110111111110111111011011111111100001110111111111011111110011111111111111001111011111011011111111001
+0,28,4,83,1110111111111111101011011111111110011110111011111011011111011111111111111101111011111011011111111001
+0,28,5,76,1011111111110111111011011111111010001110110011111011111110011111101011111100111011111011001111101101
+0,28,6,78,1110111110100111111011011111111110001110110011111111111110111101110111111101111011111011010111111001
+0,28,7,84,1110111111110111001011011111110110011110111011111111111111111111111111111111111011111011011111111001
+0,28,8,82,1111111111100111101011011111111110011110111011011011111111111111111011111101111011111011011111101101
+0,28,9,87,1111111111111111101011111111111110001110111111111111111111011111111111111001111011111111011111101101
+0,28,10,79,1110111111100111101011011011111110011110111011111111111111111111111011111000111011110011011111111001
+0,28,11,82,1110111111110111111011011111111110011110111011011111111111011111111011111101111011110011001111111101
+0,28,12,85,1111111111110111001011111111111110011111011111111011111111011111111111111101111011110111011111111001
+0,28,13,79,1111111111101111101011011111111110001110110011111111111111011111110111110100111011111011011111101100
+0,28,14,82,1110111111100111111011011111111110011110111011111111111111111111111011111001111011111011001111111001
+0,28,15,85,1111111111110111101011011111111110011110111111011111111111011111111111111101111011011011011111111011
+0,28,16,84,1110111111110111111011011111111111011110111111111111111110011111111111111001111011111011001111111001
+0,28,17,86,1111101111100111101011011111111110011111111111111111111111111111111111111001111011111011011111111011
+0,28,18,84,1110111110111111101011011111110110001110110011111111111111111111111111111101111011111111011111111101
+0,29,0,79,1110111111101111101011011111111110011110111011011010011111011111111111111001111011111011011111111001
+0,29,1,85,1111111111110111101011011111111110011110111111011111111111011111111111111101111011111011011111111001
+0,29,2,83,1101111111110111111011011111111110011110111111011011111111011111110111111101111011111011011111111001
+0,29,3,84,1111111111100111011011111111111110011110111111111111111111011111111111111001111011111011110111101001
+0,29,4,81,1110111111110111101011111111111110011110111011111011011111011111110111111101111011111011011111101001
+0,29,5,86,1101111111111111111011011111111110011110111111111011111111111111111111111101111011111011010111111001
+0,29,6,85,1111111111110111101011111111111110011111011111111011111111011111111111111101111001110111011111111001
+0,29,7,85,1111111111111111001011111111111110001110111111111111111111011111111111111001101011111111011111101101
+0,29,8,88,1111101111111111101011011111111110011111111111111111111111111111111111111001111011111010011111111111
+0,29,9,83,1111111111100011101011111111111110001110111111111111111111011111111111111001111011111111011111101001
+0,29,10,86,1111111111100111001011011111111110011111111111111111111111111111111111111101111011111111011111101001
+0,29,11,84,1111101111110111001011111111111110011111011111111011111111011111111111111001111011110111011111111011
+0,29,12,86,1111111111111111101011111111111110001110111111111101111111011111111111111001111011111111011111101101
+0,29,13,86,1111111111111111101011011111111110001110111111111111111111011111111111111001111011111111011111101101
+0,29,14,80,1110111111110011111011011111111110011011111011111011110111011111111111111101111011110011001111111001
+0,29,15,87,1111111111110111001011111111111110011110011111111111111111111111111011111101111011111111011111111011
+0,29,16,81,1110011111111111101011011111111110011110111011111111111111011111111011111101111010111011001111111001
+0,29,17,88,1110111110110011111011111111111110011111111111111111111111111111111111111101111011111111001111101111
+0,29,18,85,1110111111111111001011011111110110011111111011111111111011111111111111111111111011111011001111111101
+0,30,0,86,1111111111111111101011111111111100011110011111111101111101111111111111111101111011111111011111101011
+0,30,1,85,1111111111110111001011111111111110001110111111111111111111011111111011111001111011111111011111111101
+0,30,2,83,1101111111111111101011011111111110011110111011111011111111011111110111111101111011111011011111111001
+0,30,3,84,1110111111110111111011111111111110011110111111111011011111111111111111111101111011111011010111101001
+0,30,4,84,1111111111100111011011111111111110011110111111111111111111011111111111111001111011111011110111101001
+0,30,5,84,1111111111100111011011111111111110011110111111111111111111011111111111111001111011111011110111101001
+0,30,6,83,1110111110110011101011110111111110011110111110111101111111111111111111111101111011111111001111101111
+0,30,7,89,1111111111111111111011111111111110001111111111111111111111011111111111111001111011111111011111101101
+0,30,8,88,1110111110110011111011111111111110011111111111111111111111111111111111111101111011111111001111101111
+0,30,9,88,1110111110110011111011111111111110011111111111111111111111111111111111111101111011111111001111101111
+0,30,10,87,1111111111110111101011111111111110011111111111111111111111111111111111111101111001111111011110101001
+0,30,11,82,1111111110100111001011011111111110011111011111111011111111011111111111111101111011110111011111111001
+0,30,12,86,1111111111111111101011111111111110001110111111111101111111011111111111111001111011111111011111101101
+0,30,13,85,1111111111111111101011011111111110001100111111111111111111011111111111111001111011111111011111101101
+0,30,14,87,1111111111110111001011011111111110011111111111111111111111111111111111111101111011111111011111101001
+0,30,15,85,1110111110100011111011111111111110011111111111111111111011111111011111111101111011111111001111101111
+0,30,16,81,1110111111101111001011011011111110011110111011111111111011111111111111111001111011111111011111110001
+0,30,17,85,1111111111110011101011111111110110001111111111111111111111011111111111111111111011111011001111101101
+0,30,18,81,1110101111110111101011011111101110011111111111111111111111011011111111111001111011111010011111111001
+0,31,0,88,1111111111110111101011011111111110011111111111111111111111111111111111111001111011111111011111101101
+0,31,1,82,1111101111011111001011011111111110001100111110111111111111011111111111111101111011111111011111101011
+0,31,2,85,1111111111110111011011111111111110011110111111111111111111011111111111111001111011111011110111101001
+0,31,3,85,1111111111101111111011111111111110001101111111111101111111010111111111111001111011111111011111101101
+0,31,4,87,1110111110110111111011111111111110011111111111111111111111111111111111111101111011111100011111101011
+0,31,5,85,1111111111110011001011011111111110011111111111111111111111110111111111111101111011111111001111101101
+0,31,6,88,1110111111100111111011111111111111011111111111111111111111111111111111111101111001111111001110101111
+0,31,7,84,1111111110110011101011111111111010011111111111111111111011111111011111111101111011111111011111101001
+0,31,8,85,1101111111111111111011110111111100011111111111111111111111011111111111111001111011111101001111101101
+0,31,9,83,1110111110110011101011111111111110001110111110111101110111111111111111111101111011111111011111101111
+0,31,10,87,1111111111111111101011111111111110001111111111111101111111011111111111111001111011111111011111101101
+0,31,11,88,1111111111111111111011111111111110001110111111111111111111011111111111111001111011111111011111101101
+0,31,12,84,1110111110111011111011011111111110011111111011111011110111111111111111111101110011111011001111111111
+0,31,13,88,1111111111110011111011111111111110011011111111111111111111111111111111111101111011110111001111101111
+0,31,14,87,1110111110110011111011111111111110011111111111111111111111111111111111111101111011111111011110101101
+0,31,15,88,1111111111110111101011111111111110011111111111111111111111111111111111111101111001111111001111101011
+0,31,16,87,1111111111110111101011111111111110011111111111111111111111111111111111111100111001111111011110101011
+0,31,17,87,1111111111110111101011111111111110011111111111111111111111111111111111111101111001111111011110101001
+0,31,18,86,1110111111110011101011111111111110011111111111111111111111111111111111011100111011111111001111101111
+0,32,0,83,1111111111111011111011111111111110011010011111111111111111011111111111111001111011110111011110100101
+0,32,1,89,1111111111110111111011111111111110001111111111111111111111111111111111111101111011110111001111101111
+0,32,2,84,1110111111100011111011111111111111011111111111111111001111111111111111111100111001111111001110101111
+0,32,3,87,1110111111110111101011111111111110011011111111111111111111111111111111011101111011111111001111101111
+0,32,4,88,1111111111110011111011111111111110011011111111111111111111111111111111111101111011110111011111101101
+0,32,5,86,1111111111110111101011011111111110011111111111111111111111111111111111011001101011111111001111101111
+0,32,6,85,1110111111110111111011011111111110011111111111111110111111111111111111111101111011111000011111101011
+0,32,7,90,1111111110110111111111111111111110011111111111111111111111111111111111111001111011111111011111101101
+0,32,8,84,1111111110110111001011111111111110011111111110111111111111111111111111111101111001111111011110101001
+0,32,9,89,1111111111110111111011011111111110011111111111111111111111111111111111111101111011111111011111101001
+0,32,10,86,1110111110110111111011111111111110011111111111111111111111111111111111111101111011111100011111101010
+0,32,11,88,1110111111100111111011111111111111011111111111111111111111111111111111111101111001111111001110101111
+0,32,12,85,1110111110110011111011111111111110011011111111111111111111111111111111111101111011110101001111101111
+0,32,13,87,1110111111110111111011111111111110011111111111111111111111111111011111101101111011111110011111101011
+0,32,14,84,1110111111110011101011111111111110011111111111111111111111111111111111011100111011111110011110101011
+0,32,15,87,1111111111110111101011111111111110011111111111111111111111111111111111110100111001111111001111101111
+0,32,16,83,1110111111110011001011111111111110011111111111111111111111110111110111111101111011111101001111101011
+0,32,17,87,1111111110110111111011011111111110011111111111111111111111111111111111111101111011111110011110101101
+0,32,18,84,1111111110110011001011111111111110011110111111111111111011111111111111111101111011111111011111101001
+0,33,0,89,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111010111101001
+0,33,1,87,1111111110110111111011011111111110011111111111111111111111111111111111111101111011111110011110101101
+0,33,2,88,1111111110110111111011111111111110011111111111111111111111111111111111111101111011111100011111101011
+0,33,3,89,1110111110110111111111111111111110011111111111111111111111111111111111111101111011111111011111101100
+0,33,4,89,1111111111110111111011111111111110001111111111111111111111111111111111111101111011110111001111101111
+0,33,5,89,1111111111110111111011111111111110001111111111111111111111111111111111111101111011110111001111101111
+0,33,6,85,1111111111110111101011111111111110011111111111111111111111111111111111111100111001110111001111101100
+0,33,7,88,1111111111110011111011111111111110011011111111111111011111111111111111110101111011111111011111101111
+0,33,8,87,1110111111110111111111111111111110011011111111111111111111111111111111010101111011111011001111101111
+0,33,9,84,1110111111110111101011011111111110011111111111111100111111111111111111111101111011111100011111101011
+0,33,10,86,1111111111110111111011011111111010011111111111111111111111111111111111111001101011110111001111101111
+0,33,11,88,1111111111110111101011111111111110001111111111111111111111111111111111011101111011111111001111101111
+0,33,12,87,1111111110110111111011011111111110011111111111111111111111111111111111111101111011111110011110101101
+0,33,13,86,1011111110110111111011011111111110011111111111111111111111111111111111111101111011111110011110101101
+0,33,14,87,1111111111110111101011111111111110011111111111111111111111111111111111110100111001111111011111101011
+0,33,15,84,1111111110110111001011111111111110011111111110111111111111111111111111111101111001111111001110101101
+0,33,16,88,1111111111110111101011111111111110011011111111111111111111111111111111011101111011111111001111101111
+0,33,17,86,1110111111110111101011111111111110011111111111111111111111111111111111110100111001111111001111101111
+0,33,18,85,1111111111110011101011111111111110011011111111111111011111111111111111111100111010111111011111101011
+0,34,0,85,1111111111110111101011111111111110001111111111111111111111111111111111011100111001110111001111101111
+0,34,1,88,1111111111110111101011111111111110011111111111111111111111111111111111111101111011111111001111101100
+0,34,2,87,1111111111110111111011111111111010011111111111111111111111011111111111111001101011110111011111101111
+0,34,3,85,1111111110110111111011011111111110011111111111111101111111111111111111111101111011111100001111101011
+0,34,4,88,1111111111110111101011111111111110001111111111111111111111111111111111011101111011111111001111101111
+0,34,5,88,1111111111110111101011111111111110001111111111111111111111111111111111011101111011111111001111101111
+0,34,6,87,1111111110110111111011111111111111011011111100111111011111111111111111111101111011111111011110101111
+0,34,7,88,1111111111110011111011011111111111011111111111111111111111111111111111110101111011111110011111101101
+0,34,8,87,1111111111110011111011111111111110011011111111111111011111111111111111110101111011111111011111101011
+0,34,9,89,1111110111110111111011011111111110011111111111111111111111111111111111111101111111111111010111101101
+0,34,10,84,1110111110110111101011111111111110011111111111111111111111111111111111111000111001111111001111101110
+0,34,11,90,1110111111111111111111111111111110011111111111111111111111111111111111110101111011111111011111101001
+0,34,12,84,1111111111110111101011111111111110011011111111111111111111111111111111111100111001110011001111101101
+0,34,13,87,1110111111110111111111111111111110011111111111111111111111111111111111010101111010111111001111101110
+0,34,14,87,1110111110110111101111111111111110011011111111111111111011111111111111111101111011111111011111100111
+0,34,15,88,1111111111110111111011111111111110011111111111111111111111111111111111011101111011111111001111101100
+0,34,16,86,1111111111110111101011111111111110011011111111111111111111111111111111011100111001111111001111101111
+0,34,17,87,1110111111110111101011111111111110011011111111111111111111111111111111110101111011111111001111101111
+0,34,18,90,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111011111101100
+0,35,0,89,1111111111110111111011011111111110011111111111111111111111111111111111111101111011111111011101101101
+0,35,1,86,1111011111110111101011011111111110001111111111111111111111111111111111011101111111111111001111101110
+0,35,2,90,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111011111101100
+0,35,3,88,1111111111110111111011011111111110011111111111011111111111111111111111111101111111111111011101101100
+0,35,4,89,1110111111111111111111111111111110011111111111111111111111111111111111110101101011111111011111101001
+0,35,5,84,1110111010110111111111111110111110011111111111111111010111111111111111111101111011111111010111101001
+0,35,6,87,1111111111110111111011111111111010011111111111111111111111011111111111111001101011110111011111101111
+0,35,7,87,1111111111110011101011011111111111011111111111111111111111111111111111110101111011111110011111101101
+0,35,8,85,1111111111110111101011111111111111001111111111111111111111111111111111011100111001110110001111101111
+0,35,9,89,1111111111111011111011011111111110011111111111111111111111111111111111110101111011111111011111101101
+0,35,10,86,1110111111110011111011011111111111011111111111111111111111111111111111110100111011111110011111101101
+0,35,11,88,1111111111110111111111111111111110011111111111111111111111111111111111010101111010111111001111101110
+0,35,12,87,1110111110110111111011111111111110011011111111111111111011111111111111111101111011111111011111100111
+0,35,13,85,1111111111110011101111111111111110011001111111111111011111111111111111110101111011111111011111001011
+0,35,14,81,1111111110110111101011011111111110011111111000111111011111111111111111111100111011111111001111101100
+0,35,15,90,1111111111110111111011111111111111011011111111111111111111111111111111111001111011111111011110101111
+0,35,16,88,1111111111110011111011011111111111011111111111111111111111111111111111111001101011111110011111101111
+0,35,17,86,1111111111110111111011111111111010011111111111111111111111011111111111110101011011110111011111101101
+0,35,18,90,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111011111101100
+0,36,0,85,1111011111110111101011011111111110001111111111111111111111111111111111111101111011111111001111101100
+0,36,1,90,1111111111110111111011011111111110011111111111111111111111111111111111011101111111111111011111101110
+0,36,2,86,1111111111110111111111111111111110011111110111111111111111111111110111110101101011111111011111101000
+0,36,3,89,1110111111111111111111111111111110011111111111111111111111111111111111010101111010111111001111101111
+0,36,4,85,1101111111110011111111111111111110011111111111111111111111111111111111010101111010111111001111101100
+0,36,5,91,1111111111111111111011011111111110011111111111111111111111111111111111110101111011111111011111101111
+0,36,6,85,1110111111110011101011011111110111011111111111111111111111111111111111110101111011111110011111101101
+0,36,7,83,1111111111110011111011011111111000011110111111111111111111111111111111110100111011111110011111101101
+0,36,8,88,1111111111110111111011111111111111011011111111111111111111111111111111111001111011101111011100101111
+0,36,9,87,1111111111110111111011011111111110011111111111011111111110111111111110111101111111111111011111101100
+0,36,10,87,1111111111110111111011011111111110011111111111111111111111111111111111111001111111110111010111101100
+0,36,11,90,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111011111101100
+0,36,12,91,1110111111110111111011111111111111011011111111111111111111111111111111111101111011111111011111101111
+0,36,13,83,1111111110110011101011011111111110011111111111111101111011111111111111110101111011111110011111110101
+0,36,14,87,1111111111110111111011011111111111011011111111111111111111111011111111111001111011111111011110101101
+0,36,15,87,1110111111110111111011111101111111011111111111111111111111111111111111010100111011111110011111101111
+0,36,16,85,1110111010110111111111111111111110011111111111111111010111111111111111110101111011111111011111101001
+0,36,17,87,1110111111111111111111111110111110011111111111111111111111111111111011111101101011111111010111101001
+0,36,18,88,1111111111110111111011111111111010111111111111111111111111011111111111111101011011110111011111101101
+0,37,0,86,1110111111110111111001011111111110001111111111111111111111111111111011111101111011111111011111101101
+0,37,1,83,1111011111111111101111111110111110011011111111111111111111111111111111101101101011111111000111101000
+0,37,2,87,1111111111111111111011011111111110011111111111011111111111111101111110110101111010111111011111111101
+0,37,3,88,1111111111110111111011001111111110011111111111111111111110111111111111111001111111111111011111101110
+0,37,4,84,1110111110111111111011111110111110011111111111101111111111111111111111111101101011111111010111101000
+0,37,5,90,1110111111110111111111011111111110011111111111111111111111111111111011111101111111111111011111101101
+0,37,6,90,1111111111110111111011011111111110011111111111111111111111111111111111011101111111111111011111101110
+0,37,7,85,1110111111110111111011111101111111011111111111111111111011111011111111010100111011111110011111101111
+0,37,8,86,1111111111110111111011111111111110011111110111111111111111011111111111110101101011110111011111101011
+0,37,9,86,1111111111110111111111111111111010011111111111111111111111111111110111110001101011111111011111101100
+0,37,10,86,1111111101110011111111111111111110011111111111111111111111111111111111011101111010111111001111101100
+0,37,11,88,1101111111110111111011011111111110011111111111111111111111111111111111010101111111111111011111101110
+0,37,12,85,1111111111100111011011111111111111011011111011111111111111111111111111111001111011101111011101101110
+0,37,13,85,1111111111110111111111111111111110011111110111111111111111111111110111110101101011111111011010101001
+0,37,14,89,1111111111110111111011011111111110011111111111111111111111111111111111111101111111111111010111101100
+0,37,15,87,1111111111110111111011011111111110011111111111111101111111111111111111111001111111110111011111101100
+0,37,16,89,1111111111110111111010011111111110011111111111111111111111111111111111111101111110111111011111101101
+0,37,17,89,1110111101110111111011111111111111011011111111111111111111111111111111111101111011111111011111101110
+0,37,18,89,1110111111110111111011011111111111011011111111111111111111111011111111111101111011111111011111101111
+0,38,0,89,1110111101111111111011111111111111011111111111111111111111111111111111111101111011110111011111101100
+0,38,1,88,1111111111110111111011011111111110011011111111111101111111111111111111111001111111111111011111101110
+0,38,2,88,0111111111110111111111011111111110011111111111111111111111111111110111110001111111111111011111101101
+0,38,3,84,1111111111110111111011111111111110011111110111111101111111111111111111111101111011110111011010101000
+0,38,4,89,1111111111110111111011111111111111011011111111111111111111111111111111111001111011111111011110101101
+0,38,5,88,1111111111110111111001111111111111011011111111111111111111111111111111111001111011111111011110101101
+0,38,6,85,1111111111110111111011011111111110011111111111011111111111111101111110110101111010111111011111101101
+0,38,7,90,1111111111111111111011011111111110011111111111111101111111111111111111111001111111110111011111111110
+0,38,8,87,1101111111110111111001011111111110011111111111111111111111111111111111110101111011111111011111101110
+0,38,9,88,1110111101110111111011111111111111011011111111111111111111111111111111011101111111101111011111101110
+0,38,10,87,1110111101110111111010111110111111011011111111111111111111111111111111111101111001111111011111101111
+0,38,11,88,1111111111110111111011011111111110011101111111111111111111111111111111111101111110111111011111101100
+0,38,12,90,1110111111110111111011111101111111011111111111111111111111111011111111111101111011111111011111101111
+0,38,13,86,1110111111110111111011011111111111011011111111111111111011111011111111010101111011111111011111101111
+0,38,14,88,1111111111110111111111111111111010011111111111111111111111111111110111111001111011111111011111101100
+0,38,15,84,1110111111110111111011001111111110011111111111111111111110111111110111110001101111111111011111101110
+0,38,16,87,1110111101110111111011111111111111011011111111111111111111111111111111111101111011111111010111101100
+0,38,17,89,0111111111110111111010011111111110011111111111111111111111111111111111111101111111111111011111101110
+0,38,18,90,1111111111110111111111011111111110011111111111111111111111111111111011111101111110111111011111101101
+0,39,0,87,1111111111110111111110011111111110011111111111111111111111111101110111111101111011111111011111101100
+0,39,1,88,0111111111110111111011011111111010011111111111111111111111111111111111111001111111111111011111101110
+0,39,2,89,1111111101110111111111011111111110011111111111111111111111111111111011111101111111111111011111101100
+0,39,3,90,1110111111111111111011111111111111011111111111111111111111111111111111111101111010110111011111101101
+0,39,4,88,1111111111111111111011111111111110011111111111111101111111111111110111011001111111100111011111111110
+0,39,5,87,1110111101110111111011011111111111011011111111111111111111101111111111111101111111111111011011101110
+0,39,6,88,1111111111111111111001011111111111011111111111111111111111111111111111111001111011110111011110101101
+0,39,7,91,1111111111110111111011111111111110011011111111111101111111111111111111111011111111111111011111111110
+0,39,8,86,1111111111110111111011011111111110011001111111111111110111111111111111111101111011111111011111101100
+0,39,9,88,1110111101110111111011111111111111011111111111111111111111111111111111011101111110101111011111101110
+0,39,10,88,1111111111110111111111011111111110011111111111111111111111111011111011110101111110111111011111101101
+0,39,11,87,1110111111110111111011011111111111011011111111011111111011111111111111011101111011111111011111101111
+0,39,12,85,1100111111110111111011011111111111011011111111111111111011111111111111010101111011111111011111101110
+0,39,13,87,1011111111110111111001011111111110011111111111111111111111111011111111110101111011111111011111101111
+0,39,14,89,1111111111110111111011011111111110011111111111111111111111111111111111110101111011111111011111101110
+0,39,15,87,0101111111110111111000011111111110011111111111111111111111111111111111111101111111111111011111101110
+0,39,16,87,0111111111110111111011011111111111011011111111111111111011111011111111110101111111111111011111101110
+0,39,17,87,1110111111110101111010111111110110011111111111111110111111111111111111011101111011111111011111111111
+0,39,18,87,1111111111110101111011111111111111011001111111111111111111111111111111111001111011111111011110101101
+0,40,0,89,1111111101111111111011011111111111011111111111111111111111111111111111111101111011110111011110101101
+0,40,1,86,1110111111101111111001111111111111011111110111111111111111111111111111111001111011110111011111101100
+0,40,2,88,1111111111110111111110011111111110011111111111111111111011101111111111111101111011111111011111101101
+0,40,3,85,1110111111110111111011011111111111011011111111011111111111111101110111011101111011111111011111101110
+0,40,4,91,1110111101111111111011111111111011011111111111111111111111111111111111111101111011111111011111111110
+0,40,5,87,1111111111110111111011011111111110011111111111111111111111111111111111110101111011110111011111101100
+0,40,6,90,1111111111110111111111011111111110011111111111111111111111111111111111111001111111111111011111101100
+0,40,7,85,0111111111110111111011011111111010011101111111111111111111111011111011110101111110111111011111101111
+0,40,8,86,1111111101110111111011011111111110011011111111111111111111101111111011111101101111111111011111001111
+0,40,9,88,1110111101110111111111011111111111011111111111111110111111111111111111111101111111111111011011101100
+0,40,10,85,0111111111111111111001011111111111011111111111111111101111111111111110111101111011110111011110101100
+0,40,11,89,1101111111110111111000011111111110011111111111111111111111111111111111111001111111111111011111111111
+0,40,12,87,1101111101110111111111011111111010011111111111111111111111111111111011111101111111111111011111101100
+0,40,13,88,1111111101110111111111011111111110011111111111111111111111111111111011111101111111111111011111101000
+0,40,14,89,0111111111110111111011011111111011011111111111111111111111111111111111111001111110111111011111101111
+0,40,15,88,1110111101111111111011111111111110011111111111111111111111111111111111111101111011110111011111101100
+0,40,16,87,0110111101110111111010111111111111011111111111111111111111111111111111111101111110101111011111101110
+0,40,17,88,1101111111110111111001011111111110011111111111111111111111111111111111011101111111111111011111101110
+0,40,18,83,1110111101111111111011011111111110011111111111111101111111101111010111011101111111100111011111101110
+0,41,0,86,1101111101110111111111011111111110011011111111111111111111111111111011111101111111110111011111101100
+0,41,1,90,1111111111110111111011111111111011011111111111111111111111111111111111111001111111111101011011111110
+0,41,2,89,1111111111110111111011011111111111011011111111111111111111111111111111111001111111110111011011111110
+0,41,3,90,1111111101111111111111111111111110011111111111111111111111111111111011111101111111111111011111101000
+0,41,4,90,1111111111110111111111011111111110011111111111111111111111111111111111111001111111111111011111101100
+0,41,5,89,1111111111110111111111011111111110011111111111101111111111111111111111111001111111111111011111101100
+0,41,6,89,0111111101110111111011111111111111011011111111111111111111111111111111111101111111110111111011111100
+0,41,7,90,1111111111110111111111011111111110011111111111111111111111111111111011111001111111111111011111101011
+0,41,8,85,1100111101111111111001011111111110011111111111111111111111111111111110011101111011111111011111101110
+0,41,9,92,1111111111110111111011111111111011011111111111111111111111111111111111111101011111111111011111111110
+0,41,10,89,1101111111110111111011011111111110011111111111111111111111111111111111111001111111111111011111111010
+0,41,11,88,1111111101110111111100011111111110011111111111111111111111111111111011111101111111111111011111101101
+0,41,12,87,1101111111110111111011011111111110010111111111111111111111111111111111011001111111111111011111101110
+0,41,13,91,1111111111110111111101011111111110011111111111111111111111111111111111111111111111111111011111101100
+0,41,14,88,1111111111110111011011011111111110011111111111111111111111111111111111111001111111111111011111101001
+0,41,15,85,0111111001110111110111011111111011011111111111111111111110111111111011111101111110111111011111101110
+0,41,16,85,1101111111110111111111111111111111011111110111111111111111111111111011111000111111110111011010101100
+0,41,17,88,1111111101110111111011011111111000011011111111111111111111111111111111111101111111111111011111111110
+0,41,18,86,1110111101110111111011011111111011011111111111111110111111111111111111111101111011111111011011101110
+0,42,0,91,1111111111110111111101011111111110011111111111111111111111111111111111111111101011111111011111111110
+0,42,1,86,1111111111110111111011011111111111011011111111111111111110111111111111111001111111110111011011101100
+0,42,2,89,1101111111110111111111011111111110011111111011111111111111111111111111111001111111111111011111111010
+0,42,3,88,1111111111110111111011011111111110011111111111101111111111111111111111111001111111111111011111101100
+0,42,4,87,1110111111110111111011111111111011011111111111111111111111111111111111111001111011111101011011110110
+0,42,5,92,1111111101111111111111101111111111011111111111111111111111111111111111111101111111101111011111111100
+0,42,6,88,0111111111110111111011111111111110011011111111111111111111111111111011111101111111110111111011111100
+0,42,7,90,1111111101111111111111111111111111011111111111111111111111111111111111111101111111111101011011101000
+0,42,8,87,1111111101110111111010011111111110011111111111111111111111111111111011111101111111111111011111101100
+0,42,9,89,1111111111110111111101011111111111011010111111111111111111111111111111111001111111110111011011111111
+0,42,10,84,0111111111110101111011001111111110011111111111011111111011111111111111111001111111111111011101101101
+0,42,11,88,1110111101111111011111111111111111011111111111111111111111111110111111011101111111101111011111111000
+0,42,12,88,1110111111110111111111011111111110011111111111111111111111111111111111111000111111111101011111111100
+0,42,13,90,1111111111110111111011111111111011011111111111111111111111111111111111111001111111111111011011101110
+0,42,14,89,1111111111110111111011111111111111011011111111111111111111111011111111111101111111110111011011111010
+0,42,15,88,1111111101111111111111011111111110011111111111111111111111111111111011111001111111111111010111101100
+0,42,16,87,1111111101110111111101011111111110011111111111111111111101111111111011111111111111110111011111101100
+0,42,17,89,1101111111110111111111011111111110011011111111111111111111111111111111111101111111111111011111101100
+0,42,18,89,1110111101111111111111101111111110011111111111111111111111111111111011111101111111111111011111111000
+0,43,0,94,1111111111111111111111111111111111011111111111111111111111111111111111111101101111101111011111111110
+0,43,1,86,1111111101110111111101011111111110011111011111111101111111111101111111111111111011111111011111101100
+0,43,2,92,1111111101111111111111101101111111011111111111111111111111111111111111111101111111111111011111111100
+0,43,3,89,1111111111110111111011111111111011011111111111111111111111111111111111111001111111101111011011101110
+0,43,4,90,1111111101110111111111111111111111011111111111111111111111111101111111111101101011111111011111111100
+0,43,5,89,1111111101111111111101001111111100011111111111111111111111111111111111111111111111101111011111101110
+0,43,6,86,1111111111110111111011011111111111011111111111111111111111111011111011111001111111111111010011101100
+0,43,7,89,1111111101111111111111111111111100011011111111111111111111111111111111111101110111110111011111111010
+0,43,8,92,1111111111110111111111011111111110011111111111111111111111111111111111111111101011111111111111101110
+0,43,9,91,1111111101111111111101111111111111011111111111111111111111111111111111111101111101101111011111111100
+0,43,10,84,1111111101110111111001011111111110011111111111111111111111111111111011111101111011111111010111001100
+0,43,11,92,1111111111110111111110011111111110011111111111111111111111111111111111111111101111111111011111111110
+0,43,12,91,0111111111111111111111111111111111011111111111111111111111111111111011111101111111110111111011111000
+0,43,13,86,1111111101110111111011111111111110011010111111111111111111111111111111111101111111111101011011101100
+0,43,14,90,1101111101111111011111111111111111011111111111111111111111111111111111111101111111101111011111101100
+0,43,15,89,1111111111110111111111011111111110011011111111111111111111111111111111111101111111111111011111001100
+0,43,16,89,1111111111110111111101101111111111011011111111111111111111111111111111111001111111110111011011111110
+0,43,17,91,1111111101111111111111011111111111011110111111111111111111111111110111111101111111101111011111111101
+0,43,18,91,1111111101111111111111111111111111011111111111111111111111111111111111111101111111101111011011111000
+0,44,0,93,1111111101111111111111111111111111011111111111111111111111111111111111111101101111101111011111111110
+0,44,1,93,1111111111111111111111101101111111011111111111111111111111111111111111111101111111111111011111111100
+0,44,2,91,1111111101111111111101111111111111011111111111011111111111111111111111111101111101111111011111111100
+0,44,3,89,1111111111110111111111111111111110011011111111111111111111111111111111111101111111101111011111001100
+0,44,4,92,1111111101111111111111111111111111011111111111111111111111111111111101111111111101101111011111111100
+0,44,5,91,1111111101111111111101101101111111011111111111111111111111111111111111111101111111111111011111111100
+0,44,6,85,1111111111100011111101011111111110011011111111111111111111111111111101111101111011111111011111101100
+0,44,7,87,1111111101110111111111011111111110011111011111111101111111111101111111111111111111111111011111001100
+0,44,8,92,1111111111110111111111011111111110011111111111111111111111110111111111111111101011111111111111111110
+0,44,9,90,1101111111110111111110011111111110011111111111111111111111111111111111111111101111111111011111101110
+0,44,10,87,1111111101111111111111101111101111011111111101111111111111111111111111110101111111101101011011111100
+0,44,11,91,1111111101101111111111111111111111011111111111111111111111111111111111111101111111111111011111101000
+0,44,12,90,1111111101111111111111001101111110011111111111111111111111111111111111111111101111111111011111111100
+0,44,13,94,1111111111110111111110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,44,14,90,1111111101111111111101111111111111011111111111111111111111111011111111111101111111101111011111111000
+0,44,15,89,1111111101111111111111111111111100011011111111111111111111111111111111111001110111110111011111111110
+0,44,16,90,1111111111110111111111111101111111010011111111111111111111111111111110111101111111111111011111011110
+0,44,17,83,1111111111110111111101001111111110011010111111111111111111111111111111111001111111110111011011101000
+0,44,18,93,1111111111111111111111111111111111011111111111111111111111111111111111111101100111101111011111111101
+0,45,0,93,1111111111110111111110101111111111011111111111111111111111111111111111111111111111111111011111111100
+0,45,1,94,1111111111111111111111111101111111011111111111111111111111111111111011111101111111111111011111111110
+0,45,2,92,1111111111111111111111111111111111011111111111111111111110110111111111111101101111101111011111111110
+0,45,3,91,1101111101110111111111011111111110011111111111111111111111111111111111111111101011111111111111111110
+0,45,4,91,1111111101111111111111101101111110111111111111111111111111111111111111111111101111011111011111111100
+0,45,5,92,1111101111110111111110011111111111011111111111111111111111111111111111111101111111111111011111111110
+0,45,6,90,1111111101111111111111111111111100011111111111111111111111111111111111111001110111110111011111111110
+0,45,7,89,1111111101111111111111111111111100011011111111111111111111111111111111111001110111110111011111111110
+0,45,8,91,1111111101111111111111111111111110011011111111111111111111111111111011111001111111111111011111111110
+0,45,9,85,1111111110110111111111111101111101010011111011111111111111111111111110111101110111110111011111011110
+0,45,10,90,1110111101101111111111111111111111011111111111111111111111111111111111111101111111111111011111101000
+0,45,11,91,1111111101111111111111111111111111011111111111111111111111101111111101111111111101101111011111111100
+0,45,12,91,1111111111111111111111101101111111011111111111111111111111111111111101111101111111110111011111111100
+0,45,13,90,1111111111110111111111010101111110011111111111111111111111110111111111111111101011111111111111111110
+0,45,14,92,1111111101111111111111011111111111011111111111111111111111111111111101111111111111101111011111111100
+0,45,15,91,1111111101111111111111111111111111011110111111111111111111111111110111111101111101101111011111111110
+0,45,16,89,1110111101111111111111111101111100011011111111111111111111111111111111111001101111111111111111111110
+0,45,17,91,1111111101111111111111111111111111011111111111111111111111111111111111111101110111100011011111111110
+0,45,18,94,1111111101111111111111111111111111011111111111111111111111111111111111111101111111111111010111111110
+0,46,0,91,1110111111111111111111111100111111010111111111111111111111111111111011111101111111111111011111111110
+0,46,1,93,1111111111111111111111111101111111011111111111111111101111111111111011111101111111111111011111111110
+0,46,2,91,1111101111110111111111011111111111011110111111111111111111111111111111111101111111111111011111111100
+0,46,3,92,1111111101111111111110011111111111011111111111111111111111111111111101111111111111101111011111111110
+0,46,4,93,1111111101111111111110111111111110011111111111111111111111111111111111111101111111111111011111111110
+0,46,5,90,1111111111110111111111101111111101011111111111111111111111111111111111111011110111110111011111111100
+0,46,6,87,0111111110110111111110101111111111011111111111111111111110101111111111111111111111111111011101101100
+0,46,7,93,1111111111110111111110101111111111011111111111111111111111111111111111111111111111111111011111111100
+0,46,8,90,1111111111110111111110001111111111011111111111111111111111111111101111111101111111111111011111111100
+0,46,9,93,1111101111110111111110111111111111011110111111111111111111111111111111111111111111111111011111111110
+0,46,10,93,1111111101011111111111011111111111011111111111111111111111111111111111111101111111111111011111111110
+0,46,11,94,1111111101111111111111111111111111011111111111111111111111111111111111111101111111111111010111111110
+0,46,12,91,1111111111111111111111011111111100011111111111111111111111111111111111111101110111110111011111111110
+0,46,13,90,1111101101110111111110111111111111011111111111111111111111111111111111111001111101111111011111111110
+0,46,14,90,1111111101111111111111011111111111011111111111111111111110110111111101111111101111101111011111111110
+0,46,15,92,1111111110111111111111111111111111011111111111111111111111111011111111111101111111101111011111111100
+0,46,16,92,1111111111111111111111111111111111011111111111111111111111111111111111111101011111101011011111111100
+0,46,17,89,1111101111110111111110001101111111011111111101111111111111111111111111111101111111111111011111111110
+0,46,18,95,1111111101111111111111111111111111011011111111111111111111111111111111111111111111111111011111111110
+0,47,0,92,1111101111111111111111111101111111011111111111111111101111111111111011111101111111111111011111111110
+0,47,1,94,1111111111110111111110111111111111011110111111111111111111111111111111111111111111111111011111111110
+0,47,2,91,1111111100111111111110111111111111011111111111111111111111111111111111111101111111111011011111111100
+0,47,3,91,1111111111111111111111111111111110011111111111111111111111011011111111111101111111101111011110111110
+0,47,4,94,1111111101111111111111111111111111010111111111111111111111111111111111111101111111111111011111111110
+0,47,5,89,1111101111010111111110011111111111011110111111111111111111111110111111111111111111111111011111011110
+0,47,6,92,1110111101111111111111111111111111011011111111111111111111111111111111111101111111111111011111110110
+0,47,7,94,1111111111111111111111111100111111011111111111111111111111111111111011111111111111111111011111111110
+0,47,8,91,1111111111111111111111101111111111011111111111111111111111111111011111111111011111101011011111111100
+0,47,9,92,1111111111110111111110111111111111011111111111111111111011111111111111111101111111111111011111111100
+0,47,10,94,1111111101111111111111111111111111011011111111111111111111111111111111111111111111111101011111111110
+0,47,11,92,1111111101111111111110011111111111011111111111111111111111111111111101111111111111101111011111111110
+0,47,12,92,1111101111110111111110111111111110011111111111111111111111111111111111111101111111111111011111111110
+0,47,13,92,1111101101111111111110111111111111011110111111111111101111111111111111111111111111111111011111111110
+0,47,14,92,1111101101111111111110111111111111011111111111011111111111111111111111111101111111111111011111111110
+0,47,15,92,1111111111110111111110111111111111011110111111111111111111111111111111111111111111101111010111111110
+0,47,16,91,1111101111111111111111111111111111011111111111111111111111111111111111111101011111101011011111111100
+0,47,17,92,1111111111110111111111011111111111011110111111111111111111111111111111111101111111111111011111111100
+0,47,18,94,1111111111111111111111111101111111011111111111111111101111111111111111111101111111111111011111111110
+0,48,0,93,1111111101111111111110111111111111011111111111111111111111111111111011111101111111111111011111111110
+0,48,1,89,1111111101111111111110011111111110011111111111101111111111111111101101111111111111101111011111111110
+0,48,2,92,1111111101111111111111111111011110010111111111111111111111111111111111111101111111111111011111111110
+0,48,3,93,1111101111110111111110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,48,4,91,1111111111110111111110111111111111011110111111111111111111111111111111111101111111111111010111111100
+0,48,5,94,1111111111110111111111011111111111011110111111111111111111111111111111111111111111101111111111111110
+0,48,6,91,1111111101111111111111111111111111011010111111111111111111111111111111111011111111111100011111111110
+0,48,7,89,1111111101111111111110111111111110011111111111111111111111101111111001110101111111111111011111111110
+0,48,8,91,1110111101111111111111111110111111011111111111111101111111111111111111111101111111111111011111110110
+0,48,9,94,1111111111111111111111111101111111011011111111111111111111111111111011111111111111111111011111111110
+0,48,10,94,1111111111111111111111111111111110011111111111111111111111111111111011111111110111111111011111111110
+0,48,11,91,1111111101111111111110111100111111011111111111111111111111111111111011111101111111111111011111111110
+0,48,12,92,1111111111110111111111111101111110011111110111111111111111111111111011111111111111111111011111111110
+0,48,13,93,1111101111111111111110111110111111011111111111111111111111111111111111111101111111111111011111111110
+0,48,14,92,1111111111110111111110111111111111001110111111111111111111111111111111111111111111111111010111111110
+0,48,15,93,1111111111110111111110111111111111011110111111111111111111111111111111111111111111101111011111111110
+0,48,16,94,1111111111110111111111011111111111011111111111111111111111111111111111111101111111111111011111111110
+0,48,17,90,1111101111110111111110111111111110011110111111111111111111111111111111111101111111111111011111111100
+0,48,18,94,1111111111111111111111111100111111011111111111111111111111111111111011111111111111111111011111111110
+0,49,0,92,1111101111111111111110111110111111011111111111111111111111111111111111111101111111011111011111111110
+0,49,1,93,1111101111110111111110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,49,2,92,1111111111010111111111111111111111111011101111111111111111011111111111111101111111111111011111111110
+0,49,3,94,1111111111111111111111011101111111011111111111111111111111111111111011111111111111111111011111111110
+0,49,4,93,1111111111111111111110111111111110011111111111101111111111111111111011111111111111111111011111111110
+0,49,5,91,1111111101111111111111111111111111011111111111101111111111111111111011111101010111111111011111111110
+0,49,6,93,1111111111111111111111111100111111011111111111111111111111111111111011111111111101111111011111111110
+0,49,7,92,1111110111110111111111011111111111011110111111111111111111111111111111111101111111111111011111111110
+0,49,8,93,1111111111111111111110111111111111011010111111111111111111111111111111111111111111111111111111111000
+0,49,9,89,1111111101110111111111111111111111011110111111111111111111111111111111110011111111111100010111111110
+0,49,10,93,1111111111110111111111010111111111011111111111111111111111111111111111111101111111111111011111111110
+0,49,11,92,1111101111111111111110111110111111011111111111111111111111111111111111111101111111111111011111101110
+0,49,12,91,1111111111110111111110111111011111011110111111111111111111111111111111111111111111111111010111111100
+0,49,13,92,1111111111110111111110111111111111011110111111111111111111111111111111111101111111101111011111111110
+0,49,14,93,1111111101111111111111111100111111011111111111111111111111111111111011111111111111111111011111111110
+0,49,15,93,1111111111111111111110111101111111011111111111111111111111111111111011111101111111111111011111111110
+0,49,16,93,1111111111111111111111111101111111011011111111111111111111111111111011111111111111101111011111111110
+0,49,17,92,1111111101110111111111011111111111011110111111111111111111111111111111111110111111101111111111111110
+0,49,18,95,1111111111111111111111111111111111011111111111111111111111111111111011111111110111111111011111111110
+0,50,0,92,1111111111111111111110110101111111011111111111111111111111111111111011111101111111111111011111111110
+0,50,1,94,1111111111110111111111011111111111011111111111111111111111111111111111111101111111111111011111111110
+0,50,2,90,1111111111111111111111011101111111011111101011111111111111111011111011111111111101111111011111111110
+0,50,3,93,1111111111010111111111111111111111111011111111111111111111011111111111111101111111111111011111111110
+0,50,4,91,1111111111111111111110111111111110011111111111111111111111111111111001111111010111111111011111111110
+0,50,5,94,1111111111111111111111111111111110011111111111101111111111111111111011111111111111111111011111111110
+0,50,6,91,1111111111111011111111011111111111011110111111111111111111111111101011111111111101111111011111111110
+0,50,7,92,1111111111111111111110111100111111011011111111111111111111111111111111111111111111111111111111111000
+0,50,8,91,1111111111111111111111010101111111011111111111111111111111111111111011111101110111111111011111111110
+0,50,9,94,1111111111110111111111011111111111001111111111111111111111111111111111111111111111111111011111111110
+0,50,10,95,1111111111111111111111111111111111011111111111110111111111111111111011111111111111111111011111111110
+0,50,11,92,1111111111111111111110111111111110011111111111101111111111111111111011111111110111111111011111111110
+0,50,12,94,1111111111111111111110111111111111011111111111111111111111111111111111111101111111111111011111101110
+0,50,13,90,1111101111111111111110111100111111011111111111111111101111111111111011111101111111111111011111111110
+0,50,14,93,1111101111110111111110111111111111011110111111111111111111111111111111111111111111111111011111111110
+0,50,15,92,1111111111110111111110111111011111011111111111111111111111111111111111111111111111111111010111111100
+0,50,16,92,1111101111111111111111111110111111011111111111111111011111111111111111111101111111111111011111101110
+0,50,17,92,1111111111110111111110010111111111011111111111111111111111111111111111111101111111111111011111111110
+0,50,18,93,1111101111110111111110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,51,0,92,1111101111110011111110111111111111011111111110111111111111111111111111111111111111111111011111111110
+0,51,1,92,1111101111110111111110111111111111011110111111111111111111111111111111111101111111111111011111111110
+0,51,2,94,1111111111111111111110111111111111011011111111111111111111111111111111111111111111111111011111101110
+0,51,3,92,1111111111111111111110111100111111011111111111111111111111111111111111111101111111111111111111111000
+0,51,4,92,1111111111111111111110111111111110011110111111101111111111111111111111111011111111111111011111111110
+0,51,5,92,1111101111110111111110111111111111011111111111111111111111111111111011111111110111111111011111111110
+0,51,6,94,1111111111111111111111111111111111011111111111110111111111111111111011111111111111011111011111111110
+0,51,7,95,1111111111111111111111111111111111011111111111110111111111111111111011111111111111111111011111111110
+0,51,8,93,1111111111111111111110110111011110011111111111111111111111111111111111111111111111111111011111111110
+0,51,9,88,1111111111110111111110111111111111011111111100101111111111111111111011111111110111111111010111111100
+0,51,10,94,1111111111111111111111111111111110010111111111111111111111111111111011111111111111111111011111111110
+0,51,11,92,1101111111110111111111011111111111001111111111101111111111111111111111111111111111111111011111111110
+0,51,12,93,1111111111110111111111111111111111111011111111111111111011011111111111111101111111111111011111111110
+0,51,13,91,1111111111010111111111011111111111011111111101111101111111111111111111111101111111111111011111111110
+0,51,14,93,1111111111111111111110111111111110011111111111111111111111111111111011111111110111111111011111111110
+0,51,15,91,1111111111111111111110110101111111011111111111101111111111111111111011111101111111111111011111111110
+0,51,16,92,1111111111010111111111011111111111111011110111111111111111011111111111111111111111111111011111111110
+0,51,17,94,1111111111110111111111111111111111001111111111111111111111111111111111111101111111111111011111111110
+0,51,18,93,1111111111010111111110111111111111111111111111111111111111011111111111111101111111111111011111111110
+0,52,0,87,1111111111111111111110111011111110011010111111111111111111111111101011011010111111111111011111111110
+0,52,1,94,1111111111111111111110111111111111011111111111101111111111111111111111111111111111111111011111101110
+0,52,2,89,1111111111000111111111011111111111011011110011111111111111111011111111111111111111111111011111111110
+0,52,3,92,1111111111011111111110111111111111111011011111111111111111011111111111111111111111111111011111101110
+0,52,4,93,1011111111111111111110111111111111011111111111111111111111111111111011111011111111111111011111111110
+0,52,5,92,1111111111111111111111111111111110011110111111100111111111111111111111111111111111111110011111111110
+0,52,6,93,1111111111110111111101111111111111001111111111111111111111111111111111111101111111111111011111111110
+0,52,7,92,1111111111010111111111011111111111111011110111111111111111011111111111111111111111111111011111111110
+0,52,8,91,1111111111111011111111111111111110011011111110111111111111111111111111111111011110111111011111111110
+0,52,9,90,1111101111110111111100111111111111010011111111111111111111111111111011111111111111111111011111111110
+0,52,10,92,1111111111111111111110111111111111011111111111111111111110111111111011111101110111111111011111111110
+0,52,11,91,1111101110110111111110111111111110011110111111111111111111111111111111111111111111111111011111111110
+0,52,12,91,1111101111110011111110111111111110011111111110111111111111111111111111111111111111111111011111111110
+0,52,13,94,1111111111111111111110110111011111011111111111111111111111111111111111111111111111111111011111111110
+0,52,14,91,1101111111111111111110111111111110011111011111111111111111111111111011111111111111111111001111111110
+0,52,15,94,1111111111111111111111111111111111011111111111110111111111111111111011111111110111111111011111111110
+0,52,16,95,1111111111111111111110111111111111011011111111111111111111111111111111111111111111111111011111111110
+0,52,17,92,1111111111111111111110111111111110011111111111111111111111111111111011111111110111111111011111101110
+0,52,18,96,1111111111110111111111111111111111011111111111111111111111111111111111111111111111111111011111111110
+0,53,0,92,1111111111111111111110111110111111111011011111111111111111011111111111111111111111111111011111101110
+0,53,1,91,1011111111011111111110111111111111011111111011111111111111111111111011111011111111111111011111111110
+0,53,2,95,1111111111111111111111111111111111011111111111111111111110111111111011111111111111111111011111111110
+0,53,3,93,1111111111110111111110111111111111011111111111111111111111111111111111111101110111111111011111111110
+0,53,4,88,1111101110010111111110111111111110011110111111111111111111011111111111111111011111111111011111111110
+0,53,5,94,1111111111110111111111011111111111111011110111111111111111111111111111111111111111111111011111111110
+0,53,6,91,1011111101111111111110111111111111011111111111101111111111111111111011111011111111111111011111111110
+0,53,7,91,1111111101111111111111111111111110011110111111110111111111111111111111111111111111111100011111111110
+0,53,8,90,1111111111110111111101111111111111011110111111100111111111111111111011111111111111111110011111111110
+0,53,9,94,1111111111111111111111111111111110001111111111111111111111111111101111111101111111111111111111111110
+0,53,10,95,1111111111111111111111111111111110011111111111111111111111111111111111111111111111111110011111111110
+0,53,11,88,1111111111111011111111111111111110011010111110100111111111111111111111111111011110111111011111111110
+0,53,12,92,1111111111111111111110111101111111011111111111111111111111111111111011111111111111111111011111101100
+0,53,13,90,1111111111111111011110111101111110011011111111111111111111111111111111111111110111111011011111111110
+0,53,14,94,1111111111111111111110111111111111011111111111101111111111111111111111111111111111111111011111101110
+0,53,15,95,1111110111110111111111111111111111011111111111111111111111111111111111111111111111111111011111111110
+0,53,16,95,1111111111111111111110111111011111011111111111111111111111111111111111111111111111111111011111111110
+0,53,17,90,1111111111111111110110110011111111011011111011111111111011111111111111111111111111111111011111111110
+0,53,18,92,1111111111110111011111011111111111011011110111111111111111111111111111111111111111111111011111111110
+0,54,0,96,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111110011111111110
+0,54,1,94,1111110111110111111111111111111110011111111111111111111111111111111111111111111111111111011111111110
+0,54,2,88,1111111101110111011111011111111110011011111111110111111111111111111111111111111111111100011111111110
+0,54,3,94,1101111111111111111111111111111111011110110111111111111111111111111111111111111111111111011111111110
+0,54,4,96,1111111111111111111111111111111110001111111111111111111111111111111111111111111111111111111111111110
+0,54,5,92,1111110111110111111111111111111111011111111111111111111111111111101111111101111111111111011101111110
+0,54,6,91,1111111111111111111110111111110111011111111111101111111111111111111110111111110111111111011111101110
+0,54,7,94,1111111111110111111110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,54,8,92,1111111111111111110111111111111111011111111111111111111110111111101011111101111111111111011111111110
+0,54,9,95,1111111111111111111111111111111110001111101111111111111111111111111111111111111111111111111111111110
+0,54,10,94,1111111111110111111110011111111111011111111111111111111111111111111111111111111111111111011111111110
+0,54,11,93,1111111111111111011111111111011111011011110111111111111111111111111111111111111111111111011111111110
+0,54,12,90,1111111111111111011110111111111110011011111111111111111110111111111011111111111111111011011111111110
+0,54,13,95,1111111111111111111111111101111111011111111111111111111111111111111111111111110111111111011111111110
+0,54,14,89,1101111111111111111010111101111111011011111111111111111111111111111011111111111111111011011111101110
+0,54,15,90,1111111111111111011110111101111110011111111111111111111111111111111111111111110111111111011111101100
+0,54,16,91,1111110111110111111111111111111110011111110111111111111111111111111111111011111111111110011111111110
+0,54,17,92,1111111111111011011111011111111111011011111111111111111111111111111111111111111111111111011111110110
+0,54,18,95,0111111111111111111111111111111111011111111101111111111111111111111111111111111111111111011111111110
+0,55,0,94,1111111111110111111111111111111111011111101111111111111110111111111111111111111111111111011111111110
+0,55,1,94,1111110111111111111111111111111110011111111111111111111111111111111111111111111111111110011111111110
+0,55,2,95,1111111111111111111111111011111110001111111111111111111111111111111111111111111111111111111111111110
+0,55,3,94,1111111111111111111111111101111111011111111111111110111111111111111111111111110111111111011111111110
+0,55,4,91,0111111010111111111111111111111110011111101111111111111111111111111111111111111111111110011111111110
+0,55,5,96,1111111111111111111111111111111111001111111101111111111111111111111111111111111111111111111111111110
+0,55,6,94,1111110111110111111111111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,55,7,90,1111110111110111111111111111111110011111111111111111111111111111101111111111111111001111011101111110
+0,55,8,91,1111111111111111011111111110011110011111110111111111111111111111111111111111111111111110011111111110
+0,55,9,92,1111111111011111111111111111111111111011010111111111011111011111111111111111111111111111011111111110
+0,55,10,93,0111111111111111111111111111111111011110110101111111111111111111111111111111111111111111011111111110
+0,55,11,96,1101111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111110
+0,55,12,90,1111111111111111011110111111111110011011110111111111111111111111111011111111111111111111011111101110
+0,55,13,94,1111111111111111111111111111111110001111111111111111111110111111111111111111111111111011111111111110
+0,55,14,91,1111111111010111111111111011111110111111110111111111111111011111111111111111111111111110011111111110
+0,55,15,93,1111111111111111111111111111111110001111101101111111111111111111111111111111101111111111111111111110
+0,55,16,90,1111111111111111110111101111111111011011111111111111111110111111101011111101111111111111011111111110
+0,55,17,93,1111111111110111110110111111111111011111111111111111111111111111111111111101111111111111011111111110
+0,55,18,93,1111111111111111100111111101111111011111111111111111111111111111111111111111110111111111011111111110
+0,56,0,94,1111111111110111101111111111111111011111101111111111111111111111111111111111111111111111011111111110
+0,56,1,93,1111110111111111110111111101111111011111111111111111111111111111111111111111110111111111011111111110
+0,56,2,93,1111111111110111111111111111111110011111111111111111111110111111111111111111111111111011111111111010
+0,56,3,94,1111111111111111111111111111111111001111101111111111111110111111111111111111111111111111011111111110
+0,56,4,93,1111111111011111111111111101111111011111111101111011111111111111111111111111110111111111111111111110
+0,56,5,95,1111111111111111111111111111111111001111111111111111111111111111111101111111111111111111011111111110
+0,56,6,91,1111100111110111111111111111111111011111111111101111111111101111111111111101111111111111011111111110
+0,56,7,93,1111111111110111111111111111111111011111101111111111111110111111111111111111111111111111011101111110
+0,56,8,95,1111111111111111111111111011111110011111111111111111111111111111111111111111011111111111111111111110
+0,56,9,92,1111111111110111111111111111111101001111101111111111111110111111111111111111111111111111011111111110
+0,56,10,92,0111111110111111111111111111111110011111111111111111111111111111111101111111111111111110011111111110
+0,56,11,93,1111111011111111111111111111111111011111101111111111111111111111111111111111100111111111011111111110
+0,56,12,93,1111111111111111111111111001111110011111111111111110111111111111111111111111110111111111111111111110
+0,56,13,95,1111111111111111111111111111111111001111111111111111111111111111111111111111111111111111011111110110
+0,56,14,91,1111111111111111101111111101111110001111111111111111111111111111111111111110110111111111011111111110
+0,56,15,94,1111111111101110110111111011111111011111111111111111111111111111111111111111111111111111111111111110
+0,56,16,92,1111111111011111111111111111111111111011110111111111111111011111101111111111111111111110011111111110
+0,56,17,90,1111111111010111111111111011111110111111010111111111011111011111111111111111111111111111011111111110
+0,56,18,93,1111111111111111111111111101111111011111101111111110111111111111111111111111110111111111011111111110
+0,57,0,93,1111111111101111110111111011101111011111111111111111111111111111111111111111111111111111011111111110
+0,57,1,89,1101110101111110110111111101111111011110111111111111111111111111111111111111110111111111111111111100
+0,57,2,91,1111111011111111111111111111111111001111101011111111111111111111111101111111110111111111011111111110
+0,57,3,94,1111111111111111111111111111111111011111111111111111111111111011111111111111101111111111011111110110
+0,57,4,95,1111111111101111111111111011111111011111111111111111111111111111111111111111011111111111111111111110
+0,57,5,94,1111111111111110110111111011111110011111111111111111111111111111111111111111111111111111111111111110
+0,57,6,96,1111111111111111111111111111111110001111111111111111111111111111111111111111111111111111111111111110
+0,57,7,92,1111111111111111101111111011111111011111111111111111111111110111111101111111011111111111011111111110
+0,57,8,90,1111111111110111101111111001111110011111111111111110111111111111111111111111110111111111011111111110
+0,57,9,96,1111111111110111111111111111111111011111101111111111111111111111111111111111111111111111111111111110
+0,57,10,94,1111111111111111111111111111111111011111101111111111111111111111111111111111001111111111111101111110
+0,57,11,93,1111111011111111111111111011111110011111111111111111111111111111111111111111110111111111011111111110
+0,57,12,89,1111111111110111111111111011111101001111101111111111111110111111111111111111111110111111011101111110
+0,57,13,93,1111111111110111111111111111101111011111101111111111111110111111111111111111111111111111011111111110
+0,57,14,90,0111111110111111111111111111111110001111111111111111111111111111111101111111101111111110111111111100
+0,57,15,91,0111111111111111111111111111111110011111110101111111111111111111111111111101111011111111011111111110
+0,57,16,91,1111111111111111111111111101111111011111101111111010111111111111111111111111100111111111011111111110
+0,57,17,94,1111111111110111101111111111111011011111101111111111111111111111111111111111111111111111011111111111
+0,57,18,92,1111111111110111111111111111111111000111111111111111111111111111111111111111111111111111011111110010
+0,58,0,90,1111111111110111111111111111101111011111101111111111111110111111111111111111111111111111011110010110
+0,58,1,94,1111111111110111111111111111111111011111101111111111111111111111111111101111111111111111111011111110
+0,58,2,93,1111111111111111111111111111111111000111111111111111111111111111111111111111111111111111011111110010
+0,58,3,91,1111111011010110110111111011111110011111111111111111111111111111111111111111111111111111111111111110
+0,58,4,91,1011111111110111110111111111101111011111101111111111111110111111111111111111111111111111011111111110
+0,58,5,92,1111111101101111111111111011101111011111111111111111111111111111111111111111111111111101011111111110
+0,58,6,93,1111111111111111111111111111111110001111101111111111111111111111111111111111001111111111111111111110
+0,58,7,90,0111111110111111111111111111111111011111111111110111111111111111111101111111101111111110111101111100
+0,58,8,93,1111111101111111111111111111111111011111111111111111111110111011111111111111101111111111111111110110
+0,58,9,95,1111111111111111111111111111111110011111111111111111111111111111111111111111111111111011011111111110
+0,58,10,92,1111111111011111111111111101111111011111101111111111111111111111111111111111101111111111011101111110
+0,58,11,90,1111111111111111111111111111111111011111101111111010111111110111111111111111000111111111011111111110
+0,58,12,93,1111111111111111111111111111111111011111111111111111111111111011111011110111011111111111111111110110
+0,58,13,93,1111111111101111111111111011111111011111111111111111111111111111111111111111001111111111011111111110
+0,58,14,89,1111111011111111101111111111111011011111101011111111111111111111111101101111110111111111011111111110
+0,58,15,93,1111111111110111111111111111111111001111101111111111111111111101111111101111111111111111011111111111
+0,58,16,92,1111111111101110110111111011111110011111111111111111111111111111111111111111011111111111111111111110
+0,58,17,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111111110
+0,58,18,92,1111111111101111110111111011111111011111111111111011111111111111111111111111111111111011011111111110
+0,59,0,95,1111111101111111111111111111111111011111111111111111111111111011111111111111111111111111111111110110
+0,59,1,91,1111111111111111111111111111111111011111111111111111111110111011111011110111001111111111111111110110
+0,59,2,93,1111111111111110110111111011111110011111111111111111111111111111111111111111011111111111111111111110
+0,59,3,95,1111111110101111111111111011111111011111111111111111111111111111111111111111111111111111111111111110
+0,59,4,94,1111111111110111111111111111111111001111101111111111111111111111111111101111111111111111011111111111
+0,59,5,94,1111111111110111111111111111111111011111101111111111111111111101111111101111111111111111111111111110
+0,59,6,92,1111111101111111111111111111111111011111111111111111111110111011111111111111101111101111111111110110
+0,59,7,93,1111111101111111111111111111111111011111111111111111111110111011111111111111101111111111111111110110
+0,59,8,93,1111111111011111111111111111111111011111101111111111111110111011111111111111101111111111111111111110
+0,59,9,92,1111111101111111111111111101111111011111111111111111111111111111111111111111101111111111011101110110
+0,59,10,93,1111111111111111111111111111111110011111111111011111111111111111111111111111101111111011011111111110
+0,59,11,89,1111111111111111111111111111111110011111101111111010111110110111111111111111011111111111010111111110
+0,59,12,88,1111111011110110110111111011111110011111111111111011111111111111111111111111011111111111101111110110
+0,59,13,93,1111111101011111111111111111111111011111111111111111111110111011111111111111101111111111111111111110
+0,59,14,90,1111111101101111111111111011101111011111111111111111111110111011111111111111111111111101011111111110
+0,59,15,92,1111111101111111111111111111111111011111111111111111111111111111111101111111101111111111011111110010
+0,59,16,91,1111111110111111111111111111111111011111111111111111111110111011111111110111011111111111111110110110
+0,59,17,93,1111111101111111111111111111111111011111111111111111111111111011111011111111101111111111111111110110
+0,59,18,90,1011111111110111110111111111101110011111111101111111111111111111111111111111011111111111011111111110
+0,60,0,93,1111111101111111111111111111111111001111101111111111111111111111111111111111101111111111011111110111
+0,60,1,92,1111111111110111111111111111111111011111111111111111111111111111111101101111111111111011011111110011
+0,60,2,93,1111111110101111111111111011111111011111111111111111111111111111011111111110111111111111111111111110
+0,60,3,93,1111111111111110110111111011111110011111111111111111111111111111111111111111011111111111111111111110
+0,60,4,89,1101111101011111111111111111111101011111111101111111111110111011111111101111101111111111111111111110
+0,60,5,95,1111111111110111111111111111111111011111101111111111111111111101111111111011111111111111111111111111
+0,60,6,94,1111111111111111111111111110111111011111101111011111111111111111111111111111111111111111011111111110
+0,60,7,92,1111111111110111111111111111111110011111111111111111111111111101111111101111101111111011111111111110
+0,60,8,92,1101111111110111110111111111111111011111101111111111111111111101111111101111111111111111011111111111
+0,60,9,93,1111111111110111111111111111111111001111101111111101111111111111111111101111111111111111111111111110
+0,60,10,90,1111111101111111111111101111111011001111111111111111111111111011111111111111101111111111111111110010
+0,60,11,94,1111111101111111111111111111111111011111111111111111111111111111111101111111111111111111011111110110
+0,60,12,93,1111111101110111111111111111111111011111111111111111111110111111111111111111101111111111111111110110
+0,60,13,92,1110111111011111111111111111111111001111101111111111111111111011111111101111111111111111011111111111
+0,60,14,92,1111111111111111111111111111111110011111101111111011111110111011111111111111101111111111111111111110
+0,60,15,89,1111111101111111111111111111111111011111111111111110111110110111111111111111011111101111010111110110
+0,60,16,89,1011111111110111110111110111101110011111111101111111111111111111111111111111011111111111011111111110
+0,60,17,89,1010111111110111110111111111101110011111111101111111111111111111111111111111011111111111011111111110
+0,60,18,95,1011111110111111111111111011111111011111111111111111111111111111111111111111111111111111111111111110
+0,61,0,92,1111111111110111111111111111111110011111111111111111111111111111011111101111101101111111111111111110
+0,61,1,92,1111111110101111111111111011111111011111111111111111111111111101111111111110111111111011111111111110
+0,61,2,90,1100111111011111111111111111111111001111101111111111111111111001111111101111111111111111011111111111
+0,61,3,94,1111111111110111110111111111111111011111101111111111111111111111111111001111111111111111111111111111
+0,61,4,93,1111111100111111111111111011111111011111111111111111111111111111111111101111111111111111011111111110
+0,61,5,94,1011111111111111111111111111111111011111111111111111111111111111111101111111110111111111111111110110
+0,61,6,93,1011111111110111111111111111111110011111111111111111111111111111111111111111111111011111011111111110
+0,61,7,90,1010111111111111110111111011101111011111111101111111011111111111111111111111011111111111111111111110
+0,61,8,92,1111111101111111111111111101111111011111101111111111111110111111111111111111101111111111011111110111
+0,61,9,88,1101111101111111111111111111111111001111111111111110111111110111111111111111011111101111010111110110
+0,61,10,89,1111111111110010111111111111111110001111111111111111111111111101110111111111101111111011111111111110
+0,61,11,93,1111111111111111110111111011111110011111111111111111111111111111111111101111011111111111111111111110
+0,61,12,93,1111011111110111111111111111111111011111101111111111111111111101111111111011111111111111111111111110
+0,61,13,93,1111111111110111111111111111110111001111101111111101111111111111111111101111111111111111111111111111
+0,61,14,91,1111111111111110110111111010111111011111111111011111111111111111111111111111011111111111011111111110
+0,61,15,97,1111111111111111111111111111111111011111101111111111111111111111111111111111111111111111111111111110
+0,61,16,94,1111111101111111111111111111111111011111111111111111111111111111111101111111111111111111011111110110
+0,61,17,93,1111111111110111111111111111111111011111001111111111101111111101111111111011111111111111111111111111
+0,61,18,88,1011111100111111111111101111111011001101111111111111111111111011111111111111101111111111111111111010
+0,62,0,91,1111111111110111111111111111111110011111111111111111111111101111011111101111101101111111111111111110
+0,62,1,90,1111111101110111111111111111111110011111111111111111111111111111011110101111101101111111111111111110
+0,62,2,95,1111111111110111110111111111111111011111101111111111111111111111111111011111111111111111111111111111
+0,62,3,90,1111111101111111111111111101111111011111101111111111111110111111111111101011101111111111011111110111
+0,62,4,89,1111111111110010111111111111110110001111111111111111111111111111110111101111111111111011111111111110
+0,62,5,91,1111111011110111111111111111111111001111101111111001111111111101111111111111101111111111111111111111
+0,62,6,91,1011111111110111110101111111111110011111111111111111111111101111111111111111111111011111011111111111
+0,62,7,93,1111111111110111111111111111111111011111101111111111111111111111111111001110111111111111111111111110
+0,62,8,90,1010111111111111100111111111111110011111111111111111111111111111111111101111110111111111111111111010
+0,62,9,95,1111111111111111111111111011111111011111111111111111111111111111111101111111011111111111111111111110
+0,62,10,91,1011111110110111111111111111111110011111111111111111111111111111101111101111111111111111011111111110
+0,62,11,94,1111111101111111111111111011111111011111111111111111111111111111111111111111111111101111011111111110
+0,62,12,92,1111111110111111111111111011101111011111111111111111111111111111111111101111111111111111011111110110
+0,62,13,95,1111111101111111111111111011111111011111111111111101111111111111111111111111111111111111111111111110
+0,62,14,96,1111111111111111111111111111111110011111101111111111111111111111111111111111111111111111111111111110
+0,62,15,92,1111111111110111111111111111111111011111111111011111111111111111011111101111101101111111111111111110
+0,62,16,96,1111111111111111111111111111111111001111111111111111111111111111111111101111111111111111111111110111
+0,62,17,90,1100111111011111111111111011111111011111101111111111111111111001111111111111111111111111011111111110
+0,62,18,94,1111111111111111111111111111111111011111111111111111111111111111111101111111111101111111011111110110
+0,63,0,94,1111111111110111110111111111111111011111101111111111111111111111111111011111111101111111111111111111
+0,63,1,95,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111011111110110
+0,63,2,89,1010111110111111111111111111101110011111111111111111111111111111011111101111110111111111111111111010
+0,63,3,89,1111111110111111100111111011101111011111011111111111111111111111111111101111111111111111011111110110
+0,63,4,96,1111111111111111111111111111111111011111101111110111111111111111111111111111111111111111111111110111
+0,63,5,89,1111111110110111111111111011101111011101111111111111111111101111111111001111111111111111011111111110
+0,63,6,92,1111111101110111111111111111111110011111101111111111111111111111101111111111110111111111111111111110
+0,63,7,92,1011111111111111111110111111111110011111111111111111111111111110111111111111111111011111011111111110
+0,63,8,97,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111110110
+0,63,9,93,1111111111110111110111111111111111011111101111111111111111111111111101011111111101111111111111111111
+0,63,10,91,1111111101111111111111101111111011011111111111111101111111111111111111111111111111101111011111110110
+0,63,11,93,1111111111111111111111111011111111011111111011111111111111111111111101111111111100111111111111111110
+0,63,12,90,1011111101111111111110111111111110001111111101111111111111111111111111101111111111011111111111110111
+0,63,13,95,1111111111110111111111111111111111011111111111111111111111111111011111111111111111111111011111111110
+0,63,14,93,1111111111110111111111111111111111011111101111111111111111111111011110101111111111111111111111111110
+0,63,15,92,1111111101111111111111111111111110001111111111111111111111111111111111101111101101111111111111110111
+0,63,16,95,1111111111111111111111111011111111011111111111111111111111111111111101111111011111111111111111111110
+0,63,17,91,1111111111110111111110111111111111011111111111011111111111111111011111101111101101111111111111111110
+0,63,18,93,1111111101111111111111111011111111011111111111111101111111111111111111111111111111101111011111111110
+0,64,0,94,1111111111110111111111111111111111011111111111111111111111111111011111101111111111111111011111111110
+0,64,1,94,1111111111111111111111111111111111011111101111111111111111111111111100111111111111111111111111110110
+0,64,2,94,1111111111111111111111111111111111011111101111111111111111111111111111011111111101111111111111110110
+0,64,3,96,1111111111110111110111111111111111011111111111111111111111111111111101111111111111111111111111111111
+0,64,4,95,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111011111110110
+0,64,5,95,1111111111110111111111111111111111011111111111111111111111111111011111111111111111111111011111111110
+0,64,6,95,1111111101111111111111111011111111011111111111111111111111111111111111111111111110111111111111111110
+0,64,7,92,1111111111111111111111111011111111011111111011111111111111111110111101111111111001111111111111111110
+0,64,8,87,1111111110110111111111111111111101011111011111011111111111111111011101101111101101111111011111111110
+0,64,9,95,1111111111111111111110111111111111011111111111111111111111111111111111111110111111111111111111110110
+0,64,10,97,1111111111111111111111111111111111011111101111111111111111111111111111111111111111111111111111110111
+0,64,11,94,1111111111111111111111111111111111011111111111110111111111111111111101111111111111111111011111110110
+0,64,12,90,1011111111111111111110110111111110001111111101111111111111111111111111101111111111111101111111110111
+0,64,13,91,1111111101101111111111111110111111011111111111111111111110111111111111111111111111011111111111110010
+0,64,14,93,1111111111111111111111111111111111011111101111110111111111111111111101111111011111111111011111111110
+0,64,15,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111110111
+0,64,16,95,1111111111111111111011111111111111011111111111111111111111111111111101111111111111111111111111110110
+0,64,17,95,0111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111110110
+0,64,18,97,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111111111110111
+0,65,0,95,1111110111111111111111111111101111011111111111111111111111111111111111111111111111111111111111110110
+0,65,1,94,0111111111111111111111111011111111011111111111111111111111111111111111111111111111111111010111110111
+0,65,2,92,1111111111110110111011111111111111011111111111111111111111111111011111111111111111111111011111110110
+0,65,3,95,1111111111111111111011111111111101011111111111111111111111111111111101111111111111111111111111111110
+0,65,4,95,1111111111111111111111111011111111011111111111111101111111111111111101111111111111111111111101111111
+0,65,5,95,1111111111110111110111111111111111011111111111111111111111111111111111111111011111111111111111111110
+0,65,6,95,1111111111110111111111111111111111011111111111111111111111111111111111101111111111111111011111111110
+0,65,7,94,0111111111111111111111111111111111011111111111111111111111111111011111111111111111111111011111110110
+0,65,8,93,1111111111111111111111111111111111011111111111100111111111111111111101111111111111111111011111110110
+0,65,9,91,0111111111111111111111111111111111011111101111110111111111111111110101111111011111111111011111111110
+0,65,10,94,1111111111111111111111111111111111011111111111111111111111111111111101111111110111111111011111110110
+0,65,11,95,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111011111110110
+0,65,12,93,1111111111111111111111111110111111011111101111111111111110111111111111111111111111011111111111110110
+0,65,13,94,1111111101101111111111111111110111011111111111111111111111111111111111111111111111111111111111110011
+0,65,14,96,1111111111111111111111111111111111011111101111111111111111111111111101111111111111111111111111110111
+0,65,15,97,1111111111111111111111111111111111011111111111111111111111111111111111111111011111111111111111111110
+0,65,16,95,1111111111111111111011111111111111011111111111111111111111111111111101111111111111111111111111110110
+0,65,17,94,1111111111111111111110111111111111011111111111111111110111111111111111111110111111111111111111110110
+0,65,18,97,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111111111110111
+0,66,0,96,1111111111111111111111111111111111011111111111111111111111111111111101111111111111111111111111110110
+0,66,1,90,1111111111110111111111111111001111011111101111111111111111111111111101111111110011111111011111110111
+0,66,2,94,0111111111111110111111111111111111011111111111111110111111111111111111111111111111111111111111110110
+0,66,3,93,1111011111111111111111111111111111011111111111011111111111111111011101111111111111111111011111110111
+0,66,4,93,1111111111111111111111111011111111011111111111111101111111111111111101101111111111111111111111110110
+0,66,5,96,1111111111110111111111111111111111011111111111111111111111111111111111111111111111111111011101111111
+0,66,6,95,1111111111111111111111111111111111011111111111111111111111111110111101111111111111111111011111110111
+0,66,7,95,1111111111111111111111111111111111011111101111111111111111111111111101111111111111111111111111110110
+0,66,8,93,1111110111111111111111111111101111010111111111111111111111111111111101111111111111111111111111110110
+0,66,9,95,1111110111111111111111111111101111011111111111111111111111111111111111111111111111111111111111110110
+0,66,10,92,1111110111111111111111111111101111010111111111111101111111111111111101111111111111111111111111110110
+0,66,11,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111101111111
+0,66,12,96,1111111111111111111111111110111111011111101111111111111111111111111101111111111111111111111111111111
+0,66,13,94,1111111111110111111111111111111111011111111111111111111111111111111111101111111111111111011111110110
+0,66,14,95,1111111111111111111111111111111111011111111111111111111111011111111101111111111111111111111111110101
+0,66,15,94,1111111111111011111111111111111111011111101111111101111111111111111101111111111111111111111111110111
+0,66,16,94,1111111111111101111111111111111111011111111111101111111111111111111101111111110111111111111111110111
+0,66,17,93,0111111111111111111111111111111111011111111111111111111111111111111101111111111101111111011111110110
+0,66,18,97,1111111111111111111111111111111111011111111111111111111111111111111111111111011111111111111111111110
+0,67,0,95,0111111111111110111111111111111111011111111111111111111111111111111111111111111111111111111111110110
+0,67,1,93,1111111111111111111111111111110111011111111111111110111111011111111101111111111111111111111111110101
+0,67,2,94,1111111111111011111111111111111111011111101111111101111111111111111101111111111111111111111111110111
+0,67,3,94,1111111111111111111111101111111111011111111111111111111111111110111101111111111111111111011111110111
+0,67,4,95,1111111111110111111111111111111111011111111111111111111011111111111111111111111111111111111111110011
+0,67,5,93,1111111111111111111111111111111111011111101111111111111111111111111101111111111111111111011101011110
+0,67,6,94,1111111111110111111111111111111111011111111111111111111111101111111101111111111111111111111111110101
+0,67,7,93,1111111111111111111111111111111111011111111111111111111111011101111111101111111111111111011111110110
+0,67,8,93,1111111111111111111011111110111111011111111111111111111111111110111101111111111111111111011111110111
+0,67,9,95,1111111111111111111111111111111111011111111111111111111111111110111101111111111111111111011111110111
+0,67,10,95,1111111111111111111111111011111111011111111111111101111111111111111111111111111111111111111111110110
+0,67,11,95,1111111111111111111111111111111111011111111111111111111111111111111101101111011111111111111111111110
+0,67,12,95,1111111111111111111111101111111111011111111101111111111111111111111111111111111111111111111111110110
+0,67,13,95,1111111111111111111111111111111111011111111111111111111111111111111101111111011111111011111111111110
+0,67,14,92,1111111111111101111111101111111111011111111111101111111111111111111101111111111101111111011111110111
+0,67,15,95,0111111111111111111111111111111111011111111111111111111111111111111111111111110111111111111111110110
+0,67,16,94,0111111111111111111111111111111111011111101111111101111111111111111111111111111111111111111111110110
+0,67,17,95,1111111111111010111111111111111111011111111111111111111111111111111101111111111111111111111111110111
+0,67,18,97,1111111111111111111111111111101111011111111111111111111111111111111111111111111111111111111111110111
+0,68,0,94,1111111111111111111111111111111111011111111111011111111111111110111111111111111111111111011111110110
+0,68,1,94,1111111111111111111111111011111111011111111111111101111111111111111101111111111111111101111111110111
+0,68,2,95,1111111111110111111111111111111111011111111111111111111011111111111101111111111111111111111111110111
+0,68,3,95,1111111111111111111111111111111111011111111111111111111111111111111111101111011111111111111111111010
+0,68,4,92,1111111111110111111111111111111111011111111111111111111111101111111101111111011111111111111111110100
+0,68,5,96,1111111111101111111111111111111111011111111111111111111111111111111101101111111111111111111111111111
+0,68,6,93,1111111111110111111111111111111111011111111111101111111011111111111111111111111111111101111111110011
+0,68,7,91,1111111111111111111111111011111111011111111111111101111111111111110110111111111111111111110111100110
+0,68,8,94,1111111111111111111111111011101111011111111111111101111111111111111101111111111111111111111111110111
+0,68,9,94,1111111111111010111111111011111111011111111111111111111111111111111111111111111111111111111111110110
+0,68,10,93,1111111111111111111111101111111111011111111111111111111111111111111101101111011111111111011111110111
+0,68,11,96,1111111111111111111111111111111111011111111111111111111111111110111101111111111111111111111111111110
+0,68,12,96,1111111111111111111111111111111111011111111111111111111111111111111111101111011111111111111111111110
+0,68,13,93,1111111111111111111111111011111111011111111111111101111111111111111101111111111111111111101111110110
+0,68,14,94,1111111111111111111111101110111111011111111101111111111111111111111111111111111111111111111111110110
+0,68,15,95,1111111111111111111111111011111111011111111111111101111111111111111111111111111111111111111111110110
+0,68,16,94,1111111111111111110111111111111111011111111111111110111111011111111111111111111111111111111111110101
+0,68,17,92,1111111111110111111111111111110111011111110111111111111011111111111101111111111111111111111111110011
+0,68,18,94,1111111111111110111111111111111111011111111111111111111111111111111111101111111111011111111111110110
+0,69,0,95,1111111111101111110111111111111111011111111111111111111111111111111101101111111111111111111111111111
+0,69,1,95,1111111111111111111111111111111111011111111111111110111111011111111111111111111111111111111111110101
+0,69,2,94,1111111111101111111111111011111111011111111111111101111111111111111101111111111111111111111111111110
+0,69,3,96,1111111111111111111111111111111111011111111111111111111111111111111111101111101111111111111111110111
+0,69,4,94,1111111111101111111111111011111111011111111111111111111111111111111111111101111111111111111111110110
+0,69,5,95,1111111111111111111111111111111111011111111111111101110111111111111101101111111111111111111111111111
+0,69,6,93,1111111111011111111111101011111111011111111111111101111111111111111111111111111111111111111111110110
+0,69,7,94,1111111111111111111111111011111111011111111111111101111111111111111101111111111111111101111111110111
+0,69,8,94,0111111111111110111111111111111111011111111111111111111111011111111111111111011111111111111111111110
+0,69,9,91,1011111111111111111111111111111111011111011111110111111111111111111101101111111111011111111111110110
+0,69,10,95,1111111111111111111111111111111111011111111111111111111011111111111101111111111111111111111111110110
+0,69,11,95,1111110111110111111111111111111111011111111111111111111111111110111101111111111111111111111111111111
+0,69,12,94,1111111111111111111111111011111111011111111111111101111111111111111111111111111111111111101111110110
+0,69,13,92,1111111111111010111111111011111101011111111111111111111111111111111101111111111111111111111111110110
+0,69,14,94,1111111111101111111111111011111111011111111111111111111111111111111101101111111111111111111111110111
+0,69,15,94,1111111111110111111111111111111111011111111111101111111011111111111111111111111111111101111111111011
+0,69,16,96,1111111111111111111111111111111111011111111111111111111111111111111111101111111111111111111111110110
+0,69,17,90,1111111111111100111111111111111111011111111111111011111111111111111111101111011111011111111111101010
+0,69,18,96,1111111111110111111111111111111111011111111111111111111111111111111111101111111111111111111111111110
+0,70,0,93,1111111111111111111111111111111111011011111111111110111111011111111111111011111111111111111111110101
+0,70,1,94,1111111111111111111111111111111111011111111111111110111111011111111101111111111111111111111111110101
+0,70,2,93,1111111111111111111111111111111111011111111111111111111011111111111101011111111111111110111111110110
+0,70,3,96,1111111111111111111111111111111111011111111111011111111111011111111111111111111111111111111111110111
+0,70,4,92,1111111111111101111111111111111111011101111111111111111011111110111101111111011111111111111111110111
+0,70,5,94,1111110111110111111111111111111111011111110111110111111111111111111111111111111111111111110111111111
+0,70,6,95,1111111111111110111111111111111111011111111111111111111111011111111111101111111111111111111111111110
+0,70,7,94,0111111111111111111111111111111111011111111111111111111111111111110111111111001111111111111111110111
+0,70,8,93,1111111111101111111111111011111111011111111111111110111111111111111111101111111111111111111111110101
+0,70,9,95,1111111111111111111111111111111111011111111111111111111111011111111101111111111111111011111111110111
+0,70,10,92,0111111111111110111111111111111111011110111111111111111111111111111111101111011111111011111111111110
+0,70,11,94,1111111111101111110111111111111111011111111111111111111111011111111101111111111111111111011111111111
+0,70,12,93,1111110111110111011111111111111111011111111110111111111111111110111111111111111011111111111111111111
+0,70,13,95,1111111111110111111111111111111111011111111111111111111111111111111101101111111111111111111111111110
+0,70,14,93,1111111111111111111111111111111111011111111111111111111111110111111101101111101111111111111111110110
+0,70,15,97,1111111111111111111111111111111111011111111111111111111011111111111111111111111111111111111111110111
+0,70,16,93,1111111111111111110111111011111111011111111111111111101111111111111101111111111111111111101111111110
+0,70,17,93,1111111111101111111111111111111111011111111111110101111111111111111111101111111101111111111111110111
+0,70,18,93,1111111111110111111111111111111111011111111111111111111111111110111101101111111111111111111111101110
+0,71,0,94,1111111111111011111111111111111111011111111111111111111111110111111101101111111111111111111111111110
+0,71,1,92,1111111111110111111111111111111111011111111111111111111111111111111101101111101111111101111111110110
+0,71,2,94,1111110111110111111111111011111111011111111111111110111111111111111111111111111111111111111111101111
+0,71,3,94,1111111111101110111111111111111111011111111111111111111111111111111111101111111111111111111111110101
+0,71,4,91,1111111111111111010111011011111111001111111111111111111111111111111101111111111111111111101111111110
+0,71,5,96,1111110111110111111111111111111111011111111111111111101111111111111111111111111111111111111111111111
+0,71,6,91,1101111111111111111111111111111111011111111111111110111111110111111111101011101111111111111111110101
+0,71,7,93,1111111110111111111111111111111111011011111111111111111111011111111101111111111111111111111111110110
+0,71,8,93,1111111111101111011111111011111111011111111111111110111111111110111111111111111111111111111111111101
+0,71,9,93,1111110111110111111111111111111111011111111110111111111111111111111111101111111011111111111111110111
+0,71,10,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,71,11,92,1111111111111111111111111111111111011011111111111110111011011111111111111111101111111111111111110101
+0,71,12,92,1111111111111111111111101111111111011111111111111110111111011111111111111011101111111111111111110101
+0,71,13,94,0111111111111111111111111111111111011011111111111111111111111111110111111111011111111111111111110111
+0,71,14,93,0111111111111111111111111111111111011111111111111111111011111111110111111111001111111111111111110111
+0,71,15,97,1111111111111111111111111111111111011111111111111111111111110111111111111111111111111111111111110111
+0,71,16,91,0111111111111111111111111111111111011111111111111110111111111111110101111111001111111111111111110101
+0,71,17,96,1111111111111111111111111111111111010111111111111111111111011111111111111111111111111111111111110111
+0,71,18,92,1111110111101111110111111111111111011111111111110111111111011111111101111111111111111111011111111111
+0,72,0,96,1111110111110111111111111111111111011111111111111111101111111111111111111111111111111111111111111111
+0,72,1,92,1111111111110111111111111111111110011111110111111101111111011111111111111111111111111111110101111111
+0,72,2,92,1111110111110111111111111010111111011111111111111110111111111111111111111111111111111111111101101111
+0,72,3,94,1111110111110111111111111011111111011111111111111110111111111111111111111111111111111111111111101111
+0,72,4,91,1111111111110111110111111111111111011111111111111111111111111111111101101011111111111101111111110110
+0,72,5,97,1111111111111111111111111111111111011111111111111111111111111111111111111111101111111111111111110111
+0,72,6,96,1111111111111111111111111111111111010111111111111111111111011111111111111111111111111111111111110111
+0,72,7,97,1111111111111111111111111111111111011111111111111111111111110111111111111111111111111111111111110111
+0,72,8,92,1111111111111111111111111111111111011111111111111110111111111111110101111111001111111111111111110101
+0,72,9,90,0101111111111111111111111111111111011111111111111110111111110111111111101011101111111111111111110101
+0,72,10,95,1111111111111111111111111111111111010111111111111111111111011111111111111111111111110111111111110111
+0,72,11,97,1111111111111111111111111111111111011111111111111111111111110111111111111111111111111111111111110111
+0,72,12,92,1111111111110111111111101111111111010111111101111111101111011111111011111111111111111111111111111111
+0,72,13,97,1111110111111111111111111111111111011111111111111111111111111111111111111111111111111111111111110111
+0,72,14,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,72,15,96,1111111111111111111111111111111111010111111111111111111111011111111111111111111111111111111111110111
+0,72,16,93,1111111111110111111111111111111110011111110111111111111111101111111111111111111111111111110101111111
+0,72,17,94,1111111111110111111111111111111110011111110111111111111111111111111111111111111111111111110101111111
+0,72,18,95,1111110111110111111111111111111111011111111111111111111111111111111111101111111111111111111111110111
+0,73,0,92,1111110111110111111111111010111111011111111111111110111111111111111111111111111111111111111101101111
+0,73,1,94,1111110111110111111111111011111111011111111111111110111111111111111111111111111111111111111111101111
+0,73,2,94,1111110111110111111111111111111111011111111111111111111111111111111110101111111111111111111111110111
+0,73,3,96,1111111111111111111111111111111111010111111111111111111111011111111111111111111111111111111111110111
+0,73,4,91,1111110111110111111111111111111111010101101111111111111111011111111111101111111111111111111111110111
+0,73,5,94,1111111111111111111111111111111011011110111011111111111111111101111111111111111111111111111111110111
+0,73,6,94,1111111111111110111111111111111111011111111111111111111111011011111111011111111111111110111111111111
+0,73,7,96,1111111111111111111111111111111111010111111111111111111111111111111111111011111111111111111111110111
+0,73,8,94,1111110111110111111111111011111111011111111110111111101111111111111111111111111111111111111111111111
+0,73,9,94,1111110111110111101111111111111111011111111111111110111111111111111111111111111111111111111111101111
+0,73,10,96,1111111111111111111111111111111111010111111111111111111111111111111111111111101111111111111111110111
+0,73,11,96,1111111111111111011111111111111111011111111111111111111111011111111111111111111111111111111111110111
+0,73,12,96,1111111111111111111111111111111111011111101111111111111111111111111111111011111111111111111111110111
+0,73,13,94,1111111111111111111111111111111111010111111111111111111111011111111101111110111111111111111111110111
+0,73,14,96,1111111111111011111111111111111111011111111111111111111111110111111111111111111111111111111111110111
+0,73,15,92,1111111111111111111110111111111111010111111111111111111111011011111111011110111111111111111111110111
+0,73,16,97,1111111111111111111111111111111111011111111111111111111111110111111111111111111111111111111111110111
+0,73,17,93,1011110111110111111111111011111111011111111111111110111111111111111111111111111111111111111111101111
+0,73,18,94,1111111111111111111111111111111111011111110111111111111111110111111111111011111111111111111110110111
+0,74,0,94,1111111101111111111111111111111111010111111111111110111111111111111111111011111111111111111111110111
+0,74,1,95,1111111111111111111111111111111111010111111111111111111111111111111111111011111101111111111111110111
+0,74,2,97,1111111111111111111111111011111111011111111011111111111111111111111111111111111111111111111111111111
+0,74,3,91,1111110111110111111111111111111011011110111111111110111111111101111111111111111111111111111111100111
+0,74,4,93,1111110111111111111111111011111111011111111111111110111011111101111111111111111111111111111111101111
+0,74,5,93,1011111111110111111111111111111011011110111011111111111111111111111111111111111111111111111111110111
+0,74,6,93,1111110111110111111111111011111011011111111110111111101111111111111111111111111111111111111111111111
+0,74,7,93,1111110111110111111111111001111111011111111110111111101111111111111111111111111111111111111111111111
+0,74,8,93,1101111111111111111111111111111111010111111111111111111111111111111111111011001111111111111111110111
+0,74,9,95,1111111111111111111110111111111111010111111111111111111111111111111111111111111111111110111111110111
+0,74,10,94,1111111111110111111111111111111111011111101111111111111111111111111111111011111111111111110111110111
+0,74,11,94,1111110111111111111111111111111111011111111111111111111111111111111110101111111111111111111101110111
+0,74,12,93,1111111111111111111111111111111111010111111110111111111111011111111101111110111111111111111111110111
+0,74,13,95,1111111111111111111111111111111111010111111111111111111111011111111101111110111111111111111111111111
+0,74,14,96,1111111111111111111111111111111111010111111111111111111111111111111111111011111111111111111111110111
+0,74,15,95,1111111111111111111111111011111111010111111111111111111111111111111111111011111111111111111111110111
+0,74,16,95,1111111111111111011111111001111111011111111111111111111111011111111111111111111111111111111111111111
+0,74,17,92,1011110111110111111111111111111111011111111111111110111111111111111011111111111111111111111111100111
+0,74,18,94,1111111111111111111111111111111111010111101111111111111111011111111111111110111111111111111111110111
+0,75,0,96,1111111111111111111111111111111111010111111111111111111111111111111111111011111111111111111111110111
+0,75,1,92,1111111111111111111111111111111111010111101111111111110111011111111111111110111101111111111111110111
+0,75,2,95,1111111111111111111111111011111111010111111111111111111111111111111111111011111111111111111111110111
+0,75,3,95,1101111111111111111111111111111111010111111111111111111111111111111111111011111111111111111111110111
+0,75,4,93,1111111111110111011111111001111111011111111111111111101111011111111111111111111111111111111111111111
+0,75,5,94,1111110111111111111111111011111011011110111110111111111111111111111111111111111111111111111111111111
+0,75,6,95,0111111111111111111111111011111111010111111011111111111111111111111111111111111111111111111111111111
+0,75,7,93,1111011111111111111111111011111111011111111101111111111111111111111111101011111111111111111111110111
+0,75,8,94,1111111111111111111111111111111111011111111111111111111111011111111100111110111111111111111101111111
+0,75,9,94,1111110111111111111111111011111111010111111111111111111111111111111111101111111111111111111111110111
+0,75,10,96,1111101111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,75,11,91,1011111111110111111111111111111011011110111011111111111111111111111101111111111111111111111101110111
+0,75,12,95,1111111111111111011111111011111111010111111111111111111111011111111111111111111111111111111111111111
+0,75,13,95,1011111111111111111111111101111111011111111111111111111111111111111111111011111111111111111111110111
+0,75,14,93,1111111111111101111110110011111111110111111111111111111111111111111111110111111111111110111111111111
+0,75,15,90,1111111111111011011111111101111111011111111111111111111111011111110111101111110111111111111011110111
+0,75,16,92,1101111111111111111111111111111111010111111111111111111111111101111111111011001111111111111111110111
+0,75,17,95,1111111111111111111111011111111111010111111111111111111111111111111111111011111111111111111111110111
+0,75,18,93,1111110111110111111111111101111111011111111111111111101111111111111111111011111111111111110111111111
+0,76,0,92,1111111111110111111011110011111111011111101111111111111111111111111111110111111111111111111111110111
+0,76,1,93,1111111111111101111110110011111111110111111110111111111111111111111111111111111111111110111111111111
+0,76,2,94,1111111111111111111101111101111111011111111111111111111111111111111111111011111111111111111111110110
+0,76,3,92,1011110111110111111111111101111111011111111111111111101111111111111111111011111111111111110111111111
+0,76,4,95,1011111111111111111111111111111111011111111111111111111111011111111111111011111111111111111111110111
+0,76,5,94,1111111111111111111111111101111111011111111111111111111111111111111100111110111111111111111101111111
+0,76,6,91,1111111111111111101111111111111111010111101111111111110111111111111111111010111111111111111111100111
+0,76,7,95,1111111111111111111111111111111111010111111111111111111111011111111111111111111101111111111111110111
+0,76,8,92,1111111111110111111111110011111111011111101111111110111111111111111111111011111111111111111111110111
+0,76,9,95,1111111111111111111111111111111111010111111110111111111111111111111111111111111111101111111111110111
+0,76,10,94,1111111111111111111111011111111111010111111111111111111111111111111111111011111111011111111111110111
+0,76,11,96,1011111111111111111111111101111111111111111111111111111111111111111111111011111111111111111111110111
+0,76,12,94,1101101111111111111111111111111111010111111111111111111111111111111111111011111111111111111111110111
+0,76,13,96,1111110111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,76,14,93,1110111111111111111111111011111111010111111111111111111111011111111111111011111111111111111111110111
+0,76,15,95,1101111111111111011111101111111111010111111111111111111111111111111111111111111111111111111111111111
+0,76,16,94,0111111111111111111111011011111111010111111011111111111111111111111111111111111111111111111111111111
+0,76,17,95,1111111111111111111111111111111111010111111011111111111111111011111111111011111111111111111111111111
+0,76,18,96,1111111111111111111111111011111111011111111111111111111111111111111111111011111111111111111111110111
+0,77,0,92,1111111111110111111111100011111111010111101111111110111111111111111111111111111111111111111111111111
+0,77,1,95,1101111111111111011111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,77,2,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,77,3,95,1101111111111111011111101111111111011111111111111111111111011111111111111111111111111111111111111111
+0,77,4,95,1111110111111111111111111101111111111111111111111111111111111111111111111011111111111111101111110111
+0,77,5,92,1010111111111111111111111011111111010111111111111111111111011111111111111011111111111111111111110111
+0,77,6,96,1011111111111111111111111101111111111111111111111111111111111111111111111011111111111111111111110111
+0,77,7,95,1011111111111111111111111101111111111111111111111111111111111111111111111011101111111111111111110111
+0,77,8,93,1111111111111111111111111011111111010111111011111111111110111111111111111011111111111111111111111101
+0,77,9,94,1111111101111111111111011111111111011111111111111111111111111011111111111011111111111111111111110111
+0,77,10,94,1111110111111111011111111111111111011111111111111111101111111111111111111011111111111111110111111111
+0,77,11,91,1011111111110111111111111001111111011111111111111111111111111111110111111011111111111111111011110111
+0,77,12,95,1111111111111111111111111111111111011111111011011111111111111011111101111111111111111111111111111111
+0,77,13,93,1111111111111111111111111101111111010111111111111111111111111111111110111010111111111111111101111111
+0,77,14,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,77,15,91,1011111111111111101111111111111111000111111110111111111111011111111111111111111111101111111111110111
+0,77,16,92,1111111111110111110111111011111111010111101111111111111111111111111111111111111111101111111111110111
+0,77,17,93,1111111111111111111111110111111111011111111010111110111111111111111111111011111111111111111111110111
+0,77,18,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,78,0,92,1011111111111111111111110111111111010111111011111111111111111111111111111011011111111111111111110111
+0,78,1,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,78,2,91,1111111111111111111101111111111111011111111010111110111111011111111111111011111111110111111111110111
+0,78,3,95,1101111111111111011111100111111111011111111111111111111111111111111111111111111111111111111111111111
+0,78,4,95,1101111111111111111111111111111111011111111011111111111111111111111111111011111111111111111111110111
+0,78,5,93,1111111111111111111111111011111111010111111111111111111110111111111111111011111111111111111101111101
+0,78,6,92,1111111111111111011111111011111111010111111111111111111111011111111011111011111111111111111111110111
+0,78,7,94,1010111111111111111111111111111111011111111111111111111111111111110111111011111111111111111111110111
+0,78,8,91,1111110111110111111111111011111111110111111111111111101111011111111111111011111111101111111111110111
+0,78,9,93,1111111111111111110111111101111111011111101111111111111111111111111111111110111111111111101111110111
+0,78,10,96,1111111111111111111111111111111111011111111111111111111111011111111111111011111111111111111111110111
+0,78,11,93,1011111111111011111111111011111111011111111111111111111111111111111111111011111111111111111111110101
+0,78,12,95,1011111111111111111111111101111111111111111111111111111111111111111111111011101111111111111111110111
+0,78,13,94,1010111111111111111111111101111111111111111111111111111111111111111111111011101111111111111111110111
+0,78,14,93,1011101111111111111111111101111111111111111111111111111111111111111111111011101111101111111111110111
+0,78,15,92,1010111111111111111111111101111111111101111111111111111011111111111111111011111111011111111111110111
+0,78,16,94,1101111111111111011111101111110111011111111111111111111111011111111111111111111111111111111111111111
+0,78,17,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,78,18,92,1111111111111111111011111111111111011111111010011111111111110011111101111111111111111111111111111111
+0,79,0,92,1011111111111111111111111111111111010111111111111111111111011111111011111011011111111111111111110111
+0,79,1,94,1111111111111111011111111011111111010111111111111111111111111111111111111011111111111111111111110111
+0,79,2,92,1011111111111111111111111111111110010111111111011111111111111111111111111011111111111111111101110111
+0,79,3,94,1111111111111111111111111011111111011111111111111111111110111111111111111011110111111111111111111101
+0,79,4,94,1011111111111111111111111101111111011111111111111111111111111111111111111011101111111111111111110111
+0,79,5,96,1111111111111011111111111111111111111111111111111111111111111111111111111011111111111011111111110111
+0,79,6,92,1101111111111111111111110111111111011111111111110110111111111111111111111011110111111111111111110111
+0,79,7,95,1111111111111111011111100111111111011111111011111111111111111111111111111111111111111111111111111111
+0,79,8,92,1101111111111111010111101101111111011111111111111111111111011111111111111110111111111111111111111111
+0,79,9,93,1111111111111101111111111111110111011111101111111111111101111111111111111111111111111111101111110111
+0,79,10,95,1101111111111111111111111111111111011111111011111111111111111111111111111011111111111111111111110111
+0,79,11,93,1111111111111111111111111011111111010111111111111111111110111111111111111011111111111111111101111101
+0,79,12,92,1111111111111111110111111101111111011111101111111111111111111111111111111010011111111111111111110111
+0,79,13,96,1011111111111111111111111111111111110111111111111111111111111111111111111111111111111111101111110111
+0,79,14,95,1011111111111111111111111101111111111111111111111111111111111111111111111011101111111111111111110111
+0,79,15,93,1111111111111111110111111101111111011111101111111111111111111111111111111110111111111111101111110111
+0,79,16,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,79,17,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,79,18,95,1111111111111111111111101111110111011111111111111111111111111111111111111111011111111111101111111111
+0,80,0,92,1101111111111111111111110111111111011111111111110110111111111111111111111011110111111111111111110111
+0,80,1,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,80,2,96,1111111111111111111111111111111111111111111111111111111110111111111111111011111111111111111111101101
+0,80,3,91,1011111111111111111111111001111111011111111111110111111111111111111111111011100111111111111111110111
+0,80,4,94,1111111111111111111111111011111111010111111111111111111111111111111011111011111111111111111101111111
+0,80,5,92,1111111111111111011111111011111111010111111111111111111110111111111111111011111111111111111111110101
+0,80,6,95,1111111111111111111111111011111111010111111111111111111111111111111111111011111111111111111111110111
+0,80,7,93,1101111111111111011111111111111111011111111011111111111111111111110111111011111111111111111111110111
+0,80,8,94,1011111111111111111111111101110111011111111111111111111111111111111111111011101111111111111111111111
+0,80,9,95,1111111111111111111111101111111111011111111111111111111111111111111111111111011111111111101111110111
+0,80,10,93,1111111111111111111111111101111111010111101111111111111111111111111111111011011111111111111111110111
+0,80,11,94,1011111111111111110111111111111111011111111111111111111111111111111111111110111111111111101111110111
+0,80,12,95,1011111111111111011111111111111111011111111011111111111111111111111111111111111111111111111111110111
+0,80,13,95,1111111111111111111111100101111111111111111111111111111111111111111111111011101111111111111111111111
+0,80,14,92,1111111011111111111111100111110111001111111011111111111111111111111111111111111111111111101111111111
+0,80,15,94,1111111111111111011111101111110111011111111111111111111111111111111111111111011111111111111110111111
+0,80,16,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111011101111111111
+0,80,17,94,1111111111111011111111111111110111011111111111111111111111111111111111111011011111111111111111110111
+0,80,18,94,1011111111111111111111111111111111010111111111111111111111111111111111111011011111111111111111110111
+0,81,0,93,1011111111111111111111110101111111111111111111111111111111111111011111111011101111111111111111110111
+0,81,1,94,1111111111111111111111101111111111010111111111111111111111111111111111101011011111111111111111111111
+0,81,2,93,1111111111111111111111101111111111011111111111111111111111111111111111110111011111111011101111110111
+0,81,3,95,1111111111111111111111101111111111111111111111111111111101111111111011111101111111111111101111111111
+0,81,4,92,1101111111111111011111111011111111010111111011111111111111111111111111111011111111111111111111110111
+0,81,5,94,1111111111111111111111111111111111011111111111101111111111111101110111111011111111111111111111110111
+0,81,6,93,1111111111111111111111111011111111010111111111111111111111111111111111111010111111111111111111100111
+0,81,7,94,1111111111111111111111111111111111111111111111110111111110011111111111111011011111111111111111111101
+0,81,8,93,1111111111111111111111101111111111111111111111111111111110111111111111111011111111111111101111101100
+0,81,9,96,1111111111111101111111111111111111011111111111111111111111111111111111111111011111111111111111110111
+0,81,10,96,1111111111111111111111101111111111111111111111111111111111111111111111111111111111101011101111111111
+0,81,11,93,1111111111111111111111111011111111010111111111111111011111111111111011111011111111111111111101111111
+0,81,12,96,1111111111111111111111111111111111011111111111111111111110111111111111111111111111111111111111100111
+0,81,13,94,1011111111111111011111111111111111111111111011011111111111111111111111111011111111111111111111111101
+0,81,14,95,1111111111111111111111111011111111010111111011111111111111111111111111111011111111111111111111111111
+0,81,15,91,1111111011111111111111100111110111001111111111111111111111111111111011111111111111111111101101111111
+0,81,16,90,1011111111111111111111111101110111011111111001111111111111111111111111011011101111111111111111110111
+0,81,17,95,1011111111111111011111011111111111011111111111111111111111111111111110111111111111111111111111111111
+0,81,18,91,1101111111111011111011011111111111011111111011111111111111111111111111111011011111111111111111110111
+0,82,0,93,1111111111111111111111100101111111111111111111111111111101111111111011111101111111111111101111111111
+0,82,1,95,1011111111111111111111111111111111111111111111111111111111111111011111111011101111111111111111110111
+0,82,2,90,1111111111111111111111101011111111010111111111111111111110111111111111111011111111111111101111100101
+0,82,3,94,1101111111111111011111111111111111111111111011110111111111111111111111111011111111111111111111111110
+0,82,4,96,1111111111111101111111111111111111011111111111111111111111111111111111111111011111111111111111110111
+0,82,5,95,1111111111111111111111111110111111011111111111111111111110111111111111111111111111111111111111100111
+0,82,6,95,1111111111111111111111101111111111111111111111111111111101111111111011111101111111111111101111111111
+0,82,7,94,1111111111111111111111101111111111111111111111111111111101111111011011111101111111111111101111111111
+0,82,8,94,1111111111111101111111111111111111011111111111111111111111111111110111111011011111111111111111110111
+0,82,9,96,1111111111111111111111111011111111010111111011111111111111111111111111111111111111111111111111111111
+0,82,10,92,1111111111111111111111111111111111110111111111110111111110011011111111111011111111111111011111111101
+0,82,11,94,1111111111111111110111111011111111011111111011111111111111111111111111111011011111111111111111111111
+0,82,12,92,1111111011111111111111100111110111111111111111111111111111111111111011111101111111111111101101111111
+0,82,13,93,1111111111111111111111101111111111000111111111111111111101111111111011111111111111111111101111111111
+0,82,14,92,1011111111111111011111111011111111110111111011011111111111111111111111111011111111111111111111111101
+0,82,15,96,1111111111111111011111111111111111011111111011111111111111111111111111111011111111111111111111111111
+0,82,16,92,1011111111111111011111111111111111011111111111101111111111111101110110111111111111111111111111110111
+0,82,17,97,1111111111111111111111011111111111011111111111111111111111111111111111111011111111111111111111111111
+0,82,18,91,1111111111111111111111101011111111011111111011111111111110111111111111111011011111111111101111110111
+0,83,0,95,1111111111111111111111101111111111111111111111111111111111111111111011111001111111111111101111111111
+0,83,1,95,1111111111111111011111111111111111011111111001111111111101111111111111111111111111111111111111111111
+0,83,2,92,1111111111111101111111111101111111001111111111111111111111111111110111111111011111111111101111110111
+0,83,3,94,1111111111111111111111101111111111010111111111111111111101111111111011111011111111111111111111111111
+0,83,4,88,1011111111111111101111100110111111111111111111111111111111111111011011111011101111111111101101110111
+0,83,5,96,1111111011111111111111111111110111111111111111111111111111111111111111111101111111111111111111111110
+0,83,6,97,1101111111111111111111111111111111111111111111110111111111111111111111111011111111111111111111111111
+0,83,7,93,1111111111111111011111011111111111011111101011111111111111111111111111111011111111111111111111111110
+0,83,8,95,1111111111111111111111111111111111011011111011111111111111111111011111111101111111111111111111111111
+0,83,9,89,1111111111111111110101101011110111111111111111111111111101111111011011111011011111111111101111111111
+0,83,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111011101111111111101111111111
+0,83,11,93,1011111111111111011111111111111111011111111011111111111111111111011111111011111111111111111111110111
+0,83,12,97,1111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111111110111
+0,83,13,93,1111111111111111011111011111111111011111111011111111111111111111111111111011011111111111111111101111
+0,83,14,92,1111111111111111110111111110111111011111111011111111111111111111111111111011011111111111111111100111
+0,83,15,95,1111111111111111111111111011110111011011111111111111111110111111111111111111111111111111111111111111
+0,83,16,92,1111111111111101011110111111111111111011111011110111111111111111111111111011111111111111111111111110
+0,83,17,94,1101111111111111111111111111111111011111111111111111111111111111110111111011011111111111111111110111
+0,83,18,95,1111111111111101111111111111111111011111111111110111111111111111111111111011111111111111111111110111
+0,84,0,97,1111111011111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111
+0,84,1,93,1101111111111111111111111110110111011111111111111111111111111111111111111001011111111111111111111111
+0,84,2,94,1111111111111101111111011111111111011111111111110111111011111111111111111011111111111111111111111111
+0,84,3,95,1101111111011111111111111111111111111111111111110111111111111111111111111011111111111111111111110111
+0,84,4,96,1101111111111111111111111111111111111011111111110111111111111111111111111011111111111111111111111111
+0,84,5,92,1111111111111101011110101111111111111111111011110111111111111111111111111011111111111111111111111110
+0,84,6,92,1011111111111111011111111111111111111111101011111111111111111111011111111011111111111111101111110111
+0,84,7,95,1111111111111111111111111111111111011011111111111111111111111111111111111011101111111111111101111111
+0,84,8,95,1111110111111111111111111111111111011011111111111111111111111111011111111101111111111111111111111111
+0,84,9,95,1111111111111101111111111111110111011111111011111111111101111111111111111111111111111111111111111111
+0,84,10,96,1111111111111101111111111111111111011111101111111111111111111111111111111111111111111111111111110111
+0,84,11,97,1111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111111110111
+0,84,12,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111101111111111
+0,84,13,92,1011111111111111011111111111111111111111111001111111111111111111011111111011101111111111111111110111
+0,84,14,94,1111111111111111011111111111111111011111111001111111111101111111111111111111111111111111111111110111
+0,84,15,98,1111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111111111111
+0,84,16,94,1111111111111111111111111110111111011111111111111111111110111111110111111111011111111111111111110111
+0,84,17,91,1101111111111111111111111111111111011111101111111111111111111111110111111011011111111111111111100101
+0,84,18,90,1111111111111111111111111011110111001011101001111111111110111111111111111111101111111111111111111111
+0,85,0,94,1101111111011111111011111111111111111111111111111111111111111111111111111011111111111111101111110111
+0,85,1,95,1111111111111111111111111111111111011111101111110111111111111111111111111001111111111111111111111111
+0,85,2,93,1111111111111101111111111111111111011011111111111101111101111111011111111101111111111111111111111111
+0,85,3,93,1110110111111111111111111111110111011111111011111111111110111111111111111111111111111011111111111111
+0,85,4,90,1101111111111111011111111111111111011111111001111111111101111110111111101111111111111111111111110101
+0,85,5,97,1111111111111111111111111111111111111011111111110111111111111111111111111011111111111111111111111111
+0,85,6,94,1011111111111111111111111110111111011011111111111111111111111111111111111101111111111111111111110111
+0,85,7,92,1111110111111111111111111111111111010111110111111111111110111101110111111111011111111111111111111111
+0,85,8,96,1111111111111101111111111111111111011111101111111111111111111111111111111111111111111111111111110111
+0,85,9,97,1111111011111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111
+0,85,10,93,1111111011111101111111111111101111011111101111111111111111111111111111111111111111101111111111110111
+0,85,11,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111
+0,85,12,96,1111111111111111111111111111111111011111111111111111111111111111111111111011101111111111111111111011
+0,85,13,89,1011111111111111011111111111111111111011111001111011111111111111011111111011101111111111111101110111
+0,85,14,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111101111111111
+0,85,15,97,1111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111111110111
+0,85,16,96,1111111011111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,85,17,95,0011111111111111111111111111111111111111111111111111111111111111110111111111011111111111101111111111
+0,85,18,96,1101111111111111111111111111111111111111111111110111111111111111111111111111111101111111111111101111
+0,86,0,92,1111111111111111011111111111111111011111101111111111111101111111111111111001111111111011101111111111
+0,86,1,96,1111111111111111111111111111111111011111111111110111111111111111111111111011111111111111111011111111
+0,86,2,95,1111111111111111111111111111110111011111111111011111111110111111111111111111101111111111111111111111
+0,86,3,92,1110110111101111111111111111111111011111111011111111111111111111111111111011111111111011111111111011
+0,86,4,94,1110111111111101111111111111111111011111111111111111111110111111111111111111111111111011111111110111
+0,86,5,96,1111110111111111111111111111110111011111111011111111111111111111111111111111111111111111111111111111
+0,86,6,96,1111111111111111101111111111111111011111101111111111111111111111111111111111111111111111111111110111
+0,86,7,92,1111111111111101111101111111111111011111101111110111111111111111111111111001111111111111111111111011
+0,86,8,91,1101111011111111111111111111111111011111111001111111111101111111111111101111111111111111111111110101
+0,86,9,94,1111111111111111011111111111111111111111110111111111111111111110110111111111111111111011111111110111
+0,86,10,96,1111111111111111111111111111111111011111110111111111111111111111111111111011111111111111110111111111
+0,86,11,91,1111111111111101111111111111111111011001111111111111111111110111111111111011101111111111111111110011
+0,86,12,92,1101111111111111111111111111111111011111111111110111111111111111111111111011001101111111111111101111
+0,86,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011
+0,86,14,92,1101111011011111111111111111111101011111111111111111111111111111111111111011111111111111101111110111
+0,86,15,96,1111111111111111111011101111111111111111111111111111111111111111111111111011111111111111111111110111
+0,86,16,98,1111111111111111111111111110111111111111111111111111111111111111111111111101111111111111111111111111
+0,86,17,92,1001111111011111111011111111111111011011111111111111111111111111111111111011111111111111101111111111
+0,86,18,94,0111111011111111111111111111111111111111111111110111111111111111111111111111111111011111111111100111
+0,87,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,87,1,95,1101111111111111111111111111111111011111111111111111111111111111111111111011111101111111111111111011
+0,87,2,94,1111110111111111111111111111110111011111101011111111111111111111111111111111111111111111111111110111
+0,87,3,98,1111111111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111
+0,87,4,92,1110110111101111111011111111111111111111111011111111111111111111111111111011111111111011111111111011
+0,87,5,95,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,87,6,98,1111111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111111111
+0,87,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111110011
+0,87,8,96,1111111111111111111011101111111111111111111111111111111111111111111111111011111111111111111111110111
+0,87,9,94,1111111111111111111011101111111111111111111111111111111101111111111111111011111111110111111111110111
+0,87,10,92,0101110111111111111111111111111111011111111111110111111111111111111111111011001111111111111111111111
+0,87,11,94,1111111111111111111111111111111111011111110111111111111111111111111111111011111101111111110111101111
+0,87,12,95,1111111111111111111111101111110111011111111110111111111111111111111111111101111111111111111111111111
+0,87,13,94,1111110111111111111011111111111111111111111011111111111101011111111111111011111111111111111111111111
+0,87,14,97,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111111111
+0,87,15,95,1111111111111111111111111110110111111111111111111111111110111111111111111101101111111111111111111111
+0,87,16,89,1110111111110111111111101011111111011111111011111111111111111110111111111011011101111111111111111011
+0,87,17,88,1101110111101111111111111111111111011010111111110111111111111011111111111011101111111011111111101111
+0,87,18,90,1001111111111111001101111111111111001011111111111111111111111111111111111111111101111111111111110111
+0,88,0,95,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,88,1,97,1111111111111111111011101111111111111111111111111111101111111111111111111111111111111111111111111111
+0,88,2,97,1111111111111111111111111111111111011111101111111111111111111111111111111011111111111111111111111111
+0,88,3,93,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111011011110111
+0,88,4,97,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111111111
+0,88,5,96,1111111111111111111011101111111111111111111111111111111111111111111111111011111111111111111111110111
+0,88,6,98,1111111111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111
+0,88,7,95,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,88,8,95,1011111111111111101111101111110111011111111111111111111111111111111111111111111111111111111111111111
+0,88,9,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,88,10,94,1111111111111111111011101111111011111111111110111111111101111111111111111101111111111111111111111111
+0,88,11,94,1111111111111111111011101111111111111111111111111111111111111111110111111011111111110111111111110111
+0,88,12,94,1101111111111111111111111111111111011111111111111011111111111111111111111010111101111111111111111111
+0,88,13,97,1111111111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111011
+0,88,14,96,1111111111111111101111111111111111011111101111111111111111111111111111111011111111111111111111111111
+0,88,15,97,1111111111111111011111111111111111011111111111111111111111111111111111111111111111111111111011111111
+0,88,16,95,1111111111101111111111111111111111011111110011111111111111111111111111111011111111111111111111111111
+0,88,17,93,1111111111111111111111111111111111011111101111111111111111111111111111111011111101111111110011101111
+0,88,18,96,1111111111111111111111101111111111011111111111111111111111111111111111111011111111111111111111110111
+0,89,0,96,1111111111111111111111111111111111011111111111111111111111111111011111111110111111111111111111111011
+0,89,1,92,1111111111111111111011101111111111111011111111011111011111111111111111111011111111111101111111110111
+0,89,2,96,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111110111
+0,89,3,96,1111111111111111111111111111111111011111111111111111111111111111111111110001111111111111111111111111
+0,89,4,96,1111111111111111111111101111111111011110111111111111111111111111111111111011111111111111111111111111
+0,89,5,94,1111111111111111111111101111111111001111101111111111111111111111111111111011111111111111111111110111
+0,89,6,97,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111111111
+0,89,7,96,1111111111110111101111110111111111011111111111111111111111111111111111111111111111111111111111111111
+0,89,8,96,1111111111111111111111111111111111011110111111111111111111111111111111111011111111111111101111111111
+0,89,9,93,1111111111101111111111101111111111011111110011111111111111111111111111111011111111111111111111110111
+0,89,10,95,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,89,11,94,1111111111111111111101101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,89,12,99,1111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111
+0,89,13,94,1111111111111111111101101111111111111111111111011111101111111111111111111110111111011111111111111111
+0,89,14,91,1111111111111111101011101111111011111111101110111111111101111111111111111001111111111111111111111111
+0,89,15,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111111
+0,89,16,96,1111111111111111111111101111111111011111111111111111111111111111111111111011111111111111111111110111
+0,89,17,95,1111111111111111111111101111110111011111111111111111111111111111111111111011111111111111111111110111
+0,89,18,96,1111111111101111111111111111111111011111101111111111111111111111111111111011111111111111111111111111
+0,90,0,93,1111111111110111001111110111111111011110111111111111111111111111111111111011111111111111111111111111
+0,90,1,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111101111111111
+0,90,2,98,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111111111
+0,90,3,94,1111111111111111111111101011111111011110111111111111111111111111111111111011111111111111111111110111
+0,90,4,95,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111110011
+0,90,5,96,1111111111111111111111111111111111011111111111111111111111111111011111111110111111111111111111011111
+0,90,6,93,1111111111101111111111101111111111011111111011111111111111111101111111111011111111111111111111110111
+0,90,7,93,1111111111111111111111101111110111011111110111111111111111111111111111111011111111111111111111110110
+0,90,8,97,1111111111111111111111111011111111011111111111111111111111111110111111111111111111111111111111111111
+0,90,9,97,1111111111111111111011111111111111111111111111111111111111111111111111111011111111111111111111110111
+0,90,10,95,1111111111111111111111111111111111001110111111111111111111111111111111111011111111111111111111110111
+0,90,11,96,1111111111011111111111101111111111011111111111111111111111111111111111111011111111111111111111111111
+0,90,12,95,1111111111111111111111111111111111011111111111011111111111101111111111111110111111111111111111110111
+0,90,13,95,1111111111111111111111101111111111011111111111111111111111111111111111111011111111111110111111110111
+0,90,14,96,1111111111111111111111111111111111011111111111111111111111111111111111110001111111111111111111111111
+0,90,15,94,1111111111111111111111101111110111011111111111111111111111111111111111011011111111111111111111110111
+0,90,16,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111011111111111111
+0,90,17,96,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111011111111111
+0,90,18,94,1111111111101111111111011111111111011111101111111111111111111111111111111011111111111111101111111111
+0,91,0,94,1111111110111111111111101111111111011111111111111111111111111111111111111111111111101011111111110111
+0,91,1,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111110111111111111
+0,91,2,97,1111111111111111111111111111111111011111111111111111111111111111111111111001111111111111111111111111
+0,91,3,94,1111111111111011011111111111111111011111111111111111111111111111111111110110111111111011111111111111
+0,91,4,95,1111111111111111111110111111111111011111111111111111111111110111111111111011111111111111101111111111
+0,91,5,94,1111111111111111111111111111111110011111111111111011111111111111111111110101101111111111111111111111
+0,91,6,96,1111111111111111111111111111111111011111111111011111111111111111111111111010111111111111111111111111
+0,91,7,95,1111111111011111110111101111111111011111111111111111111111111111111111111111111111111111011111111111
+0,91,8,97,1111111111111111111111111111111111011111111111111111111111111111111111111101111111111011111111111111
+0,91,9,96,1111111111111111111111111111111111011111111111111111111111111111111111110001111111111111111111111111
+0,91,10,95,1111101111111111111111111111111111011111111111111111111111111110111111111110111111111111111111011111
+0,91,11,97,1111111111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111
+0,91,12,96,1111111111111111111011111111111111111110111111111111111111111011111111111011111111111111111111111111
+0,91,13,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,91,14,95,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111110011
+0,91,15,95,1111111111111111111111111111111111011111111111011111111111111111111111111110111111111111111111110011
+0,91,16,93,1111111111011111111111111111111111011111111111011111111111101111111111111110111111111111111111110110
+0,91,17,95,1111111111111111111111111111111111011111111111111111111111011111111111110001111111111111111111111111
+0,91,18,95,1111111111111111111110111111111111011111111111111111101111111011111111111011111111111111111111111111
+0,92,0,94,1111111111111111111011111111111111011111111111111111111111111011111011111011111111111111111111011111
+0,92,1,97,1111111111111111111111111111111111111110111111111111111111111111111111111011111111111110111111111111
+0,92,2,96,1111111111111111111111111111111111011111111111111111111111111111011111111011111111111111111011111111
+0,92,3,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111110111
+0,92,4,95,1111111111111111111111111111011111011111111111111111111111111111111111111110111111110111111111011111
+0,92,5,93,1101101111111111111111111111111111011111111111011111111111111110111111111010111111111111111111111111
+0,92,6,95,1111111111111111111111111111111111011110111111111111111111101111111111111111111111111111101011111111
+0,92,7,96,1111111111111111111111111111111111011111111111111111111111111111111111111011111111011110111111111111
+0,92,8,96,1111111111111111111111111111111111011111111111111111111111111101111111111011111111111111111111110111
+0,92,9,96,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111110111111111110
+0,92,10,93,1111111111111111111110110111111111011111111111111111111111111011111111110011111111111111111111101111
+0,92,11,95,1111111111111111111111111111111111011111111111111111101111111111111111111001111111111111111111111110
+0,92,12,95,1111111111111111111111111011111111011111111111111111111111111111011110111101111111111111111111111111
+0,92,13,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111011111111111111
+0,92,14,96,1111111111011111111111111111111111011111111111111111111111111111111111111101011111111111111111111111
+0,92,15,96,1111111111111111110111101111111111011111111111111111111111111111111111111111111111111111011111111111
+0,92,16,95,1111111111111111111110111111111111011111111111111111101111111011111111111011111111111111111111111111
+0,92,17,94,1111111111111101111111111111111111011111111111011111111111111111111111111110111111111111111111110011
+0,92,18,98,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111111111111111111
+0,93,0,96,1111111111111111110111111011111111011111111111111111111111111111111111111111111111111111111111110111
+0,93,1,96,1111111111111111111111101111111111011111111111111111111111111111111111101111111111111111011111111111
+0,93,2,97,1111111111111111111111111111111111011111111111111111111111111111111111111011111111111110111111111111
+0,93,3,96,1111111111111111111111111111111111111110111111111111111111111111111111111011111111011110111111111111
+0,93,4,96,1111111111111111111111101111111111011111111111111111111111101111111111111111111111111111011111111111
+0,93,5,91,1111111111111111110011111011111111011111110111111111111111111011111011111011111111111111111111011111
+0,93,6,94,1111111111111111111110111111111111011111111111111111101111111011111111111011111111111111111111110111
+0,93,7,96,1111111111111111111111111111111111011111111111111111111111111100111111111011111111111111111111111111
+0,93,8,95,1111101111111111111111111011111111011111111111111111111011111111111111111111111111111111111111110111
+0,93,9,96,1111111111111111111111111011111111011111111111111111101111111111111111111111111111111111111111110111
+0,93,10,96,1111111111111111111111111101111111111110111111111111111111111111111101111011111111111111111111111111
+0,93,11,94,1111111111011111111111111111111111011111101111111111111111111111111111111101011111111110111111111111
+0,93,12,96,1111111111111111111111111111111111111110111111111111111111111111110111111011111111111110111111111111
+0,93,13,96,1111111111111111111111111011111111011111011111111111111111111111111111111111111111111111111111110111
+0,93,14,97,0111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111111111
+0,93,15,92,1111111011111111110111111111111111011111111111111111111111111011011110111101111111111111011111111111
+0,93,16,96,1111111111111101111011111111111111011111111111111111101111111111111111111111111111111111111111111111
+0,93,17,93,1111111111111111111110111111111111011111111111111110111111111001111111111011111111111111111111110111
+0,93,18,92,1111111111111111111111111111111111011100111111101111101111111111111111111101111111111111101011111111
+0,94,0,96,1111111111111111111111111111111111011111111111111111111111101111111111111011111111111111111111111110
+0,94,1,95,1111111111111111111111111111111111011111111111111111111101101111111111111011111111111111111111111110
+0,94,2,96,1111111111101111111111111111111111011111111111111111111111111111111111111011111111111110111111111111
+0,94,3,94,1111111111111111111110111111111111011111111111111111101111111011111111111011111111111111111111110111
+0,94,4,95,1111111111111111111111111011111111011111111011111111111111111111111111111111111111111111111111110011
+0,94,5,96,0111111111111111111111111011111111011111011111111111111111111111111111111111111111111111111111111111
+0,94,6,97,1111111111111111111111111011111111011111111111111111111111101111111111111111111111111111111111111111
+0,94,7,97,0111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111110
+0,94,8,94,1111111011111111110111111111111110011111111111111111111111111111111110111111111111111111011111111111
+0,94,9,93,1111111111111111111111101111111111011111111111111111111111101011011111111101111111111111011111111111
+0,94,10,96,1111111111111101111111111111111111011111011111111111101111111111111111111111111111111111111111111111
+0,94,11,97,1111111111111111111011111111111111011111111111111111111111111111111111111111111111111111111111110111
+0,94,12,93,1111111111111111111111111011101111011111011111111111101111111111111111111111111111111111111111110110
+0,94,13,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111110111
+0,94,14,96,0111111111111111111111111011111111011111111111111111111111111111111101111111111111111111111111111111
+0,94,15,97,1111111111111111111111111101111111111110111111111111111111111111111111111011111111111111111111111111
+0,94,16,97,1111111111111111111111111011111111011111111111101111111111111111111111111111111111111111111111111111
+0,94,17,94,0111111111111111111111111011111111011111011111111111111111101111111111111111111111111111111111110111
+0,94,18,94,1111111111111111111110111111111111011111011111111111101111111111111111111011111111111111111111110111
+0,95,0,96,1111111111111111111111111011111111011111111111101111111111111111111111111110111111111111111111111111
+0,95,1,96,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111110110
+0,95,2,97,1111111111111111111111111111111111111110111111111111111111111111111111111011111111111011111111111111
+0,95,3,96,1111111111111111111111111001111111011111111111111111111111111111111111111111111111111111111111110111
+0,95,4,95,0111111111111111111111111011111111011111111011111111111111111111111111111111111111111111111111111011
+0,95,5,96,1111111111111111111111111011111111011111111111111111111111111111111101111111111111111111111111110111
+0,95,6,92,1111111111111101111111111011111111011011111111101111111111111101011111111111111111111111111111101111
+0,95,7,94,1111111111111111111101111111111111011111011111111111101111111111111111110111111111101111111111111111
+0,95,8,95,0111111111111111111111111011111111011111111111111111111111111111111101111111111111111110111111111111
+0,95,9,95,1111111111101111111111111111111111011111111111111111111111111111110111111011111111111111111111111101
+0,95,10,96,1111111111111111111111111111111111011111111111101111111111111111111111111011111111111110111111111111
+0,95,11,97,1111111111101111111111111011111111011111111111111111111111111111111111111111111111111111111111111111
+0,95,12,97,1111111111111111111111111111111111011111111111111111101111111111111111111111111111111111011111111111
+0,95,13,95,0111111111111101111111111111111111011111011111111111111111111111111111111111111111111111111111111110
+0,95,14,95,1111111111111111101110111111111111011111011111111111101111111111111111111111111111111111111111111111
+0,95,15,94,1111111111111101111111111111111111011111111111111111101111111011111111111011111111111111111111110111
+0,95,16,94,1111111111101111111111111111111111011111110111111111111111101111111111111111111111111111111111110011
+0,95,17,94,1111111111110111111111111011111111011111111011111111111111111111111111111011111111111110111111111111
+0,95,18,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111110111
+0,96,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111
+0,96,1,91,1111111111111111111101111111111111011110011111111111101111110111111111110011111111111011111111111111
+0,96,2,94,1111111011111111111111111111111111111111111111101111111111111111110111111011111111111011011111111111
+0,96,3,96,1111111111111111111111111111111111011110011111111111101111111111111111111111111111111111111111111111
+0,96,4,90,1111111111101111111110111111111111011111110111111111111111101110110110111111111111111111111111111001
+0,96,5,96,1111111111101111111111111111111111011111111111111111111111111111111111111011111111111111111111110111
+0,96,6,96,1111111011111111111111111011111111011111111111111111111111111111111101111111111111111111111111111111
+0,96,7,94,1111111111101111111111111011111111011011111111101111111111111111111111111110111111111111111111111111
+0,96,8,95,1111111111111111111111111001111111011111111111111111111111111111111111111011111111111111111110111111
+0,96,9,94,1111111111110111111111111011111111011111111011111111111111111111111111111111111111111110111111110111
+0,96,10,97,1111111111111111101111111011111111111111011111111111111111111111111111111111111111111111111111111111
+0,96,11,95,1111111111111111111110111111111111011111111111111111101111111111111101111111111111111111111111110111
+0,96,12,93,1111111111110111111111111011111101011110111111101111111111111111111111111011111111111111111111111111
+0,96,13,96,1111111111111111111111111111111111111111111111111111111101111111111111111010111111111011111111111111
+0,96,14,95,1111111111111111111111111011111111011111111111111111111111111111111111111111111111111111011101110111
+0,96,15,99,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111
+0,96,16,96,1111111111111111111111111011111111011111111111111111111111110111111111111111111111111111111111110111
+0,96,17,97,1111111111101111111111111011111111011111111111111111111111111111111111111111111111111111111111111111
+0,96,18,92,1111111111111111101110111111111111011110011111111111101111111111111111111011111011111111111111111111
+0,97,0,94,1111111101110111111111111111111111011111111011111111111111111111111111111111111111111110111111110111
+0,97,1,91,0111111111111111111110111011111111011111111011111111101101111111111101111111111111111111111111110111
+0,97,2,96,1111111111101111111111111111111111011111111111111111111111111111111111111011111111111110111111111111
+0,97,3,94,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111010100111100111
+0,97,4,96,1111111111111111111111111011111111111111111111111111111111111111111111111111111111101110111111110111
+0,97,5,95,1111111111110111111111111111111111010111111011111111111111111111111111101111111111111111111111111111
+0,97,6,95,1111111111111111111111111011111110011111111111111111111111110111111111111111111111111111111111110111
+0,97,7,95,1111111111111111111111111011111111011111111111111101111111110111111111111111111111111111111111110111
+0,97,8,92,1111111111101111111111111011011111011011111111101111111111111110111111111110111111111111111111111111
+0,97,9,99,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111
+0,97,10,96,1111111111111110111111111011111111111111011111111111111111111111111101111111111111111111111111111111
+0,97,11,95,1111111011111111101111111011111111011111111101111111111111111111111111111111111111111111111111111111
+0,97,12,92,1111111011110111111111111111111111011111111011101111111111111111110111111111111111111011011111111111
+0,97,13,94,0111111111111111111111111011111011111111111111111111111111111111111111111011111111111110111111110111
+0,97,14,97,1111111111111111111111011110111111111111111111111111101111111111111111111111111111111111111111111111
+0,97,15,99,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111
+0,97,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111010111111101011111111111111
+0,97,17,98,1111111111111111111111111111111111111101111111111111111101111111111111111111111111111111111111111111
+0,97,18,92,1111111011111111111111111111011111011111111111101111101111111111110111111011111111111111011111111111
+0,98,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111101011111111111111
+0,98,1,93,1111110111111110111111111011111111111111011111111111111111111111111101111010111111111111111111111111
+0,98,2,95,1111111111111110111111101111111111111111111111111111111101111111111101111111111111111111111111101111
+0,98,3,97,1111111111111111111111111011111111111101011111111111111111111111111111111111111111111111111111111111
+0,98,4,97,1111111101101111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+0,98,5,96,1111111111111111111111111111111111011101111111111111111100111111111111111111111111111111111111111111
+0,98,6,95,1111111111011110111111111111101111111111111111111111111111111111111111111011111111111011111111111111
+0,98,7,95,1111111111111111111111111011111111111111011111111111111111111111111101111110111111101111111111111111
+0,98,8,93,1111111101110111111111111011111111111111011011111111111111111111111101111111111111111111111111110111
+0,98,9,97,1111111111111110111111111111111111011111111111111111111111111111111111111111111111111110111111111111
+0,98,10,94,1111111111111111111111111011111111111111111111111101111111110111011111111111111111111111101111110111
+0,98,11,96,1111111111111111111111111111111111011111110111111111101111111111111111111111111111111111110111111111
+0,98,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111011111111101111111111111111
+0,98,13,96,1111111111111111111111111111111111111111111111111111001111111111111111111110111111111011111111111111
+0,98,14,94,1101111111111111111111111011111111111111111111101111011111111111111111111111111111101110111111111111
+0,98,15,95,1111111111111111111111111111111111111111111111111111111111111111111111111010111111101011111111110111
+0,98,16,95,1111111111111111111011111111111111111101111111111111111101110111111111111111111111111110111111111111
+0,98,17,96,1111111111111111111111101111111111111110011111111111111111111111111111111111111111111011111111111111
+0,98,18,98,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111110111
+0,99,0,95,1111111111111111111111111111111111111111111110111111011101111111111111111111111111111010111111111111
+0,99,1,92,1111111111111111111011111111111111111100111111111111101111110111111111110100111111111111111111111111
+0,99,2,95,1111111111111111111111101111111111111110011111111111111111111111111111111111111111101011111111111111
+0,99,3,98,1111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111111111111
+0,99,4,95,1111111111111111111110111011111111111101011111111110111111111111111111111111111111111111111111111111
+0,99,5,94,1111111111111111111111111011111111111101011111111111111111111111111111111111111111110111111111010111
+0,99,6,93,1111111111111111111111111011111101111101011111111111111111111111111101111110111111101111111111111111
+0,99,7,97,1111111111111111111111111011111111111111011111111111111111111111111111111111111111111101111111111111
+0,99,8,96,1111111111111111111111111111111111111111111111111111111111111101111111110011111111101111111111111111
+0,99,9,97,1111111111110111111111111111111111111111111111111111111111111111111111111011111111101111111111111111
+0,99,10,98,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111011111111111111
+0,99,11,95,1111111111111111111111111111111101111111111111111111100111111111111111111111111111101111111111110111
+0,99,12,97,1111111111111111111111111111111110111111111111111111111111110111111111111111111111111011111111111111
+0,99,13,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111101111111111111111
+0,99,14,97,1111111111111111111111111111111111111111011111111111101111111111111111111111111111111111111111110111
+0,99,15,93,0111111111111111111111111011111111111111011111111111111111111111111101111110101111101111111111111111
+0,99,16,94,1111111111111111111111111111111111011111110111111111101111111111101111111111111111101011111111111111
+0,99,17,95,1111111111011110111111111111101111111111111111111111111111111111111111111011111111111111110111111111
+0,99,18,97,1111111111111111111111111111111111111110011111111111111111111111111111111111111111111011111111111111
+0,100,0,93,1111111111111111111111111111110101111111111111111111111111111111101101111110111111101011111111111111
+0,100,1,96,1011111111111111111111111011111111111101011111111111111111111111111111111111111111111111111111111111
+0,100,2,94,1111111111111111111111111111111111111111100111111111101111111111101111111111111111101111111111110111
+0,100,3,95,1111111110111111111111111111111111011111011111111111101111111111111111111111111111111011111111111111
+0,100,4,92,1111111111111111111111111111111101011111110111111111100111111111101111111111111111101011111111111111
+0,100,5,97,1111111111111111111111111111111111111111111111111111101111111111111111111111111111101111111111110111
+0,100,6,95,1111111110110111111111111111111101111111111111111111110111111111111111111111111111101111111111111111
+0,100,7,96,1111111111111111111111111111111111111111111111111111101111111111111111111011111111101111111111110111
+0,100,8,94,1111111111111111111111111011111111111101011111111111111111111111111111111111111111110111111111010111
+0,100,9,94,1111111111111111111111111011111111111101011111111111111111111111111111111111111111110111111111010111
+0,100,10,97,1111111111111111111111111111111111110111111111111111111111111111111101111111111111111011111111111111
+0,100,11,96,1111111111111101111111111011111111111111011111111111111111111111111111111111111111111101111111111111
+0,100,12,96,1111111011111111111111111111111111111110011111111111111111111111111111111111111111111011111111111111
+0,100,13,97,1111111111111111111111111111111111111110011111111111111111111111111111111111111111111011111111111111
+0,100,14,94,1111111111111111111111111111111111111111111111111111100111111111111111111011111111101011111111110111
+0,100,15,92,1011111110111111111101111111111101111111111111111111111111111101111111110111111111101111111111011111
+0,100,16,97,1111111111111111111111111011111111011111111111111111111111111111111111111111111111101111111111111111
+0,100,17,96,1111111111110111111111101111111111111111111111111111111111111111111111111011111111101111111111111111
+0,100,18,96,1111111111111111111111110111111111111111011111111111101111111111111111111111111111111111111111110111
+1,0,0,58,0001011100000110001101110100100110101100111110011011101010110001110101001101111101111110110111100011
+1,0,1,46,1010100111101101001011101010011010100101101110000101011001110001000100001000000001110110010011000011
+1,0,2,50,1001101010100000010101100101110111001101000101101100000101011110101000100110110111101011100010111000
+1,0,3,55,1101010111110011101110001100011010000111110101100100011011000011110100010101110100101000101101110111
+1,0,4,58,1111101101011010111101011111101011010111101000100000011001111111011011011110010100011100100001100001
+1,0,5,50,0100000001000010101100010011010111110101111011111111001010011111011000011001000000010111001011001110
+1,0,6,53,1010010100111010010100111110001010010000011110011111000111110100110010010001011111110101110010101001
+1,0,7,51,0010000100000101000101001111100111000001101110110111100001100111011101101010111110000011100110011110
+1,0,8,52,0111101101011101110001010001110111001010111111010011111000100100111001010101000100110111000110000000
+1,0,9,43,0010100101000001100010111000000101001111010011001110110010110000000100011110111001010010110000010110
+1,0,10,59,1101111111110001101011111010100111101100110111010001001110010010011011011100001100000101011111011101
+1,0,11,47,1101111110010010000010010001000001010000110011100010001101000111101111001110000010101111100110110100
+1,0,12,52,1011100111101000100000000111100010111010001011001000001110011110111101011111011010100111010011000101
+1,0,13,48,1000000010000111111001110101001010111011000111110000101000111001100100101110100001010110011100001110
+1,0,14,54,0001011100100111101101100101111111011010110110010010111001100000100010101100111000001110111010010111
+1,0,15,54,0001101010111101010010000100011110101010010011011111101111000001100001111101110011111011001100110001
+1,0,16,47,1011110001110110111010011000011110111011001111010000000000110000001111100110000111000100100001010001
+1,0,17,48,0010110010000010000011001001100100001110110010101110111001101101010001000111111111101110100000010101
+1,0,18,52,0001000001001010100111101100011000011010111110011111101010100111010101011011001101011101100001011001
+1,1,0,44,1001000111101100100110010110100010001000011100101000000100111110001110010010011100110110010001000101
+1,1,1,59,1110100111001010111000101111001010111011101011001101011111001011011101111111011011000101010011000100
+1,1,2,38,1000000001101101001010110010011010100101111010001101011001110001000000001000000000110110000011000010
+1,1,3,57,0110100111000010101101001011010111110101101111110111001010011111011100011001000001010111010011001111
+1,1,4,59,0000011100000110001101110101100111101100101110011111100011100011110101101101111111011010111110000111
+1,1,5,52,0011000100000101000101001110100110001001111110110011101000110101011101001010111100100111100111111010
+1,1,6,52,1110110011000010100011001011100100001100110010101100011001101101010011010111111111111110000001010100
+1,1,7,47,0000000110001110011110111100001010001001111100101111110101101011001100100010111101000100010000000101
+1,1,8,54,1010110111101100101011000111111010110000101111001000001100110110101100011101111010100111010011000001
+1,1,9,46,1011100111101001000000101010000010101111001010000101011011011001010101001010000001110110010011000111
+1,1,10,50,0010001100000101000101001101100111100001101110010111100000100101011101101010111110001010100110011111
+1,1,11,55,0001011100000110001001110110100010001100111010111011100011110011011101001101111101100111110111100010
+1,1,12,52,1111111111011001110001110011100111001000111111010011001000100100011000011101001100000111000110010100
+1,1,13,56,0101101101100101101011011000110111101010110111010001111110010010111011010100000100110101011111001001
+1,1,14,60,0001011100100110101101010100001110111110111100011010101010110011110100001101111101111110110111100111
+1,1,15,54,1101010111010011001110101100110010000101110111100101011011000001110101010101110100101000101101110011
+1,1,16,49,0001000001001010110111100100010010011010111111011111000010000111110100101010100101001101100001111001
+1,1,17,51,1001101010100000000101101101111101001101000100101100001101011110001001010111011111111011100010011000
+1,1,18,61,1001101111111101011010111000101111101110010011010111001110010011111001011100101100000101001111111101
+1,2,0,52,0111000101000101101011011010100110001000110111010001111110010101111011010010010100110101000111001011
+1,2,1,56,0001101100100101000101001100110111101011111110110011101000110010011101001100101100100111111111111000
+1,2,2,49,1111011111001001010001110011100110001001111110110011001000110100011000011100001100100111000110010000
+1,2,3,54,0011100100010101100101001110100111001000111111010011101000100101011101001011111100000111100111110110
+1,2,4,52,1001101010100100000010111100111101001100000100011100001101011110011001011111101111111011000010111000
+1,2,5,60,1001101111111001011101101001101111101110010011100111001110010011101001010100011100000101101111011111
+1,2,6,59,1101101110111001000101101001110101001001101110011111001101110100011000010111011111111011110110011000
+1,2,7,45,1011111011000000110001110111101111001100010101100000001000001110001001011101001100000111000010010100
+1,2,8,57,0110100111000110001101001010110110110001101111110111001000011111011100011001101101010111000111001111
+1,2,9,52,0011000100000001100101001111000111001101111110110011101010110101011101001010010000100111110011111010
+1,2,10,58,0101111011110001110011000110010110101000110111011111101111000100011011111101011111100011001110010000
+1,2,11,45,1111111110000101100001110001100111001000111101010001001000100000000000011101000100011111010100011100
+1,2,12,52,1100101111100101101000001100010111101010110111010001110110001010111001010100100000010101011111001101
+1,2,13,63,0111100101001010111011111011101010111011101011001101011111010011011111111111011111100101010011000000
+1,2,14,58,0000001100101110011000111000101111101100111110010111100011100011110101101101101111001000111111010111
+1,2,15,62,1001111111010101001111110101100111101110000011011111001110010011111001011100111100010111001110101101
+1,2,16,56,1001000111001010111110101000111010011010110111011111000010000111110001111010101101001101000101111101
+1,2,17,56,0001101001111101010011110110000111101110011011010111001110010011111100001100100100000101101111111001
+1,2,18,53,0001110100001010001000110110100010001111111010011011110011010011011101001101111001100111010111100010
+1,3,0,54,0101111100111011001100100001000000001011101110011011101101110100011001010111011111110011010110011000
+1,3,1,55,1001100110001000000001111110100111001101111010011111010011010011010100001101111001101111110111100010
+1,3,2,61,0110100001000010111011111011101011111010101011001101011111011011011111111111011111100101010011000000
+1,3,3,61,1111001111001110111001100111001010111001101011101001001111100011011101111111011111000101110011000100
+1,3,4,61,1001100111011110111111101000111000111110100111011111001010010111111001011000101101001101000101111101
+1,3,5,57,1001011111000001001110110101100111001010010011011111000110000011110011111110111100010111001110101101
+1,3,6,51,1110110111000111101101001000100111001000111111110011001000010001001100011001100101010111000111001100
+1,3,7,52,0111101110000100000001110011110110110001101101010101001000101110110000011101001100011111010100011111
+1,3,8,52,0011100100000010111000110110101010001101111010101011000011010011011101101101011001000111110111100100
+1,3,9,61,1100011111001110001001101111000010111010101011011001111111101011011101011111111111100101010011000010
+1,3,10,55,1011111011000000110001110111101111001100000111000111001110011111011001011101001100000111000110011101
+1,3,11,51,1001111011010101001111110101100111101110010011111000001000000010101001011100101100010111001010100100
+1,3,12,52,0011000100000100100100001111010111001101111010110011101000010111011101011011000000100111110011111011
+1,3,13,55,0110000111000011001101001010100110110001101111110111001010111101011100001001111101010111000111001110
+1,3,14,60,1101011111010101011101110111100111101111000111011011001110010001011000011100111100010111001110101001
+1,3,15,53,1011111111001001000011100001100111001000111010110111001000110110111001111100001100100111001110010100
+1,3,16,56,0011100111000001100101001011000111001101101111110111101010111101011101010000110001100111100111011010
+1,3,17,52,0110000100000110001101001110110110110001111110110011001000010111011100001011001100010111010011101111
+1,3,18,49,0001010101000011101001010010100010001101111010011001110111010001111001001000110101100101010111101010
+1,4,0,62,1110011111001110001001101111000010111010101011011001111111101011011101011111111111100101010011000010
+1,4,1,59,1100011111001100001001101111000010111010101011011001011111101011011101011111111111100101010011000010
+1,4,2,60,1011111011000000110001111111101111001101001111000111001010010111010101011111011101001111000110001111
+1,4,3,50,1001100110000000000001110110100111001100111010011111010111011011011000001101101000100111110101110000
+1,4,4,66,1001100111011110111011101011111000111110101101011111001010011111011111011110111011001101010001111100
+1,4,5,53,0110100001000010111111111000101011111010100011001101011111010011011001111001001101100101000111000001
+1,4,6,58,0110000111000111001101101010001110110001101111101111001011111111011100001011111101010101100011001100
+1,4,7,59,1111001111001010111001000111100010111001101011110001001111100001011101111101011111000111010111000110
+1,4,8,55,1110001111000011001101001010001100110001101111111101001110100111011101011001011101000101000111001110
+1,4,9,60,0111000111001110111001100111100010111001101011100011011011111001011100101111111111010011110011000100
+1,4,10,56,1100001111001110001001101011000000111010101011011001011111001111111101011101111101101101000011010000
+1,4,11,66,1001110111011110111111101100111010111110100111011111101010110011011001011010101111000101010101101111
+1,4,12,54,1011000100000010111000110110101010001101111011101011000111010011011101101111011101000111100011100100
+1,4,13,57,0111101111001110111001000111001010111001101010101001001011100011011101111101011011000101110111000100
+1,4,14,57,0110100111000010001101011010101110111000101111001111011110111001011100111001111101000111100011001100
+1,4,15,62,0110000001000011111011101011100011110011101011110101001011011111011111101111011111110101010111100010
+1,4,16,58,1001011101001001001110110001100011001011010011011111101110010011100011011110111101010111001110101101
+1,4,17,50,0101111110110011001100110101000000001000101110011011000101100100011001110111011110110011010110001000
+1,4,18,58,0011001111001110111001101110000010101110101010011001001111100011011101111111111011000101010011100110
+1,5,0,58,1100100111001110101001101010101100111000101101011111001110011001011111011010111001001111100011101100
+1,5,1,65,0011100111010010011111011011111010111110101111001111011010111111011100111101111111000101010001011100
+1,5,2,60,0111100111000010111101001011101110111000101011001111011110111001011100101101111101000111110011001100
+1,5,3,57,0110000111001110001001110110100010111001101111100011011011111001011100111011111111010011100011000100
+1,5,4,63,1110011111101110001001101111000010111010101011011001111111101011011101011111111111100101010011000010
+1,5,5,62,1110011111001110001001101111000010111010101011011001111111101011011101011111111111100101010011000010
+1,5,6,66,0111000101000011111011101111100011111001101011110101001111011111011110101111011111110111010111100010
+1,5,7,52,1110001010001010111001000011100010110010101011110001001011100001011101111101011111000101010111000110
+1,5,8,63,1000110111011110111111101101111010111110100011011111101010110011011001011010101111000101010101000111
+1,5,9,65,1111011111001110001001101110000010111010101111011001111111101011011101011111111111100101010011101010
+1,5,10,64,0110100001000111111111101010100011110111101011010111101011011111011111101011011111110101010101100010
+1,5,11,65,1001010111011010111111101101111010111010100111111101001010110011011001011110101111000101010111101111
+1,5,12,55,0011101111001110111001001111001010111001101010101001001011100010011101111101011011000101110110000100
+1,5,13,59,0111001111001110111001100110000010101110101010011001001111100011011101111111111011000111010011100110
+1,5,14,64,1001111111001110111010100001100001011111110111011111001010010111111011011110111011001101010011111100
+1,5,15,60,1001000101011001001111111011111010101010001001011111101110011011000111011110111101010111001100101101
+1,5,16,66,1111111111000110111001110111100010011001101011100011111011111001011100101111111111110011110111100000
+1,5,17,53,0100000100001010001000100111101010111001111011111011110011011011011101001101011101000111110011000100
+1,5,18,65,1011111111000100100001111111101111001100001111001111001110111111011101011111011111100111000011001110
+1,6,0,64,1110001111011110001101101111010010111010101011011001111110101111011101011111111111100101000011001010
+1,6,1,61,0011110111000010011011011011101010111110101111001111011011101011011100111101111111000101010001010100
+1,6,2,64,1110010111101110111011101101000010111010101011011001111111111011011101011111111111100101010011000000
+1,6,3,63,1101011111011010001101101111111010111010100111101101001010100011011001011110101111000101010111101111
+1,6,4,69,0011000101001110111011101011100011111001111111111101001011010111011111111111011111110111010111110010
+1,6,5,61,1101111111000011111010100101100001011111100011000111001110011111111010001110111011001111010011101100
+1,6,6,64,0111000001000011111111101011100010111001101011110111001111011111011110101111111111100111010011100100
+1,6,7,60,0111100111000010111001001111101111111000101011001101011110111001011100101101011101010111110011001010
+1,6,8,61,0110100011001110111001101110000011111110101011011101001011100011011101111111111011000111010011100110
+1,6,9,63,0111001101000111111111100010100010100111101010010011101111011111011111101011011111111101010101100010
+1,6,10,65,1001010111001010101111101100110010111010101111111100111011100011011101111110101111100101010011101111
+1,6,11,65,1111011111011110011001101111001010111010100111011001001110111011011001011111111111000101010111101010
+1,6,12,65,1111010111011010101111101111100010111010100011111101101010111011011001011111101111000101010111101010
+1,6,13,62,1000011111001110011001101101011010111010101111011001011111100011011101011110111111100101010011000111
+1,6,14,60,1001111111000100110010100001100001011111000111011111001010110111111001011110111011001111001011111100
+1,6,15,70,1011111111001110101001111111100111001100110111101111001110011111011111011111011111100101010011011110
+1,6,16,61,0111010101011011111011101100100010111010100111110101101010110011011011001110001111000101010111101111
+1,6,17,66,1000100011000110111111101011111011110111101011011111001011011111011101111011111101110101010101100010
+1,6,18,68,0101000101000101011111111010111011110111101011010111101111011111010111111011111111110101011101101000
+1,7,0,63,1101010111011010101101101111111010111010100111101101001010101011011001011110101111000101010111101011
+1,7,1,64,1111011111011010001111101111100010111010100011111101101010110011011001011011101111000101010111101110
+1,7,2,64,1111000111011010101011101111100010111010100011111101111110111011011001011111101111000101000111101010
+1,7,3,63,1110011011011110001101101111010010111010101011011001101010101111011101011111111111100101010011001010
+1,7,4,61,1110000111101110011011101101000010111010101011001001111111111011011101011111111111100101010011000000
+1,7,5,65,1010011111011110101101101111010010111010101011011001111110101111011101011111111111100101000011001010
+1,7,6,69,0001000101001110111011101011101011111001101111111101101111010111010111111111111111110111010101110010
+1,7,7,66,0111000101000101011111111010110011110111011011010111001011001111011111111011011111110101011111101000
+1,7,8,62,1111001001001111111001101111001010111010100111011001001100111011011001011111111111100101010111101000
+1,7,9,66,0111010111010010011111101011100010111001101011110111001111011111011110101111111111000111010011100110
+1,7,10,67,1011011111001110101001111111000111001000110111101111001110011101011111011111011111100101010011111110
+1,7,11,67,1111111111011110011001101111101010111110100111011001001110111011011001011111111111000101010111001010
+1,7,12,66,0010000111101110111011101101100010111010111111011101011011111011011111011111111111100111010010100010
+1,7,13,67,1110010111001110111011101011000011111001101011111101101111010111011101111111011111110101010111010000
+1,7,14,66,1011011111101110111001101100100010111000101111111001111111111011011111011101111111100101010011000100
+1,7,15,66,1110110111001110101011111111000111001110110011001111001110011111011101011111011111100101010011011010
+1,7,16,60,0010110111001110011011001001011010111010101111001101011011101011011100011111111111000101110011010100
+1,7,17,64,1001011111000010011001111111101010111110101111011011011111100011011101111100111111100101010001000111
+1,7,18,71,1101110111011010111101101111111011111110100111111101001011101011011001011110111111110101010111100011
+1,8,0,66,1001011111001110111011101111101010111100100111011001001111111111010011011111111110000101010111101010
+1,8,1,69,0111100101011110011001101011101011111011101111111101101110010011011101111111111111110111010101010010
+1,8,2,67,0110000101000101011111111011110111110111111011010111001011001111011111111011011111100101010111101010
+1,8,3,64,1111110111001110101011111110000011001110010011001011001110011111011101011111011111110101011011011000
+1,8,4,65,0111010111010010011111101011100010111001101011110111001111011111011110101111111110000111010011100110
+1,8,5,66,0111010111010010011111101011100010111001101011110111001111011111011110101111111111000111010011100110
+1,8,6,68,0111111111011110111011101111000011111101100111011001001110110011011101111111111111100101010111000010
+1,8,7,65,1110010111001110011001101011101010111010101011111101101111011111011001011111111111010101010111001000
+1,8,8,64,1110011111000110111001101101000001111000100111111001101111111011011111111111111111100101010011000100
+1,8,9,68,1011110111101110111011101011100010111001101011111101111111010111011101011101011111110101010111010000
+1,8,10,61,0010110101001110101011111101000110001110110011001111011110011111011100011111011111100101010011110010
+1,8,11,67,1110000111100110111011101101100011111010111111011101001011111011011111011111111111100111010010001010
+1,8,12,67,1110111111001110101011111111000111001000110111101111001110011111011101011111011111100101010011011010
+1,8,13,66,1011010111001110101001111111000111001110110011001111001110011101011111011111011111100101010011111110
+1,8,14,67,1110110111011110101011111111001111001110110011101111001111001011011101011110111111100101010011001010
+1,8,15,70,1101110111001010111101101111110011111110100111011101001010111111011001011111011111110101010111110011
+1,8,16,61,1011000111000010011001111111101010111110100111011011111111100011011000111100111111100101010001000111
+1,8,17,66,1101011111011010101011101111100010111010101011111101011110111011011101011111101111000101000111101010
+1,8,18,70,0110010111011110111011101011100011111001101011111111101111011111011111111110011111110101010011100100
+1,9,0,69,1110110111011110111011111011100111101001111011101111001111011111011111011010011111100101010011001100
+1,9,1,67,0110010111011110101011101111001011011110100011111111101111001011011101111110111111110101010011100010
+1,9,2,66,1111011111001110101011101111000010101100100111101011001110111111110111011111111110000101010111101010
+1,9,3,66,1000111111001110111011111111101111011000110111011101001110011111011001001111011111100101010011011010
+1,9,4,69,1110110111011110001011111111001111011110110111111111001011001011011101011110111111110101010011001010
+1,9,5,68,1101110111001010111101101111110011101110100011001101001111111111011001011111011111100101010111110011
+1,9,6,65,1110011111001010101001101111100010111010100011111101111111111011011101011111101111000101000011101110
+1,9,7,65,1001011111110110111001101101000001111000101111111001011110111011011111111111111111100101010111000000
+1,9,8,66,0101011111001110101011101011000011111101100111111001101110110011011101111111111111110101010011100010
+1,9,9,69,0110110111011110111011101111100011111001101011011111001111011111011111111110011111100101010111000100
+1,9,10,68,0111011111011110111011101111100011111001101011111101001100011111011111111110011111110101000011100100
+1,9,11,66,1100010111011010101011101011100010111010101011111111111111111001011101011111101111000101010111101010
+1,9,12,66,1110011111100110101011101111100010111010101111011101001110111011011101011111101111110101010011001010
+1,9,13,68,1101000111011010111011101101100011111010111011111101011011111011011111011111111111000111000110101010
+1,9,14,66,0110010111010010111111101011100010111001101011110111101111011111011110101111011111110101010011100100
+1,9,15,71,1111010111111110011011101011100011111001101011111110001111011111011011111110111111010111010011100110
+1,9,16,66,0111111111001110111011101111000111011001100111011001001110110011011101111111111111100101010011001010
+1,9,17,68,1110111111011110101011111101000011101100110111101111001110011111011101011111011111100101010111010010
+1,9,18,72,0110010111001110111011111011110111111101101011111111001011001111011111111111011111110101010011100110
+1,10,0,65,0111011111011110111011101111100011111001101011101101001100011111011111011110011111100101000011100100
+1,10,1,72,1110110111011110111011111011100111101001111011111111001111011111011111111010011111110101010011001100
+1,10,2,70,1101010111011010111111101101100011111110101011011101011111111011011011011111111111000111000111101010
+1,10,3,64,1101100111001010111001101111110011101010110011001001001011111111011101011111011111100101010110110011
+1,10,4,66,0110110111011110111011101111100011111001101011011110001111011110011111111110011111000101010111000100
+1,10,5,72,1011010111111110011011101011100011111001101011111111001111011111011011111110111111110111010011100110
+1,10,6,65,0110010111011110101011100111001011011011100011111111101111001011011101111110111111110101010011100000
+1,10,7,68,0111011111011110111011101111100011111100101011111101001100011111010111111110011111110101000011100110
+1,10,8,72,0110010111001110111011110011110111111101101011111111001011001111011111111111011111110101010011101110
+1,10,9,72,0110010111001110111011111011110111111101101011111111001011001111011111111111011111110101010011100110
+1,10,10,72,1111010111111110111011111011100011111001101011111110001111001111011110111111011111110101010011100110
+1,10,11,73,0110010111001110111011101011110111111111101011111111001011011111011011111110111111010111010111100110
+1,10,12,69,0111110111011100111011101111100011111001101011011110001111011111011111111110011111100111010111000100
+1,10,13,70,1110010111111110011011101011100011111001101011111111001111011111011011111110111111010101010011100110
+1,10,14,70,1111001111011010111011101101100011111010111011111101011011011011011111011111111111001111000110101010
+1,10,15,67,0101010111011110111011101111100011111001101011111101001100111111011111111110011111110101000011100100
+1,10,16,69,1111000111011010111011101001100011111010111011111111011111011011011111011111111111000111000110101010
+1,10,17,69,1101010111111110011011101111100011111001101011011100001011111111011011111110111111010111010011100110
+1,10,18,65,1110111011011110111011101101000011001100110111011011001110011011011101111111011111100101010111001010
+1,11,0,70,1111010111001110111011100101100011111111101011011111011011111011011111011111011111100111000011101100
+1,11,1,73,0100010111011010111111111011110111111101101011111101011111001111011011111111111111010101010111101010
+1,11,2,71,1101110111111110111011111011100111111001101011111100001111111110011011111110011111010101010011100110
+1,11,3,69,1110010111011110011011101111100011101001111011011111001011011111011111111010111111110111010011001100
+1,11,4,70,0110000111011010111011111101100111111011101011111111001011001111011111111111011111110101010011100110
+1,11,5,72,1111011111001110111011101011110011111100111011111101011011011011011111011111111111001111000110101010
+1,11,6,71,1111010111011110101011111011100111111001101011111101001111001111011111111111011111100001010011110110
+1,11,7,67,0111111111101110111001101111000011111001100111101011001110110111011110011111111111110101010011000010
+1,11,8,70,0110011111000110111011111111110111111101100011101111001010001111011111111111011111110101010011100110
+1,11,9,67,0111110111001110101011101011000111111001100111111001001111110111011101011111111111110101010011010010
+1,11,10,71,0110010111001110111011110111110111111001101011111110001011001111011111111111011111110101010111100110
+1,11,11,69,0111110111011100111011101011100011111101001011011111001111011111011111111110011111100111010011001100
+1,11,12,73,0111011111001110111011111111100111111101101011111101001100011111011111111111011111110101010011100110
+1,11,13,67,0110010111011110111011101011110011111100101011111111001011001111010111111110011111110101000011100110
+1,11,14,70,1101010111111110011011101111100011111001101011011110001111011111011011111110111111010111010011100110
+1,11,15,67,1110010111111100011011101011100011111001101011111101001011111111011011111110111101010101010011100110
+1,11,16,71,1111010111111110011011101001100010111001101011111111101111011111011011111110111111100111010011100110
+1,11,17,72,1011001111011010111011101111100011111010111011111101011011111011011111011111111111011111000110101010
+1,11,18,68,1111001111001010111011100001100011111011111011111101011011011011011111011111111111001101000110101110
+1,12,0,73,0111011111001110111010111111110111111101100111101110001100011111011111111111011111111101010011100110
+1,12,1,70,0110011111000110111011111111100111111101101011111101001010001111011111111111011111110101010011100110
+1,12,2,70,1100010111011110111111101011110011111100101011111111001011001111011111111110011111110101010011101010
+1,12,3,70,0110010111011010111011111011110111111101101011101101011111001111010011111111111111010101000111100110
+1,12,4,73,0100011111011110111111111011110111111101101011111101001101001111011011111111111111010101010011101110
+1,12,5,73,0111010111001010111011111111100111111101101011111101011110011111011111111111011111110101010111100010
+1,12,6,72,0111011111001110111011111111100111111101101010111101001100011111011111111111011111110101010011100110
+1,12,7,73,0111011111001110111011111111100111111101101011111101001100011111011111111111011111110101010011100110
+1,12,8,72,1111000111011110111011101011100111111010111011111101011011011011011111011111111111010101010110111010
+1,12,9,71,1011011111011010101011111111100011111001101011111101001111101111011111111111011111101011000011100110
+1,12,10,68,1101011111001110111011101111110011111100111011111101011011010011011111011010111111001101000110101010
+1,12,11,71,1111110111111110111011111011100111111001101011111100001101111110011011110111011111000111010011100110
+1,12,12,74,1010010111011110111011101111110011101001111011111100011011111111011111111111111111110101010111101010
+1,12,13,68,0111001111001010111011110111100111111010101011111111001011001011011111011111011111011111000110100110
+1,12,14,71,1111010111001110111011000101100011111110101011111111011011111011011111011111111111101111000011101100
+1,12,15,70,1011001111011010111011101111100011111011111011011101011011111011011111011111011111010111000110101010
+1,12,16,68,0110010111011100111011101011100111111001001011011111101111011111011111111110011111100111010011001100
+1,12,17,72,0111100111011010111011111101100011111111101011111111001011001111011111111111011111110101010011100110
+1,12,18,71,0110010111101110101011110111110111111001101011111110001011001111011111111111011111110101010111100110
+1,13,0,72,1011011111001110111011111111100111111001101011111101001110111111011111111111011111100101000011100110
+1,13,1,71,0111011111011010101011111111100011111101101011111101001101001111011111111111001111111011010011100110
+1,13,2,73,0111001111011010111011111111110011111101101011111110001001011111011111111111111111101101010011100110
+1,13,3,73,0111110111001110111010111101100111111111100111101111001110001111011111111111011111110101010011110110
+1,13,4,74,0111001111011110111011111011000011111111101011111111001111001111011111111111011111110101010011101110
+1,13,5,71,0100110111011010111111111111110111111101101011111101001001001111011011111111111111010101010011100110
+1,13,6,73,1010010111011110111011101111110011101001111011111100011010111111011111111111111111110101010111101010
+1,13,7,74,1010010111011110111011101111110011101001111011111100011011111111011111111111111111110101010111101010
+1,13,8,70,0101011111001010111011101111100011111011101011111101001111111011011111011111011111110101010111100010
+1,13,9,71,1011001111011110111011111111100111111101111010011101011000011111011111111111011111010111000010101110
+1,13,10,69,0110011111001110111011000101100011111110101011111101011010101111011111111111111111110111010011100100
+1,13,11,72,1111010111000110111011111111100111111101101011111111001011011011011111011111011111101101000011101110
+1,13,12,70,0111011111001110111011111111110111111101101011111100001110011111011111111010011111011101000010100110
+1,13,13,70,1101011111001110111010101111110011111100110111101111011001010011011110011111111111101101010111101010
+1,13,14,72,1111010111011110111011100101100011111010101011101111011011111011011011111111111111101111000011101110
+1,13,15,69,0100011111001010111111011011110111111101101011111101001101001111011111011111111111010101010011101100
+1,13,16,72,1011000111011010111011101111100111111011111011111101011011011011011111011111111111010101010110111010
+1,13,17,69,1111001111011110111011101011100011111010111010011101011011111011011111011111011111010111000110101010
+1,13,18,74,0111010111001010111011111111100111111101111011111101011010011111011111111111111111010101010111101010
+1,14,0,73,1010010111011110111011101111110011101001111011111100011011111111011111111111111111110101010111101000
+1,14,1,72,1010010111011110111011101111100011101001111001111100011011111111111111111111111111110101010101101010
+1,14,2,73,1110010111001110111111101111110111111101101011111101011011011011010111111111011111111101000011101010
+1,14,3,73,1011010111010110111011111111100011101001111011111111001011111111011111011111111111100100010111101110
+1,14,4,70,0111011111001010101011111111100011111101101011111101011001011111011111111111001111111001010011100110
+1,14,5,73,0111010111011010111011111111100111111101111011111101001110001111011111110111111111010101010111101010
+1,14,6,75,0111010111001110111011111111110111111101101011111111001111011111011111111110011111011101000011101110
+1,14,7,67,1111011111000110111011111111100111111101101011111100001010011011011111011011011111101101000010100110
+1,14,8,72,0111010111001010101011111111100011111101101011111101011010011111011111111111011111011111010111101010
+1,14,9,71,0111010111011010111011111111100111111101111011111101001101001111011111011111101111110001010011100110
+1,14,10,71,1011000111011010111011101111100111111011111011110101001101011011011111011111111111011001010110111110
+1,14,11,72,0111111111011010101011111111100011111101101011111101011011001111011111111111001111110111010011100010
+1,14,12,70,0111001111011010111011101011000011111111101011111111011111001011011111011111011111110101010010101110
+1,14,13,77,1011000111011110111011111111100111111011111011111101011011011111011111111111111111010101010111111010
+1,14,14,67,0111000111000110111010111101100011111111100011101111001110001111011111111111011111110101010011100110
+1,14,15,79,0111111111011110111011111011000111111111101111111111001111001111011111111111011111110101010011111110
+1,14,16,71,0111011111011010101011111111110011111101101011111101001101001111011011111111011111110011010011100110
+1,14,17,71,0100110111011010111111111111100111111101101011111101001001001111011111111111101111011101010011100110
+1,14,18,76,0111001111011110111011111111010011111111101011111101011111001111011111111111011111110101010111101010
+1,15,0,65,0011000111011010111011101111100011111001111011110101001101011011011111011111111111011001010100101010
+1,15,1,77,1010010111011110111011101111110111101011111011111100011011111111011111111111111111110101010111111100
+1,15,2,80,1111010111011110111011111111000111111111111011111111011011001111011111111111011111110101010111111110
+1,15,3,76,0011101111011110111011111011100111111011101111111101001111011111011111111111111111010101010011111010
+1,15,4,74,0111010111011010111011111111100111111111101011111101001101001111011111111111111111110101010011100110
+1,15,5,76,0111111111011110111011111011000111111101111111111111001111001111011111011111001111110001010011111110
+1,15,6,73,0010010111001110111011111111110111101101101011111110001111111111011111111110011111011101000111101110
+1,15,7,73,1111010111011110111011101111100011111001111001111101011011011111111111111111111111110101010000101010
+1,15,8,67,0110000111011010111011111111100011111101101011111100001000011111011111111111011111110001010111100110
+1,15,9,74,1011011111101110001011101011100011111101111011111111001011111111011111111111101111110101010011101110
+1,15,10,71,1011000111011110111011111111100111110001111011111101001010011111011111110111111111010101010111101010
+1,15,11,78,0111010111011010111011111111100111111111111011111101011111001111011111111111111111010101010111111010
+1,15,12,70,0011010111011010111011111111100011111101111011111101001101011111011111111111101111110001010001100110
+1,15,13,73,1110010111011110111011101111100111101001111001111100011011101111111111011111111111110101010111101010
+1,15,14,75,0111111111011110111011101011000111111111101111111111001111001011011111011110011111110101010011111110
+1,15,15,73,0111001111011010111011111011000011111111101011111111011111001111011111111111011111110101010010101110
+1,15,16,73,1011010111010110111011111111100111100011111011111101001011011111011111011111111111010101010111101110
+1,15,17,74,1011000111011110111011111111100011111001101011111111011011111111011111011111111111100100010110111011
+1,15,18,73,1011001110011110101011111111110011111011111011111101001111001110011111111111111111010011010101111010
+1,16,0,74,1011001110011110101011111111110011111011111011111101001111101110011111111111111111010011010101111010
+1,16,1,73,1011000111011110111011111111100011111001101011111111011011011111011111011111111111100100010110111011
+1,16,2,70,1011000111011110111011111111100011110001111011111101001011011111011111110111111101010101010111101010
+1,16,3,72,1011010111010110111011111111100111100011111011111101001010011111011111011111111111010101010111101110
+1,16,4,72,1111000111011110111011111011000111101101101011111101011101001111111111111111001111110101010110101110
+1,16,5,72,0110011111011010111011101111100011111011111001111110011011101111011111011111111111110101010011101010
+1,16,6,77,0111010111011010111011101111100111111111111011111101011011111111111111111111111111010101010011101010
+1,16,7,75,1111010111011110111011111111100011111001111001111101011111001111011111111111111111110101010100111010
+1,16,8,77,0011010111001010111011101111100111111101111011111111011111101111011111111111111111010101010111111110
+1,16,9,76,1111011111111110001011111011100011111111111011111101011011011111011111111111101111110101010011101010
+1,16,10,75,1011011111111110111011101011100011111101111011110111001011111111011111111111101111110100010010111110
+1,16,11,72,1011000111001110001011111111100011111001101011111111011011111111011111011111111111100101010111101011
+1,16,12,76,1110011111101110111011101111100011101101111001111100001011111111111111111111111111111101010011101110
+1,16,13,70,1011010111001110001011101011100111111001111011111111011011101111011111011111101111110101010111101000
+1,16,14,78,1010000111011110111011111111100011111011111011111100011111111111011111111111111111110100010111111111
+1,16,15,71,1011010111011110111011101111110111101001101011101111011011111111011111011111111111100100010110011000
+1,16,16,72,0011111111001110101011111011000111111101111111111111001011001111011111011111101111110001010011101110
+1,16,17,78,1111011111111110011011101011100011111101111011111111001111111111011111111111001111110101010011111110
+1,16,18,78,0011101111011110111011111111000111111011101011111111001111011111011111111111111111010101010111111110
+1,17,0,73,1110011111101110111011101011100111101101111001111100011011011111011111111111011111110101010011101110
+1,17,1,80,1111010111011110111011110111100011111111111111111101001011001111111111111111111111111101010111111010
+1,17,2,79,0011101111111110111011111111000111111011101011111111001111111111011111111111111111110101010010111110
+1,17,3,74,1011011111011110111011101011100011111101111011110111001011011111011111111111101111010100010111111110
+1,17,4,74,1010000011011110111011111111100011111001101011111111011011111111011111011111111111100100010111111111
+1,17,5,77,1011000111011111111011111111100011111011111011111100011111011111011111111111111111110100010110111011
+1,17,6,73,0001101111011110111011111111010011111011101011111101001111011110011111111111111111010011010101111100
+1,17,7,76,1011000110011110101011111111100111111011111011111111001111101111011111111111111111010101010111111010
+1,17,8,79,1011000111111110101011111111110011111011111011111101011111111110011111111111111111011000010111111111
+1,17,9,75,1010001110011110111011111111100011111011111011111100001111111111011111111111111111110111010101011010
+1,17,10,77,0011101111011110111011111111010111111011101011111111001111011111011111111111111111010001010111111010
+1,17,11,77,1011001110011110101011111111100011111011111111111101001111101110011111111111111111110111010101111110
+1,17,12,74,0011101111011110111011111111000011111111101011110011001011011111011111111111111111010101010011111110
+1,17,13,77,1011011111111100111011101011100111111001111011111111001111111111011111111111101111110100010110111110
+1,17,14,78,0011101111111110111011111111100111111011101011111111001111111111011111111111001111010101010011111110
+1,17,15,78,1111011111011110011011101011000011111101111011111111001111011111011111111111111111110101010111111110
+1,17,16,76,1011010111111110011011101111100011111001111011111111011011101111011111111111001111110101010111111110
+1,17,17,74,1111011111001110001011101011100111111101111011111111001111111111011111011111101111110101010111101000
+1,17,18,77,0011010111011010011011101111100011111111111011111101011111111111011111111111111111110101010111111010
+1,18,0,77,1011000111011111111011111111100011111011111011111100011011011111111111111111111111110100010110111011
+1,18,1,80,1111010111011110111011110111100011111111111111111101001111001111011111111111111111111101010111111010
+1,18,2,77,1111011110001110001011111011100111111101111111111111011111101111011111111111101111010111010011101110
+1,18,3,77,1011001111111110101011111111100011111011111011111101001011001111011111111111111111110111010101111110
+1,18,4,78,1011000111011110111011111111010011111011101011111110011111011111011111111111111111111101010110111011
+1,18,5,77,0011101111011110111011111111100111111011101011111101011111011111011111111111111111010001010111111010
+1,18,6,80,0011101111111110111011111111000111111011101011111111001111111111011101111111111111110101110011111110
+1,18,7,79,0011101111111110111011111111000111111011101011111111001111111111011111111111111111110101010010111110
+1,18,8,74,1111000110011110101011111111100011111011111111111101001111101110011111111111111111010101010111101010
+1,18,9,79,1011001110011110101011111111100111111011111011111111001111101111111111111111111111110101010101111110
+1,18,10,74,1011010011111110011011101111100011111101111011111101011011011111011111111111100111110101010111111010
+1,18,11,77,0111011111001010001011111011100111111111111011111111011111101111011111111111111111010111010011101110
+1,18,12,72,1010010011011110111011101011100011111001101011110111011011111111011111111111111111000100010111111111
+1,18,13,75,1011001111011110111001111111100011111101111011111111001011011111011111011111101111110100010111111110
+1,18,14,73,0011010111111100111011101011100011111001110011111111001111111111011111111111101111110100010110111011
+1,18,15,77,1011001111011011111011111111100101111011111011111100011111011111011111111111111111110100010110111110
+1,18,16,78,1011101111101110111011111111000111111011101011111101001011011111111111111111111111111101010010111110
+1,18,17,80,1111010111011110111011110111100011111111101111111111001111101111011111111111111111110101010111111010
+1,18,18,73,0111111111101110101011111111000111111101111011111111011011001100011111011111011111010011010110101110
+1,19,0,79,0011101111011110101011111111100111111011111011111111001111101111111111111111111111110001010101111110
+1,19,1,76,0011001110011110111011111111100111111011101011111101011111011111011111111111111111010101010111111010
+1,19,2,79,1011101111101110111011101111100111111011111011111101001111001111111111111111111111111101010100111110
+1,19,3,79,1011001110011111101011111111000111111011111011111111001011111111111111111111111111110101010011111110
+1,19,4,80,0111111111101110101011111111000111111011101011111111001111111111011101111111111111110111110011101110
+1,19,5,77,0011001111011010011011111011100111111111111011111111011111101111011111111111111111010101010011111110
+1,19,6,75,1010000110011110101011111111100111111011111011111111001011101111111111111111111111110101010101111010
+1,19,7,83,1111011111011110111011110111100011111111101111111111001111101111011111111111111111110101010111111111
+1,19,8,73,0111011111101110101011111111010011111111111011111111011011101100011111011111011111010001010110101110
+1,19,9,76,1111100110011110101111111111100111111001111111111101001111001110011111111111111111010111010111101010
+1,19,10,79,1011001111111110101011111111100111111011111011111101011111001111011111111111111111110101010101111110
+1,19,11,78,1011001110011110101011111111100011111011111011111111001011101111111111111111111111110111010101111110
+1,19,12,78,0011100111111110111011111111000111111011101011111111001111011111011101111111111111111101110011011110
+1,19,13,78,0011001111011110111011111111010011111011101011111110011111111111011111111111111111110101010110111011
+1,19,14,74,1010001111011110101001111111100111111011111011111111001111101011011111011111111111110100010101111110
+1,19,15,77,1011001110011110111011111111100011111101111011111011001011011111111111111111101111110101010111111110
+1,19,16,79,1011000111111111101011111111100011111011111011111100011011001111111111111111111111110111010101111111
+1,19,17,76,1011001111011110111011111111100011111011111011111101001011011111011110111111111111110100110110111110
+1,19,18,76,1111000111001111111011111111100011111011111011111100011111011111011111111111111111010100010110101111
+1,20,0,78,0011001111011110101011111111010011111111101011111111011001111111011111111111111111110111010110111011
+1,20,1,80,1011011110011110011011111111100111111001111111111110011111101111111111111111111111110101010011111011
+1,20,2,75,0011101111101110111011101111000111111011111011111101001111011111011101111111111111111101110100001110
+1,20,3,81,1111111111101110101011111111100111111011101011111111001101101111111111101111111111110111010011111110
+1,20,4,78,0011101110111110111011101111100111111011101011111101001111001111111111111111111111111101010111111010
+1,20,5,76,1011001111001111111011101111100111011011111011111101011111011111011111111111111111010101010100111110
+1,20,6,79,0011100111111110101011111111000111111011101011011111001111111111011101111111111111111111110011111110
+1,20,7,78,0111111111101110111011111111000111111011101011111111001111011111011101111111111111110101110011001110
+1,20,8,77,1010001110001110111011101111100111111011111011111111001111001111111111111111111111111101011100111011
+1,20,9,79,1011100111111110101011111111100111111011111011111101001011101111111111111111111111110101010101111110
+1,20,10,81,1011001110011110111011111111100011111011111011111111001011101111111111111111111111110111010111111111
+1,20,11,80,1111011111011110101111110111100011111111101111111111001111101111011111111111111111110101000101111110
+1,20,12,81,1011011110011110111011111101100111111111111011111111011111001111111111111111111111010111010011111011
+1,20,13,74,0011001110011110001011111011100111111001101111111101011011111111011111111111111111110101010111111010
+1,20,14,77,0111111110001111101011111111000111111001111011111111001011111111011101111111111111110101110011101110
+1,20,15,78,1011001110111110101011111111000111011011101011111111001111111111111111111111111111110111010011101110
+1,20,16,82,0111101111011110111011111111100111111011111011111111001111101111011111111111101111110101010111111111
+1,20,17,78,1011011111011110101011110111100011111111101111110111001111101111111111111111111111110001010101111110
+1,20,18,78,0011001110011110111011111111010011111011110011111111011011101111011111111111111111110111010111111110
+1,21,0,82,1011100111111110101011111111100111111011111011111111001011101111111101111111111111111101110111111110
+1,21,1,75,0011100111111110101011111111000111110011101011011101001111111111011111111111111111110111010001111110
+1,21,2,80,0111101111011110111011111111100111111011111011111111001111101111011111111111101111110101110111001110
+1,21,3,78,0110111111101110111011111111000111111011101011111111001111011111011101111111111111110101010011011111
+1,21,4,82,0111111111100110111011111111100111111011111011111111001111101111111111111111101111110101010111101111
+1,21,5,79,1111111111011110101011111111100111111011101011111111001101101111011111101110111111110111010011111110
+1,21,6,82,0011001111011110111011111111110011111111111011111111011001111111011111111111111111110111010110111111
+1,21,7,77,1011001110011110101011111111000011111011101011111111001011101011111111111111111111110111010111111111
+1,21,8,80,1011011110011111101011110111100011111111101111110111011111101111111111111111111111110101010101111110
+1,21,9,77,1011011111011110011011111111100111111001111111111110001011101111111110111111111111110001010011111011
+1,21,10,83,0111101111011110111011111111100111111011111011111111001111101111111111111111101111110101010111111111
+1,21,11,80,1011001110011110111011111111100011111011111011111111001011101111011111111111111111110111010111111111
+1,21,12,77,1011001110011110111011101111100011111011111001111111001111001111111111111111111111010111010101111111
+1,21,13,79,1010001110001110111011111111100111111011111011111111001011101111111111111111111111111101011110111011
+1,21,14,78,0011011110011110101111111111100111111001111111111110011111101111111101111111111111110101010011111010
+1,21,15,82,1011100111111110011011111111000111111011101011011111001111111111011111111111111111111111110011111111
+1,21,16,81,1011101110111110111011101111000111111011111011111111011111001111111111111111111111110101010111111011
+1,21,17,75,0011011110011110111011111101100111111011101011011101001111001111111111111111111111011111010011111010
+1,21,18,83,1011011111011110111011110111100111111111111111111111001111101111111111111111111111110101010101111110
+1,22,0,81,0111101111011110011011111111100111111001111011111111001111101111111111111111111111110101010011111111
+1,22,1,77,1011011111011110011011111111100111111011111111111110001011101111111110111111101111110001010101111011
+1,22,2,80,1010101110011110111110111111100111111011111011111111001011101111111111111111101111111101011110111011
+1,22,3,82,0111011111001110111011111111100111111011111011111111001111101111111111111111111111110001010111111111
+1,22,4,80,0011001111001110111011111111110111111111011011101111001011111110011111111111111111111101011110111111
+1,22,5,76,1010001110001110111011111111100011111011111011111111011001101111111111111111111111110101010110111011
+1,22,6,76,1011101110111110101011100111000111111011101011111111011111001111111111111111110011110101010111111110
+1,22,7,81,1111111111011110111011111111100111111011111011111111001101101111011111101110111111110111010011111011
+1,22,8,80,1011101110111110111011111111000111111011101011111111011111001101111111111111111111110111010111111010
+1,22,9,73,0011011110011110111011101101100111111011011011011101001111001111111111111111111111011101010011011011
+1,22,10,76,1011100011111010101011111111100111111011111011111011001011101111011101111111011111110101010111111111
+1,22,11,82,1011001110011110111011111111101011111011111011111111001011101111111101111111111111111111110111111110
+1,22,12,82,1011011111011110111011110111100111111111111111111111001111101111111111011111111111110101010101111110
+1,22,13,77,1011011111010110101011110111100111111111111111111111001111101111111111111001111111100100010101111110
+1,22,14,77,0011011010111110101011111111100111111001111011111111011111101111111101111111111111110101010011111010
+1,22,15,79,1011001110011110101111111111000011111011111111111110001011101011111111111111111111110111010111111111
+1,22,16,78,1011100111011110101011111111000111111011111011111111001011101011111001111111111111111101110111111110
+1,22,17,81,1011001110111110101011111111100011111011101011111111001011101111111111111111111111111111010111111111
+1,22,18,81,1111101110011110111011111111100111111011111011111111001001101111111111111111101111110101010111111111
+1,23,0,80,1011001110011110101011111111100011111011111011111111001011101111111111111111101111111101011111111111
+1,23,1,82,1111101110111110110011111111100111111011101011111111001001101111111111111111111111110111010111111111
+1,23,2,80,1010001111011110111110111111000111111011111011111111001111101111111111111111101111111101010111111011
+1,23,3,80,0111111110001110111011111111100111111011111011111111001011101111101111111111111111110001011110111111
+1,23,4,81,1011101110111110101011111111000111111011101111111111011011001111111111111111111111110111010111111011
+1,23,5,77,1011001110011110111111111111000011111011111011111110001111101001111111111111111111110111010111011110
+1,23,6,81,0011001110011110111011111111101111111011111011111111001011101111111101111110111111111111110111111110
+1,23,7,78,1011011101011110111011110111100011111111111111111101001111101111111111011111111111110101000101111110
+1,23,8,78,0111011111001100011011101111100111111001111011111111001111101111111111111111111111110101010011111111
+1,23,9,83,0111101111011110111011111111100111111011111011111111001111101111111111111111111111110001010111111111
+1,23,10,79,1011111111011110011011111111100111111011111111111110001001101111111111111111101111110101010101111011
+1,23,11,78,1111011111011110111011111111100111111011111011111111001111101111010110101110111111110011010011111011
+1,23,12,81,0011001111111110111011111111110111111111011011101111001011111110011111111111111111111101011010111111
+1,23,13,78,1011001110001110101011111111100011111011101011111111001011101111111111111111111111111111010111111101
+1,23,14,80,1001001110111110101011111111100011111011101011111111001011101111111111111111111111111111010111111111
+1,23,15,83,1011001110111111101011111111100011111011101011111111001011111111111111111111111111111111010111111111
+1,23,16,81,1111101110011110111011111111100111111001111011111111001011101111111111111111101111110101010111111111
+1,23,17,81,0111101111011110011011111111100111111011111011111111001101101111111111111111111111110101010011111111
+1,23,18,76,1011001111011110111011111111110111111011011011101101001011101011111001111111111111111101010110111110
+1,24,0,78,0011101111011110011011111111100111111011011010111111001101101111111111111111111111110101010011111111
+1,24,1,84,0111001111111110111011111111110111111111111011101111001111111110011111111111111111111101011010111111
+1,24,2,80,1111101110011110111011111111100111111001111011111111001011101110111111111111101111110101010111111111
+1,24,3,83,0011001111111110111011111111110111111111011011101111001011111111011111111111111111111101011110111111
+1,24,4,79,0111101110011110111011111111100111111001110011111111001011101111111111111111111111110001010111111111
+1,24,5,84,1111101111011110111011110111100111111011111011111111001111101111111111111111101111111101010111111111
+1,24,6,81,0111101111011110110011111111100111111011111011111111001011101111111111111111111111110001010111111111
+1,24,7,83,1011101100111110111011111111100111111011101011111111001101101111111111111111111111110111011111111111
+1,24,8,82,1111101111011110110011101111100111111001111011111111001111101111111111111111111111111001010111111111
+1,24,9,78,0001001111111110101011111111100011111011101011111111001011101111101111111111111111110111010111111111
+1,24,10,81,0011001111111110111011111111110111111011111011101111001011111110011111111111111111111101011110111110
+1,24,11,80,0011001110011110111011111111101111111111011011111111001011101111111101111110110111111111110011111111
+1,24,12,78,0011101110111110101011111111001111111011101011111111010011101111110111111111101111110111010111111011
+1,24,13,80,1011001110011110111011011111100111111011111111111111001011001111111101111110111111111111110111111110
+1,24,14,77,0011100111001110101011111111100111111011111011111111001011101010011111111111111111111001011111111111
+1,24,15,86,0111101111011110111011111111000111111111111011111111001111111111111111111111111111110101110111111111
+1,24,16,76,0011001111011100111011111111110011111011011011101110001011111000111111111111111011111110011111111111
+1,24,17,80,1011001110111110111111111111000111111111111011111111001111101111011111111111111111110101011010011110
+1,24,18,81,1011111111111111001011111111100111111011111111111110001011101111111111111111101111110101010101111011
+1,25,0,80,0011101111011110111011011111100111111011111011111111001011001111111111111111111111110001110111111111
+1,25,1,83,1111001110011110110011111111101111111011111111111111001011101111111111111110111111111111010111111110
+1,25,2,85,0111101111011110111011111111100111111111111011101111001111111111111111111111111111110101110011111111
+1,25,3,84,0111001111111100111011111111010111111111111011111111001111111110011111111111111111111101011110111111
+1,25,4,80,1011001111011110110011111111110111111001111011111111001111111011011111111111111111111001010110111111
+1,25,5,84,0111101111111110111011101111100111111111011011101111001011101111111111111111111111111101011111111111
+1,25,6,80,1111101110011110111011111111100111111001111011111111001011101110111111111111101111110101010111111111
+1,25,7,77,0111101111011110110011011111100111111011111001111111001011101111111111111111110101110001010111111111
+1,25,8,82,0011101111111110111011111111110111111001111011101111001011111110111111111111101111111101011110111111
+1,25,9,79,1111001110011110111011111111100111111011111011111111001011101110011111111111111111110101010111111110
+1,25,10,79,1011101100111110111011011111100111111011101011111111001000101111111111111111111111110101011111111111
+1,25,11,83,0111101111011110110011111111100111111011111011111111001111101111111111111111111111110011010111111111
+1,25,12,83,0111101111111110111011111111100111111011111011101111001111111110011111111111111111110001111110111111
+1,25,13,82,0111001111011110110011111111110111111111111011111111001011101101111111111111111111111101010011111111
+1,25,14,81,1011001110011110111011111111100111111011111011111111001011101111111111111111101111111101110101111111
+1,25,15,80,0111101111011110110011110110101111111111011011111111001111101111111101111110110111111111010011111111
+1,25,16,83,1011101110111110111011011111100111111011101011111111001101101111111101111111011111111111111111111111
+1,25,17,78,1011001100011110111011111111100111111011111111111111001011001111111111111110111111110111010111110110
+1,25,18,82,0011001111111110111011111111110111111111011011101111001011111110011111111111111111111101011110111111
+1,26,0,86,0111001111111110111011111111010111111111011011101111001111111111111111111111111111111101011111111111
+1,26,1,81,0111101111111100111011101111100111111111111011111111001011101110011111111110111111111101011110111111
+1,26,2,84,0111101111011110110011111111100111111111111011101111001111111111111111111111111111110001110111111111
+1,26,3,85,0111101111011110111011111111100111111011111011111111001111101111111111111111111111110111011011111111
+1,26,4,82,0101101111111110111011111111100111111011111011101111001111111110011111111111111111110101011110111111
+1,26,5,81,0011101111111110111011111111110111111001111011101111001011111110111111111101101111111001111110111111
+1,26,6,84,0111011111011110111011111111110111111111111011111111001011101101111111111110111111111101010111111111
+1,26,7,81,0111001111111100110011111111010111111111111011111111001111111110011111111101111111111101011010111111
+1,26,8,82,1111101101111110111011011111100111111111101011111111001000101111111111111111111111110101011111111111
+1,26,9,81,0011101110011110111011111111100101111011111011101111001111111111111111111111111111110101110011111111
+1,26,10,79,1111001110011110111011111111101111111011111011111111001011101111111111111110011111010101010111111110
+1,26,11,87,0111101111011110110011111111100111111111111111101111001111111111111111111111111111111111110011111111
+1,26,12,83,0111101111011110110011111111100111111011111011101111001111111111011111111111111111111001111110111111
+1,26,13,80,1011001111111111111011111111110111111001111011111111000111111010011111111111111111110001010110111111
+1,26,14,81,0111101111011110110011110111101111111111011011111111001111101111111111111110110111111111010010111111
+1,26,15,83,0111001111111100111011111110010111111111111011111111001111111110011101111111111111111101011111111111
+1,26,16,82,0111101111111110111011111011100111111011111011101111001111111110011111111111111111110001111110111111
+1,26,17,81,0111101111111110111011111111100111111011111011101111000111111110011111111111111111110001111110110111
+1,26,18,87,0111000111111110111011111111101111111011111111111111001011111111111111111110111111111111111111111110
+1,27,0,83,0101101111011110111011111111100111111011111011101111001111111110111110111111111111110101111111111111
+1,27,1,84,0111101011111110110011111111100111111111111111101111001111111111011111111111111111111111010010111111
+1,27,2,83,0111101111011110111011111111100111111011111011101111001111111111011111111111111111110001111110111111
+1,27,3,79,0011101110111110111011111011100101111011111011101111001111111110111111111111111111110101110011110111
+1,27,4,81,0111111111011110111011111111110111111111111011101111001011101101110111111110111111110001010111111111
+1,27,5,86,0111001111011110110011111111100111111111111011111111001111111111111111111111111111111101110111111111
+1,27,6,77,0111101111111110110011111101100111111011011111100111001111011110011111111110111111110101010110111111
+1,27,7,84,0101101111011110111011110111101111111111111011111111001111101111111111111111110111111111011010111111
+1,27,8,84,0111101111011110111011111111110111111011111011111111001111101111111111111111111011110111010011111111
+1,27,9,79,0111001111111100110011111110000111111111111011111111001111111110011111111101111111111101011010111111
+1,27,10,82,0111101111111110111011111111100111111001111011101111001011101110111111111111111111110101111110111111
+1,27,11,81,0011101111111110111011111111110111111011111011101111001111111110011111111101101111111001011110111111
+1,27,12,84,1111001111111110111011111111000111111111011011101111001011111111111111111111111111111101011111111110
+1,27,13,83,0111101101111110111011011111110111111111101011111111011100101111111111111111111111110101011111111011
+1,27,14,80,0111011111011110111011111111110111111111111011111111001011101100111101111110101111111101010110111111
+1,27,15,83,0111101111111100111011101111100111111111111011111111001011101111011111111110111111111101011111111111
+1,27,16,83,0111001111111111111011111111110111111011111111111111000111111110011111111110111111111001010110111111
+1,27,17,84,1011000111111110111011111111101111111001111011111111001011111011111111111111111111110111111111111110
+1,27,18,83,0111101111011110110011111111100111111011111011101111001111111111111111111111111110110001111111111111
+1,28,0,85,0101101111111110111011111111100111111011111111101111001111111111011110111111111111111101111011111111
+1,28,1,82,0111101011011110110011111111100111111111111011101111001111111110111111111111111111110111010110111111
+1,28,2,81,0111101011011110110011111111100111111011111011101111001111111101111111111111111110110101111011111111
+1,28,3,85,0111101111111110110011111111100111111111111111101111001111111111111111111111111111111001010110111111
+1,28,4,83,1111001111111110111011111011000111111111011011101111001011111111111111111111111111111101011111111110
+1,28,5,84,1111001111111110111011111111000111111111011011101111001011111111111111111111111111111101011111111110
+1,28,6,81,0111001111111111111001111111110111111011111111101111000011111110011111111110111111111001110110111111
+1,28,7,81,0111101111111110111011111111100111111001111011111111001111101110111111111111111111110101001110111110
+1,28,8,81,0111101101111110111011011101110111111111101011111111011110101111011111111110111111110101011111111011
+1,28,9,84,0111101111111100111011101111100111111111111011111111001001101111111111111111111111111101011111111111
+1,28,10,83,0111101111011110111011111101100111111011111011111011001011111111111110111111111111110101111111111111
+1,28,11,82,1001000111111110111011111111101111111001111011101111001111111010111111111111111111110111111111111110
+1,28,12,84,0111001111011110110011111111000111111111111011101111011011111011111111111111111111111101111111111111
+1,28,13,87,1111001111111110111011111111101111111111011011111111001111111111111111111111111111111101010111111110
+1,28,14,84,0101101111011110111011111111101111111111111011111111001111101111111111111110110111111111011010111111
+1,28,15,83,0111001111111111111011110111110111111011111111111111000111111110011111111111111111111001010110111111
+1,28,16,85,0101101011011110111011110111101111111111111111111111001111101111111111111111111111111111011010111111
+1,28,17,83,0111101111111110110011111111100111111111111011101111001111111111011111111111110111111111010010111111
+1,28,18,86,0111001111111110110011111111100111111111011011111111001111111111111111111111111111111101110111111111
+1,29,0,87,0111001111111110110011111111100110111111111011101111011111111111111111111111111111111101111111111111
+1,29,1,80,0111001110011110110011111111000111111111011011111111001011111011111111111111111111111101110110111111
+1,29,2,83,0101001111111111111011110111100111111011111111101111001111111111011110111111111111111101110011111111
+1,29,3,84,0111101111111110111011011111110111111011111111111111000111111110011111111111111111111001011110111111
+1,29,4,84,0101101111111110111011111111100111111111111111100111001111111111011110111111111111111101011011111111
+1,29,5,84,0101101011011110111011110111101111111011111111101111001111101111111111111111111111111111111010111111
+1,29,6,85,1111101111011110110011111111000111111111111011111111001111101111111111111110111111111111011111111110
+1,29,7,81,0101001111111110111011111111101011111111011011101111001011111111111111111111110111111101011010111111
+1,29,8,83,0111001111111110110011111111100111111110011111111111001101111111111111111111111111111001010111111111
+1,29,9,87,0111101111111110110011111111101111111111111011101111001111111111111111111111111111111101110110111111
+1,29,10,83,1111001111011110110011111111000111111111111011101111001011111111111111111111111111111101011111111110
+1,29,11,84,0111001111111110111011111011000111111111011011101111011011111011111111111111111111111101111111111111
+1,29,12,84,0101101011011111111011110111101111111111010111111111001111101111111111111111111111111111011010111111
+1,29,13,84,0101101111011110111011111111101111111111111011111111011111101111111111111110110111111011011010111111
+1,29,14,87,1111001111111110111011111111101111111111011011111111001111111111111111111111111111111101010111111110
+1,29,15,86,1111001111111110111011111111101111111111011011111111001111111111111111111111111111110101010111111110
+1,29,16,82,0111001111111111111011101111100111111011111111111111000111111111011111111110111111111001010110111111
+1,29,17,82,1111001111011110111011110111010111111111111011101111001011111110111111111110111111111101011111111110
+1,29,18,78,0111101111011110110011110111100111111011111011101111000111111110111111111111011111110111010010111111
+1,30,0,86,1111001111111110111011111111101111111111011111111111001111111111011111111111111111110101010111111110
+1,30,1,83,0111101111111110111011011111110111101011111011111111000111111110111111111111111111111001011110111111
+1,30,2,81,0101101011111110111011110111100111111011111111101111001111100111111111111111111111111101110010111111
+1,30,3,84,0101001111011111111011110111101111111011111111101111001111111111011110111111111111111111111011111011
+1,30,4,83,0111001011011111110011111111110111111111111111111111001111111110011111111111111111111001010110111111
+1,30,5,87,0111001111111110111011111111100110111111111011101111011111111111111111111110111111111101111111111111
+1,30,6,86,1111001111111110111011111111101111111011011011101111001111111111111110111111111111111101110111111111
+1,30,7,84,0101001111111111111011110111100111111111111111111111001111111111011111111111111111111101010011111110
+1,30,8,86,1111001111111110111011111111010111111111111111111111001011111110111111111110111111111101011110111111
+1,30,9,80,0111001011011111111011110111110111111111111011101101001111111110011111111111111111111001010111111110
+1,30,10,82,0111101111011110111011111111101111111111011011111111001111101111111111111111111111110101010010111110
+1,30,11,87,1101001111111110111011111111101111111111111011111111011110111111111111111110110111111011011111111111
+1,30,12,81,0111001111111110110011111111100111111110011011101111001011111111111111111111111111111001010111111111
+1,30,13,86,0111001111111110111011111011000111111111011111111111011101111011111111111111111111111101111111111111
+1,30,14,84,0101101111011110111011111111101111111111111011111111011111101111111111111110110111111011011010111111
+1,30,15,83,0101101111011110111011111111101011111111111011111111011111101111111111111110110111111011011010111111
+1,30,16,79,0111001111111111111011101111100110111011111111101111001011111111011111111110111111011001010110111111
+1,30,17,83,1111001111011110110011111111000111111111111011111111000111111111111111111111111111111101011111111010
+1,30,18,84,0011001111111110111011111111101111111111011011111111001111101111111111111111111111111001011111111110
+1,31,0,81,0111101111011110111011111111100111111111011011111111001111101111111111111111111111110101010010111110
+1,31,1,82,0111101111011110111011111111101111111111011011111111001111101111111111111111111111110101010010111110
+1,31,2,86,0111001111111110111011111011010111111111011111111111001101111011111111111111111111111101111111111111
+1,31,3,85,0101001111111111111011110111100111111111111111111111011111111111011111111111111111111101010011111110
+1,31,4,80,0101101111011110111011111111100111101110011011111111001011111111111111111110111111111001010111111111
+1,31,5,81,0111001111111110110011111110101111111111011011101111011111100111111111111111110111111011011010111111
+1,31,6,86,0111001111111110111011111111101110111111111011101111011111111111111111111110111111111101110111011111
+1,31,7,83,1111001110101110111011111111100111111011011011101111001111111111111110111111111111111101111111111011
+1,31,8,84,0101101111011110111011111111101110111111111011111111011111110101111111111110110111111011111011111111
+1,31,9,82,0101001111111110111011111111100011111111111011101101011111101111111111111110111111111101011110111111
+1,31,10,84,0101101011011111111011110111110111111111111111111111001111111111011111111111111111111101010011111110
+1,31,11,84,0111001111111111110011111111100111111111111111111111001111111110011111111111111111111001010110111111
+1,31,12,85,0111001111111110111011111111000011111111011111111111011101111011111111111111111111111111011011111111
+1,31,13,83,0101101111011110111011111011101111111111111011111111011111101111111111111100110111111001111110111111
+1,31,14,88,0111001111111110111011111011000111111111111111111111011101111111111111111111111111111111101111111111
+1,31,15,83,1101001111111110111011111111101111111111011011111111011110111011111111111110110101111001011111111111
+1,31,16,86,1101001111111111111011111111100111111111111111111111001111111111011111111111111111111101010011111110
+1,31,17,84,0111001111111110111011110111101111111111011111111111001111111111011111111111111111110101010111111110
+1,31,18,81,0101101111111110111011110111101011111111111011111111011111100111111111111110110111111001011010111111
+1,32,0,85,0111001111111110111011111011000111111111011111111111011101111011111111111111111111111101101111111111
+1,32,1,86,0111000111111110111011111011010111111111110111111111001101111111111111111111111111110111111111111111
+1,32,2,86,0111001111111110111011111111000111111111011111111111011101111111111111111111011111111111011011111111
+1,32,3,80,0101101111011110111011111011101011111111111011101111011111101011111111111100110111111001111110111111
+1,32,4,86,0101101111111111111011110111101111111111111111111111011111111101011111111111111111111101010011111110
+1,32,5,80,0101001011011111111011110111110111111111111111110111001101101111011111111111111111111101010011111110
+1,32,6,86,1101001111111111111011111111100111111111111111111111001111111111011111111111111111111101010011111110
+1,32,7,85,0101001111011111111011111111100111111111111111111111001111111111011111111111111111111111010011111110
+1,32,8,83,1111001111011110111011111111100111111111111111111111001111101111001111111111111111111101010011111110
+1,32,9,83,0101101111111111111011111111100111111111011011111111001111111111111111111111111111110101010010111110
+1,32,10,84,0111001111111110111011111111000011111111011111111111011001111011111111111111111111111111011011111111
+1,32,11,83,0111001011110110111011111111000011111111011111111111011101111011111111111111111111111111011011111111
+1,32,12,84,0111001111111111110011111111100111111111111111111111001111111111011111111111111111111011010010111110
+1,32,13,84,0101001111011111111011111111100111111111111111111111001111111110011111111111111011111101010111111111
+1,32,14,85,1101001111111111111011111111100111111111011111111111011111111111011111111111111111111100010011111110
+1,32,15,86,0111001111111110111011111111000011111111111111111111011101111011111111111111111111111111011011111111
+1,32,16,83,0101001111111111111011111111100111111111111111011111011111101111011111111111111111111101000011111110
+1,32,17,89,1111001111111110111011111011000111111111111111111111001101111111111111111111111111111111111111111111
+1,32,18,81,0101101111011110111011111011101110111111111011111111011111101101111111111110110111111001111011111110
+1,33,0,86,0101001111111111011111111111100111111111111111111111001111111111011111111111111111111111000011111111
+1,33,1,86,1111001111111110111011111011000111111111111111011111011101101111111111111111111111111101111111111110
+1,33,2,86,0111000111111110111011111011010111111111110111111111001101111111111111111111111111110111111111111111
+1,33,3,84,0111000111111110111011111011010111111111110111111111001101111111111111111011101111110111111111111111
+1,33,4,86,0111001111111110111011111111100111111111011111111111011011111111011111111111111111111111010011111111
+1,33,5,82,1101001111111111111001111111000011111111011111111111011101111011111111111111111111111100011011111110
+1,33,6,85,1111001111111111111011111111100111111111011111111111001111111111011111111111111111111010010011111110
+1,33,7,81,0101001111111111110011111011100111010111111111111111011111111111011111111111111111111101010010111110
+1,33,8,86,0101101101011111111011111111101111111111111111111111001111111111011111111111111111111111010011111110
+1,33,9,81,0101001111111011111011110111100111111111111111110111011011111101011111111111111111111101010011111110
+1,33,10,87,0101001111111110111011111111100111111111111111111111011111111111111111111111111111111101011011111110
+1,33,11,85,1111001111111111111011111111000011111111111111111111001101111011011111111111111111111111010011111111
+1,33,12,83,0101001111111111111011011111100111111111111111111111011111111101011111111111111111111100010011111110
+1,33,13,87,1101101111111111111011110111101111111111011111111111011111111111011111111111111111111101010011111110
+1,33,14,88,0111000111111110111011111111010111111111110111111111011101111111111111111111111111110111111111111111
+1,33,15,81,0111001111111110111011111011000110111111011111111111000101111111011111111111011111111111011011111111
+1,33,16,85,0101001011111111111011111111100011111111111111111111001111111111011111111111111111111101011111111110
+1,33,17,85,1111001111110110111011111111000111111111011111111111011101111011111111111111111111111111010011111111
+1,33,18,81,0101100111011110111011111011111110111111110111111111011111101101111111111110110111111001111011111110
+1,34,0,87,0111001111111110111011111011100111111111111111111111011111111111111111111111111111111101011011111110
+1,34,1,85,1101001111111111111011111111000111111011111111011111011101101111111011111111111111111101111111111110
+1,34,2,85,0111000111111110111011110011110111111111111111110111001101111111111111111111111111110111011111111111
+1,34,3,82,0101001111111011111011111111000111111111110111111111011011111101011111111111111111111101110011111110
+1,34,4,85,0111001111111110111011111111100111111111011111111111011011110111011111111111111111111111010011111111
+1,34,5,85,0101001111111110111011111111100111111111111111111111001111110111111111111111111111111101011011111110
+1,34,6,83,0111000111111110111011111011010111111111110111111111000101111111111111111011101111110111111111111111
+1,34,7,87,0111000111111110101011111111010111111111110111111111011101111111111111111111111111110111111111111111
+1,34,8,89,0101000111111111111011111111101111111111111111111111011111111111011111111111111111111101111111111110
+1,34,9,84,0111101111111110101011110111010111111111010111111111011101111111111111111111111111110111010011111111
+1,34,10,83,0101001111111111011011110111100111111111111111111111011111111111011111111111111111111100010011111110
+1,34,11,85,0101001111111111111111111111100111111111111111111111001111111101011111111111111111111111000011111110
+1,34,12,85,1101001111111111111011010111101111111111111111111111011111111111011111111111111111111100010011111110
+1,34,13,84,0101101111111111111011111111100101111111011111111111011111111101011111111111111111111101010011111110
+1,34,14,84,0111001111111010111011111111100111111111111111111111011011111111011111111111111111111101010011111110
+1,34,15,88,0101001111111110111011111111100111111111011111111111011111111111111111111111111111111111011011111111
+1,34,16,87,0101101101111111111011111111101111111111111111111111001111111111011111111111111111111111010011111110
+1,34,17,86,1101101111011111111011110111101111111111011111111111011111111111011111111111111111111101010011111110
+1,34,18,82,0101000011111110111011111011000111111111111111111111011111111111111111111011111111110101011011111111
+1,35,0,84,1111001111111110101011110111100111111111010111111111011101111111111111111111111111110111010011111111
+1,35,1,88,0101101111111110111011111111011111111111011111101111011111111111111111111111111111111111011011011111
+1,35,2,86,0111001111111110111011111111100111111111111111111111011111111111011111111111111111111101010011111110
+1,35,3,86,0111010111111110111011111011100111111111011111111111011011110111111111111111111111111111011011111111
+1,35,4,84,0101101111011111111011110111101111111111011111111111011111111111011111111101111111111101010011111110
+1,35,5,87,1101101101111111111011111111101111111111111111111111001111111111011111110111111111111111010011111110
+1,35,6,85,0101001111111110111011111111100111111111111111111111001111110111111111111111111111111101011011111110
+1,35,7,90,0101000111111111111011111111101111111111111111111111111111111111011111111111111111111101111111111110
+1,35,8,85,0101001111111110111011111101100111111111011111111111011111111111011111111111111111111101001111111111
+1,35,9,90,0101000111111111111011111111101111111111111111111111011111111111111111111111111111111111111011111110
+1,35,10,87,0110001111111111111011111111110111111111110111111111001101111111111111111111001111111111111111111110
+1,35,11,86,1101000111111110111011111011101111111111111111111111011110111111011111111111111111111101111111101110
+1,35,12,86,0111000111111110111011110011110111111111111111111111001111111111111111111111111111110101011111111111
+1,35,13,85,0111001111111110111011111011100111111111111111110111011101111111101111111111111111111111011011111110
+1,35,14,89,0111001111111110101011111111010111111111110111111111011111111111111111111111111111111101111111111111
+1,35,15,83,0101000111111110111011111111100111111111111111111111001101110111111111111111111111110111011011111110
+1,35,16,84,0011001111111110111011111111000111111011111111101111011011110111011111111111111111111111011111111111
+1,35,17,82,1101001111111111111011111111100011111111011111011111011101101111111011111111111111111100110011111110
+1,35,18,86,0111001111111110111011111111100111111111110111111111001111111101011111111111111111110111111111111110
+1,36,0,88,0101001111111110111011111111100111111111111111111111001111111111111111111111111111111111111011111110
+1,36,1,86,0101000111111111111011111111101111111011111111111111011111110111111111111111111111111101011011111110
+1,36,2,87,0101001111111111111011111111100111111111110111111111011111111101011111111111111111111111111011111110
+1,36,3,89,0111000111111110111011111111101111111111111111111111001111111111111111111111111111110111111111111110
+1,36,4,84,0101101101111110111011111111101111111111011111111111001111111111011111110111111111111111010011111110
+1,36,5,85,1111001111111111111011110011000111111111111111110111011101111111101111111111111111111111011011111110
+1,36,6,81,1101001111111110101011110111100111011111010111111110011101111111111111111111111111111111000011111111
+1,36,7,84,0101000111111111101111111111010111111111110111111111011101111111111111111111111111100111010011111111
+1,36,8,87,0101101111111110111011111111101111111111011111101111011111111111111111111111111111111101011011011111
+1,36,9,86,1101000111111110111011111011011111111111111111111111011110111111011111111111111111111101111111101110
+1,36,10,89,0101000111111111111011111111101111111111111111101111011111111111111111111111111111111111111011111110
+1,36,11,86,0101000111111110111011111111100111111111111111111111001111110111111111111111111111111111011011111111
+1,36,12,83,0110001111111111101011111111010111111111110111111111001101111111111111111101001111111111110111111110
+1,36,13,86,0000000111111111111111111111110111111111111111111111011101111111111111111111011111111111001011111111
+1,36,14,87,1101001101111111111011111111111111111111110111111111011111111111011111110111111111111111110001111110
+1,36,15,88,0111101111111110101011111111000111111111111111111111001111111111111111111111111111111101011111111111
+1,36,16,90,0101001111110111111011111111101111111111111111111111011111111111111111111111111111111111101011111111
+1,36,17,85,0111000111111110101010111111010111111111110111111111011111111111111111111111111111111101111111111010
+1,36,18,86,0101001111111111111011111111110111111111010111111111001101111111111111111111001111111111111111111110
+1,37,0,89,0101011101111111111011111111111111111111111111111111001111111111111111110111111111111111111001111110
+1,37,1,88,1111000111111110111011111111101111111111110111111111011111111111011111111111111111110111110111111110
+1,37,2,86,0101000111111111111011111111001111111111111111111111001111111111111111111110101111110111111111111110
+1,37,3,86,0111001111111110111011111111110111111111010111111111001101111111111011111111011111111111111111111110
+1,37,4,84,0101000101111110111011111111101111111011011111111111011111111111111111111111111111111101011011111110
+1,37,5,86,0101101111111111111011111111101111111111111111111111001111110111011111110111111111111111010011111110
+1,37,6,86,0101001111111111111011111111100111111111101111111111001111111101011111111111111111111111111011111110
+1,37,7,87,0101001110111110111011111111100111111111110111111111011111111111111111111111111111111111111011111110
+1,37,8,87,1101101111110111111011111111101111111111011111111111011110111111111111111111111111111101001011011111
+1,37,9,91,0101001111111110111111111111101111111111111111101111011111111111111111111111111111111111111011111111
+1,37,10,91,1101101111111110111011111011011111111111111111111111011111111111011111111111111111111101111111111111
+1,37,11,81,0111000111111110101011011111000111111111111111111111001110111111111111111111111011111101011111101110
+1,37,12,89,0111001111111110111011111111000111111111111111111111011111111101111111111111111111111111111011111111
+1,37,13,86,0101101111111111101111111111100111111111110111111111001111111111011111111111101111111101011111111110
+1,37,14,89,0101101111111111111011111111110111111111110111111111001101111111111111111111111111111101111111111110
+1,37,15,85,0111001111111110101011111111010111111111011111111111001111110111111111111111001111111111011111111111
+1,37,16,88,1101101111111110111011111111011111111111111111111111011110111111011101111111111111111101111111101110
+1,37,17,81,0101000101111110111011111011101111111111011111111111001111111111011111110111111111111111010011111110
+1,37,18,87,0111001111111110111011111111100111111111110111111111001111111101011111111111111111111111111111111110
+1,38,0,85,0101000111111111111011111111001111111111111111111111001111111111111111111111001111110111111011111110
+1,38,1,87,0111001111111110111011111111000111111111111111111111011111111101111111111010111111111111111011111111
+1,38,2,88,1101101101111110111011111111011111111111111111111111011111111111011111110111111111111101111111101110
+1,38,3,89,0101011111111111111011111111111111111111111111111111001110111111111111111111111111111101111001111110
+1,38,4,90,0101101111111111111011111111111111111111110111111111011101111011111111111111111111111101101111111111
+1,38,5,86,1111101111110111111011111111100111111111011111111111001110111111111111111111111111111101011011011110
+1,38,6,86,0101011101111110111011111111110111111111111111111111001111111011111111110111111111101111111001111111
+1,38,7,87,0111001111111111101011111111011111111111011111111111001111110111111111111111001111111111111111111110
+1,38,8,84,0111001111111110111011111101100111111111110111111111001111111101011111111110111111110111111111111110
+1,38,9,89,1111000111111110111011111111101111111111110111111111011111111111011111111111111111111111110111111110
+1,38,10,91,0101001111111110111111111111101111111111111111101111011111111111111111111111111111111111111011111111
+1,38,11,90,0101001101111110111111111111101111111111111111101111011111111111111111111111111111111111111011111111
+1,38,12,88,0111001111111110111011111111110111111111110111111111001101111101111111111111111111111111111111111110
+1,38,13,85,0111001111111110111011111111110111111111010111111111001111101111011011111111011111111111111111111110
+1,38,14,85,1101101111110111111011111111101111111111011111110101011110111111111111111111111111111101001011011111
+1,38,15,85,1100101111110111111011111111101111111111011111111101011110111111111111111111111111111101001011011111
+1,38,16,86,1101001111111111111011111011000111111111111111111111001111111111011111111111111011111101111011111111
+1,38,17,89,1101001111111110111011111011111111111111101111111111011111111101011111111111111111111111111111111110
+1,38,18,87,1101101111111110111010111111100111111111111111111111001111111101111111111111111111111111001011111111
+1,39,0,91,0111001111111110111111111111111111111111110111111111011101111101111111111111111111111111111111111110
+1,39,1,86,0101001101111110111011111111100111111111111111101111001111111111101111111111111111111111111011111111
+1,39,2,89,0101011111111111111011111111111111111111111111111111001110111111111111111111111111111101111001111110
+1,39,3,89,0101011111111111111111111111111111111111111111111111001110111111111111111111111111111101111001111100
+1,39,4,89,0101001111111110111011111111101111111111111111101111011111111111111111111110111111111111111011111111
+1,39,5,87,0111001111111110111111111111000111111111111111101111011111111101111111111010111111111111111011111111
+1,39,6,86,1110000111110110111011111111101111111111110111111101011111111111011111111111111111111101111111111110
+1,39,7,87,1101101111111111111111111111101111111111011111111111011110111111111111111111111111011111000011011110
+1,39,8,88,0101001101111110111011111111101111111111111111101111001111111111111111111111111111111111111011111111
+1,39,9,88,1101101111111100111110111111100111111111111111111111011111111101111111111111111111111111001011111111
+1,39,10,86,0101111101111110111011111111110111111111111111111111011111111011111111110111111111101111101001111011
+1,39,11,89,0101001111111111111011111111111111111111110111111111001101111011111111111111111111111101111111111111
+1,39,12,86,0101001111111111111010111111111111111111011111111111001111111111111111111111101111111111001011111110
+1,39,13,86,1011101111111110101011111111000111111111111111111111001111110101111111111111011111111111111011111111
+1,39,14,89,0101011111111111111011111111111111111111111111111111001110111111111111111111111111111101111001111110
+1,39,15,88,0101011111111111111011111111111011111111111111111111001110111111111111111111111111111101111001111110
+1,39,16,83,0111001111110111111011101111100111111111011111111111001110111111111111111111111111111101011011011110
+1,39,17,88,1111101111111111101011111111011111111111011111111111001111110111111111111111001111111101111111111110
+1,39,18,90,0111011111111111111011111111011111111111111111111111001111111111111111111111101111111111111001111110
+1,40,0,84,0001001111101111101011111111111111111111110111111111001110111011111111111111011111111101111111111110
+1,40,1,86,0101001111111111111011111111111111111111011111111011001101110111111111101111111111011101111111111111
+1,40,2,85,1101101111111110111011111111101111011111011111111111011111111111111111110111111111011111001011111010
+1,40,3,87,0101111101111111111111111111110111111111111111111111011110111011111111111111111111101111100001011111
+1,40,4,90,0101001111111111111111111111111111111111110111111111001101111011111111111111111111111101111111111111
+1,40,5,88,0101001111111111111011111111111111111111110111111111001101110011111111111111111111111101111111111111
+1,40,6,87,0101001111111110111111101111101110111111111111101111011111111111111111111110111111011111111011111111
+1,40,7,86,1101101111111111111010111111101111111111011111111111011110111111111111111111111111111111000011011110
+1,40,8,85,0011011111111111101011111111001111111111111111111101001110111101111111111111111111111101111011111110
+1,40,9,88,1101101111111110111011111111110111111111011111111111001111110111111111111111011111111111111001111111
+1,40,10,88,0101001111011110111011111111101111111111111111101111011111111111111111111110111111111111111011111111
+1,40,11,87,0101001101111110111011111111101111111111111111101101001111111111111111111111111111111111111011111111
+1,40,12,92,0111001111111111111111111111011111111111111111111111011111111101111111111111011111111111111111111110
+1,40,13,87,0111011110111110111011111111111111111111110111111111001101111111111111111111101111111111111001111110
+1,40,14,91,0111001111111110111111111111111111111111110111111111001101111101111111111111111111111111111111111111
+1,40,15,87,0101001111111111111011111111110111111111110111111111011101111011111111111111111111110101111111111110
+1,40,16,88,0101001111111111111111111111111111111111111111111111001110111111111111111111111111111101111000111101
+1,40,17,89,0101011111111111111011111111111111111111110111111111001101111011111111111111111111111101111111111110
+1,40,18,89,0111001101111110111011111111101111111111111111111111011111111101111111111111111111111111111011111110
+1,41,0,89,0101001101111110111011111111101111111111111111111111011111111101111111111111111111111111111011111111
+1,41,1,86,0111001101110110111011111111101111111111111111101101001111111111111111111111111111111111111011111110
+1,41,2,85,0111001110111110111011111111111111110111110111111111001101110111111111111111101111111111111011111110
+1,41,3,88,0101011111111111111011111111111111111011110111111111001101111011111111111111111111111101111101111111
+1,41,4,88,0111001101011110111011111111101111111111111111111111011111111101111111111111111111111111111011111110
+1,41,5,89,0101001111111110111011111111101111111111111111101111011111111111111111111110111111111111111011111111
+1,41,6,88,0101001111111111111111111111111111111111101111111101001110111111111111111111111111111111111010111101
+1,41,7,86,0101001101111110111011111111101111111111111111101111001111111111111111111111111111111101111001111111
+1,41,8,91,0111001111111111111111111111011111111111111111111111011111111101111111111111011111111011111111111110
+1,41,9,86,0111001101111110111011011111101111111111111111111110011111111101111011111111111111111111111011111110
+1,41,10,86,0101001111111110111111111111100110111111111111101110011011111111111111111110111111111111111011111111
+1,41,11,84,0101001101111110111011101111101111111110111111101101001111111111111111111111111111011111111011111111
+1,41,12,86,0101001101111110111011111111101111111111111111101111001111111101111111111111111111111111111011111110
+1,41,13,93,0111001111101110111111111111110111111111110111111111111111111111111111111111111111111111111111111111
+1,41,14,88,0111001111111110111111101111011111110111111110111111011111111111111111111111011111111111111011111110
+1,41,15,89,0101001111111111111111111111101110111111111111101111011111111101111111111110111111011111111111111111
+1,41,16,86,0111001110111110111011111111111111111111110111111111001101111111111111111111101111111111111001111110
+1,41,17,89,1101111111111110111011111111110111111111011111111111001111110111111111111111011111111111111001111111
+1,41,18,88,0101001111111111111011111111111111111111110111111111001101110011111111111111111111111101111111111111
+1,42,0,89,0111001110111110111011111111111111111111110111111111011111111111111111111111101111111111111011111110
+1,42,1,90,0111001111101110111111111111110111111111110111111111101101111111111111111111111111111111111101111111
+1,42,2,87,0111001111111111111111111111011111111111101111111111001110111101111111111111011111111011111011111110
+1,42,3,92,0101001111111111111111111111111111111111111111111101011111111111111111111111111111111111111110111101
+1,42,4,89,0101001111111111111111111111101110111111111111101111011111111101111110111111111111011111111111111111
+1,42,5,89,0101001111111111111111111111111111111111110111111111001101111011111111111110111111111101111111111111
+1,42,6,90,0111001111111111111111111111011111111111111111111111011111111101111111111110011111011011111111111111
+1,42,7,89,0101001111111111111111111111101110111111111111101111011111111101111111111111111111011111111111111110
+1,42,8,90,0011001111110110111111111111011111111111111111111111011111111101111111111111111111111111111111111110
+1,42,9,84,0111001101111111111011111111101111111111111111101101001111111111011111111111011110111011111011111110
+1,42,10,87,0101001111111111111111111111101110111111011111101111011111111101111111111110111111011111111111111101
+1,42,11,89,0101001111111111111111111111111111111111101111111101001110111111111111111111111111111111111010111111
+1,42,12,88,0101101101111110111011111111101111101111111111111111001111111111111111111110111111111111111011111111
+1,42,13,85,1101011011110110111011111111010111111111011111111111011111110101111111111111011111111111111001111111
+1,42,14,91,0111001111111110111111111111111111111111101111111111101111111111111111111111111111111111111010111101
+1,42,15,90,0101001111101111111111111111110111111111110111111101011110111111111111111111111111111111111111111111
+1,42,16,83,0111001111111110111011111111001111111111111111111111001111111101111111110111011111110001111011111110
+1,42,17,92,1101001101111111111111111111111111111111111011101111011111111111111111111111111111111111111101111111
+1,42,18,93,0111001111101111111111111111011111111111111111111111111111111111111111111111111111111011111111111110
+1,43,0,87,0111001111101111111111111111011111111111101111111111001110111101111111111111011111111111111011111110
+1,43,1,88,0011001111110110111111111111011111111111111111111111011111111101111111111111111011111011111111111110
+1,43,2,88,0111001111111110111111011101110111111111110111111111011111111100111111111111011111111111111111111111
+1,43,3,89,0111001111111110111111011101110111111111110111111111011111111101111111111111011111111111111111111111
+1,43,4,87,0101001111101111011111111111110111111111110111111101011110111111111111011111111111111111111111101111
+1,43,5,87,0101001111111111111111111111101110111111111111101111011111111101111101111111111111011101111111111110
+1,43,6,89,0011001111110110111111111111011111111101111111111111011111111111111111111111111111111111111111111100
+1,43,7,91,0101001111111111111111111111111111111111111111111101011111111100111111111111111111111111111110111111
+1,43,8,88,0101001111111110111111111111111111111111110111111111011111111011111011111110111111111101111110111111
+1,43,9,90,0111001111111111111111111111111111111111101111111011101100111111111111111111111111111111111011111101
+1,43,10,87,0111001110111110111111111111111111111111100101111111101111111111111111111111101111111111111010111101
+1,43,11,92,0111011111111110111011111111111111111111111111111111011111011111111111111111111111111111111011111110
+1,43,12,92,0111001111101111111111111111010111111111111111111111111111111111111111111111111111111011111111111110
+1,43,13,92,0111001111101110111111111111111111111111110111111111101111111111111111111111111111111111111101111111
+1,43,14,88,0101001111111110111111111111111111111111101011101111001111111111111111111111111011111111111111111101
+1,43,15,95,1111001101111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+1,43,16,92,1101001101111111111111111111111111111111111011101111011110111111111111111111111111111111111111111111
+1,43,17,90,0101001111101111111111111111110111111111110111111101011111111111111111111111111111111111111101111111
+1,43,18,89,0111001111111111111111111111111111111111101111111101001110111111111111111111111111111011111011011111
+1,44,0,86,0100001101101111111111111111011111111111110011101101011110111111111111111111111111111111111111111111
+1,44,1,94,1101001111111111111111111111110111111111111111111111011111111111111111111111111111111111111101111111
+1,44,2,91,0101001111101110111111111111111111111111110111111111101111111111110111111111111111111111111111111111
+1,44,3,92,0111001111101111111111111111011111111111111111111111111111111111111111111111111111111111111100111110
+1,44,4,88,1111001101111110111101111111111111111111101011101111011111111111111111111111111011111111111101111101
+1,44,5,93,0101001111111111111111111111111111111111111111111111101111111111111111111111111011111111111011111111
+1,44,6,89,0111001111101110111111111111110111111111110111111101011111111111111111111111111111111111111001111111
+1,44,7,94,0101011111111111111011111111111111111111111111111111011111111111111111111111111111111111111111111110
+1,44,8,91,1101001101111111111111111111111111111111111011101111011110111101111111111111111111111111111111111111
+1,44,9,91,0101001111111111111111111111111111111111111111111101011111111110111111111111111111111111101110111111
+1,44,10,94,0101101111111111111111111111111111111111111011101111011111111111111111111111111111111111111111111111
+1,44,11,88,1101001101101111111111111111010111111111111111101111111110110111111111111111111111111011111111111110
+1,44,12,86,0101001111111110111111111111011111111111101011101111011111111111111111111111111111111111011110111100
+1,44,13,91,0101001111101111111111111111111111111111111111111111101111111111110111111111111011111111111111111110
+1,44,14,89,0111001111111110111111111111011111111101111111111111011111111011111011111111111111111111111111111100
+1,44,15,87,0001001111110110111111111111111101111111110111111111011111111111111111111110111111111101111110111111
+1,44,16,91,0111001111111110111011111111010111111111111111111111011111111111111111111111111111111111111111111110
+1,44,17,91,0111011101101111111111111110111111111111111111111111111111011111111111111111111111111011111011111110
+1,44,18,86,0011001111111110111111111111111111111111101101111111101111110111110111111111101111111111111010111101
+1,45,0,87,0001001111110110111111111111111101111111111111111111011111111111111111111111111111111101111100111101
+1,45,1,91,0111001111101111111111111111011111111111110111111111111111111111111111111110111111111111111110111110
+1,45,2,90,0101011101101111111111111110111111111111111011111111111111011111111111111111111111111011111111111110
+1,45,3,93,1111001101111111111111111111111111111111111111101111011110111111111111111111111111111111111011111111
+1,45,4,84,0101001101111111111111111111011111111101101111111111001111111011111011110111111011111111111011111101
+1,45,5,95,0111001111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+1,45,6,94,1101011111111111111011111111110111111111111111111111011111111111101111111111111111111111111111111111
+1,45,7,94,0101101111111111111111111111111111111111111111111111011111111111111111111111111111111111111101111110
+1,45,8,92,0101011111101111111111111110101111111111111111111111111111111111111111111111111111111011111111111110
+1,45,9,89,0111011101111111111011111101111111111111111111111111011111011111111111111111111110111011111011111110
+1,45,10,94,0101001111101110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,45,11,90,0101011111111111111011111111111111111111110111111111001111111111110111111111111111110111111111111110
+1,45,12,93,0101011111111111111011111111111111111111111111111111011111111111111111101111111111111111111111111110
+1,45,13,91,0101001111101110111111111111111111111111110111111111101111111111110111111111111111111111111111111111
+1,45,14,92,0101011111101111111011111111111111111111111111111111111111111111110111111111111011111111111111111110
+1,45,15,92,0101001111111111111110111111111111111111111111111111001111111111111111111111111111111111111111111110
+1,45,16,89,0111001111101110111111101111110111111111110111111101111111111111111111111111111111111111111001111111
+1,45,17,94,1101001111111111111111111111110111111111111111111111011111111111111111111111111111111111111101111111
+1,45,18,95,0111001111111111111111111111111111111111111111111111111111111111111011111111111111111111111011111111
+1,46,0,94,0111001111111111111111111111111111111111111111111111011111111111111011111111111111111111111111111110
+1,46,1,93,0101011111111111111011111111111111111111111101111111111111111111111111101111111111111111111011111111
+1,46,2,95,1101001111101110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,46,3,92,0101001111111111111111111111100111111111111111111111011111111111111111111111111111111111111101111111
+1,46,4,88,0101001101111111111011111101111111111011111111111111011111111111111111111111111110111011111111111110
+1,46,5,89,0111011111100110111111111111111111111111110111111111101111011111110111111111111111111111011011111111
+1,46,6,87,0111001111101110111111101111110111111111110111111101111111111111111111111110111111111111111001111110
+1,46,7,92,0111001111101111111111111111011111111111110111111111111111111111111111111110111111111111111110111111
+1,46,8,95,1111001111111110111111111111111111111111110111111111111111111111110111111111111111111111111111111111
+1,46,9,92,0101001111101110111111111111111111111111111111111111101111111111111111111111111111111111111111111110
+1,46,10,97,1101001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,46,11,91,1101001111101110111111111111110111111111111111110111011111111111111111111111111111111111111101111111
+1,46,12,93,0111001111111111111111111111111111111111111110111111011111111111111011111111111111111111111011111111
+1,46,13,95,1101001111111111111111111111111111101111111111111111111111111111111111111111111111111111111101111111
+1,46,14,92,0111001111111111111111111111111111111111111111111111011111111111011011111111111111111111111001111111
+1,46,15,96,1101001111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111
+1,46,16,92,0101001111111111111111111111110111111111111111111111111111111111111111111111111111111011111100111111
+1,46,17,88,1101011101101111111111011110111111111111111011111111011111011110111111111111111111111111011111111110
+1,46,18,95,1101001111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111110
+1,47,0,89,1101011101101111111111111111111101110111111011111111111111011110111111111111111111111111011111111110
+1,47,1,94,1101001111111111111111011110111111111111111111111111011111111111111111111111111111111111111111111111
+1,47,2,94,0101001111111111111111111111100111111111111111111111111111111111111111111111111111111111111111111111
+1,47,3,94,1101001111111111111111111111110111111111111111111111011111111111111111111111111111111111111101111111
+1,47,4,94,1101001111111111111111111011111111111111101111111111111111111111111111111111111111111101111111111111
+1,47,5,92,1101011111111111111011111111111111101111111101111111111111111111111111101111111111111111111001111111
+1,47,6,91,0101011111101110111011111111111111111111111111111111011111111111101111111111111111111111111101111111
+1,47,7,97,1101101111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111
+1,47,8,94,1111001111111111111011111111111111111111111111111111011111111011111111111111111111111111111111111110
+1,47,9,93,0101001111111111111111111111111111111111111111111111110111111111111011111111111111111101111111111111
+1,47,10,97,1101001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,47,11,92,0101001111111111111111111111100111111111111111111111011111111111111111111111111111111111111101111111
+1,47,12,95,1101001111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111110
+1,47,13,95,1101001111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111110
+1,47,14,96,1101001111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,47,15,94,1101001111111111111111111111111111101111111111111111011111111111111111111111111111111111111111111110
+1,47,16,93,0101001111111101111111111111111111111111111111111111011111111111111111111111111111111111111111111110
+1,47,17,93,1101111111111111111011111111110111111111111111111111011111111111101111111111101111111111111101111111
+1,47,18,94,1101001111111111111111111111111111101111111111111111111111111111111011111111111111111111111101111111
+1,48,0,92,0101101111111111111111111111100111111111111111111111011111111111111111111111111111111111111001111111
+1,48,1,95,1101001111111111111111111111110111111111111111111111111111111111111111111110111111111111111111111111
+1,48,2,97,1111101111111111111111111111110111111111111111111111011111111111111111111111111111111111111111111111
+1,48,3,96,1101001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+1,48,4,92,0101001111111111111111011111111111111111111111111110011111111111111111111011111111111111111111111111
+1,48,5,95,1101001111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110
+1,48,6,97,1101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+1,48,7,95,1101001111111111111111111111110111111111111111111111011111111111111111111111111111111111111111111111
+1,48,8,96,1101001111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111
+1,48,9,92,0101001111011111111111111111100111111111111111111111111111111111111111111111111111111111111111111110
+1,48,10,92,0101001111111111111111111111100111111111111111111111011111111111111111111111111111111111111101111111
+1,48,11,95,1101101110111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111
+1,48,12,89,0101000111101110111011111111101111111111111111111111011111111111111111111111111111111111111101111111
+1,48,13,94,0101011111111111111111111111110111111111111111111111111111111111101111111111111101111111111111111111
+1,48,14,95,0111011111111111111111111111110111111111111111111111111111111111111111111111111111111111111001111111
+1,48,15,95,1100101111111111111111111111111111111111111111111111011111111111011111111111111111111111111111111111
+1,48,16,93,1101001111111111111111011011110111111111111111111111011111111111111111111111111111111111111111111111
+1,48,17,96,1101101111111111111111111110111111111111111111111111111111111111111111111111111111111011111111111111
+1,48,18,95,1101001111111111111111111111101111111111111111111111011111111111111111111111111111111111111111111111
+1,49,0,90,0101011011111111111111101111110011111111111111111111111011111111101111111111111101111111111111111111
+1,49,1,95,1101001111111111111111111111101111111111111111111111011111111111111111111111111111111111111111111111
+1,49,2,95,1101001111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110
+1,49,3,96,1101101111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111110
+1,49,4,94,1101001111111111111111111111110111111111101111111111111111111111111111111111111111111111111111111110
+1,49,5,98,1101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,49,6,96,1111101111111111111111111111111111101111111101111111111111111111111111111111111111111110111111111111
+1,49,7,93,1101001111111111111111111111110111111111111111111111011111111111111111111101111111111111111111111110
+1,49,8,93,1101101111101111111111111111110111111111111111111010011111111111111111111111111111111111111111111111
+1,49,9,94,0111001111111111111111011111111111111111111111111111011111111111111111111011111111111111111111111111
+1,49,10,93,1101101111110111101111111111110111111111111111111111011111111111111111111111111111111111110111111111
+1,49,11,94,1111001111111111111111011011110111111111111111111111011111111111111111111111111111111111111111111111
+1,49,12,93,1101001111111111111011011111111111101111111111111111011111111111111111111111111111111111111111111111
+1,49,13,94,1101001111111111111111111011110111111111111111111111111111111111111111111111111111111111111111111110
+1,49,14,91,0101001111111111111111111111100111111111111111111110111111111110111111111111111111111111111111111110
+1,49,15,95,1101001111111111111111111111111111111111111111111111011111111111111111111111111111111111111101111111
+1,49,16,92,1101000111110111111111111111110111111111111111111111011111111111111111111111111111111101111111111111
+1,49,17,96,1111101111111111111111111111111111110111111111111111011111111101111111111111111111111111111111111111
+1,49,18,90,0111101111111111111011111111110111011111111111111111011111111111011101111111111111111111111001111111
+1,50,0,91,1101001111101111111111111111110111111111111111111010011111111111111111111111111111101111111111111111
+1,50,1,94,1111101111111111111111011011110111111111111111111111011111111111111111111111111111111111110111111111
+1,50,2,92,1101001111111111111111111001110111111111111111111111111111111111111111111101111111111111111111111110
+1,50,3,93,1111001111111111111111011011110111111111111111111111011111111111111111111111011111111111111111111111
+1,50,4,96,1101001111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111
+1,50,5,93,1101001111111111111101111111111111111111111111111111011111111111111111111111111111111111111101111110
+1,50,6,94,1111101111111011111111011111111111101111111111111111111111111111111111111111111111111110111111110111
+1,50,7,93,1111001111111111111111111011110111111111111101111111011111111111111111111111111111111111111101111111
+1,50,8,94,1101001111111111111111111111111111101111111111111111111111111111111111111110111111111111111111111110
+1,50,9,97,1101101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111
+1,50,10,95,1011001111111111111111111111111111111111111101111111111111111111111110111111111111111111111111111111
+1,50,11,92,1101101111111111111111111111101111101101111111111111011111111111111111101111111111111110111111111111
+1,50,12,93,1101001111111111111111011111111111101110111111111111011111111111111111111111111111111111111111111111
+1,50,13,95,1101101111111111111011111111111111111111111111111011111111111111111111111111111111111111111111111110
+1,50,14,96,1101101111111111111111111111111111101111111101111111111111111111111111111111111111111111111111111111
+1,50,15,97,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111110111111101111
+1,50,16,91,1101001111111111111110111111110111111111111111111111011111111111111101111101111111111111111111111110
+1,50,17,93,0111001111111111111111011111111111111111111111111101011111111111111111111011111111111111111111111111
+1,50,18,95,1101101111111111111110111111111111111110111111111111111111111111111111111111111111111111111111111110
+1,51,0,93,1111001111111111111111011011110111111111111111111111011111111111111111111111011111111111111111111111
+1,51,1,94,1111101111111111111111011011110111111111111111111111011111111111111111111111111111111111110111111111
+1,51,2,90,0111001111111111111110011011110111111111111111111111011111011111111111111011111111111111111111111111
+1,51,3,94,1111101111111101111111011111111111111111111111111101011111111111111111111111111111111111110111111111
+1,51,4,96,1101001111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111
+1,51,5,95,1101101111111111111111111010111111111111111111111111111111111111111111111111111111101111111111111111
+1,51,6,96,1111101111111111111011111111111111101111111111111111111111111111111111111111111111111111111111101111
+1,51,7,93,1101101111111111111111111111111111111111111101111111111111011111110111111111111111111110110111111111
+1,51,8,95,1111101111111111111111011111111111111111111111111111011111111111111111111111111111111110111111101111
+1,51,9,94,1101001111111111111111111111111011101110111111111111111111111111111111111111111111111111111111111111
+1,51,10,90,1101101111111111111111011111111111101110011101111101001111111111111111111111111111111111111111111111
+1,51,11,95,1101001111011111111111111111111111101111111111111111111111111111111111111111111111111111111111111111
+1,51,12,96,1101101111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110
+1,51,13,94,1101001111111111111111111111111111111111111111111011111111111111111111111110111111111111111111111110
+1,51,14,94,1111101110111111111111111111111111011111111111111111111111111111111111111111111111111110111111101110
+1,51,15,94,1101101111111111111110111111111111111110111111111111111111111111111111111111111101011111111111111111
+1,51,16,93,1111001111111111111111111011110111101111111111111111011111110111111111111111111111111111111111111111
+1,51,17,93,1101001111111111111110111111111111111111111101111111111111101111111111111111111111111111111101111111
+1,51,18,91,1011001111111111011011111111111111111111111111111011111111111111111111111111111111111111101101111110
+1,52,0,95,1101101111111111111111111111111111111111111111111011111111111111110111111111111111111111110111111111
+1,52,1,91,1101101111111111111111111010111111111111101101111111111111011111111111111111011111111110111111111111
+1,52,2,94,1001101111111111111111111111111111101111111111111111111111111111011111111111111111111111111111111110
+1,52,3,91,1111001111111111011011111111111111111111111111111011111111111111111111111011111111111111101101111110
+1,52,4,93,1111001111111111111111011011110111111111111111111101011111111111111111111111111111111111111111111111
+1,52,5,94,1111101111111101111111011111111111111111111111111111011111111111111111111111011111111111110111111111
+1,52,6,96,1101101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111101111
+1,52,7,93,1101001111011111111111111111111111101111111111111111011111111111111111111111111111111110111111111111
+1,52,8,93,1101001111011111111111111111111111101111111111111111111111111111111111111111111110101111111111111111
+1,52,9,95,1101001111011111111111111111111111101111111111111111111111111111111111111111111111111111111111111111
+1,52,10,94,1101001111111111111111011111111111101111111111111111111111111111111111111111111111111111111110111111
+1,52,11,93,1111001111011111111111111011110111111111111111111111011111111111111111111111011111111111111111111111
+1,52,12,95,1111101111111111101111111111111111111111111111111111111111111111111011111111111111111110111111101111
+1,52,13,92,1101101111111111111111011111111111011111111101111111011111111111111110111111111111111110111111111111
+1,52,14,92,1011001111111111011011111111011111111111111111111011111111111111111111111111111111111111111111111110
+1,52,15,94,1111101111111111111011111111111111101111111111111111111111111111111111111111111111111111101101101111
+1,52,16,93,1101101111111111111111111111111111111111111101111111111111011111111111111111111111111110110111101111
+1,52,17,95,1101101111111111111111111111111111101111111111111111111111111111110111111111111111111111111111111110
+1,52,18,94,1101111111111111111111011111111111111110111111111111011111111111111111111111111111111110111111101111
+1,53,0,94,1101101111111111111111011111111111111101111111111111111111111111011111111111111111101111111111111111
+1,53,1,91,1001101111111111111111111111111111101110111111111111011111111111111111111111111111111110111111101110
+1,53,2,92,1101000111011111111111111111111111111101111101111111110111111111111111111111111111111111111111111111
+1,53,3,90,1101101111111111111111001111111111001111111111111111011110111111111110111111111111111110111111111111
+1,53,4,95,1101101111111111111111111111111111111111111101111111111111011111111111111111111111111111111111101111
+1,53,5,92,1101101111111111111111011111111111111111111111111111111111111111111111111111001111111110110111101111
+1,53,6,91,1101111111111111111111011111111111111010111111111111111111110111111111111111111111111110111111100101
+1,53,7,94,1111101111111111101111111111111111111111111111111111011111111111111011111111111111111110111111101111
+1,53,8,96,1101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011110
+1,53,9,94,1101101111111111111111011111111111101111111111111111111111111111011111111111111111111111111111101111
+1,53,10,93,1111101111011111111011111111111111101111111111111111111111111111111111111111111111111111101101101111
+1,53,11,93,1101001111111111111111111111101111101111101111111111111111111111111111111111111111111110111111111111
+1,53,12,91,1111101111111101111110011111111111111111111111111111011111111111111111111111011101111111010111111111
+1,53,13,92,1111001111110111111111011011110111111111111111111101011111111111111111111111111111111111111111111111
+1,53,14,93,1001101111111111111111111111111111101111101111111111111111111111011111111111111111111110111111111111
+1,53,15,94,1111101111111111101111111111111111111111011111111111111111111111111011111111111111111111111111101110
+1,53,16,96,1111101111111111101111111111111111101111111111111111111111111111111111111111111111111110111111111111
+1,53,17,89,1101001111011111111111111111111111111111001111101111111111111101111001111111111111111111111111101111
+1,53,18,94,1111101111111111111111111111111111111111111111111111011111111011111011111111111111111110111111101111
+1,54,0,93,1101101111111111111111011111111111111101111111111111111111111111011111111111111111101111110111111111
+1,54,1,92,1101101111111111111101011111111111111101111111111111111111111111011111111111111111101111111110111111
+1,54,2,94,1111101111111111101111111111111111101111111110111111111111111111111111111111111111111111111111011110
+1,54,3,97,1101101111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+1,54,4,91,1101000111111111111101111111111111111101111101111111111111011111011111111111111111111111111111111111
+1,54,5,92,1101101111011111111111111111111111111111111111111111110111111111110111111111111111111111111111001110
+1,54,6,94,1101101111111111111111011111111111101111111111111111111111111111011111111111111111111111111111101111
+1,54,7,97,1101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+1,54,8,93,1101101111111111101111011111111111111101111111111111111111111111011111111111111111101111111111111111
+1,54,9,95,1111101111111111111111111111111111101111111111111111111111111111111111111111111101111110111111101111
+1,54,10,95,1101101111111111111111111111111111111111111101111111110111111111111111111111111111111111111111101111
+1,54,11,92,1001101111111111111111111111111111101011101111111111111111111111011111111111111111111110111111111111
+1,54,12,96,1111101111111111101111111111111111101111111111111111111111111111111111111111111111111110111111111111
+1,54,13,92,1101101111111111101111011111111111011111111101111111111111111111111110111111111111111110111111111111
+1,54,14,90,1111101111111111101111011111111111101111111111111111011111111111111011111111111101111110111011101111
+1,54,15,96,1101101111111111111111111111111111111111111111111111111111111111011111111111111111111111111111101111
+1,54,16,92,1111101111111111101111111111111111111111110111111111011111111011111011111111111111111111111111101110
+1,54,17,96,1111101111111111111111111111111111111111011111111111111111111111111011111111111111111111111111101111
+1,54,18,94,1101101111111110111111111111111111111111111101111111111111011111111111111111111111111111111111101111
+1,55,0,92,1101101111111110111111111111111111111101001111111111111111011111111111111111111111111111111011111111
+1,55,1,90,1101101111111111101101011111111111111111111101111111111111111111011111111111011111101111111111101111
+1,55,2,95,1101101111111111111111111111111111111111111101111111111111111111011111111111111111111111111111101111
+1,55,3,95,1101101111111111111111110111111111111111111111111111110111111111111111111111111111111111111111101111
+1,55,4,97,1101101111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111
+1,55,5,93,1101101111111111111111111111111111111111111101111111110111111011111111111111111111111110111111101111
+1,55,6,94,1111101111111111111111111111101111101111111111111111111111111111111111111111111101111110111111101111
+1,55,7,96,1111101111111111101111111111111111101111111111111111111111111111111111111111111111111110111111111111
+1,55,8,93,1101101111111111111111111111111111111111111101111111111111001111111111111111111111111111111111001111
+1,55,9,94,1101101111111110111111111111111111111111111101111111111111011111111111111111111111111111111111101111
+1,55,10,95,1101101111111111111111111111111111111111111111111111110111101111111111111111111111111111111111101111
+1,55,11,91,1101101111011111111111111111111111111111111101111111110111111111110111111111111111111111111111001110
+1,55,12,94,1101101111111111111111111111111111111111111101111111110111101111111111111111111111111111111111101111
+1,55,13,94,1101101111111111111111111111111111111111111101111111111111001111111111111111111111111111111111101111
+1,55,14,95,1111101111111111001111111111111111101111111111111111111111111111111111111111111111111110111111111111
+1,55,15,93,1101101111111110111111111111111111111111111101111111011111011111111111111111111111111111111111101111
+1,55,16,96,1101101111111111111111111111111111111111111101111111111111111111111111111111111111111111101111111111
+1,55,17,95,1101101111111111111111111111111111111111111111111111110111111111111111111111111111111111111111101110
+1,55,18,96,1111101111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111010
+1,56,0,96,1101101111111111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,56,1,96,1101101111111111111111111111111111111111111111111111110111111111111111111111111111111111111111101111
+1,56,2,95,1101101111111111111111111111111111111111111101111111111111111111011111111111111111111111101111111111
+1,56,3,94,1101101110111111111111111110111111111111111101111111111111111111111111111111111111111111111111101111
+1,56,4,94,1101101111111110111111111111111111111111111101111111111111011111111111111111111111111111111111101111
+1,56,5,95,1101101111111111111111111111111111111111111111111111110111111111111111111111111111111111111111101110
+1,56,6,91,1101101111111110111111111111111111111111111101111111011110011111111111111111111111111111111111001111
+1,56,7,94,1101101111111111111111111111111111111111111101111111111111001111111111111111111111111111111111101111
+1,56,8,96,1101101111111111111111111111111111111111111111111111110111101111111111111111111111111111111111111111
+1,56,9,94,1111101111111111101111111111111111111111111111111111111111111111111111111111111111111111111110101010
+1,56,10,92,1100101111111111111111111111111111111111111101111111111111001111111111111111111111111111111111001111
+1,56,11,93,1101101111111111111111111111111111111111111101111111110111001111111111111111111111111111111111101111
+1,56,12,96,1111101111111111101111111111111111101111111111111111111111111111111111111111111111111110111111111111
+1,56,13,94,1111101111111111001111111111011111101111111111111111111111111111111111111111111111111110111111111111
+1,56,14,92,1101101111111111111111111111111111101111111101111111111111001111101111111111111111111111111101111111
+1,56,15,96,1111101111111111101111111111111111111111111111111111111111111111111111111111111111111110111111101111
+1,56,16,94,1111101111111111111111111111111111111111111101111111111111111111001111111111101111111111111111101111
+1,56,17,93,1101101111111111001111111111111111101111111011111111111111111111111111111111111111111110111111111111
+1,56,18,95,1101101111111111111111111111111111111111111111111111110111111111111111111111111101111111111111101111
+1,57,0,94,1101101111111111111111110111111111111111111111101111111111011111111111111111110111111111111111111111
+1,57,1,93,1101101110111110111111111111111111111111111101111111111111111111111111111111111111111111111011101111
+1,57,2,97,1111101111111111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,57,3,93,1101101111111111001111111111011111101111111111111111111111111111111111111111111111111110111111111111
+1,57,4,94,1101101111111111111111111111111111101111111101111111111111001111111111111111111111111111111111111111
+1,57,5,92,1101101111111111111111111111111111111111111101111111111111001111101111111111111111111111111101101111
+1,57,6,93,1111101110111111101111111110111111111111111101111111111111111111111111111111111101111111111111101111
+1,57,7,94,1101101111111111111111111111111111110111111111111111111011111111111111111111111111111110111111101111
+1,57,8,92,1111101111111111101111111111101111111111101001111111111111111111111111111111111111111110111111101111
+1,57,9,91,1101101111111111111111111111111110111111111111111111110111101111111101111111111101111111111111101110
+1,57,10,95,1101101111111110111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,57,11,96,1101101111111111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,57,12,95,1111101111111111101111111111011111111111111111111111110111111111111111111111111111111111111111111101
+1,57,13,91,1101101111111111011111110111111111101111111111111111011111111111110111111111111111111110111111101111
+1,57,14,94,1100101111111111101111111111111111111111111011101111111111111111111111111111111111111111111111111111
+1,57,15,93,1101101111111111011111110111111111101111110111111111111111111111111111111111111111111110111111111111
+1,57,16,95,1101101111111111111111111111111111111111111101111111111111111111011111111111111111111111101111111111
+1,57,17,93,1111101111111111101111111111111111111111111110111111111111111111111111111111111111111111111110101010
+1,57,18,96,1111101111111111101111111111111111111111111111111111111111111111111111111111111111101111111111101111
+1,58,0,93,1101101111111111101111111111011111111111111111111111110111111111111111111111111111111110111111111101
+1,58,1,95,1111101111111111001111111111011111101111111111111111111111111111111111111111111111111111111111111111
+1,58,2,92,1111101111111110101111111110111111101111111101101111111111111111111111111111111101111111111111111111
+1,58,3,93,1101101110111111111111110111111111111111111111111111111111111111111111111111111111111111011011101111
+1,58,4,93,1101101111111111111111111111111111111111011101111111111111111111011111111111111111111011101111111111
+1,58,5,94,1101100111111111111111111111111111111111111101111111111111111111011111111111111111111111101111111111
+1,58,6,97,1111101111111111101111111111111111111111111111101111111111111111111111111111111111111111111111111111
+1,58,7,93,1100101111111111101111111111111111111111111011111111111111111111111111111111111111101111111111101111
+1,58,8,95,1111101111111111111111110111111111111111111111101111111111111111011111111111111111101111111111111111
+1,58,9,96,1111101111111111101111111111111111111111110111111111111111111111111111111111111111111111111111101111
+1,58,10,96,1111101111111111101111111111111111111111111111111111111111111111111111111111111111101111111111101111
+1,58,11,96,1111101111111111101111111111111111111111111111111111111111111111111111111111111111101111111111101111
+1,58,12,94,1111101111111111111111111111011111110111111111111111111011111111111111111111111111111110111111101111
+1,58,13,95,1101101111111111101111111111111111111111111111111111110111111111111111111111111111111111111111111101
+1,58,14,96,1100111111111111101111111111111111111111111011111111111111111111111111111111111111111111111111111111
+1,58,15,93,1111101111110111101111111111011111111111111111101111110111111111111111111111111111111111111111111101
+1,58,16,94,1101101111111110111111110111111111111111111111101111111111111111111111111111111111111110111111111111
+1,58,17,92,1101101110111111111111111111111111111111111101111111111111111111111111111111111111011111111011100111
+1,58,18,95,1101101111111111101111111111111111111111111111111111110111111111111111111111111111111111111111111101
+1,59,0,92,1100101111111111001111111111011111101111111011111111111111111111111111111111111111111111111111111111
+1,59,1,99,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,2,89,1111101111110111101101111111111111111111111111111111110111110111111111011111111111101111111111001011
+1,59,3,95,1111101111111111101111111111011111111111111111101111111111111111111111111111111111111111111111111101
+1,59,4,96,1111101111111111111111110111111111111111111111101111111111111111011111111111111111111111111111111111
+1,59,5,92,1110101111111111111111111111011111111111111101111111111111111111011111111111111111100111101111111111
+1,59,6,93,1101101111110111101111010111111111111111111111101111111111111111111111111111111111111111111111111111
+1,59,7,90,0111101111111110100111111111011111111111111111101111110111111111111111111111111111111110111111111101
+1,59,8,93,1101101111111111111111111111011111111111111101111111110111111111111111111111111111111111101111111101
+1,59,9,92,1101100111111111101111111111111111111111111101111101111111111111011111111111111011111111111111111111
+1,59,10,92,1111101111111111101111111111011111111111111101101011111111111111011111111111111111111111101111111111
+1,59,11,97,1111101111111110101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,12,96,1101101111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111101
+1,59,13,95,1111101111111111101111111111111111111111111111111111110111111111111111111111111111101111111111101111
+1,59,14,93,1111101111111111111111110111011111110111111111101111111111111111011111111111111111111111101111111111
+1,59,15,90,1111101111111111111011111111011111111111111101111011101011111111110111111111111111111110111111101111
+1,59,16,90,1111101111111110101111110111111101111111111111101111111111111111111111111111111111101110101111101111
+1,59,17,98,1101111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+1,59,18,94,1110111111111111101111111111111111111111111011111111111111111111111111111111111111101111110111101111
+1,60,0,99,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,60,1,92,1111101111111111111111110111011111110111111111100111111111111111011111111111111111111111101111111111
+1,60,2,97,1111111111111111101111111111111111111111111101111111111111111111111111111111111111111111101111111111
+1,60,3,95,1101101111111111111111111111011111111111111111111111110111111111111111111111111111111111111111111101
+1,60,4,94,1101101111111111101111111111111111111111111111111111111111111111111111111111111111111110011111111101
+1,60,5,96,1111101111111110101111111111111111111111111111111111110111111111111111111111111111111111111111111111
+1,60,6,91,1111101111111111111111111111011111111111111101111111111111111111010111111111111111100110101111111111
+1,60,7,98,1100111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,60,8,93,1111101111111111111111111111011111111111111111101011111111111110011111111111111111111111101111111111
+1,60,9,91,1111101111111111101111110111011111110111111101101111111111111111011111111111111111111111101111111111
+1,60,10,93,1101101111111011111111110111111111111111111111011111111111111111111111111110111111111110111111111111
+1,60,11,94,1101111111110111101111011111111111111111111111101111111111111111111111111111101111111111111111111111
+1,60,12,91,1110101111111111111111111111011111110111111101111111111111111111011111111111111111100111101111111111
+1,60,13,92,1101101111110111101111010111111111111111111111101111111111011111111111111111111111111111111111111111
+1,60,14,93,0111101111111111101111111111011111111111111111101111111111111111111111111111111111111110111111111101
+1,60,15,92,1111101111111110100111111111011111111111111111101111110111111111111111111111111111111111111111111101
+1,60,16,91,1111101111111111101011111111011111111111111101101111110111111111110111111111111111111111111111111101
+1,60,17,95,1101101111111111111111111111011111111111111111111111111111111111111111111111111111111111101111111101
+1,60,18,98,1111111111111111101111111111111111111111111111111011111111111111111111111111111111111111111111111111
+1,61,0,96,1111111111111111101111110111111111111111111111111011111101111111111111111111111111111111111111111111
+1,61,1,98,1111111111111111101111111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,61,2,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111101111111111
+1,61,3,92,1101101111111111001111111111111111111111111101011111111111111111111111111111111111111111101111111101
+1,61,4,96,1111111111111111111111111111011111111111111111101011111111111111011111111111111111111111111111111111
+1,61,5,94,1111101111111111101111111111111111111111111111111011111111111110111111111111011111111111101111111111
+1,61,6,93,1111101111111111101101111111011111111111111111101111111111111111111111111111101111111111111111111101
+1,61,7,89,1101111111110111101011010111111111111111111101101111110110111111110111111111111111111111111111111111
+1,61,8,93,1101101111101111111111111111011110111111111111111111111111111111111111111101111111111111111111111101
+1,61,9,95,1101101111111111111111111111011111111111111111111111110111111111111111111111111111111111111111111101
+1,61,10,95,1101101111111111111111111111011111111111111111111111111111111111111111111111111101111111101111111111
+1,61,11,89,1111101111111111011111111111011111111111111111101011111111111010011111111111101111111111101111111101
+1,61,12,94,1100111111111111111111111111001111111111111111101111111011111111111111111111111111111111111111111111
+1,61,13,95,1111101111111111111111111111111111111111111111101011111111111111011111111111111111111111101111111111
+1,61,14,93,1101111111111111111111011111011111111111111111111111110111111111111101111111111111110111111111111101
+1,61,15,93,1101101111110111101111101111111111111111111111101111111111111111111111111111101111111111111111111111
+1,61,16,97,1111111111111111101111111111111111111111111111101111111111011111111111111111111111111111111111111111
+1,61,17,92,1101101111110011101111110101111111111111111111111110111111111111111111111111111111111111111111111111
+1,61,18,95,1101111111110111101111011111111111111111111111101111111111111111111111111111111111111111111111111111
+1,62,0,95,1101111111111111101111111111011111111111111111111111111011111111111111111111111111111111111111111011
+1,62,1,95,1110111111111111111111111111101111111111111111101111111111111101111101111111111111111111111111111111
+1,62,2,90,1100101111101111111111111111001110111111111111101111110111111111111111111111111111111111111111011111
+1,62,3,94,1101111101111111111111111111011111111111111111111111111011111111111111111101111111111111111111111101
+1,62,4,92,1111111111111111001111101111111111011111111101111111111111111101111111101111111111111111101111111111
+1,62,5,95,1101101111111111101111111111111111111111111111011111111111111111111111111111111111111111111111111101
+1,62,6,96,1111111111111111101111110111111111111111111111101111111111011111111111111111111111111111111111111111
+1,62,7,92,1111101111011111111111111111111111111111111111101011111111110111011111111111111111111111101101111111
+1,62,8,90,1100111111111111101111111111001111111111111111101111100011111111111111111111111111101111111111111111
+1,62,9,93,1111111111101101111111110111111111111111111111111001111101111111111111111111111111111101111111111111
+1,62,10,94,1101101111111111111111111111011111111111111111101111111111111111111111111111111111111111101111111101
+1,62,11,94,1111101111111111101101111111011111111111111111111111111111111111111111111111101101111111111111111111
+1,62,12,94,1111101111111111101111110111111110111111111111111011111111111111111111111111111111111111111111111101
+1,62,13,94,1100111111101111111111111111011111111111111111111111111101111111111111111101111111111111111111111111
+1,62,14,97,1111111111111111111111111111111111111111111111111111111111111101011111111111111111111011111111111111
+1,62,15,95,1111111111111111101111111111011111111111111111101011111111101111111111111111111111111111111111111111
+1,62,16,92,1011101111111111101111110111111111111111111111101011111101111111111111111111111110111111111111111111
+1,62,17,94,1101111111110111101111110111111111111111111111111111111111011111111111111111101111111111111111111111
+1,62,18,94,1111101111111111101111111111111111111111111101111011111111111111111111111111111111111111101111111101
+1,63,0,94,1101111111111111101111110111111111111111111111011111111111111111111111111111111110111111111111111101
+1,63,1,96,1111101111111111101111111111111111111111111111101111111111011111111111111111111111111111111111111111
+1,63,2,93,1111101111111111101111111111111111111111111101110011111111111111111111111111111111111111101111111101
+1,63,3,92,1111101111111011101111111111111111111111011101111011111111111111111111111111111111111111101111111101
+1,63,4,92,1101111101111111111111110111011111111111111111111111111011111111111111111111111111111101011111111101
+1,63,5,94,1111111111101101111111111111111111111111111111111001111101111111111111111101111111111111111111111111
+1,63,6,94,1110101111111111111111111111101111111111111111101111111111111111111101111111111111111111101111111111
+1,63,7,95,1101111111111111111111111111011111111111111111101111111111111101111111111111111111111111111111111101
+1,63,8,94,1111101111111111111111111111011111111111111101111011111111111111111111111111111111111111101111111101
+1,63,9,93,1101101111111111101111111111111111111111111111101111111111111111111111111111111111111111100111111101
+1,63,10,91,1111111111101101111111100101111111111111111111111001011111111111111111111111111111111101111111111111
+1,63,11,89,1111111111111111001111111111111111011111110101111111111101111101111111101011111111111101101111111111
+1,63,12,92,1111111111111101111111110111101111111111111111111001111111101101111111111111111110111111111111111111
+1,63,13,94,1110111111101111111111111111111111111111111111101111111101111111111101111111111111111101111111111111
+1,63,14,92,1101111111111111101111111111011111111111111101111011111111111101111111111111111111111110101111111111
+1,63,15,95,1111101111111111101111111111111111111111111111111111111011111111111111111111111111111111111111111001
+1,63,16,93,1101111111111111101111110111011111111111111111101111111011111111111111111101111111111111111111111111
+1,63,17,96,1111111101111111111111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,63,18,95,1111101111111111101111111111111111111111111111011111111111111111111111111111011111111011111111111111
+1,64,0,92,1110101111111111100111111111111111111111111101111011111111111111111111111111111111111111101111111101
+1,64,1,93,1111101111111111111111111111101111111111111111100111111111111111111101111111111111111111101111110111
+1,64,2,94,0111111101111111111111111111111111111111111011111111111111011111011111111111111111111111111111111101
+1,64,3,95,1111111101011111111111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,64,4,94,1111101111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111000
+1,64,5,92,1111101111111111101111111111011111111111111101111011111111111111111111110111111111111111101111111101
+1,64,6,95,1111101111111111101111111111111111111111111111011111111111111111111111111111011110111111111111111111
+1,64,7,93,1101111111111111101111110111111111111111111111011011111111111111111111111111111111111011111111111101
+1,64,8,95,1111101111111111101111111111111111111111111111101111111111011111111111111111111111111111111111111101
+1,64,9,94,1111011101111111111011111111111111111111111111111111111111011111011111111111111111101111111111111111
+1,64,10,94,1111101111011111101111111111111111111111111111101111111011011111111111111111111111111111111111111111
+1,64,11,95,1111101111111111101111101111111111111111111111111111111111111111111111111111111111111111111111111001
+1,64,12,92,1111111111111101111111110111101111111111111111111001111111101101111111111111111110111111111111111111
+1,64,13,93,1111101011111111101111111111111111111111111111111111111001111111111111111111111111111111111111111001
+1,64,14,94,1111111111101111111111111111111111111111111111101001111101111111111101111111111111111111111111111111
+1,64,15,94,1110111111101101111111111111111111111111111111111111111101111111111111111101111111111101111111111111
+1,64,16,92,1101111101111111111111111111011111111111110111101111111111111101111111111111111111111111111111011101
+1,64,17,96,1111111111111111111111111111111111111111111111111111111111011111011111111101111111111111111111111101
+1,64,18,95,1111101110111111101111111111111111111111111111101111111111111111111111111111111111111111101111111111
+1,65,0,94,1111101111111111101111101111111111111111111111011111111111111111111111111111011110111111111111111111
+1,65,1,95,1111101111111111101101111111111111111111111111111111111111111111111111111111111111111111111111111001
+1,65,2,95,1111101111111111111111111111111111111111111111101101111111111111111111111111111111111111011111111101
+1,65,3,91,1011111111101111101111101111111111111111111111101011111101111111111101111111111111111111111111111011
+1,65,4,94,1111101101011111101111111111111111111111111111111111111111111111111111111111111110111111111111111101
+1,65,5,92,1111111101010111111111111111111111111111111111011111111111011111011111111111011111111111101111111111
+1,65,6,96,1111111111011111111111111111111111111111111111111111111111111111011111111111111011111111111111111101
+1,65,7,88,1111101101111111101111111111111111111110111111010111111011011110111111011111011110111111111111111111
+1,65,8,96,1111101011111111111111111111111111111111111111101111111111011111111111111111111111111111111111111111
+1,65,9,91,1111011101111111101011111111111111111111111111111111111110011111011111111111111111101111111111111101
+1,65,10,95,1111011111011111111111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,65,11,95,1111111101111111111111111111111111111111111111111111111111011111011111111101111111111111111111111101
+1,65,12,94,1111101111111111101111110111111111111111111111101111111111011111111111111111111111111111111111111101
+1,65,13,94,1111111101011111111111111111111111111111111111111111111111011101011111111111111111111111111111111101
+1,65,14,90,1110111111101111101111111111111111111111111111101001111101111111111101111111111110111111111111111101
+1,65,15,95,1111101111111111011111101111101111111111111111111111111111111111111111111111111111111111111111111011
+1,65,16,94,1111111110111111111011111111111111111111111111101101111101111111111101111111111111111111111111111111
+1,65,17,93,1111101111101111101111111111111110111111111111101011111111111111111111111111111111111111101111111111
+1,65,18,94,1111111101011111111011111111111111111111111111111111111111011111011111111111111111111111111110111111
+1,66,0,93,1111101101011111101111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,66,1,95,1111111101011111111011111111111111111111111111111111111111111111111111111111111110111111111110111111
+1,66,2,94,1111110111111111111111111111111111111111111111111111111111011111011111111101111011111111111111111101
+1,66,3,95,1111111001011111111111111111111111111111111111111111111111111111011111111111111111111111111111111101
+1,66,4,90,1111001101111111101111110111111111111111111111101111111111011111111011111111111111111101111111111101
+1,66,5,92,0111111111111111101011111111111111111111111111111111111110011111011111111111111111101111111111111101
+1,66,6,92,1111111111011111111111111111111111111111111111011111111111111110111110111111010011111111111111111101
+1,66,7,95,1111101111111111101111101111111111111111111111111111111111111111011111111111111110111111111111111111
+1,66,8,93,1111011111011111111111111111111111111111111111111101111111011111011111101111111111111111111111111101
+1,66,9,94,1111011111011111101111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,66,10,95,1111101011111111111111111111111111111111111111111111111111011101111111111111111111111111111111111101
+1,66,11,94,1111111101011101111111111111111111111111111111101111111111011111011111111111111111111111111111111111
+1,66,12,96,1111111111011111111111101111111111111111111111101111111111111111111111111111111110111111111111111111
+1,66,13,90,1111101100111111101011111111111111111111111011111101111101111111111101111111111111111111111111111101
+1,66,14,95,1111101111111111111111110111111111111111111111101111111111111111111111111111111111111111011111111101
+1,66,15,95,1111111111111111101111111111111111111111111111101101111111011111111111111111111111111111111111111101
+1,66,16,95,1111101111111111011111101111101111111111111111111111111111111111111111111111111111111111111111111011
+1,66,17,95,1111101111111111011111101111101111111111111111111111111111111111111111111111111111111111111111111011
+1,66,18,96,1111101011111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+1,67,0,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+1,67,1,91,1111111001011111111111101111111111111111111111101111111111111111011111111111111110111110111111101111
+1,67,2,97,1111111111011111111111101111111111111111111111111111111111111111111111111111111111111111111111111101
+1,67,3,93,1111011111011111101111111111111111111011111111101111111111011111011111111111111111111111111111111111
+1,67,4,95,1111101011111111111111111111111111111111111111111111111111011101111111111111111111111111111111111101
+1,67,5,92,1111101011111111111111111111101011111111111111111111111111011101111111111111111111111111111111111100
+1,67,6,95,1111101111111111110111110111111111111111111111111111111111111101111111111111111111111111111111111101
+1,67,7,92,1111101011111111111110111111111111111111111111101111111111011111110111111111111111111111011111111101
+1,67,8,92,1111111111011111111111111111111111111111111111111111111111111111111110111011010011111111101111111101
+1,67,9,92,1111101111111111111111110111111111111111111110001111111111111110111111111111111111111111011111111101
+1,67,10,97,1111101111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111011
+1,67,11,93,1111101011111111111011101111101111111111111111111111111111011111111111111111111111111111111101111111
+1,67,12,92,0111111101111111111111111111111111110111111111111111111011011111011111111111111111101111111111111101
+1,67,13,90,1111111011011111101011111110111111111011111111111111111010111111011111111111111111111111111111111101
+1,67,14,93,1111101011111110101011111111111111111111111111111111111111011111011111111111111111111111111111111111
+1,67,15,97,1111101111111111111111101111111111111111111111111111111111111111111111111111111110111111111111111111
+1,67,16,96,1111111111011111111111101111111111111111111111101111111111111111111111111111111110111111111111111111
+1,67,17,95,1111111111011111111111101111111111111111111111101111111111111111111111101111111110111111111111111111
+1,67,18,94,1111111111011111111111110111111111111111111111111101111111111111011111101111111111111111111111111101
+1,68,0,94,1111101111111111101111101111011111111111111111011111111111111111111111111111111110111111111111111111
+1,68,1,94,1111101011111110111011111111111111111111111111111111111111011111011111111111111111111111111111111111
+1,68,2,93,1111111111111111111111101111101111111111111111101111111111011111111111111111111110111110111111111110
+1,68,3,94,1111101011011111111011101111111111111111111111111111111111111111111111111111111111111111111101111111
+1,68,4,92,1111111101010111111111111111111111111111111111111111111111111111011110111011011111111111111111111101
+1,68,5,91,1111011111011111101111111111111111111011111111101111111111011111111111111111110011111111101111111111
+1,68,6,91,1111001111011111100111111111011111111011111111101111111111111111011111111111111111111111111111111111
+1,68,7,94,1111111111111111111101110111111111111111111111111111111111011100111111111111111111111111111111111101
+1,68,8,92,1111111111111111110111110111111111111111111110111111111111111111111111111111010011111111101111111101
+1,68,9,95,1111111111011111111111111111111111111111111111111111111111111101111110111011111111111111111111111101
+1,68,10,96,1111111111011111111111101111111111111111111111111101111111111111111111111111111111111111111111111101
+1,68,11,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+1,68,12,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,13,93,1111111111011111111111101111111111111111111111101111111111111111111011101101111110111111111111111111
+1,68,14,92,1111101111011111111111111111111111111111111111101101111111011111111111111111111100111111011111111111
+1,68,15,91,1111111111111111111111100111111111111111111110001111111111101110111111111111111111111011111111111101
+1,68,16,92,0111101001111111111111111111111111111111111111111111111111011111011111111111111111101111111111111101
+1,68,17,95,1111111111111111111111111111111111110111111111111111111011011101111111111111111111111111111111111101
+1,68,18,96,1111101111111111011111111111111111111111111111111111111111111111101111111111111111111111111111111011
+1,69,0,94,1111111111011111111111111111111111111111111111111111111011111101111110111011111111111111111111111101
+1,69,1,96,1111111111111111111111111111111111110111111111111111111111011101111111111111111111111111111111111101
+1,69,2,96,1111101111011111011111111111111111111111111111111111111111111111111111111111111111111111111111111011
+1,69,3,98,1111111111111111011111111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,69,4,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,5,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,6,95,1111111111111111111111111111111111111111111111111111111111011100111111111111111111111011111111111101
+1,69,7,97,1111111111011111111101110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,8,91,1111101011111110011011111111111111111111111111111111111110111111011111111111111111011111111111111011
+1,69,9,97,1111101111111111111111111111111101111111111111111111111111011111111111111111111111111111111111111111
+1,69,10,93,1111101111011111011101101111111111111111111111111111111111011111111111111111111111111111111101111111
+1,69,11,92,1111011011111111111011110111111111111111111111111111111111111100111111111111111111111011111111111101
+1,69,12,94,1111111011011110111011111111111111111011111111111111111111111111011111111111111111111111111111111111
+1,69,13,96,1111111111111111111111101111111111111111111111111101111111011111111111111111111111111111111111111101
+1,69,14,95,0111111101111111111111111111111111111111111111111111111111011111011111111111111111111111111111111101
+1,69,15,95,1111101011011111111111111111111111111111111111111111111111111111111111111111111111101111111111111101
+1,69,16,92,1111111111011111101111101111111111111111011110111111111111111111111110111011111110111111111111111111
+1,69,17,95,1111101111111111111111111111011111111111111111011111111111111101111111111111111111111111111111111101
+1,69,18,94,1111111111011111111111101101111111111111111111101111111111111111111011111111111110111111111111111111
+1,70,0,97,1111111111011111111111111111111101111111111111111111111111111111111111111111111111111111111110111111
+1,70,1,97,1111111111111111011111111111111111111111111111111111111111111101101111111111111111111111111111111111
+1,70,2,96,1111111111011111111101110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,70,3,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,4,97,1111101111111111111111111111111101111111111111111111111111011111111111111111111111111111111111111111
+1,70,5,96,1111111111111111111111111111111111110111111111111111111111011101111111111111111111111111111111111101
+1,70,6,96,1111111111111111111111101111111111111111111111111101111111011111111111111111111111111111111111111101
+1,70,7,97,1111111111011111011111111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,70,8,90,1111111111011110111011111101111111110011111111101111111111111111011011111111111110111111111111111111
+1,70,9,97,1111111111011111111111101111111111111111111111111111111111111111111111111111111111111011111111111111
+1,70,10,96,1111111111011111111101111111111111111111111111110111111111111111111111111101111111111111111111111111
+1,70,11,91,1111111011110111111111110111111111110111111111111111111110011101111111111111111111111111111111110101
+1,70,12,95,1111111111111111111111111111111111110111111111111111111111011101111111111111111111111111111101111101
+1,70,13,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,70,14,95,1111111110011111111101110111111111110111111111111111111111111111111111111111111111111111111111111111
+1,70,15,97,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111011111111111101
+1,70,16,94,1111101111011111111111110111111111111111111111101111111111111111111111111111111111111111111111111001
+1,70,17,93,1111011011111111011011111111111111111111111111111111111111111100111111111111111111111011111111111111
+1,70,18,94,1111111111111111111111111111111111110111111111111111111111011100111111111111111111111011111111111101
+1,71,0,96,1111111111111111111110111111111111111111111111111111111110111111111111111111111111111011111111111101
+1,71,1,94,0111111111011111111111111111111111110111111111111111111111011101111111111111111111111111111111111101
+1,71,2,92,1111111111111111011111111111110111110111111111111111111110111101101111111111111111111011111111111101
+1,71,3,96,0111111111111111111111111111111111111111111111111111111111011100111111111111111111111111111111111111
+1,71,4,95,1111111111111011111111101111111111111111111111111111111111011101111111111111111111111111111111111101
+1,71,5,97,1111111111111111111111111111111111111111111111111101111111011111111111111111111111111111111111111101
+1,71,6,96,1111111111011111111101111111111101111111111111111111111111111111111111111110111111111111111111111111
+1,71,7,95,1111111111011111111111110111111111111111111111101111011111111111111111111111111111111111111110111111
+1,71,8,94,1111111111011011111111111111111111111111111111101111111111011101111111111111111111111111111111111101
+1,71,9,98,1111111111111111111101110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,10,98,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,71,11,96,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111111111110111111
+1,71,12,98,1111111111011111011111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,13,95,1111111111011111111111111111111111111111111111111111111111111001111111111111111111111011111111111101
+1,71,14,96,1111101111011111111111111111111111111111111111100111111111111111111111111111111111111111111111111111
+1,71,15,94,1111111111011111111101110111111111111111111111111111111111111111111111111101111111111111111111111001
+1,71,16,97,1111111111011111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,71,17,97,1111111111011111111101111111111111111111111111111111111111111111101111111111111111111111111111111111
+1,71,18,96,1111111111111111111111111111111111111111111111111111111111011110111111111111111111111011111111111101
+1,72,0,96,1111111101011111011111111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,72,1,96,1111111111011111011111111111111111111111111101111101111111111111111111111111111111111111111111111111
+1,72,2,96,1111111111011111111101110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,72,3,98,1111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111101
+1,72,4,95,1111111111111111111101010111111101111111111111111111111111111111111111111110111111111111111111111111
+1,72,5,98,1111111111011111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,6,95,1111111111111111111101110111111111111111111111111111111101111111111111111111101111111111111011111111
+1,72,7,98,1111111111111111111101110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,8,96,0111111111111111111111111111111111111111011111111111111111111101101111111111111111111111111111111111
+1,72,9,96,1111111111011111111101111111111111111111111111111111111111011110111111111111111111111111111111111111
+1,72,10,98,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,72,11,97,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111011111111111
+1,72,12,97,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111111111111111111
+1,72,13,97,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111111110111111
+1,72,14,96,1111111111111111111111110111110101111111111111111111111111111111111111111111111111111111111110111111
+1,72,15,96,1111111111011111111101111111111111111111111111111101111111111111111111111111111111111111101111111111
+1,72,16,94,1111111111011111111111111111110101111111111111111111111111111111111111111110111011111111110111111111
+1,72,17,96,1111111111011111111101111111111101111111111111111111111111111111111111111111111111111111111110111111
+1,72,18,96,1111111111011111011111111111111111111111111111111111110111111111111111111111111111111111111111111110
+1,73,0,95,1111111011011111110111111111111111111111111111111101111111111111111111111111111111111111101111111111
+1,73,1,97,1111111111011111111101111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,73,2,95,1111111111011111111101111111111111111111111111111101111111111111111111011111111111111111111111111110
+1,73,3,94,1111111111011111111111111111111111111111111101011111111111111110111111111111111111111111101110111111
+1,73,4,97,1111111111011111111110111111111101111111111111111111111111111111111111111111111111111111111111111111
+1,73,5,94,1111111011011111111111111111110111111111111101111111111111111111111111111111111101111111111110111111
+1,73,6,96,1111111111011111110101111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,73,7,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,8,97,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111111111111111111
+1,73,9,97,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111111011111111
+1,73,10,96,1111111111011111111101110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,73,11,97,1111111111011111111111111111111111111111111101111111111111111111111111111111111111101111111111111111
+1,73,12,93,1111111111011111111101111111111101111111111111101101111111111111111111111111111111101111101111111111
+1,73,13,96,1111111111010111111101111111111111111111111111111111111111111111111111111101111111111111111111111111
+1,73,14,98,1101111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,15,96,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111110111111111111
+1,73,16,93,1111111111111111111101110110111101111111111111111111111111111110111111111011111111111111111110111111
+1,73,17,95,1111111111011111111111110111110111111111111111111111111111111111011111111111111111111011111111111111
+1,73,18,96,1111111111011111111111111011111111111111111101111111111111111111111111111111111111111111011111111111
+1,74,0,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,1,95,1111111111011111111101111111111111111111111101011011111111111111111111111111111111111111111111111111
+1,74,2,98,1101111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,3,96,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111110111111111111
+1,74,4,93,1111111101011111111101110111111101111111111111111111111111111111111110111011111111111111111111111111
+1,74,5,97,1111111111011111111111111111110111111111111111111111111111111111111111111111111111011111111111111111
+1,74,6,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,7,95,1101111111011111111101111111110111111111111111111111111111111111111111111111110111111111111111111111
+1,74,8,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111101111111111
+1,74,9,94,1111111011011111111101110111111111111111111111111101111111111111111111111011111111111111111111111111
+1,74,10,98,1111111111011111111111111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,74,11,97,1111111111011111111111111111111111111111111111111111111111111011111111111111111111111111111011111111
+1,74,12,94,1111111111010110111101110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,74,13,97,1111111111011111111101111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,74,14,98,1101111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,15,94,1111111011011111110111111111111111111111111111111101111111011111111111111111111111111111101111111111
+1,74,16,96,1111111111011110111111111111111101111111111111111111111111111111111111111110111111111111111111111111
+1,74,17,95,1111111111010111111101111111110111111111111111111111111111111111111111111101111111111111111111111111
+1,74,18,95,1111111111011111111101111111110111111111111111111111111111111111111111111100111111111111111111111111
+1,75,0,97,1111111111011111111111111111111101111111111111101111111111111111111111111111111111111111111111111111
+1,75,1,96,1111111110110111111111111111111111111111111111111111111101111011111111111111111111111111111111111111
+1,75,2,96,1111111111011111111111111111110101111111111111111111111111111111111111111111111111111111101111111111
+1,75,3,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+1,75,4,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,75,5,98,1111111111011111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,6,94,1111111011011111111101110111111111111111111111101111111111011111111111111111111111111111111111111111
+1,75,7,95,1111111111010111111111111111111101111111111111111101111111111111111111111011111111111111111111111111
+1,75,8,96,1111111111011111111111111111110111111111111111111111111111111111111111111110111111111101111111111111
+1,75,9,94,1111111111111111111101111111111111111111111111111111001111111111111111111101101111111111111111110111
+1,75,10,96,1111111111011111111001111111111011111111111111111111111111111111111111111111111111111111111111111111
+1,75,11,99,1101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,12,99,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,13,97,1111111111011101111111111111111111111111111111111111111111111111111111111111111111111111101111111111
+1,75,14,94,1111111101010111111111111111111101111111111111101111111111111111111111111111111111111110111111111111
+1,75,15,96,1111111111011111111101111111111111111111111011111111111111111111111111111011111111111111111111111111
+1,75,16,96,1111111111011111111111111111111101111111111111101111111111111111111111111111111111011111111111111111
+1,75,17,96,1111111111010111111111111111110111111111111111111111111111111111111111111111111111111111101111111111
+1,75,18,96,1111111111011111111111111111111111111111111111111101111111111111111111111111111111111111101111110111
+1,76,0,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,1,95,1111111111011111111001111111111011111111111111111111111111111111111111111111111111111111111011111111
+1,76,2,94,1111111111010111111111111111111101111111111111111101111111111111111111111011111111110111111111111111
+1,76,3,97,1111111111011111111111011111111111111111111111111101111111111111111111111111111111111111111111111111
+1,76,4,97,1111111111011111111111111111111111111111111111111111111111111111111111111110110111111111111111111111
+1,76,5,95,1111111111111100111111111111111101111111111111101111111111111111111111101111111111111111111111111111
+1,76,6,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,7,97,1111111111011111111111011111111111111111111111111111111111111111111111111111111111111110111111111111
+1,76,8,96,1111111111011111111101111111111110111111111111111111111111111111011111111111111111111111111111111111
+1,76,9,96,1111111111011111111011111111111011111111111111111111111111111111111111111111111111111110111111111111
+1,76,10,95,1101111111010111111111111111110111111111111111111111111111111111111111111111111111111111101111111111
+1,76,11,99,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111
+1,76,12,95,1111111111010111111111111111111101111111111111111101111111111111111111111011111111111111111111111111
+1,76,13,93,1111110111011111111111111111011111111111111111111101111111111111111111111111111111110111101111110111
+1,76,14,96,1111111111011111111111111111110111111111111111111111111111111111111111111110111111111101111111111111
+1,76,15,95,1111111111011111011111010111111111111111111111111111111111111111111111111111111111111101111111111111
+1,76,16,97,1111111111011111111111111111111101111111111111111111111111111111111111111111111111111110111111111111
+1,76,17,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,76,18,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,0,95,1111111111011111111111010111111111111111101111111111111111111111111111111111111111111101111111111111
+1,77,1,96,1111111111011111011111011111111111111111111111111111111111111111111111111111111111111110111111111111
+1,77,2,94,1111111111011110111111011111110101111111111111111111111111111111111111111111111111111111101111111111
+1,77,3,93,1111111111111100111111111111111101111111111111101111111111111111011111101111111111011111111111111111
+1,77,4,95,1111111111011111111111111111111111111110111111101111111111111011111111111111111111011111111111111111
+1,77,5,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,6,96,1111111111011111111111111111111111111111111111111111111111111110111111111110110111111111111111111111
+1,77,7,97,1101111111111111111111111111111111111111101111011111111111111111111111111111111111111111111111111111
+1,77,8,95,1111111111011111111101111111111111111111011111111111111111111111111111101111111111011111111111111111
+1,77,9,92,1111111111011111011011011111111011111111111111101111111111111111111111011111111111111111111011111111
+1,77,10,97,1111111111111111111111111111111101111111111111111111111111111111111111111111110111111110111111111111
+1,77,11,98,1111111111011111111111111111111111111111111111111111110111111111111111111111111111111111111111111111
+1,77,12,97,1111111111011111111111111101111111111111111111111111111111111111111111011111111111111111111111111111
+1,77,13,96,1101111111011111111111111111110111111111111111111111111111111111111111111111111111111111101111111111
+1,77,14,99,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111
+1,77,15,98,1111111111111111111111110111110111111111111111111111111111111111111111111111111111111111111111111111
+1,77,16,98,1111111111011111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,17,97,1111111111011111111111111111101111111111111111111111111011111111111111111111111111111111111111111111
+1,77,18,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,78,0,99,1101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,1,95,1111111111111111111111110111110101111111111111111111111111111111111111111111110111111110111111111111
+1,78,2,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,78,3,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,4,95,1111111101011111111111011111111111111111111111111101111111111111111111111111111111110111111111111111
+1,78,5,96,1111111111011111111111111111111111111111111111111111111111111110111111111110110111111111111111111111
+1,78,6,92,1101111101011111110111111111100111111111111111111111111011101111111111111111111111111111111111111111
+1,78,7,95,1111111111011111111111111111111111111111111111111110111111111111111101111111011111111111101111111111
+1,78,8,94,1111111111011111111110111111111111111101111111111111110111111111110111111111111111111110111111111111
+1,78,9,97,1111111111011111011111011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,10,97,1111111111111111111111111111111111101111111111011111111111111111110111111111111111111111111111111111
+1,78,11,95,1111111111011110111111110110111111111111111111111111111111111111111011111111111111111111111111111111
+1,78,12,98,1111111111011111111111111111111111111111111111111111110111111111111111111111111111111111111111111111
+1,78,13,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,14,94,1111111101011111111111111111111011111111111111111111111111111110111111111110110111111111111111111111
+1,78,15,96,1111111111011111101111111111111111111111111111111111111111111111111111111111111111101111111111111101
+1,78,16,97,1101111111111111111111111111111111111111101111011111111111111111111111111111111111111111111111111111
+1,78,17,95,1101111111111111111111111111111111110111101111011111111111111111111111101111111111111111111111111111
+1,78,18,95,1111111111011111111111010111111111111111101111111111111111111111111111111111111111111101111111111111
+1,79,0,94,1111111111011111101111111111111111111111111111101111111111111111111111111111111111101111111101111101
+1,79,1,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,79,2,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,3,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,79,4,99,1101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,5,98,1111111111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,6,94,1111111111011111111111111111111111111111111111101111111111111111111101111111011111011101111111111111
+1,79,7,95,1111111111011110111111111101111111111111111111111110111111111111111111111111111111111111101111111111
+1,79,8,97,1101111111111011111111111111111111111111111111111101111111111111111111111111111111111111111111111111
+1,79,9,95,1111111101011111111111011111111110111111111111111111111111111111111111111111111111110111111111111111
+1,79,10,96,1111111111011111111111111111111111111111111111101111111111111110111111111111111111011111111111111111
+1,79,11,96,1111111111011111111111111111111111111111111111101111111111111111111111111111111110011111111111111111
+1,79,12,95,1111111111011111111111111111111111111101111111101111110111111111111111111111111111111110111111111111
+1,79,13,94,1111111111011111111110111111111111111111111111111111111111111111110111111111111111010101111111111111
+1,79,14,95,1101111111011111111111111111111111111111111111011111101111111111111111111111111111111111111111111011
+1,79,15,94,1111111110011111101111111111111110111111101111111111111011111111111111111111111111111111111111111111
+1,79,16,92,1011111111011111111111111111110101111111111111111111011111111111111110111111110111111110111111111111
+1,79,17,96,1111111111111111111111110111111111111111111111111111111111111110111111111110110111111111111111111111
+1,79,18,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,80,0,94,1111111111011111111111111111111111111111111111101111111111111110111111111111111110011111111111111110
+1,80,1,96,1111111111011111111111111111111111111111111111101111111111111111111111111110111111011111111111111111
+1,80,2,93,1111111111111111111111111111111111111101111111101111110111111110111111111110110111111110111111111111
+1,80,3,98,1111111111011111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,4,97,1111111111011111111111111111111111111111111111111111111111111111111111111111111110011111111111111111
+1,80,5,95,1111111111011111101111111111111111111111111111001111111111111111111111111110111111111111111111111111
+1,80,6,95,1111111111111011111111111111111111111111111111101101111011111111111111111111111110111111111111111111
+1,80,7,96,1101111111011111111111111111110111111111111111111111111111111111111111111111111111011111111111111111
+1,80,8,94,1111111101011111111111011111111110111111111111111111111111111111111111111111111110110111111111111111
+1,80,9,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,80,10,95,1101111111011111111111111111111111111111111111111111101111111111111111111111111111110111111111111011
+1,80,11,94,1111111101011101111111011111111110111111111111011111111111111111111111111111111111111111111111111111
+1,80,12,95,1111111111011111111111111111111111111111111111101111111111111110011111111111111111011111111111111111
+1,80,13,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,80,14,95,1111111111011111011111011111111111111111111111101111111111111111111111111111111111011111111111111111
+1,80,15,97,1111111111011111111110111111111111111111111111101111111111111111111111111111111111111111111111111111
+1,80,16,94,1111111111011111101111111111111111111111011111101111111111111111111111111110111111011111111111111111
+1,80,17,97,1111111111011111111111111111111111111111111111111111111111111110111111111111111111011111111111111111
+1,80,18,96,1111111111011111111101111111111111111111111111111111111111111111110111111111111111011111111111111111
+1,81,0,94,1111111111011111101111111111111111111111111111001111111111111111011111111110111111111111111111111111
+1,81,1,96,1111111111011111111111111111111111111111111111101111111111111110111111111111111111011111111111111111
+1,81,2,96,1111111111011111111111111111110111111111111111101111111111111111111111111111111111011111111111111111
+1,81,3,95,1101110111011111111111111111111011111111111111111111111111111111111111111111111111011111111111111111
+1,81,4,93,1111111111011111011111011111111111111111111111101111111111111111111111111111111111010111111111111101
+1,81,5,96,1111111111011111111111111111111111111111111111101111111111111111111111111110111111011111111111111111
+1,81,6,94,1111111111011111111111111111111111111111101111111111111111111100011111111111111111011111111111111111
+1,81,7,95,1111111111011111111111111111111111111111111111101111111011111111111111111111111110011111111111111111
+1,81,8,96,1111111111011111111111111111111111111111011111111111111111111111111111111111111110011111111111111111
+1,81,9,94,1111111111011111101111111111111111111111111111101111111111111111111111111010111111011111111111111111
+1,81,10,98,1111111111011111111111111111111111111111111111101111111111111111111111111111111111111111111111111111
+1,81,11,97,1111111111011111111110110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,12,97,1111111111011111111111111111111111111111111111101111111111111111110111111111111111111111111111111111
+1,81,13,97,1111111111011111111101111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,81,14,96,1111111111011111111111111111111111111111111111101111111111111110111111111111111111011111111111111111
+1,81,15,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,81,16,93,1111111111011111101110111111111111111111111111111111111111111111111111111111111110010111111110111111
+1,81,17,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111111101111111111111
+1,81,18,93,1101111111011111111111111111110111111111111110101111111111111111111111111110111111011111111111111111
+1,82,0,98,1111111111011111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,1,93,1111011111011111111111111111111111111111111111101111111011111111111111111011111111011111111110111111
+1,82,2,95,1111111111011111111111100111111111111111111111101111111111111111111111111111111111111101111111111111
+1,82,3,98,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,4,94,1111111111011111111101111111111111111111011111111111111111111111111111111011111111011110111111111111
+1,82,5,96,1111111111011111111111111111111111111111110111111111111111111111111111111111111110011111111111111111
+1,82,6,94,1111111111011111111111111111111111111111011111111111111111111101011111111111111110011111111111111111
+1,82,7,94,1101111111011111111111111111111111111111101111111111111111011110111111111111111111011111111111111111
+1,82,8,95,1111111111011111111101111111111111111111111111111101111111101111111111111111111111111110111111111111
+1,82,9,98,1111111111011111111111111111111111111111111111101111111111111111111111111111111111111111111111111111
+1,82,10,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,82,11,95,1111111111011111111101111111111111111111111111101111111111111111111111111110111111011111111111111111
+1,82,12,94,1111111111011111101111111111111111111111111111101111111111111111011111111110111111111111111111111011
+1,82,13,96,1111111111011111111111111111111111111111111111011111111111110111111111111111111111011111111111111111
+1,82,14,96,1011111111111111111111110111111111111111111111101111111111111111111111111111111111011111111111111111
+1,82,15,95,1111111111011111111111011111111111111111111111111111111111111111111111110110111111011111111111111111
+1,82,16,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+1,82,17,95,1110111111011111111111111111110111111111111111101111111111111111111111111111111111011111111111111111
+1,82,18,95,1111111011011111111101111111111111111111111111111111111111111111111111111111110111011111111111111111
+1,83,0,96,1111111111111111111111110111111111111111110111101111111111111111111111111111111111011111111111111111
+1,83,1,94,1011111111011111111111110111111111111111111111111111111111111111111111111111111110011111111111110111
+1,83,2,97,1111111111011111111110111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,83,3,98,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,4,96,1111111111011111111111111111111111111111111111111101111111101111111111111111111111111110111111111111
+1,83,5,97,1111111111011111111100111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,6,97,1111111011011111111111111111111111111111111101111111111111111111111111111111111111111111111111111111
+1,83,7,93,1111101111011111111100111111111111111111111111111111111101111111111111111111110111011111111111111111
+1,83,8,93,1101111111011111111111111111111111111111111111110111111111011110111111110111111111011111111111111111
+1,83,9,94,1110111111011111111111111111110111111111101111101111111111111111111111111111111111011111111111111111
+1,83,10,95,1111111111011111111100111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,83,11,96,1111111111011111111111111111111111111111111111111101111111101111111111111111111111111110111111111111
+1,83,12,96,1111111111011111111111111111111111111111111111111111111111111111011111111111101111011111111111111111
+1,83,13,97,1111111111011111111101111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,83,14,96,1111111111011111111111111111111111111111011111111111111111111101111011111111111111111111111111111111
+1,83,15,94,1111111111011111111111111111111111111111111101101111111111111111011111111111111110011111111111111111
+1,83,16,96,1111111111011110111111111111111111111111111111101111111111111111111111111111111011111111111111111111
+1,83,17,95,1110111111011111111111111111110111111111111111101111111111111111111111111111111111011111111111111111
+1,83,18,96,1111111111011111111111111111111111111111110111111111111111111110111111111111111110111111111111111111
+1,84,0,96,1111111111011111111100111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,84,1,97,1111111111011111111111111111111101111111111111111111111111111111111111111011111111111111111111111111
+1,84,2,97,1111111111011111111111111111111111111111011111111111111111111111111111111011111111111111111111111111
+1,84,3,96,1111111111011111111110111111111111111111111111111111111111111101111011111111111111111111111111111111
+1,84,4,96,1111111111011111111111111111111111111111111111111111111111111111011111111111101111011111111111111111
+1,84,5,95,1111111111011111111111111111111111111111111111111111111111111111011111111111101111011111111110111111
+1,84,6,95,1111111011011111111111111111111111111111111101111111111111111111111111111111111110111111111111110111
+1,84,7,95,1011111111011111111111110111111111111111111111111111111111111111111111101111111111011111111111111111
+1,84,8,95,1111111111011111111110111111111111111111111111111111111111101111111111111011111111111111111110111111
+1,84,9,94,1111111111011111111110111011111111111111111111111111111111111101111111111011111111111111011111111111
+1,84,10,95,1111111111011110111111111111111111111111111111111111111111111111011111111111101110111111111111111111
+1,84,11,96,1111111111011111111111111111111111111111111111101111111111111111111111111111011011111111111111111111
+1,84,12,96,1111111111111111111111110111111111111111111111111111111111111111111111111101101111011111111111111111
+1,84,13,94,1111111111011111111111111111111111111111110111101111111111111111011111111111101111011111111111111111
+1,84,14,92,1111111111011111111101111011111111111111111111101111111111111100011111111111111111011111111111111111
+1,84,15,96,1111111111011111111110111111111111111111111111111111111111111111111111111111101111011111111111111111
+1,84,16,96,1111111111011111111111111111111111111111111111110111111111111111111111111111111111011111111111111101
+1,84,17,92,1110011001011111111111111111110111111111111101101111111111111111111111111111111111111111111111111111
+1,84,18,93,1110111111011110111111101111110111111111111111101111111111111111111111111111111011111111111111111111
+1,85,0,93,1111111111011111111110111111111111111111111111101111111111111101111111111011111011111111011111111111
+1,85,1,97,1111111111011111111111111011111111111111111111111111111111111111111111111111011111111111111111111111
+1,85,2,96,1111111111011111111111111111111111111111111111111111111111111111011111111111101111011111111111111111
+1,85,3,96,1111111111011111111111111111111111111111111111111111111111111111011111111111101111011111111111111111
+1,85,4,94,1111111111011111111111111111111111111111110111101111111111111111011111111111101111011111111111111111
+1,85,5,94,1111111111011111110111111111111111111111111111110101111111111111111111111111111111011111111111111101
+1,85,6,95,1111111111011111111101110111111111111111111111111111111111111111111111111111011111011111111111111111
+1,85,7,92,1011111111011111110111111111001111111111111111101111111111111111111111101111111011111111111111111111
+1,85,8,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,85,9,94,1111111110011111111111111111111111111111011111111111111111111101111011111011111111111111111111111111
+1,85,10,95,1111111111111111111111110111111111111111111111110111111111111111111111111111101111011111111111111101
+1,85,11,97,1111111111011111111111111111111111111111111111111111111111111111111111111101111111011111111111111111
+1,85,12,96,1111111111111111111100111111111011111111111111111111111111111101111111111111111111111111111111111111
+1,85,13,93,1111111111011111111111110111111111011011111111111111111111111111111111111101101111011111111111111111
+1,85,14,96,1111111111011111111111111111011111111111111111111111111111111111111111111111011111011111111111111111
+1,85,15,95,1111111111011111111111111111111111111111111111111111111111111111011111111101101011111111111111111111
+1,85,16,94,1111111111011111111111111111111111111110111111101111111111111111111111111111110111011111111111111011
+1,85,17,96,1111111111011111111110111111111111111111111111111111111111111111111111111111101111011111111111111111
+1,85,18,93,1111111111011111111110111011111111111111111111111111111111111101111111111011111111011111011111111111
+1,86,0,96,1111111111011111111110111111111111111111111111111111111111111111111111111111101111011111111111111111
+1,86,1,96,1111111111011111111110111111111111111111111111111111111111111111111111111111101111011111111111111111
+1,86,2,92,1111111111011111111111111111010111111110111111111111101111111111111111111111010111011111111111111111
+1,86,3,96,1111111111011111111111111111111111111111111111101111111111111111111111111111111111011111111111111011
+1,86,4,96,1111111111011111111111111111111111111111111111101111111111111111111111111111101111011111111111111111
+1,86,5,95,1111111111011111111110111111111111111111110111111111111111111111011111111111111111111111111101111111
+1,86,6,99,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,86,7,92,1111111111011111111111111111011111011101111111111111111111111111111111111110011111011111111101111111
+1,86,8,94,1111110111011111111111111001111111111111111111111111111111111111111111111111011111011111111111111111
+1,86,9,98,1111111111011111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+1,86,10,92,1111111111111111111100111111111011111111101110110111111111111101111111111111111111111111111111111101
+1,86,11,97,1111111111111111111111110111111111111111111111111111111111111111111111111111101111011111111111111111
+1,86,12,96,1111111111011111111110111111111111111111111111111111111111111111011111111111101111111111111111111111
+1,86,13,96,1111111111011111111111111111111111111111111111111111111111111111111111111101111011111111111101111111
+1,86,14,94,1111111111011111111100111111111011111111111111111111111111111101111111111111111111011111111111111111
+1,86,15,96,1111111111111111111111111111111111111111111111101111111111111111111111111100111111101111111111111111
+1,86,16,97,1111111111011111111111111111011111111111111111111111111111111111111111111111111111011111111111111111
+1,86,17,91,1101011111011111111111111111111111111110111111101111111111111111111111111111010111011111111111111011
+1,86,18,95,1111111111011111111111111111011111111111111111111111111111111011111111111111011111011111111111111111
+1,87,0,95,1111111011011111111110111111111111111111111111111111111111111111111111111101111111111111111111101111
+1,87,1,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,87,2,95,1111101111011111111110111111111111111111111111111111111111111111111101111101111111111111111111111111
+1,87,3,98,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111101111111111111
+1,87,4,93,1111111111011111111011110111011111111111111111111111111111111011111111111111101111011111111111111111
+1,87,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011111011111101111111111
+1,87,6,91,1111111111111111111100110111111011111011111111111111111111111101111111111111101111011110111111111111
+1,87,7,93,1111111111011111111111111111111101111111111111111111011101101111111111111101111111011111111111111111
+1,87,8,93,0111111111011111111110111111101111111111111111111111111111111111111111111111101111010111111111111111
+1,87,9,94,1111111111011111111111111111111111111111111111100111111111111111111111111111101111011111111111011111
+1,87,10,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,87,11,98,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,87,12,93,1111111111011111111110110111111111011111111110111111111111111111111111111111111111011111111101111111
+1,87,13,97,1111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111111
+1,87,14,96,1111111111011111111110111011111111111111111111111111111111111111111111111111111111111111111101111111
+1,87,15,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,87,16,97,1111111111011111111111111111111111111111111111101111111111111111111111111111111111111111111101111111
+1,87,17,96,1111111111011111111110111111111111111111111111111111111111111111111111111111111111011111111111111011
+1,87,18,98,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,88,0,97,1111111111011111111111111111111111111111111101111111011111111111111111111111111111111111111111111111
+1,88,1,97,1011111111111111111111101111111111111111111111111111111111111111111111111111111111111101111111111111
+1,88,2,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,88,3,99,1111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111
+1,88,4,95,1111111111011111111110111111111111111111101111111111111111111111111111111111111111011111111111111011
+1,88,5,98,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,88,6,98,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111111111111111
+1,88,7,94,1111111111011111111110111011111111111011111111111111111111111111111111111110111111111111111101111111
+1,88,8,95,1111111111011111111111111111111111111111111111101111111111111111111111111111111111111111100111101111
+1,88,9,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011111011111111101111111
+1,88,10,93,1111111111010111110111111111011111111111111111100111111111111111111111111111111111111111111111011111
+1,88,11,96,1111111111011111111111111110111111111111111111111111111111111111111111111111101111011111111111111111
+1,88,12,94,1111111111011111111111111111011111111111111101101111111011111111111110111111111111111111111111111111
+1,88,13,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,88,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111011111101111111111
+1,88,15,96,1111111111011111111111111111111111111110101111111111111111111111111111111111011111111111111111111111
+1,88,16,97,1111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111111111111
+1,88,17,98,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,88,18,95,1111111111011111111111110111111111111111111111101111111111111111111111111111101111111111111101111111
+1,89,0,96,1111111111011111111110111111110111111111111111111111111111111111111111111111111101111111111111111111
+1,89,1,97,1111111111111111111110111111111011111111111111111111111111111111111111111111111111111111111111111011
+1,89,2,96,1111111111011111111111111011111111111011111111111111111111111111111111111111111111111111111101111111
+1,89,3,93,1111111111011111111110111111111111111110101111111111111111111111111111111010011111111111111111111111
+1,89,4,95,1111111111011111111110111111111111111111111111011111111111111111111111111111101111111111111101111111
+1,89,5,98,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,89,6,93,1111111111011111111110111111111111111011101111111111111111111111111111111110111111011111111011111111
+1,89,7,95,1111111111011111111110111011111111111111111111111111111111111111111111111111111111111111111101111011
+1,89,8,95,1111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111101111011
+1,89,9,94,1011111111011111111110111111111111111111111111011111111111111111111111110111111111011111111111111111
+1,89,10,97,1111111111111111111111111111111111111111101111111111111111111111111111101111111111111111111110111111
+1,89,11,96,1111111111011111111111111110111111111111111111111111111111111111111111111111101111011111111111111111
+1,89,12,96,1111111111111111111111011111101111111111111111111111111111111111111111111111111111011111101111111111
+1,89,13,99,1111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111
+1,89,14,96,1111110111111111111111111111111111111101111111111111111111111111111111111111111111111111100111111111
+1,89,15,93,1111111111011111011111111111111111111111111111101111111111111111111111111111011111011111101111101111
+1,89,16,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,89,17,96,1111111111111111111110111111111111111111111111101111111111111111111110111111111111111111111101111111
+1,89,18,97,1111111111111111111110111111110111111111111111111111111111111101111111111111111111111111111111111111
+1,90,0,97,1111110111111111111111111111111111111111111111111111111111111111111101111111111111111111110111111111
+1,90,1,97,1111111111111111111111111111111111111101111111111111111111111111111111101111111111111111101111111111
+1,90,2,94,1111011111111111111111111111101111111111111111111111111111111111101111101111111111111111101101111111
+1,90,3,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111011111111111111111
+1,90,4,89,1011110110011101111110111111111111111111101111011111111111111111111111100111111111011111111111111111
+1,90,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,90,6,96,1111111111111111111110111111111111111011111111111111111111111111111110111111111111111111111011111111
+1,90,7,90,1111111111011111111110111111111111111111101111101111111111111111011111110100111111011111111101111111
+1,90,8,92,1111111111011111111110111111111111111101101111011111111111111111111111110111111111011111111101111111
+1,90,9,96,1011111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111011
+1,90,10,96,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111011111111111011
+1,90,11,96,1111111111111111111111111011111011111011111111111111111111111111111111111111111111111111111101111111
+1,90,12,99,1111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111
+1,90,13,96,1111111111111111111110111111111110111111111111111111111111111111111111111111111111111101111101111111
+1,90,14,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,90,15,93,1111011111011111111010111111111111111111111111111111011111111111111111111011111111111111111101111111
+1,90,16,96,1111111111111111111110111111111111111111111111101111111111111111111110111111111111111111111101111111
+1,90,17,97,1111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,90,18,95,1111011111011111111111111011111111111011111111111111111111111111111111101111111111111111111111111111
+1,91,0,92,1111011111111111111110111110111111111111111111101111011111111111111110111011111111111111111101111111
+1,91,1,95,1111111111011111111010011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,91,2,97,1111101101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,91,3,97,1111110111111111111111111111111111111111111111111111111111111111111101111111111111111111110111111111
+1,91,4,94,1111110111111111111111111111111111111111111111111011111111111111111101111011111111111111111101101111
+1,91,5,96,1111110111111111111111111111111111111111111111111111111111111111111101111111111111110111110111111111
+1,91,6,97,1111111111111111111111111011111111111111111111111111111111111111111111111111111111111011111110111111
+1,91,7,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111111110111111101111111
+1,91,8,95,1111111101111111111110111111111111111111111111101111111111111111111110111111111111111111111101111111
+1,91,9,96,1111111111011111111110111111111111111111111111111111111111111111111101111111111111111111111101111111
+1,91,10,95,1111111111011111111110111111111111111111111111111111111111111101111111111111111111011111111101111111
+1,91,11,98,1111111111111011111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,91,12,98,1111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,91,13,97,1111111111110111111111111111111111111111111111111111111111111111111011111111111111111111111110111111
+1,91,14,96,1111111111111111111111011111111111111001111111111111111111111111111111111111111111011111111111111111
+1,91,15,97,1111111111111111111111111011111011111111111111111111111111111111111111111111111111111111111101111111
+1,91,16,95,1111111111111111111111111101111110111111111111111111111111111111110110111111111111111111111101111111
+1,91,17,95,1111110111111111111110011111111111111111111111111111111111111111111111111111111111011101111111111111
+1,91,18,97,1111111101111111111111111111111111111111111111111111111111111111111111111011111111111111111101111111
+1,92,0,95,1111110111011011111111111111111111111111111111111111111111111111111101111111111111111111110111111111
+1,92,1,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111110101111111
+1,92,2,99,1111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+1,92,3,91,1111100111111111111111111111111110111111111111111111111111111111111001111111011111110111110110111111
+1,92,4,96,1111101101111111111111111111111111111111111111111111111111111111111111111011111111111111111101111111
+1,92,5,97,1111111101111111111101111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,92,6,95,1111111111110111111110111111111111111111111111111111111111111111111111111011111111111011111110111111
+1,92,7,96,1110111101111111111111111011111111111111111111111111111111111111111111111111111111111111111101111111
+1,92,8,95,1111110111111111111111111011111011111111111111111111111111111111111011111111111111111111111101111111
+1,92,9,98,1111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,92,10,98,1111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,92,11,93,1111111101111110111110111111111111111111111111101111111111111111111110110111111111111111111101111111
+1,92,12,97,1111111101111111111111111111111111111111111111111111111111111111111101111111111111111111110111111111
+1,92,13,95,1111110111111110111111111111111111111111111111110111111111110111111111111111111111111111111101111111
+1,92,14,94,1111111111111011111111111011110111111111111111111111111011111111111111111111111111111011111110111111
+1,92,15,97,1111111111111111111111011011111111111111111111111111111111111111111111111111111111111011111111111111
+1,92,16,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111110111111101111111
+1,92,17,98,1111111101111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,18,97,1111111101111111111111111111111111111111111111111111111111111111111111111111101111111111111101111111
+1,93,0,99,1111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,1,94,1111111111111111111111011111111111111111111111111111111111111100111111111111111111110111111100111111
+1,93,2,95,1101111111111111111111101011111111111111111111111111111111111111111111111111111111111011111110111111
+1,93,3,95,1111111111110011111111111111110111111111111111111111111011111111111111111111111111111111111110111111
+1,93,4,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111100111111
+1,93,5,97,1110111111110111111111111111111111111111111111111111111111111111111111111111111111110111111111111111
+1,93,6,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,7,95,1111111111111111111110111111111011111111111111111111111111111111111111111111111111111110110101111111
+1,93,8,94,1111101101111111111111111111111011111111111111111111111111111111111111110111111111111111111100111111
+1,93,9,98,1111111111111111111111111111111111111111111111111111111110111111111111111011111111111111111111111111
+1,93,10,97,1111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,93,11,97,1111111111111111111111111111111111111111111111111111111111111011111111111111111111110111111101111111
+1,93,12,96,1111101101111111111111111111111111111111111111111111111111111111111111111011111111111111111101111111
+1,93,13,97,1111111101111111111101111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,93,14,93,1111110111111110111110111111111111111101111111110111111111110111111111111111111111111111111101111111
+1,93,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110101111111
+1,93,16,96,1111111111111111111111111011111111110111111111111111111111111111111111111111111111111011111011111111
+1,93,17,94,1111111111111011111111111111110011111111111111111111111011111111111111111011111111111111111110111111
+1,93,18,96,1111111001111111111111111111101111111111111111111111111111111111111111111111111111111111111101111111
+1,94,0,94,1111111111111111111110111111111011111111111111111111111111111111111111111011111011111110111101111111
+1,94,1,98,1111111111111111111111111111111111111111111111111111111110111111111111111111111111111111110111111111
+1,94,2,96,1111111111111111111111011111111111111111111111111111101111111101111111111111111111111111111101111111
+1,94,3,93,1111111111111111111111011111111111111111111101111111111111111110011111111111111111110111111110111011
+1,94,4,98,1111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,94,5,94,0111111101111111111101011111111111111011111111111111111111111111111111111111111111111111111101111111
+1,94,6,96,1111101111111111111111111111111111111111111111111111111111111111111111110111111111110111111101111111
+1,94,7,94,1111111101111111111111111111111011111111111111111111111111111011101111111111111111111111111100111111
+1,94,8,96,1111110111111011111111111111111111111111111111111111111011111111111111111111111111111111111110111111
+1,94,9,93,1111111111110111111111011111110111111111111111111111111111111111111111111111111111111111110001011111
+1,94,10,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111111
+1,94,11,97,1111111111110111111111111111111111111111111111111111111111111111111111111111111111110111111101111111
+1,94,12,95,1101111111111111111111101011111111111111111111111111111111111111111111111111111111111011111110111111
+1,94,13,97,1111111111111111101111111111111111111111111111111111111110111111111111111111111011111111111111111111
+1,94,14,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111100111111
+1,94,15,96,1111111111111111111111111111111111111111111111111111101111111011111111111111111111110111111101111111
+1,94,16,97,1111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,94,17,94,1111111101111111111101111111111111110111111111111101111111111111111111111111111111111111110101111111
+1,94,18,97,1111111111110111111111111111111111111111111111111111110110111111111111111111111111111111111111111111
+1,95,0,97,1111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,95,1,96,1011111101111111111111011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,95,2,95,1111111101110110111111111111111111111111111111111111111111111111111111111111111111110111111101111111
+1,95,3,96,1111111111111011111111111111111111111111111111111111111111111111111111011111111111111111110101111111
+1,95,4,94,1111111101111111111111111111111111111111111111011111011111111011111111111011111111111111111101111111
+1,95,5,97,1111111111111111111111011111101111111111111111111111110111111111111111111111111111111111111111111111
+1,95,6,99,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,95,7,95,1011111111110111111111111111111111111111111111111111111111111111111111111111111111110111111001111111
+1,95,8,96,1101111111111111111111101011111111111111111111111111111111111111111111111111111111111011111111111111
+1,95,9,95,1111111011110111111111111111111111111111111111111111111111111011111111111111111111111111111010111111
+1,95,10,96,1111111111111111111111111111111111111111110111111111111110111111111111111111111111110111111101111111
+1,95,11,96,1111111111110111101111111111111111111111111111111111111111111111111111011111111011111111111111111111
+1,95,12,96,1111111101111111111111101111111111111111111111111111111111111111111111111111111111110111111101111111
+1,95,13,97,1111101111111111111111111111111111111111111111111111111111111111111111110111111111111111111101111111
+1,95,14,96,1111110111111111101111111111111111111111111111111111111011111111111111111111111011111111111111111111
+1,95,15,95,0111111111111001111111111111111111111111111111111111111110111111111111111111111111111111111110111111
+1,95,16,96,1111111111111111111111011111111111111111111111111111111111111011111111111111111111111111111100111111
+1,95,17,96,1111111111111111111101011111111111111111111110111111111111111111111111111111111111111111111011111111
+1,95,18,97,1111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111101111111
+1,96,0,92,1011111111110111111111111111111111111111111111111111110110111111111111101111111111110111111001111111
+1,96,1,95,1111111111111111111111111111111111111011110111111111101111111111111111111111111111110111111101111111
+1,96,2,96,1111111111111111101111111111111101111111111111111111110011111111111111111111111111111111111111111111
+1,96,3,93,1111110101111111011111011111111111111111111111111111111111111111111111111110111011111111111101111111
+1,96,4,98,1111111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,96,5,92,1111111101111111111111110111110111111111111111011111011111111011111111111011111111111111111101111111
+1,96,6,93,0111110111111011101111111111111111111111111101111111111011111111111111111111111111111111111110111111
+1,96,7,95,1111111111111101111111111111111111011111111111111110111110111111111111111111111011111111111111111111
+1,96,8,95,1111101111111111111111111111111111111110111111111111111111111111111111110111111111111111111101111011
+1,96,9,94,1011111111110111111111111111111111111111111111111110111111111111111111111111111111110111111001111111
+1,96,10,98,1111111111111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111
+1,96,11,92,1011101111110111111111111111111111111111111111111111111111111111111111111110111111110111110001111111
+1,96,12,98,1111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111111111111
+1,96,13,94,1111111001111111111111011111111111111111111011111111110111111111111111111111111111111111111101111111
+1,96,14,98,1111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,96,15,93,1111111111111111101111011111101111111111111110111111111111111011111111111111111111101111111011111111
+1,96,16,96,1111111111111111111111011111101111111111111111111111110111111111111111111110111111111111111111111111
+1,96,17,99,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,96,18,96,1111101111111111111111111111111111111111111111111111111111111111111111110111111110111111111101111111
+1,97,0,95,1111111111111101111111111111101101111111011111111111111111111111111101111111111111111111111111111111
+1,97,1,95,1111111111111111101111011111111111111111111111101111110011111111111111111111111111111111111111111111
+1,97,2,95,1111111111111111111101111111111111011111111111111111111110111111111111111111111011111111111011111111
+1,97,3,97,1111111111111101111111111111111111111111111111111110111111111111111111111111111011111111111111111111
+1,97,4,98,1110111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,97,5,95,1111101011111111111111111111111111111111111011111111111111111011111111111111111111111111111101111111
+1,97,6,92,1111111111111111101111111111111101111111011110111111110011111111111110111111111111111111110111111111
+1,97,7,97,1111111111111111111111111110111111111111111111111111111111111010111111111111111111111111111111111111
+1,97,8,94,1111101111111111111111111111111111111110111111111111111111111111111111110111110111111111111101111011
+1,97,9,93,1111110101111111011111111111111111111111111111111111111111111111111111011110111011111111111101111111
+1,97,10,98,1111111111111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111
+1,97,11,98,1111111111111111111111011111111111111111111111111111111111111111111110111111111111111111111111111111
+1,97,12,98,1111111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,97,13,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,97,14,98,1111111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,97,15,98,1111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,97,16,97,1011111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,97,17,96,1111111111111111111111111111111101111111111111111111011111111011111111111111111111111111111111111101
+1,97,18,96,1111111011111111111111111111111111111111111111111111110111111011111111111111101111111111111111111111
+1,98,0,97,1011111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,98,1,98,1111111011111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,98,2,97,1111111111111111111111111111111111111111111111111101111111111011111111111111111111111011111111111111
+1,98,3,96,0111111111111111111111111111101111111111111011111111111111111011111111111111111111111111111111111111
+1,98,4,96,1111111111111101111111111011111111111111111111111110111111111111111111111111111011111111111111111111
+1,98,5,96,1111111111111111111101111111011111111111111111111011111111111111111111111111111111111111111011111111
+1,98,6,94,1111110011111111111111111111111111111111111110111110111111111011111111111111111011111111111111111111
+1,98,7,97,1111111111111101111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,98,8,97,1111111111111111111111111111111111111111111111111111111111111011111111110101111111111111111111111111
+1,98,9,95,1010111011111111110111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,98,10,96,1111111111111111111111111111111101111111011111111111111111111111111101111111111111111011111111111111
+1,98,11,96,1111111111111101111111111111101111111111111111111111111111111011111111111111111111111111111111111011
+1,98,12,96,1111111111101111111111111111111111111111111011111111111111111011111111111111111111111011111111111111
+1,98,13,94,1111101011111111111111111111111111101111111111111111111111111011111111111111110111111111111101111111
+1,98,14,98,1111111111111111111111111111111111111111111111111110111111111111111111111111111011111111111111111111
+1,98,15,97,1111111111111101111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,98,16,96,1111111111111111111111111111111111101111111111011111111111111011111111111111111111111011111111111111
+1,98,17,94,1111111101111111111111111110111111111111111111111110111111111010101111111111111111111111111111111111
+1,98,18,97,1111111111111111111111111111111101111111011111111111111111111011111111111111111111111111111111111111
+1,99,0,96,1111111111111111101111111111111111111111111111111110111111111111111111111111111011111111111110111111
+1,99,1,98,1111111111111111111111111111111111111111111111111110111111111111111111111111111011111111111111111111
+1,99,2,93,1011111111110111111011111111111111101111111111111011111111111011111111111111111111111111111110111111
+1,99,3,94,1111111101111111111111111111111111111111111111011111111111111011111111110101111111111011111111111111
+1,99,4,96,1111111111111101111111111111101111111111111111111111111111111011111111111111111111111111111111111011
+1,99,5,97,1111111111111101111111111111111111111111111111101111111111111111111111111111111111011111111111111111
+1,99,6,92,1111111111111101111111101011111111111011111111011111111111111011111111111111011011111111111111111111
+1,99,7,97,1111111111111111111111111111111111101111111111111111111111111111111111111111111111011011111111111111
+1,99,8,97,1111111011111101111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,99,9,96,1011111111111111111111111011111111111111111111111110111111111111111111111111111011111111111111111111
+1,99,10,98,1011111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,99,11,96,1111111111111111111111111011111111111111111111111110111111111011111111111111111011111111111111111111
+1,99,12,96,1111111111111111111111111111111111111111111011111101111111111011111111111111111111111011111111111111
+1,99,13,96,1111111111101111111111111111111111111111111111111111111111111011111111111111111111111011111111110111
+1,99,14,94,1011111111111111111111111111111011111111111111101111111111101111111111111111111111011111110111111111
+1,99,15,97,1111111111111101111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,99,16,95,1111111111111101111111111111111111111111111011111111111111111011110111111111111111111011111111111111
+1,99,17,96,1111111111101111111111111111111111111011111111111111111111111011111111111111111111111011111111111111
+1,99,18,96,1011111111111101111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,100,0,96,1111111111111101111111111111111111111111111111101111111111111111111111111111111111011011111111111111
+1,100,1,98,1111111111111101111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+1,100,2,97,1111111111111111111110111111111011111111111111110111111111111111111111111111111111111111111111111111
+1,100,3,93,1011111111111111111111111111111111111111111111101110111111101111111111111111111011011111110111111111
+1,100,4,96,1011111111101111111101011111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,5,97,1011111111111111111111011111111111011111111111111111111111111111111111111111111111111111111111111111
+1,100,6,95,1111111011111111111111111111111111011111111111111110111111111101111111111111111011111111111111111111
+1,100,7,94,1111111111111101111111011111111111111111111111111111111011101011111111111111111111111110111111111111
+1,100,8,97,1011111111111111111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,100,9,96,1111111111111101111111011111111111111111111111111110111111111111111111111111111111111111110111111111
+1,100,10,95,1111111111111111111111101111111111101111111111111111111111111011111111111111111111011011111111111111
+1,100,11,97,1111111111111111111111111011111111111111111111111110111111111111111111111111111011111111111111111111
+1,100,12,95,1111111111111101111111111111111111111111111111111110111101111011111111111111111011111111111111111111
+1,100,13,96,1011111111111111111111111111111111111111111111111111111111111111111110111111111101111011111111111111
+1,100,14,95,1111111111111101110111011111111111111111111111111110111111111111111111111111111011111111111111111111
+1,100,15,96,0011111111111111111111111111111111111111111111111111111111111011111111111111111111111011111111111111
+1,100,16,94,1111101111111101111111111111111111111110110111111111111111111011111111111111111011111111111111111111
+1,100,17,97,1110111111111111111111111111111111111111111111111110111111111111111111111111111111111011111111111111
+1,100,18,97,1111111111111111110111111111111111101111111111111111111111111111111111111111111111011111111111111111
+2,0,0,52,1100001110000000110001111111001000011000111101111001011111010111110110110111011100001010000110000001
+2,0,1,46,0000110111000011110011010000000111000011001000100001111101111011101001110001001110101101001000101000
+2,0,2,49,0101011001110001010001011001011011100111100101110100010011101000010111101010100000001001101001010111
+2,0,3,57,1111011010001101111010101101110010110001111110001100110110101101011101010100110011010110001011000110
+2,0,4,50,1010001010001001101000100010111011111101000100100011011001100101010101110101101100111001010001010111
+2,0,5,58,1111100001111110111001101111100010001010011100111001001100101001100111100011011011110111011100110001
+2,0,6,52,1101000111000010100001011011010111111110010100110010111000111000100110010000101100111001101111011010
+2,0,7,42,1000001001111110010101000010100110011100001010101010001001100100101011100110010001010000100101011000
+2,0,8,48,0011110101111110001100111000010101000101111101011000000010001010000000010101100111101110010101101001
+2,0,9,51,0110010011000000111111110011110011100110110110010000000101100011010111011111100100100110001011010100
+2,0,10,47,1100101110011000100001111000011101011100000011011100111011000011011000010001110100010100001001011110
+2,0,11,56,0111001111101110100001111100110010000011111110111101100011101001111000010110011101100101010001001011
+2,0,12,49,0100100101110001101010000010110101110011010001110101101100000010110111101111101111000010000001011010
+2,0,13,46,1111000101000000101010110111000011010110000010011010010000101000100111010110010100101111011000110110
+2,0,14,63,0010101011011010010111110011101101111111011101111010100101110010111101100111010011101111100001011101
+2,0,15,51,0010000111101110111111110111010010111100010101111010110000101011110100000010001010000101011000101100
+2,0,16,50,0101011110111100101100011011110101100010010001110111100100101011111000001110000010001000100011110001
+2,0,17,54,0110011011101110001001001000001100100111110101110111110001101101111010010111000111010001110110100001
+2,0,18,43,0011010110000100100010000111001010001011101010000000110001100110110001100101001101000001001101111101
+2,1,0,47,0011000001110011010001111011011010110101010101110110010010101010110110100010000010000001011001010110
+2,1,1,56,0100011111101101111111010101010011101110100101111000110001101001010101001010111010001101101000101101
+2,1,2,52,0111000001110000111111110011110011101110110110010000000101100011010111110111001100100110001010010100
+2,1,3,55,1110110011001110101001101111100010000010011100111001001110101001100111000011110011110111011100110001
+2,1,4,49,0101011001110001010001011001011011100111100101110100010011101000010111101010100000001001101001010111
+2,1,5,48,0101011001110001010001011001011011100101100101110100010011101000010111101010100000001001101001010111
+2,1,6,52,0110010011100110001001010000001011100111110110010111110001100101011110010111000111010010101011100101
+2,1,7,53,0110011011001000111111101011110100100110110101110000000101101011110011011111100100100101010110010000
+2,1,8,56,1111011010001100111010101101110010110001111110001100110110101101011101010100110011010110001011000110
+2,1,9,58,1111011010001101111110101101110010110001111110001100110110101101011101010100110011010110001011000110
+2,1,10,53,0111101011111000101011110111010001100110100010010000110010100000101111010111011110101100000000111111
+2,1,11,53,1101000101100010100010110111100111010100000111111010000000101001100111110110010101111111111000110100
+2,1,12,60,0100101111011010010101110011011101111111011111011010100101110010111001000011010011011111100001011101
+2,1,13,52,1010101010011000100011111000100101011100000001111100111011100011011101110101111100100100001001011110
+2,1,14,54,1101001111100110100001111100010110100010010100110011100010111001111000010110111111100001111011001010
+2,1,15,55,1111000111000010100001011011110011011111111110111100111001101000100110010000001100111101000101011011
+2,1,16,53,0110101110011000100111110001001101111100011011011100110011100011011001010001110010100100001001011111
+2,1,17,57,1000101011011011010001111010111001011111000101111010101101010010111100100111010101011111100001011100
+2,1,18,47,0101001111000010100001011010110010100010010100110111100011101001111000010110001101100101010001001011
+2,2,0,56,1111011011011100111011101101110010110001101101101100110010101101011101110000100001011110001001000110
+2,2,1,49,0101011000100001010000011001011011100111110110010100010111101000010111001110110010000001101011010111
+2,2,2,54,1110010011001110101101101101100010100010011100101000111110101001000111010011110011110110011000110101
+2,2,3,60,1111111010001101111010101111110010010001111110011101000110101101111101000100110011010111001111100010
+2,2,4,66,1111001111101111111101011101010111011111111110111000111000111001100100010010111111111001101100101010
+2,2,5,51,0100010111101100100011110101010011101110100101111000110001001000010101001000111010001101101011011101
+2,2,6,57,1111000111101000100001111001010011011111111110110000101001101000100101010010111100111101101110011110
+2,2,7,55,0111000001110111111111110111110111101100110110011000010100110011010110110101001100100010001011010000
+2,2,8,59,0100111111111011110101010011011001111111101101011110100101100000111101001011010010011001100001010111
+2,2,9,52,0101001001010000010001111001011111100111010111111000010011111010010011100010100001001111101001011101
+2,2,10,61,0111000111101110010101111111011111011111111110111010111000111000111001000010011100111001100011011000
+2,2,11,62,1100101111011010100001110001010101111111011111011010100101110011100100010001110011111111101101011111
+2,2,12,61,1111011111001101111110100101110011100001111101001000110111101101011101010110110011011110101001000101
+2,2,13,53,0100011010101101111111011101010011111110100110111000110000101001010101001000111010000101001010101110
+2,2,14,56,1100011111100110100101111110010110100010010101110010100010111011111000010110000111100101111011011010
+2,2,15,52,1111001011001000111011101001110101100110110100110001000101101001110011011111111100100001010110000000
+2,2,16,52,1010101010011010000101110000100111011101000001111100111011100011011001100101110100010110101001011110
+2,2,17,61,0100101011011000110011111011011101111110011111111010100101110010111101010011011011101101000001011101
+2,2,18,58,0100101111011010010011110011111101011111011111011010000100111010111001000011010011111111100000011100
+2,3,0,59,0111001011101110010111111111111010010111101110101010111000111000111001000010010001111001100011011110
+2,3,1,58,1111010111010100111001101101110111111001111101111100110010101101011101110000111000011110001001000000
+2,3,2,60,1100101011011000110001110011010101111110011111011010100101110011100100010001110011111101101101011111
+2,3,3,62,0100101111011010100011111001011101111111011111011010100101110010111101010011011011101111000001011101
+2,3,4,66,1111001110001111111100101101110111011111111110011101011111111001100101010010011011111001101100101010
+2,3,5,60,1111111011100111111010011111110010010001111110111000100000101101111100000100010111010111101111100010
+2,3,6,63,1111101010001100111010111111010011110001111111111001000100111111111101000101010011110111000111110010
+2,3,7,58,0100111011011001110011101011111100011110011110011110100111100000111101010010111011001101001001001101
+2,3,8,67,1111001111101111111101011101010111011111111110111000111001111001100100010010111111111001101100101010
+2,3,9,64,1011001111101111111101011101010111011111111110111000111000111001100100010000111111111001101100101010
+2,3,10,53,1110011011101101111110100101010011100000101101001000110110101101010101000110110011001110100001000111
+2,3,11,58,0101011110001101111111011101110011001111110110111000110001101001011101011000111010010101001010101100
+2,3,12,61,0110011111101110010001111111011111011111011110111010000100111000111001000011011011111001100011011100
+2,3,13,59,0101100110011010010111110011111101011111111111011010111100111010111001000010010100111111100000011000
+2,3,14,62,1111111010001100111010101111110000111101111110011101100110101111111101000010111011000101001101110010
+2,3,15,61,0100101011011001110011111011011111010110011111111010000101110001111101010101010011111111000011001101
+2,3,16,50,0100010111101100010111110111010011101110101100111000110001001000000101001100111000001101100011011001
+2,3,17,62,0111000111101110100001111101011111011111110111111010111000111000111001000010011110111001101011011100
+2,3,18,59,1100101111011010100001111001010111011111111110011010100001110010100100010000011111111111100111011001
+2,4,0,58,0101100110011010010111110011111101011111111111011010111100101010111001000010010100111111100000011000
+2,4,1,57,0101100110011010010111110011111101011101101111011010111100111010111001000010010100111111100000011000
+2,4,2,66,1101001111101110111111011111110111011111101110111010111001111000101100010010110101111001101110010010
+2,4,3,57,0111001011101111010101111001011010010111111110101000111000111001110001000010011011111001100001101110
+2,4,4,63,1111111011001101111010011111010011110001111111111000000000111101111100000101010111110111001111110010
+2,4,5,59,1011111010000110111010111111110010010001111110111001100100101111111101000100010011010111100111100010
+2,4,6,66,0100001111011110111001101001111101111111011111011111001101110010110101010011011011111111100100111100
+2,4,7,63,1111101110001011110110111101010111011111111110011000110111111001101101010010011011101001001001001011
+2,4,8,61,1111001111101111011101011101010111011111111110111000000000111001110100000010011111111001100110101010
+2,4,9,66,0100011111101110110001111111011111011111011110111010111101111000101001010011111011111001101001011100
+2,4,10,63,1011001111101111111001111101010111011111110110111000111000111000100101000000011110111001101101111110
+2,4,11,63,0111000111101110100101011101011111011111111111111010111000111001111000010010111111111001101010001000
+2,4,12,62,1111101010001100111010111111010011010111111111111001011110111101101101000000010011111011000100111010
+2,4,13,67,1111001110001111111100101101110111111001111110011101000101111011110101010111011011110101101111100010
+2,4,14,59,0110010111101100010001111111011111011111011110111010100100111000111001000010011011111001100011011100
+2,4,15,63,0111001111101110100001111101011111011111110111111010011000111000111001000011011110111001101011011100
+2,4,16,60,0100101011011001110011111011011110010110011111111010000101110001111101010101010011111111000011001101
+2,4,17,60,0100100011011001110011111011011111010110011111111010000101110001111101010101011001111111000011001101
+2,4,18,65,1111100111111110100101111101010101110111111110111010110101110010110100000000010110111111101110011101
+2,5,0,55,1110000111001000010000111111010111011111011110111010100110111001101001000010011011111001100001001110
+2,5,1,65,0011111110101111110111111101011111011111111110011000110100111000111101010010011011101001001011011001
+2,5,2,62,0001101110111110010111110011111101011111111111011011111000101010110001000000011110111101100100111100
+2,5,3,60,1111000111001011111001111101010111011111110110111000111100111000101101000010010100111011101001011010
+2,5,4,63,0111000110011010011100101111110111111011111110011101000101101010111101010111001011110111101111100000
+2,5,5,61,1101101110000111110111110001111101111101111111011010111100111011110001000010010100111101100000011010
+2,5,6,64,1011111111101111111010111101010111011111110110111000111000111001101101000000011110101001001001111110
+2,5,7,63,1111001110001011110101111101010111011111111110111000100111111000100101010010011011111001101101001011
+2,5,8,64,0100001111011110111001101001011101111111011111011111001101110010110101010011011011111111000100111100
+2,5,9,66,0100001111011110111001101001111101111111011111011111001101110010110101110011011011011111100100111100
+2,5,10,57,0101001111101110110111011111010111011111101110111010011000111000101100010010010100111001101010010000
+2,5,11,71,0111001111101110101001111101111111011111110111111010111001111000111001000011111111111001101111011110
+2,5,12,60,0110101011001101111011011111010111110001111111111000000000110101111100000101010111110111001111100010
+2,5,13,66,1101110011011001110011111011011111010110111111111010000101111001111101010101011001111111000011011101
+2,5,14,57,1111001111001101111001111101010011110101110110111000101000111000100101000000011110110101001101111010
+2,5,15,68,1011111011101111111010011111010111011011111111111000010000111101111100000101010111111011101111110010
+2,5,16,68,1111001110001111111100111101110111111101111110011100000101111011110101010111011011110101101111100010
+2,5,17,62,1111001111101111011101001101010111011011111110111001100000111001110100010010011111111001100110101010
+2,5,18,64,1111100110011111110101111101010101110111111110111000110101111010100100000000011110111111101110001101
+2,6,0,67,0101001111101110101000111111010111011111110111111000111001111100111001000011110111111011101111010110
+2,6,1,71,1011111001101111111011011101111111011011111111111010010000111001111100000101011111111001101111111011
+2,6,2,63,1101100011011011011001101011111111010111111110011010000101111010111101010111001001110111000011011101
+2,6,3,66,0111010110011000110110111111010111111010111110111101000101101001111101010101011011111111101111110000
+2,6,4,62,1101110011011001110111111101011111010110111111111000000101111001101100000001011001111111000111001101
+2,6,5,68,1111100110011111110001111011010101110111111110111010110101111010110101010100011110111111101010011101
+2,6,6,71,1011101110111111111100111101111111011111111110011100000101111110111101010111011011100001101111100011
+2,6,7,61,0111011110001111110111111100010111111101111100011000110100111001010101010010011011110101001111011000
+2,6,8,59,1110101010001101111000011101110111110101111110011100000000110011110101010101010111110101101111100010
+2,6,9,66,0100001111001111111111111111010111111001111111111000000101111101110100000111011011110111001111100010
+2,6,10,69,1111011111101111111111111101010111011111110110111001101000111001101101010000011110110001101011111110
+2,6,11,56,1011101111101111011000001101010111011011111110111000110000111001110100000010011111101001000100101010
+2,6,12,63,1101100011001001110001111011011111010110111111111010000101111001111101000111011001111011001011011011
+2,6,13,64,1111010111011011111011111101010111011111110110111000111100111000101101010000010100111111100001011101
+2,6,14,72,0101011011101011101001111111111111011111110111111010101001111001111101000011111101111111001111011110
+2,6,15,64,1111100111011100110011111001011110010110111111111010010101110000111001010101011011111101100011011101
+2,6,16,57,1111100111011101111001111101011011110100110110111011000000111000110101000000011100110101000111111000
+2,6,17,66,0101011011001001110011111011010111010111111111111000101101111001101101010101011011111111001001011111
+2,6,18,67,0101001111011110111111101001011101111111011111011111111101110010110101000011010011111101000100111110
+2,7,0,65,1101110011011001111111111111010111010111110111111000011001111001101100000001011011111111001111001100
+2,7,1,62,0101001111101110100000111101010111010110111111111000100101111100111001000011110101111011100111010111
+2,7,2,62,1100100011001001011001111011111111010110111111111010000101111001111101000111011001111011000011011011
+2,7,3,63,1101100011011011110001101011011111010111111110011010000101111010111101010111001001110111001011011101
+2,7,4,68,1111101100011111110011101001011101110111111110111010110101111010110101010110010110111101101010111101
+2,7,5,65,0101000111011110111101111011010101111111011111011111111101110010110101000001010011111111000100011110
+2,7,6,72,0111111111111110111111101101011111011011011111011110111101111000111101000001011011111101001100111110
+2,7,7,67,1001001001000111111011111001111101111111111111111011010000110011110100000111010111111101100111111011
+2,7,8,64,1111011111001111111110101101011111011111111110111001101000110001101101010000010110111001000010111110
+2,7,9,71,0101001111111110111111111001010101111111010111011111111101111010110101000011011011110101101101111110
+2,7,10,69,1111011111101111111101101101010111011111111110111000101001111011111101010001011101110001000011111110
+2,7,11,61,1101100011011011011011111011111111000011110110011011000100111000101101010110001010110111101011011101
+2,7,12,71,1111010111111011111011111101010111011111110110111001111100111001101101010000011110111101110011111101
+2,7,13,62,1111011111001011111111111101010111011111110110111000101000111000101101010000010100110011101001011110
+2,7,14,71,1001101110111111111101111111111111010111111110011000100101111100111101010111011011101001001111100111
+2,7,15,67,0111011011011001110010111001010111011111111111111100001101111011101101010101011011110111101001011011
+2,7,16,59,1110011111001011111011011101010111111111110110111100010100110000100101010000010110111101100001011100
+2,7,17,64,1111100010011001111001111101110111010101111110011000101000111011111101010101010101110111101111100011
+2,7,18,64,0001001110101110101000111111010111011111110111111100111001111110111001000011110011111011101111000010
+2,8,0,67,1001001001010111111011111001111101111111111110011011010100111111110100000101010011111001100111111111
+2,8,1,70,1001101110101111111101111111111111010111111111111010100001110000111100010111011111101101001111100011
+2,8,2,72,0111111110111111111111101101011101111111011111111010111101111000111101000001010011111101101010111100
+2,8,3,69,1111101101011110110011101101011111010011111110011110110101111010110101010110011110111101001100111111
+2,8,4,64,0111110010011001110010111001010111011111111110111110000101111010101101010101011011110111101011011001
+2,8,5,65,1101001011011011110001101011011111010111111111011000001101111011111101010111001001110111001001011111
+2,8,6,63,1111011111001111111111111101010111011111111110111000101000110000101101010000010110111011001000011110
+2,8,7,63,1111011111001011111110101101011111011111110110111001101000111001101101010000010100110001100011111110
+2,8,8,61,1011001011000011101011111101111101011111110110111010110000110001111101010001000110111001101011011011
+2,8,9,67,1101011101001111111111111001011111111111111111111001001000111010100100000110010101110111100101111110
+2,8,10,71,0111101111111110111111101101011111110011011111011110111101111010111101010001010010111101101000111110
+2,8,11,68,1111111100011111110010101001011101011111111110111010110101111000110101000110011111111101001110111101
+2,8,12,64,1100100001000111011001111001111111110111011111111011000001110001111101000111010101111101100111111011
+2,8,13,66,1101001011001001111011111011111101011110111111111010011100111011110100000111011011111011000011011011
+2,8,14,67,1101101110111110111101101111111111010111111110011000100101111100111101000101011011101001001111100110
+2,8,15,76,0011111111111111111111111101011111011011011111011110111101111000111101010011011011111101001100111111
+2,8,16,67,1101110111111001111111111111010111011111110111011000001101111101101101000001011011100101101111000101
+2,8,17,72,1111101011011111111100111101111111010111111110111000010001111000111100010111011111111011001111111110
+2,8,18,71,1011100110011111111101111101111111010111111110011000100001111110111101010111011111101101101111100011
+2,9,0,67,1111111100001111111010101001010101011111111111111000111101111000110101000110011111110101001111111100
+2,9,1,67,1101011101011111110111111001011111111111111111111011000000111010100100000110010101111111100000111111
+2,9,2,73,0011110110111101111011111101010111011111011111111100011101111000111101010111011011111101001011111111
+2,9,3,66,0111111011011011110110111001011111011011111110011110100101111000101101010011011011110111101100011001
+2,9,4,71,1101101011011011111000111111111101010111111110111000011001111011111100010111011111111011001011111110
+2,9,5,65,0111001011001101111111111001111111011110111111110010010100111000110100000111011011111011000111011011
+2,9,6,68,1111111100111111111010101001011101111111011111111010110001111000111101100001010011111101101010111010
+2,9,7,68,0100100011000111011101111101111111110111011111111011001101110001111101000111010101111101100111111101
+2,9,8,69,1111101101011110111011101101011111011011111110011110100101111010100001010111011110111101101110110011
+2,9,9,70,1011100110011111110101111101111111010111111110011000110001111110111101010110011111101101001101101111
+2,9,10,67,1111101100011111110011101001011111010011111110011110110101111010110101000110011110111101001100111111
+2,9,11,68,1111011101011110110010101001011101011111111110111010110101111000110101010110011111111101001110111101
+2,9,12,66,0111100100111110110010101001011101011111111110011110111101111000110101000101011111111101001010111111
+2,9,13,70,1111111111011111111111101001011111110011011111111010110101111010111101010010010000111101101100111100
+2,9,14,70,0111101111111110111111101101011111110011011111011110111101110010111101010001110010111101100000111110
+2,9,15,69,0111101111111111110111101101011011110011011111011110111101111010111101010001010010111001101000111110
+2,9,16,67,1101101110111110111101101111111111010111111110011000100001111100111101000111011011101001001111100110
+2,9,17,71,1111101011011111111100111101111011010111111110111000010101111000111100010101011111111011001111111110
+2,9,18,70,0111101111111110111111101101011111110011011111011110111101111010111101000001010011111101101000110110
+2,10,0,71,0111111111011111111111101001001101111111111111111010111101111000111101010100010010111101101010111100
+2,10,1,69,1111011100111110110011101101011101011111011110111010110101111000110101010011011111111101001110111101
+2,10,2,68,0111100110011110111111111101111111010111111111011110110000111010111101000010010111101101101000111110
+2,10,3,71,1011101111111111110101101101011111110011011110011000111101111110111101010101011011111101001101100111
+2,10,4,71,1111111011011011111000111111111011010111111110110000010001111011111100010111011111111011001011111110
+2,10,5,70,1101101011011111111100111101111101010111111110111000011101110000111100010101011111111011001111111110
+2,10,6,70,0111101101011110111111101101011111111011011110011110111101111010111101010001110110111101100000111110
+2,10,7,69,1111101111111110111011101101011111010011111111011110100101110010100001010111011010111101101110110011
+2,10,8,66,1111101011011010111110101101011111011111111110101000010101111000110100010101011111111011001111101010
+2,10,9,69,1111101101001111111001111101111011010011111110011110100101111010101001000111011110111101101110110111
+2,10,10,68,1101101110111110111101101111111111010111111110011000100101111000111101000111011011111001001011110110
+2,10,11,71,0111111110111111111111101101011101111111011111111010111001111100111101010001010010101101101110101100
+2,10,12,74,0101101011111111111000111101111101110111111110111000111001111011111100010111011111111111001011111110
+2,10,13,69,1111111110011011111111101111011101011111011111111010011101111000111101010001010010111001101010111100
+2,10,14,69,0111101111011110111111101101011111010111111110011100111101110000111101010001010110111101110110111100
+2,10,15,71,1011101011111111111100111101111011110011011111111010010101111010111100010101111011111011001001111110
+2,10,16,68,1101101011011011111000111111111101010111111110011000011001111010100100010111011111111101101011111110
+2,10,17,71,1111101101011110111011101001011111011011111110111110100101111011111001010111011110111011001110110011
+2,10,18,66,1111101101011110111011101101011111011011111010011110100101111010100001010110011110011101101110110011
+2,11,0,67,1111101101011110111011101101011111011011111110111100100101111010111001010011011110111011000110110001
+2,11,1,72,0110101111011110111111101001011111000111111110011110111101110001111101010101110110111101111110111110
+2,11,2,71,1101101011011111111100111101111101010111111110111000011101111001111100010101011111111011001011111110
+2,11,3,69,1111111011011001111000111111111011010111111110110000010001110010111100010111011111111011001111111110
+2,11,4,72,0111101111011110111011101101011111010111111110011100111101111010111101010011011110111101110110111100
+2,11,5,67,1111101101011110111111101001001111011011011110111110100101110001111001010101010110111011001110110111
+2,11,6,66,1011101011001101111101111101111011010011011111011110100101111010101000000111011110111111001000111111
+2,11,7,73,1111101101111111111000111101111011110011111110111010010101111010111101010101111011111001101111110110
+2,11,8,73,1111101101011111111011111001011111011011111110111110100101111010111001010111011110111111001110110011
+2,11,9,68,1111111101001110111001101101111011010011111110011110100101111011101001000111011110111001101110110111
+2,11,10,73,1111101110011111111111101001011101011011110111111110110101111011111101010111011010111101001110111001
+2,11,11,69,0111111101111110111011101101011111101111011110111110101001111100111001010001010110101011101110110110
+2,11,12,71,1111101110111110111101101111111111010111111110011000100101111000111101010111011010111101001111110011
+2,11,13,66,1100101101011110111011101101011111011011111111011110100101111010100001000111011111111001101010110110
+2,11,14,68,0101101011011111111000101101011101110111111110111010111101111001111100010110010011111111001010111110
+2,11,15,77,1111111111111111111111111001101101111111111111111000111001111010111101010101001110111101101011111100
+2,11,16,74,1111101011111011111000111111111111010111111110110000110001111011111100110111011111101011001011111111
+2,11,17,73,0101111011011111111000111101111001110111111110111000011001111011111100010111011111111111001011111111
+2,11,18,72,1111111110111110110111100101011101011110111111111010110101111000110101010011011111111101101010111101
+2,12,0,73,0111101011011111111011101101111011010111111110011010111101111011111101010011011111101111000110111110
+2,12,1,72,0100111111011110111000111101111101110111111110111100011011111010111100010111011110011101111011111101
+2,12,2,70,1111101110011110111101101011111111011011110110110100100101111000111101010111011010111101001111111011
+2,12,3,73,1111101110111111111111101101011101010111111111011010110101111011111101010111011010111101001110110001
+2,12,4,73,1111101011111011111000111111111011010111111110111000110001111011111100010111011111101011001011111111
+2,12,5,71,0101111011011111111000111101110101110111111110110000011001111011111000110111011111111111001011111110
+2,12,6,77,1111101111111011111000111111111111010111111110110100110001111010111100110111011111111111001011111111
+2,12,7,68,0111101001011110111011101101011111010111111110011000111101111011111101010011011110101001110110111100
+2,12,8,72,0111101110111111111101101001111101011011111111111100100101111011111101010111011010111101001110111001
+2,12,9,69,1111001110011110111111101111011111010111110110011010110101111000111101010110011010111101001111110011
+2,12,10,65,1111101101011111111010101101011111010011111110111000100001111010111001010011011111111011000010110101
+2,12,11,73,1111101011110010111001111111111111011111111100110100110001111011111100110111011110101011001111111011
+2,12,12,73,1111101101011111111011111001011011110011111110111110110101111010111101010111011010111111101011110010
+2,12,13,71,1110101101111111111000111101111111011011111110111010000101111010111001010101111111111001001110110111
+2,12,14,70,1111101101111011111000111101111111110011111110111000010101111010111000010111111111111001001011110110
+2,12,15,76,1111101011111111111000111111111011010111111110110010110001111011111101110101011011101011101111111111
+2,12,16,72,1111101110011111111101111001011111010011111111111010110101111010111101010111011010111101001111111000
+2,12,17,75,1111101101111111111010111101111001111011110110111110010101111011111101010101111011111001101110110111
+2,12,18,74,1111101111011011111010111111111111010101111111010100110001111011111100010011011111101101100111111111
+2,13,0,73,1111101101011111111101111001011011110011111110111110110101111010111101010111011010111111101011110010
+2,13,1,72,1111101110011111111011111001011111010011111111111010110101111010111101010111011010111101001111111000
+2,13,2,75,0111101011111111111010111101111001111101110110111010011101111011111101010101111111101001101110111111
+2,13,3,71,1111101101011101111011101101111011010011111110011110110101111011111101010011011011111111000110110110
+2,13,4,70,0100101111011110111000111101111101110111111110011100011001111010111100010111011111011101011111111101
+2,13,5,75,0111111011011111111011101101111011010111111110111010111111111011111101010011011110101111100010111110
+2,13,6,70,0011101011111100111001101101011011010111111110111000110101111010111101110111011110111011011010111111
+2,13,7,73,1111101011111011111000111111111111010111111110111000111001111011111100010111011111101011001011111100
+2,13,8,74,1101111011011111111000111111111101110111111110110000011001111011111000110111011111111111001011111110
+2,13,9,72,1111101011111011111000111101111011010111111110111000110001111011111100010111011111101011001011111111
+2,13,10,77,1111101011111111111000111111111011011111111110111010010001111011111101110101011001111011101111111111
+2,13,11,72,1111101001111111111010111101111001110011110110110110110101111011111101010101111011101001101110110111
+2,13,12,69,1111101010011111111101111001011011010011111110111010110001111010111101010111011010111101001111111001
+2,13,13,80,1111101111111111111000111111111111010111111111110010110101111011111101110101011011111011101111111110
+2,13,14,68,1110101111011011111000111101111111010001111111110100010001111011111100010011011110101101100011111111
+2,13,15,77,0101111111011111111010111111111101110111111110011100111011111000111100010111011111011101111111111101
+2,13,16,74,1111101011011111111010111111111111010111111111010000110001111011111100010011011111101101100111111111
+2,13,17,73,0111100111011011111011101101111011010101111110011110111101111011111101010011011111101111100110111110
+2,13,18,72,1111101101011111111011111001011011110111111110111110110101111010111101010111011010111101001111110000
+2,14,0,69,1111101011111011111000111111111011010111111110111000010001111011111100010101011101101001001011111111
+2,14,1,79,1111101011111111111000110101111011011111111110111010110001111011111101111111011011111011101111111111
+2,14,2,73,1111101101101111111101111001111011111011111110111110010101111010111101010101011010111111101011110010
+2,14,3,75,1111101011011111111000111111011011010111111110111010110001111011111101110111011001011011101111111111
+2,14,4,80,1111101111111111111000110111111111110111111111110010110101111011111101110101011011111011101111111110
+2,14,5,79,1111101111111111111000111111111111010111111111110010110101111011111101110101011011111011101111111010
+2,14,6,71,1111101101011011111100111001011011110011111110111010111101111010111101010111011110101111101001110110
+2,14,7,74,1111111011111111111001111011111111010111111110111100110001111011111100010111011011111011001011111000
+2,14,8,78,1111111111011111111010111111111101010111111110011100111011111000111100010111011111001101111111111111
+2,14,9,70,0101101011011111111010111111110111010111111111010000110001111011011100010011011111111101100111111101
+2,14,10,70,0111100011011011111011101101111011010101111110011110111101111011111101010001011110101111100110111110
+2,14,11,77,0111111111011111111011101101111011010111111110111010111111111011111101010011011111101111100010111110
+2,14,12,70,0111101011011111110010111111111111010111111110010000110101111011111100010011011110101101100111111110
+2,14,13,78,1111111011011111111011101101111011010111111111111010111011111011111101010011011111101111100010111111
+2,14,14,74,1111101111111011111111101101011101010011111110011010110100111011111101010111011111101111101100110111
+2,14,15,71,0111100110011111111011101101111011010101111111011110111101111011111101010011011010111111100010111010
+2,14,16,73,1101111011011111111000111111111101010111111110110000011001111011111000010111011111111111101011111110
+2,14,17,75,1111101011011111111010111111111111110111111111010000110001111011111100110011011111101101000111111111
+2,14,18,73,0111101011111111111010111101111001110001110110110110111101111011111101010101111011101001101110111111
+2,15,0,77,1111111011011111111010111111111111110111111111011000110001111011111100010011011111101101010111111111
+2,15,1,75,1111101111011111111010111111111101010111111110010100111011111000101100110111011111001101101111111111
+2,15,2,79,1111101111111111111011101101111111010111111110111010111011111011111101010111011111101111100010110111
+2,15,3,72,1111111111011011011111001101011001010011111111011010110100111011111101010011011111101111101100111111
+2,15,4,75,1111101101011011111101111001011011110111111111111010111111111010111101010111011110101111101001110110
+2,15,5,74,1111111011011111111010101101111011010011111110111010111001111011111101010011011111101111100010111111
+2,15,6,75,1111101111011111111000111111011011010111111110111010110001111011111101110111011001011001101111111111
+2,15,7,73,1111101011011111111000111111011011010111111110101010110001110011111101110111011001011011101111111111
+2,15,8,80,1111101111111111111010101111111111010101111111111010110101111011111101110111011010111111101111111010
+2,15,9,69,0111100110011111111001111101111011010111111111010110111101111011111101010001010011111011100010111010
+2,15,10,73,1011101101111111111000111101011001110111111110111010010101111011111101010101111111101001101111110111
+2,15,11,69,1111101001011011111110111001111011111011110110111010111101111010111001000111011110101111101000110110
+2,15,12,78,1111101111111111111000110101111111110111111111111010110101111011111100010101011011111011101111111110
+2,15,13,71,1111101101011111111100111011011011110011111110010010111101111010111101110111011100101111101001110110
+2,15,14,79,0111101011111111111010111111111101110111111111110010110101111011111101110101111011101011101111111110
+2,15,15,72,1111101111111111111000111101111011010001110110110110111101111011111101010101011011110001101110111011
+2,15,16,75,1111101011111111111000111111111111010111111111110000110001111011111100110111011011101111000111111110
+2,15,17,79,1111101111011111111010111111111111110111111111010010110101111011111101110001011111111001101111111011
+2,15,18,68,1101101011011111111010111111110101010111111111010000010001111011111100010011011111011101101001111101
+2,16,0,77,1111111011011111111010111011011111110111111111111000110101111011111101010011011111101101100011111111
+2,16,1,75,1111101101011011111101111101111011110111111111011010111011111010111100010111011110101111011101110110
+2,16,2,74,1111101101011111111110111111011101010111111110010000111011111000111100110111011111001111101011111111
+2,16,3,71,1111101111011111111000111011111011110011111110010110111101101010101101110111011100101101101101110110
+2,16,4,76,1111101011011111111000111111111111010111111111110000110011111010111100110111011111101111000111111111
+2,16,5,73,1111101111111111111010111111011101010111111110010100111001111001101100110111011011001101101111111110
+2,16,6,77,1111101111111111111010111101111011110111111110111010111011111011111101010101011111101001100011111011
+2,16,7,80,1111101111011111111011101111111111010111111111010010110101111011111101110011011111111111101110110111
+2,16,8,79,1111101111011111111000110111111111110111111111111010110101111011111100110101011011111011101111111110
+2,16,9,74,1111101111111111111000111101011011010111111110111010110001111011111101010111011001011001101111111111
+2,16,10,83,0111101111111011111010111111111101110111111111111010111101111011111101110111011111101111101111111110
+2,16,11,71,1111101001011111111100111001011011110111111111110010110111111010111101011101111010101011101001110110
+2,16,12,70,1111101011101111111010111101111011010101111110110010111101111011111100010101011011100001101110111011
+2,16,13,79,0111101111111111111000111111111101110011110111110110110101111011111101110101111011111011101111111110
+2,16,14,74,1111101011111111111000111111011111010111111110110000110001111011111100110111011011101111000111111111
+2,16,15,75,1111101011011111111000111111111011011111111111101010110001110011111101110111011001011011101111111110
+2,16,16,80,1111101111111111111010011111111101010111111111111010110011111011111001110111011010111011101111111111
+2,16,17,70,1111101111011111110010101111111111010001111110010100111101111000101100110111011111001101101111111010
+2,16,18,74,1111111011111111111010111111111101010011111110011100110011111000101100110111011111001101010111111111
+2,17,0,77,0111101111111111111000011111111101010011110111110110110101111011111101110111011010111011101111111111
+2,17,1,79,1111101111111111110010111111111101110111111111111010110011101011111001110100111011111011101111111110
+2,17,2,78,1111111111111111111010111111111101110011111110111100111001111000111100110111011111001101100111111111
+2,17,3,79,0111101011111011101010111111111101010111111111011010111111111011101101110111011111101111011111111110
+2,17,4,80,1111101111010011111111111101111101111111111111111010111001111010111100110111011111101111011101111110
+2,17,5,79,0111101101111011111000111111111011110111111111011010111111111011111101110111011110101111101111110110
+2,17,6,76,0111101111011111111000110111111111110111111111111000111001111011111100110001011011111011101111111110
+2,17,7,80,1111101011011111111010111111111111110111111111110010110101111011111100010111011111101101101111111111
+2,17,8,73,1111101111011111111000111101011111010111111110010010110001111011111101010111011101011011101110111111
+2,17,9,78,1111101111111111111011101111111011010111111111011010110101111011111101110011011011111001101110110111
+2,17,10,78,1111101011011111111000111111111011011111111111010010111001111011111101110111011111011011101111111110
+2,17,11,72,0111001011011111111010111111111111110111111111101000110001110011111100010011011001101101101111111111
+2,17,12,78,1111101111011111111001101111111111010111111111011010110101111011111101110011011111111011101110110110
+2,17,13,81,1111101111011111111010110111111111110111111111110010110101111011111100110101011011111111101111111111
+2,17,14,74,1111101111011111111110111111011101010111111110010000111011110001111100110111011011001011101111111111
+2,17,15,75,1111101001011111111000111111111111011111111111101010110001110010111101110111011101011111101011111110
+2,17,16,76,1111111011011111111010101011011111010111111111011010110101111011111101010011011111111101100011111111
+2,17,17,78,1111101111011101111011111111111101110111110111110000110101111011111101110011011111101111101110110111
+2,17,18,77,0111101111111111111000111111111111010011110111110000110111111010111101110101111011111111001111111110
+2,18,0,77,1111110111111111111111111101111101111011111110111010111001111000111100110111011111001101000101111111
+2,18,1,80,1111101111010011111010111111111101110111111111111100111001111010111100110111011111101111111111111110
+2,18,2,76,1111001011011111111000111111111011010111110111110010111011111011111101110101111011011111001111111110
+2,18,3,80,0111101111111111111000111111111111011011111111010000111101111011111101110111011111111011101111111110
+2,18,4,76,1111101001111011101000011111111101010111111111101010111111111011101101110111011111101111001111111110
+2,18,5,76,0111101011111111111010111110111111011111111011011010110001110010111101110111011101011111111011111110
+2,18,6,79,1111101111011111111001111111111111010111111111011010110101111011111101110011011111101111101110110110
+2,18,7,76,1111101011011101110011101111111101110111111111110000110101111011111101110011011111111011101110110111
+2,18,8,78,1111111111011111111010111111111001011111101111011000111001111011111100110111011111001111101111111110
+2,18,9,76,1111101011111111111000111111111111110011111110110110111001111000111101010111011111011001100111111111
+2,18,10,80,1111101011011111111010111111111111110111111111110010110101111011111100010111011111101101101111111111
+2,18,11,79,1111101011011111111010111111111111110111111111110010110101111011110100010111011111101101101111111111
+2,18,12,78,1110101011011111111110111111111011011111111111010010110001111011111101110111011011011011101111111111
+2,18,13,77,1111101111111111111001101111110011010111111111011010111101111011111101110011011111111001101110110110
+2,18,14,79,0111101011111111111000111111111111110111111111110010110101111011111101110101011011111101001111111111
+2,18,15,77,1111101111011111111010111111111111010011110111110000100111111010111100010111111111101111101111111110
+2,18,16,76,0111101011111011101010111111111001010111111111011010111001111011101101110111011111101111011111111110
+2,18,17,82,1111101011011111111000111111111111011111111111010010111111111111111101110111011111011011101111111110
+2,18,18,78,1111101111111101011011111111111001110111111111011000110101111011111101110011011111101111101110110111
+2,19,0,76,0111101111111111011000111111111000011111111111010000111101111011111101110011111111101011101111111110
+2,19,1,81,1111101111111101011011111111111111110011111111011000110101111011111101110111011111111111101110110111
+2,19,2,79,1111101111010011111010111111111111110111111011010010111001111010111101110111011111101111111111111110
+2,19,3,76,0111101011111111111010111110111101011111111111111100110001110010111100110111011101011111111011111110
+2,19,4,80,1111101101011111111010111111111111010111111111110000110111111111111100010111111111011011101111111110
+2,19,5,79,1111101011011111111010111111111111011011110111010010101111111011111101110111011110101111101111111110
+2,19,6,80,1111101011011011111010111111111111110111111111110010110101111011111101110111011111101101110111111110
+2,19,7,74,0111101011111111101010111111111001010111111111011010111001111011101100010111011101101111001111111111
+2,19,8,77,1111101111111111111001101111110011010111111111011010111101111011111101110011011111111001101110110110
+2,19,9,77,1111101111111111111001101111110011010111111111011010111101111011111101110011011111111001101110110110
+2,19,10,79,0111101111111111111010101111111111011011111111010010111101111111111101110011011111111000101111111110
+2,19,11,78,1111101111011111111001111111111111010111110111110000110101111011111101110111011011111011101110110111
+2,19,12,80,1111101011011111111010111111111111110111111111100010111101111011110101110111011111100101101111111111
+2,19,13,75,1111101001111011101010011111111101010111111111111010110111111011101100010111011111101111001111111110
+2,19,14,82,1111101011011110111000111111111111011111111111010011111111111111111101110111011111111011101111101110
+2,19,15,78,1111101011011111111010111111111111110111111111110010110101111011110100010111011111001101101111111111
+2,19,16,80,1110101111011111111110111111111011010111111111011010110101111011111101110111011011011011101111111111
+2,19,17,76,1011101111111101011011111111111001111111111111010000110001111011111101110011011111101111101110110111
+2,19,18,80,1111101111111111111000111111111111011111111111010000111101111011110101110111011111111001101111111110
+2,20,0,79,1111101111111111111000101111111111011111111111011000111100111011110101110111111110111001101111111110
+2,20,1,77,1111101110111111111001111111111011010111111111010010111101111011111101110111011111111001001110110110
+2,20,2,83,1110101111011111111110111111111111110111111111011010110101111011111101110111011011111011101111111111
+2,20,3,76,1111101001011111111010111111111011010111111111100010111101111011110101110111011111000101101111111111
+2,20,4,75,1110101111111111111000111111110011110111111101011010111101111011111101010011011111101001101110111110
+2,20,5,78,1111101011011111111011101111111111010111111111110010110101111011110100110111011111011101101111110111
+2,20,6,81,1111101001011111111010111111111111110111101111100011111101111111111101110111011111100011101111111111
+2,20,7,79,1111101011011110111000111111111111011111111011010010111111111111110101110111011111111101101111101110
+2,20,8,80,1111101111111101011011111111111111110011111111010000110101111011111101110111011111101111101111110111
+2,20,9,78,0111101011011111011010111111111111100011111101111010110101111011111100010111011111111111101111111111
+2,20,10,78,1111101011111101111011111101111111110111111111110000110101111011111100010111011111001111100111111111
+2,20,11,78,1111101111011111011010111111111111110011111111011010110101110011110101110111011111111101101110110111
+2,20,12,80,1111101111011101011010111111111111110011111111110010110101111011111101110111011111111111101111110110
+2,20,13,80,0111101101111111111011111111111111010111111111011000110111111111111100010111111111001011101110111111
+2,20,14,77,1111101011011111111000111111111111011011111111010010101101111011110101110111011110101111101111111110
+2,20,15,81,1111101111111111111010111111111111011111110111010000111110111011111101110111011111111001101111111110
+2,20,16,79,1110101011011111111010111111111011011011110111011010101111111011111101110111011110011111101111111111
+2,20,17,79,1111101111011101111110111111111111010111111111010010110101111011111101110111011011101011101111111110
+2,20,18,76,1111101111111111111001101111110011010111111111110010110101111011111101110011011111111001101110110110
+2,21,0,81,1110101011011111111010111111111111011011110111011010101111111011111101110111011110111111101111111111
+2,21,1,80,1110101111011111111110111111111010110111111111011010110101111011111101110111011011011011101111111111
+2,21,2,72,1111101110011101111000111111111011010111111111010010110101111011111101110111011011101001101110110110
+2,21,3,81,1111101111111111111011111111111011010111111111010010111101111011111101110111011111111011001111110110
+2,21,4,82,1111101111011111011011111111111111110011111111110010110001111111111101110111011111011111101111110111
+2,21,5,76,0111101101111101111010111111111111010111111111011000110101111011111100010111111111101011101110111110
+2,21,6,78,1111101001111101011010111111111111110111101011110011110101111011111101110111011111101111101111110110
+2,21,7,82,1111101111011111111010111111011111110011111111100010111101111111111101110111011111110011101111111111
+2,21,8,78,0111101111011111111010110111111111000011111111111000110101111011111100110111011111111011101111111111
+2,21,9,78,1111101001111111011010111111111111111111110100010010111110111011111101010111011111111101101111111110
+2,21,10,76,1111101010011110111001011111111111011111111011010010111111111011110101110111011111111101101110101110
+2,21,11,78,1111101111111111111000111111111011010111111111010010111101111111110101110111011111111001001111110110
+2,21,12,77,1111101011011110111010111111111011010111111111000010111111111111110100110111011111111101101111101110
+2,21,13,76,1111101001011111111000111111111111010111111011110010111101111011110101110111011111000101101111111111
+2,21,14,81,1111101111111111111010111011111111111111111111010000111100111011111101110111011111111001001111111111
+2,21,15,75,1111101111011111011010111111111111010011110111011010110111110011110101110111011111011101101110110110
+2,21,16,82,0110101111011111011010111111111111110111111111111010110111111011111101010111011111111011101111111111
+2,21,17,79,1111101011011111111110111111111111100011111101011010110101111011111100110111011011011111101111111111
+2,21,18,79,1111101011011110111001111111111111011111111011010010111111111111110101110011011111111101101111101110
+2,22,0,82,1111101111011111111010111111011111110011111111100010111101111111111101110111011111110011101111111111
+2,22,1,80,1111101111011111111010111111011111110011111111100010111001111111111101110111011111010011101111111111
+2,22,2,78,0111101111011111011110111111111111100011111101011010110101111011111100110111011011111011101111111111
+2,22,3,84,1110101011011111111010111111111111110111111111111010111111111011111101010111011111011111101111111111
+2,22,4,80,1111101111111111111010111111111011010011111111011010111101111011111100110111011111111011101111110110
+2,22,5,77,0111101111011111011011110111111111000101111111110000110101111011111101110111011111111011001111111111
+2,22,6,84,1111101111011111111111111111111111110011111111110010110101111111111111110111011011011111101111111100
+2,22,7,75,1110101011011111011010111111111111100011111101011010110001111011111100110111011111011111101111110111
+2,22,8,85,1110101111011111111010111111111111110111111111111010101111111011111101110111011110111111101111111111
+2,22,9,77,0110101011011111011010111111111111011011110111011010110111111001111101010111011111111011101111111111
+2,22,10,79,1110101111011101111110111111111011110111111111110010110101111011111101100111011011011011101111111111
+2,22,11,77,1111101001111111011010111111111110110111101011011011110101111011111101110111011111101111101110110110
+2,22,12,80,1110100011011111111010111111111111011011110111011010101111111011111101110111011110111111101111111111
+2,22,13,80,1110101011011111011010111111111111011011110111011010101111111011111101110111011110111111101111111111
+2,22,14,81,1111101111011111111010111111011111010011111111100010111101111111111101110111011111110011101111111111
+2,22,15,81,1111101111111111111011111111111011110111111111000010111101111011111100110111011111111111001111110110
+2,22,16,76,1111101001011111111000111111111111010111111011110011111101111011110101110111011111001101101111110110
+2,22,17,78,1111101001111101011010111111111111110111101011110011110101111011111101110111011111100111100111111111
+2,22,18,78,1110101011011111111010111111111011011011110111010010101111111011111101110111011110111111001111111111
+2,23,0,79,1111101111111111111010111111011111010011111111011010111101111011111100110111011111110011101111101110
+2,23,1,80,1111101111011111111010111111111011010011111111100010111101111111101101110111011111111011101111110111
+2,23,2,83,1110101011011111111010111111111111111111111111011010101111111011111101010111011111011111101111111111
+2,23,3,79,1110101011011111011010111111111111110011110111111010111111001011111101110111011110111111101111111110
+2,23,4,80,1110101011011111111010111111111011010011110111010011101111111111111101110111011110111111101111111111
+2,23,5,81,1111101111011111111010111111011111111011111111110010111101111011111101110111011111110011001111111101
+2,23,6,81,1110100011011111111010111111111111110111111111011010111111111011111101010111011111010111101111111111
+2,23,7,82,1111101011011110111010111111111111011011110111111010101111111011111101110111011110111111101111111111
+2,23,8,84,1110101011011111111010111111111111110111111111111010111111111011111101010111011111011111101111111111
+2,23,9,83,1110101011011111111010111111111111110111110111111010111111111011111101010111011111011111101111111111
+2,23,10,81,1111101111011111111010111111011111010011111111100010111101111111111101110111011111110011101111111111
+2,23,11,79,1111101111011111111010111111011111010011111111100010111101110111111101110011011111110011101111111111
+2,23,12,83,1110101111011111111010111111111111110111111111111010101101111011111101110111011110111111101111110111
+2,23,13,85,1111001111111111111011111111111111010111111111011010111111111011111101110111011111111011101111111110
+2,23,14,79,0111101111011111011010111111111111110011111111100010110101111011111101110111011111110011101111111111
+2,23,15,81,1111101111011111111110111111011111100011111101011010111101111111111100110111011011111011101111111111
+2,23,16,79,1111101111111111111010111111111011010011111111010010111101101011111100111110011111111011101111110111
+2,23,17,75,0111101111011111011011010111111111000101111111111000110101111011111101110111011111111011001111110110
+2,23,18,80,1111101111010111111010111111011111110011111111100010111101111111111101110111011111110011101111011111
+2,24,0,84,1111101111011111111110111111011111110111111101011010111101111111111100110111011011111111101111111111
+2,24,1,80,1110101011011111111010111111111111100011110111111010111111111011111101010111011111011011101111111111
+2,24,2,81,1110101011011110111010111111111111011011110111111011101111111011111101110111011110011111101111111111
+2,24,3,85,1111101011011111111010111111111111110111111111111010111111111011111101010111011111111111101111111101
+2,24,4,79,1110100011011111111010111111111111110111111111011010111101111011111101010111011111010111101111110111
+2,24,5,84,1110101111011111111010111111111111110111111111111010101111111011111101110111011110111111101111101111
+2,24,6,80,1111101111011111111010111111111011010011111111101010111101111011111101110111011011111011101111110111
+2,24,7,83,1111001111111111111011111111111111010111111111010010111111111111001101110111011111111011101111111110
+2,24,8,80,0111101011111111111010111111011101110011110111110010011101111111111101110111111111111111001111111101
+2,24,9,78,1110111111011111111010111011111011011011011111010011101111111011111101110111011110110011101111101111
+2,24,10,81,1111101111111111111011111111011111010011111110011010111111111011111100110111011111110011101111111110
+2,24,11,82,1111001111111111111010111111111111010111111111111010111001111011111101110111011111111011101111101110
+2,24,12,84,1111101111011111111010111111111111010111111111111010111111111011111101110111011110111011001111111111
+2,24,13,83,1110001111111111111011111111111111110111111111011010101101111011111101110111011111111111101111110110
+2,24,14,79,1110101011010111111010111111111111110111110111111010101101011011111101110111011110111111101111011111
+2,24,15,85,1110101111011111111110111111111111110111111111111010111111111011111101010111011111011111101111110111
+2,24,16,80,1110100111011111111010111111111011110011111111101010111111111101101101110111011111111011101111110111
+2,24,17,79,1111101011011111111010111111111111010111111111010010111101111011111101000111011111010111101111111111
+2,24,18,79,1110101111011111111010111111011111111011010111110010111101111011111101110111011111011011001111111111
+2,25,0,82,1111001111011111111110111111011111110111111111011010111101111111001100110111011011111111101111111111
+2,25,1,83,1111101111111111111011111111110111010111111101010010111111101111111101110111011111111011101111111110
+2,25,2,77,1110101111011111111010111111011111110011010111111010101101111011101101110111001111011111001111111111
+2,25,3,78,1110101011011100111010111111101111011011110111110011111111111011111101110111011110011011101111111111
+2,25,4,81,1111101011011011111010111111111111110111111111111010101111111001111101010111011111111111101101111101
+2,25,5,85,1111101011011111111010111111111111110111111111111010111111111011111101010111011111111111101111111101
+2,25,6,80,0111101111111111111010111111011101100111110111110010011101111111111101110111111111111111001111110101
+2,25,7,84,1110101011011111111110111111111111110011111111111010111111111011111101010111011111011111101111111111
+2,25,8,85,1110101111011111111110111111111111010111111111111010111111111011111101010111011111011111101111111111
+2,25,9,80,1110100011011110111010111111111111111011110111111011101111111011111101110111011110011111101111110111
+2,25,10,84,1110101111011111111010111111111111111011111111111010111111111001101101110111011111111111101111110111
+2,25,11,80,1110100111011111111010111111111011110111111111101010101111110111111101110111011110111011101111101111
+2,25,12,81,1111101011011111111010111111011101110011111111110010011101111111111101110111111111111111001111111101
+2,25,13,86,0111101011111111111110111111111111110111110111111011111111111011111101010111011111111111101111111101
+2,25,14,85,1111101111111111111011111111111111010111111111110010111111111111001101110111011111011011101111111111
+2,25,15,82,1110001111011111111010111111111111110111111111011010101111111011111101110111011110111111101111101111
+2,25,16,84,1110101111111111111110111111111111010111111011111011111011111011111101110111011111011011101111110111
+2,25,17,82,1101001111011111111010111111111111110111111111111010111101111011111101010111011111111111101111101110
+2,25,18,83,1111101011011111111010111111111111110111111111101010111111111011111101110111011111110111101111111100
+2,26,0,83,1111101111011111111000111111111111110111111111101010111111111011111101010111011111111111101111111100
+2,26,1,81,1101001011011111111010111111111111110111111111111010111101111011111101010111011111111111001111101111
+2,26,2,81,1110101111011011011110111111111101010111111011111011111011111011111101110111011111011111101111110111
+2,26,3,81,1111101011111111111010111111111111110011111111111010101111111001111101010111011111111011101101111101
+2,26,4,82,0111101011011111011110111111111111110011111111111010111111111111101100010111011111011111101111111111
+2,26,5,82,1110001111011111111110111111011111110111111111011010111101111011011101110111011011111111101111111111
+2,26,6,83,1111100011011111111010111111111111110111111111111010111111111011111101010111011111111111101111111100
+2,26,7,84,1111101011011111111010111111111111110111111111101010111111111011111101110111011111110111101111111101
+2,26,8,84,1111101111111111111110111111110111010111111001010010111111111111111101110111011111111011101111111111
+2,26,9,84,1111101111111111111011111111111111010111111111111011111011101011111101110111011111011011101111110110
+2,26,10,82,1110001111011111111010111111111111110101111111111010111111111001111101110111011110111111101111101111
+2,26,11,81,1110101111011111111010111111111111111011111111011010101111111011101001110111011111111111101111110110
+2,26,12,81,0110001111011111111010111111111111110111111111111010111111111011111101010111011110111111101111101101
+2,26,13,87,1111101011111111111110111111111111110111110111011011101111111011111101110111011111111111101111111111
+2,26,14,81,0110101011111111111010111111111111010111110111111011111111111010111101010111011111011111101111111101
+2,26,15,82,1111101011011100111110111111101111111011110111110011111111111011111101110111011110111011101111111111
+2,26,16,82,1111101111011111111110111111011111110111111111011010111101111011001100110111011011111111101111111111
+2,26,17,84,1111001011011111111010111111111110110111111111111010111111111111111101010111011111111111101111111101
+2,26,18,86,1111101111111111111010111111111111110111111111110010111111111111011101110111011111011011101111111111
+2,27,0,82,1110101111011111111000111111111111110111110111101010111111111011111101010111011111111111101111111101
+2,27,1,81,1111001111011111101010111111111111110101111111111010111111111001111101110111011110111111101111101110
+2,27,2,82,1111101111011111111110111111110111010111111001010010111111111111111101110111011111011011101111111111
+2,27,3,84,1110111011111111111110111111111111010011111101111010111111111011101101010111011111111111101111111111
+2,27,4,84,1111101111011111111111111111111111110111110111001010111101111011111101010111011111111111101111111101
+2,27,5,86,1111101011111111111010111111111111110111111111111011101110111011111101110111011111111111101111111110
+2,27,6,85,1111101011011111111010111111111111110111111111111010111111111011111101110111011110111111101111111101
+2,27,7,79,1110001111011111111010111111111111110101111111101010111011111001111101110111011111100111101111101111
+2,27,8,80,1110101011111111111010111111111111110011111111011011101111111001101001110111011111111111101111110110
+2,27,9,83,1111101111011111111011111111111111011111111111111010111011101011111101110111011111011011101111110110
+2,27,10,82,1111001011111111111010111111111110010111111111111010111111101111111101010111011111011111101111110111
+2,27,11,85,1111101111011111111011111111111111110111111111111011111011111011111100110111011111111011101111111100
+2,27,12,82,1111001011011111111110111111111111110111111111001010111101111011011101110111011011111111101111111111
+2,27,13,83,1110101111011111111011111011011111110111111111111010011111111011111101110111011111110111101111111101
+2,27,14,85,1111101111111111111011111111111111010111111111111011111011101011111101110111011111011011101111111110
+2,27,15,85,1111101111111111111010111111111111110111111111110010111111111111011101110111011111011011101111110111
+2,27,16,83,1111111111011111111010111111110111110111111001010010111111111011111100110111011111111111101111111111
+2,27,17,85,1111101011111111111110111111111111010111111111101010111111111111111101110111011111110011101111111101
+2,27,18,85,1111001111111111111011111111111111110111111111111011111011101011111101110111011111011111101111110110
+2,28,0,81,1111101111011111111110111111110111110111111001010011101110111111111101110111011111011011101111111110
+2,28,1,87,1111101011111111111010111111111111010111111111111010111111111011111101110111011111111111101111111111
+2,28,2,83,0111101011111111111010111111111111110111011111111011101110111011111101110110011111111111101111111110
+2,28,3,84,1111101111111111111011111111111111010111111111111011111011101011111101110111011111011011001111111110
+2,28,4,79,1111001011111111111010111111111110010111111111101010111111101111111101010111011111010011101111110111
+2,28,5,87,1111101011111111111110111111111111010111111111111010111111111111111101110111011111011111101111111101
+2,28,6,85,1111101111111111111011111111111111110111111111110010111111111011011101110111011111011011101111110111
+2,28,7,82,1111101111011111111010111111111111011111101111111010111011101111111101110111011111011011101111110110
+2,28,8,84,1111101111111111111010111111111111110111111111111010111011101111111001110111011111011011101111110111
+2,28,9,83,1111001111111111111011111111111111110111111111010011111110111011011101110111011111011111101111110110
+2,28,10,85,1111001011111111111110111111111111010111111111111010111111101111111101110111011111011111101111111101
+2,28,11,80,1111101011111111111010111111111110010111111111100010111111111111111101010111001111110011101111110111
+2,28,12,81,1111101111011111111011111111111011010111111111111011111011101011111101110111011111011011101110111100
+2,28,13,87,1111101111111111111011111111111111110111111111111011111011111011111100110111011111111011101111111110
+2,28,14,85,1111101011111111111011111111111111010111111111101010111011111111111111110111011111110011101111111101
+2,28,15,83,1111101111011111111110111111111111011111111110111010111111101011111101110111011111011011101111110110
+2,28,16,83,1111001111011111111111111111111111110111110111001010111101011011111101110111011111111111101111111101
+2,28,17,81,1111101011011111111110111111111111110111111111001010111101111011011101010111011011111111101111111110
+2,28,18,86,1111101011111111111010111111111111110111111111111011101110111011111101111111011111101111101111111110
+2,29,0,81,1111001111011111111111111111111111010111110111101010111101001011111101110111011111111111101111111100
+2,29,1,86,1111101111011111111111111111111111111111111110011010111111111011111101110111011111011011101111110111
+2,29,2,83,1111101011110111111010111111111111010111111111111010111111111010111101110111011111111111101110111110
+2,29,3,87,1111101011111111111010111111111111110111111111111011101111111011111101110111011111101111101111111111
+2,29,4,84,1111101111111111111010111111111111110111111111110010111110111011011101110111011111111011101111111110
+2,29,5,86,1111101011111111111011111111111111110111111111111011101111111011111101111111011111001111101111110110
+2,29,6,83,1111001111111111111011111111111111110111111111010010111110111011011101110111011111011111101111110111
+2,29,7,86,1111101111111111111011111111111111110111111111110011111111111011011101110111011111111011101111110110
+2,29,8,87,1111101111111111111011111111111111110111111111111011111011111011111100110111011111111011101111111110
+2,29,9,84,1111101111111111111011111111111111010111111111111011111011101011111101100111011111011011101111111110
+2,29,10,84,1111101011111111111110111111111111010111111111111010101111111111111101110111011111001101101111111101
+2,29,11,85,1111101011110110111010111111101111110111111111111011111111111011111101110111011111111111101111111110
+2,29,12,82,1111101011111111111110111101111111010111111110011010111101111111011101110101011111011111101111111111
+2,29,13,83,1111101011011111111110111111111111110111111111101010111111111011111101010111011011111111101111111100
+2,29,14,86,1111101011111111101010111111111111010111111111111011111111111011111101110111011111111111001111111111
+2,29,15,82,1111101011110111111010111111111111110111111111111010101111111011101101110111011111101111101111101110
+2,29,16,84,1111101011110111011010111111111111110011111111111011101111111011111101111111011111101111101111111110
+2,29,17,82,1111101011011111111010111111111111110111110111111011101110110011111101110111011111101111101111111110
+2,29,18,86,1111101011111111111010111111111111010111111111111010111111111011111101110111011111111111101111111110
+2,30,0,82,1111101011111111111010111111111111110111111111111011101111111011011101110101011111001111101111110110
+2,30,1,84,1101101011011111111111111111111111010111111111111010101111111111111101111111011111001101101111111101
+2,30,2,81,1111101010110111111010111111111111110111111111111011111011101011111101100111011111011011101111111110
+2,30,3,85,1111101111111010111011110111101111010111111111111011111111111011111101110111011111111111101111111110
+2,30,4,86,1111101111111111101010111111111111010111111111111011111110111011111101110111011111111111001111111111
+2,30,5,82,1111101011111111110010111111111111110111111111110010111111111011010101110111011111111011101111111110
+2,30,6,87,1111101111111111111111111111111111110111111111011010111111111011111101110111011111011001101111111111
+2,30,7,83,1111101011011111110111011111111111011111111110111010111111111111111101110111011111001111101111110101
+2,30,8,83,1111101111111111111011111111111111010111111111111010111011111011111101100111011111011011101111110110
+2,30,9,83,1111001111011111111011111111111111110111111111010011111110101011011101110111011111011111101111111111
+2,30,10,83,1111101011111110111010111111101111110111111111111011101111111011111101110111011111101111101111110110
+2,30,11,88,1111101011110111111011111111111111110111111111111011111111111011111101111111011111011111101111111110
+2,30,12,85,1111101111111111101011111111111111110111111111110011111111111011011101110111011111111011001111111110
+2,30,13,86,1101101011111111111010111111111111010111111111111011111111111011111101110111011111111111101111110111
+2,30,14,82,1111101011011111111110111111111111011111111110011010101111111111111101110111011111001011101111111101
+2,30,15,86,1111101101111111111101111111111111110111111111111010111111111011111101110111011111011101101111110111
+2,30,16,86,1111101111111111111011111111111111110111111101110011111111111011111101110111011111111011101111110110
+2,30,17,83,1111101011110111011010111111111111110011111111111011101111111011011101111111011111101111101111111110
+2,30,18,84,0101101011111111111010111111111111110111111111111011101110111011111101110111011101111111101111111111
+2,31,0,84,1001101111111111111011111111111111110111111111110011101110111011111101110111011111111011101111110111
+2,31,1,83,0111101011111111111010111111111111110111111101111011111111111011111101110111011101111111101101111100
+2,31,2,86,1111101111111111111011111111111111110111111101110011111111111011111101110111011111111011101111110110
+2,31,3,85,1111101111111111110011111111111111110111111101110011111111111011111101110111011111111011101111110110
+2,31,4,86,1111101111111111111011111111111111110111111111010011111111111011011101110111011111001111101111111111
+2,31,5,81,1101001111110010111011110111101111010111111111111010111111111011111101111111011111111111101111110110
+2,31,6,82,1111101111111111101011111111101111110111111101110011111111111011011101110011011111111011101111110110
+2,31,7,89,1111101111111111111011111111111111110111111111110011111111111011111101110111111111111111001111111110
+2,31,8,83,1101101111110111011010111111111111110011111111111011111111111011011101111111011111001111101111111110
+2,31,9,83,1111101011111111111011111111111111110111111101110011101111111011111101110111011101111011101111110110
+2,31,10,79,1111001011011111011010111111111111110011111111010011111111101011011101110111011111001111101111111111
+2,31,11,86,1111101111110111111011111111111111010111111111111011101110111011011101111111011111111111101111111110
+2,31,12,82,0101101011111110111010111111111111110111111111111010111111111011111101110111011101111011001111111111
+2,31,13,82,1111101011111111110010111110111111110111111111110011101110111011110101110111011111111111101111111110
+2,31,14,85,1111101011111011111011110111101111110111111110111011111111111011111101110111011111111111101111111110
+2,31,15,86,1111101111110110111011111111111111010111111111111011111111111011111101110111011111011111101111111110
+2,31,16,84,1111101011011111110111111111111111011111111110111011111111111011111101110111011111001111101111111100
+2,31,17,87,1111101011110111111011011111111111110111111111111010111111111111111101111111011111011111101111110111
+2,31,18,87,1111101011111111111011111111101111010111111111111011111111111011111101111111011111011111101111111110
+2,32,0,84,1111101010111111111011111111111110110111111101110011111111111011111101110111011111111111101111110110
+2,32,1,86,1111101111111111111011111111101111010111111111111011111111111011111101111111011111011010101111111110
+2,32,2,85,0111101011111111111010111111111111110111111111111011111111111011111101110111011111111111101101111100
+2,32,3,83,1111101011111111111011111111101111010111011101111011101111111011111101111111011101011111101111111110
+2,32,4,87,1111101111110110111011111111111111010111111111111011111111111111111101110111011111011111101111111110
+2,32,5,86,1111101011110111111011011111111111110111111111111010111111111011111101111111011111011111101111110111
+2,32,6,83,1111101011010111110111111111111111010111111111111011101110111011011101110111011111111111101111111110
+2,32,7,86,1111101111111111111011111111111111001111111110111011111111111011111101111111011111001111101111111100
+2,32,8,89,1111101111111111111011111111111111110111111111111010111111111011111101110111111111111111001111111110
+2,32,9,84,1111101111110010111011110111111111110111111111110011111111111011101101110111011111111111101111111110
+2,32,10,86,1111101111110110111011111110111111110111111101110111111111111011111101110111011111111111101111111110
+2,32,11,86,1111101111111111111011111111111111010111111111111011111111111011111101110111011111011011101111110110
+2,32,12,84,1111101011110110111011111111111111110111111011110010111111111011111101110111011111111111101111111110
+2,32,13,86,1111101111111011111011111111111010110111111111110011111111111011111101110111111111111111001111111110
+2,32,14,83,1011101011111111111011111111111111110111111100110011111111111011111101110111011111111011101111110110
+2,32,15,85,0111101011111011110011110111101111110111111111111011111111111011111111110111011111111111101111111110
+2,32,16,84,1111101011111111110011111111111111010111111111111011111111111011111101110111011111011111100111111010
+2,32,17,86,1111101111111111111011111111101111110111111101110011111111111011111101111111011111111011101111110110
+2,32,18,81,1111101111111111110001111110111111110111111111010011101111111011110100110111011111011111101111111110
+2,33,0,84,0111101011111011110011110111101111110111111111111011111111111011111011110111111111111111101111111100
+2,33,1,85,0111101011111011110011110111101111110111111111111011111111111011111111110111011111111111101111111110
+2,33,2,83,1111101111110111101011111110110111111111111101110111111111111011111000110111011111011111101111111110
+2,33,3,86,1111101011110110111011011111111111110111111111111010111111111011111101111111011111111111101111110111
+2,33,4,83,1111101011110111110011011111111111110111111111111010111110111011111101111111011111011111101111110011
+2,33,5,86,1111101011111111111011111111111111010111111111111011111111111011111101110111111111011101100111111110
+2,33,6,85,1111101011110111111011111111111111110111111101110011111111111011111101111111011111011111101101110111
+2,33,7,82,0011101011111111111011011111111111110111111110111010111111111011111101110111011111111011101111110110
+2,33,8,89,1111101111111110111011111111111111110111111111111011111111111111111101110111011111011111101111111110
+2,33,9,88,1111101111110111111011111111111111010111111111111010111111111011111101110111111111111111001111111111
+2,33,10,86,1111101111111111111011111111111111001111111111111011111111111011111101111111011111001111001111111100
+2,33,11,86,1111101111110110101011111111111111010111111110111011111111111111111101111111011111011111101111111110
+2,33,12,84,1111101011111111110011111111111111001111111110111011111111111011111101111111011111001111101111111100
+2,33,13,85,1111101111111111111011111101111111010111111111111011111111111011101101110111011111111111100111111010
+2,33,14,85,1111101111110011111011110111111111110111111101110011111111111011111101110111011111111111101111111110
+2,33,15,83,1111101111111110111011111111101111110111111111110011111111111011101101111110011111111011101111110010
+2,33,16,82,0111101111110111111011111110111111110111111101100011111111111011111101110111011111111111001111111100
+2,33,17,89,1111101111111110111011111111111111110111111111111110111111110011111101110111111111111111101111111110
+2,33,18,86,1111101011111111111011111111111110110111111111110011111111111011111101110111111111111111001111110110
+2,34,0,86,1111101111111111111011111110111111111111111101111111111011111011111001110111011111011111101111011110
+2,34,1,84,1111101111110110101011111111110111110111111111110110111111110011111100110111111111111111101111111110
+2,34,2,85,0111101111111011111011111111111111110111111111111011111111111011101101110111011111111111100111111010
+2,34,3,84,1111101011111111110011111101101111010111111111111011111111111011011011110111111111111111101111111100
+2,34,4,86,1111101111110111111011011111111111110111111111111010111111110011011101110111111111111111101111111110
+2,34,5,85,1111101111111010111011110111110111110111111101110111111111111011111101110111011111111111101111111110
+2,34,6,86,1111101011110111111011111111111110110111011101110111111111111011111101110111111111111111001111111111
+2,34,7,86,1111101111111111111011111111111111010111111111111010111111111001111101110111111111111111001111110110
+2,34,8,87,1111101111111111111011111011111111010111111111111011111111111011111101110111111111011110101111111110
+2,34,9,82,1111101011110110101011110111111111010111111110111011111111111111111101111111011111011101100111111110
+2,34,10,85,1111101011111011110011110111101111110111111111111011111111011111111111110111011111011111101111111110
+2,34,11,88,0111101111111110111011111111111111110111111111111011111111111011111101110111011111111111101111111110
+2,34,12,85,1111101111111100111011111111111011110111101111111110111111101011111101110111011111111111101111111110
+2,34,13,85,1111101111111111111011111101111111010111111111111011111111110011101101110111111111111111100111111010
+2,34,14,89,1111101111111111101011111111111110111111111111110011111111111011111101110111111111111111101111111110
+2,34,15,81,1111101011110111111011111110110111110111111111110111111111111011111000110111011111011111001111110110
+2,34,16,90,1111101111111110111011111111111111110111111111111111111111111111111101110111111111011111101111110110
+2,34,17,87,1111101111111110111011111111111111110111111111111010111111110011111101110111011111111111101111111110
+2,34,18,87,1111101111111111111011111101111111010111111111111111111111111011111101110111011111111111100111111010
+2,35,0,86,1111100111011111101011111111111110111111111111110011111111111011111101110111111111111110101111111110
+2,35,1,88,1111101111111111111011111011111111010111111111111011111111111011111101110111111111011111101111111110
+2,35,2,84,1111101111111111111011111111111111110111111101111010110011111011111001110111011111011111101111111110
+2,35,3,87,1111101111110111111011011110111111111111111111111111111111110011011101110111111111111111101111011110
+2,35,4,86,0111101111111111111011011111111111110111111111111010111111110011111101110111011111111111101111111110
+2,35,5,85,1111101111110110111011111101111111110111111111111010111111110011011101110111111111111111101111111110
+2,35,6,88,1111101111111111111011111111111111010111111111111111111111111011111101110111011111011111100111111110
+2,35,7,88,1111101111111110111011111101111111110111011111111111111111111111111101110111111111111111101111110010
+2,35,8,82,1111101011110111111011011111111111110111111111101010111111110011111101110111111111111101100111111010
+2,35,9,83,1111101111110110101001110111111111010111111110111011111111111111011101111111011111011111101111111110
+2,35,10,86,1111101111111011111011111111111111110111111111111010111110110011011101110111111111111111101111111110
+2,35,11,88,1111101111110110111011011111111111110111111111111111111111111111111101110111111111011111101111110110
+2,35,12,84,1111101111110100111011111111111111110111111111111010111111101011011101110111011111111111101111111110
+2,35,13,84,1111101111111111111011011111111010110111101111111100111110110011111101110111111111111111101111111110
+2,35,14,88,0111101111111110111011110111111111110111111111111011111111111111111101110111111111111111101111110110
+2,35,15,88,1111101111111110111011111111111111110111111111111111111111111011111101110111011111010111101111111110
+2,35,16,86,1111101011110111111011111111111110110111011111110111111101111011111101110111111111111111001111111111
+2,35,17,88,1111101111111111101011111111111110111111111101110011111111111011111101110111111111111111101111111110
+2,35,18,85,1111101111110111111011011111111111110111111111111010111111110011011001110111111111111111101111111110
+2,36,0,88,1111101111110110111011011111111111110111111111111111111111111111111101110111111111011111100111111110
+2,36,1,87,1111101111111111111011111111111111010111111111111111111111111011111101110111001111011111101111110110
+2,36,2,86,1111101111010111111011011111111111110111111111110111111111111111111101100111111111001111101111111110
+2,36,3,86,1111100111111110101011111111111110111111111111111011111111111011111101110111111111111110101111110110
+2,36,4,84,1111101111110011111011111111111111110111111111111011111110110001011101110111111111111011101111111110
+2,36,5,86,1111101111111111111011011110111111111111111111111110111101110011011101110111111111111111101111011110
+2,36,6,84,1111101111111110111011111111111100110111101111111101111111111011111101110111011101110111101111111110
+2,36,7,84,1111101111111111111011011111111011110111101111111110111110110011111101110111111110011111101111111110
+2,36,8,85,1111101111110110111011111101111111110111111111111010111111110011011101110111111111111111101111111110
+2,36,9,87,1111101111111110111011111101111111110011011111111111111111111111111101110111111111111111101111110010
+2,36,10,87,0111101111111110111011110111111111110111111111111011111111011111011101110111111111111111101111111110
+2,36,11,85,1111101111111011111011111110111111110111111111111010111110110011111101110111111111111111101111110110
+2,36,12,87,1111100111111111101011111111111111111111011111110011111111111011111101110111111111111110101111111110
+2,36,13,88,1111101111011110111011111101111110110111111111111111111111111111111101110111111111111111101111110011
+2,36,14,85,1111101111111110111011111110111111110111111111111111111110110011111101110111011111010111101111111110
+2,36,15,88,1111101111111011111011111111111111110111111111111010111111111011011101110111111111111111101111111110
+2,36,16,85,1111101111110111111011011111111111110111111111111010111111110011011001110111111111111111101111111110
+2,36,17,86,1111100111011111101011111111111110111111111111110011111111111011111101110111111111111110101111111110
+2,36,18,85,1111101111111011101011111111111110111111111111110010111111110011111101110111110111111111101111111110
+2,37,0,90,1111101111111110111011011111111111111111111111110111111111111111111101110111111111111111100111111110
+2,37,1,82,1111100111110111101011011111111111110111001111110011111111111011111101110111111111011110101111111110
+2,37,2,89,1111101111110110111111011111111111110111111111111111111111111111111101110111111111011111100111111110
+2,37,3,87,1111101111111011111011111111111111110111111111111010111111111011011101110111111111111101101111111110
+2,37,4,85,1111101110110110111011011111111111110111111111111111111111011111111101010111111111011111100111111110
+2,37,5,87,0111101111111010111011110111111111110111111111111011111111111111011101110111111111111111101111111110
+2,37,6,85,1111100111011110100011111111111110111111111111111111111111111011111101110111111111111111001111110110
+2,37,7,86,1111101111111110111011111101111110110111111111111011110111111111111101110111111111111110101111110011
+2,37,8,87,1111101111011111111011111111111111111111111111111010111110110011111101110111111111111110101111111110
+2,37,9,84,1111100111011011101011111110111110111111111111110011111111111011111101110111111111111111101111110110
+2,37,10,84,1111100111111011101011111111111101111111111101111011111110111011111101110111111111011110101111111110
+2,37,11,89,1111101111111111111011111111111111111111011111110011111111111011011101110111111111111111101111111110
+2,37,12,86,1111101111110110111011011111111111110111111111111111111111111111111001110101111111011111100111111110
+2,37,13,87,1111101111111110111011111101111111110011011111111111111111111111111101110111111111111111101111110010
+2,37,14,84,1111101111101111111011101111111111010111111111110111111111111011111101110111001111011111101111110110
+2,37,15,87,1111101111111111111011111111111111010111111111111111111111111011111101110111001111011111101111110110
+2,37,16,86,1111101111111111111011111101111111110011111111111111101111111011110101110111111111111111101111110010
+2,37,17,86,1111101111111010111011111111111111110111011111111010111110111111011101110111111111111111101111111110
+2,37,18,87,1111101111111011111010111111111111111111111101111011111111111111011101110111111111001111101111111110
+2,38,0,87,1111101111111111111011111111111111110011111111111111111111111011101101110111111111111111101111010010
+2,38,1,84,1111101111111111111011111101111111010111111111111111101111111011110101110111001111011111101111110110
+2,38,2,88,1111101111111010111010111111111111111111111101111011101111111111011111110111111111111111101111111110
+2,38,3,86,1111101111111011111011110111111111110111111111111011111111111111011100110111111111001111101111111110
+2,38,4,84,1111101111011111111011111111111111010111111111111010111110110011111101110111111111111111101111010110
+2,38,5,88,1111101011111111111011111111111111111111111111111111111111111011111101110111001111011110101111111110
+2,38,6,89,1111101111111110111011111111111111111111011111111011111111111011011101110111111111111111101111111110
+2,38,7,87,0111101111111011111011110111111111110111111111110011111111111111011101110111111111111111101111111110
+2,38,8,85,1111101111111010111011011111111111110111011111111111111111011111011101010111111111011111101111111110
+2,38,9,85,1111101110110110111011111111111111110111111111111010111110110111111101110111111111111111100111111110
+2,38,10,88,1111101111111111111011111110111111111111111111111010111111110011011101110111111111111111101111111110
+2,38,11,86,1111101111011111111010111111111111111111011111110011111110111011111101110111111111111110101111111110
+2,38,12,86,1111101111011111111011111111111111111111111111111010111110110011111101110111111111111100101111111110
+2,38,13,87,1111101111011111111011111111111111111111111111111010111110110011111101110111111111111110101111111110
+2,38,14,84,1111101111111110111011011111111101110011110111110111111111111101111101100111111111011111101111111110
+2,38,15,85,1111101111010111111010011111111111111111111111110110111110111011111101110111111111111111100111111110
+2,38,16,91,1111101111111111111011011111111111111111111111111111111111111011111101110111111111111111100111111110
+2,38,17,86,1111101111111010111011111111111111110111111111110010111111111111011101110111111111111101101111111110
+2,38,18,87,1111101111111110111011011101111111110111011111111110111111111111111101110111111111111111101111110110
+2,39,0,84,1111101111111010111011111101111111110111111011110010111111111111111101110111111111111100101111111110
+2,39,1,86,1111101111111110111011011111111111110111011111110110111111111111011101110111111111111111101111110110
+2,39,2,85,0111101111111011111011110111111111110111111111110011111111111111001101110111111111111111100111111110
+2,39,3,85,1111101111111111111011111111111110110010111101111111111111111011111101110111111111111111101111010010
+2,39,4,91,1111101111111111111011111111111111111111111111111011101111111011111101110111111111111111101111111110
+2,39,5,87,1111101111111110111011011111111111111111011111111111111111111011011101110011111111111111100111111110
+2,39,6,83,1111101111011111111011111111111111110011111111111010111110110011011101100111111111111111101111111010
+2,39,7,87,1111111111111010111011111111111111111111011111111011111110011111111101010111111111111110101111111110
+2,39,8,87,1111101111111110111011111111111101111111011111111011111111111011011101110111111111111111101111110110
+2,39,9,87,1111101111111111111011111110111111111111111111111010111111110011011101110111111101111111101111111110
+2,39,10,86,1111111111111110111011011111111111010111011111111010111111111111111101110111111111111111101111110010
+2,39,11,85,1111101111111010111011111101111111110011011111111111111110011111011101110111111111111111101111111110
+2,39,12,85,1111101011010111111011111111111111111111111111111010111111111011111101110111101111011110101111111110
+2,39,13,88,1111101111111111111011111011111111111111111111111111111110110011111101110111011111111110101111111110
+2,39,14,87,1111101111111011111011010101111111110111011111111111111111111111011101110111111111111111101111111110
+2,39,15,86,1111101111111110111011111111111111110111111111111010111111111111111100110111111111001111101111110110
+2,39,16,87,1111101111111111111011111110111111111111111111111010111110111011011101110011111111111111101111111110
+2,39,17,89,1111101111111111111011011111111111111111111111111111111111110011111101110111111111111111100110111110
+2,39,18,87,0111101111111011111011110111111111110111111111110011111111111111011101110111111111111111101111111110
+2,40,0,87,1111101111111111111011111110111111111111111111111010111111111011011101110011111111111110101111111110
+2,40,1,83,1011101111111010111011111101111111110111111011110010111110111111111101110111111111111101101111111110
+2,40,2,90,1111101111111011111011111111111111110111111111110111111111111111111101110111011111111111101111111110
+2,40,3,83,1111101111111111111011110011111111111111111111111001111110110001011101110111111101111110101111111110
+2,40,4,87,1111101111111011111011110111111111110111111111111011101011111011111101110111111111111111101111111110
+2,40,5,86,0011101111111111111011111111111111111111111111110011111111111111001101110111111111111111100111110110
+2,40,6,86,1111111111111010111011110111111111111111011111111011111110011111111101010111111111111110101111111110
+2,40,7,85,0111101111111001111011111111111111110111111111110011111111111111001101110111111111111111100111111110
+2,40,8,85,1111101111111111111011111110111110110011111111111011111111111011011101110111111111111111101111011010
+2,40,9,87,1111101111111111111011111111111111111110111101111110111110111011111101110011111111111111101111110110
+2,40,10,86,1111101111111111111011111011111111111111111111111111111110110011101101110111011111111110101111111010
+2,40,11,88,1111101111111111111011111011111111111111111111111111111110110011111101110111011111111110101111111110
+2,40,12,88,1111101111111111111011111011111111111111011111111110111111110111011101110111111111111110111111110110
+2,40,13,87,1110101111111110111011011111111111111111111111110111111110111011111101110111011111111111101111111110
+2,40,14,84,1111101111111011111011010101111111110011011111111111111111010111011101110111111111111111101111111110
+2,40,15,87,1111101111111010111011111101111111110111011111111111111110111111011101110111111111111111101111111110
+2,40,16,83,1110001111111110111011011111111111111111111111111011111111111111011100110111111111101101100110111110
+2,40,17,86,1111101110111111111011111111111101110111111111110110111111110011101101110111111111111111101111111110
+2,40,18,84,1101101111111111111011111101111111110111111111111010111110011011011101110011111111111111101111111110
+2,41,0,87,1111101111101111111011111011111111111111111111111111111111110011111101110111011111111110101111111010
+2,41,1,87,1111101111111011111011111111111111110111111111110111111010111111101111100111011111111111101111111110
+2,41,2,86,1111101111111011111010110111111111110111111111111011101011111011111101110111111111111111101111111110
+2,41,3,87,1111101111111011111011110111111111110111111111111011101011111011111101110111111111111111101111111110
+2,41,4,83,1111111101111111111011111110111110111011011111111011111110111011011101110111111111111110101111011010
+2,41,5,86,1111101111111010111011110111111111010111111111111011111111011111111101010111111111111111101111111110
+2,41,6,85,1111101111111011111011111111111111110111111111111011111111011011011101010111111111111111101001111110
+2,41,7,84,1111111111111110111011110110111110111011011111111011111110111111111101110111111111111110101111011010
+2,41,8,84,1110101111111110111011011111111111111111111111111111111110110011101101110111011111111110101111111010
+2,41,9,90,1111101111111111111011111111111111111111111111110111111110111011111101110111011111111111101111111110
+2,41,10,85,1111101111111111111011111010111110111011011111111111111111110111011101110111111111111110111111110010
+2,41,11,87,1111101011111111111011111111111111110111111111111010111111111011011101110111111111111111101111011110
+2,41,12,86,1111101111111110111011110111111111111111011111111111111110011111111101010111111111111110100111111110
+2,41,13,85,1111111111111010111011111111111111111110111101111010111110111011111101110011111111111111101111110110
+2,41,14,85,1111101111111010111011111111111111110111011111110111111110111111001101110111011111111111101111111110
+2,41,15,91,1111101111111011111011111101111111110111111111111111111111111111111101110111111111111111101111111110
+2,41,16,84,1111101111111110111011111111111111111110011101111110111110111011011101110011111111111111101111110110
+2,41,17,88,1111101111111011111011111110111111111011111111111111111110011111111101100111111111111111101111111110
+2,41,18,89,1111101111111111111011111111111111111111111111011110111111111011011101110111111111111110101111111110
+2,42,0,87,1111101111111010111011110111111111110111111111111011111111011111111101010111111111111111101111111110
+2,42,1,86,1111101111111011111011111111111111010111111111110111111010111111101111100111011111111111101111111110
+2,42,2,86,1111101111111011110011111110111111111011111111111111111110011111111101100101111111111111101111111110
+2,42,3,88,1110101111111111111011111111111111111111111111110111111110011011111101110111011111111111101111111110
+2,42,4,88,1111111111111010111011111111111111111110111111111011111110111011111101110111111111111111101111110110
+2,42,5,87,1111101111111111111011111111111111111111111101110110111110111011111101110011011111111111101111111110
+2,42,6,84,1111101111111110111011110111111111111111010111111111111110011111111001010111111111111110100111111110
+2,42,7,85,1111101111111110111011110111111111111110011111111111111110011111111101010111111111111110100111111110
+2,42,8,87,1111101111111111111011111111111111111111111111110111111110011111111101010111011111111110100111111110
+2,42,9,88,1111101111111110111011110111111111111111011111111111111110101011111101110111111111111111101111111110
+2,42,10,85,1111101011101111111011111111111111110111111111111010111111110011011101110111111111110111101111111110
+2,42,11,87,1111101111111111111011111011111111111111101111111111111111111011111101110111011111111110101111011010
+2,42,12,83,1111101111001111111011111011111110111011011111111011111111111111001111110111011101111110101111111110
+2,42,13,86,1111101111111011111011111110111111110111111111110111111010110111111101110111111111111111111111110010
+2,42,14,90,1111101111111111111011111111111111111111111111110111111110111011111101110111011111111111101111111110
+2,42,15,86,1111101111111011101011111111111111110111111111110111111010111111101111100111011111111111101111111110
+2,42,16,86,1111101111111011111011110110111111111011111111111111101110011111111101100111111111111111101111111110
+2,42,17,89,1111101111111011111011111111111111110111111111111011111011111011111101110111111111111111101111111110
+2,42,18,90,1111101111111111111011111011111111111111111111111111111111110011111101110111111111111110101111111110
+2,43,0,84,1111101111011111111011111011111110111011111111111011111111111111011111110011011101111110101111111010
+2,43,1,85,1111101111111111111011111011111111111110001111111111111111111011101101110111011111111110101111011110
+2,43,2,87,1111101111111111111011111111111111110111111111110111111110111011111101100111011111111111101101111110
+2,43,3,88,1111101111111011101011111111111111111111111111110111111010111111101111110111011111111111101111111110
+2,43,4,87,1111111111111010111011111111111111110111111111111011111110111011111101110111110111111111101111110110
+2,43,5,88,1111101111111011111011111111111011111110111111111011111011111011111101110111111111111111101111111110
+2,43,6,85,1111101111111011110011111011111111111111101111111111111111111011111101100111011111111111101111011010
+2,43,7,88,1111101111111111111011111110111111111011111111111111111110011111111101110101111111111110101111111110
+2,43,8,85,1111101111111011111011110111111111110111111111110111111010111111111101000111011111111111101111111110
+2,43,9,86,1111101111111010111010111111111111010111111111111011111111011111101111110111111111111111101101111110
+2,43,10,86,0111101111111011111010111111111111111111111101111011111010111011111101110111111111111111101111111110
+2,43,11,83,1111101111111110111011111111111111110111111111110110110111011011111101110011011111010111101111111110
+2,43,12,90,1111101111111111111011111011111111111111111111111111111111110011111101110111111111111110101111111110
+2,43,13,88,1111001111111111111011111011111111111111111111111111111111110011111101110101111111111110101111111110
+2,43,14,86,1110101111111010111011110111111111110111111111110111111111011011111101110111111111111111101111111110
+2,43,15,88,1111101111111111111011111111101111111111111111111011111110011111111101010111011111111111101111111110
+2,43,16,90,1111101111111111111011111111111111111111111111110111111110111111111101110111011111111111101110111110
+2,43,17,85,1111101111111011111011110110111111111011111111111111101110011011111101100111111111111111101111111110
+2,43,18,87,1111101111111011111011111010111111110111111111111111111110011011111101111111111111111110101111111110
+2,44,0,87,1111100111111011101011111011111111111111111111111111111110110011111101110111111111111111101111111110
+2,44,1,90,1111101111111111111011111111111111111111111111110111111011111111101111110111011111111110101111111110
+2,44,2,89,1111101111111011101011101111111111111111111111111011111011111011111111110111111111111111101111111110
+2,44,3,85,1111101111111011111011111111111010111110111111110111111010111111101101110111011111111111101111111110
+2,44,4,87,1111101111111111111011110010111111111011111111111111101111110111111101100111111111111111101111111110
+2,44,5,87,1111001111111111111011111111111111111111111111111011111111110011111101110101111111111110101111101110
+2,44,6,83,1111101111111111111011100010111111011011111111111111101110010111111101110101111111111111101111111110
+2,44,7,88,1111101111111111111011111110111111111011111111111111101111111101111101100111111111111110101111111110
+2,44,8,88,1111101111111111111011111111111111111111111111110111111110111111111101010111011111111111101100111110
+2,44,9,89,1111101111111111111011111111101111111111111111111011111110011111111101110111011111111111101111111110
+2,44,10,86,0110101111111111111011111111111111111111111111111011111110011111110101110111011101111111101111111110
+2,44,11,86,1111101111111111111010111111111111111111111101011011111010111011111101010111111111111111101111111110
+2,44,12,88,1111101111111111111011111111101111111111111111111011111110111011111101010111011111111111101111111110
+2,44,13,89,1111101111111111111011111111111111111111111111110111111110011111111101110111011111111111101110111110
+2,44,14,87,1111101111111011101011111111111111111111111111110111111010111111101111110111011111111110101111111110
+2,44,15,90,1111101111111111111011111111111111111111111111110111111110111111111101110111011111111111101110111110
+2,44,16,89,1111101111111111111011111111111111010111111111111011111111011011101111110111111111111111101111111110
+2,44,17,84,1111001111111010111010111011011111111111111111111111111111110111111101110101111111111110101101111110
+2,44,18,87,1111101111111011111011111110111111110111111111111011111111001011111101110111111111111111101111111110
+2,45,0,88,1111101111111111111011111111111111110111111101111111111110011110101101110111111111111111101111111110
+2,45,1,87,1111101111011111111011111111111111011111111111110011111111011011111111110111011111111111101110111110
+2,45,2,89,1111100111111111101011111011111111111111111111111111111110111011111101110111111111111111101111111110
+2,45,3,87,1111101111111011111011111111111111111111111111110111111110010111111101110111011111111111101110111110
+2,45,4,89,1111101111111111111011111110111111111111111111111011111110001111111101110111111111111111101111111110
+2,45,5,85,1111101111111011111011111111101011110111111111111011111111001011111101110111011111111111101111111110
+2,45,6,83,1111101111011111111010111111111111111111111101011011101010111101111101000111111111111111101111111110
+2,45,7,88,1111101111111111101011111110111111111011111111111111111111111011111101110101111111111110101111111110
+2,45,8,88,1111101111111111111011111111101111111111111111111011111110111011111101010111011111111111101111111110
+2,45,9,87,1111101111111111111011111111101111111011111111111011111110111011111101010111011111111111101111111110
+2,45,10,86,1111100111111011101010111111101111111111111111111111111110110011111101110111111111111111101111111110
+2,45,11,86,1111101111111111111011111011111111111111111101011011111010111011111101010111111111111111101111111110
+2,45,12,85,1110101111111111111011111111111111111111111111111011111110111111110101110111011101111111101000111110
+2,45,13,87,0111101111111111111011111111111111111111111111110111111010011111111101010111011111111111101111111110
+2,45,14,87,1111101111111111111011111111111111111101111111110111111110111111101111110111011100111111101110111110
+2,45,15,85,1111101100111011101011111111111111111111111110110111111010111111111111110111011111111110101111111110
+2,45,16,88,1111101111111111111011111111111111111111110111111111111111011101111101100111111111111100101111111110
+2,45,17,86,1111101111111111111011111110101111111011101111111011101110111111111101110111011111111111101111111110
+2,45,18,89,1111101111111111111010111111111111111111111111111111111110111111101111010111111111111111101100111110
+2,46,0,88,1111100111111111101011111111111111111111111111111111111110110011111101110111111111111111101110111110
+2,46,1,86,1111101111111011111011101011111111111111111111110111111110011111111101110111011111111111101110111110
+2,46,2,87,1111101111111011111011111111111111111111111111110111111110010111111101110111011111111111101110111110
+2,46,3,86,0111101111111111111011111111111110111111111111110111111010011111111101010111011111111111101111111110
+2,46,4,87,1111101111111111101011111111111111111101111111110111111110111111101111110111011110111111101110111110
+2,46,5,87,1111100111111111111001111011111111111111111111111111111110111011111101110011111101111111101111111110
+2,46,6,89,1111101111111111111011111110111111111011111111111111111110111011111101110101111111111111101111111110
+2,46,7,87,1111101111111111101011111110111111111111111111111011111111001111111101110111111101111110101111111110
+2,46,8,91,1111101111111111111011111111111111111011111111111011111110111111111101110111111111111111101111111110
+2,46,9,83,1111101111111111111011111110101111111111111111111011111110001011110101010111011111111111101111101110
+2,46,10,85,1111101101111011101011111111111111111111111111110110111010111111111101110111011111111111101101111110
+2,46,11,87,1111101110111111111011111110111111111111111110111011111110001111111111110111111111111110101111111110
+2,46,12,84,1111101111111111111011111111101111111111111111111011111110011001111101000111011111111101101111111110
+2,46,13,92,1111101111111111111011111111111111111111110111111111111111111111111101110111111111111110101111111110
+2,46,14,87,1111101111111111111001111111111111111111111101111111111111111001111101110111111111110100101111111110
+2,46,15,84,1111101111111111111011111011111111111111110111011011111010110111111101000111111111101111101111111110
+2,46,16,84,1111101111111111111011111111111111110011111101111111111110111010111101000111011111111111101110111110
+2,46,17,89,1111101111111111111011111111101111111111111111111011111110011111101101110111111111111111101111111110
+2,46,18,85,1111101111011111111011111111111111011111110111110011111111011011111111110111011111111101101110111110
+2,47,0,86,1111101111111111111011111111101111111111110111110111111111010101111101110111111111111110101110111110
+2,47,1,90,1111101111111011111011110111111111111111111111111111111110111111111101110111011111111111101111111110
+2,47,2,90,1111111111111111111011111111111111111011111111111011111110111111111101110101111111111111101101111110
+2,47,3,90,1111101111111111111011111110111111111011111111111111111110111011111101110111111111111111101111111110
+2,47,4,86,1111100111111111111011111011111111111111111101111111111110111011111100110011111101111111101111111110
+2,47,5,82,1111101111111111101001111011111111111111110111011011111010110111111101000111111111101111101111111110
+2,47,6,87,1111101111111111101011111111111111111111111111111011111110100011111101110111111111111111101110111110
+2,47,7,87,1111100111111111101011111110111111111111111111111111111111011111111101110111110101111110101111111110
+2,47,8,86,1111101111111011111011111111111111111111111111110011111111001110111101110101111101111111101111111110
+2,47,9,86,1111101111111111101011111110111111111111111111111111111110010111111101110111011111111110101110111110
+2,47,10,91,1111101111111111111011111111111111111111111101111111111111111101111101100111111111111110111111111110
+2,47,11,85,1111101111111111111001111111111111111111110111111111111111011001111101010111111111110100101111111110
+2,47,12,83,1111101111111111111011111111111110111101111111110111111010001011111101010111011111111111101011111110
+2,47,13,87,0111101111111111111011111111101111111111111111111011111110011111101101110111111111111111101110111110
+2,47,14,86,1111101111111011111011111011111111111111111111110111111110011111111101110101111111111111101110110110
+2,47,15,88,1111101111111111111011101110111111111011111111111111111110111011111101110111011111111111101111111110
+2,47,16,89,1111101111111111101011111111111111111111111111111011111110110111111101110111111111111111101110111110
+2,47,17,90,1111100111111111111011111111111111111011111111111111111110111011111101110111111111111111101111111110
+2,47,18,83,1111101111011111111011111111111111011011111111100011111111011011111101110111011111111101101110111110
+2,48,0,92,1111111111111111111011111111111111111011111111111111111110111111111101110101111111111111101111111110
+2,48,1,88,1111101111111111111011111110111111111011111111111011111110111011111101110111111111111111101101111110
+2,48,2,89,1111101111101111111011111111101111111111110111011011111110111111111111110111111111111111101111111110
+2,48,3,90,1111101111101111111011111111111111111111110111111011111110111111111111110111111111110111101111111110
+2,48,4,87,1111101011111111111011111111111111111111111011111001111110110111111101110111111111111111101110111110
+2,48,5,85,1111101111111111101011111111101111111111110111110101111111010101111101110111111111111110101110111111
+2,48,6,84,1111101111111111101011110111011111111111111111111011111110110011111101100111111111111110101110111110
+2,48,7,92,1111111111111111111011111111111111111111111101111111111111101101111101110111111111111111111111110110
+2,48,8,89,1111101111111111111011111111111111111111111101111111111110111011111101100111111101111110111111111110
+2,48,9,86,1111100111111111111011111011111111011111111101111111111111111101111100110011111111111110101111111110
+2,48,10,90,1111101111111111111011110111111111111111111111111111111110111111111101110011011111111111101111111110
+2,48,11,88,1111100111111011111011111111111111111010111111111111111110111011111101110111111111111111101111111110
+2,48,12,90,1111100111111111111011111111111111111011111111111111101110111111111101110111111111111111101111111110
+2,48,13,88,1111101111111111101011111111111111111111111111111011111110110011111101110111111111111111101110111110
+2,48,14,83,0111101011101111101011111110111111111111110111111111111110110111111101110111011111111110101110111110
+2,48,15,92,1111101111111111111011111111111111111111111111111011111110011111111111110111111111111111101111111110
+2,48,16,86,1111101101111111111011101110101111111011111111111111111110111011111101110111011111111111101111111110
+2,48,17,85,1111001111111111111011111111111011111111110111110111111111010101111101110111111111111110101110111110
+2,48,18,89,1111001111111111111011111111111111111111111111111111111111111111111101100111110111111110101111110110
+2,49,0,94,1111111111111111111011111111111111111111111111111111111111001111111101110111111111111111111111111110
+2,49,1,90,1111101111111111111011111111111111111111111101111011111110111101111111110111111111111111101111110110
+2,49,2,90,1111110011111111111011111111111111111111111101011111111111101111111101110111111111111111111111110110
+2,49,3,91,1111101111111111111011111111111111111111111111111011111110011101111111110111111111111111101111111110
+2,49,4,89,1111111111111011111011111011111111111111111111111111111111101101111101110111001111111111111111110110
+2,49,5,90,1111111111111111111011110111111111111111111101111111111110101101111101110111111111111111111111011110
+2,49,6,91,1111111111111111111001111111111111111011111111111111101110111111111101110111111111111111101111111110
+2,49,7,89,1111100111111111111011111111111111111011111111111011111110111111111101110101111111111111101111111110
+2,49,8,85,1111100111111111111011111011111111011010111101111111111111111111111100110011111111111110101111111110
+2,49,9,89,1111100111111011111011111111111111111111111111111111111110111001111101110111111111111111101111111110
+2,49,10,92,1111101111111111111011111111111111111111111111111011111110011111111111110111111111111111101111111110
+2,49,11,91,1111111111111110111011111111111111111011111111111111111110111111111101110101111111111111101111111110
+2,49,12,86,1111101011101111111011111111111111111111110111111011111110110111111101110111111111110111101110111110
+2,49,13,91,1111101111111111111011111111111111111111111011111001111110111111111111110111111111111111101111111110
+2,49,14,90,1111111111101111111011111111101111111111110111111011111110101111111101110111111111111111111111111110
+2,49,15,86,1111101111111011111011110111101111111111111101011111111110111101111111110111011111111011101111111110
+2,49,16,87,1111101111111111111011111111111111111111111101110111111110110011111101100111111101111110111111111110
+2,49,17,87,1111001111111111111011111111111011111111110111111111111111011101111101110111111111111110101110111110
+2,49,18,90,1111001111111111111011111111111111111111111111111111111111111101111101110111110111111110111111110110
+2,50,0,89,1111111111111111111011110111111111111111111101111110111111001101111101110111111111111111111111011110
+2,50,1,92,1111111111101111111001111111111111111111111111111111111110101111111101110111111111111111111111111110
+2,50,2,92,1111111111111111111011111111111111111111111111111011111111001111111101110111111111011111111111111110
+2,50,3,92,1111111111110111111011111111111111101111111111111111111111001111111101110111111111111111111111111110
+2,50,4,88,1011101111111111111011111111111111111111101111111011111111011101101111110111110111111110111111111110
+2,50,5,90,1111001111111111111011111111111111111111111111011111111110111111111101110111111111111111101111110110
+2,50,6,92,1111101111111111111011111111111111111111111111111011101110111111111101111111111111111111101111111110
+2,50,7,90,1111111111111111111011111101111111111011111111111111111110011101111111110111111111111110101111111110
+2,50,8,89,1111000111111111111011111111111111111111111111111111111111111101111101110111110111111110111111110110
+2,50,9,88,1111100111111111111011111111111111111011111111111011111110111111111101110101111111111111101111110110
+2,50,10,93,1111111111111110111011111111111111111011111111111111111111111111111101110101111111111111111111111110
+2,50,11,92,1111111111111111111011111111111111111111111111111111111110001111111101110111111111111111101111111110
+2,50,12,87,1111101011101111111011111111101111111111111111111011111110110111111111110111111111110111101110111110
+2,50,13,88,1111101011111111111011111111111111111111110111111011111110011101111101110111111111111111101111111110
+2,50,14,90,1111101111111111111111111111111111111111111001011101111110111111111111110111111111111111101111110110
+2,50,15,89,1111110001111111111011111111111111111111111111111011111011001111111101110111111111111111111111111110
+2,50,16,86,1111001111111111111011111111111011111111110111011111111111111101111101110111111111111110101110110110
+2,50,17,90,1011110011111111111011111111111111111111111101111111111111001111111101110111111111111111111111111110
+2,50,18,90,1111111111111111111011111011111111111111111101111101111111101111111111100111111111111111101111110110
+2,51,0,91,1111111111101111111001111111111111111111111111111111111110101111111101110111111111110111111111111110
+2,51,1,90,1111101111101110111001111111111111111111111111111111111110101111111101110111111111111111111111111110
+2,51,2,91,1111111111111111111000111111111111111111111111111111111110101111111101110111110111111111111111111110
+2,51,3,91,1111101111101111111011111111111111111111111111111011101110111111111101111111111111111111101111111110
+2,51,4,89,1110111111111111111011111011111111111111111101111001111111101111111101110111111111111111111111110110
+2,51,5,91,1111111111111111111011111111111111111111111111101111111111001111111111100111111111011111101111111110
+2,51,6,90,1111101111111111111011111101111111111111111101111011101110111111111101111111111111111111111111110110
+2,51,7,88,1011110011111111111011111111111111111111111111111111111111001111111101100111111111111111001111111110
+2,51,8,90,1111111111111111111011111111111111111111111111111111111110001111111101110111111011111111101111101110
+2,51,9,92,1111111111110111111011111111111111101111111111111111111111001111111101110111111111111111111111111110
+2,51,10,91,1111000011111111111011111111111111111111111111111111111111111111111101110111111111111111111111110110
+2,51,11,88,1111111111111110111011111111111111111011110111111110111111111101111101110101110111111110111111111110
+2,51,12,91,1111110111111111111011111111111111111111111111110111111110111111111101110111111111111111111111110010
+2,51,13,85,1111101111110111110011111111111111101011111111111011111111101111111101110101111111011011101111111110
+2,51,14,93,1111101111111111111011111111111111111111111111111111111110111111111101110111111111011111111111111110
+2,51,15,89,1111011111111111111011111111111111011111111111111011111111000111111101110111111111111111111111110110
+2,51,16,91,1111111111110111111011111111111111111111111101111111111111011111111101110101111111110111111111111110
+2,51,17,92,1111111111111110111011111111111111101011111111111111111111101111111101110111111111111111111111111110
+2,51,18,91,1101111111111111111011111111111111111111111111111111111110001111111101110101111111111111111111111110
+2,52,0,91,1111111111110111111011111111111111111111111111111111111111011111111101110101111111110101111111111110
+2,52,1,92,1111101111111111111011111111111111111111111101111111111110111111111101110111111111011111111111111110
+2,52,2,91,1111000011111111111011111111111111111111111111101111111111111111111101110111111111111111111111111110
+2,52,3,90,1111111111111111111011111111111101111111111111111111111111001111111111100111111111011111101111110110
+2,52,4,92,1111111111111111111011111111111111111111111111111111111111001111111111101101111111011111101111111110
+2,52,5,91,1101111111111111111011111111111111111111111111101111111110001111111101110111111111111111111111111110
+2,52,6,91,1111111111111111111000111111111111111111111111111111111110101111111101110111111111111111011111111110
+2,52,7,90,1111111111101111111001111111111111111111111111111111111110101111111101110111110111110111111111111110
+2,52,8,90,1011111011111111111011111111111111111111111111111111111111001111111101110111110111111111011111111110
+2,52,9,87,1111100111111111111000111111111111101111111111111111111110101111111101100111111111111111101111111110
+2,52,10,88,1111111111111111111001111110111101011111111111111111011110111111111101110111111111010111111111111110
+2,52,11,92,1111101111101111111011111111111111111111111111111111111110101111111101110111111111111111111111111110
+2,52,12,91,1111110111111111111011111111111111111111111111110111111110111111111101110111111111011111111111110110
+2,52,13,91,1111101111111111111001111111111111111111111111111111111110111110111101110111111111111111111111111010
+2,52,14,89,1111111011111111111001111111110111111111111111111111111110001111111101110101111111111111111111111110
+2,52,15,91,1101111111101111111011111111111111111111111111111111111110101111111101110111111111110111111111111110
+2,52,16,90,1111111111100111111011111111111111101111111111111111111111001111111101110111111111110111111111111110
+2,52,17,93,1111111111111111111001111111111111111111111111111011111110101111111111110111111111111111111111111110
+2,52,18,94,1111111111111111111011111111111111111111111111111011111111101111111101110111111111111111111111111110
+2,53,0,89,1111000011111111111011111111111111110111111111101111111111111111111101110111111111111111111111111010
+2,53,1,90,1101111101101111111011111111111111111111111111111111111110101111111101110111111111110111111111111110
+2,53,2,90,1101111111111111111011111111111111111111111111111111111110001111111101110101111111111111101111111110
+2,53,3,92,1111111111111111111011111111111111111110111111101111111111001111111111101111111111011111111111111110
+2,53,4,91,1101111111111111111011111111111111111111111111111111111110111110111101110110111111110111111111111110
+2,53,5,90,1111101111101111111001111111111111111111111111111111111110101111111101110111111111111111111111111010
+2,53,6,89,1111110111111110111111111111111101111111111111110111111110111110111101110111111111011111111111110110
+2,53,7,91,1111101111111111111001111111111111111111111011111111111110111111111101110111111111111111111111111010
+2,53,8,90,1111111111111111111010111111111111111111111111111111111110111110111100110111111111110111111111111010
+2,53,9,90,1111101111110111111001111111111111111111111111111111111111011111111101110101111111111101111111111110
+2,53,10,89,1111111011111110111111111111111101111111111111111111111110001111111111100111111111011111101111111110
+2,53,11,93,1111111111111111111001111111111111111111111111111011111111101111111111110111111111111111111111110110
+2,53,12,88,1111110111101111111011111111111111111111111111110111111110111111111101100111111110010111111111111110
+2,53,13,90,1111111111111111111001111111111111111111111111011111111110101111111101110111110111111111111111110110
+2,53,14,92,1111111111111111111011111111111111101111111111111111111111001111111101110111111111111111011111111110
+2,53,15,86,1011111011100111111011111111111111111111111111111111111111001111111101110011110111110111111111110110
+2,53,16,92,1111111111111111111001111111111111111111111111111011111110101111111111110111111111011111111111111110
+2,53,17,89,1111111011111111111001111111110111111111111111111111111110001111111101110101111111111111111111111110
+2,53,18,90,1111111111111111111011111111111111101111111111111111111110001111111101110111110111111111011111111110
+2,54,0,88,1111101111111111111010111111111110111111111111111111111110111110111100110111111111110111111111111010
+2,54,1,91,1111111111111111111000111111111111111111111011111111111110111111111101110111111111111111111111111010
+2,54,2,92,1111111111111111111011111111111111111111111111111111111111001111111111100111110111111111111111110110
+2,54,3,87,1111111111111111111001101111111111110110111111001111111110101111111101111111111111011110111111111110
+2,54,4,93,1111111111111111111001111111111111111111111111111111111110101111111101111111111111111111111111110110
+2,54,5,90,1111111111111111111001111111111111111101111111011011111111101111111111110111110111111111111111110110
+2,54,6,89,1111111111111111111001111111111111111101111111111011111110101111111111110111111110011111111111110110
+2,54,7,93,1111111111111111111001011111111111111111111111111011111111101111111111110111111111111111111111111110
+2,54,8,90,1011111111111111111011111111111111111111111111111111111110101111111111110101111110111110111111110110
+2,54,9,90,1101111111111111111001111111111111111111111111111011111111001111111101110111111111111111101111111110
+2,54,10,90,1111111111110111011001111111111111111111111111111011111111011111111111110111111111111101111111110110
+2,54,11,93,1111101111111111111101111111111111111111111111111111111111101111111101110101111111111111111111111110
+2,54,12,92,1101111111111111111011111111111111111111111111111111111111111110110111110111111111010111111111111110
+2,54,13,90,1111111111111111111011111111111111111110111111101111111110001111111101101110111111111111111111111110
+2,54,14,92,1111111111101111101011111111111111111111111011111111111111101111111101110111111111111111111111111110
+2,54,15,90,1111111101111111111001111111111111111111111111111011111110101111111111110111111111110111111111110110
+2,54,16,91,1111111111111111111011111111111111101111111111111111111110001111111101110111111111111111011111111110
+2,54,17,91,1111111111111111111011111111111111101111111111111111111111001111111101110111110111111111011111111110
+2,54,18,89,1111100011111111111001111111111111111111111111101111111110111111111101111111111111011111111111111010
+2,55,0,90,1101111111111111111010111111111111111111111111111111111111111110110111110111111111010111111111111100
+2,55,1,92,1101111111111111111011111111111111111111111111111111111111111110110111110111111111010111111111111110
+2,55,2,93,1111101111111111111001111111111111111111111111111111111111111111111101110101111111111111111111111110
+2,55,3,90,1111111111111111111100111111111111111111111011111111111110101111111101110111111111111111111111110010
+2,55,4,92,1111111111111111111011111111111111111111111011111111111111101111111101110111110101111111111111111110
+2,55,5,89,1111111111101111101011111111111111101111111111111111111111001111111101110111101111111111011111111110
+2,55,6,92,1111111111111111111011111111111111110111111111111011111111101111111111100111111111111111111111111010
+2,55,7,89,1111011111111111111011111111111111111111111111110011111111001011111111110111110111111111111111110110
+2,55,8,90,1111111111101111111011011111111111111111111011111011111110111111111101110111111111111111111111111010
+2,55,9,90,1111111111111111101001111111111111111111111011111111011111110111111101110111110111111111111111111110
+2,55,10,91,1111111111111111111011111111111111111111011111111011111111001111111101110101111111111111111111111110
+2,55,11,87,1101111111101111101001111111101111111111110011111111111111101111111101110111111111111111101111111110
+2,55,12,90,1111111111111111111001011111111111101111111111111011111111101111101111110111111111111101111111111110
+2,55,13,92,1111111111111111111011111111111111111111111111111111111111001111111101110111110111111111011111111110
+2,55,14,93,1111111111111111111001111111111111111111111011111111111110111111111101111111111111111111111111111010
+2,55,15,86,1111100011111111111000011111111111111111111111101111111010111111111101111111111111011111111111111010
+2,55,16,88,1111111111111111111001011111111111111101111111111011111110101111111111110111111110011111111111110110
+2,55,17,92,1111111111111111111001111111011111111111111111111011111111101111111111110111111111011111111111111110
+2,55,18,93,1101111111110111111101111111111111111111111111111111111111111110111111110111111111011111111111111110
+2,56,0,87,1111111111111110101011101111111111111111111111111111111111001111111101110111100111101111011111111110
+2,56,1,90,0111111111101111111011111111111111101111111111111111111111001111111101110111111111111111011111111110
+2,56,2,87,1101110111111111111010111111111111111111111011111111111111101110111101110111110101110111111111111110
+2,56,3,92,1110110111111111111011111111111111111111111111111111111111111111110111110111111111011111111111111100
+2,56,4,91,1101111111100111101111111111111111101111111111111111111111111111111101100111111111111111111111111110
+2,56,5,90,1111111111111111111001111111111111111111111111111111111111001110111111110111101111011111011111111110
+2,56,6,91,1111101111111111111010111111111111111111111111111111111111111111111101110101111111010111111111111110
+2,56,7,92,1101111111111111111001111111111111111111111111111111111111111110110111110111111111111111111111111100
+2,56,8,91,1111111111111111111001111111011111111111111111111011111111101111111101110111111111011111111111111110
+2,56,9,93,1111101111111111111001111111111111111111111111111111111111111111111111110101111111111110111111111110
+2,56,10,90,1011101111111111111001111111111111111111111111111111111111101111111101110101111111110111111111111110
+2,56,11,91,1111101111111111111010111111111111111111111111111111111111111110110101110101111111111111111111111110
+2,56,12,91,1111011111111111111100111111111111111111111111111111111111101110111111110111111111011110111111111110
+2,56,13,88,1101111111110111111001111111111111111111110011111111111110111111111101110111111111111111111111110010
+2,56,14,89,1111101111111111111011111111111111011111111111111111111111101110110101110111111111010111111111111110
+2,56,15,93,1101111111111111111011111111111111111111111111111111111111111111110111110101111111110111111111111110
+2,56,16,91,1111111111111111111011011111111111111111111011111011111110111111111101110111111101111111111111111110
+2,56,17,88,1111110111101111111011111111111111111111111111111111111111001111111101110011110111111111011111111010
+2,56,18,90,1111111111111111101011111111111111110011111111111011011111111111111111100111111111111111111111111010
+2,57,0,93,1101111111111111111011111111111111111111110111111111111111111111110111110101111111111111111111111110
+2,57,1,88,1101111111110111111001111111111111111111111011111111111110111111111101110111111111110111111111110010
+2,57,2,87,1011101111111111111001111111111111111111111111111111111111101111110101110101111111010111111111110110
+2,57,3,91,1111101111111111111011111111111111011111111111111111111111101110111101110111111111110111111111111110
+2,57,4,94,1111101111101111111111111111111111111111111111111111111111111111111101110111111111011111111111111110
+2,57,5,88,1101111111110111101010111111111111101111111111111111111111111111111101100101111111110111111111111110
+2,57,6,92,1101111111111111111001111111111111111111111111111111111111111111111111110101101111110111111111111110
+2,57,7,89,1111111111111111111011111111010111111111111111111001111111101111110101110111111111011111111111111110
+2,57,8,91,1111111111111111111011111111011111111111111111111011111111101111111111100111111111011110111111111110
+2,57,9,87,1111111110111111101001111111111101110011111111111011011111111111111101110111111111111111111111111010
+2,57,10,91,1101101111110111111111111111110111111111111111111111111111111111110101100111111111111111111111111110
+2,57,11,90,1111111111101111101010111111111111101111111111111111111111111110111101110101111111111111111111111110
+2,57,12,90,1100110111111111111001111111111111111111111111111111111111111111110111110111111111011111111111111100
+2,57,13,93,1111111111111111111011111111111111111111111111111111111111111110110111110111111101111111111111111100
+2,57,14,91,1111001111111111111100111111111111111111111111111111111111101111111111110111111111011110111111111110
+2,57,15,91,1111111111111111111010111111111111111111111111111111111111111110111101110101111111010111111111111110
+2,57,16,88,1111011111111111101011101111111111111111111111111111111111001111111101110111100111101111111111111110
+2,57,17,88,1111111111111110111100011111111111111111111111111111111111101110111111110111111111011110001111111110
+2,57,18,92,1111101111111111111001111111111111111111111111111111111111111111111111110101111111111110011111111110
+2,58,0,90,1101111111111111111000111111111111111111110111111111111111111111111111110101101111110111111111111110
+2,58,1,94,1111101111111111111001111111111111111111111111111111111111111111111111111101111111111110111111111110
+2,58,2,88,1111100111111111111011111111111111011111111111111111111111100110111101110101111111110111111111111110
+2,58,3,95,1111101111111111111001111111111111111111111111111111111111111111111111111111111111111110111111111110
+2,58,4,91,1111111111110111111001111111111111111111111111111111111111111111110101110111111111110111111111110110
+2,58,5,89,1101111111111111111011111111111111111111111011111111111110111110111111110111011101111111111111111000
+2,58,6,90,1111101111101111111011111111111111111101111111111111111111111110111011110111111101011111111111111110
+2,58,7,94,1111111111111111111111011111111111111111111111111111111111111111110101110111111111111111111111111100
+2,58,8,89,1111011111111111111001111111011111111111111111111011111111101111111111100111111111011110111111111110
+2,58,9,93,1111101111111111111110111111111111111111111111111111111111101111111111110111111111011110111111111110
+2,58,10,94,1101101111111111111111111111111111011111111111111111111111111111111101110111111111111111111111111110
+2,58,11,88,1011101111110111111111111111110111111111111111111111111111101110110101100111111111110111111111111110
+2,58,12,93,1101111111111101111011111111111111111111111111111111111111111110110111110111111111111111111111111110
+2,58,13,92,1111111111111111111011111111111111111111110111111111111111111111110111110101111111111111110111111100
+2,58,14,87,1101111111110111101010111111111111101111111111111111111111111111111101100101111111010111111111111110
+2,58,15,93,1111111111111111111010111111111111111111111111111111111111111110111101110111111111110111111111111110
+2,58,16,89,1111101111111111111001111111111111011111111111111111111111101111111101110101111111111110011111111110
+2,58,17,93,1111101111111111111011111111111111111111111111111111111111111110111101110111111111110111111111111110
+2,58,18,93,1111111111111110111011111111111111111111111111111111111111111110110111110110111111111111111111111110
+2,59,0,91,1111101111111111111110111111111111111111111111111111111111101110111111110110111111111110011111111110
+2,59,1,92,1111111111111110111011111111111111111111111111111111111111111111110111110111111111011011111111111010
+2,59,2,91,1111101111111111111010101111111111111111111111111111111111111110111101110111111111110111111111111110
+2,59,3,94,1111111111111111111011111111111111111111111111111111111111111110111101110111111111110111111111111110
+2,59,4,90,1101011111111111111011111111111111011111110111111111111101111111110111110111111101111111111111111110
+2,59,5,91,1101101111111101111111111111111111111111110111111111111111111111111101110101111111111111111111111100
+2,59,6,92,1111101111111111111010111111111111111111111111111111111111101111111111110111111111011110111111111110
+2,59,7,94,1111101111111111111101111111111111111111111011111111111111111111111111111101111111111110111111111110
+2,59,8,93,1111111111111111111011111111111111111111110111111111111111111110110111110111111111111111111111111100
+2,59,9,91,1101111111111101111111111111111111111111111110111111111111111111110111110101111111101111110111111110
+2,59,10,92,1101111111111111111011111111111111011111111111111111111111111110110101110111111111111111111111111110
+2,59,11,94,1101100111111101111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,59,12,92,1101101111111111111111111111111111111111101111111111111111111110111101110111111111111011111111111110
+2,59,13,93,1111111111111111111010111111111111011111111111111111111111111111111101110111111111110111111111111110
+2,59,14,92,1111111111111110111011111111111110111111111111111111111111111110111101110110111111111111111111111110
+2,59,15,93,1111101111111111111011111111111111111111111111111111111111111110110111110111111111110111111111111110
+2,59,16,90,1101111111111101111011011111111111101111111111111111111111111110110101110111111111111111111111111110
+2,59,17,94,1111111111111111111111111111111111111111111111111111111111111111110111110111011111111111111011111100
+2,59,18,92,1111101111111111111011111111111111111111111111111111111110111110111101110111111111111111111111111100
+2,60,0,93,1111101111111110111011111111111111111111111111111111111111111110110111110111111111111111111111111110
+2,60,1,91,1111111111111111111011011111111111111111111111111111111111111111110111110111111111010011111111111010
+2,60,2,93,1111111111111101111111111111111111111111111111111111111111111111110111110101111111101111110111111110
+2,60,3,90,1101111111111111111011111111111111111111110110111111111111111110110111110111101111111111111111111100
+2,60,4,94,1111111111111111111011111111111111111111111111111111111110111110111101111111111111111111111111111100
+2,60,5,91,1111101111111110111011111111111110111111111111111111111111111110111101110110111111111111111111111110
+2,60,6,92,1111111111111110111011111111111110111111111111111111111111111110111111110111111111111011111111111010
+2,60,7,90,1110111111111110111011111111111111111111111111111111111111011111110101110110111111011111111111111110
+2,60,8,94,1101101111111111111111111111111111111111111111111111111111111110111101110111111111111111111111111110
+2,60,9,88,1101111111111111111011111111111111011111100111111111111111111110110101110111111111111011111011111110
+2,60,10,93,1101101111111111111111111111111111111111111011111111111111111111110101110111111111111111111111111110
+2,60,11,91,1111111111111111111001111111111111011111111111110111111111011110111111111101111111111110111111111110
+2,60,12,90,1111111111111110111010111111011111011111111111111111111111111110111111110110111111111111111110111110
+2,60,13,91,1111101111111111111111111111111110111111111111111111111111101111111101110111111111011110111110111110
+2,60,14,94,1111101111111111111011111111111111111111111111111111111111111111110111110111111111110111111111111110
+2,60,15,89,1111101111111111111010111010111111111111111111111111111111101110111111110111111111011110111111111110
+2,60,16,93,1111111111111111111011111111111111111111110111111111111111111110110111110111111111111111111111111100
+2,60,17,91,1111111111111111111011111111111111111111110111111111111111111110110111110111111111111110111110111100
+2,60,18,92,1111111111111111111111111111111111111111111111101111111111111111110111110111011111110111111011111100
+2,61,0,92,1111111111111101111111111111111111111111111111111111111111111111010111110101111111101111110111111110
+2,61,1,93,1111111111111101111111111111111111111111111111111111111111111111110111110101111111101111110111111110
+2,61,2,94,1111101111111111111011111111111111111111111111111111111111111111110111110111111111110111111111111110
+2,61,3,93,1111111111111111111011111111101111111111111111111111111111111110110111110111111111111111111111111100
+2,61,4,91,1111101111111111111011111111111111111111111111111111111111111110010101110111111011111111111111111110
+2,61,5,94,1111111111111111111010111111111111111111111111111111111110111110111111111111111111111111111111111100
+2,61,6,93,1101111111111101111111111111111111111111111111111111111111111111111111110101111111101101111111111110
+2,61,7,94,1111101111111111111111111111111111111111111111111111111111111110110101110111111111111111111111111110
+2,61,8,92,1111111111111110111111111111111110111111111111111111111111101111111101110111111111011110111111111110
+2,61,9,90,1111101111111111111011111111111110111111111111111111111111111110111111110111111110111011111110111010
+2,61,10,90,1111111111111101111001111111111111111111111111111111111111111110110111110111111111111110110110111110
+2,61,11,94,1111111111111111111111111111111111111111110111111111111111111111110111110101111111101111111111111110
+2,61,12,94,1111101111111111111011111111111111111111111111111111111111111111110111110111111111110111111111111110
+2,61,13,91,1111110111111111111011011111111111111111111111111111111111111111110111110111111111010111111111111010
+2,61,14,92,1111111111111100111011111111111110111111111111111111111111111110111111110111111111111011111111111110
+2,61,15,92,1101101111111111111111111111111111111111111111111111111111111110111101110111111101111111111111111010
+2,61,16,91,1101101111111011111111111111111111111111111011111111111111101011111101110111111111111111111111111110
+2,61,17,90,1111101111111111111111111111111110111111111111111111111111111111110101110111111111011110011110111110
+2,61,18,88,1111111111111110111011111111111111111111110111111111111111111110110101100111111111111110111110111100
+2,62,0,92,1111111111111111111111111111111111111111111111111111101111111110110111110101111111101111110111111110
+2,62,1,93,1111101111111111111111111111111111111111110111101111111111111111110101110111111111111111111111111110
+2,62,2,92,1111111111111110011111111111111110111111111111111111111111101111111101110111111111011110111111111111
+2,62,3,90,1111111111111110111111110111111110111111111111011111111111101111111101110111111111011110111111111110
+2,62,4,91,1101101111111111111011111111111111111111111111111111111111111110010101110111111111111111111111111110
+2,62,5,91,1111101111111111111111111111111111111111111111111111111101111110111101110111111001111111111111111010
+2,62,6,92,1111111111111111111010111111111111111111110111111111111110111110110111111111111111111111111111111100
+2,62,7,95,1111101111111111111011111111111111111111111111111111111111111111111111110111111111110111111111111110
+2,62,8,92,1111111111111101111111011111111111111111111111111111111111111111110111110101111111101111110111111110
+2,62,9,92,1101111111111101111111111111111111111111111111111111111111111111111111110101111111100101111111111110
+2,62,10,91,1111111111111111111111111111111111111111111111111111111111101111010101110111111111001110111111111110
+2,62,11,91,1111011111111100111111111111111110111011111111111111111111111111111111110101111111111111110111111110
+2,62,12,89,1111111111111110111111111111111110111111111111111111111111101111111100110101111111101110011111111110
+2,62,13,93,1111111111111101111111111111111111111111111111111111111111111111010111110111111111011111110111111110
+2,62,14,91,1111111111111111111111101111111111101111110111111111111111111111110101110101111111101111111111111110
+2,62,15,90,1111101111111111111011111111111111111101111111111111111111111110010111110101111011111111111111111110
+2,62,16,93,1111111111111110111111111111111110111111111111111111111111111110111111110111111111111010111111111110
+2,62,17,90,1111111111111100111011111111111110111111111111111111111111101111111101110111011111011111111111111110
+2,62,18,93,1111101111111111111111111111111111111111111111111111111111111010110101110111111111111111111111111110
+2,63,0,89,1111111111111110111111111111111110111110111111111111111111111110010100110111111111111011111111111110
+2,63,1,90,1101101111111011111010111111111111111111111111111111111111111110011111110111111111111110111111111110
+2,63,2,93,1111111111110111111011111111111111111111111011111111111111111111111111110111111111110011111111111110
+2,63,3,90,1101101110111011111110111111111111111111111111111101111111101111111101110111111111111111111111111110
+2,63,4,92,1111101111111111111111111111111111111111111111101111111111111010110101110111111111111111111111111110
+2,63,5,94,1111101111111111111111111111111111111111110111111111111111111111110101110111111111111111111111111110
+2,63,6,93,1111101111111111111111111111011111111111111111111111111111111111111101110111111011111111111111111010
+2,63,7,92,1111101111111111111011111111111101111111111111111111111101111111111111110111111101110111111111111110
+2,63,8,92,1111111111111111111111111111111111111111111111111111101111111110010111110111111111011111110111111110
+2,63,9,93,1111111111111101111111111111111111111111111111111111111111111111110111110101111111101111110111111110
+2,63,10,88,1111111111111111011011111111111110111111110111111111101110101110110101111111111111111111111111111100
+2,63,11,94,1111111111111110111110111111111111111011111111111111111111111111111111110111111111011110111111111111
+2,63,12,92,1111111111111111111111101111111111111111110111111111111111111111110101110101111111101111111111111110
+2,63,13,93,1101101111111111111011111111111111101111111111111111111111111111111111110111111111110111111111111110
+2,63,14,91,1111101111111111111111111111111111111111110111101111111111111010110101110111111111111111111111111110
+2,63,15,93,1111101111111101111111111111111111111111110111111111111111111111110101110111111111111111111111111110
+2,63,16,88,1111101111111111111111011111111111111111111111111111111101111110110101110111111001101111111111111010
+2,63,17,92,1111111111111101111111110111111111111111111111111111110111111111111111110101111111111111100111111110
+2,63,18,92,1111111111111111111011111111111111101111110111111111111110111110111111111111111111110111111111111100
+2,64,0,92,1111101111111111111111111111111101111111111111111111111111111111111101110111111001110111111111111110
+2,64,1,92,1111101111111111111011111111011111111111111111111111111101111111111111110111111111111111101111111010
+2,64,2,90,1111111111111110111111111111111110111111110111111111111111111110110100110111111111111011111111111110
+2,64,3,91,1111101111111111111111010111111111111110111111111110111111111111010111110111111111111111111111111110
+2,64,4,91,1101101111111011111011111111111111111101111111111111111111111111011111110111111111110111111111111110
+2,64,5,90,1101101111111111111010111111111111101111111111111111111111111110111111110111111111111110111111110110
+2,64,6,96,1111101111111111111111111111111111111111110111111111111111111111111111110111111111111111111111111110
+2,64,7,89,1101101111111111111011011111111111101111111111111111111111111111110101110111111111110111011111111110
+2,64,8,91,1111111111110110111111111111111111111011111011111111111111111111111111110111111111110010111111111110
+2,64,9,96,1111111111111111111010111111111111111111111111111111111111111111111111110111111111011111111111111111
+2,64,10,92,1101101111111111111011111111111111101111111111111111111101111111111111110111111111110111111111111110
+2,64,11,91,1111101111111111111011110111111101111111111111111111111111111111110111110111111101110111111111111110
+2,64,12,91,1111101111111111111111111111111111111111110111101111111111111010110101110111111111111111111111111110
+2,64,13,89,1111101111111111111111111111111111111111111111101110110111111010110101110111111111101111111111111110
+2,64,14,91,1111111111010111111011111111111101111111111111111111111111111111111111110111111111110011111011111110
+2,64,15,91,1111101111111111111011111111110111111111111011111111111101111111111111110111111101110111111111111110
+2,64,16,88,1111101111111111111111111111011111110111111111111111111110110111110101110111111011111111111101111010
+2,64,17,93,1111101111111101111111111111111111111111110111111111101111111111111101110111111111111111111111111110
+2,64,18,92,1111111111111111111111101111111111111111110111111111111111111111110101110101111111101111111111111110
+2,65,0,89,1111101111111111111011111111110110111111111011111111111101111110111111110111111101110111111111111110
+2,65,1,92,1111111111111110111111111111111111111111110111111111111111111111110100110111111111111011111111111110
+2,65,2,93,1111101111111111111011111111011111111111111111111111111101111111111101110111111111111111111111111110
+2,65,3,91,1101101111111101111111111111111111101111110111111111111111111111110111110111111111110111111111111110
+2,65,4,91,1111101111111111111111111111111101111111111111111111111111110111111101110011111101110111111111111110
+2,65,5,94,1111101111111111111111111111111111111111110011111111111111111111111111110111111011111111111111111110
+2,65,6,92,1111101111111111111111011111111111111111111111111111101101111111011101110111111111111111111111111110
+2,65,7,91,1111001111111101111111110111111111111110110111111111111111111111110111110111111111111111111111111110
+2,65,8,90,1111101111111111111111111111111111111111110111101111111111111010110101110111111111111111111110111110
+2,65,9,94,1111101111111111111111111111111111111111110111111111111011111111101111110111111111111111111111111110
+2,65,10,95,1111101111111111111111111111111101111111111111111111111111111111110111110111111111111111111111111110
+2,65,11,92,1111101111111111111011110111111111111111110111111111111111111111111111110111111101110111111111111110
+2,65,12,92,1111101111111111111111111111111111111111110111101111111111111011110101110111111111111111111111111110
+2,65,13,95,1111101111111111111111111111111111111111110111111111111111111110111111110111111111111111111111111110
+2,65,14,91,1101101111111111111011111111111111111101111111111111111111111111011011110111111111110111111111111110
+2,65,15,91,1101101111111011111011111111111111101111111111111111111101111111111111110111111111110111111111111110
+2,65,16,95,1101111111111111111011111111111111111101111111111111111111111111111111110111111111011111111111111111
+2,65,17,91,1111101111111011111010111111111111111111111111110111111111111111011111110111111111110111111111111110
+2,65,18,93,1111101111111101111111111111111111111111110111111111111111111111110101110111111111111111111111111110
+2,66,0,94,1111101111111111111111111111111111111111110111111111111111111111101111110110111111111111111111111110
+2,66,1,92,1111101111111101111111111111111111111111110111111111101011111111111101110111111111111111111111111110
+2,66,2,92,1111101111111101111111111101111111111111110111111111111111111111110101110111111111111111111111111110
+2,66,3,92,1111101111111101111111111111111111111111110111111111111111111110110101110111111111111111111111111110
+2,66,4,92,1111101111111111111011111101111111111111111111111111111101111111111101100111111111111111111111111110
+2,66,5,93,1111101111111111111111111111011111111111110111111111111011111111101111110111111111111111111111111110
+2,66,6,87,1111101111111011111010111111111111111111111101110111111111111111100111110111101111110111101111111110
+2,66,7,93,1111101111111111111111011111111111111111110111111111111011111111011111110111111111111111111111111110
+2,66,8,94,1111101111111111111111111111111111111111110011111111111111111111111111110111111101111111111111111110
+2,66,9,90,1111101111111111111111111111111101111111111111111111111111111111111101100011111011110111111101111110
+2,66,10,93,1111001111111101111111111111111111111110110111111111111111111111111111110111111111111111111111111110
+2,66,11,89,1111101111111111111111110111111111101111110011111111111111111111110111110111111011111111101111011110
+2,66,12,94,1111101111111111111111111111011111111111111111111111111101111111110111110111111111111111111111111110
+2,66,13,92,1111101111111111111011111111111111111111110011111111111111111111111101110111111011111111111111111110
+2,66,14,93,1111001111111111111111111111111111111011110111111111111101111111111111110111111111111111111111111110
+2,66,15,88,1111101111111110111111011110111111111111110011111111101111111111011101110111111011111111111111111110
+2,66,16,90,1111101111111101111011111111011111111111111111111111101101111111111101110111011111111111111111111110
+2,66,17,95,1111101111111111111111111111111111111111110111111111111111111111111101110111111111111111111111111110
+2,66,18,88,1111001111111111111111111111111101111101111111111111111111110111110111110011111101110111110111111110
+2,67,0,90,1111101111111101111111111101111111111111110111111111111111111111110101110011111111111111111101111110
+2,67,1,92,1111101111111111111111111111111101111111111111111111111111111111111101100110111011111111111111111110
+2,67,2,92,1111101111111111111111111111011111111111101111111111111101111101101111110111111111111111111111111110
+2,67,3,92,1111101111111111111111111111111111111110110111111111111111111111110111110110111111111111110111111110
+2,67,4,90,1110101111111111101110111101111111111111110111111111111111111111110101110111111111111111111111111110
+2,67,5,93,1111101111111101111111111111111111111111110011111111111111111111111111110111111101111111111111111110
+2,67,6,90,1111101111111001111111110111111111111111110011111111111111111111110111110111111111111111101111111110
+2,67,7,90,1111101111111111111111111111111111101111110111111110111111111110110101110111111011111111111111111110
+2,67,8,92,1011101111111111111111111111111111111011110111111111111111111111101111110110111111111111111111111110
+2,67,9,94,1111001111111111111111111111111111111111110111111111111101111111111111110111111111111111111111111110
+2,67,10,91,1111101111111111111011111111111111111111110011111111101111101111111101110111111111111111111111111110
+2,67,11,92,1111101111111101111111111111111111111111110111111111111011111111111101110111111011111111111111111110
+2,67,12,93,1111101111111111111111111111110111111111110111111111111110111111111101110111111111111111111111111110
+2,67,13,91,1111001111111001111111111111111111111110110111111111111111110111111111110111111111111111111111111110
+2,67,14,94,1111101111111111111111111111111111111111110011111111111111111111111111110111111101111111111111111110
+2,67,15,92,1111101111111111111111111111011111111111111111111111111101110111110101110111111111111111111111111110
+2,67,16,92,1111001111111111111111111111011111111111110111111111111011111111101111110111111111111111111111111110
+2,67,17,94,1111101111111111111111111111111111111011110111111111111111111101111111110111111111111111111111111110
+2,67,18,95,1111101111111111111111111111111111111111110111111111111111111110111111110111111111111111111111111110
+2,68,0,94,1111001111111111111111111111111111111111110111111111111101111111111111110111111111111111111111111110
+2,68,1,92,1111001111111111111111111111111111111111110111111111111101111111111111110111111111111110110111111110
+2,68,2,91,1111101111111111110111111111011111111111111111111111111101110101111101110111111111111111111111111110
+2,68,3,91,1111101111111111111111111111011011111111101111111111111101111111100111110111111111111111111111111110
+2,68,4,93,1111101011111111111111111011011111111111111111111111111101111111111111110111111111111111111111111110
+2,68,5,89,1011001111111111111111111111111111111111100111111111111101111101101111110111111110111111111111111110
+2,68,6,90,1010101111111111111111111101111111111011111111111111111111111111101111100110111111111111111111111110
+2,68,7,92,1111101111111111111111111111111101111111110111111111111111111111111101110110111011111111111111111110
+2,68,8,91,1111101111111111111111111111111011111111111111111111110111111110111111100110111011111111111111111110
+2,68,9,93,1111101111111111111111111111111101111111101111111111111111011111111101110111111111111111111111111110
+2,68,10,92,1111101111111110110111111111111011111111111111111111111101111101111111110111111111111111111111111110
+2,68,11,88,1111001111111001111111111111011111111110100111111111111111110111101111110111111111111111111111111110
+2,68,12,91,1111001111111111111111111111111111111111110111111011111101111111111101110111111011111111111111111110
+2,68,13,93,1111101111111001111111111111111111111111110111111111111011111111111111110111111111111111111111111110
+2,68,14,91,1111101111111111101110111101110111111111110111111111111110111111111101110111111111111111111111111111
+2,68,15,92,1110101111111111111111111111111111111111110111111111111111111111110101110111111110111111111111111110
+2,68,16,93,1111101111111111111011111111011111111111110111111111111111101111111111110111111111111111111111111110
+2,68,17,89,1111001111111111111011111111111111111111110011111111101011111111101101110111111111111111111111111110
+2,68,18,92,1111101111111101111111111111111111111111110011111111111111111111111111110111111001111111111111111110
+2,69,0,88,1111101111101111111111111111101111111111010111111111111111011111111101100110111011111111111111111110
+2,69,1,90,1010101111111111111111111101111101111011111111111111111111111111101111110110111111111111111111111110
+2,69,2,90,1111101111111111111111111111011101111111110111111111111101110111111101110111111011111111111111111110
+2,69,3,91,1111101111111111010111111111011111111111111111111111111111111101111101110110111111111111111111111110
+2,69,4,92,1111101111111111111111111111111111111111110111111111111111111111111101110110111011011111111111111110
+2,69,5,91,1111001111111101111111111111111101111111110111111111111101111111111111110111111111111111110111111110
+2,69,6,93,1111101111111101111111111111111111111111111111111111111111111111111101110111111001111111111111111110
+2,69,7,92,1111101111111111111111111111111101111111100011111111111111011111111111110111111111111111111111111110
+2,69,8,93,1111101111111111111011111111011111111111110111111111111111101111111111110111111111111111111111111110
+2,69,9,91,1110101111111111111111111111111111111111110111111111111111111111110101110111101110111111111111111110
+2,69,10,88,1111001111111111111011111111111111111111110011111111101111111111101101110101111111111111011111111110
+2,69,11,93,1111001111111111111111111111111111111111110111111111111001111111111111110111111111111111111111111110
+2,69,12,91,1111101111111001111111111111111111111111110110111111111011101111111111110111111111111111111111111110
+2,69,13,93,1111101111111111111011111111011111111111110111111111111111111111111111110111111111110111111111111110
+2,69,14,91,1111101111111111111011111101011111111011110111111111111111101111111111110111111111111111111111111110
+2,69,15,92,1010101111111111111111111111111111111111111111111111111111111111101111100110111111111111111111111110
+2,69,16,87,1010101101111111111111111101111111111011110111111111111111111111101110100110111111111111111111111110
+2,69,17,93,1111101111111101111111111111111111111111111111111111111011110111111101110111111111111111111111111110
+2,69,18,93,1111101111111111111111111111111111111111110111111111111111111111111101110110111011111111111111111110
+2,70,0,90,1111101111111111111011111101011111111011110111111111111111101111111110110111111111111111111111111110
+2,70,1,90,1010101101111111111111111111111111111111110111111111111111111111101111100110111111111111111111111110
+2,70,2,94,1111101111111111111111111111011111111111110111111111111111101111111111110111111111111111111111111110
+2,70,3,89,1111101111111111010011111111011111111111111111111111111111111100111101110110111111111111111111111110
+2,70,4,89,1110101111111111111111111111111111111011110111111111111111111111010101110110101111111111111111111110
+2,70,5,89,1101101111111111010111111111011111111111111111111111111111111101111101110111111110111111111111111100
+2,70,6,87,1010101111111111111111111111111111111111110111111111111111101111101100100110111011111111111111111110
+2,70,7,91,1111101101111111111111111101111111111011110101111111111111111111111111110110111111111111111111111110
+2,70,8,91,1111101111111111111011111101011111111111110111111111111111101111111111110111111111011111111111111110
+2,70,9,91,1101101111111111111011111111011111111011110111111111111111101111111111110111111111111111111111111110
+2,70,10,92,1111001111111111111111111111111111111111110111111111111001111111111111110111111111110111111111111110
+2,70,11,93,1111101111111111110011111111011111111111110111111111111111111111111111110111111111111111111111111110
+2,70,12,93,1110101111111111111111111111111111111111111111111111111111101111101111110110111111111111111111111110
+2,70,13,93,1011101111111111111011111111111111111111110111111111111111111111111111100111111111111111111111111110
+2,70,14,94,1111101111111111111111111111111111110111111111111111111001111111111111110111111111111111111111111110
+2,70,15,88,1111001111111101111111111101111111111110110111111111111011110111111101110111111111111011111111111110
+2,70,16,91,1111101111111101111011111111111111111111100111101111111111111111111101110111111101111111111111111111
+2,70,17,94,1111101111111111111111111111011111111111111111111111111111111111111111110111111011110111111111111110
+2,70,18,94,1111101111111111111111111111111101111111110111111111111111111111111111110111111111110111111111111110
+2,71,0,90,1111101101111111111111111101111111111011110101111111111111111111111111110110111111110111111111111110
+2,71,1,91,1111101101111111111111111101111111111011110101111111111111111111111111110110111111111111111111111110
+2,71,2,91,1111101101111111111111111111111111111001010111111111111111101111111111110111111111111111111111111110
+2,71,3,91,1111101111111111111111111101011111111111111101111111111111111111111111110110111011110111111111111110
+2,71,4,93,1111101111111111111111111111011111111111110111111111111111101111111111110111111111111111111111110110
+2,71,5,94,1111101111111111111111111111011111111111111111111111111111111111111111110111111011110111111111111110
+2,71,6,88,1110101111111111111111111111111111110111110111111111111111011111010101110110101111111111111111111110
+2,71,7,94,1111101111111111111111111111111111111011111111111111111001111111111111110111111111111111111111111110
+2,71,8,88,1110101111111111011111111111111111111011110111111111111111111111010101110111101111110111111111111110
+2,71,9,93,1111101111111111111111111111111101111111100111111111111111111111111111110110111111111111111111111110
+2,71,10,91,1111101110111111011011111111011111111111111111111111011111111101111111110111111111111111111111111110
+2,71,11,90,1111101111111111110111111111011111111111110111111111111111101110111101110110111111111111111111111110
+2,71,12,93,1101101111111111111111111111011111111111110111111111111101111111111111110111111111111111111111111110
+2,71,13,92,1111101111111111111011111111111111110011111111111111111011101111111111110111111111111111111111111110
+2,71,14,90,1110101011111111111111111111111111111111111111111111111111101111001101110110111111111111111111111110
+2,71,15,91,1110101111111111111111111111111111111011110111111111111111111111110111110110101111111111111111111110
+2,71,16,91,1111101111111111110011111111011111111111110111111111111011111111111111110111111111110111111111111110
+2,71,17,94,1111001111111111111111111111111111111111110111111111111101111111111111110111111111111111111111111110
+2,71,18,92,1111101111111111101111111111111111110111110111111111111001111111111111110111111111111111111111111110
+2,72,0,86,1110101111111111111111111111011111011111111111111111110111111111111101010110101011110101111111111110
+2,72,1,92,1111101111111111111111111111111111110111110111111111111111011111010111110111111111111111111111111110
+2,72,2,92,1111101111111111111011111111111111110011111111111111111001111111111111110111111111111111111111111110
+2,72,3,93,1111101111101111111111111111111111111011111111111111111011101111111111110111111111111111111111111110
+2,72,4,86,0101101111111111111111101011111111111001010111111111111111101111011111110110111111111111111111111110
+2,72,5,93,1111101101111111111111111111011111111111110111111111111101111111111111110111111111111111111111111110
+2,72,6,91,1111001101111111111111111111111111111111111111111111111011111111111111110111111111100111111011111110
+2,72,7,89,1111101101111111111111111001111111111011110101111111111101111111111111110110111111111111111111111110
+2,72,8,94,1111101111111111111111111111111111111111110111111111111001111111111111110111111111111111111111111110
+2,72,9,92,1111001111111111101111111111111111110111110111111111110111111111111111110111111111111111111111111110
+2,72,10,88,1111001111111111111111111111111111111111110011111111111101101011111111110111111111101111111011011110
+2,72,11,92,1111001111111111111111111111111111111111111111111111111001111111111111110110111111110111111111111110
+2,72,12,95,1111101111111111111111111111111111111011110111111111111111111111111111110111111111111111111111111110
+2,72,13,87,1110101101111111101111111111111111111001010111111111111111101111110111111110101111111111111111111110
+2,72,14,92,1111001101111111111111111101111111111011110111111111111111111111111111110111111111111111111111111110
+2,72,15,93,1111101111111111111111111111111111111111110111111111111101111111111111110110111111110111111111111110
+2,72,16,95,1111101111111111111111111111111111111111110111111111111111111111111111110110111111111111111111111110
+2,72,17,88,1101101111111111111101111111011101111111100110111111111101111111111111110111111111111111110111111110
+2,72,18,87,1111001111111011111111111111111111111111111101111111111101111111110111110110101111101111011011111110
+2,73,0,91,1111001111111111111011111111011111111011111111111111111011111111111111110111111111111111111011111110
+2,73,1,92,1111101101111111111111111111111111110111111111111111111001111111111111110111111111101111111111111110
+2,73,2,92,1111001101111111111111111101111111111011110111111111111111111111111111110111111111111111111111111110
+2,73,3,91,1111001101111111111111111101111111111011110111111111111111111111111111110111111111110111111111111110
+2,73,4,92,1111001101111111111111111111111111111111111111111111111011111111111111110111111111100111111111111110
+2,73,5,92,1111101101111111111111111111011111111111110111111111111101111111111111110111111111111111111011111110
+2,73,6,92,1101101111111111111111101111111111110011111111111111111101111111111111110111111111111111111111111110
+2,73,7,85,0101101111111111111011111011111111111001010111111111111011101111011111110110111111111111111111111110
+2,73,8,86,0111001111111111111111111111111111110111110011111111111101101011111111110111111111101111111011011110
+2,73,9,88,1111001101111111111111111011011111111111010111111111111111011111010111110111111111111111111111111110
+2,73,10,88,1111101101111111111111111111011101111111110111111111110101011111110111010111111111111111111111111110
+2,73,11,94,1111101111111111111111111111111111110111110111111111111111111111011111110111111111111111111111111110
+2,73,12,87,1010001110111101111111110111111111111111110111111111111011111111111111110111111111100111111111111110
+2,73,13,90,1111101111101111111111111111111111111011110111111111111101111111111111110010111111110111111111111110
+2,73,14,93,1111101101111111111111111111111111111111110111111111101101111111111111110111111111111111111111111110
+2,73,15,92,1111101111111111111111111111011111111111110111111111110001111111111111110111111111111111111111111110
+2,73,16,94,1111101111111111111111111101111111111011110111111111111111111111111111110111111111111111111111111110
+2,73,17,93,1111001101111111111111111111111111111011110111111111111111111111111111110111111111111111111111111110
+2,73,18,93,1111101111111111111111111111111111111111110111111111111111011111010111110111111111111111111111111110
+2,74,0,93,1111101111111111111111111111011111111011111111111111111011111111111111110111111111111111111011111110
+2,74,1,88,1010001111111111111011111111011111111111110111111111110001111111111111110111111111111111111111111110
+2,74,2,92,1101101101111111111111111111111111110011111111111111111111011111111111110111111111111111111111111110
+2,74,3,90,0111001011111111111111101111111111111011110111111111111101111111111111110111111111111111111111111110
+2,74,4,90,1111001111111111111111111111111111111011110111111111111111011111010111110111111111111111111111011110
+2,74,5,94,1111101101111111111111111101111111111111110111111111111111111111111111110111111111111111111111111110
+2,74,6,91,1101001111111111111111111110111111110111110111111111111011111111111111110111111111111111111111111110
+2,74,7,92,1111001101111111111111111111111111111011110111111111111101111111111111110111111111111111111111111110
+2,74,8,94,1111101101111111111111111111111111111111111111111111111001111111111111110111111111111111111111111110
+2,74,9,90,1111001101111111111111111101111111110011110111111111111111111111111111110111111111101111111111111110
+2,74,10,91,1111001101111111111111111101111111111011110111111011111111111111111111110111111111111111111111111110
+2,74,11,90,1111001111111111111111111110111111110111110111111111111001110111111111110111111111111111111111111110
+2,74,12,94,1111001111111111111111111111111111111111110111111111110111111111111111110111111111111111111111111110
+2,74,13,91,1111101101111111111111111111011111111011110111111111111001111111111111110111111111111111111111111110
+2,74,14,92,1111101101111111111111111111111111111111100111111111101101111111111111110111111111111111111111111110
+2,74,15,91,1111101101111111111111111111011111111111110111111111111101111111110111110111111111111111111011111110
+2,74,16,94,1111101101111111111111111111111111111111111111111111111011111111111111110111111111110111111111111110
+2,74,17,90,1111001111111111111111111111111111110111110111111111111111111111011111110111111100101111111111111110
+2,74,18,90,1111001101111111111111111011111111111111010111111111111111111111010111110111111111111111111111111110
+2,75,0,92,1101101111111111111111111111011111110011111111111111111011111111111111110111111111111111111111111110
+2,75,1,92,1111101101111111111111111111111111101011111111111111111111011111111111110111111111111111111011111110
+2,75,2,93,1101101111101111111111111111111111110111111111111111111111011111111111110111111111111111111111111110
+2,75,3,88,1101001101111111111111111010111111110011110111111111111011111111111111110111111111111111111111111110
+2,75,4,93,1111101101111111111111111111111111111111110111111111111101111111111111010111111111111111111111111110
+2,75,5,92,1111101101111111111111111101111111111111100111111111101111111111111111110111111111111111111111111110
+2,75,6,92,1111101101111111111111111111011111111111110111111011111111111111111111110111111111111111111011111110
+2,75,7,90,1111001101111111111111111101111111111011110111111111111101111111110111110111111111111111111111111110
+2,75,8,89,1011101101111111111111111111011111111011110111111111110001111111111111110111111111111111111111111110
+2,75,9,95,1111001111111111111111111111111111111111110111111111111111111111111111110111111111111111111111111110
+2,75,10,92,1111101101101111111111111111111111111011110111111111111101111111111111110111111111111111111111111110
+2,75,11,90,1111001101111111111111111111011111111011110111111111111001111111111111110111111111111111111111111110
+2,75,12,93,1111101111111111111111111111111111110111110111111111111111111111011111110111111111101111111111111110
+2,75,13,88,1111001101111111111011111101111111111111111111111111111001111111111011110111111100111111111111111110
+2,75,14,88,1111001101111111111111111101111111110011110111111111111011111011111111110111111111101111111111111110
+2,75,15,92,1111101101111111111111111111011111111011110111111111111101111111111111110111111111111111111111111110
+2,75,16,95,1111101101111111111111111111111111111111111111111111111011111111111111110111111111111111111111111110
+2,75,17,89,1111101111111111011111111111011111111011110111111111111001111111111111110111011111111111111011111110
+2,75,18,90,1111001101111111111111111011011111111111110111111111111111111111010111110111111111111111111111111110
+2,76,0,88,1111001101111111111111111101111111110011110101111111111011111111111111110111111111101111111111111110
+2,76,1,88,1101101101101111111111110111111111111011110101111111111101111011111111110111111111111111111111111110
+2,76,2,95,1111001111111111111111111111111111111111110111111111111111111111111111110111111111111111111111111110
+2,76,3,91,1111101101111111111111111111011111111011110110111111111101111111111111110111111111111111111111111110
+2,76,4,91,1111101101111111111111111101111111111101100111111111101111111111111111110111111111111111111111111110
+2,76,5,91,1111101100111111111111111101111111111111100111111111101111111111111111110111111111111111111111111110
+2,76,6,93,1111001111110111111111111111111111111111110111111111111111111111011111110111111111111111111111111110
+2,76,7,92,1111001111111111111011111111111111110111110111111111111111111111111111110111111111101111111111111110
+2,76,8,90,1110101101111111111111111101111111101011110111111111101111111111111111110111111111111111111111111110
+2,76,9,93,1111101101111111111111111111111111111111101111111111111111011111111111110111111111111111111011111110
+2,76,10,91,1101101111101111111111111111111111110111110111111011111111111111111111110111111111111111111011111110
+2,76,11,92,1111101001111111111111111111011101111111111111111111111111011111111111110111111111111111111111111110
+2,76,12,90,1111001111111111111011111101111111110011111111111111111011111111111011110111111111111111111111111110
+2,76,13,90,1101101101111111111111111111111111111111111111111101111001111111111111110111111100111111111111111110
+2,76,14,93,1111101111111111111111111111111111110111110111111111111111111111011111110111111111101111111111111110
+2,76,15,93,1111101111111111111111111111111111110111110111111111111111111111011111110111111111101111111111111110
+2,76,16,93,1101101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,76,17,93,1111101111111111111111111111011111110111111111111111111011011111111111110111111111111111111111111110
+2,76,18,91,1101101111101111111111111111011111110011111111111111111011111111111111110111111111111111111111111110
+2,77,0,92,1101101101101111111111111111111111111011111111111111111101111111111111110111111111111111111111111110
+2,77,1,90,1111101101111111111111111111011101111111110110110111111111111111011111110111111111111111111111111110
+2,77,2,92,1101101111101111111111111111011111110011111111111111111111111111111111110111111111111111111111111110
+2,77,3,90,1111101001111111111111111111011101111111111111111111111011010111111111110111111111111111111111111110
+2,77,4,91,1111101111101111111111111111011111110111111111011111111011011111111111110111111111111111111111111110
+2,77,5,92,1101101111111111111111111111011111110011111111111111111011111111111111110111111111111111111111111110
+2,77,6,91,1111101111111111111111111111111110110111110111111111111111101111011111110111111111101111111111111110
+2,77,7,93,1111101111111111111111111111011111110111111111111111111011011111111111110111111111111111111111111110
+2,77,8,93,1111101111111111111111111111111111111111110011111111111111111111011111110111111111101111111111111110
+2,77,9,90,1111101101111111111111111111111111110111101111111111111111011111111111110111111111011111111011101110
+2,77,10,90,1110101101111111111111111111111101101011111111111111111111011111111111110111111111111011111111111110
+2,77,11,89,1111101001111111111111111101001111111111110111111111101111011111111111110111111111111111111111111110
+2,77,12,92,1101101111111111111111111111111111110101110111111111111111111111111111110111111111111111111011111110
+2,77,13,89,1111101101101111111111111101111111111111100111111011101111111111111111110111111111111101111111111110
+2,77,14,92,1111101111111111111111111111111111110111110111111111111111111111111111110011111111101111111111110110
+2,77,15,92,1111001111111111111011111111111110111111110111111111111111111111011111110111111111111111111111111110
+2,77,16,93,1111101001101111111111111111111111111111111101111111111111111111111111110111111111111111111111111110
+2,77,17,89,1101101101111111111111111111011101111111111111111111101111011111011101110111111111111111111111111110
+2,77,18,91,1111101100111111111111111101111111111111100111111111101111111111111111110111111111111111111111111110
+2,78,0,93,1101101111101111111111111111011111110111111111111111111111111111111111110111111111111111111111111110
+2,78,1,91,1101101111101111111111011111011111110011111111111111111111111111111111110111111111111111111111111110
+2,78,2,91,1111101111111111111111101111101111111111110111111111111111111111111111110011111111101111111111110110
+2,78,3,89,1111101001111111111111111111011110110111110111111111101111011111111111110111111111111111111111111110
+2,78,4,95,1101101011111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,78,5,90,1111101101101111111111111111111111110101110101111111111111111111111111110111111111111111111011111110
+2,78,6,90,0111101111111111111111111111111101111111110011111111111111111111011111010111111111101111111111111110
+2,78,7,93,1111101111111111111111111111111111111111101011111111111111111111011111110111111111101111111111111110
+2,78,8,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,78,9,89,1111101101111111111111111111111101110111101111111111111111011111111111110111111111011111111011101110
+2,78,10,93,1101101111111111111111111111111111111111111011111111111111111111011111110111111111110111111111111110
+2,78,11,91,1111101111101111111111111111011111110011110111111111111111111111111111110111111111101111111111111110
+2,78,12,93,1111101111111111111111111111011111110111111111111111111011011111111111110111111111111111111111111110
+2,78,13,93,1111101111111111111111111111011111110111111111111111111011011111111111110111111111111111111111111110
+2,78,14,91,1111101111101111111111111111111111111111110011111111111111111111011111100111111111101111111111111110
+2,78,15,92,1101101111111111111111111111111111110101110111111111111111111111111111110111111111111111111011111110
+2,78,16,89,1111101111111111111111111111111110110011110111101111111101101111111111110111111111101111111111111110
+2,78,17,93,1101101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,78,18,92,1101101101101111111111111111111111111011111111111111111111111101111111110111111111111111111111111110
+2,79,0,89,1101101101101111111111111111111111111011110011111111111111111101011111110111111111111111111111111110
+2,79,1,93,1111101111101111111111111111111111111111111111111111111111101111111111100111111111101111111111111110
+2,79,2,90,1101101101101111111111111111111111111111111111111111111111111111011111100111111111111010111111111110
+2,79,3,92,1101101111111111111111111111111111111111111011111111111111111111011111110011111111110111111111111110
+2,79,4,93,1101101101111111111111111111111111111111111111111111111111011111011111110111111111111111111111111110
+2,79,5,91,1111101111101111111111111011011111110111111111111111111011111111111111010111111111111111111111111110
+2,79,6,95,1101101111111111111111111111111111110111111111111111111111111111111111110111111111111111111111111110
+2,79,7,92,1101101011101111111101111111011111111111111111111111111111111111111111110111111111111111111111111110
+2,79,8,91,1101101101101111111111111111111111110011111111111111111111111101111111110111111111111111111111111110
+2,79,9,92,1101101111101111111111011111011111111011111111111111111111111111111111110111111111111111111111111110
+2,79,10,91,1101101111111111111111111111111111110111111011111110111111111111011111110111111111011111111111111110
+2,79,11,92,1101101111101111111111111111011111111111111111111101111111111111111111110111111111110111111111111110
+2,79,12,91,1101101111111111111111111111111111111101111011111111110111111111011111110111111111110111111111111110
+2,79,13,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,79,14,96,1111101111101111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,79,15,89,1111101101101111111111111111011111110011110111111111111111111111011111110111111111101111111111111110
+2,79,16,92,1101101101101111111111111111111111111011111111111111111111111111011111110111111111111111111111111110
+2,79,17,93,1101101101101111111111111111111111111111111111111111111111111101111111110111111111111111111111111110
+2,79,18,93,1111101111111111111111111111011111110111111111111111111011011111111111110111111111111111111111111110
+2,80,0,93,1111101101101111111111111111111111111111111111111111111111111111011111110111110111111111111111111110
+2,80,1,96,1111101111101111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,80,2,94,1101101111101111111111111111111111111111111011111111111111111111111111110111111111111111111111111110
+2,80,3,94,1111101111111011111111111111111111110111111111101111111111111111111111110111111111111111111111111110
+2,80,4,93,1101101101111111111111111111111111111111111111111111111111011111011111110111111111111111111111111110
+2,80,5,92,1111101111111111111111111111011111010111111111111111111011011111111111110111111111111111111111111110
+2,80,6,93,1111101111101111111111011111111111111111111111111111111111101111111111110111111111101111111111111110
+2,80,7,93,1101101111101111111111111111011111111111111111111111111111111111111111100111111111111111111111111110
+2,80,8,93,1111101101101111111111111111111111111111111111111111111111111111011111110111110111111111111111111110
+2,80,9,93,1111101101100111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,80,10,94,1111101111111111111111111111111111110111111111111111111111101111111111110111111111101111111111111110
+2,80,11,90,1101101111101111111111111111111111111111111011111110111111111111011111100111111111011111111111111110
+2,80,12,93,1101101111111111111111111111111111111111111111111111111111111111001111110011111111111111111111111110
+2,80,13,91,1101101111111111111111111111111111110111111011111111111111111111111111110111110111110111111111110110
+2,80,14,90,1101101101101111111111111111111111111011111110111111111111111101011111110111111111111111111111111110
+2,80,15,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,80,16,92,1111101101101111111111101111111111111111011111111111111111111111011111110111111111111111111111111110
+2,80,17,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,80,18,91,1101101111111111111111111111111111110111111111111111111111101101011111110111111111111111111110111110
+2,81,0,91,1101101111101111111111111111011111111111011111111111111111111111101111100111111111111111111111111110
+2,81,1,93,1101100111111111111111111111111111111111111111111111111111111111011111110011111111111111111111111110
+2,81,2,91,1001101111101111111111111111011111110111111111111111111111111111111111100111111111111111111111111110
+2,81,3,91,1101101111111111111111111111111111111111111111111111111110101101011111110111111111111111111110111110
+2,81,4,96,1111101111101111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,81,5,93,1101101111101111111111111111111101111111111011111111111111111111111111110111111111111111111111111110
+2,81,6,91,1101101101101111111111111111111111111111101111111111111111011111011111110111111111111111111111111110
+2,81,7,94,1111101101111111111111111111111111111111111111111111111111111111011111110111111111111111111101111110
+2,81,8,90,1101101111111111111111111111111111110111111011111111111111111111111101110111110111110111111101111110
+2,81,9,90,1100101111111111111111111111111111111111111111111111111111111111001111110011111111011111111111110110
+2,81,10,92,1111101101101111111011111111111111111111111111111111111111111011011111110111111111111111111111111110
+2,81,11,92,1111101101100111111111111101111111111111111111111111111111111111011111110111111111111111111111111110
+2,81,12,93,1111101111111111011111111111111111110111111111111111111111101111111111110111111111101111111111111110
+2,81,13,92,1111101101101111111111111111111111111111111111111111111111111111111101110111111111111111101101111110
+2,81,14,93,1111101101111111111111111111111111111111111101111111111111111111011111110111111111111111111011111110
+2,81,15,88,1101101101101111111111101111111101111111011111111111111111011111011111110111111111111011111111111110
+2,81,16,93,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111110110
+2,81,17,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,81,18,94,1111101111111111111111111111111111110111011111111111111111111111011111110111111111111111111111111110
+2,82,0,92,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111101110110
+2,82,1,94,1111101101111111111111111111111111111111111111111111111111111101011111110111111111111111111111111110
+2,82,2,90,1101101101101101111111111111111101111111111111111111111111110111011111110111111111111111111111111110
+2,82,3,93,1111101111111111111101111111111111111111111011111111111111111111111111110101111111111111111101111110
+2,82,4,93,1111101101101111111111111111111111111111111111111111111111111111111101110111111111111111111101111110
+2,82,5,92,1111101111111111111111111111111111110111011111111111110111111111011111110111111111111111101111111110
+2,82,6,92,1111101111111110111111111111111111110111011111111111111111111011011111110111111111111111111111111110
+2,82,7,93,1111101101101111111011111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,82,8,93,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111101111110
+2,82,9,95,1111101111101111111111111111111111111111111111111111111111111111111111110111111111111111111111110110
+2,82,10,93,1111101111111111111111111111111111110111011111111111111111111111011111110111111011111111111111111110
+2,82,11,91,1111101111111110110101111111111111110111011111111111111111111111011111110111111111111111111111111110
+2,82,12,91,1111101101100111111111111101011111111111111111111111111111111111011111110111111111111111111111111110
+2,82,13,91,1101101111101111111111111111111111111111011111111111111111111111101111100111111111111111111110111110
+2,82,14,92,1101101101101111111111111111111101111111111011111111111111111111111111110111111111111111111111111110
+2,82,15,93,1111101111101111111111111111101111111111111111111111111111111111011111110111111111111111111111110110
+2,82,16,87,1101101111101011111111101111011011111111111111111111111111111111011111100111111111111111111101011110
+2,82,17,92,1111101101111111111111111111111111111111001111111111111111111111101111110111111111111111011111111110
+2,82,18,90,1100101111111111111111111111111111111111111111111111111111111111001111100011111111011111111111111110
+2,83,0,90,1101101101101111111111111111111101111111111011111111111111111101111111110111011111111111111111111110
+2,83,1,94,1111101001111111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,83,2,89,1111101101100111111101111101110111111111111111111111111111111111011111110111111111011111111111111110
+2,83,3,93,1111101111111111111111111111011111111111111011111111111111111111111111110101111111111111111101111110
+2,83,4,90,1111101111111111111111111111111101111111001111111111111111111111011111110110111111111111011111110110
+2,83,5,93,1111101101101111111111111111101111111111111111111111111111111111101111110111111111111111111111111110
+2,83,6,94,1111101101101111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,83,7,92,1111101101111111111111111111111111111111111111111111111111111101011111110111111111111111111101110110
+2,83,8,89,1111101101101111111111111111111111110111011111111111111111111011011111110111111111111111111101110110
+2,83,9,92,1111101111111110111111111111100111111011111111111111111111111111011111110111111111111111111111111110
+2,83,10,89,1100101101111111111111111111111111111111111111111111111111111111001101100111111111011111111111111110
+2,83,11,92,1111101111101111111111111111111111111111011111111111111111111111111111110011111111111111101101111110
+2,83,12,94,1111101111111111111111111111111111110111011111111011111111111111111111110111111111111111111111111110
+2,83,13,92,1111101111101111111111111111111111111111111111111111111111111111011101110111111011111111111111110110
+2,83,14,95,1111101111101111111111111111111111110111111111111111111111111111111111111111111111111111111111110110
+2,83,15,93,1111101111111111111111111111111111111111011111111111111111111111011111110111111011111111111111111010
+2,83,16,91,1101101101101111111111111111110101111111111011111111111111111111111111110111111111111111111111111110
+2,83,17,92,1111101111101111111111111110111111111111111111111111111111111111111100110111111111111111111101111110
+2,83,18,94,1111101101101111111111111111111110111111111111111111111111111111111111110111111111111111111111111110
+2,84,0,91,1111101111101111111111111111111111111111111111111111111111111110011111110111011111111111111101110110
+2,84,1,90,1111101111101110111111111111111111111111111111101111111111111111011101110111111011111111111111110110
+2,84,2,93,1111101101101101111111111111111110111111111111111111111111111111111111110111111111111111111111111110
+2,84,3,93,1111101101101111111111111111111111111111111111111111111111111111011111110111111111011111111111111110
+2,84,4,91,1011101101101111111111111111111111110111111111011111101111111111111111111111111111111111111111110110
+2,84,5,93,1111101011111011111111111111111111111111111111110111111111111111011111110111111111111111111111111110
+2,84,6,93,1111101111101111111111111111111111111011111111111111111111111111111111110111111111101111111111110110
+2,84,7,94,1111111111111110111111111111100111110111111111111111111111111111011111111111111111111111111111111110
+2,84,8,94,1111101011111111111111111111111111111111011111111111111111111111011111110111111111111111111111111110
+2,84,9,91,1111101111111111111111110111111111010111011111111011101111111111111111110111111111111111111111111110
+2,84,10,93,1111101101111111110111111111111111111111111111111111101111111111011111110111111111111111111111111110
+2,84,11,89,1011101011111111111111111111011111111111111011111111011111111111111111110101111111111111101101111110
+2,84,12,92,1111101111111110111111111111100111111111111111111111111111111111011101110111111111111111111111111110
+2,84,13,92,1111101101101111111111111111111111111011111111111111111111111111011111110111111111011111111111111110
+2,84,14,94,1111101101101111111111111111111110111111111111111111111111111111111111110111111111111111111111111110
+2,84,15,93,1111101101101111111111111111011110111111111111111111111111111111111111110111111111111111111111111110
+2,84,16,92,1111101111111111111111111111111111110111011111111111111111011111011111110111111111111111111111111010
+2,84,17,94,1111101111101111111111111111111111111111111111111111111111111111111111111111111011111111011111110110
+2,84,18,89,1100101111111111111111111111111111111111111111111111111111111111001101100111111111011111111111111010
+2,85,0,92,1011101011111111111111111111111111111111101111111111111011111111011111111111111111111111111111110110
+2,85,1,90,1111101101101111111111111111111110110111011111011111101111111111111111110111111111111111111111111110
+2,85,2,92,1111101101101111111111111110011110111111111111111111111111111111111111110111111111111111111111111110
+2,85,3,93,1111101101101111111111111111111110111111011111111111111111111111111111110111111111111111111111111110
+2,85,4,92,1111101011111111111111111111101111111111111111111111101111111111011111110111111111111111101111111110
+2,85,5,91,1111101111111110111111111111110111111111010111111111111111111111011101110111111111111111111111111110
+2,85,6,93,1111101111101111111111111111111111110111111111111111111111111111111111111111111111111111011111010110
+2,85,7,92,1111011111111110111111101111100111111111111111111111111111111111011111111111111011111111111111111110
+2,85,8,92,1111101111101111111111111111111111111011111111111111111111111111011111110111111011111111111111110110
+2,85,9,93,1111101101111111101111111111111111111111011111111111111111111111111111110111111111101111111111111110
+2,85,10,93,1111101101101111111111111111111110111111111111111111111111111111011111110111111111111111111111111110
+2,85,11,92,1111101101101111111111111111011111111111111111111111111111111111011111110111111111011111111111111110
+2,85,12,93,1111101101111111111111111111011110111111111111011111111111111111111111110111111111111111111111111110
+2,85,13,92,1111101101101111110111111111111111111111111111111111101111111111011111110111111111111111111111111110
+2,85,14,95,1111101111111100111111111111101111111111111111111111111111111111011111111111111111111111111111111111
+2,85,15,92,1111111101101111111111111111110110110111111111111111110111111111111111110111111111111111111111111110
+2,85,16,95,1111101101111111111111111111111111111111111111111111111111111111011111110111111111111111111111111110
+2,85,17,92,1111101101101111110111111111111110111111111111111111101111111111111111110111111111111111111111111110
+2,85,18,92,1111101111101111111111111111111111111111111111011111101111111111111111111111111111111111001111110110
+2,86,0,93,1111101101101111111111111111111111110111111111111111111111111011111111111111111111111111111111110110
+2,86,1,91,1111101101101111111111111111111110111111011111111111111111111111111111110111111011111111101111111110
+2,86,2,94,1111101101111111111111111111111111111111111111111111101111111111011111110111111111111111111111111110
+2,86,3,91,1111101101101111111111111111111110110111011111011111111111111111111111110111111111111111111111111110
+2,86,4,92,1111101101101111111111111111111110111111111111111111111111111011011111110111111111111111111111111110
+2,86,5,94,1111101101111111111111111111111110111111111111111111111111111111011111110111111111111111111111111110
+2,86,6,93,1111101111111111111111111101011110111111101111111111111011111111111111111111111111111111111111111110
+2,86,7,90,1011100001111111111111111111111111111111111111011111111111111111011111110111111111111111111111110110
+2,86,8,91,1111101111001111111111111111111111110111111111111111011111111111111111111111111111111111011111010110
+2,86,9,90,1111101101101111111111111111111111111111111011011111101111111111111111111111111111111111001111110110
+2,86,10,92,1111101111101111101111111111111111110111011111111111111111111111111111111111111111111111011111110110
+2,86,11,92,1111101101101111111111111111111110111111011111111111111111111111111111110111111111111111111111011110
+2,86,12,89,1111101100101111101110111111111111110111111111111111111111111111111111110111111111101111101111111110
+2,86,13,94,1111101101111111111111111111111111111111011111111111111111111111111111111111111011111111111111110110
+2,86,14,93,1111101111111111101111111111011110111111111111111111111111111011111111110111111111111111111111111110
+2,86,15,89,1011101101101111111111111111111111110111111111011111111111111111101111111111111111111111011111010110
+2,86,16,94,1111101101111111111111111111111111111111111110111111111111111111011111110111111111111111111111111110
+2,86,17,93,1111101101111111111111111111111111111111111111111111111111111111011111110110111111111111111111110110
+2,86,18,94,1111101101111111101111111111111111111111111111111111111111111111111111110111111111101111111111111110
+2,87,0,93,1111101001111111111111111111111111111111111110111111111111111111011111110111111111111111111111111110
+2,87,1,94,1111101101111111111111111111111111111111111111111111101111111111011111110111111111111111111111111110
+2,87,2,93,1111101101111111111111111111111110111111111111111111101111111111011111110111111111111111111111111110
+2,87,3,90,1111101101101111110111011111111111111111011111111111111111111111011111110111111101111111111111111110
+2,87,4,92,1111101101101111111111111111111111111111110111111111111111111111111111110110111111101111111111111110
+2,87,5,91,1111101101111111111111111111111110111111011111111111101111111111011111110111111111111111111111011110
+2,87,6,92,1111101111101111111111111111011110111111111111111111111011111111111111110111111111111111111111011110
+2,87,7,92,1111101101111111111111111101101110111111001111111111111111111111111111111111111111111111111111111110
+2,87,8,91,1111101101101111110111111111111110111111111111111111101111111111011111110111111111111111111111111110
+2,87,9,93,1111101101111111111111111111111110111111111111111111111111111011011111110111111111111111111111111110
+2,87,10,93,1111101111111111101111111111011110111111111111111111111111111011111111110111111111111111111111111110
+2,87,11,93,1111101101111111111111110111111111111111111111111111101111111111011111110111111111111111111111111110
+2,87,12,96,1111101111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,87,13,88,1111101101111111111111111101011111111111001111110111110111111111111101111111111011111111111111110110
+2,87,14,93,1111101101111111111111111111111111111111111111111111111111111010011111110111111111111111111111111110
+2,87,15,92,1111101101101111111111111111111110111111111111111111101111111111011111110111111111111111111111111110
+2,87,16,91,1111101101001111101111111111111111111111111111111111111111111111111111110111111111101111111011111110
+2,87,17,93,1111101101111111111111111111111111110111111111111111111111111010111111111111111111111111111111110110
+2,87,18,94,1111101111101111111111111111111111110111111111111111111111111011111111111111111111111111111111110110
+2,88,0,93,1111101101111111111111111111111111111111111111111111101111111110011111110111111111111111111111111110
+2,88,1,92,1111101101111111111111110111111111111111111111111101111111111011011111110111111111111111111111111110
+2,88,2,95,1111101101101111111111111111111111111111111111111111111111111011111111111111111111111111111111111110
+2,88,3,91,1111101111101111111111111111111111110111110111111111111111111111111111110110111111101111111111110110
+2,88,4,92,1111101101111011111111110111111111111111111111111111101111111111011111110111111111111111111111111110
+2,88,5,92,1111101101111111111111111111111110111111111101111111101111111111011111110111111111111111111111111110
+2,88,6,94,1111101101111111111111111111111111111111110111111111111111111011111111110111111111111111111111111110
+2,88,7,89,1111101101111111111101111101101110111111001111111111111111111110011111111111111111111111111111111110
+2,88,8,91,1111101101111111111111111101011110111111111111111111111011111111111111110111111111111111111111011110
+2,88,9,94,1111101111111111111111110111111111111111111111111111101111111111011111110111111111111111111111111110
+2,88,10,91,1111101111111111101111111111011110111111101111111111111111111011011111110111111111111111111111111110
+2,88,11,93,1111101101111111111111111111110110111111111111111111101111111111111111110111111111111111111111111110
+2,88,12,92,1111101111101111111111111111111110110111111111111111111111111011011111111111111111111111111111110110
+2,88,13,94,1111101101111111111111111111111111111111111111111111101111111011111111110111111111111111111111111110
+2,88,14,90,1111101001101111111111111111101111111111111111111111101111111111011111110111111111111111111111011110
+2,88,15,94,1111101111111111111111110111011110111111111111111111111011111111111111111111111111111111111111111110
+2,88,16,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,88,17,91,1111101101101111111111111111011110111111111111111111101111111111011111110111111111111111111111111110
+2,88,18,94,1111101101111111111111111111111111111111111111111111111111111011011111110111111111111111111111111110
+2,89,0,89,1111101101111111110111111111111110110111110101111111101111111111011111110111111111111111111111111110
+2,89,1,93,1111101111101111111111111111111111111111111111111111111111111111111111110110111111101111111111110110
+2,89,2,94,1111101101111111111111110111111111111111111111111111111111111111111111110111111111111111101111111110
+2,89,3,90,1111101101111111111111111111110110111111111111111101101111111011011111110111111111111111111111111110
+2,89,4,92,1110101101111111111111111111111111111111111101111111111111111011111011110111111111111111111111111110
+2,89,5,92,1111101101111111111111111111110110111111110111111111101111111111111111110111111111111111111111111110
+2,89,6,94,1111101101111111111111111111111111111111111111111111111111111011011111110111111111111111111111111110
+2,89,7,93,1111100111111111111111111111111110111101111111111111111011111111111111111110111111111111111111111110
+2,89,8,93,1111101101111111111111110111011111111111110111111111111111111011111111111111111111111111111111111110
+2,89,9,94,1111101111111111111111111111111110111111111111111111111011111111111111110111111111111111101111111110
+2,89,10,93,1111101111111111111111110111111111111011111111111111111111111111011111110111111111111111111011111110
+2,89,11,94,1111101101111111111111111111111111111111111111111111101111111011111111110111111111111111111111111110
+2,89,12,91,1111101101111011111111110111111111111111111111111111101111111011011111110111111111111111111111111110
+2,89,13,96,1111101101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+2,89,14,91,1111101101101111111111011111111101111111111111111111111111111011011111110111111111111111111111111110
+2,89,15,94,1111101101101111111111111111111111111111111111111111111111111011111111011111111111111111111111111110
+2,89,16,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,89,17,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,89,18,93,1111101101111111111111111111111111111111111111111111101111111110011111110111111111111111111111111110
+2,90,0,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,90,1,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,90,2,93,1111101101111111111111110111111111111111111111111111111111111111011111110111111111111111110111111110
+2,90,3,94,1111101101111111111111111111111111111111111111111111111111111011111111110111111111111111101111111110
+2,90,4,92,1111101101111011111111111111111111111111111111111111111111111011011111010111111111111111111111111110
+2,90,5,95,1101101101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+2,90,6,93,1111101101101111111111111111111111111111110111111111111111111011111111011111111111111111111111111110
+2,90,7,93,1111101101111111111111110111011111111111111111111111111111111010111111111111111111111111111111111110
+2,90,8,94,1111100111111111111111111111111111111111111111111111111111111111111111110111111111101111111111110110
+2,90,9,93,1111101111101111111111111111111110111111011111111111111011111111111111111110111111111111111111111110
+2,90,10,93,1111100111111111111111110111111110111111111111111111111011111111111111111111111111111111101111111110
+2,90,11,96,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,90,12,92,1111101101111111111111111111111111111111111111111111101111111110011111110111111111011111111111111110
+2,90,13,90,1111101101111111111111111111111111111111111111111111101111111110011111110011110111111111111101111110
+2,90,14,91,1111101101101111111111110111111111111111111111111111111111111011111111010011111111111111111111111110
+2,90,15,95,1111101101111111111111111111111111101111111111111111111111111111111111111111111111111111101111111110
+2,90,16,95,1111101101111111111111110111111111111111111111111111111111111111111111110111111111111111111111111110
+2,90,17,93,1111100111111111111111111111111110111111111111111111111011111110111111111111111111111111101111111110
+2,90,18,90,1111101101111111111111101111101111111011111111111111111111111011111111110111111101111111111011111110
+2,91,0,93,1101101101111111111111111111111111111111111111111111111011111111111111110111111111111111110111111110
+2,91,1,96,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,91,2,94,1111100111111111111111110111111110111111111111111111101111111111111111111111111111111111111111111110
+2,91,3,92,1111101111111111011111110111111111111111111111111111111011111111011101111111111111111111101111111110
+2,91,4,93,1011101101111111111111111111111111111111111111111111111111111111111111110111111111111111110111101110
+2,91,5,93,1111101101111111111111111111111111111111111111111111111111111011111111110111111111111111100111111110
+2,91,6,94,1101101101101111111111111111111111101111111111111111111111111111111111111111111111111111111111111110
+2,91,7,95,1111101101111110111111111111111111111111111111111111111111111111111111111111111111111111101111111110
+2,91,8,93,0111101101111111111111111111111111111111111111111111111111111011111111110111111111111111101111111110
+2,91,9,93,1111101101111111111111111111111111111111111111111111111111111011111111110111111111111111101111011110
+2,91,10,94,1111101101111111111111111111111111111111111111111111101111111111011111110111111111111111111111111110
+2,91,11,93,1101101111111111011111110111111111101111111111111111111111111111111111111111111111111111101111111110
+2,91,12,91,1111100111111110111111111111111110111111111111111111111011111110111111111111011111111111101111111110
+2,91,13,95,1111100111111111111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,91,14,94,1111101101111111111111111111111111101111111111111101111111111111111111111111111111111111101111111110
+2,91,15,93,1111101101101111111111111111111111111111111111111111111111111011111111110111111111111111101111111110
+2,91,16,94,1111100111111011111111111111111110111111111111111111111011111111111111111111111111111111111111111110
+2,91,17,96,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,91,18,94,1111101111101111111111111111011111111111110111111111111111111011111111111111111111111111111111111110
+2,92,0,93,1111100101111111111111111111111110111111111111111110111011111111111111111111111111111111111111111110
+2,92,1,95,1111101111111111111111111111111111101111111111111101111111111111111111111111111111111111101111111110
+2,92,2,92,1011101111101111111111111111011111111111110111111111101111111011111111111111111111111111111111111110
+2,92,3,92,1111101101101111111111111111111111111111111111111111111111111011110111110111111111111111101111111110
+2,92,4,94,1111101101111111111111111111111110101111111111111111111111111111111111111111111111111111101111111110
+2,92,5,93,1111100110111111111111111111111111111111111111111101111011111111111111111111111111111111111101111110
+2,92,6,94,1101101101111111111111111111111111111111111111111111111011111111111111110111111111111111111111111110
+2,92,7,94,1111101101111111111111111111111111111111101111111111111111111111111111110111111111111111110111111110
+2,92,8,94,1111100111111111111111110111111110111111111111111111101111111111111111111111111111111111111111111110
+2,92,9,93,1111110111011111111111110111111110111111101111111111101111111111111111111111111111111111111111111110
+2,92,10,94,1111101101101111111111111111111111111111110111111111111111111011111111111111111111111111111111111110
+2,92,11,93,1101101111101111111111111111011111101110111111111111111111111111111111111111111111111111111111111110
+2,92,12,90,1111101101111111111111111111111111111111011111111101111111111011111111110111110111111111101111011110
+2,92,13,95,1111101101111111111111111111111111101111111111111111111111111111111111111111111111111111101111111110
+2,92,14,93,1111101101111110111111111111111111111111111111111111011111111111111111111111111011111111101111111110
+2,92,15,93,1111101101111111111111111111111111101111111111111001111111111111111111111111111111111111101111111110
+2,92,16,95,1111101101111111101111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,92,17,93,1111101101111111111111111111111111111111111111111111111111111011111111110111111111111111101111011110
+2,92,18,92,1111101101111111111111111111111111111111111111111111101111111111011111110111111111111111110111101110
+2,93,0,92,1111101101111110111111111111011111111111111111111111011111111111111111111111111011111111101111111110
+2,93,1,92,1111100110111111111111111111111111111111111111111101111011111111111111111110111111111111111101111110
+2,93,2,92,1011101101111111111111111111111101111111111111111111111111101111111111110111111111111111111101111110
+2,93,3,92,1011101101110111110111111111111101111111111111111111111111111111111111110111111111111111111111111110
+2,93,4,95,1111101101111111111111111111111111101111111111111111111111111111111111111111111111111111101111111110
+2,93,5,93,1111101101101111111111111111111011111111110111111111111111111011111111111111111111111111111111111110
+2,93,6,92,1101101101111111111111111111111111111111111111111111111111111011111111110011111111111111111111011110
+2,93,7,94,1111101101111111111111111111111111111111111111111111111011111111111111110111111111111111101111111110
+2,93,8,92,1111101101111111111111111111111111101111101111111111111111010111111111111111111111111111101111111110
+2,93,9,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111110111111110
+2,93,10,90,1101101111101111111111111111011111111110101110111111111111101111111111111111111111111111110111111110
+2,93,11,95,1111101101111111111111111111111111101111111111111111111111111111111111110111111111111111111111111110
+2,93,12,91,1111101101111111111111111111111110111111111111111111111011111011111111110111111111111111101111011110
+2,93,13,95,1111100101111111111111111111111111111111111111111110111111111111111111111111111111111111111111111110
+2,93,14,93,1101101111101111111111111111011111111111111111111111111111111111111111110111111111011111111111111110
+2,93,15,92,1101101101111111111111111111111111101110111111111111111011111111111111101111111111111111111111111110
+2,93,16,92,1111101101111110111111111111111111111111111111111001011111111111111111111111111011111111111111111110
+2,93,17,93,1111101101111111111111111111111111101011111111111111011111111111111111111111111111111111101111111110
+2,93,18,92,1011101101101111111111111111111111111111111111111111100111111011111111111111111111111111111111111110
+2,94,0,94,1111101101111111111111111011111111111111111111111111111011111111111111110111111111111111111111111110
+2,94,1,93,1111101101111111111111111111111111101111111101111111111111111111111111110111111111111111101111111110
+2,94,2,92,1111101101111111111111011101111111111111111111111111111011111111111111110111111111111111101111111110
+2,94,3,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111110111111110
+2,94,4,91,1111101111111111111111101111011111111111110111111111111111111011111111110111111111111111100111111110
+2,94,5,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,94,6,87,1011101101101111111111111111011101111111110111111111100111111111111111110111111111011111110111111110
+2,94,7,95,1101101111101111111111111111111111111111111111111111111111111011111111111111111111111111111111111110
+2,94,8,91,1111101101101101111111111111111011110111110111111111111111111011111111111111111111111111111111111110
+2,94,9,93,1111101101101111111111111111111011111111110111111111111111111011111111111111111111111111111111111110
+2,94,10,94,1101101101111111111111111111111111101111111111111111111111111111111111110111111111111111111111111110
+2,94,11,92,1111101101111111111111111111111111110111111111111111111111111111111111110101111111111111110111011110
+2,94,12,93,1011101101111111111111111111111111101111111111111111101111111111111111111111111111111111101111111110
+2,94,13,93,1111101101101111111111011111111111111111111111111111110111111011111111111111111111111111111111111110
+2,94,14,92,1111101101111111111111111111111011111111110111111111111111111011111111111111111111111111110111011110
+2,94,15,91,1101101101100111101111111111111111111111111111111111111111111111111111110011111111111111111111111110
+2,94,16,95,1111101101111111111111111111111111101111111111111111111111111111111111110111111111111111111111111110
+2,94,17,94,1111101101111111011111111111111111111111111111111111111111111111111111110111111111111111110111111110
+2,94,18,91,1111101101111111111111111111111111101101111111101111111111010111111111111111111111111111101111111110
+2,95,0,95,1111101101111111111111111011111111111111111111111111111011111111111111111111111111111111111111111110
+2,95,1,93,1101101111101111111111111111111111111111111111111111111111111011111111110111110111111111111111111110
+2,95,2,94,1111101101101111011111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,95,3,91,1111101101111101111111111111111011110111110111111111111111111011111111111111111111111111110111111110
+2,95,4,91,1101101101111111011111111111111111101111111111111111111111111111111111110110111111111111111111110110
+2,95,5,91,1111101101111111111010111111111111111111111111111111111111111111111111110011111111111111110111111100
+2,95,6,92,1111101111111111111111101111110111101111110111111111111111111111111111110111111111111111101111111110
+2,95,7,92,1111101101111111111111111111011111111111101111111111111111111011111111111111111111111111100111111110
+2,95,8,91,1111101101111111111111111111111111110111111111111111111111111111111111010101111111111111101111011110
+2,95,9,92,1111101101111111111111011101111111111111111111111111111011111111111111110111111111111111110111111110
+2,95,10,91,1111101101111110111111111111111111110111111111111111111111111111111111110101111111111111110111011110
+2,95,11,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,95,12,91,1111101101111111111111111011111111101111111101111111110111111111111111110111111111111111101111111110
+2,95,13,94,1111101101111111111111111111111111111111111111111111111011111111111111110111111111111111111111111100
+2,95,14,92,1111101101111111111111111111111111111111111111111111111111110111011110110111111111111111111111011110
+2,95,15,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,95,16,93,1111101101101111011111111111111111111111110111111111111111111011111111111111111111111111111111111110
+2,95,17,90,1111101101101011111111011111111011111111111111111111110111111011111111111111111011111111111111111110
+2,95,18,94,1001101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,96,0,91,1111101101111111111111111011111111111111111111111011111011111011110111111111111111111111110111111110
+2,96,1,94,1111101101111111111111111111011111111111101111111111111111111111111111111111111111111111101111111110
+2,96,2,94,1001101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,96,3,93,1111101101101111011111111111111111111111111111111011111111111111111111110111111111111111111111111110
+2,96,4,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,96,5,94,1111101101111111111111111111111111111111111111111111011111111111111111110111111111111111111111011110
+2,96,6,95,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,96,7,93,1111101101101111011111111111111111111110111111111111111111111111111111110111111111111111111111111110
+2,96,8,91,1111101101101111011111111111111111111111111111111111111111110111011110110111111111111111111111111110
+2,96,9,94,1111101101111111101111111111111111111111111111111111111111111111111111110111111111111111111111011110
+2,96,10,92,1111101101111111111110111111111011110111110111111111111111111011111111111111111111111111111111111110
+2,96,11,90,1111101101101101011111111111111111111111110111111111111111111011111111111111110111111111110111111110
+2,96,12,91,1111101101111111111111110011111111111111111111111111111011111111111111110111111111111111101111111100
+2,96,13,93,1111101101111111111111111111111111101111111101111111110111111111111111110111111111111111111111111110
+2,96,14,92,1111101101101101011111111111111111111111111111111111111111111111111111110111111111111111101111111110
+2,96,15,91,1111001101111111111111111111011111111111101111111111111111111011011111111111111111111111110111111110
+2,96,16,92,1111101101111111011111111111111111101111011111111111111111111111111111110111111111111111111111011110
+2,96,17,93,1101101101111111111111111111111111111111111111111111111111111111111111110110111111111111111111110110
+2,96,18,93,1111101111111101111111101111111101111111110111111111111111111111111111111111111111111111101111111110
+2,97,0,91,1111101101111111111111111111111111101111111111111111110011111111111111110111111111111111101111111100
+2,97,1,92,1111101101111111111111110011110111111111111101111111111111111111111111110111111111111111111111111110
+2,97,2,93,1111101101101111011111110111111111111111111111111111111111111111111110111111111111111111111111011111
+2,97,3,93,1111101101111101111111111111111111111111111111111111111111111111111111100111110111111111101111111111
+2,97,4,96,1111101101111111111111111111111111111111111111110111111111111111111111111111111111111111111111111110
+2,97,5,90,1111101101111111111111111111001111011111101111111111111111111111111111110111111111111111101111011110
+2,97,6,91,1001101101111111111111111111111111111111111111110111101111111101111111110111111111111111111111111110
+2,97,7,94,1001101101111111111111111111111111111111111111111111111111111111111111110111111111111111111111111110
+2,97,8,91,1111101101111101101111101111111111111111110111111111111111111111111111111111111111111110111111011110
+2,97,9,94,1111101111111111111111111111111001111111111111111111111111111111111111110111111111111111101111111110
+2,97,10,91,1111101101111111111111111111011111111111101111111111111111111111111111100111101111111111101111111110
+2,97,11,95,1111101101111111101111111111111111111111111111111111111111111111111111111111111111111111111111011110
+2,97,12,91,0111101111111101111111111111111101111111110111111111111111101111111111111111111111111011101111111110
+2,97,13,94,1001101101111111111111101111111111111111111111111111111111111111111111110111111111111111111111111111
+2,97,14,93,1111101101111111111111111101111111111111110111111111110111111011111111111111111111111111111111111110
+2,97,15,89,1111001100111111111110111111111011100111111101111111111111111111111111110111111111111111111111111110
+2,97,16,93,1111101101111111111111111111111111111111101111111111111111111111111111110111111111111111101111011110
+2,97,17,94,1111101101111111111111111111011111111111111111111111111111111111111111111111111111101111111111111100
+2,97,18,94,1101101111111111011111111111111111111111111111111111111111111111111111110111111011111111111111111110
+2,98,0,92,1111101101111101111111101111111111111111110111111111111111111111111111110111110111111110111111111111
+2,98,1,90,1111001101111101101111111111111111111111111111110111111111111111111111101111111111111111101111011110
+2,98,2,95,1111101101110111111111111111111111111111111111111111111111111111111101111111111111111111111111111110
+2,98,3,94,1111101101111111101111111111111111111111111111110111111111111111111111111111111111111111111111011110
+2,98,4,92,1111101101111101111111111111111111111111111111111111111101111111111111100111111111111111101111011111
+2,98,5,94,1111101101111110101111111111111111111111111111111111111111111111111111111111110111111111111111111110
+2,98,6,94,1011101101111111111111111111111111111111011111111111111111111111111111111111111111111111111111011110
+2,98,7,92,1111101101111111101111111111110111101111111111111111111111111111111111110111111111111111111111011110
+2,98,8,93,1001111101111111110111101111110111111111111111111111111111111111111111110111111111111111111111111111
+2,98,9,94,1001101101111111111111101111111111111111111111111111111111111111111111110111111111111111111111111111
+2,98,10,91,1001101101111111111111111110111111111111111111111111101111111111111111110111111111111110111111111110
+2,98,11,91,1001101101111111111111111111111111111111111111110111111111111101111011110111111111111111111111111110
+2,98,12,93,1101101111111111011111111111111111111111101111111111111111111111111111110111111011111111111111111110
+2,98,13,94,1111101101111111111111111111111111111111111111111111111111111111111111110111111111111111101111011110
+2,98,14,94,1111101101111111101111111111111111111111111111110011111111111111111111111111111111111111111111111110
+2,98,15,96,1111101101111111111111111111111111111111111111111111111111111111111111111111111111111111111111011110
+2,98,16,94,1111101101111111111111111101111111111111111111111111110111111011111111111111111111111111111111111110
+2,98,17,90,1111101101111111111111111111111111101111110111111111110011111111111111110111111111111111101111111100
+2,98,18,90,1111101101111111111111111110111011111111101111111111111111111111101111110111111111111111101111011110
+2,99,0,95,1111101101111111111111111111111111111111111111110111111111111111111111111111111111111111111111011110
+2,99,1,91,0111101101111111101111111111111110111111111111110111111111111111111111111111111111110111111111011110
+2,99,2,91,1011111101111111110111101111110111111111111111111111111101111111111111100111111111111111111111011111
+2,99,3,94,1111101101111101111111111111111111111111111111111111111111111111111111110101111111111111101111111111
+2,99,4,93,0001111101111111110111101111110111111111111111111111111111111111111111111111111111111111111111111111
+2,99,5,94,1111101101110111111111111111111111111111111111111111111111111111111101110111111111111111111111111110
+2,99,6,94,1101101101111111110111111111111111111111111111111111111111111111111111110111111111111111101111111111
+2,99,7,93,1011111101111111111111101111111111111111111111111111111111111111111111110111111111101111111111011110
+2,99,8,87,1111101101111101111110001111111111111111110111110111111111101111111111110111110110111110111111111111
+2,99,9,94,1111101101111111101111111101111111111111111111111011111111111111111111111111111111111111111111111110
+2,99,10,93,1111101101111111101111111111111111111111111101110011111111111111111111111111111111111111111111111110
+2,99,11,94,1111101101111111101111111111111111111111111111110011111111111111111111111111111111111111111111111110
+2,99,12,94,1111101101111111101111111111111111111111111111111011111101111111111111111111111111111111111111111110
+2,99,13,94,1111101101111111111111111111111101111111111111110111111111111111111111111111111111111111111111011110
+2,99,14,93,1111101101111100111111111111111111111111111111111111111111111111111111100111111111111111101111111111
+2,99,15,92,1111101101111111101111111111111111111111111111111111111101111111111111111111110111101111111111011110
+2,99,16,93,1111101101111111101111111111111111111111111111111111111111111111111111110111111111111111101111011110
+2,99,17,93,1111101101111111111111111111110111101111111111111111111111111111111111110111111111111111111111011110
+2,99,18,96,1111111101111111101111111111111111111111111111111011111111111111111111111111111111111111111111111110
+2,100,0,90,1111101101111101111111111111111111111111111110111111111011111111111111100111111111111111101011011111
+2,100,1,91,1011111001111110111111101111111111111111111111111111111111111111111111110111111101101111111111111110
+2,100,2,95,1111101111111101111111111111111011111111111111111111111111111111111111110101111111111111111111111111
+2,100,3,92,1111101101111111111111111111111101111111110111110111111111111111111111111111111111111111101111011110
+2,100,4,93,1011111101111111101111101111111111111111111111110111111111111111111111111111111111101111111111111110
+2,100,5,93,1111101101111111111111111111111111111111111101111011111111111111111111110111111111111111111111011110
+2,100,6,92,0111101101111111101111111111111110111111111111110111111111111111111111111111111111111111111111011110
+2,100,7,92,1111101101110111111111111111111111111111111101111111111111111111111101110111111111110111111111111110
+2,100,8,95,1111111101111111101111111111111111111111111111111011111101111111111111111111111111111111111111111110
+2,100,9,94,1111101101111111101111111111111111111111111111111011111111111111111111111111110111111111111111111110
+2,100,10,93,1111101101111111111111111111111111011111111111111011111101111111111111111101111111111111111111111110
+2,100,11,94,1111101101111101101111111111111111111111111111111111111111111111111111110111111111111111101111111111
+2,100,12,93,1111101101110111111111111111111111111111111111111111111111111111111101110111101111111111111111111110
+2,100,13,93,0101101101111111110111111111111111111111111111111111111111111111111111110111111111111111101111111111
+2,100,14,95,1111101101111111111111111111111111111111111111111111111111111101111111111111111111111111111111011110
+2,100,15,91,1111101101111111101111111111111111111111111111110111111101111111111111111111110111101111111111011110
+2,100,16,92,1111101101111011101111111111111101111111111111110111111111111111111111111111111111111111111111011110
+2,100,17,95,1111101101111111111111111101111111111111111111111011111111111111111111111111111111111111111111111110
+2,100,18,94,1111101101111100111111111111111111111111111111111111111111111111111111110111111111111111101111111111
+3,0,0,51,0001001000000001001110011111011101100101001111111011100011011001000011010010101101110011010101001110
+3,0,1,54,0101011011110001101110001101011100011111000000011010111111001101110011011111101110011001000001000100
+3,0,2,54,1100110110010000101101101110001000001100010110100110100111001100010111100111011111111111110000100011
+3,0,3,50,1100011011001001101010101111000010000101000100110010111010001101011100011110101001100111000010101111
+3,0,4,48,0011010100011101101010010100111001110010011011000011000011010101100100101000000111111101010100100101
+3,0,5,46,0011111011001000011001000110001000001011111110010111000101000100001111100110010000110010010110011010
+3,0,6,51,0011110110110101001000001110001111001101111110110111010101110010011001000101010000000001111011100001
+3,0,7,45,1111000011100110010100001100010000000011001111000001110101000001010011100001111110000101001001011111
+3,0,8,49,1110100110001001011000110000100010110000010111010111010000101111010011101001011101001000110011110011
+3,0,9,53,0111011001101001000111001011000101101111010110001101100011001001111100101100110001111011011111000000
+3,0,10,42,1000001010110110010010000000110100001100100110101110101001000010011001010000111101011100010001011010
+3,0,11,44,1111001100100101011000011000000001011111011010100011010000010010110111101010000001100000001100110101
+3,0,12,49,1101011111101100011010000111100011000001000001111001000101101011101100101101100001101100000100110101
+3,0,13,50,0011111101101000110011000011010000001100100001111101000101101011011110000011001110010001011101110011
+3,0,14,48,1101111110111011001010111111011001011001100110111101100001100011001100000000010000100101100000000100
+3,0,15,55,1100110011111000101101110001101111101101101010011000001111000000111100010000111101111001001110011011
+3,0,16,53,1101011001111111101000010111100100000011111001110010001001000101101111100011000011011111101001110000
+3,0,17,47,1000011100011001011000010110111001100111010110011110111000010110000010101100001111001100000001111000
+3,0,18,53,1111110010111010101110100011110111110000101000001001010100100010101011000110110000110111110110001011
+3,1,0,54,1011110000111010101010100110110011110001111010011001110100010010001011100100110001101101110011101011
+3,1,1,45,1100010110011001011100010011111101100110000100001110011000100110100010001110001110010110000100011000
+3,1,2,52,0001000110010101001010001111011101101101111110110111110001111010011001000001000100000001111111100011
+3,1,3,49,0011111000100001001100011110001111000001001111111010000111010001000011010110111001110111010001001100
+3,1,4,41,1000011001101000100011000011010000000100100001110100001101101011011110001010001000110001010001110011
+3,1,5,59,0111111111001001111010101111000010011101000100110011110010001101011100010111101111000111001110101111
+3,1,6,51,0011111010110101011010001110001001001101111110110111010101010010011001100100010000000001111111101000
+3,1,7,46,0011110111001000001001000110001100001011111110010111000101100100001111000111010000110010010010010011
+3,1,8,53,1100100011001001101000100111000010000011010100110111011010101101011100011111101001101111000011101111
+3,1,9,48,1110011110001001011010111000100010111100000111010010110000001111010011101000011101000000110010110011
+3,1,10,51,1011011110110101001000000110001111001101111110110111010101110010011001000101000001000001111011100001
+3,1,11,46,0000110100011001011000011110110001100111110110011100111000010110000010101100011110001100000001111000
+3,1,12,58,1100110110010000101101101110000000001101010110110110100110001101011110111111011111111111110010100011
+3,1,13,47,1100011011001001101010101111001010000101000100100010111011001100010101000110101001100111000000101111
+3,1,14,41,0111010011100100100100001100010000000111000010000011110101001001010011100001101110010001101001000101
+3,1,15,59,1101001011110011011110001101011100011011001101011000111111000101110011011111111110001101000001011110
+3,1,16,47,0111111011110001100100000101010100001111000000001010111111001101110011000111100110011000000011000100
+3,1,17,51,0001011001100001111110011001000101010110000110111000111101111101010001110001101110000111000001111001
+3,1,18,51,0010110101111000101111000011010000000100110001111101000101101011011110100011001110110001011100110011
+3,2,0,59,1100110110010000101101101110000000001101010110110110100111001101011110111111011111111111110010100011
+3,2,1,58,1100110110010100101101101110000000001001010110110110100110001101011110111111011111111111110010100011
+3,2,2,59,1001000111110111001110001101011100101001011110110110110111111010011001011001100100001001111111110011
+3,2,3,52,0101001010010001011010001111011101011111101101111000111001000101110011000111011110000101000001001110
+3,2,4,51,1110100000001001101000111011001111000011010100110110010110101101001100011111101001100111000011101100
+3,2,5,51,0001111011100001001100000110001010000001001111111011001011010001010011010110111001111111010001001111
+3,2,6,47,0001111110001000101001000110001100001111101110010111100111100100000111000111010000010010110010010011
+3,2,7,51,1111110111000000010001101110001000001000010110100110000101001100011111000111011111111111010001100011
+3,2,8,50,1110010110010001011110101000100010111100010111010010110010001111010001101110011101010000110010100011
+3,2,9,57,1100111110001000101001111110000000101101000110110110100100001101011110111011011111101111110010110011
+3,2,10,49,1101111110000000110100011110001000001100000110100000100101001101010001010111111110011111110001100011
+3,2,11,55,0001011001100001111011101001000101010110000110111110111111111100010111100001001111000111001001111001
+3,2,12,57,1111001010110011011110001101011110001111001111111011110111000101110011000111101100000001100001001110
+3,2,13,55,1001011111110101001000000110001111011001111100010100011101110010111001011101010011001101011011110001
+3,2,14,54,0111111111001001001001100110001000011011111110010111000101100100001110000111011110110011011010100011
+3,2,15,50,0001110111001000111010001111000110001101000100110011110010001101011101010111100001000110000110011111
+3,2,16,53,0001001110010101011010010010111101101101111110010111110001111010011001001000000101000001111111100011
+3,2,17,45,1110010110001001001010101101000010111100000111110010110000001111010011100001011100000000110000110011
+3,2,18,64,1101110111011000111110101111001010011101000100110111110110001101011100111111001111001111111010101011
+3,3,0,57,1110100100001001101000111011001111000011010100111110010110001101011100011111111001100111010011101111
+3,3,1,56,1100111010011000101001111110000000101101000110110110100100101111001110111011001111101111110010110010
+3,3,2,56,1001010111010111010010001111011100101001010110110110110111101000011001011101100100001010101111011011
+3,3,3,53,0001100111101000101110001101000110001101001101110011110010011111011101011011100001000101010110010111
+3,3,4,66,1101111101111001111110101101000011011101000100110111110110001101011100111111001111001111111010111011
+3,3,5,54,0001010011000000111011101011001100010110000110111110111111111100010111100001001111000111001001111001
+3,3,6,56,1100110110001000101001101110000101000101010100110110110110001101011100111111011001111111110011100011
+3,3,7,55,1110100000010001111000111011001011001011010110110110000111101101001110011111101111100111000010101100
+3,3,8,49,0101001010001001011000101111001000011111101100110000110001000101010011000111011110100111000011101110
+3,3,9,55,0111111111010001001010000110011101011011111111011111001101100100101110000111011110010000011000000011
+3,3,10,57,1111001010010011111110001101001110001101001111111111110111000101111011001111101100000001100001001010
+3,3,11,65,1101110111111000011110101111011010011111000100110011110110001111010100110111001111001111111010101111
+3,3,12,56,0101111101100001101001101101000101000110010110110010110110111101010111100011001111010111001001111001
+3,3,13,55,0010011010000001111011101010000000011101100110111110101011001100011110010101111111101111000110100111
+3,3,14,55,0001101110001101011010010010111110101100011110110111110001110011011001000000001101101001011111100111
+3,3,15,50,0001011011110001001100000110001001000001101111011011001011011000010011011110111001010111110001001011
+3,3,16,56,1100111110001000101001111110000000101101000110110110101100001101011110111001010111101111110010110011
+3,3,17,56,1100111110001000101001111110000000101101010110110110100100001100011110111010011111101111110010110011
+3,3,18,55,1100110110000000101001111110000000001111100110110110100010001101001110111011011111111111110010100011
+3,4,0,65,1101111111111001101110101101000000011101000100110111110100001101011100111111101111001111111110111011
+3,4,1,55,0100101100001001111001101110000011001101010110110010100110001101011110010111011111101111000010110111
+3,4,2,56,1001110111010111010110101111011100101001010100110110110110101000010001110101100100001010101111011011
+3,4,3,66,1101010111111000011010001111011010011111000110110011110111001111011101011111001111001111111010101111
+3,4,4,67,1101110111111000111111111111011010011111000100110011100110101111011100110111001111001110110010101111
+3,4,5,54,1100111010011000000000101110000000101101000111110111110100001111000110111011001111101111111010110010
+3,4,6,56,1111111111010000101010000110001101001011110111011111001111100100101110010011011110010100010010100011
+3,4,7,55,0100110110000001001001111110010000011111101110111110100000001101001110101111011111111011111000000011
+3,4,8,56,0111111101000001101000010010011101001011110111111111000111100100101110000111111110100010010001001111
+3,4,9,55,1110100110011001001010101111001111010011011100011110011100001101011100011111011001010001011010100011
+3,4,10,51,0000010110001001111011101010000000000101100100110110110011001100011110010101111011101111010110100111
+3,4,11,59,1110111010000000101001101110000101011101010110110110101110001101011100111111011101111111100011100011
+3,4,12,55,1110100110001001101001111110000000100111010110110110111100001101011110011001010111100111010010110011
+3,4,13,58,1100111100001000101000111011001111001001000000101111000110001101011110111111111001101111110011101111
+3,4,14,63,1100110110111000101101101111000111000101010100110110110110001111011100110111111101101111110011100111
+3,4,15,57,1000110111001000011010101110011000011111000100110011110110001101010100111111001011011111111010101011
+3,4,16,54,1101111111011010111000011110000000101101010110110110000100101101011100111011100110101011010010010010
+3,4,17,55,1000010010010101000011101111011100101001000110110110110111101010001011011101001101001110101111101011
+3,4,18,53,0001111101100000101001101101000100000110010110111010110110111101010111100001001111010111001001111001
+3,5,0,53,1001111111010010011000101100011100011001010100110110100110001100011001110111000101101010101111010011
+3,5,1,63,1110111010000101100111101111000101101101010110110110111110001101010100111111111100011111100011101011
+3,5,2,57,1100111110001000101000101011001111001001000000101110000110001111011110111111111001100111110011101111
+3,5,3,63,1100110100111000101101111111000110000101010110110111110100101101011100110111111101101111110011100111
+3,5,4,50,1111010110010000101010000110001100001001100110010111011111100110101010011011001101000110001011100011
+3,5,5,60,1000111011010101000011101111011101101011010111111110100111001000001011010101011111011100110110101011
+3,5,6,60,1100100110111000101001101111000111000101010110110110110110001111011100011101110101100111110011110111
+3,5,7,57,1110110110001001101101111110000000100111010100110110111100000101011110010111011111101111010010100011
+3,5,8,59,1110111010011000101001101110000101011101010010110010111110001101011100011111011101111111100011100101
+3,5,9,63,0101010111100000011010001111011010011111000110110111100111001111011101111111001111001111111010101011
+3,5,10,59,1001110111010101111110101111011100111001010100110010110110101101010101110101101000001010101110011011
+3,5,11,57,1000110111001010010010101110011000001111100110110111110110001000010000111111000111011111111011101011
+3,5,12,65,1100010111111000111010101110001010011111000110110110100111001111011101011111011111101111111010100111
+3,5,13,60,1111111010000000001001001111010101011101010110110011111110001101011100111111001101011111100011101011
+3,5,14,54,0101010011000000111011001011011001011111000110110110111111111101010101000011001111000111101000100001
+3,5,15,67,1101010111110001011010101111001110010110000110110011110111001110011111111111001111001111011011111111
+3,5,16,54,1000110100001000001000111111001011001001000100101111000110001101010110111111111011001111110010101111
+3,5,17,62,1100111111001000111010111010011100011111000000110011110110001101011100111111001001111111111011101011
+3,5,18,57,0101100110001001011011101111000011011101010110110010100110001111011100010111011111101111000010100111
+3,6,0,65,1100111111001000111010111010011010011111000100110011110110001101011101111111011001101111111011101111
+3,6,1,63,1100010111111000111010101110001100011111000010110110100111001111011100111111001111111111111010100011
+3,6,2,53,1000110000001000001011101110000001011001000100111011101110001001010110111111111011001111110010101111
+3,6,3,59,1110111110011000101000111111001111001100010010100110010100001101011100011111011101111111100011100111
+3,6,4,60,1001110111010101111110101111011101111001000101110010111110101100010101110101101000001010101110011011
+3,6,5,59,1001110111010101110110101111011110111001010100110010110110101101010101110101101000001010101110011011
+3,6,6,63,1101010111010000011010001111011000011111000110110111100111101111010101111111001011001111111110101011
+3,6,7,57,0001110111100100111110101111011110011001010100110010110110001101011101110101101100001010101010011011
+3,6,8,61,1000010111001010111010101110011000011111101110110111110111001100010000011111000111011111111011101011
+3,6,9,61,1000110111111000010010101110001010001111000110110110100110001011011101111111011111101111111010100111
+3,6,10,55,1000111010010101000011101111001100001011010110111110100110001000011001011111011111011101110011100001
+3,6,11,62,1110111011011000101001101110000101111101000011110010101111001101001110011101011101111110100111101111
+3,6,12,67,1100010111110001010110101111001110110110000110110011110111001111011110111111101111001111010011111111
+3,6,13,62,1111111010000101101011101111000101001101010110110110111110001100010101111111011100011111101010101011
+3,6,14,60,1101010101110100111110001111011010111111000100110110100110001111010101111101001101001011101010101011
+3,6,15,62,0001110111000001011010101111011100011001011110110011110111101101011101110111101010001110111110011011
+3,6,16,55,1010110110001101101110101110001000100011010100110110110100101101011110010101111011101110010010100011
+3,6,17,59,1101110111010001111101111011010100111101010100110010111110000101000101110111001100001011101110011011
+3,6,18,59,1101010110100000101010101111001111011100000000110110000110001110011111111111111101000111110011101111
+3,7,0,60,1000010111111000010010101110001010001111000110110110100110001011011101111111011111101111111010100111
+3,7,1,61,1000110111111000000010101110001010101111000110110110100110001011011101111111011111101111111010100111
+3,7,2,61,1000010111110001011110101111011110110110000110110010110111001110010100111111101000001110011111111011
+3,7,3,66,1101110111010101110110101111001101111001000101110011111110101101011111110101101111001011100010011111
+3,7,4,63,1101110111010000110010101111011110111011010110110110100110101111010101111111101000001010111110101011
+3,7,5,59,1001010111010101011110001111011000011101000100110011110111101101010101110101001011001111101110011011
+3,7,6,60,1000111111011100111010111010011000011111000100110010110110101101011101111101011000001111101011001111
+3,7,7,65,1101110111000001111110101111011111111001000101110011111110001100010101110111101001101010111110111011
+3,7,8,60,1000111010010001100011101111001100011001010110111110100111001011011001111111011111011111110010100011
+3,7,9,56,1100010111111100011010101110001100001111000010110110100110001100011100011111001111111101110011100001
+3,7,10,61,1100011111110001010010111111011010110110000110110011110110001101011100111111101001001111010011001111
+3,7,11,70,1100110111001000111110101010001110011111000100110011110111001111011111111111011111101111111011111111
+3,7,12,63,1100111111011100111110101010011101011101000101110010110110101100010101110101111001001111101011101111
+3,7,13,59,1001110111000001111010111111011010101011000100110011101110001101011101011111001000101010111110011011
+3,7,14,68,1100010111110001010110101111011110110110001110110011110101101111011111111111101111001110110110011011
+3,7,15,59,0001110111000001011010101111001100011001010110110011110101001101011100110111101010001111011011111111
+3,7,16,63,0001110111010000011010001111011100011111001110110011110111101111011101111111001010001111111110001011
+3,7,17,62,1101010111000001011010101111001000011011010110110111100111101101010101110111101011001110111110111011
+3,7,18,64,1110111110011000101000111111001111001101010011100110010101001101011100011111111101111111100111100111
+3,8,0,59,1000010111110001011110101111011110110100000100110010110111001110010100111111101000001110011111111011
+3,8,1,65,1101110111000000111110101011011111111011000111110011111110001100010101110111101001101010111110111011
+3,8,2,65,1111110111000101110110101111001101111001010100110011101110101101011111110111101111001010101010011011
+3,8,3,63,1101010111010001011010101111000000011011000111110111110111101101010101110101101011001111110110111111
+3,8,4,61,1000111111010000100010101111001000011011010110110110100111001011011001111111011111101111111010100111
+3,8,5,62,1000110010111001000011101110001110101101000110111110100110001011011101111111011111011111110110110011
+3,8,6,64,1101111111011000111110101011011111111101000101110011111110001100010101110101101001000101101110101111
+3,8,7,63,1100110111000101111110101110011101011001000101110010110111101100010101110111111001101010111011111011
+3,8,8,59,1100110011010000100011101111011110011001010110111110100111101011011001111111001010011011100010100111
+3,8,9,63,1001110110010001110010101111001110111011010110110110100110001111010101111011111101001110111110101011
+3,8,10,62,1101010111000001011010101111011000111011000110110111101111101101010101110111101001001010111110111011
+3,8,11,65,1101110111000001111110101111001111011001010101110011110110001100010101110111101011101110111110111011
+3,8,12,64,1100110110001000111010101011001111011111000010110011110110001101011110010111111111101111101011110111
+3,8,13,66,1110111111011000101100111110001110001101010101100110010101001101011101111101011101111111110111101111
+3,8,14,68,0001110111110000011010001011011110111111001110110010110111101111011101111111101010001111111111111011
+3,8,15,56,1000010111010001011110101111011110010110000110110011110111001110010100111111001000001110011110001011
+3,8,16,62,1001110111000001111010111111011111101001000100110011101110001101011101111111101001101010011110011011
+3,8,17,62,1101110111000001111110101111011010111011000101110011111110001100010101010111001000101010111111111011
+3,8,18,65,1110110111111000101010101010001100111111000110111110111110001111001101011101011111101111101010100111
+3,9,0,65,1111110111000101100111101111001101111001010100110110101110101100011111110111101111011011100110010011
+3,9,1,62,1000110010111001010010101110001110101101000110111011100110101011011101111111011111001110111010111011
+3,9,2,73,1011110111110000111010001111011101111111011110110010110111101101011101111111101110001111111111111011
+3,9,3,60,0101110111000101010110101011001110111001000100110011101110101111011111110111101011001010101010011011
+3,9,4,62,1000110010111001100011101110001110101101000110111110101110011011011101111111011111001111100110100011
+3,9,5,67,1110110111111000101010101010001100111111000110111110110110001111001101011101011111111111111010110111
+3,9,6,66,1001110111000001111110001011011111111001011101110011110111001101010101100111101011101110111110111011
+3,9,7,66,0101110111110000011010101111001110011111000110110010110110101110011101111111101010001111111111111011
+3,9,8,66,1100110111000001111110101110001110111001010111110011110110001110010101110111101011101111111110111011
+3,9,9,62,1111010111111000101010101011001101011111000100111110111110001101001101011101011101101110101010100111
+3,9,10,64,1101110110000001111110101111001111011001010101110011110110001100010101110111101011101110111110111011
+3,9,11,65,1101110111000001111110101111001111011001010101110011110110001100010101110111101011101110111110111011
+3,9,12,67,1101110111000001111110101111011111011011010101110011111110001100010101110111101001101110111110111011
+3,9,13,60,1101110111000001111110101111001010111001000101110011110110001100010101010111001010101010111111111011
+3,9,14,69,0100111111010000111110111010001110111111011110110010110111101111011101111111011010001111110111101011
+3,9,15,65,1011110111111000001000001111011110001101000101100110010101001101011101111101101101111111111111111111
+3,9,16,58,1101110111000001111110101111001010111111001101110010111110001100010101010111001000100010111010101011
+3,9,17,68,1110110111011000101010101010011100111011000110111111111110001111001101011101011111101111101111110111
+3,9,18,63,1101110111000101110110101111001000111011010100110011101110101101011111110111101001001010101110111011
+3,10,0,61,0100111111010001111110101010001110111111010100110010100111101111011111111111001010001010100010101011
+3,10,1,68,0101110111000100010110111011001110111001001110111011110110101111011101110111111011001111111111011011
+3,10,2,66,0100110111000000111110111010001110111111011111110010110111011111011101111111011010001110110110101011
+3,10,3,70,1101111111010001111110101111011111011011010100110011111110101100000101110111101001101111111111111011
+3,10,4,68,1011110101111000001000101111011110001101000111100110110111001111011101011101101111111111111111110111
+3,10,5,62,1110110111111000101010001010001100111111000100111110010100001101001101011101011101111111111010111111
+3,10,6,64,1011110111011101000110101111001110111101000100110011100110101000011111111111001101001111111110011011
+3,10,7,64,1100110010100001110011101110001101111001010110111110101110101111011101110111111111011011100010110011
+3,10,8,68,1101110111000001111110101111011111011011010101110011111110001100010101110111101011101110111110111011
+3,10,9,64,1101110111000001111110101111001111011001010101110011110110001100010101111111101001101100111110111011
+3,10,10,67,1110110111010000101010101110001100111111000110110111110110001111000101011101111111111111111010111111
+3,10,11,67,1100110111101001111110101010001110111001010111111011110110001110011101110111001011101111111110110011
+3,10,12,62,1001110110111000001000001111011110001101000101100110110100011001011101111101101111111111101111110111
+3,10,13,65,1010110001111001100011101110001111101101000110111110001111001111011101111111011101001111110110101011
+3,10,14,70,1011110111100101111010101111001010111011011100110010110101101101111101111111101010001111111111111011
+3,10,15,66,1001110111010000110110001111011101111111010110110011101110101101011111110111101101001010101110111011
+3,10,16,73,1011110110110001111110001111011111111101011111110010110111101101010101111111101111001110111110111011
+3,10,17,64,1101110111000000111010101111001101011011010100110011110110001100011101110111101010101111111111111011
+3,10,18,61,1000110010111000010010101110001110001101000111111011100110101011011101111111111101001110111010111011
+3,11,0,69,1011110111111001001010001111001110111111010100100110011101001101011101111101001110111111111111111111
+3,11,1,67,1011110111100101111000101111011010101001001100110010100101101101111101111111101011001111111111111011
+3,11,2,71,0101111111010001111110101111011111111001001100111011111110101101000101110111111001101111111111011011
+3,11,3,67,1101110111000100010110111011001110011011010110110011110110101110011101110111111001001111111111111011
+3,11,4,69,0101110111100000111110111011001110111111001111110011110111001111011101110111011011001110111110101011
+3,11,5,67,0100110111000100010110111011001110111001011110111010110110111111011101111111111010001111110111011011
+3,11,6,65,1100110111100000111110101011001111111011010110110011110110001110011101110111001010101111111110110011
+3,11,7,68,1101111111001001111010101110001100011001010101111011110110001100011101110111101011111111111111111011
+3,11,8,68,1100111111010000111110101111011111011011010100110011111110101100000101011101101111101111111111111010
+3,11,9,66,1111110111010001101010101110001100111111000110110111110110001111000101110111111001110111111000111111
+3,11,10,65,1001110111100001101100101111011111011011010100110111111100001100010101111111001011101110111110111011
+3,11,11,69,1111110111011001011010001111011110101101000101100010011111001101011101110101101111111111111111111110
+3,11,12,68,1001110111000011111110101111011111011010000111110010110110001100010101111111101111101110111111111011
+3,11,13,69,1111110101111000001000101111011110001101010101100111111111101111011101010101101011111111111110110111
+3,11,14,70,1011110111011101000100101111011110101101000111100110100111001100011111111101101111111111111111110111
+3,11,15,62,1011110101111000001010101111001110011101000100110011110110101011011101011111001101001111111110011011
+3,11,16,69,1101110111010000111110001111011111111111010110110011101110101101011111110111101001001010111110111011
+3,11,17,66,1001110111000001110110101111011111011011010100110011111110001100010101110111101111101110111110111011
+3,11,18,71,1011110111111001001110001111001110111101000110100110111111001101011101111101001111111111111110111111
+3,12,0,65,1101110111010001110110001111011111011111010100110011111110101100011101110110101001001010111110111011
+3,12,1,69,1001110111000000111100101111011111111011010110110011101110001101010111110111101111101111111110111011
+3,12,2,67,0101110111100000111110101111011111011110000111110010110110001100010101111111111111001110111110111011
+3,12,3,70,1001110111000011111110111011001110111011001111110011110111001111011101110111001011101110111111101011
+3,12,4,70,1111110111011001011010001111001110101101000111100110111111001101011101110101101111101111111111111110
+3,12,5,66,1011110111111001001110001111011010111101000100100010011110001101011101111001001111111111111110111111
+3,12,6,75,1101110111110000101110111111001110111111001111110111111101001111011101111111011011101110111111101011
+3,12,7,60,0011110101101001011010001011001110111110010100100010010111001101011101110101001110011111011110111111
+3,12,8,71,1011110111111001001110001111001111101101001110100110111111101101010101111101001111111111111110111011
+3,12,9,69,1011110110101001111000001111011110111101010100110010010111001111011101111111101111001110111111111111
+3,12,10,69,0101110111100000111110111111011111011010001111110011110111001111011101111111001011001110111110101011
+3,12,11,68,1001110111000011111110101011001110111111000111110010110110001100010101110111111111101110111111111011
+3,12,12,70,1111111101111001101000101110011110001001010101100111111111001110011101110101101011111111111111110111
+3,12,13,67,1101110111001001011010101111001100011101010101111011110110101001011101010111101011111111111110111011
+3,12,14,63,1101110101111000001000101011001110001101000101010111110111001111011101110101001011111111111110110111
+3,12,15,74,0111110111100000111110111111011110111011011111100011111111101111011101010111111011001111111110101011
+3,12,16,70,1101110111010001101110001111011111111111010110110011111110001101010111111111101001001010111111111011
+3,12,17,67,1011110111111000011010001111001110111111010100100110001101101101011101110101001110111111111110111111
+3,12,18,69,0011110111110001001110111111001110111101001110100010110111001101011101111101011111111110111110111011
+3,13,0,67,1001110111010001111000101111011111101011010110100011101110001101010101110101111111101111111110111011
+3,13,1,72,1111110111001000011110001111001110111101000111110110111111001101011110110111101111101111111111111110
+3,13,2,62,1011110111111000011010001111001110111111010100110110001101001101010111110101001000101011111110111011
+3,13,3,73,1101110111010001101110001111010111110111010110100011111110101101011101111111101111011110111111111111
+3,13,4,73,1001111111000001111100111111001110111011011111110011110111001111011101110111001011101111111111111011
+3,13,5,69,1001110111000010111110101011011111111011000110110111101110011101010111110111101111101101111110101011
+3,13,6,69,1011110111111001101110001111001111101100001110100010111101101101010101111111001111111111111110101011
+3,13,7,71,0101110111100000111110111111011111011011001111110111110111001111011101111101001011001110111110111011
+3,13,8,75,1001110111000011111111111111011110111011011111110011110111001111011101110111101011101110111111101011
+3,13,9,69,0111110111100000111110111011001110111011001111100011111111010111011101010111011011001111111110101011
+3,13,10,66,1011110111001000011010101111001111111111010110100110001111001101010101110101000111111111111110111011
+3,13,11,69,1001110111110000111100001111011110111011010100110011101100101101011111110111101110101111111110111111
+3,13,12,72,0011110111110000001110111111001110111101001111110110111101001111011101111101011111111110111110111011
+3,13,13,72,1101110111110001101110111111001110111111001110100011110111001101011101111111011011101110111111101011
+3,13,14,65,1011110111000001011110101011001110111101000110110010110110001100010101110111011111101111111111111011
+3,13,15,72,1001110111111011101110001111001111101111001111100110111111101101010101011101101011111110111110111011
+3,13,16,67,1101110111010000101100111111011110111011000111110111101100001101011101110111101011101010111110111011
+3,13,17,76,1001110111100000111110101111001111111111011110110011111111001111010111111111011111101111111111101011
+3,13,18,65,1001110111000001111110111011001111111011000111110011110110001101011101110111001011101010111110101011
+3,14,0,71,0011110111110000111110111111001110111101001111110011101100001111011101111101001111111110111110111011
+3,14,1,71,1001110111110000011100001111011110111011010100110110111101101101011111110111111110101111111110111111
+3,14,2,77,1001110111100001111111111111011111111011011111110010111111001111011101110111101011101111111111101011
+3,14,3,72,1001110111000010111110101111001110111111011110110011110111001011010111111111011111101110111111101011
+3,14,4,67,1011110111111001001110001111001110101101001111100010111101101101010101111101001111111110111110101011
+3,14,5,74,0011110111110000101110111111001111111100001110110110111101001111011101111111011111111111111110111011
+3,14,6,70,0011110111100000111110111011001110111011011110100011111111010111010111011111011111001111111110101011
+3,14,7,75,1101110111100000111110101111001111111111001111110011111111001111011101110111011011101111111111101011
+3,14,8,78,1001110111100001111110101111001111011111011110110111111111001111110111111111011011101111111111111011
+3,14,9,71,0101110111100000111110111111011111111011001111110011110111001111011101111101001111001110111110101011
+3,14,10,70,0011110111110001101110111111001110111101001110110010110101001101011101111101011111111110111110111011
+3,14,11,74,1101110111110000001110111111001110111111001111100111111111001111011101111111011011101110111111101011
+3,14,12,66,1011110111100001001111001111001111101100000110100011111110001101010101111011001111111111111110111011
+3,14,13,70,1011110111011001111110101011001110111101001110110010110111101100010101110111011111101111111111101011
+3,14,14,74,1101110111000001101110111111001110111111011110110011110111001101011111111111011011101111111111101011
+3,14,15,72,1001110111110000111110101111001111111101001110100011111111001111010101111111011111101110111111101011
+3,14,16,75,1001110111101000111110101111001111101111011110110011111111001111010111011111001111111111111111101011
+3,14,17,73,1001110111110011101110001111001111111111001111100110111111101101010101111101111011101110111110111011
+3,14,18,68,1001110111011001101110001111001111101100001111110011111101001101011101110111001011111111111110101011
+3,15,0,76,1101110111110000111110111111001111111111001111100111111111001111011101111111011011101110111111101010
+3,15,1,73,1101110111100000001110111111001110111111001111110011111111001111011101110111011011101111111111101011
+3,15,2,77,0011110111110000101110111111001111111110001110110111111111001111011101111111011111111111111110111011
+3,15,3,70,1101110111110000001110111111001110111101001111100110111101001111011101111111011011101110111011101011
+3,15,4,73,1011110111100001111110101011001110011111011110100111111111000111110111111111011011101111111110101011
+3,15,5,76,0011111111100000111110111111001111111011011110110011111110011111010111011111011111001111111111111011
+3,15,6,71,1001110111110000011100001111011110111011010100110110111111101111011101110111111110101111111110111011
+3,15,7,74,1101110111100000111110101111001111111111001111110011111101001101011111110111011011101111011111101111
+3,15,8,75,0011110111110000111110111111001111111110011110110110111101011111010111011111011111101111111110101011
+3,15,9,69,0011110111100000101110111011001110111001001110100011111111000111011101111111011111011111111110111011
+3,15,10,73,0011110111110000101110111111001111111100001110110110110111001111011111111111001111101111111110111011
+3,15,11,72,1101110111000001101110111111001110111111011110110010111101001101011101111111010011111111111111101011
+3,15,12,70,1101110111000001101110111111001110111111011110110011110011001101011111111111001011001110111111101011
+3,15,13,73,0101110111100000111110111111011111111011001111110011110111001111011101111101011111101111110110101011
+3,15,14,75,1101110111000001101110101111001110101111111110110011110111001111010111111111011011111111111111101111
+3,15,15,76,1001110111101000111110111111001111111111011110110011101111001111011111011111001111101111111111101011
+3,15,16,68,1001110111010001101110001111001111101101001110110011111111001101011101110111001011111111111111101010
+3,15,17,71,1001110111111000111110101111001111111100001111100011111101001111010101111111011111101110111110101011
+3,15,18,68,0001110111110000101110111111001110111101001110110010110101001111011101111101011011101110111111111011
+3,16,0,72,0011110111100000111110111111001111111110011110110010111101001111010111111111011111101111110110101011
+3,16,1,76,0101110111110000111110111111011111111111001111110111110111011111011101010101011111101111111110101011
+3,16,2,67,0101110111100000001110111111001110111011001110110011111111001111011101110111011010101111111010101011
+3,16,3,76,1001110111110000011100001111011110111111010101110110111111101111011101110111111111111111111111111011
+3,16,4,72,1011110111100001001110111111001110011111011110100111111111000111111111110111011011100111111110101011
+3,16,5,72,1101110111100000011110101011001110111111001101110011111111001111010101111111011011111111111111101011
+3,16,6,75,1111110111000001111110101111001111111111001111110011111101101101011101110111011111111011111110101011
+3,16,7,78,1111110111000001111110101111011111111111001111110011111111101101011101110111011111111111111110101011
+3,16,8,76,0011110111100000101110111011001110111011001110110111110111011111111111111111011111111111111110111011
+3,16,9,65,0011110111110000111110111111001100111100011110100010111101000111010101011111001111001111111110101011
+3,16,10,72,1101110111100000001110111111001110111111001111110011110111001111011101110111011111101111110111101011
+3,16,11,73,0101110111100000111110111111011111111011000111110011111111001111011101111101011011101111111110101011
+3,16,12,80,1111110111110000111110101111001111111111001111110111111111101111011101110111011111111111111110101011
+3,16,13,71,1101110111000001111110111111001110111111000111100011111111001101011101111111011011101110111111101010
+3,16,14,75,1101110111100001101110101111001110101111111111110011110111001111010101111111011011111111111111101011
+3,16,15,73,1101110111000000001110111111001110111111001110110011111111001111011111110111011011101111111111101111
+3,16,16,77,1101110111110000111110111111001111111111001111100111111111001111011101111111011011101110111111101110
+3,16,17,73,1101110111100000111110101111001111111111001111110011111101001101011111110111011011101111011111101011
+3,16,18,75,1001111111100000111110111111001111111111001110110011111110011111010111011111011111001110111111111011
+3,17,0,75,1011110111110001111100001111001110111111000101110011111101101111011101110111111111111111111111101011
+3,17,1,75,1101110111000000011110101111011111111111011111110110111111101101011101110111011111111011111110011011
+3,17,2,79,1111110111110001101110101111001111111111001111110011111111101111011101110110011111111111111110101111
+3,17,3,75,1101100111100100111110101111001110101111111111110111110111001111000101111111011011111111111111101011
+3,17,4,73,0111110111110000111110111110001110111011001111100111111111001111011101111111010111101111110111101010
+3,17,5,75,1101110111100000001110111111001111111111111111110011110111001111011101110111011011101111111111101011
+3,17,6,73,1101110111000000111110101111001110111111001111110011111111001101011111110111011011101111011111101111
+3,17,7,73,1101110111100000011110111111001101111111001110110011111101001111011111110111011011101111111111101011
+3,17,8,78,0101110111110000111110111110001101111111011111100111111111001111011111111111111011101111111111101110
+3,17,9,71,1111110111000000001110111111001110111011001110110011111111001111011101110111011011101111111111101011
+3,17,10,78,1101110111000000111110111111011111111111001111110111111111101101011101110111011111111111111110101011
+3,17,11,77,0111110111111001011110101111111111111111001111110011110111011111011101010101011111101111111110101011
+3,17,12,71,1011110111100001011110111111001110111111001110100111111111000111011111110111011011100111110110101011
+3,17,13,76,1111110111000001101110101111011111011111001111110011111111101101011101110111011111111111111110101011
+3,17,14,76,1111110111010001111110111111000111111111101111100111111111001111011101110111011111101010111111101010
+3,17,15,77,1101110111100000111110101111001111111111001111110011111111101101011101111111011011111111111110101111
+3,17,16,74,0101110111110001111110101111011111101111001111110011110111011111010101010101011111111111111110101011
+3,17,17,76,1101110111100000101010111111001110111111111111110111110111001111011101111111011011101111111111101011
+3,17,18,78,1101110111000000111110111111011111111111001111110011111111111111011111110111011111001110111111101011
+3,18,0,77,1111110111010001111110101111000111111111001111110011111111001111011101110111011111111010111111101111
+3,18,1,76,1111110111110000101110111111001111111111101111000111111111101111011101110110011111101111111110101010
+3,18,2,73,1101110111110000011011101111001110111111001111110011110111011111011101110111011011101111111110101011
+3,18,3,81,0111110111101001101110111111111111111111111111110111110111001111011101011101011111101111111111101011
+3,18,4,77,1111110111010001011110111111000111111111111111100111111111001111011101110111011111101110111111101010
+3,18,5,74,1101110111100000101110111111001111111111101111110011110111001111011101110111011011101011111111101011
+3,18,6,76,1111110111000001101110101111011111011111001111110011111111101101011101110111011111111111111110101011
+3,18,7,78,1101110111000000111110111111011111111111001111110111111111101101011101110111011111111111111110101011
+3,18,8,74,1101110111100001001110111111001111111111101110110011110111001111011101111111011011101111111110101011
+3,18,9,75,1011111111100000111110101111001111111111011111110011110110001101010101010111011111111111111111111011
+3,18,10,75,1111110111000001101110101111011111011111001111110011111111101101011101110110011111111111111110101011
+3,18,11,80,1111110111110001101110101111001111111111001111110011111111101111011101110111011111111111111110101111
+3,18,12,78,0101110111110000111110101110001111111111011111110111111111001111011111111111111011101111101111101011
+3,18,13,75,1111110111000001101110111111011101011111001111100011111111101101011101110111011111111111111110101110
+3,18,14,78,1101110111000000111110111111011111111111001111110111111111101101011101110111011111111111111110101011
+3,18,15,79,1101110111000000111110111111011111111111001111111111111111101101011101110111011111111111111110101011
+3,18,16,75,0111110111111001011110111111101111111011001111110011110111011111011101010101011110101111110111101011
+3,18,17,73,0111110111110000111110101110011110111110001111100111111111001111011101111111010111101111111110101010
+3,18,18,72,0101110111100000111010101111011111111111111111110011110111001111011101010111011011101011111110101011
+3,19,0,77,0101110011110000111110101110001111111111011111110111111111001111011111111111111011101111101111101011
+3,19,1,76,0101110111110000111110101110001111110111011111110111111111001111011111111111101011101111101111101011
+3,19,2,77,1011111111010000111110101111000111111111011111110011111110001111011101010111011111111111111111111011
+3,19,3,73,1111110111100001111110100111001111111101001111110011110111001101010101110111011111111010111111101111
+3,19,4,78,1111110111111001001110111111101110111111001111110101110111011111011101011101011111101111111111101011
+3,19,5,78,1111100111111001001110111111101110111111001111110111110111011111011101011101011111101111111111101011
+3,19,6,74,1101110111111001001110111111101110111101001110110011110111001111011101011101011111101111111111101011
+3,19,7,79,1111110111101001001110111111001111111111101111110111110111011111011101111111011011101111111110101011
+3,19,8,74,0111110111100000111111111110011110111111001111100111111111001111011101111111010111001111111110101010
+3,19,9,77,1101110111110000111110101111011111101110001111110111111111101101011101110111011111111111111110101011
+3,19,10,80,1111110111000000111110111111011111111111001111111111111111101101011101110111011111111111111110101011
+3,19,11,74,1101110111000001101110111111011101011111001111100011111111101101011101110111011111111111111110101110
+3,19,12,78,0001110111101001101110101111011111111111111111110111110111001111011101111101011111101111111111101011
+3,19,13,78,0111110111110000111110111110101111011111011111110111111111001011011111011111111011101111101111101011
+3,19,14,81,1101110111110001111110111111001111111111001111110011111111101111011101110111011111111111111110101111
+3,19,15,77,1111110111000000101110101111011111111111001111110111111111101101011101110111011111111111111110101011
+3,19,16,75,1011111111100000101110101111001111111111011111110001110110001111011101010111011111111111111111111011
+3,19,17,77,1111110111110001111110101110001111111111001111110011110111101101010101110111011111111111111110101111
+3,19,18,79,1101110111110000111110101111001111111111011111110111111111001111011101110111111011101111111111101011
+3,20,0,72,1101110111100000111110111111001111101111001111110011101111001111011101100101011111101111111110101011
+3,20,1,79,1111110111111001001110101111111110111110001111110101110111111101011101011111011111111111111111101011
+3,20,2,75,1111100111000000011110111111011111111111001111110111111111111101011101011101011111101101111110101011
+3,20,3,83,1111110111111001101110111111101110111111001111111111110111001111011101110111011111111111111111101111
+3,20,4,77,1111110111101001001110111111001110111111001111110111110111111101011101011101011111101111111111101011
+3,20,5,81,1111110111010000111110111111111111111111001111111101111111001111011101110111011111111111111110101011
+3,20,6,75,0101110010111000011110101110001111111111001111110111111111011111011101111111111011101111101111101011
+3,20,7,79,1111110111110001101110111111101110110111011111110101110111001111011111011101011111111111111111101011
+3,20,8,74,1111110111001000001110111111001111111111001111110111110011001111011101011101011111101111111111101011
+3,20,9,79,1111100111110001101110101111011110111111001111110111111111111101011101110111011111111111111110101011
+3,20,10,75,1101110111100000111110101111001111111111011111110111110111001111011101111111011011101111101011101011
+3,20,11,81,1111110111111001001110111111001111111111101111110111111111011111011101110111111011101111111110101011
+3,20,12,80,1111110111100001011111111111011111111111101111100111111111011111011101111011011011101111111110101011
+3,20,13,71,0111110111101000101110111110001110111111001111100111110111001111011101111111010111001111111110101010
+3,20,14,79,0111110111010000111110101111000111111111011111110111111111001111011101011111011111111111111111111011
+3,20,15,76,1011111111110000111110111110101111011111011111110011111110001011011111010111111011101111101111101011
+3,20,16,76,1111110111110001111110101110001111111111001111110111110111001111010101110111011011111111111110101011
+3,20,17,80,1101110111110000111110101111001111111111011111110011111111101101011101110111111111101111111111101111
+3,20,18,77,1101110111110000111110111111011111101111011011110111111111101111011101110111010011101111111110101011
+3,21,0,81,1111110111100001101110111111101110111111001111110111110111011111011101111111011111111111111111101011
+3,21,1,80,1111110111111001011111111111011111111111101111101011111111001111011101100011011011101111111110101111
+3,21,2,84,0111110111110010111110111111011111111111001111110111111111011111011111011011011111111111111111111011
+3,21,3,77,1111110111000001011111101111000111111111111111100111111111001111011101111111011011101111111110101011
+3,21,4,81,1111110111111001001110111111001111111111001111110111111111111101011101110111111111101111111110101011
+3,21,5,80,1101110111110000111111101111001111111111111111110011111111001111011101110111111011101111111111101101
+3,21,6,75,1111110111010000101110101111100110111111011101110101111111001111011101011101011111111111111111110011
+3,21,7,81,0111110111110001111110111111001111110111011111110111110111001111011111011111011111111111111111101011
+3,21,8,73,0101110010110000111110101111001111111110001111110111101111011111011101111111011011101111101111101011
+3,21,9,73,1101110111101000011110111110001111101111011111110011111111001111011101100101111111101111110110101011
+3,21,10,79,1111110111100001011111101111001111111111101111100111111111011101011101111111011011101111111111101011
+3,21,11,81,1111110111110000111110111111011111101111011111110011111111101111011101110011111111101111111110101111
+3,21,12,74,1111100110110000011110111111011110111111001111110111110111111101011101011101011111101101111110101011
+3,21,13,77,1111110111001001001110101111111111111110001111110101110111111101010101011111011111111111111111101011
+3,21,14,76,1011110111110000001110111110101111011111011111110111111110101011011111010111111011111111101111101011
+3,21,15,78,1111111111111001101110101111111110111110001111110001110111011101011101011111011111101111111111101011
+3,21,16,76,1111110111100000111110101111001111111110011111100011111111101101011101110011111111101111111111100111
+3,21,17,83,1101110111110001111111111111011111111111101111110111111111011111011101111111011011101111111110101011
+3,21,18,79,1111110111100001011111111111011111101111101111110111111111011111011101101011011011101111111110101011
+3,22,0,82,1111110111110010111110111111011111111111001111110001111111111111011101111011111111111111111110001011
+3,22,1,81,0110110111110000111110111111011111101111011111110111111111001111011111110011011111101111111111111111
+3,22,2,77,1111110111110001011111111111011111101111101110110111111111011101011101100011011111101111011110101011
+3,22,3,80,1111110111101001001110111111001111111111001111110111101111111111011101111111111011101111111110101011
+3,22,4,77,1110110111100001011111101111001111111111101111110111111111011101011101111011001011101111111111101011
+3,22,5,79,1111110111100001011111111111011111101111101111100111111111011111011101101111011011101111111110101011
+3,22,6,79,1111111111100001001111101111101111111111001111100011111111011101011101111111011111101111111111101011
+3,22,7,77,1111110111111001111110101111011110111110101111110001110111011101011101011111011011101111111111101011
+3,22,8,77,1101110111100100111110101111001110111111111111110011110111001111011101111111011011101111111111101101
+3,22,9,85,1111110111110001101111111111101111111111001111110111011111011111011101111111111111111111111111101110
+3,22,10,78,0111110111110000111110111111001111101111011111110111111111101111010111011011011111101111111110101011
+3,22,11,82,1111110111110001111110111111011111110111011111110011110111001111011101110111111111111111101111101111
+3,22,12,78,1111110111100001011111111111011111111111001111110111111111011111011111100011011011101111111110101001
+3,22,13,82,1111110111111001001110111111001111101111101111110111111111111101011101111111111111101111111110101011
+3,22,14,80,1111110111001000111110101111111111111110001111110111110111111101010101011111011111111111111111111011
+3,22,15,79,0111110111110011001110111111011111111111001111110001111111011111011111011011011111101111111111101011
+3,22,16,79,0111110111110001101110111111101111110110011111110111110111001111011101011111011111111111111111101011
+3,22,17,79,1111110111001001011110101111011111111111001111110101110111111101010111011111011111111111111111101011
+3,22,18,79,1111110111111001011111111111011111111111101111101011111111001111011101100011011011101111111110001111
+3,23,0,80,1111110111001000111110111111111111111110001111110111100111011101011101010111011111111111111111111111
+3,23,1,80,1111110111110001111110101111011111110111011111110011110111101110010101111111111111111111101111101011
+3,23,2,77,1111110111100001001110111111011111111111001111110011111111011101011101111011011011101111111111101011
+3,23,3,80,0110110111111011011111111111001111111110101111110101111111011111011111011011001111101111111111101011
+3,23,4,77,1111110111110001011110111101011111111111011111100011111111001111011111100011011011101111111111001111
+3,23,5,82,0110110111111000111111111111011111101111101111111111111111001111011101110011011111101111111110111111
+3,23,6,81,1101110111101001001110111111011111111111011111110111101111011111011111110011111011101111111111111011
+3,23,7,78,0110110111110000111110011111001111101111001111110111111111101111011101111111011111101111111110101111
+3,23,8,76,0111110111110011101110111111011111111111001111110001110110001011011101011011011111101111111111101111
+3,23,9,82,1111110111110001011110111111011111110111011111110011111111011111011111010111111111111111101111101011
+3,23,10,80,1111110111010000111110111111111111111110001111110011110111111111010111011011011111110111111111111011
+3,23,11,76,0111110111101000111110101111001111101111011111110111111111101101010101011111011111101111111110101011
+3,23,12,78,1111110111000001011111111111011111101111101111100111111111011111010101101111011011101111111111101011
+3,23,13,79,1111110111001001011110101111011111111111001111110101110111111101011111011111011111111111111110101011
+3,23,14,78,0111110111010001011110111111011111111111001111110001111111011101011111011111011111101111111111101011
+3,23,15,80,1111110111101011001110101111011111111111001111110101110111111111010111011011111111011111111111101011
+3,23,16,81,1111110111100000011111111111011111101111101111110111111111001111011101101011011111101111111111111111
+3,23,17,77,0110110111110001011110111011011111101111011111100111111111011111011111110111011011101111111110101011
+3,23,18,80,1111110111110001111110111111011111110111011111110001110111011111011101111111011011101111101111101111
+3,24,0,83,1110110111111000111111111111011111101111111111110011111111001111011101010111011111101111111111111111
+3,24,1,81,0111110111110001011110111111011011110111011111111111111111011111011111110011111111111111101110101011
+3,24,2,78,0110110111111001011111111111001111101111101111110111111111011110011101011011001111101111111111101011
+3,24,3,82,0110110111111000111111111111011111111110101111111101111111001111011111110011011111101111111110111111
+3,24,4,76,0111110111010001011110111111011111111110011101110111110111011111011111010111011011101111111110101011
+3,24,5,80,1110110111110000111110111011111111101111001111100011111111111111010111111011011111110111111111111011
+3,24,6,83,1111110111001001111110111111111111111110011111110111100111011101011101010111111111111111111111111111
+3,24,7,76,1101110011101000001110111110011111111111001111110111101111011111011111110011011011101111111111111011
+3,24,8,83,1111110111110001111111111111011111110111111111110101111111001111011101111111011011101111101111101111
+3,24,9,77,1111110111100000011110111011011111101111001111110011110111011111011101101011011111101111111111111111
+3,24,10,80,1110110111111001011111111111001111110111011111110011111111011111011111010111101111111111101011101011
+3,24,11,80,0111110111110011011110101111011111111110101111110101111111011111011111011011011111101111111111101011
+3,24,12,77,1111110111111011001110101111011111111111001111110101110111011111010101010001011111011111111111101111
+3,24,13,83,0110110111101000111111111111011111101111101101111111111111101111011111111011111111101111111110111011
+3,24,14,76,0110110111110001011111111011011111101111011111110101111111011111011111010011011011101111111110101011
+3,24,15,82,0110110111111011011111111111001111111110101111100111111111011111011111111111001111101111111111101011
+3,24,16,77,1111110111000001011111111111011111101111101111100111111111001111010101111111011011101111111110101011
+3,24,17,83,0110110111110000111111111111011111101111101111111111111111011111011101100111011111101111111111111111
+3,24,18,77,1111110111001001001110111111011111111111001111110011111111011101011111011011011111101111111111101010
+3,25,0,80,0110110111111000111111111110011110111110101111111101111111001111011111110011011111101111111110111111
+3,25,1,82,0110110111111000111111111111011111111110101111111101111111001111011111110011011111101111111110111111
+3,25,2,80,0110110111101000111110111111011011101111101101111111111111001111011111111011111111111111111110101011
+3,25,3,86,0111110111110001011111111111011111110111011111111111111111111111011111110111111111111111101110111011
+3,25,4,83,0110110111111000111111011111011111111111101111111111111111001111011111110011011111101111111110111111
+3,25,5,80,0110110111110000111111111111011111101110101111111101111111011111011101100111011011101111111111111111
+3,25,6,80,0111110111110000111110111111011011110111001011111111111111111011011111111010111111111111101110111011
+3,25,7,81,0110110111101001011111111111011111101111111101111111111111001111011111110011111111101111111110101011
+3,25,8,78,0110110111111001011111111111001111101111101111110111111111011110011101011011001111101111111111101011
+3,25,9,77,0110110111111001011111111111001110101111101111110111111111011110011101011011001111101111111111101011
+3,25,10,86,0111110111111000111110111111011111101111101111111111111111011111011111110111111111101111111110111111
+3,25,11,78,0110110111110001011111111111011001110111011111111111111111011111011101100011011111111111101111101011
+3,25,12,79,0110110111110000111111111111011111100111101111110101111111011111011101101111011011101111101111111111
+3,25,13,86,1111110111110001111111111111011111111111111111111111111111001111011101110111011111101111110111101111
+3,25,14,76,0111110111000001011110111111011111111110101111110101111111011111011101011111011010101111111111101011
+3,25,15,79,1111110111110011011111101111011111101111101111100111111111001111010111111011011111101011111110101011
+3,25,16,83,1110110111110000111111111111011111101111111111110111111111011111011101000111011111101111111111111111
+3,25,17,82,0110110111111000111111111111011111101111101111111011111111001111011101110111011011101111111111111111
+3,25,18,85,1111110111111011111111111111011111111110111111100110111111001111011111111111001111101111111111101011
+3,26,0,85,0111110111110001011111111111011111111111111111111111111111101111011101110111111111111111100110111011
+3,26,1,85,1111110111110001111111111111011111110111011111011111111111010111011111110111011111101111111111101111
+3,26,2,86,0111111111110001011111111111011111111111111101111111111111101111011111110011111111101111111110111011
+3,26,3,80,0110110111101001011111111111011111100111011011111111111111011111011111110111111111111101101110101011
+3,26,4,84,1111110111110001111111011111011111111111111111111111111111001111011101110011011111101111110111101111
+3,26,5,86,0110110111111000111111111111011111111111101111111111111111101111011111110111011111101111111110111111
+3,26,6,84,0110110111111000111111111111011111101110111111111111111111001111111111110011011111101111111110111111
+3,26,7,81,0110110111101001011111111111011111111111101101111101111111001111011111110011111111111111111110101011
+3,26,8,80,0110110111110000111110111111011011101111001011111111111111101111011111111010011111111111111111111011
+3,26,9,82,0111110111111000111111111111011111111111101111111011111111011001011101110111111011101111101110111111
+3,26,10,80,0110110111111001011111111111011111101111101111111111111111011110011101010111001111101111111111101011
+3,26,11,79,0110110111111000111111111011001111101111101111110011111111001111011101111011011011101111111111111111
+3,26,12,77,0110110111111000001111111111001110101111111111110111111111011110011101111011001011101111111111111110
+3,26,13,80,0110110111111001111111111111011111101111101111111011111111001111011101010111011111101101111111101011
+3,26,14,82,0110110111111010111111111111011111111110101111111011111111001111011111110111001011101111111111101111
+3,26,15,84,1111110111110001111111111111011111101111111111100110111111001111011101111111011111101111111111111011
+3,26,16,84,1111110111110000111111011111011111110111011111111111111111011111011111000111111111111111101110111111
+3,26,17,83,0110110111110001011111111111011111101111111111110111111111110111011101110111011111101111111111111011
+3,26,18,85,0110110111111001011111111111011111110111101111111111111111001111011111110011111111111111111110111111
+3,27,0,85,0111110111110001111111011111011111111111111011111111111111101111011101110111111111111101100111111111
+3,27,1,82,1111110111110001011111111111011111111111110111111111111111011111011101110011011111101111110110101011
+3,27,2,85,0110110111111000111111111111011111111111101111111111111111101111011111110111011111101111111110110111
+3,27,3,86,0110110111111000111111111111011111111111101111111111111111101111011111110111011111101111111110111111
+3,27,4,79,0110110111101001011111111111011111110111011011111111111111011101011111110111111111011101101110101011
+3,27,5,83,0110110111111001011111111111011111000111101111111111111111001111011111110011111111111111111110111111
+3,27,6,87,1111110111111001011111011111011111110111111111111111111111001111011111110011111111111111111111101111
+3,27,7,80,0110110111110001111011011111011111111111101111111111111111001111011101110011011111101111110110111111
+3,27,8,84,1111110111110001111111011111011111101111111111110110111111001111011101111011011111101111111111111111
+3,27,9,81,1111110101110001111111111111011111111111110101101111111111001111011101110111011111101111110111101011
+3,27,10,85,1111110111110001111111111111011111111111011111000110111111001111111111110111011111101111111111111111
+3,27,11,83,1101110111110001111111111111011111110111111111111111111111010111001101111111011111101111111110101011
+3,27,12,84,1110110111111001011111111111011111110111101111111111111111001111011111010011101111111111111111101111
+3,27,13,80,0110110111111001011111111101011111101111101111111111111111011110011101110111011111101111011110111011
+3,27,14,84,0110110111111001011111111111010111110111101111111111111111011111011111110101111111111101111110111111
+3,27,15,79,0110110111101001011111111111011111100111011011111111111111001111011111110011111111111111101110101011
+3,27,16,86,0111110111111000111111111111011111111111101111111111111111101111011111110111011111101111101110111111
+3,27,17,85,0110110111110001011111111111011111111111111111111111111111101111011101110111111111111111110110111011
+3,27,18,83,1111110111111001111111011111011111111111111111111011111111011101011101110111011011101111101010111111
+3,28,0,82,1110010111110001011111111111010111110111101111111111111111001111011111110001111111111101111111111111
+3,28,1,84,0110110111111001011111111111011111110111101111111111111111011111011111010111101111111111111110101111
+3,28,2,84,0110110111111000111111111111011111111111101111111111111111101101011111110111011111101111111110011111
+3,28,3,82,1111110111111001111111011111011111111111111111111011111101011111011101110111011011101111100010111111
+3,28,4,81,0110110111110001111111111111010111111111101011111111111111101110011101110101111111011101101111111111
+3,28,5,87,0111110111111001011111011111111111110111111111111111111111011111011111110111111111111101110110111111
+3,28,6,80,0101110110111001111111111111011111110111111111111111111111011011001101110111011111101111110110101011
+3,28,7,79,1110110111110001011111111101011111101111101111011111111111011110011101111101011111101111011110111011
+3,28,8,83,1111110111110001011111011111011111111111011111000110111111001111111111110111011111101111111111111111
+3,28,9,88,1111110111111001111111111111011111110111111111111111111111000111011111110011111111111111111111101111
+3,28,10,85,0111110111111000111101111111011111111111101111111101111111101111011111110111011111111111101110111111
+3,28,11,83,0111110111110001111111011111011111111111111011111111111111101111011101110101111111101101100111111111
+3,28,12,84,0111110111110001011111111111011111111111111111111111111111101101011101110111011111111111110110111011
+3,28,13,82,1110110111111001111111011111011111111110111111111011111110001111011101110111111011101111101011111111
+3,28,14,84,0110110111110000011111111111011111111111101111111111111111101111011101110111111111111111110110111111
+3,28,15,87,0110110111111001111111111111011111111111111111111111111111101111011111110111011111101111111110111011
+3,28,16,81,1000110111110000111111111111011111111111111111111111111111011111001101110111011111101101111110110111
+3,28,17,84,0111110111111001111111111111011111110111101111111111111111100111011111111111011111101101111110101011
+3,28,18,87,1111110111110001111111111111011111111111001111101111111111101111111111110111011111101111111110111111
+3,29,0,82,1111110111110001011111011111010111111111001111000110111111001111111111110111111111101111111111111111
+3,29,1,82,1110010111110001011111111111011111110111111111111111111111001111011101110001011111111101111111111111
+3,29,2,82,0110110111110001111111111111010111111110101011111111111111101111011101110101111111011111101111111111
+3,29,3,81,0110110111110000011111111111011111111111101111011111111111101110011101110111111111111101110110111111
+3,29,4,84,0111110111110001011111011111011111111111011111000111111111101111111111110111111111111111110110111111
+3,29,5,83,1110110111110000011111111111011111111111101111111110111111001111011101110111011111101111111111111111
+3,29,6,80,1110110111110001011111011111011111101111111111000110111111001111111111110001011111101111111111111111
+3,29,7,82,1110010111110001011111111111110111110111001111111111111111001111011111110111111111111101011111011111
+3,29,8,84,0110110111111101111111111111011111110111101111111111111111100111011111010111101111101111111110101111
+3,29,9,82,0111110111111001111011111111011110110111101111111101111111011111011111111111011111101101111110101011
+3,29,10,87,1111110111111001111111111111011111110111111111111111111111000111011111110111111111111101111111100111
+3,29,11,87,0111110111111001011111011111111111110111111111111111111111011111011111110011111111111111110110111111
+3,29,12,86,0111110111111001111111111111011111110111111111111111111110100111011111110111011111101111111111011111
+3,29,13,84,1110110111111000111111011111011111111111101111111111111111001101011111110011111111111111111110101111
+3,29,14,81,1110110111111001011111011111111111010110111111111111111110001111011101110111111011101111111010111111
+3,29,15,87,0111110111111101111111011111011111111111111111111011111111011111011011110111111111111101100111111111
+3,29,16,86,0110110111111001011111111111011111110011111111111111111111111111011111010111111111111111111110101111
+3,29,17,84,1111110111111001111111111111011111110011101111111111111111000101011111110011101111111111111111101111
+3,29,18,89,0111110111111001111111011111111111111111111110111111111111101110011111110111111111111111111110111111
+3,30,0,83,1111110111110001011111111111011111110101111111111111111111010111011111110011111111111111110110100111
+3,30,1,88,0111110101111001111111011111111111110111111111111111111111001111011111110111111111111101111111111111
+3,30,2,83,1111110111110101011110011111011111101111111111000010111111001111111111110111011111111111111111111111
+3,30,3,83,0110110111111001111111011111011111111111111111111111111111011111011011110001111111101101100111111111
+3,30,4,80,1110110111110001011111011111011111110111111111001111111111001111111101100001011111111101111111111111
+3,30,5,80,1110010111110001011111111111011011101111111111110110111111001111011111110001011111101111111111111111
+3,30,6,84,1110110111110000011111111111011111110111101111111111111111001111011101110111111111101111111111111111
+3,30,7,85,1111010111111001111111111111011111111111111111111110111111000111011111110111011111111101111111100111
+3,30,8,87,1111110111111001011111011111011111111111111110111111111111111110001111110111111111101111111110111111
+3,30,9,83,0110010111110000111111111111111111111101101111111110111111001111011101110111011111111111111111111111
+3,30,10,88,0111110111111001111111011111111111111111111110111111111111101111011111010111111111111111111010111111
+3,30,11,84,0110110111111101111111111111011111110111101111111111111111100110011111110111101111101111111110101111
+3,30,12,82,0111110111110001011111011111011111111111011111000111111011001111111111110111111111111111110110111111
+3,30,13,88,0111110111111001011111011111111111110111111111111111111111111111011111110011111111111111110110111111
+3,30,14,86,0111110111111001111111111111011111110111101111111111111111000111011111110111011111101111111111111111
+3,30,15,83,1111110111111001111111111111011111110011111111111111111110100101011111110011101111111111111101001111
+3,30,16,83,0111010111111101111111111111011111110111011111111011111111011111011010110111111111111101000111111111
+3,30,17,84,1110110111110001011111011111110111111111101111111111111111001111011111110101111111111101111111011111
+3,30,18,84,0110110111111101111111111111011111110111101111111111111111100111011111010111101111101111111110101111
+3,31,0,83,0111010111111111111111011111011111110111011111111011111111001111011110010111111111111101110110111111
+3,31,1,88,0101110111111001111111111111111111111111111110111111111111111111011011110111111111111111001011111111
+3,31,2,83,0110110111110000011111111111011111110111101111111111111111001111011101110111111111101111111111111111
+3,31,3,87,1111110101111001111111011111111111110110111111111111111111001111011111110111111101111101111111111111
+3,31,4,82,1110110111110000011111111111011111110111111111111111111111000111011101110011111111101111111110111111
+3,31,5,85,1111110111110001011111111111011111110101101111111111111111011111011111110111111111111111110111100111
+3,31,6,80,0111110111111001111111111111011111110011111111111111111110100101011111110011001111101111111101001111
+3,31,7,88,1110110111111001111111111111011111110111111111111111111110100111011111110111111111111111111111011111
+3,31,8,91,0111110111111001111111111111111111111111111111111111111111101111011111010111111111111111111110111111
+3,31,9,82,0111110111111001111111011111011111110111101110101111111111000111011111110111011111101111111011111111
+3,31,10,80,1110100111111000011111111111011111100111101111111111111111001111011101010111011111101111111111101111
+3,31,11,83,0110110111110101111111111111011111110111001111111111111111100111011111110111101011101111111110111111
+3,31,12,83,0111110101111001111111011111011111110111111111111111111110100101011111110011111111111111111111001111
+3,31,13,86,0111110111111001111111111111110111110011111111111111111111001111011111110111101111111101111101111111
+3,31,14,81,0110110111111101111111111111011110110111101111111111111111100110010111010111101111101111111110101111
+3,31,15,84,0110010111111101111111111111011111110111101111111111111111100111011111110111101111101111111110101111
+3,31,16,90,0111110111111001111111011111111111110111111111111111111111111111011111110111111111111111110110111111
+3,31,17,82,0111110111111001011111111111011111110111101111011111111111000111011111110011011111101111111101111111
+3,31,18,84,0111110111110001011111011111011111111111111100111111111111111110011110110111011111101111111111111111
+3,32,0,93,0111110111111001111111111111111111110101111111111111111111111111011111111111111111111111111111111111
+3,32,1,83,1111110111110001011111011111011110110111101111111111111111011111011111110111111111111111110110100111
+3,32,2,85,0110110111110101111111111111011111110011111111111111111110100111011111110111111011111111111111011111
+3,32,3,85,1110110111111001111111111111011111110111001111111111111111100111011111110111101111101111111110111111
+3,32,4,82,0110110111110000011111111111011111110111111111111111111111000111011101110111111111101111111110111111
+3,32,5,83,1110110111110000011111111111011111110111101111111111111111001111011101110011111111101111111111111111
+3,32,6,85,0111110111111001111111011111111111110011111101111111111111001111011110110111101111111101111111111111
+3,32,7,81,0111110111110001011111111111010101111111101100111111111111111110010111110111011111101111111101111111
+3,32,8,87,0111110111111001111111111101111111110111111110111111111111111111011011110111111111111111000111111111
+3,32,9,88,0101110111111001111111011111101111111111111101111111111111111111011111110111111111111111111010111111
+3,32,10,87,1110110111111001111111011111011111110111111111111111111110100111011111110111111111101111111111111111
+3,32,11,83,0111110111110001011111111111011111111111111100111111111110111110011110110111011111111111111111011011
+3,32,12,91,0111110111111001111111011111111111111111111111111111111111111111011111110111111111111111110110111111
+3,32,13,91,0111110111111001111111011111111111110111111111111111111111111111011111110111111111111111110111111111
+3,32,14,82,0110110111110000011111011111011111111111111111111111111111001101011100110111111111101111111111111111
+3,32,15,83,1111110111110001011111111111011111110111111100111111111111110110011111110011011111101111111110111111
+3,32,16,84,0111110101111001111111011111111111110111101111110111111111001111011111110111011101101111111111111111
+3,32,17,83,1111110111111001111111011111011111110110111110101111111111000111011111110111111111011101111011111111
+3,32,18,82,0110110111111101111111111111011111110111101111111111111111100110011111010111101111001111111110101111
+3,33,0,87,0111110111111001111111011111111111111011111101111111111111011111011110110111101111111101111111111111
+3,33,1,87,0111110111111001111111011111111111110111111101111111111111101111011111110111011111111111110110111111
+3,33,2,89,0111110111111001111111011111111111110111011111111111111111111111011111110111111111111111010111111111
+3,33,3,88,0111110111111001111111111101111111110111111111111111011111111111011011110111111111111111100111111111
+3,33,4,83,0111110101111001111111111111111111110111001111110111111111011111011111110111011101101111010111111111
+3,33,5,87,0111110111111001111111011101111111110111111110111111111111101111011011110111111111111111101111111111
+3,33,6,86,1110110111110000011111011111011111111111111111111111111111101101011111110111111111101111111111111111
+3,33,7,76,0111110111110001011111111111011111110110111100111111011111010110011100110011011111101111011110111111
+3,33,8,87,1111110111111001111111011111111111111111111100111111111111110110011111110111011111111111111010111111
+3,33,9,84,0101110111110001011111111111001111110111111101111111111111111111011111110011111111101111111110111111
+3,33,10,87,0110110111111000111111111101111111110111111110111111111111111111011011110111111111111111110111111111
+3,33,11,82,0110110111110001011111111111011111110111111111111111111111001111011101110111111111101111001110111111
+3,33,12,87,0111110111111001111111011111111111110111111111111111011111011111011111110111111111111101110110111111
+3,33,13,87,0111110111111001111111011111111111111011111101111111111011101111011110110111101111111111111111111111
+3,33,14,91,0111100111111001111111111111111111110101111111111111111111111111011101111111111111111111111111111111
+3,33,15,90,0111110111111001111111011111111111110111111111111111111111111111011111110111111111101111110111111111
+3,33,16,82,1111110110111001111111111111011111110111101100111111111111110110011111110011001111101111111110111111
+3,33,17,85,1110110111110001011111111111011111110111011111111111111111100111011111110111111111101111111110111111
+3,33,18,86,0111110101111001111111011111111111110111101111110111111111011111011111110111111101101111111111111111
+3,34,0,86,0111110111111001111111011111111111111011111101111111111111110110011110010111011111111111111111111111
+3,34,1,87,1111110111111001111111011111111111111111111100111111111011101111011111110111101111111111111010111111
+3,34,2,88,0111110111111001111111111101111111010111111111111111011111111111011011110111111111111111110111111111
+3,34,3,89,0111110111111001111111011111111111110111111111111111111111111111011111110111111111101111100111111111
+3,34,4,85,1111110111111001111111011111111111111011111100111111111111110110011111110111001111111111111010111111
+3,34,5,88,0111110111111001111111011111111111111111111101101111111111011111011110110111111111111101111111111111
+3,34,6,86,0111110111111001111111011101111111110111111110111111111111101111011011110111011111111111101111111111
+3,34,7,88,0111110111111001111111011111111111110111111101111111111111101111011111110111111111111111110110111111
+3,34,8,88,0111110111111001111111011111111111110111111111111111111111111111011111110111011111111111010110111111
+3,34,9,88,0111110111111001111111011111111111110111011101111111111111101111011111110111111111111111110111111111
+3,34,10,85,1110110111111001111111011111011111110011011111111111111111100111011111110111101111111111111110111111
+3,34,11,87,0111110111110001011111111111111111111111111101111111111011101111011110110111111111101111111111111111
+3,34,12,87,0111110111111001111111111111111111110111001111111111111111011111011101110111111111111111010111111111
+3,34,13,83,0111110101111001111111011111101111110111001111110111111111111111011111110111011101101111011111111111
+3,34,14,84,0111110111111001111111111111111111110111101111110111111111011011011111110111011101101111010111111111
+3,34,15,88,0111110101111011111111011111111111110111011111111111111111111111011111110111111111101110110111111111
+3,34,16,87,0111110111111001111111011111111111110111101111111111011111111111011111110111111111111101110110111111
+3,34,17,87,0111110111111001111111011111111111110111111111111101111111011110011111110111111111101111110111111111
+3,34,18,88,0111110111111001111111111111111111111011111101111111111111111111011100110111101111111101111111111111
+3,35,0,89,0111110111111001111111011111111111110111111111111111111111111111010111110111111111101111110111111111
+3,35,1,87,0111110111111001111111011111111111110111111111111111111111111111011111110111011111111111000110111111
+3,35,2,85,0111110111011001111111011111111111111111111101101111111111011111001110100111111111111101111111111111
+3,35,3,86,0111010111111001111111111111101111111011111101111111111111111111011100110111101111111101111111111111
+3,35,4,84,0111110111111001111111011111111111110111011101111111111111101111011111110111011011101111100111111111
+3,35,5,89,0111110111111001111111011101111111110111111101111111111111111111011111110111111111111111110111111111
+3,35,6,86,0111110111111001111111011111111110010111111101111111111111101111011111110111111111111111110110111111
+3,35,7,89,0111110111111001111111111101111111110111111111111111011111111111011011110111111111111111110111111111
+3,35,8,89,0111110111111001111111011111111111110101111111111111111111111111011101111111111111111111100111111111
+3,35,9,89,0111100111111001111111011111111111110111111111111111111111011111011111110111111111101111111111111111
+3,35,10,87,0111110111111001111111011111111111110111111111011111111111111111011111110111011111101111100111111111
+3,35,11,89,0111110111111001111111011111111111110111111111111111111111111111011111110111111111101111100111111111
+3,35,12,87,0111110111111001111111011111111111110011111111111111111111111111011111110111011111110111110110111111
+3,35,13,85,1111110111111001111111011111111111111111111100111111111111110110011111110111001111111111011010111111
+3,35,14,90,0111110111111011111111011111111111110111101111111111111111111111011111110111111111111101110111111111
+3,35,15,84,0111110101111001111111011111111111110111011111111111011111111111011111110111110111101110110110111111
+3,35,16,87,0111110111111001111111011101111111010111111111111111011111111111011011111111111111011111110111111111
+3,35,17,86,0111110111111001111110111101111111010111111110111111011111111111011011110111111111111111110111111111
+3,35,18,85,0111110101111011111111010111111111110011011101111111111111111111011100110111111111111110111111111111
+3,36,0,87,0111110111111001111111011101111111010111111111111111011111111111011011111111111111011111110111111111
+3,36,1,89,0111110111111001111111111101111111110111111111111111011111111111011011110111111111111111110111111111
+3,36,2,84,0111010111111001111111011101111111010111111111111111011111111110011111110111111111011110110111111111
+3,36,3,88,0111110111111001111111011111111111110111111111111111101111111111010011111111111111101111110111111111
+3,36,4,89,0111110111111001111111011111111111110111111111111111111111110111011111110111111111111011110111111111
+3,36,5,84,0111110111111001111111011101111111110011111101111111111111111111011111110111011111110111110010111111
+3,36,6,85,0111110111111001111110111111111111010111101110111111111111101111011011110111111111111101110111111111
+3,36,7,89,0111110111111011111111011100111111110111111111111111011111111111011111110111111111111111110111111111
+3,36,8,86,0111111111111001111111011111111111111111111100111111111110110111011111110111101111101111011110111111
+3,36,9,88,1111110111111001111111111111111111111011111111111111111111111110011111110111001111011111110011111111
+3,36,10,85,0111110111111001111111011011111111110111111111111111111111111111011111110110011111101111100110111111
+3,36,11,88,0111110111111001111111011111111111110111111111011111111111111111011111110111111111101111100111111111
+3,36,12,89,0111110111111001111111111111111111110011111111111111111111111111011111110111011111101111110111111111
+3,36,13,85,0111110111111001111111011111111111101111111111111111111111111111011111110111101111010110110100111111
+3,36,14,90,0111100111111001111111011111011111110111111111111111111111111111011111110111111111111111111111111111
+3,36,15,87,0111110111111011111111011111111111110111101111101111111111011111011111110111111111101101110111111111
+3,36,16,85,0111110111111001111111011111111101110111111101111111111111111111011110100111111111101101101111111111
+3,36,17,88,0111110111011001111111011111111111111111111111101111111111011111001111110111111111111111110111111111
+3,36,18,86,0111110111111001111111011111111111110111111111011111111111111111011111111011011111101110100111111111
+3,37,0,85,0111110111111001111111011111111111110110111111011111101111110111011111110111111111111011001111111111
+3,37,1,87,0111110111111001111110011111111111110111111111111111111111101111011011110111111111101111110111111111
+3,37,2,86,0111110111111001111111011111111111110111111111011111111111111111011111111111011111101010100111111111
+3,37,3,87,0011110111111001111111011111111111110111111111111111111111110111011111110011111111111111110110111111
+3,37,4,83,0111110111111001111111011111111111100111101111101111111111011111011111110111101111101101110101111111
+3,37,5,87,0111110111111011111111011111111111111111111111111111111111111111011011110111111111010110110110111101
+3,37,6,89,0111110111111001111111011111111111110011111111111111111111111111011111110111011111111111110111111111
+3,37,7,85,0111110111111001111111111111111111110100110011111111111111111111011101110111111111101111100111111111
+3,37,8,88,0111110111111001111111011111111111110111110111111111111111110111011111110111111111111011110111111111
+3,37,9,88,0111110111110001111111011111111111110111111111111111111111110111011111110111111111111011110111111111
+3,37,10,88,0111110111111001111111011111111111110111111111111111101111111111010011111111111111101111110111111111
+3,37,11,87,0111110111111001111111011111111111110111111111011111101111111111010011111111111111101111110111111111
+3,37,12,86,0111110111111001111111011111111111110111111111011101011111111111011111110111111011111111100111111111
+3,37,13,88,0111110111111001111111111101111111110111111111111111111111111111011011110111111111101111110111111101
+3,37,14,86,0111110111111011111110011111111111110111101111101111111111011111011111110111111111101101110111111111
+3,37,15,88,0111110111111111111111011111111111110111101111101111111111011111011111110111111111101101110111111111
+3,37,16,89,0111110111111001111111111101111111110111111111101111011111111111011111110111111111111111110111111111
+3,37,17,86,0111110111111001111111111111111111110001111111111111111111111111011011110111010111101111110111111111
+3,37,18,83,0111110111111001111111011111111111110111011101111111111111011111011110100111111111101101100111111111
+3,38,0,88,0111110111111011111111011101111111110111111111101111111111011111011111110111111111111011110111111111
+3,38,1,84,0111110111110001111110011111111111110111101111111111111111110111011111110111111101101101110111111111
+3,38,2,88,0111110111111001111111011111111111110111111111111111101111111111010111110111111111111111100111111111
+3,38,3,85,0111110111111001111111011111111111110111111111011101011111111111011011111111110011101111110111111111
+3,38,4,90,1111110111111001111111011101111111110011111111111111111111111111011111110111111111111111110111111111
+3,38,5,89,0111110111111001111111111111111111110111111111101111011111111111011111110111011111111111110111111111
+3,38,6,85,0111110111111001111111111100111111110111111111101111111111111111011111110111001111111110100111111111
+3,38,7,87,0111110111111001111111011111111111110111110111011111011111111111011111111111111111101011110111111111
+3,38,8,90,0111110111111001110111111111111111110111111111111111101111111111011011111111111111111111110111111111
+3,38,9,84,0111110111111001111111011101111111110111111101101111011111111111010111110111111111101111110111110111
+3,38,10,88,0111110111110001111111111101111111110111111111101111011111111111011111110111111111111111110111111111
+3,38,11,90,0111110111111001111111011111111111110111111111111111111111110111011111110111111111111011111111111111
+3,38,12,86,0111110111111001111111011111111111110111111111111111101101111111000011111111111111101111111111111101
+3,38,13,91,0111110111111001111111011111111111111111111111101111111111111111011111110111111111111111110111111111
+3,38,14,88,0111110111111001111111111101111111110111111110111111111111111111011011110111111111101111110111111111
+3,38,15,88,0111110111111001111111111101111111110111111111101111011111111111011111110111111111111111110111111101
+3,38,16,87,0111110111111001111111011111111111111111111111111111111111111111011111110011111111011110110110111101
+3,38,17,86,0011110111111011111111011111111111110111111111011111111111110111011011110111111111110111110110111111
+3,38,18,88,0111110111111001111111011111111111110111110111111111111111110111011111110111111111111011110111111111
+3,39,0,85,0111110111110001111111011101111111010111111111101111011111111111011111110111111111111011110111111111
+3,39,1,89,0111110111111001111111111111111111110111110111111111111111110111011111110111111111111111110111111011
+3,39,2,89,0111110111111001110111111111111111110111111111101111111111111111011011110111111111111111110111111111
+3,39,3,89,0111110111111001111111111111101111110111111111111111001111111111011111111111011111111111110111111111
+3,39,4,90,0111110111111001111111011111111111111111111111001111111111111111011111111111110111111111110111111111
+3,39,5,84,0111110110111001111111011101111111110111111111111101011111111111011011110111111011101111110111111111
+3,39,6,89,0111110111111001111111011111111111111111011111101111111111111111011111110111111111111111100111111111
+3,39,7,89,0111110111111001111111011111111111111111111111101101111111111111011111110111111110111111110111111111
+3,39,8,87,0111110111111001111110111111111111110111101111101111111111111111011011110111111111101111110111111111
+3,39,9,86,0111110111111001111111111101111111110011111110111111011111111111011111110111011111111101110111111111
+3,39,10,85,0111110111111001111111011111111111110111111101111111111101111111000011011111011111101111111111111111
+3,39,11,87,0111110111111001111111111111111111110111111111101111001011111111011111110111111111111111110111111101
+3,39,12,86,0111110111111001111111001111111111110111011111111111111111110111011111110011111111111011111111111101
+3,39,13,89,0111110111111001111111011111111111111111111111111111111111111111011111110111111111011110110110111111
+3,39,14,85,0111110111111001111111011101111111110111110111100111111111110111011111110111111111111011110111111111
+3,39,15,90,0111110111111001111111111111111111110111111111111111011111111111011111110111111111111111110111111101
+3,39,16,88,0111110111110001111111111101111111110111111111101111011111111111011111110111111111111111110111111111
+3,39,17,88,1111110111111001111111011101111111110011111111111111111111111111011111110111101111111111110111111101
+3,39,18,90,0111110111111001111111011111111111110111111111101111111111111111011011111111111111111011111111111111
+3,40,0,88,0111110111111001111111011111111111110111111111111111111111111111011111110111111111011110110110111111
+3,40,1,90,0111110111111001111111011111111111111111111111101011111111111111011011111111111111111011111111111111
+3,40,2,84,0111110111111001111111001111111111110111011111111111101111110111011111110011111111111011110111111101
+3,40,3,88,0111110111111001111111111111111111110111111111101111001011111111011111110111111111111111111111111101
+3,40,4,86,0111110111100001111111111101111111110111111111101111011111111111011111110111111111111111110111111011
+3,40,5,88,0111110111111001111101111111111111110111110111111101111111110111011111110111111111111111110111111111
+3,40,6,89,0111110111111001111111011111111111111111111111001111111111111111011111111111110111111011110111111111
+3,40,7,89,0111110111111001111111011111111111110111111111101111111111111111011011111111111111111110111111110111
+3,40,8,88,0111110111111001111111111111111111110111111111001111111111111111011111110111110111111111110111111101
+3,40,9,92,0111110111111001111111011111111111111111111111111111011111111111011111111111111111111111110111111111
+3,40,10,88,0111110111110001111111111101111111110111111111111111001111111111011111110111111111111111110111111111
+3,40,11,89,0111110111111001111111111111101111110111111111101111011111111111011111111111011111111111110111111111
+3,40,12,88,0111110111111001111111011111111111111111111111101111111011111111011111110111111110111111100111111111
+3,40,13,86,0111110111111001111111011111111111111111011111101101111111111110011111110111111011111011110111111111
+3,40,14,87,0111110111100001111111111101111111110111111111101111011111111111011111110111111111111111110111111111
+3,40,15,88,0111110111111001111111011111111111111111011111101111111111111111011111110111111111111111100111111110
+3,40,16,90,0111110111110001111111111111111111111011111111101111111111111111011111110111111111111111110111111111
+3,40,17,86,0111110111111001111111011101111111110111011111101111011111111111011111110111111111111111100111111111
+3,40,18,90,0111110111111001111111011111101111111111111111011111111111111111011111111111111111111111010111111111
+3,41,0,87,0111110111111001111111111111111111110111111111001111111111110111011111110111110111111111110111111101
+3,41,1,86,0111110111111001111101111111111111110111110111111101111011101011011111110111111111111111110111111111
+3,41,2,92,0111110111111001111111011111111111111111111111111111011111111111011111111111111111111111110111111111
+3,41,3,88,0111110111111001111111111111111111110111111111101111001111111111011111111111010111111111110111111111
+3,41,4,90,0111110111111001111111011111111111111111111111101011111111111111011011111111111111111011111111111111
+3,41,5,89,0111110111111001111111011111101111111111111111011111111111111111011111111111111111111111010101111111
+3,41,6,87,0111110111110001111111011101111111110111111111111111011111011111011111111111111111111111010111111111
+3,41,7,91,0111110111111001111111111111101111111111111111011111101111111111111111110111111111111111110111111111
+3,41,8,87,0111110111111001111111111111101111110111111111001111011111111111011111111111010111111111110111111111
+3,41,9,91,0111110111111001111111011111111111111111111111101111111111111111011111111111111111111011110111111111
+3,41,10,88,0111110111111001111111011111111111111111111111101111111011111111011111110111111110111111110111111101
+3,41,11,87,0111111101111001111111111111111011110111111111101111001011111111011111110111111111111111101111111111
+3,41,12,91,0111110111111001111111111111111111111111111111111111101111111111011111110111110111111111110111111111
+3,41,13,84,0111110111110001111111011101111111110111111111001111011111111101011111111111111111111011110110111111
+3,41,14,90,0111110111111001111111111111111111110111111111011111101011111111011111110111111111111111111111111111
+3,41,15,83,0111110111111001111111001111111111110111111111101111011111111111011111110011111111011110110110111101
+3,41,16,86,0111110011111001111111011111101111110111111111011011111111111111011111111111111111111110100111111111
+3,41,17,89,0111110111111001111111011111111111111111111111111111111111111111011111110111111111011111010110111111
+3,41,18,87,0111110111111001111101111111111111110111111111101110111111111111011011110111111101111110111111111111
+3,42,0,91,0111110111111001111111111111111111110111111111001111111111111111011111111111111111111111110111111111
+3,42,1,90,0111110111111001111111011111111111111111111111111111101011111111011111110111111111111011111111111111
+3,42,2,89,0111110111111001111111011111111111110111111111111111101011111111011111110111011111111111111111111111
+3,42,3,87,0111110111111001111111111111111111111111111111101111111011110011011111110111111110111111110111111101
+3,42,4,89,0111110111111001111111011111111111111111111111111111011111111111011111111111111111011111010110111111
+3,42,5,90,0111110101111001111111011111111111111111111111111111111111111111011111110111111110111111110111111111
+3,42,6,89,0111110111111001111111111111111111110111111111101111001111111111011111111111110111111111110111111111
+3,42,7,89,0111110111111001111111111111111111111111111111111111101111111111011111110111010111111111110111111011
+3,42,8,86,0111110111111001111111011111111111110111110111111101101110111111011111111111111111111101110111110111
+3,42,9,89,0111110111111001111111111111111111110111111111011111111011110111011111110111111111111111011111111111
+3,42,10,90,0111110111111001111111111111111111111111111111111111101111111111011101110111110111111111110111111111
+3,42,11,90,0111110111111001111111111111111111111111111111111111101111111111011111110111110101111111110111111111
+3,42,12,90,0111110111111001111111011111101111111111111111111111101111111110111111110111111111111111110111111111
+3,42,13,91,0111110111111001111111111111111111111111111111001111111111111111011111111111111111111011110111111111
+3,42,14,87,0111110110110001111111011111111111110111111111111111011111011111011111111111111111111111010111111111
+3,42,15,90,0111110011111001111111011101111111111111111111111111011111111111011111111111111111111111110111111111
+3,42,16,86,0111110111111001111101111111111111110111111111101110111011111111011011110111111111111110111111111101
+3,42,17,87,0111110111111001111111111111111111110111111111001111111111110111011111110111110101111111110111111111
+3,42,18,92,0111110111111101111111111111111111111111111111111011111111111111011011110111111111111111110111111111
+3,43,0,90,0111110111111001111111011111111111111111111111111111101111111111011111111111110011111111110111111111
+3,43,1,89,0111110111011001111111111111111111111111111111101111101111111111111111110111011111111011111111111011
+3,43,2,93,0111110111111001111111111111111111111111111111111111111111111111011111110111111111111111110111111111
+3,43,3,87,0111110001111001111111011101111111111111111111101111011111111111011111111111111110111111110111111111
+3,43,4,91,0111110111111101111111111111111111111111111111111011111111111101011011110111111111111111110111111111
+3,43,5,90,0111110111111001111111011111101111111111111111111111101111111110111111110111111111111111110111111111
+3,43,6,92,0111110111111101111111111111111111111111111111011011111111111111011111111111111111111011110111111111
+3,43,7,92,0111110111111011111111111111111111111111111111101111111111111111011011110111111111111111110111111111
+3,43,8,91,0111110111111001111111011111111111110111111111111111101111111111111111110111011111111111111111111111
+3,43,9,87,0111110111111001111111111111101111111111111111110111101011111110011111110111111111111111110011111111
+3,43,10,89,0111110111111001111111111111111111111111111111111110101111111111011111110111110101111111110111111111
+3,43,11,89,0111110110111001111111111111111111111111111111111111101111111111011111110111110101111111110111111111
+3,43,12,89,0111110101111001111111011111111111111111111111111111111111111111001111110111111110111111111101111111
+3,43,13,88,0111110111111001111111011111111111110111111111111111101011111111011111110111011111111111110111111111
+3,43,14,89,0111110011111001111111111101111111111111111111011111111111111111011111111111011111111111110111111101
+3,43,15,89,0111110111111001111111011111111111110111111111001111011111111111011111111111111111111111110111111111
+3,43,16,87,0111110011111001111111011101111111111111111111101111011111011111011111111111111111111111010111111111
+3,43,17,89,0111110111111001111111011111111111111111111111111111011111111111011101111111111111011111110110111111
+3,43,18,93,0111110111111101111111111111111111111111111111111111111111111111011011110111110111111111111111111111
+3,44,0,93,0111111111011001111111111111111111111111111111101111101111111111111111111111111111111011111111111111
+3,44,1,84,0101110111111001111111011111111111111111111111111111011011111111011101110111011111011111110110111011
+3,44,2,91,0111110111111101111111111111111111111111111111011011111111111111011011111111111111111011110111111111
+3,44,3,94,0111110111111101111111111111111111111111111111111111111111111111011111110111110111111111111111111111
+3,44,4,91,0111110111111111101111111111111111111111111111101011111111111111011011110111111111111111110111111111
+3,44,5,90,0111110111111001111111111111101111111111111111111111111111111101011011110111111111111111110111111111
+3,44,6,91,0111110111111001111111011111111111111111111111111111101111111110111111110111111111111111110111111111
+3,44,7,89,0111110111111001111111011111101111110111111110111111101111111111111111110111011111111111111111111111
+3,44,8,92,0111110111111101111111111111111111111111111111011011011111111111011111110111111111111111111111111111
+3,44,9,89,0111110111111001111111111111111111110111111111111111101111111111011010111111110111111111110111111111
+3,44,10,92,0111110111111101111111111111111111111111111111111111111111111111011011110111110111101111111111111111
+3,44,11,88,0111110111111101110111111111111111111111111111111011111011111101010011110111111111111111110111111111
+3,44,12,88,0111110101111101101111011111111111111111111111111111111111111111001011110111111110111111111101111111
+3,44,13,92,0111110111111101111111111111111111111111111111111111111111111111001101110111110111111111111111111111
+3,44,14,88,0101110111111001111111011111111111110111111111001111011111111111011111111111111111111111110111111111
+3,44,15,94,0111110111111011111111111111111111111111111111111111111111111111011111110111111111111111110111111111
+3,44,16,90,0111110111111011111111111111110111101111111111111111111011111111011011110111111111111111110111111111
+3,44,17,90,0111110111111101111111111111111111111111111111101011111111111101011011110111111111111111110111111111
+3,44,18,92,0111110111111001011111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,45,0,91,0111110111111001111111111111111111111111111111101111111111111111011011110111111111111111110111111111
+3,45,1,90,0111110111111101111111011111111111111111111111111011111110111101011111110111111111111111110111111111
+3,45,2,91,0111111111111001111111111111111111111011111111111111111111111111010011110111111111111111110111111111
+3,45,3,90,0111110111111001011111111111101111111111111111111111111111111101011011110111111111111111111111111111
+3,45,4,92,0111110111111011011111111111111111111111111111111111111111111111011011110111111111111011111111111111
+3,45,5,92,0111110111111101111111111111111111111111111111011011111111111111011011111111111111111111110111111111
+3,45,6,90,0111110111111111111111111011111111101111111111101111111011111111011011110111111111111111110111111111
+3,45,7,90,0111110111111011101111111111110111111111110111111011111111111111111011110111111111111111110111111111
+3,45,8,86,0111110111111001111111011111101111111111011111111101111111111111011011110111110111100111111111111111
+3,45,9,90,0111110111111101111111111111101111110111111110111111101111111111111111110111011111011111111111111111
+3,45,10,90,0111110111111101111111011111101111111111111110111111001111111111111111110111011111111111111111111111
+3,45,11,91,0111110111111001111111111111111111110111111111011011111111111111011111110111111111111111111111111111
+3,45,12,91,0111110111111101111111111011111111111111111111111111111111111110111111110111111110111111110111110111
+3,45,13,89,0110110111111001111111011111111111111111111111111111101111111111011111110111110111111111111111101111
+3,45,14,92,0111110111111101101111111111101111111111111111111111111111111111011111110111110111111111111111111111
+3,45,15,91,0111110111111001111111111111111111111111111111111111111111111101011011110111111111111111110111111111
+3,45,16,90,0111110111111001011111111111111111111111111111111111111011111111011011110111111111101111111111111111
+3,45,17,88,0111110111111010111111111111110101101111111111111111111111111111010011110111111111111111110111111111
+3,45,18,90,0110110111111101111111111111111111111111111111101011111111111101011111110111111111111111110111111111
+3,46,0,90,0111110111111101101111111111101111111111111110011111111111111111011111110111110111111111111111111111
+3,46,1,92,0111110111111001111111111111111111110111111111111011111111111111011111110111111111111111111111111111
+3,46,2,90,0111110111111011101111111111110111111111110111111011111111111111111011110111111111111111110111111111
+3,46,3,90,0111110111110001111111111111111111111111111111111111111111111101011011110111111111111111110111111111
+3,46,4,90,0110110111111101111111111111111111111111111111111011111111111101011111110111111111111110110111111111
+3,46,5,87,0111111111111001111111111111111111111011111111101111011111111111010011110111101111111111110101111111
+3,46,6,93,0111110111111111011111111111111111111111111111111111111111111111010011110111111111111111111111111111
+3,46,7,88,0111110111111011111111111011111111101111111111101111111011111111011011110111111111111011110111111111
+3,46,8,90,0111110111111001111111011111111111111111111110111111011111111101111111110111011111111111111111111111
+3,46,9,89,0111110110111101111111111111101111111111111111111110101111111111011011110111111111111111110111111111
+3,46,10,89,0110110111111011111111011111111111111111111111111111101111111111011011110111110111111111111111101111
+3,46,11,91,0111110111111001111011111111111111111111111111111011111111111111011111110111111111111111110111111111
+3,46,12,90,0111110111111001111111111111111111111110111111101111111111111111011011110111111111111111110111111111
+3,46,13,92,0111110111111101111111111111111111111111111111011011111111111111011011111111111111111111110111111111
+3,46,14,93,0111110111111011111111111111111111111111111111111111111111111111011011110111111111111011111111111111
+3,46,15,90,0111110111111011011011111111111111111111111111111011111111111111011011110111111111111111110111111111
+3,46,16,88,0111110111111011111011111111111111111011111111100011111111111111011011110111111111111111110111111111
+3,46,17,89,0110110111111101111111111111111111111111011111111011111111111101011111110111111111111011110111111111
+3,46,18,87,0111110111111101111111011111101111111111111111101011111110111101011011110111111111111111110111111111
+3,47,0,93,0111110111111111111111111111111111111110111111111111111111111111011011110111111111111111110111111111
+3,47,1,87,0111110011111001011111111111111111111111111111101111110111111111010011110101111111111111111111111111
+3,47,2,88,0110110111111001111111111111111111111111111111111011111111111101011011110111111111111011110111111111
+3,47,3,96,0111110111111111111111111111111111111111111111111111111111111111011111111111111111111110111111111111
+3,47,4,88,0111110111111011111011111111111111111111101111111011011111111011011011110111111111111111110111111111
+3,47,5,89,0111110111111001011011111111111111111111111111111011111111111111011111110111111111111111110111111011
+3,47,6,87,0111110111111000111111011111111111111110111111101111101111111111011011110111111111111111110111111111
+3,47,7,91,0110110111111011111111111111111111111111111111111111111111111111011011110111110111111111111111101111
+3,47,8,87,0111110111111001111111111011111111101111111111111111111011111011011011110111111111111110110111111111
+3,47,9,89,0110110111111111111111111111111011111111111111101011111111111101011111110111111111111011110111111111
+3,47,10,88,0111110111111001111111111111111111111111111111111111111111111001011011110101111111111011110111111111
+3,47,11,93,0111110111110011111111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,47,12,90,0111110111111101101111111111111111111111111101111111111111111101011011110111111111111111110111111111
+3,47,13,90,0111110111110011111111111111110111111111110111111011111111111111111011110111111111111111110111111111
+3,47,14,88,0111110111111101111111011111101111111111111111101011111110111111011011110111111111111111110111111111
+3,47,15,90,0111110111111001111111111111111111110111111111111011111111111101011111110110111111111111111111111111
+3,47,16,90,0111110111111001111111111111111111111110111111111111111111111101011011110111111111111111110111111111
+3,47,17,90,0111110111111001111111111111111111111111111111101111111111111111011011110111110111111111110111111111
+3,47,18,91,0111110111111011111111111111111111111111111111111111111111111101011011110111111111111011110111111111
+3,48,0,89,0111110111111001111111011111111111111110111111111111111111111101011011110111111111111111110111111111
+3,48,1,89,0111110111111011111011111111111111111111111111111111111111111101011011110111111111111001110111111111
+3,48,2,88,0110110111110011111111111111111100111111111111111011111111111111011011110111111111111110111111111111
+3,48,3,93,0111110111111101111111111111111111111111011111011111111111111111011111110111111111111111111111111111
+3,48,4,89,0111110111110011111111111111110111111111110111111011111111111111011011110111111111111111110111111111
+3,48,5,94,0111110111110011111111111111111111111111111111111111111111111111111011110111111111111111111111111111
+3,48,6,90,0111110111111101101111111111111111111111111111111111111101111101111010110111111111111111110111111111
+3,48,7,93,0111110111011111111111111111111111111111111101111111111111111111011011111111111111111110111111111111
+3,48,8,89,0111110111111001111111111111111111111110111101111111111111111101011011110111111111111111110111111111
+3,48,9,91,0111110111111101101111111111111111111111111111111111111111111101011011110111111111111111110111111111
+3,48,10,92,0110110111110011111111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,48,11,88,0111110111111011111111111111110111111111111111111111111111110101011011110111110111111111111111101110
+3,48,12,89,0111110111111101111111111111111111111111111111101011111110111111011011110111111111111011110111111111
+3,48,13,88,0110110111111111111111011111101011111111111111101011111111111101011111110111111111111111110111111111
+3,48,14,90,0101110111111101101111111111111111111111111101111111111111111111011011110111111111111111110111111111
+3,48,15,92,0111110111111111111111111111111111111110111111111111111111111101011011110111111111111111110111111111
+3,48,16,90,0111110111111011111111111111111111111111111111101111111111111101011011110111111111111011110111111111
+3,48,17,91,0111110111111001111111111111111111111111111111111111111111111111011011110111110111111111110111111111
+3,48,18,89,0111110111111011111011111111111111110111111111111111011111111111011011110111110111111111111111101111
+3,49,0,90,0111110111111111111111110111101111111111110101111111111111111111011011111111111111110110111111111111
+3,49,1,89,0111110111011001111111111111110111111111111111111011111111111111011011110111111111111111110111111111
+3,49,2,91,0110110111111111111111011111111011111111111111101011111111111111011111110111111111111111111111111111
+3,49,3,89,0111110111111101111110111111101111111111011111011111111111111101011111110111111111111111110111111111
+3,49,4,92,0111110111111011111111111111111111111111111111111111111111111111011011110111111111111100111111111111
+3,49,5,87,0110110111110011111011111111111111111111110111111111111111111101011011110111111111111011110111111111
+3,49,6,92,0111110111111101111111110111111111111110111111111111111111111111011111110111111111111111110111111111
+3,49,7,92,0111110111111111111111111111111111111111011111011111111111111101011011110111111111111111111111111111
+3,49,8,90,0101110111111101101111111111111111111111111101111111111111111111011011110111111111111111110111111111
+3,49,9,89,0101110111111101101111111111111111111101111101111111111111111111011011110111111111111111110111111111
+3,49,10,84,0110110111111011111011111011111111111111111111111111011111111111011011110111110110101111110101101111
+3,49,11,90,0111110111111011111111111111111111110111101111111011111111111011011011110111111111111111111111111111
+3,49,12,89,0111110111110001101011111111111111111111111111111111111101111101111011110111111111111111111111111111
+3,49,13,94,0111110111111111111111111111111111111111111111111111111111111111111010110111111111111111110111111111
+3,49,14,88,0111110111111001111111111111101111111110111101111111111111111101011011110111111111111111110111111111
+3,49,15,88,0111110111111001111111011111111111111110111111111111111111111101011011110111111111111111110111111101
+3,49,16,92,0111110111111011111111111111111111111111111111011111111111111111011011110111111111111111111110111111
+3,49,17,90,0111110111111101111111111111111111111111011111101111111111111101011111110111111111111011110111111111
+3,49,18,92,0111110111111011111111111111111111110111111111111111111111111111011111110111110111111111111111101111
+3,50,0,86,0111110111111001011111111111101111111100101111111111111111111101011011110111111111111111111110111111
+3,50,1,90,1111110111111011111111111111111111111111111101111111111111111111001011110111111111111100110111111111
+3,50,2,90,0111110111111011111111111111111111111111101111111111111111111001011011110111011111111111111111111111
+3,50,3,91,0111110111111111111111111111111111110111011111011011111111111111011011110111111111111111111111111111
+3,50,4,92,0111110111111111111111111111111111111111111111111111111111111111011011110111111111111100110111111111
+3,50,5,93,0111110111111011111111111111111111111111111111111110111111111111111010110111111111111111111111111111
+3,50,6,89,0110110111111111111111011111111111110111011111011111111111111101011011110111111111111111111111111111
+3,50,7,93,0111110111111111111111111111111011111111111111101011111111111111011111110111111111111111111111111111
+3,50,8,91,0111110111111111111111111111101111111111110111111111111111111101011011110111111111111110111111111111
+3,50,9,88,0111110111111011111111110111111111111111010101011111111111111111011011110111111111110111111111111111
+3,50,10,86,0110110111111001111111111111101111111110011101111111111111111101011011110111111111111111110111111111
+3,50,11,87,0111110111111001111111111111101111111110111101111111111111111101011011110101111111111111110111111111
+3,50,12,90,0111110111111101111111110111111111111110111111111111111111111111011011110110111111111111110111111111
+3,50,13,91,0111110111111111111011111111111111111110111111111111011111111101011111110111111111111111110111111111
+3,50,14,90,0111110111111101111111111111111111111110110111111111111111111111011011110111111111110110111111111111
+3,50,15,89,0111110111111111111111110111101111111111011101101111111111111101011111111111111111111011110111111111
+3,50,16,88,0111110101111011111111111111111111110111101111111111111111111011011011110011110111111111111111111111
+3,50,17,93,0111110111111011111111111111111111110111111111111011111111111111011111110111111111111111111111111111
+3,50,18,89,0111110101111001111111110111111111111110111111111111111111111111011011110111111111111111110111111111
+3,51,0,92,0111110111111111111111111111111011011111111111101011111111111111011111110111111111111111111111111111
+3,51,1,91,0111110111111111111111110111111011111111111111101011111111111111011111110111111111111111111111111011
+3,51,2,94,0111110111111011111111111111111111111111111111111111111111111111111010110111111111111111111111111111
+3,51,3,88,0111110111111111111011111111111011111110111111110110011111111101011111110111111111111111110111111111
+3,51,4,91,0111110111111111111111111111111111111111110111101011111111111111011111110011111111111111111111101111
+3,51,5,90,0111110111111111111111111111101011111111111111111111111111111101011011110111111111011110111111111111
+3,51,6,91,0111110111111111111011111111111111110110111111111111011111111111011111110111111111111111110111111111
+3,51,7,93,0111110111111011111111111111111111111111111111111011111111111101011111110111111111111111111111111111
+3,51,8,88,0111110101111011111111110111111111111111111111111110111111111111011111100111111111111100110111111111
+3,51,9,92,0111110111111101111111111111111111111110111111111111111111111111011011110111111111111111111011111111
+3,51,10,93,0111110111111111111111111111111111110111111111111111111111111111011111110111111111110110111111111111
+3,51,11,90,0111110111111001111111111111111111111110110111111011111111111111011011110111111111111111111111111111
+3,51,12,93,0111110111111111111111111111111111111111111111111011111111111111011111110111111111111100111111111111
+3,51,13,94,0111110111111111111111111111111111111111111111101111111111111111011111110111111111011111111111111111
+3,51,14,91,0111110111111011111111111111111111111111111111111110111111111111111010110101111111111111111011111111
+3,51,15,92,0111110111111111111111111111111111111111111111111111111111111111011111110111111111101100111111011111
+3,51,16,88,1111110111111011111111111111111111111101110111111111111111111011001011110111111111111100110111111111
+3,51,17,90,0111110111111101111111111111111111111110111101111111111111111111011011110111111111110110111111111111
+3,51,18,88,0111110111111001011111111111111111111110110111111111111111111111011011110111111111110110111111111111
+3,52,0,90,0111110111111101111111111111111111111110111111111111111111111111011011110111111111110110011111111111
+3,52,1,92,0111110111111111111111111111111111110111111101111111111111111111011111110111111111110110111111111111
+3,52,2,95,0111110111111111111111111111111111111111111111111111111111111111011111110111111111011111111111111111
+3,52,3,93,0111110111111011111111111111111111111111111111101011111111111111011111110111111111111111111111111111
+3,52,4,90,0111110111111111111111111111111111111111111111111110111111111111111010110111111111111101011111101101
+3,52,5,93,0111110111111111111111111111111111111111111111111111111111111111011111110111111111101110111111011111
+3,52,6,91,0111110111111001111111111111111111111111111101111110111111111111111011110111111111111110111111111111
+3,52,7,89,0111110111111101111111111111111111111110111111111111111111111111011010110101111111110111111011111111
+3,52,8,94,0111110111111011111111111111111111111111111111111111111111111111111010110111111111111111111111111111
+3,52,9,94,0111110111111011111111111111111111111111111111111111111111111111111010110111111111111111111111111111
+3,52,10,92,0111110111111011111111111111111011111111111111101011111111111111011111110111111111111111111111111111
+3,52,11,90,0110110111111111101111111111111111011111111111111011111111111101011111110111111111111111111111111011
+3,52,12,92,1111110111111011111111111111111111111111111111101111111111111101011111110111111111011111111111111011
+3,52,13,93,0111110111111111111111111111111111111111111111101011110111111111011111110111111111111111111111111111
+3,52,14,90,0111110111111111111011111111111111111110111111111111101111111111011011110111111111110111110111111111
+3,52,15,90,0111110111111101111111111111111111110110111101111111011111111111011111110111111111111110111111111111
+3,52,16,87,0111110111111001101111111111111111111110110111111110111111111111011011110111111110111111111111101111
+3,52,17,93,0111110111111111111111111111111111111111111111111011111111111111111010110111111111111111011111111111
+3,52,18,94,0111110111111111111111111111111111111110111111111111111111111111011111110111111111111110111111111111
+3,53,0,93,0111110111111011111111111111111111111101111111111111111111111111111010110111111111111111111111111111
+3,53,1,92,0111110111111011111111111111111111111111111111111111111111111111111010110111111110101111111111111111
+3,53,2,93,0111110111111111111111111111111111111111111111111111111111111111011011110111111111111110111111011111
+3,53,3,88,1110110111111001111111111111111111111111111101111110111111111111111111110110111111101110111011111011
+3,53,4,93,0111110111111011111111111111111011111111111111111111111111111111011111110111111111110111111111111111
+3,53,5,90,0111110111111111111111101111111111110111111101101011111111111111011111110111111111111110111111111111
+3,53,6,93,0111110111111111111111111111111111111111111111111011111111111111111010110111111111111111011111111111
+3,53,7,92,0111110111111011111111111111111111111111111111001011111111111111011111110111111111111111111111111111
+3,53,8,92,0111110111101011111111111111111110111111111111111111111111111111111111100111111111111110111111111111
+3,53,9,90,0111110011111011111111111111111111111111111111101011111111111111011010110111111111111111111111111111
+3,53,10,88,0110110111110011111111111111111011111111111101101011011111111111011111110111111111111111111111111111
+3,53,11,90,0111110111111101111111111111111111110110111111111111111111111111011111110111111111111100111111101111
+3,53,12,92,0111110111111111111111111111111111111111111111101011100111111111011111110111111111111111111111111111
+3,53,13,95,0111110111111111111111111111111111111111111111111111111111111111011111110111111111011111111111111111
+3,53,14,91,0111110111111011111111111111111011111111111111101011111111111111011111110111111111111111011111111111
+3,53,15,94,0111110111111111111111111111111111111111111111111011111111111111111010110111111111111111111111111111
+3,53,16,92,0111110111111111111111111111111111111111111111101011110111111111011111110111111111110111111111111111
+3,53,17,93,0111110111111111111111111111111111110111111101111111111111111111010111110111111111111111111111111111
+3,53,18,93,0111110111111111111111111111111111110111111101111111111111111111011111110111111111111110111111111111
+3,54,0,90,0111110111111011111111111011111011110111111101111111111111111111011111110111111111110111111111111111
+3,54,1,95,0111110111111111111111111111111111111111111111111111111111111111011111110111111111111110111111111111
+3,54,2,95,0111110111111111111111111111111111111111111111111111111111111111011111010111111111111111111111111111
+3,54,3,86,0111110111111111111011101111111111110111111101111110111111111111010111110111101111010101111111111111
+3,54,4,89,0111100111111111111111111111111110110110111111111111111111111111011111110111111111111100111111101111
+3,54,5,92,0111110111101001111111111111111111111111111111111111111111111111111111100111111111111110111111111111
+3,54,6,94,0111110111101011111111111111111110111111111111111111111111111111111111110111111111111111111111111111
+3,54,7,89,0111110111111011111111110111101111111101111111111111111111111111111010100111111111111110111111111111
+3,54,8,92,0111110111111111111111111111111111111110111111011111111111111111011111110111111111111101111111101111
+3,54,9,89,0111110111111101111111011111111111110111111101111111111111101111010111110111111111111110111111111111
+3,54,10,91,0111110111111111111111111111011111111111111111111011111111111111011010110111111111111111011111111111
+3,54,11,94,0111110111111111111111111111111111111111111111111111111111111111111011110111111111111110111111011111
+3,54,12,95,0111110111111111111111111111111111111111111111111111111111111111111010110111111111111111111111111111
+3,54,13,91,0111110111111111111111111111111111111111111111111011111111111111011011100111111111111110111111011111
+3,54,14,94,0111110111111111111111111111111011111111111111111011111111111111011111110111111111111111111111111111
+3,54,15,92,0111110111111011111111111111111111111111111111101111111111111111011111110111111111011111011111111111
+3,54,16,95,0111110111111111111111111111111111111111111111111111110111111111011111110111111111111111111111111111
+3,54,17,91,0111110111111111111111111111111111111111111111101011101111111111011111110111111111011111111101111111
+3,54,18,91,0111110111111111111111111111111111110101111101110111111111111111010111110111111111111111111111111111
+3,55,0,90,0111110111111111111111111111111111110111111101111011111111111111011111010111111111111110101111111111
+3,55,1,96,0111110111111111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,55,2,91,1111110111111111111111111111111111111111111101111011111111111111011011100111111111111110111111011111
+3,55,3,92,0111110111111111011111111111111111110111111111111111111111111111011111110111111111111110110111111111
+3,55,4,91,0111100111111111111011111111111111111111111111111111111111111111111010110111111111111110111111011111
+3,55,5,93,0111110111111111111111111111111111110111111101111111111111111111011111110111111111111110111111111111
+3,55,6,93,0111110111111011111111111111111111111110111111111111111111111111111111110111111111111110111111111011
+3,55,7,94,0111110111101111111111111111111110111111111111111111111111111111011111110111111111111111111111111111
+3,55,8,91,0111100111111111111111111111111111111110111111011111111111111111111110110111111111111101111111101111
+3,55,9,95,0111110111111111111111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,55,10,91,0111110111111011111111111111111111110111111101111111111111111110011111010111111111111111111111111111
+3,55,11,93,0111110111111111111111111011111011111111111111111111111111111111011111110111111111110111111111111111
+3,55,12,91,0111110111101001111111111111111111111111111111011111111111111111011111110111111111111101111111111111
+3,55,13,94,0111110111111111111111111111111110111110111111111111111111111111111111110111111111111111111111101111
+3,55,14,96,0111110111101111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,55,15,89,0111110111111001111111111111111111111111111111111110111111111111111010100111111111111100111111111111
+3,55,16,94,0111110111111111111111111111111111111110111111111111111111111111011111110111111111111101111111111111
+3,55,17,93,0111110111111111111111111111111111111111111111011111111111111111011111010111111111111111111111101111
+3,55,18,94,0111110111111111111111111101111011111111111111111111111111111111111111110111111111111111111111011111
+3,56,0,91,0111110110111111111111111111111111110111111101111111111111111111011111100111111111111110111111111111
+3,56,1,96,0111110111111111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,56,2,93,0111110111111111111111111111111111110111111101111111111111111111111111110111111111111110111111101111
+3,56,3,95,0111110111101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,56,4,92,0111110111111111111111111101111010111111111111111111111111111111111111110111111011111111111111011111
+3,56,5,95,0111110111101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,56,6,94,0111110111111110111111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,56,7,91,0111110111111111111111111111111111111111111111111011110111111111011011110111111111111100111111111111
+3,56,8,94,0111110111111111111111111111111011111111111111111111111111111111011111111111111111110111111111011111
+3,56,9,91,0111110111111111111111111001011011111011111111111111111111111111111111110111111111111111111011111111
+3,56,10,94,1111110111111111111111111101111011111111111111111111111111111111111111110111111111111111011111111011
+3,56,11,92,0111110111111011011110111111111111111110111111111111111111111111111111111111111111111110111111011111
+3,56,12,93,0111110111101111111111111111111111111111101111111111111111111111011111110111111111111111111111111101
+3,56,13,96,0111110111111111111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,56,14,93,0111110111101111111111111111111111111111111111111111111111111111011011110111111111111110111111111111
+3,56,15,96,0111110111111111111111111111111111111111111111111011111111111111111111110111111111111111111111111111
+3,56,16,93,0111100111101111111111111111111110111111111111111111111111111111011111110111111111111111111111111111
+3,56,17,92,0111110111111111111111111011111011111111011111111111111111111111011111110111111111110111111111111111
+3,56,18,93,0111110111111111111101111111111111111111111101111111111111111110011111110111111111111111111111111111
+3,57,0,94,0111110111111111111111111111111111111111111111111011111111111111011111110111110111111111111111111111
+3,57,1,93,0111110111101111111111011111111111111111111111111111111101111111111111110111111111101111111111111111
+3,57,2,95,0111100111111111111111111111111110111111111111111111111111111111111111110111111111111111111111111111
+3,57,3,93,0111110111101101111111111111111111111111101111111111111111111111011111110111111111111111111111111111
+3,57,4,95,1011110111111111111111111101111111111111011111111111111111111111111111110111111111111111111111111111
+3,57,5,92,0111110111101111111111111111111011111111111111111111111111111111111111010111111111111111011111111011
+3,57,6,94,0111110101111011111111111111111111111111111111111111111111111111111111110111111111111111111111111011
+3,57,7,94,0111110111101111111111111111111111111111111111111111111111111111011111010111111111111111111111111111
+3,57,8,94,0111110111111111111111111111111111111111011101111111111111111111011111110111111111111111111111111111
+3,57,9,92,0111110111101111111101111111111111111111110111111111111111111110011111110111111111111111111111111111
+3,57,10,94,0111110111101111111111111111111111111111111111111111111111111111011111110111111111111110111111111111
+3,57,11,94,0111110111101111111111111111111111111111111111111111111111111111011011110111111111111111111111111111
+3,57,12,93,0111110110111011111111111111111111111111111101111111111111111111111111111111111111111110111111011111
+3,57,13,89,0111110111111111011110111111111111110110111111111111111111111111011111000111111111111110111111111111
+3,57,14,90,0111110111111111110111111111111111110111111001111111111111111111011111100111111111111110111111111111
+3,57,15,87,0111110110111111111111111001111011111111011011111111111111111111011111010111111111110101111111111111
+3,57,16,94,0110110111101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,57,17,93,0111100111101111111111111111111110111111111111111111111111111111011111110111111111111111111111111111
+3,57,18,92,0111110111011111111111111111111011111111111011111111111111111111011111111111111111111111111111011011
+3,58,0,93,0111100111111111111111111111111111111111111111111111111111111111011111100111111111111111111111111101
+3,58,1,92,0111110111101101111111111111111110111111101111111111111111111111111111110111111111111111111111111101
+3,58,2,92,0111110111111011110111111111111111111111111101111111111111111111011111111111111111111110111111011111
+3,58,3,90,0111110110111111111111111111111111110111111001111111111111111111011111100111111111111110111111111111
+3,58,4,92,0111110111111011111111111111111111111111111111111011111111111111011111110111100111111111111111111111
+3,58,5,93,0111110110111111111111111111111111111111111101111111111111111111111111111111110111111110111111011111
+3,58,6,93,0111110111101111011111111111111111111111111110111111111111111111111111010111111111111111111111111111
+3,58,7,94,1011110111111111111111111101111111111111011111111111111111111111011111110111111111111111111111111111
+3,58,8,93,0111110111111111111111111111111101111111011101111111111111111111011111110111111111111111111111111111
+3,58,9,94,0111110111101111111111111111111111111111111111111111111111111111011111110111111111111111110111111111
+3,58,10,95,0111110111111111111111111111111101111111111101111111111111111111111111110111111111111111111111111111
+3,58,11,91,0111110101111011111111111111111111111111011111111111111111111111011111110111111111111101111111111011
+3,58,12,89,0110110111101111110111111111111111111111111001111111111111111111011111100111111111111110111111111111
+3,58,13,92,0111100111111111111111111111110110110111111111111111111111111111011111110111111111111111111111111111
+3,58,14,94,0110110111101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,58,15,91,0110110111101110111111111111111111111111111111111111111111111111011011110111111111011111111111111111
+3,58,16,92,0111110110101111111111111111111110101111111111111111111111011111111111110111111111111111111111111111
+3,58,17,91,0111100111111111011111111111111101111111111111111111111111111111011111110111111101111110111111111111
+3,58,18,94,0111100111101111111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,59,0,90,0111100111111111011111111111111101111111111111111111111111111111011111110111111000111111111111111111
+3,59,1,90,0111110111111111111111111111111101111111011101111111111111111111001111110111111111011110111111111111
+3,59,2,95,0111110111101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,59,3,92,0110110011101111111111111111111111111111111111111111111111111111011111110111111111111111110111111111
+3,59,4,93,1111110101111011111101111111111111111111011111111111111111111111011111110111111111111111111111111111
+3,59,5,89,0011110111111111111111111101111111111111011111101111111111111111011111100111111111111101111111111011
+3,59,6,90,0111110110101111111111111111111110101110111111111011111111011111111111110111111111111111111111111111
+3,59,7,93,0111110110111111111111111111111111111111111101111111111111111111111111111111110111111110111111011111
+3,59,8,92,0111110111101111111111111111111110101111111111111111111111011111111111110111111111111111110111111111
+3,59,9,94,0111110110101111111111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,59,10,94,0111110111101111111111111111111101111111111101111111111111111111111111110111111111111111111111111111
+3,59,11,93,0111110111111111011111111111111101111111111101111111111011111111111111110111111111111111111111111111
+3,59,12,92,0111100111111111111111111111111101011111111111111111111111111111011111110111111111111111111111111101
+3,59,13,90,0111100111111111011111111111111111111111111111111111101111111111011111100111111101111110111111111111
+3,59,14,91,0111110111111111111111111111111110111111111111111011111111111111011111110111100111111111111111110111
+3,59,15,94,0111110111111011101111111111111111111111111111111111111111111111011111110111111111111111111111111111
+3,59,16,95,0111100111111111111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,59,17,90,0110100111101111111111111111110110110111111111111111111111111111011111110111111111111111111111111111
+3,59,18,93,0111110111101111011111111111111111111111111110111111111111111111111111010111111111111111111111111111
+3,60,0,94,0111100111111111111111111111111101111111111111111111111111111111111111010111111111111111111111111111
+3,60,1,91,0111110111111111011111111011111111111111011101111111111001111111111111110111111111111111111111111111
+3,60,2,92,0111100111111111011111111111111101111111011111111111111111101111111111110111111111111111111111111111
+3,60,3,93,0111110111101111111111111111111111111111111101111111111011111111111111010111111111111111111111111111
+3,60,4,94,0111110101111011111101111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,60,5,90,1111110111101111111111111011111110101111011111111111111111011111011111110111111111111111110111111111
+3,60,6,89,0111110111101111111111111111111110101111111111111111111011011111011111110111101111111111111111110111
+3,60,7,93,0111110111111111111111111111111110111111111111111011111111111111111111110111110111111111110111111111
+3,60,8,92,0111110111101111111111111111111100111111111101111111111111111111111111110111111111111111111011111111
+3,60,9,91,0110100111101111111111111111110111110111111111111111111111111111011111110111111111111111111111111111
+3,60,10,89,0111110111101111111111111111111110101111111111111011111111011111011101110111111111111111110111111111
+3,60,11,93,0111110111111011101111111111111111111111111111111110111111111110111111110111111111111111111111111111
+3,60,12,93,0111110111101011111111111111111101111111111101111111111111111111111111110111111111111111111111111111
+3,60,13,95,0111110111111111111111111111111111111111111111111111111111111111001111110111111111111111111111111111
+3,60,14,94,0111110110101111111111111111111111111111111111111111111111111111111111110111111111111111011111111111
+3,60,15,93,0111110111111011101111111111111101111111111111111111111111111111011111110111111111111111111111111111
+3,60,16,94,1111110111111111111111111111111111111111111101111111111111111111011111110111110111111111111111011111
+3,60,17,95,0111110110101111111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,60,18,94,0111100110101111111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,61,0,96,0111110111111011111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,61,1,91,0111110101101111111101111111111111111111111101111111111011111111111111010111111111111111111111111111
+3,61,2,94,0111110111101111111111111111111101111111111111111111111111111111111111110111111111111111111011111111
+3,61,3,92,0111110111111110111111111111111110111111111101111111111111111111001111110111111111111111111111111111
+3,61,4,94,0111110110101111111111111111111111111111111101111111111111111111111111111111111111111111111011111111
+3,61,5,92,0111100111101111111111111111111111111111111111111111111011111111111111010111111111111110111111111111
+3,61,6,93,0111100111101111111111011111111111111111111111111111111111111111111111011111111111111110111111111111
+3,61,7,92,0111110110101111111111111111111111111111111101111111111011111111111111110111111111111111111111111011
+3,61,8,94,0111110111111011111111111111111111111111111111111110111111111110111111110111111111111111111111111111
+3,61,9,92,0111110111111011101111111111111111011111111111111110111111111110111111110111111111111111111111111111
+3,61,10,92,0111110111111111111101111111111101111111111111111111111111111111111111010111111101111111101111111111
+3,61,11,94,0111100101111011111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,61,12,95,0111100111111111111111111111111101111111111111111111111111111111111111110111111111111111111111111111
+3,61,13,90,0111110111101011111111101111111101111111111101111111111111111111111111010111111111111111111111111011
+3,61,14,94,0111110110111011101111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,61,15,92,0111110111101111111111111111111111111111111111111111111111111111001111110111111111101110111111111111
+3,61,16,92,0111100111111111011111111111111101111111111111111111111111101111110111110111111111111111111111111111
+3,61,17,93,1111110111111111111111111111111111111111011101111111111111111111011111110111110111111111111111011111
+3,61,18,93,0111100110111111111111111111111111111111111101111111111011111111111111111111111111111110111111111111
+3,62,0,95,0111100111111111111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,62,1,89,0111100111101111111111111111111101111110111111111110111011111111111111110111111111111110111111101111
+3,62,2,95,0111110111111011111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,62,3,94,0111110111111111111101111111111101111111111111111111111111111111111111111111111101111111101111111111
+3,62,4,94,0111110111111111111111111111111111111111111101111111111011111111111111110111111111111111111111111011
+3,62,5,90,0111100000100011111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,62,6,90,0110110110101111111111111111111111111111111101111111111111111111111111100111111111111111111011111011
+3,62,7,94,0111110111101111111111111111111101111111111111111111111011111111111111110111111111111111111111111111
+3,62,8,94,0111110111111011011111111111111111111111111111111111111101111111111111110111111111111111111111111111
+3,62,9,93,0111110110101111111111111011111111111111011111111111111111111111111111110111111111111111111111111111
+3,62,10,94,0111110111101011111111111111111101111111111111111111111111111111111111110111111111111111111111111111
+3,62,11,93,0111100101111111111111111111111111111111111111111111111111111111111111110011111111111111111011111111
+3,62,12,92,0111100101111011111111111111111111111111111111111111111111111111111111110111111101111111111011111111
+3,62,13,92,0101110110101111111111111011111111111111111101111111111011111111111111111111111111111111111111111111
+3,62,14,95,1111110111110011111111111111111111111111111111111111111111111111111111110111111111111111111111110111
+3,62,15,90,1111100111111111111111111111111101111111011101111111111111111111011111110111010111111111111111011111
+3,62,16,92,0111110111111011111111111111111111011111111111111110111111111110111111110101111111111111111111111111
+3,62,17,90,0111110111111110101111111111111110111111111101111111111111111111001111110111111111111111111111111011
+3,62,18,91,0110110110111011111111111111111111111111111101111110111111111110111111110111111111111111111111111111
+3,63,0,92,0111110111101011111111111111111101111111111111111110111111111111111111010111111111111111111111111111
+3,63,1,93,0111110111111011111111111111111111111111111111111111101111111111110111010111111111111111111111111111
+3,63,2,93,0111100111101111111111111111111111111111111111111111111111111111111111010101111111111111111111111111
+3,63,3,91,0111000111101111111111111111111111111101111111111111111111111111111111010111111111111011111111111111
+3,63,4,95,0111110101101111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+3,63,5,94,0111110111111011111111111111111111111111111111111111111111111111111111110111111101111111111011111111
+3,63,6,91,0111100011110111111111111111111111101111111110111111111111111101111111110111111111111111111111111111
+3,63,7,90,0111100100101011111111111101111111111111111111111111111111111111111111010111111111111111111111111111
+3,63,8,95,0111110111101111111111111111111111111111111101111111111111111111111111111111111111111111111011111111
+3,63,9,89,0110110110101111101111111111111111101111111111111111111111111111111111100111111111111111111011111011
+3,63,10,90,0111110111101110101111111111111110111111111101111111111111111111011111110111111111111111111111111011
+3,63,11,93,0111110110111111111111111011111111111111011111111111111111101111101111111111111111111111111111111111
+3,63,12,94,0111110101111111111111111111111111111111111111111111111111111111111111110111111101111111111011111111
+3,63,13,92,0111100111101011111111111111101111111111111111111111111111111111111111111111111111111111101011111111
+3,63,14,95,0111110111111111111111111111111111111111111111111111111111111111111111010111111111111111111011111111
+3,63,15,96,0111110111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,63,16,95,0111110111111011111111111111111111111111111111111111111111111111111111010111111111111111111111111111
+3,63,17,93,0111110111111001011111111111111111111111111111111111111101111111111111110111111111111111111111111111
+3,63,18,95,1111111111110011111111111111111111111111111111111111111111111011111111110111111111111111111111110111
+3,64,0,97,0111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+3,64,1,91,0111110100101111111111111011111111111111011111111111111111101111101111111111111111111111111111111111
+3,64,2,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,64,3,96,0111110111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,64,4,93,0111110111101111111111111111111111111111011111110111111111101111111111111111111111111011111111111111
+3,64,5,91,0111110100111111111111111010101111111111111111111111111111111111101111111111111111111111111011111111
+3,64,6,93,0111110101101111111111111111111111111111111111111111111111111111110111011111111111111111111011111111
+3,64,7,95,0111110111111011111111111111111111111111111111111111101111111111111111110111111111111111111111111111
+3,64,8,94,0111110111101001111111111111111111111111111111111111111101111111111111111111111111111111111111111111
+3,64,9,95,0111110111111011011111111111111111111111111111111111111111111111111111110111111111111111111111111111
+3,64,10,95,0111110111101010111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,64,11,95,0111110111101011111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+3,64,12,92,0111110101101101111111111111111111111111111111111111111111110111111111111111111111111111111011101111
+3,64,13,92,0111110101110111111111111111111111111111111111111111011111111111111111110111111101111111111011111111
+3,64,14,91,1111000111101111111111111111111111111101111111111111111111111101111111010111111111111011111111111111
+3,64,15,88,0111100011110111111111111111111110101111111010111111111111111111111001110111111111111111111111111111
+3,64,16,92,0111110101111011111101011111111111111111111111111111111111111111111111010111111111111111111111111111
+3,64,17,92,0111110111111111111111111111111111111011111111111111011111111111110111110111111111111111111011111110
+3,64,18,95,1111111111110011111111111111111111111111111111111111111111111011111111110111111111111111111111110111
+3,65,0,96,0111110111111111111111111101111111111111111111111111111111111111111111111111111111111111111011111111
+3,65,1,95,0111110111111011111111111111111111111111111111111111101111111111111111110111111111111111111111111111
+3,65,2,95,0111110111101011111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,65,3,94,0111110111101010111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+3,65,4,93,0110110111111101111111111111111111111111111111111111111111110111111111111111111111111111111011101111
+3,65,5,94,0011110101101111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+3,65,6,94,0111111111101010111111111111111001111111111111111111111111111111111111111111111111111111111111111111
+3,65,7,94,0101110111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+3,65,8,95,0111110111101011111111111110111111111111111111111111111111111111111111111111111111111111111111111111
+3,65,9,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,65,10,93,0111110111101000111111111111111111111111111111111111111101111111111111111111111111111111111111111111
+3,65,11,91,0111110111101011111111111111111111111111111101111111111111111111101111110111011111111111111111101111
+3,65,12,92,0111110111101111111111110111111111111111111111111111101111111111110111011111111111111111111011111111
+3,65,13,95,0111111101101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,65,14,92,0111110111101011111111111101111011111111111111111111111111111111111111111111011111111111111011111111
+3,65,15,97,0111110110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,65,16,91,0111110111111111111111111110111111111011111111111111011111111111110111110111111111111111111011111110
+3,65,17,96,0111110111111111111111111111111111111111111111111111110111111111111111111111111111111111111011111111
+3,65,18,93,0111110101101011111111111111111111111111111111111111011101111111111111111111111111111111111111111111
+3,66,0,95,0111110101111011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,66,1,96,0111111110101111111111111111111111011111111111111111111111111111111111111111111111111111111111111111
+3,66,2,93,0111110111101011111111111110011111111111111111111111111111111111111111111111111111111111110111111111
+3,66,3,92,0011110101101111111111111111111111111111111111111111111111111111111111011111111111111111101011111111
+3,66,4,95,0111110111001011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,66,5,93,0111110111111010111111111111111011111111111111111111101111111111111111110111111111111111111111111111
+3,66,6,92,0111110111101011111111011111111111111111111111111111110111111111111111111111111111111110111011111111
+3,66,7,95,0111110111111111111111111111111111111011111111111111111111111111111110111111111111111110111111111111
+3,66,8,94,0111110110111011111111111101111111111111111111111111111111111111111111111111011111111111111111111111
+3,66,9,94,0111110111101111111111111111111011111111111111111111111111111111111011111111111111111111111011111111
+3,66,10,94,0111110111101010111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+3,66,11,95,0111111101101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,66,12,93,0011110111101010111111111111111111111111111111111111111101111111111111111111111111111111111111111111
+3,66,13,90,0111010001101101111111111111111111111011111111111111111111111111111111111111111111111111110011111111
+3,66,14,94,0111110101101011111111111111111111111111111111111111111111111111111101111111111111111111111111111111
+3,66,15,92,0111010111101011111111111111111111111111111111111111011101111111111111111111111111111110111111111111
+3,66,16,91,0101110111101011111111111110111111111111111111111110111101111111111111111111111111111111111101111111
+3,66,17,95,0111110111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111110
+3,66,18,92,0111111111111110111111111111111100111111111111111111011111111111111111111111111111111111111001111101
+3,67,0,96,0111110111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,67,1,93,0111111101101011111111111111111011111111111111111111111111111111111011111111111111111111111011111111
+3,67,2,93,0111110111111011111111111111111011111111111111111111100111111111111111110111111111111111111111111111
+3,67,3,92,0111110111101010111111011111111111111111111111111111111111111111111111111111111111111110111011111111
+3,67,4,95,0111111110101111111111111111011111111111111111111111111111111111111111111111111111111111101111111111
+3,67,5,92,0111110111101011111111111110101111011111111111111111111111111111111111110111111111111111111111111111
+3,67,6,93,0111110101101011111111111111111101111111111111111111111111111111111111111111111111111011111111111111
+3,67,7,95,0111110110111111111111111111111111011111111111111111111111111111111111011111111111111111111111111111
+3,67,8,94,0111111101101111101111111111111101111111111111111111111111111111111111111111111111101111111111111111
+3,67,9,93,0111111110101011111111111111111111011111111011111111111111111111111111111111111111111111111111111101
+3,67,10,95,0111111101101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,67,11,95,0111111101101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,67,12,94,0111110111001011111111111111111111111111111111111111110111111111111111111111111111111111111111111111
+3,67,13,93,0111110111101011111111111111101111111111110111101111111111111111111111111111111111111111111111111111
+3,67,14,93,0111110111101011111111111111111111011111110111111111110111111111111111111111111111111111111111111111
+3,67,15,97,0111111110101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,67,16,93,0111110111101010111111111111111011111111111111111111111111111111111111111111111111111111111111111110
+3,67,17,94,0111110111111111111111111111111111111010111111111111111111111111111110111111111111111110111111111111
+3,67,18,94,0111110111101011111111111111111011111111111111111111111111111111111111111111111111111111111111111110
+3,68,0,96,0111110110111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+3,68,1,94,0111111111101011111111111111111111111111111011111111111111111111111011111111111111111111111111111101
+3,68,2,93,0111111101101011111111111111111101111111111111111111111111111111111011111111111111111111111011111111
+3,68,3,93,0111111101101011111111111111111011111111111111111111111111111111111111111111111111111111110011111111
+3,68,4,94,0111110111101111111111111111111111111111111111111111111111111111111011111111111111111111111011111110
+3,68,5,94,0111110111101010111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+3,68,6,95,0111111110101011111111111111111111111111111011111111111111111111111111111111111111111111111111111111
+3,68,7,91,0111111101101111101111111111111101011111111111111111111111011111111111111111111111101111111111111101
+3,68,8,96,0111111110111111111111111111111111111011111111111111111111111111111111111111111111111110111111111111
+3,68,9,94,0111110111101111111011111111111111111110111111111111111111111111111110111111111111111111111111111111
+3,68,10,94,0111110111001011111111111111111111111111111111111111110111111111111111111111111111111111111111111111
+3,68,11,93,0111110111101011111111111111101111111111110111101111111111111111111111111111111111111111111111111111
+3,68,12,95,0111111111101011111111111111111101111111111111111111111111111111111110111111111111111111111111111111
+3,68,13,95,0111110101101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,68,14,94,0011111110101111111111111111111111111111111111111111111111111111011111111111111111111111101111111111
+3,68,15,96,0111111110101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+3,68,16,94,0110111110101111111111101111111111111111111111111111111111111111111110111111111111111111111111111111
+3,68,17,92,0111110111111111111111111111011111111010111111111111111111111111111111111110111111111110101111111111
+3,68,18,93,0111011101101011111111111111111101111111111111111111011111111111111111111111111111111111111111111111
+3,69,0,95,0111111110101011111111111111111111111111111011111111111111111111111111111111111111111111111111111111
+3,69,1,95,0111111110101011111111111111111111111111111011111111111111111111111111111111111111111111111111111111
+3,69,2,94,0111011101101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,69,3,94,0111111110101011111111111111111111111111111011111111011111111111111111111111111111111111111111111111
+3,69,4,93,0111011111101011111111111111111101111111111111111111111111111111111110111111111111111111111111111110
+3,69,5,95,0111111111101011111111111111111101111111111111111111111111111111111110111111111111111111111111111111
+3,69,6,94,0111111110101011111111101111111111111111111011111111111111111111111111111111111111111111111111111111
+3,69,7,93,0110111111101111111111111111111111111111111111111111111111111111111010111111011111111111111111111101
+3,69,8,95,0111111110101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111
+3,69,9,94,0111110101101111111111101111111101111111111111111111111111111111111111111111111111111111111111111111
+3,69,10,92,0111110110001011111111111111011111111111111111111111110111111111111111111111111111111111111111111111
+3,69,11,95,0111111111101111111111111111111111111111111111111110111111111111111111111101111101111111111111111111
+3,69,12,96,0111110110111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+3,69,13,95,0111111110111111111111111111111111111011111111111111111111111111111111101111111111111110111111111111
+3,69,14,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,69,15,94,0111111110101011111111111111111111111111111011111111111111111111111110111111111111111111111111111111
+3,69,16,95,0111110110111111111111111111011111111111111111111111111111111111111111111111111111111111111011111111
+3,69,17,92,0111111110001111111111111111011111111110101111111111111111111111111111111111111111111110111111111111
+3,69,18,94,0111111110101111111111101111111011111111111111111111111111111111111111111111111111111011111111111111
+3,70,0,93,0111111111101111111111111111111111111111111011110110111111111111111111111101111101111111111111111111
+3,70,1,96,0111111110111111111111111111111111111111111111111111111111111111111111111111111111111110111011111111
+3,70,2,95,0111110110111111111111111111111111111111111111110111111111111111111111111111111111111111111011111111
+3,70,3,93,0111110110111111111111111111011111111111111111111111111111111111111110111111101111111111111011111111
+3,70,4,94,0111110110111101111111011111111111111111111111111111111111111111111111111110111111111111111111111111
+3,70,5,93,0111111110101011111111111111111111111111111011111011111111111111111111111111111111111111111011111111
+3,70,6,95,0111111111101111111111111111111111111111111111111110111111111111111110111101111111111111111111111111
+3,70,7,94,0101111111101011111111111111111101111111111111111111111111111111111111111111111101111111111111111111
+3,70,8,93,0111111110100011111111101111111111111111111011111111111111111111111111111111111111111111111111111111
+3,70,9,95,0101111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,70,10,95,0110111111101111111111111111111111111111111111111111111111111111111010111111111111111111111111111111
+3,70,11,94,0111111110101011111111111111011101111111111111111111111111111111111111111111111111111111111111111111
+3,70,12,95,0111111111101111111111111111111111111111111111111110111111111111111111111101111101111111111111111111
+3,70,13,95,0111110110111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111
+3,70,14,95,0111110111111111101111111111111111111111111111111111111111111111111111111111111111101111111011111111
+3,70,15,94,0111111110101011111111111111111101111111111111111111111111111111111111111111111111111111111111111011
+3,70,16,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,70,17,94,0111111110101011111111111111111111111111111011111111111111101111111111111111111111111111111111111111
+3,70,18,95,0111111110101011111111111111111111111111111011111111111111111111111111111111111111111111111111111111
+3,71,0,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,71,1,93,0011111111101111111101111111111111111111111111111110111111111111111111111101111101111111111111111111
+3,71,2,94,0111111110101011111111111111111111101111111011111111111111111111111111111111111111111111111111111111
+3,71,3,92,0111111110101010111111111111111111111111111011111111011111111111111110111111111111111111111111111111
+3,71,4,94,0111111110011111111101111111111111111111111111111111111111111111111110111111111111111111111011111111
+3,71,5,92,0110111011101111111111111111111111011111111111111111111111101111111011111111111111111110111111111111
+3,71,6,92,0111111110111111101111111111111111111011111011111111111111101111111111110111111011111111111111111111
+3,71,7,94,0111110111101011111111111111111111111111111111111111111111111111111111111111111111101111111011111111
+3,71,8,94,0111111110101111111111111111111111111111111011111110111111111111111111111111111101111111111111111111
+3,71,9,95,0111111111111111111111111111111111111111111111110111111111111111111111111101111111111110111011111111
+3,71,10,95,0111111110101011111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+3,71,11,94,0111111110101011111111111111111101111111111011111111111111111111111111111111111111111111111111111111
+3,71,12,93,0111111111101011111111111111111101111111111111111110111111111111111111111101111111111111111111011111
+3,71,13,95,0111111111101111111111111111111111111111111011110111111111111111111111111111111101111111111111111111
+3,71,14,91,0101111110101011111111111110011101111111111111111111111111111111111011111111111111111111111111111111
+3,71,15,96,0111111111101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,71,16,94,0101111110101011111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,71,17,93,0111110111111111111111111111011111111111111111111111111111111111111110111111101101111111111011111111
+3,71,18,94,0111111111101111111111111111111111111111111111111110111111111111111110111111111101111111111011111111
+3,72,0,94,0101111111101011111111111111011101111111111111111111111111111111111111111111111111111111111111111111
+3,72,1,94,0111111110101011111101111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,72,2,93,0101111110111011111111111111111101111111111111111111111111111111111110111111111111111111111111110111
+3,72,3,95,0111111111101011111111111111111101111111111111111111111111111110111111111111111111111111111111111111
+3,72,4,96,0111111111101101111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,72,5,91,0111111111101011111111111111111101111111111011110111011111111111101111111111111111111111111110111111
+3,72,6,94,0111111111111111111111111111111111111111111111110110111111111111111111111101111111111110111011111111
+3,72,7,94,0111111111111111111111111111111111111111111111110111111111111111110111111101111111111110111011111111
+3,72,8,95,0111110110101011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,72,9,93,0111111111100111111111111111111101111111111111111111111111111111111011111101111111111101111111111111
+3,72,10,94,0111111110101011111111111111111111111110111011111111111111111111111111111111111111111111111111111111
+3,72,11,92,0101111110101011111111111111111101101111111111111111111111111111111111110111111111111111111111111111
+3,72,12,95,0111110111101011111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,72,13,92,0111111110101110111111111111111111111111111011111110111111111111111111111111111111101111111011111111
+3,72,14,91,0111101110101111111111111111111101111011111111111111111111101111111111110111111011111111111111111111
+3,72,15,95,0111111111111011101111111111111111111111111011111111111111111111111111111101111111111111111111111111
+3,72,16,94,0111111110101011111111111111111011101111111111111111111111111111111111111111111111111111111111111111
+3,72,17,90,0111111111101011111111011111111101111111111011111110111111111111111111111101111111111111111101011111
+3,72,18,93,0111110111101011111111111111111111111111111111111110111111111111111111101111111111111111111011111111
+3,73,0,96,0111111111111011111111111111111111111111111111111111111111111111111101111101111111111111111111111111
+3,73,1,91,0111111110101011101111111111111011101101111011111111111111111111111111111111111111111111111111111111
+3,73,2,93,0111110110101011111111111101111111111110111111111111111111111111111111111111111111111111111111111111
+3,73,3,94,0111111110101011111111111111111111111111111011011111111111111111111111111111111111111111111111111111
+3,73,4,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,73,5,93,0111110111101000111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,73,6,94,0111111110101011111111111111111011101111111111111111111111111111111111111111111111111111111111111111
+3,73,7,93,0101111110111011111111111111111101111111111111111111111111111111111110111111111111111111111111110111
+3,73,8,91,0111111110101110111111111111111111111001111111111111111111111111111011110111111111111111111111111110
+3,73,9,88,0111101110101111111111111111111101111111111011111110011111101111111111111111111011101111111011111111
+3,73,10,95,0111111111101101101111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,73,11,96,0111111111111011111111111111111111111111111011111111111111111111111111111101111111111111111111111111
+3,73,12,96,0101111111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,73,13,91,0111111110101011111111111111011101111110111011110111111111111111111111111111111111111111111111111111
+3,73,14,93,0111111111111111101111111111110111111111111011110111111111111111111111111101111111111111111111111110
+3,73,15,93,0111111111111011111111111111111111111111111111111110111111111111111111101101111111111110111011111111
+3,73,16,93,0111111110001101111111111111111111111111111111111111111111111111111111110111111101111111111111111111
+3,73,17,93,0101111111101011111111111101111101101111111111111111111111111111111111111111111111111111111111111111
+3,73,18,94,0111111111111111111111111111111111111111111111110110111111111111111111111101111111111110111011111111
+3,74,0,95,0101111111101011101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,74,1,96,0111111111101101111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,74,2,93,0111111110101011111111111111111111111111111011011111111111111111111111111111111101111111111111111111
+3,74,3,95,0111111111101101101111111111111111111111111110111111111111111111111111111111111111111111111111111111
+3,74,4,95,0111111110101011111111111111111111111111111111110111111111111111111111111111111111111111111111111111
+3,74,5,91,0111111110101011111111111111111011101111111011001111111111111111111111111111111111111111111111111111
+3,74,6,91,0111111001101111111111111111111111111111111111110110111111111111111111111111111111111110111011111011
+3,74,7,95,0101111111111011111111111111111111111111111111111111111111111111111111111101111111111111111011111111
+3,74,8,94,0111111111101010111111111111111111111111011111111111111111111111111111111111111101111111111111111111
+3,74,9,96,0101111111101111111111111111111111111111111111111111111111111111111111111111011111111111111111111111
+3,74,10,95,0101111111111111111111111111111111111111111111110111111111111111111111111111111111111110111011111111
+3,74,11,94,0111111111101011111111111111111111111111111111111110111111111111111111011101111111111111111111111111
+3,74,12,94,0111111111111011111111111111110111111110111111111111111111111111111101111111111111111101111111111111
+3,74,13,92,0111110110101011111111111101111111111111111111111111111111111111111011111101111111111111111111111111
+3,74,14,91,0111111111101101101110111111111111111111111011111111101111111111111111111101111101111111111111111111
+3,74,15,96,0111111111111011101111111111111111111111111111111111111111111111111111111111011111111111111111111111
+3,74,16,93,0111111110100011111111111111111111111111111111011111111111111111111111111111111101111111111111111111
+3,74,17,96,0111111111101111111111111111111111111111111011111111111111111111111111111111111101111111111111111111
+3,74,18,90,0101111110001101111111111111111111101111111111111111010111111111111111110111111111111111111111111111
+3,75,0,95,0111111111101111111111111111111111111111111011111111111111111111111101111111111101111111111111111111
+3,75,1,90,0111111110101011111111111111111011101111111011001111110111111111111111111111111111111111111111111111
+3,75,2,96,0111111111111011111111111111111111111110111111111111111111111111111111111111111111111101111111111111
+3,75,3,94,0011111111111011101111111111110111111111111111111111111111111111111101111111111111111111111111111111
+3,75,4,95,0101111111111101111111111111111111111111111111111111111111111111111101111111111111111111111011111111
+3,75,5,93,0111111111101111111111111110111111111111111111110111111111101111111111111111111101111110111111111111
+3,75,6,95,0111111111111011111111111111111111111110111111111111111111111111111111111111111111101111111111011111
+3,75,7,93,0111111111111011101111111111110111111111111111111111111111111111111101111111011111111101111111111111
+3,75,8,96,0111111111111011111111111111111111111111111101111111111111111111111111111111011111111111111111111111
+3,75,9,94,0111111111101101101111111111111111111111111111111111111111111111110111111111111101111111111111111111
+3,75,10,91,0101110111101101111101111111111111111111111111110111111111111111111111111111111111111110111011111111
+3,75,11,94,0111111111111110101111111111111111101111111111111111111110111111111111111111111101111111111111111111
+3,75,12,94,0101111111111111111111111111111111111111111111111111111111011111111111111101111101111111111011111111
+3,75,13,96,0111111111101001111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,75,14,94,0101111111101111111111111111111111111111111111111111111111111111111111111111011111111110111011111111
+3,75,15,95,1101111111101111111111111111111111111111111111110111111111111111111111101111111111111111111011111111
+3,75,16,93,0111111111111011111111111111110111111110111111111111111111111111111101111111111101111101111111111111
+3,75,17,95,0111111111101101111110111111111111111111101111111111111111111111111111111111111111111111111111111111
+3,75,18,94,0101111111111011111111111111111111111111111111110111111111111111111111111111111111111110111011111111
+3,76,0,94,0101111111111011111111111101111111111111111111110111111111111111111111111111111111111111111011111111
+3,76,1,95,0111111111101001111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,76,2,95,0101111111111101111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+3,76,3,92,0111101111101111111111111111111110111111111011111111111111111111111101111101111111101111111111111111
+3,76,4,94,0111111111101111111111111111111111111111111111111111111111111011111111111101111111111111111011111101
+3,76,5,96,0101111111111001111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,76,6,95,0101111111111101111111111111111111111111111111111111111111111111111111111111111111111110111011111111
+3,76,7,94,0101111111101111111111111111111111111111111111111111111111111111111101111111011111111111111011111111
+3,76,8,96,0011111111111111111111111111111111111111111111111111111111111111111101111111111111111101111111111111
+3,76,9,94,0111111111111011101111111111110111111110111111111111111111111111111111111111111011111111111111111111
+3,76,10,93,0111111111101101101111111111111111111111111111111111111111111111111111011111111101111111011111111111
+3,76,11,94,0111111111101111111111111111111111111111111011111111111111111111110101111111111101111111111111111111
+3,76,12,95,0111111111111011111111111111111111111111111101111111111111111111011111111111011111111111111111111111
+3,76,13,95,0101111111111111111111111111111111111111111111111111111111111111111111111101111111111011111011111111
+3,76,14,96,0111111111101011111111111111111111111111111111111111111111111111111111111111111011111111111111111111
+3,76,15,92,1101111111101101111111111111111111111111111111110111111101111111111111101111111111111111111011011111
+3,76,16,95,0101111111111011111111111111111111111111110111110111111111111111111111111111111111111111111111111111
+3,76,17,91,0111111111111011111111111111111111111110111111111111111111111111111111111111110111101110011011011111
+3,76,18,93,0111111111101011111111111111110111111111101111111111111111111111111111111111011111111101111111111111
+3,77,0,97,0111111111111011111111111111111111111111111111111111111111111111111111111111111011111111111111111111
+3,77,1,90,0101111111001001111111111111111111111111111111111111111111111110111111111111111001111111111111110111
+3,77,2,95,0101111111111101111111111111111111101111111111111111111111111111111111111110111111111111111111111111
+3,77,3,92,0111111111101011111111111111111111111111111110111111111111111111111111111111110011111111111011110111
+3,77,4,92,0111111101111011111111111111111111111111110101111111111111111111011111111110011111111111111111111111
+3,77,5,94,0101111111111011111111111111111111111111111101110111111111111111111111111101111111111111111111111111
+3,77,6,95,0111111111101001110111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,77,7,93,0111111111101011111111111111111111111111111111111111111111111111111111111111111011111110111011101111
+3,77,8,96,0111111111111001111111111111111111111111111111111111111111111111111111111111111011111111111111111111
+3,77,9,95,0101111111101111111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+3,77,10,91,0101111111101100111111111111111111111111111111111111111111111011111111111101111111111111111011111101
+3,77,11,97,0101111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,77,12,95,0111111111101001111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,77,13,94,0101111111111101111111111111111111111111111111111111111111111111111111111110111111111110111011111111
+3,77,14,93,0101111111101111111111111111111111111111111111111111111111111111111101111111011011111111111011111111
+3,77,15,93,0111111111111011101111111011110111111110111111111111111111111111111111111111111110111111111111111111
+3,77,16,91,0101111111101111111111111111111111111110111110111111111111111111111111111111001111111101111011111111
+3,77,17,93,0101111111111101111111111111111111111111111111111111111111111111111101111111111111111110110011111111
+3,77,18,93,0101111111101001111111111111111111111111111111111111111111111101111111111111111101111111111111111111
+3,78,0,93,0111111111111001111111110111111111111111111111111111111111111111101111111111111111111110111011111111
+3,78,1,92,0101111111111101111111111111111111111111111111111111111111111111111101111111111111111110100111011111
+3,78,2,92,0101101111111011111111111111111111111110011111111111111111111111111111101111111111111111111111110111
+3,78,3,92,0111111111111011101111111011110111111111111111111111111111111111111111111111101110111111111011111111
+3,78,4,91,0101111111101101111111111111111111111110111110111111111111111111111111111111101111111101111011111111
+3,78,5,93,0101111111111111111111111111111111111111111111111111111111111111111111111110111111110110111011011111
+3,78,6,95,0101111111111101111111111111111111111111111111111111111111111111111110111110111111111111111111111111
+3,78,7,92,0101111111111101111111111111111111101111111111111111111111111111111111111110111111111100111011111111
+3,78,8,96,0111111111111001111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+3,78,9,93,0111111111101001110111111111111111111111111111111111111111111111111111111111111111111110111111101111
+3,78,10,93,0101111111111101111111111111111111101111111111111111111111111111111111111110111011111111111011111111
+3,78,11,96,0111111111111001111111111111111111111111111111111111111111111111110111111111111111111111111111111111
+3,78,12,90,0101111111111101111111111111111011111111110101111111111111111111111111111101111111111110110011111111
+3,78,13,93,0101111111111011110111111111111111111111111111110111111111110111111101111111111111111111111111111111
+3,78,14,94,0101111111111011111111111111111111011111111111110111111111111111111111111110111111111111111111111111
+3,78,15,93,0111111111111001111111111111111111111111111101111111111111111111111111111101111111111110101111111111
+3,78,16,94,0101111111101111111111111111111111111111111111111111111111111111111111111111111101101111111011111111
+3,78,17,95,0101111111101111111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+3,78,18,95,0101111111111101111111111111111111111111111111111111111111111111111111111111111001111111111111111111
+3,79,0,96,0111111111111001111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+3,79,1,96,0111111111111001111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+3,79,2,94,0101111111111111101111111111111111111111111111111111111111111111111111111101111101111111111011111111
+3,79,3,90,0111111111101011111111111011110111111111111111111111111111111111111111111111101000111111111011111111
+3,79,4,94,0101111111111101111111111111111111111111111111111111111111111111111111111110111011111111110111111111
+3,79,5,90,0101011111111101111111111111111111101111111111111111111111111111111111111011111001101111111011111111
+3,79,6,91,0101111111101101111111111110111111111111111111111111111111111111111110111110111101101111111111111111
+3,79,7,95,0101111111110111111111111111111111111111111111111111111111111111111111111111111111110111111011111111
+3,79,8,95,0101111111111111111111111111111111111111111111111111111111111111111111111111111001111111111011111111
+3,79,9,94,0101111111101101111111111111111111011111111111111111111111111111111111111111111101111111111111111111
+3,79,10,95,0101111111111111110111111111111111111111111111111011111111110111111111111111111111111111111111111111
+3,79,11,88,0101111111111010111111111111111111111111111111110111111111111111111101011110111111110110111011011111
+3,79,12,94,0101111111111011111111101111111111111111111111011111111101111111111111111111111111111111111111111111
+3,79,13,93,0101111111111001111111111111111111011111111111110111111111111111111111111110111111111111111111111111
+3,79,14,94,0101111111111011111111111111111111111111111111111111111111100111111111111111111011111111111111111111
+3,79,15,92,0101111111111101110111111111111111111111111111110111111111111111111101011111111111111111111111101111
+3,79,16,91,0101111111101011101111111111011111111111111111111111111111111111111111111111111101101111111011111111
+3,79,17,94,0101111111111111111111011111111111011111111111110111111111111111111111111110111111111111111111111111
+3,79,18,95,0111111111111101111111111011111111111111111111111111111111111111110111111111111111111111111111111101
+3,80,0,95,0111111111111001111111101111111111111111111111111111111111111111110111111111111111111111111111111111
+3,80,1,92,0101111111111101111111111011111011111111111011111111111111111111111111111111111111111111111101111101
+3,80,2,93,0111111111111111111111001111011111011111111111110111111111111111111111111110111111111111111111111111
+3,80,3,96,0101111111111001111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,80,4,90,0101111111100011101111111111011111111111111111111111111111111111111111111111111101110111111011111111
+3,80,5,93,0101111111111110111111111111111111111111111111111111111111111111111111111111011011101111111011111111
+3,80,6,92,0101111111111001111111111101111111111011111111011101111111111111111111111111111111111111111111111111
+3,80,7,92,0101111111101111111111101111111111011111111111111111111101111111111111111111111101111111111111111110
+3,80,8,94,0101111011111011111111111111111101111111111111011111111111111111111111111111111111111111111111111111
+3,80,9,92,0101111111111111111111001111111111011111111111110110111101111111111111111111111111111111111111111111
+3,80,10,95,0111111111111001111111101111111111111111111111111111111111111111111111111110111111111111111111111111
+3,80,11,96,1101111111111111111111011111111111011111111111110111111111111111111111111111111111111111111111111111
+3,80,12,91,0001111111101101111111111111011111111111111111101111111111111111111111111111111101101111111111111111
+3,80,13,92,0101111111101011101111111111111111011111111111111111111111111111111111111111111101111111111011111111
+3,80,14,90,0101111111111001101101101111111111111111111111111111110111111111111111111111111101111111111011111111
+3,80,15,91,0111011111111101111111111111111111101111111111111011111111111111011111111011111011101111111111111111
+3,80,16,94,0101111111111011111111111111111111111111111111111111111111111111111111111111111001111111111011111111
+3,80,17,97,0111111111111101111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+3,80,18,96,0101111111111111111111111111111111111111111111111111111111111111111111111110111101111111111111111111
+3,81,0,95,0111111111111110111111101111111111111111111111111111111111111111110111111111011111111111111111111111
+3,81,1,93,0101111111111001111111111111111111111111111111111111111111111111111111111111111011101111111011111111
+3,81,2,94,0111111111111000111111111111111111111111111111111111111011111111111111111111111111111111111011111111
+3,81,3,95,0101111111111111111111101111111111111111111111111111111111111111111111111111111001111111111111111111
+3,81,4,92,0101111111101111111111101111111111011111111111110111111001111111111111111111111111111111111111111111
+3,81,5,91,0101111111111111111111001111111111011111111111111110111101111111111111111111111101111111111111111110
+3,81,6,94,0101111111111011111111111111111101111111111111111111111111111111111111101111111101111111111111111111
+3,81,7,95,0101111011111111111111111111111111111111111111011111111111111111111111111110111111111111111111111111
+3,81,8,93,0111101111111011111111001111111111111111111111110111111111111111110111111111111111111111111111111111
+3,81,9,94,0111111111111101111111101111011111011111111111111111111111111111111111111110111111111111111111111111
+3,81,10,93,0111111111111101111111101111111111011111111111111111111111111111111111111111111101011111111011111111
+3,81,11,94,0101111111101011101111111111111111111111111111111111011111111111111111111111111111111111111111111111
+3,81,12,92,0101111111111011111110111111111101011111111111111111111101111111111111111111111101111111111111111111
+3,81,13,94,0101111111101111111111101111111111111111111111011111111111111111111111111111111111111111111111111110
+3,81,14,92,0101111111101111111111111110011111011111111111101111111111111111111111111111111101111111111111111111
+3,81,15,92,1001111111110101111111011111111111111111111111110111111111111111111111111111111111101111111011111111
+3,81,16,94,0111111111111101111111101111111101111111101111111111111111111111110111111111111111111111111111111111
+3,81,17,92,0101111111111010111111111111111111111111111111111111111111111111111111111111011011101111111011111111
+3,81,18,88,0101111111111101111111001111011111011101111111110111111111111111111111111110111011111111111111111011
+3,82,0,93,0101111111100011101111111111111111111111111111111111011111111111111111111111111111111111111111111111
+3,82,1,94,0101111111111011111111111111111101111111111111111111111111111111111111101111111101111111111111111111
+3,82,2,96,0111111011111111111111111111111111111111111111011111111111111111111111111110111111111111111111111111
+3,82,3,93,0101111111111101111111101111011111011111111111111111111111111111111111111110111111111111111111111111
+3,82,4,93,0111111111101110111111101111111111111011111111111101111111111111111111111111011111111111111111111111
+3,82,5,91,0101111111111111111110101111111111111111111111011111111011111111110111111111111111101111111111111110
+3,82,6,94,0111111111111110111111101111111111111111111111111111111111011111110111111111011111111111111111111111
+3,82,7,93,0111111111111110111111101111111111111111111111111111101111111111110111111111011111111111101111111111
+3,82,8,93,1101111111101101111111101111111111111111101111111111111111111111110111111111111111111111111111111110
+3,82,9,93,0110101111110111111111101111111101111111111111011111111111111111111111111111111111111111111111111111
+3,82,10,96,0101111111111111111111111111111111111111111111111111111111111111110111111110111111111111111111111111
+3,82,11,89,0111101011111011111101001111111111111111111111010111111101111111111111111111111111111111011111111111
+3,82,12,94,0111111011111101111111101111111111111111111111111111111111111111110111111110111111111111111111111111
+3,82,13,94,0101111111111111111111111111111101111111101111011111111111111111110111111111111111111111111111111111
+3,82,14,94,0111111111111101111111101111111101111111101111111111111111111111110111111111111111111111111111111111
+3,82,15,93,0111111111111101111111101111111101111111101111111111111111111111110101111111111111111111111111111111
+3,82,16,94,0101111111111011111111101111111111111111111111111111111111111111111111101111111101111111111111111111
+3,82,17,91,0101111111111111111111011111111101011111111111111110111101111111111111111111111101111111111111111110
+3,82,18,94,0111111111111101111111111111111111111111111111111111111111111111110111111111011011111111111011111111
+3,83,0,92,0101111111110011111111111111111101111111111111011111111111111111110111111111110111111111111111111111
+3,83,1,93,0101111111101111101111111111111111111111101111111111011110111111111111111111111111111111111111111111
+3,83,2,89,0110100111111111111111101111111101111111111111011101101111111111111111111111111110111111111111011111
+3,83,3,93,0111111111100110111111101111111111111011111111111111111111111111111111111111011111111111111111111111
+3,83,4,93,0101111111101011101111111111111111111111111111111111011111111111111111111101111111111111111111111111
+3,83,5,92,0111110111110101111111111111111111111111111111111111111111111111110111111111011011111111111011111111
+3,83,6,92,0101111111111111111111111111111100111111011111011111111110111111110111111111111111111111111111111111
+3,83,7,94,0111111011111111111111111111111111111111101111011111111111111111111111111010111111111111111111111111
+3,83,8,93,0101111011111011111111101111111111111111111111011111111111111111111111111111111101111111111111111111
+3,83,9,95,0111111111111111111111111111111111111111111111111111111111111110111111101100111111111111111111111111
+3,83,10,93,0111111011111101111111101111111111111111111111011111111111111111110111111110111111111111111111111111
+3,83,11,96,0111111111111110111111111111111101111111101111111111111111111111111111111111111111111111111111111111
+3,83,12,93,0111110111111111111111111111111111111111111111011111111111111111100111111110110111111111111111111111
+3,83,13,96,0101111011111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111
+3,83,14,94,0111111111111011111111111111111101111111111111111111111111111111111111101111011101111111111111111111
+3,83,15,94,0101111111111110111111101111111111111111111111111111111111011111110111111111111111111111111111111111
+3,83,16,93,1101111111101101111111101111111111111111101111111111111111111111110111111111111111111111111111111110
+3,83,17,92,1101111111101101111111101111111111111111101111111111111111111111110111111111111110111111111111111110
+3,83,18,93,0111111111111011111111101111111111111111111111111111111111111111110111101110111101111111111111111111
+3,84,0,91,0101111111101110101111111111111101111111101111111111011111111111111101111111111111111111111111111111
+3,84,1,96,0111111111111111111111111111111101111111101111111111111110111111111111111111111111111111111111111111
+3,84,2,93,0101111011111111101111111111111111111111101111111111011111111111111111111110111111111111111111111111
+3,84,3,96,0101111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111111
+3,84,4,94,0101111111111110111111101111111111111111111111111111111111011111110111111111111111111111111111111111
+3,84,5,93,0111111111111011111111101111111111111111111111111111111111111111110111101110111101111111111111111111
+3,84,6,92,0101111011111011111111101111111111111111111111011111111111111111111111110111111101111111111111111111
+3,84,7,92,0101111011111011111111101111111111111111111111011101111111111111111111111111111101111111111111111111
+3,84,8,92,0111111011111101111111111111111111111111111111111111111111111111100111101100111111111111111111111111
+3,84,9,92,0111111111111111111111101111111111111110110111011111111111111110111111011110111111111111111111111111
+3,84,10,96,0111111111111110111111111111111101111111101111111111111111111111111111111111111111111111111111111111
+3,84,11,96,0111111111111110111111111111111101111111101111111111111111111111111111111111111111111111111111111111
+3,84,12,92,0101111111111111101111111111111111111111111111111111011110111110101111101111111111111111111111111111
+3,84,13,94,0110111111101111111111111111111111111111101111111111111111111111111111111100111111111111111111111111
+3,84,14,94,0111111111111111111111111111101101111111111111011111111111110111110111111111111111111111111111111111
+3,84,15,89,0111110111111010111111111011111111111111101111111111111111111111101111111110110110111111111111101111
+3,84,16,93,0111111111101011101111111111111111111111111111111111011111111111111111111101011111111111111111111111
+3,84,17,90,0101111111100110111111101111111111111001111111111111111011111111111111111111110111111111111111111111
+3,84,18,91,0101111111101010111111100111111111011111111111111111111111111111111111111111011111111111111111111111
+3,85,0,94,0111111111101111111111111111111100111111101111111111111110111111111111111111111111111111111111111111
+3,85,1,97,0101111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,85,2,93,0111111011111111111111111111101111111111111111111111111111111111110111101100111111111111111111111111
+3,85,3,92,0111111111111101111111011111111101111111111111011111111111110111100111111111111111111111111111111111
+3,85,4,91,0111111111100111111110111111111101111011111101111111011111111111111111111101111111111111111111111111
+3,85,5,95,0111111111111110101111111111111111110111101111111111111111111111111111111111111111111111111111111111
+3,85,6,97,0101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,85,7,92,0101111111111110111111101110111111111111111111111111111110011111110111111111111111111111111111111111
+3,85,8,91,0111111011101101111111111111111111111111111111111111111111111111100111101100111111111111111111111111
+3,85,9,96,0111111111111110111111111111111101111111101111111111111111111111111111111111111111111111111111111111
+3,85,10,91,0101111111100111101111111111111111111011111110111111011111111111111111111101111111111111111111111111
+3,85,11,93,0111111111111110111111101111111111111111111110111111111111011111110111111111011111111111111111111111
+3,85,12,96,0111111111111111111111111111111111111111101111111111011111111111111111111101111111111111111111111111
+3,85,13,93,0111111111100110101111111111111101111011111111111111111111111111111111111111111111111111111111111111
+3,85,14,92,0101110111111111101111111111111111011111111111111111011110111111101111111111111111111111111111111111
+3,85,15,93,0001111111101111111111111111111111111111111111111111111110111110111111101111111111111111111111111111
+3,85,16,96,0111111111111111111111111111111111111111111111011111111111111111111110111111111101111111111111111111
+3,85,17,91,0101111011111011111111101111111101111111101111111101111110111111111111111111111111111111111111111111
+3,85,18,95,0111111111111111111111111111101101111111111111111111111111110111110111111111111111111111111111111111
+3,86,0,91,0111111111011110101111111111111101110111101111111111111110111111111111111111111011111111111111111111
+3,86,1,95,0111011111101111111111111111111110111111101111111111111111111111111111111111111111111111111111111111
+3,86,2,94,0111111111111110110111111111111101111111111111111111111111110111111111111110111111111111111111111111
+3,86,3,92,0011111111111111111111111111001101111111101111111111111111111111110111111111111111111011111111111111
+3,86,4,95,0111111111111110101111111111111111110111101111111111111111111111111111111111111111111111111111111111
+3,86,5,96,0101111111111110101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,86,6,90,0101111111101111111111111101111100111111101111111101111110111111101111111111111111111111111111111111
+3,86,7,92,0111111011111011111111101111110101111111101111111111111110111111111111111111111111111111111111111111
+3,86,8,93,0111111011101111111111111111101111111111111111111111111111111111110111111101111111111111111111111110
+3,86,9,94,0101111111111111111111111111111111111111111111101111111111111111011111101110111111111111111111111111
+3,86,10,91,0111011111111110111111101111111101111111101111111111111111111111110111111111011111110111111111111111
+3,86,11,96,0111111111111110111111111111111111111111111110111111111111011111111111111111111111111111111111111111
+3,86,12,95,0111111111111111111111111111101101111111111111111111111111110111110111111111111111111111111111111111
+3,86,13,93,0101111111111110111111111111011111011111111111111111111111111011111111111110111111111111111111111111
+3,86,14,97,0111111111101111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+3,86,15,96,0101111111111111111111111111111111111111101111111111011111111111111111111111111111111111111111111111
+3,86,16,94,0111111111101111111111111111101101111111110111111111111111110111111111111111111111111111111111111111
+3,86,17,93,0111111111111111111111111111111100111111101111111011111110111111110111111111111111111111111111111111
+3,86,18,97,0101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,87,0,95,0111111111111111111111111111111101111111111111111111111111110111110111111101111111111111111111111111
+3,87,1,97,0111111111101111111111111111101111111111111111111111111111111111111111111111111111111111111111111111
+3,87,2,95,0101111111101111111111111111111101111111111111111111011111111111111111111111111111111111111111111111
+3,87,3,95,0111111111111111111111111111101111111111100111111111111111110111111111111111111111111111111111111111
+3,87,4,94,0111111111101110101111111111101111111111111111111111111111111111111111111111111111111111111111111110
+3,87,5,94,0101111011111111101111111111111111111111111111111111111111111111110111111101111111111111111111111111
+3,87,6,97,0101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,87,7,97,0111111111101111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+3,87,8,94,0111111111111110111111111111111111111111111110111111111111011111111111111101111111111111111011111111
+3,87,9,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,87,10,91,0111111011111111111111111111111101111111101110111111111110111111110111111111111111111111111011110111
+3,87,11,89,0111111111011011111111101111110100111111101111111011111110111111111110111111111111111111111111111111
+3,87,12,96,0101111111101111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+3,87,13,97,0111111111101111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+3,87,14,91,0101111111101111111111111111111100111111101111111101111111011111101111111111111111111111111111111111
+3,87,15,90,0101111111111111111111111101111111110111111111101111111110111111011111101110111111111111111111110111
+3,87,16,94,0111111111101111111111011111101101111111111111111111111111110111111111111111111111111111111111111111
+3,87,17,97,0111111111111111111111111111111111111111111111111111111111111111110111111101111111111111111111111111
+3,87,18,97,0111111111111111111111111111111111111111111111111111011111111111111111111111111111111110111111111111
+3,88,0,93,0101011111101111011111111111111101111111111111111111011111111111111111111111111111111111111111111111
+3,88,1,96,0101111111101111111111111111111111111111111111111111111101111111111111111111111111111111111111111111
+3,88,2,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,88,3,96,0111111111101111111111110111111111111111111111111111111111111111111111111111111111111111110111111111
+3,88,4,94,0111111111101111101111111111101111111111111111111111111111111111110111111111111111111111111111111110
+3,88,5,95,0111011111111110111111111111111111111111111111111111111111111111111111110101111111111111111111111111
+3,88,6,92,0111111111111111111111111111111111111111111111111111010111110111110111111101011111111110111111111111
+3,88,7,98,0111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,88,8,96,0111111111101111111111110111111111111011111111111111111111111111111111111111111111111111111111111111
+3,88,9,95,0101111111101111111111111111111101111111111111111111011111111111111111111111111111111111111111111111
+3,88,10,95,0111111111111111111111111111111101111111111111111011111111110111110111111111111111111111111111111111
+3,88,11,90,0111111111001111111111011111101101111111111111111111110111110111111111111001111111111111111111111111
+3,88,12,92,0111111101101111111111111111101101111111111011111111011111111111111111111111011111111111111111111111
+3,88,13,91,0101111111101111111111011111111101111111111111111111111111110011111111101111111111101111111111111111
+3,88,14,95,0111111111101111111111110101111110111111111111111111111111111111111111111111111111111111111111111111
+3,88,15,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,88,16,97,0101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,88,17,95,0101111111101111111111111111111111111111111111111111111111111111111111111101101111111111111111111111
+3,88,18,93,0111111111101111111111011111101101111111111111111110111111110111111111111111111111111111111111111111
+3,89,0,95,0111111111101111111111111111111111111111111011111111111111111111111111111111111111111111110110111111
+3,89,1,95,0101111111101111111111110111101111111111111111111111111111111111111111111111111111111111111111111111
+3,89,2,93,0101111111111111111111111111110101111111111011111111011111111111111111111101111111111111111111111111
+3,89,3,92,0111011111101110111111101111111111111011111111111111111111111111111111110111111111111011111111111111
+3,89,4,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,89,5,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+3,89,6,92,0111111111111111101111111011111101111111111111111111111101110111110111111111110111111111111111111111
+3,89,7,93,0111111111101111111111111111101111111111111111111011011111111111110111111111111111111111111111111110
+3,89,8,93,0101111111101111111111111111111111111111111111111111111011111111111111111101101111111111111111110111
+3,89,9,96,0111111111101111111111111111111111111111111111111111111111111111111111110111011111111111111111111111
+3,89,10,96,0111111111111110111111111111111111111111111111111111111111111111111111110101111111111111111111111111
+3,89,11,97,0111011111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,89,12,95,0101111111101111111111111111111111111111111111111111111111111111111111111101101111111111111111111111
+3,89,13,97,0101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,89,14,92,0101111101101111111111110111111111111111111111111111011111111011111111111111111111111111110111111111
+3,89,15,96,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111110
+3,89,16,97,0111111111101111111111111111111111111111111111111111111011111111111111111111111111111111111111111111
+3,89,17,97,0111111111111111111111111111111101111111111111111111111111111111111111111111101111111111111111111111
+3,89,18,96,0111111111101111111111110111111111111111111111111111111111111111111111111111111111111111111111111101
+3,90,0,96,0111111111111111111111111111111101111111111111111111111111111111111111110111101111111111111111111111
+3,90,1,97,0111111111101111111111111111111111111111111111111111111111111111111111111111011111111111111111111111
+3,90,2,95,0101111111111111111111111011111111111111111111111111111111111111111111110101111111111111111111111111
+3,90,3,96,0111111111101110111111111111111111111111111111101111111111111111111111111111111111111111111111111111
+3,90,4,96,0111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+3,90,5,95,0110111111111011111111110111111101111111111111111111111111111111111111111111111111111111111111111111
+3,90,6,94,0111111111101111111111111111111101111111111111111111111111111111101111111101101111111111111111111111
+3,90,7,95,0111111111111111111111111111111111110111111111111111111111111111111111110111011111111110111111111111
+3,90,8,97,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111111
+3,90,9,95,0111111111101111111111111111101111111111111111111111111011111111111111111111111111111111111111111110
+3,90,10,96,0111011111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,90,11,97,0111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111110
+3,90,12,97,0111111111101111111111111111111111111111111111111111111011111111111111111111111111111111111111111111
+3,90,13,97,0111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,90,14,96,0111111111101111111111111111111111111111111111111111111111110111111111111111111111111111111111111110
+3,90,15,92,0111011111111111111101111111111101111111111110111111111010111111111111111111111111111111111110111111
+3,90,16,94,0101111111111111111111011111111101111111111011111111111111111111111111111111111111111111111111111101
+3,90,17,95,0111111111101111111111111111110111111111111111111111011111111111111111111101111111111111111111111111
+3,90,18,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,91,0,95,0111011111101111111111111111110111111111111111111111111111111111111111111111111111111111111111111101
+3,91,1,96,0111111111101111111111111111111111111111111111110111111011111111111111111111111111111111111111111111
+3,91,2,95,0111111111101111111110111111111111101111111111111111111111111111111111111111111111111111111111011111
+3,91,3,94,0111111111101111111111111111110111111111111111111111011111111111111111111101011111111111111111111111
+3,91,4,97,0111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111110
+3,91,5,96,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111011
+3,91,6,96,0111111111101111111110111111111111111111111111111111111111111111111111111111111111111110111111111111
+3,91,7,96,0111011111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,91,8,96,0111111111101111111111111111111111111111111111111111111111110111111111111111111111111111111111111110
+3,91,9,96,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+3,91,10,96,0111111111101111111111111111111111111111111101111111111111111111110111111111111111111111111111111111
+3,91,11,93,0111101111101111111111111111111111111111110111111101111011111111111111111111111111111111111111111011
+3,91,12,94,0111111111101111111111111111111111111111111111111111111111111111011111111101111111111110111111111110
+3,91,13,96,0111111111111111111111111111110111111111111111111111011111111111110111111111111111111111111111111111
+3,91,14,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,91,15,96,0111011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+3,91,16,99,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,91,17,95,0111011111101111111111111111111101111111111111111111101111111111111111111111111111111111111111111111
+3,91,18,97,0111111111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,92,0,96,0111111111101111111111111111111111111111111111110111111011111111111111111111111111111111111111111111
+3,92,1,95,0111011111101111111110111111111111111111111111111111111011111111111111111111111111111111111111111111
+3,92,2,96,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111110111111111111
+3,92,3,96,0111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111011
+3,92,4,93,0111111111101111111111101111111111111111111111111111101111111111011111111111111111111111011111111110
+3,92,5,97,0111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+3,92,6,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,92,7,91,0111011111101111111110111111111110111110111111111111111111111111111111111111111111111110101111111101
+3,92,8,93,0111011111101111111111111111111101111111111111111111111111110111111111111111111111111111111111101110
+3,92,9,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,92,10,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,92,11,95,0111111111101111111111111111111101111111111111111101111111101111111111111111111111111111111111111111
+3,92,12,97,0111111111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,92,13,94,0111011111101111111110111111111111111111111111111111111111111111111111111111111101111011111111111111
+3,92,14,96,0111111111111111111111111111110111111111111111111111111111111111011111111111111111111111111111111110
+3,92,15,95,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111001
+3,92,16,95,0111111111101111111111111011110111111111111111111111111111111111111111111111111111111110111111111111
+3,92,17,94,0111111111101111111110111111111111111111111111111111011111111111111111111101011111111111111111111111
+3,92,18,95,0111011111101111111111111111111111111111111111111111111111111111111111111111111111111111101111110111
+3,93,0,94,0111111111101111111111111111111111111111011111111111111011111101011111111111111111111111111111111111
+3,93,1,95,0111111111101111111110111111111111111111111111110111111111111111111111111111111111111111111111111011
+3,93,2,96,0111111111101111111111111111111111111111011111111111111111111111111111111111111111111110111111111111
+3,93,3,96,0111111111101111111111111011110111111111111111111111111111111111111111111111111111111111111111111111
+3,93,4,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,93,5,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111110111111111
+3,93,6,96,0111111111101111111110111111111111111111111111111111111111111111111111111111111111111101111111111111
+3,93,7,96,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111101111111111011
+3,93,8,95,0111111111101111011011111111111111111111111111110111111111111111111111111111111111111111111111111111
+3,93,9,95,0111111111101111111111111111111111111111111111111111111011111111011111111111111111111110111111111111
+3,93,10,96,0111111111101111111111111111111101111111111111011111111111111111111111111111111111111111111111111111
+3,93,11,97,0111111111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,93,12,95,0101111111111111111111111011110111111111111111111111111111111111111111111111110111111111111111111111
+3,93,13,93,0111111111101111111111111111110111111111111111111111111111111110011111111111111111111110111111111110
+3,93,14,95,0111111111101111011111111111111101111111111111111111111111111111111111111101111111111111111111111111
+3,93,15,95,0111111111101111111111111111111111111111111111111101111111101111111111111111110111111111111111111111
+3,93,16,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,93,17,96,0111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+3,93,18,96,0111111111101111111111111111111111111111111111110111111011111111111111111111111111111111111111111111
+3,94,0,96,0111111111101111111110111111111111111111111111111111111111101111111111111111111111111111111111111111
+3,94,1,95,0111111111101111111111111111111111111111111111111101111111111111111111111111110111111101111111111111
+3,94,2,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,94,3,97,0111111111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,94,4,92,0111110111101111011111111111111101111111111111111011111111111111111011111101111111111111111111111111
+3,94,5,96,0111111111101111111111111111111111111111111111110111111111111111111111111111111111111111110111111111
+3,94,6,94,0111111111101111111111111111111111111111111111111111111111111111111111111111101111111101110111111011
+3,94,7,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,94,8,94,0111111111100111111111111111111101111111111111010111111111111111111111111111111111111111111111111111
+3,94,9,95,0111111111101111111110111111111111111111111111111111111111111111110111111111111111111111111111111011
+3,94,10,96,0111111111101111111111111111111111111111110111111111111111111111111111111111111110111111111111111111
+3,94,11,95,0111111111101111111111111110111111111111111111111111111111111111111111111111111111111101111111111011
+3,94,12,95,0111111101101111111111111111111011111111111111111111111111111111111111111111110111111111111111111111
+3,94,13,95,0111111111101111111111111111111111111111111111111101111111101111111111111111111111111111111111111101
+3,94,14,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111
+3,94,15,93,0111111111101111111101111111111111111111111011111111111111111111111111111111111111111011110111111011
+3,94,16,95,0111111111101111111111111111111111111111011111111110111111111111111111111111111111111110111111111111
+3,94,17,95,0111111111101111111111111111111111111111111111111111111111111111111111111101111101111111110111111111
+3,94,18,94,0111111111101111111111111111111111111111011111111111111011111111111111111111011111111110111111111111
+3,95,0,97,0111111111101111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+3,95,1,95,0111111111101111111111111111111111111111111111110111111111111111111111111101111111111111110111111111
+3,95,2,94,0111111101101111011111111111111011111111111111111111111111111111111111111111110111111111111111111111
+3,95,3,94,0111111101101111111111111111111011111111111111111111111111111111111111111111110111111111111111111110
+3,95,4,96,0111111111101111111111111111111111111111111111110111111111111111111111111111111111111111110111111111
+3,95,5,95,0111111111101111111110111111111111111111111111111111111111101111111111111111111111111111011111111111
+3,95,6,92,0111111011100111111111111111111111111111111111011111111011101111111111111111111111111111111111111101
+3,95,7,93,0111111111101111111111111111111101111111111111010001111111111111111111111111111111111111111111111111
+3,95,8,97,0111111111110111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,95,9,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111
+3,95,10,96,0111111111101111111111111111111111111111110111111111111111111111111111111111111110111111111111111111
+3,95,11,96,0111111111101111111111111111111111111111111111110111111111111111111111111111111111111111110111111111
+3,95,12,93,0111111111100111111111111111111101111111111111010111111111111111111111111111111111111101111111111111
+3,95,13,97,0111111111111111111111111111111111111111111111011111111111111111111111101111111111111111111111111111
+3,95,14,96,0111111111101111111111111111111101111111111111111111111111110111111111111111111111111111111111111111
+3,95,15,93,0111111101101111111111111111111011111111111111111111111111111111011111111101110111111111111111111111
+3,95,16,92,0111111111101011111111011111111111111111111111110111111110111111111111111111111110111111110111111111
+3,95,17,97,0111111111111111111111111111111111111111111111111110111111111111111111111111111111111011111111111111
+3,95,18,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,96,0,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111
+3,96,1,95,0111111111111111111111111111111111111111111111111111111110111111111110111111111111111101111011111111
+3,96,2,95,0111111111101111111111111111111111111111111111110111111111111111111111111111111111111011110111111111
+3,96,3,98,0111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,96,4,94,0111111111101111111111101110111111111111111111111111111111111111111111111111111111111101110111111111
+3,96,5,97,0111111111111111111111111111111111110111111111110111111111111111111111111111111111111111111111111111
+3,96,6,92,0111111111100111011111111111111111111111111111111111110111110111111111111111110111110111111111111111
+3,96,7,95,0111111101111111011111111111111011111111111111111111111111111111111111111111111111111011111111111111
+3,96,8,90,0111111111101111111111111111110101111111111111010001111111111111111111111111111111111111111101111101
+3,96,9,91,0111111011100111111111111111111111111111111110011111111011101111111111111111111111111011111111111111
+3,96,10,95,0111111111111111111111111111111111111111111111111110111101111111111111101111111111111011111111111111
+3,96,11,96,0111111111111111111111111111111111111111111111111110111111111111111111111011111111111011111111111111
+3,96,12,95,0111111111101111111111111111111110111111110111111111111111111111111111111111111110111111111111111111
+3,96,13,96,0111111111101111111111111111111111111111110111111111111111111111111111111111111110111111111111111111
+3,96,14,94,0111111111101111011111111111111111111111111111111111111111101111111111111111111111111011110111111111
+3,96,15,97,0111111111110111111111111111111111111111111111110111111111111111111111111111111111111111111111111111
+3,96,16,92,0111111111101111111111111111111111111111111111011001111011111111111111111111111111101011111111111111
+3,96,17,96,0111111111111111111111111111111101111111111111110110111111111111111111111111111111111111111111111111
+3,96,18,93,0111101111101111111111111110111101111111111111011111111111111111111111111011111111111111111111111111
+3,97,0,96,0111111111110111111111111111111111111111111111110111111111111111111111111111111111111111110111111111
+3,97,1,95,0111111111101111011111111111111111111111111111111111111111101111111111111111111111111011111111111111
+3,97,2,95,1111111111111110111111111111111111111111111111111110111101111111111111101111111111111101111111111111
+3,97,3,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,97,4,95,0011111111111111111111111111111111111111111111111111111111111111111111101111111111111101110111111111
+3,97,5,95,0111111111111111111111111111111111111111111111111110111101111110111111111111111111111011111111111111
+3,97,6,93,0111111111100111111111111111111111111111111101110111111111110111111111111111111110111111111111111111
+3,97,7,96,0111111111111111111111111111111110111111110111111111110111111111111111111111111111111111111111111111
+3,97,8,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,97,9,94,0111111110010111111111111111111110111111111111111111111111111111111111111111111110111111111111111111
+3,97,10,96,0111111111111111111111111111011111111111111111111111111111111111111111111011111111111011111111111111
+3,97,11,93,0111111111111111111111011111111111111111111111111110111110111111111110111111111111111101111011111111
+3,97,12,95,0111111111111111111111111111111101111111111111111110111111111111111111101111111111111011111111111111
+3,97,13,93,0111111111101111111111111111111111111111111111110111111101111111111111111111110111111011110111111111
+3,97,14,96,0111111101111111111111111111111111111111111111110111111111111111111111111111111111111011111111111111
+3,97,15,93,0111111111101111011111111111011011111111111111111111111111111111111111111111111111111011110111111111
+3,97,16,92,0111111111011111111111111111111111111111111111010111111111111101111111111111111111111001110111111111
+3,97,17,96,0111111111101111110111111111111111111111111111111111111111111111111111111101111111111111111111111111
+3,97,18,98,0111111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111
+3,98,0,93,0111111111111101011111111111010111111111111111111111111111111111111111111111111111111011110111111111
+3,98,1,96,0111111111101111111111111111111011111111111111111111111111111111111111111111111111111011111111111111
+3,98,2,97,0111111101111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111
+3,98,3,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,98,4,96,0111111111111111111111111111111111111111111111111111111101111110111111111111111111111011111111111111
+3,98,5,97,0111111111111111111111111111111111111111111111110110111111111111111111111111111111111111111111111111
+3,98,6,96,0111111101111111111111111111111111111111111111110111111111111111111111111111111111111011111111111111
+3,98,7,93,0101111111111111111111111111111111111111111111111110111101111110111111111111111111111011111111110111
+3,98,8,97,0111111111111111111111101111111111111111110111111111111111111111111111111111111111111111111111111111
+3,98,9,94,0111111101111111111111111111111110111111111111110111110111111111111111111111111111111011111111111111
+3,98,10,95,1111111111111110111111111111111111111111111111110110111111111111111111111111111111111101011111111111
+3,98,11,96,0111111111111111111111111111111111111111111111111111111101111111111101101111111111111111111111111111
+3,98,12,97,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,98,13,95,0111111111101111111111111111111101111111111111111110111111111111111111101111111111111111111111111111
+3,98,14,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,98,15,97,0111111111111111111111111111111111111111111111110111111111111111111111111111111111111011111111111111
+3,98,16,93,0011111111111111111111111111111111111111111111111111111111111111111111101111111111011001110111111111
+3,98,17,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111
+3,98,18,94,0111111110111111111111111111111111110110111111111111111111111111111110111111111110111111111111111111
+3,99,0,94,0101111111111111111111111111111111111111110111110111111111111111101111111111111111111011111111111111
+3,99,1,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,99,2,97,0111111111111111111111111111111111111111111111110110111111111111111111111111111111111111111111111111
+3,99,3,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,99,4,98,0111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+3,99,5,97,0111111111111111111111111111111111111111111111110111111111111111111111111111111111111011111111111111
+3,99,6,96,0111111111101111111111111111111111111111111111111110111111111111111111111111111111111011111111111111
+3,99,7,93,0101111111111111111111111111111111111111111111111111111101111110111111111111101111111011111111110111
+3,99,8,99,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,99,9,96,0111111111101111111111111111111111111111111111111111111111111111111111111111111111011011111111111111
+3,99,10,94,0111111101011111111111111111111011111111111111110111111111111110111111111111111111111111111111111111
+3,99,11,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,99,12,93,0101111101111111111111011111111110111111111111110111111111111111111111111111111111111011111111111111
+3,99,13,94,0111111101111111111111111111111111011111111111110111110111110111111111111111111111111111111111111111
+3,99,14,94,0111111111111111111111011111111111111111111111111111111101111111111111101111111111111011111111111101
+3,99,15,96,1111111111111111111111111111111111111111111111111111111101111110111101111011111111111111111111111111
+3,99,16,96,0111111111111111111111111111111111111111011111110111111111111111111111111111111111011111111111111111
+3,99,17,94,0111101101111111111011011111111111111111111111111111111111111111111111111111111111111011111111111111
+3,99,18,96,0111111111101111111111111111111110111111111111111111111111111111111111111111111111111011111111111111
+3,100,0,95,0111111111111111111111111111111111111111011111110111110111111111111111111111111111110111111111111111
+3,100,1,93,0101111111111111111111111111111111111111110111110111111111111111101111111111111111011011111111111111
+3,100,2,92,0111101111111111111111011111111111111111111111111111111101111110111101111011111111111111101111111111
+3,100,3,96,1111111101111111111011111111111111111111111111111111111111111111111111111111111111111011111011111111
+3,100,4,96,0111111111111111111111101111111111111111111111110111111111111111111111111111111111111111111101111111
+3,100,5,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111
+3,100,6,98,0111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,100,7,94,0111111111101111111111111111111111111111101111111011111111111111111111111111111111011011111111111111
+3,100,8,95,0101111101111111111111111111111111111111111111110111111111111111111111111111111111111011111111111111
+3,100,9,94,0111111111101111111111111111111111111111111111111110110111111111111111111111111111111011111111110111
+3,100,10,94,0111111111101111111111111111111111111111111111111110111111011111111111111111111111011011111111111111
+3,100,11,96,0111111111101111111111111111111111111111110111111111111111111111111111111111111111111011111111111111
+3,100,12,98,0111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,13,96,0111111111111111111111111111111111111111011111110111111111111111111111111111111111011111111111111111
+3,100,14,95,0111111111111111111101111111111111111111111111110111111111111111111111111111111111011011111111111111
+3,100,15,98,0111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,16,98,0111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111
+3,100,17,95,0111111111111111111111101111111111111111010111111111111111111111111110111111111111111111111111111111
+3,100,18,96,0111111110111111111111011111111111111111111111111111111111111111111111111111111111111011111111111111
+4,0,0,48,0001001110010110001011011101110100101100101010001011111101100000001111000111101100011100101000001000
+4,0,1,53,1010011101110110101111111001011110110111001100100100001010001001110110100011100000001000000111111101
+4,0,2,43,0100111101000101101110110000110100011010100000100111101001011010001000001000000110000100100101100111
+4,0,3,61,1010001110010111110110111001100111011110011100011101110110011000111111100000011011111011011011010110
+4,0,4,44,1100000011011001000001101011101011000001010011100001000101011101000111110000001001011001011010111000
+4,0,5,50,0000010010110011010110111100111000101100011100011001101101001001110011100100111011001111000010111000
+4,0,6,36,1001000000100001101101010011000001010010111001000110001101100001000111000010010001010000000101001001
+4,0,7,49,0101101011000000001001010100001110001001000111001111110101010001000111011101111011101100011011000101
+4,0,8,50,0100101100100001010000010001011101111010010111110100010011101111010101010101101110100010010110110010
+4,0,9,58,1110101100110100000010101110000011100101000101110101101100111111110110101111011000111011111111001001
+4,0,10,59,1100011001100011100100111001110111100100101110000111111111001011101110111010110110100011011111011000
+4,0,11,47,1110000000011001010111001101001100000110001111100010001100011011100010101000011111100100100101110110
+4,0,12,41,0010110100100010010000000011010010101100001111001001000100011111001011010001100010010011000011100011
+4,0,13,46,0111000100100111010011100000001011001011001011001010101000010011000101011110010011010100010001111110
+4,0,14,45,0010100101110000101110001110010001010010010111001110011100001001000010000001110011011111000100001111
+4,0,15,51,1000111100110000101101001100100100000100101111110011110100110101101101000001011111100111110000010101
+4,0,16,48,0001010010101010001110101110010000111010000010010111000111001111010110100111011101010011100110000100
+4,0,17,50,0101110110100011100100110110111000011000001010110110111000101011011110110010001011100000011000010111
+4,0,18,53,1100001000011101001110111001101100011000111011110000101111010011100110001101011001110111111000101000
+4,1,0,50,1110001100011001010111001101001100000110001111110010001100111111100100001000011111100100100101010110
+4,1,1,49,1000110000110000101101001100100100010100101111100011110100010001101011100001011111100111110000110101
+4,1,2,54,1000010011110001010110011100111000101101001110111001111101001001110101101100111001001011010011111000
+4,1,3,50,0100010100011110100100110001010101110110010101000001101011001101001011110110001111001111001100011100
+4,1,4,59,1100111110110000000010101110001011100100000110111101101100101111110110101101011000111011111111111001
+4,1,5,50,0010000000110111010110111100110000101101011101010001101101011001110011100110111011001111000010001000
+4,1,6,61,1100000101011100001110111001111100011001111011110000111111011111101111001101011001100011111100111100
+4,1,7,47,1100011000011101100100010001000101110110000111100001101011010001000100111110001101011111011001001000
+4,1,8,46,1000111100110000101101001010100100010010101110000010110100100101100010000001011111010111110000010111
+4,1,9,48,0010100101110000101110001100010001000100010111111111011100011001001101000001110011101111000100001101
+4,1,10,60,1010001110011101100110111001101100011010011111110000111111011001100111001101011011110111111001001010
+4,1,11,54,1100001000010111011110111001100111011100111000011101100110010010111110100000011001111011011010110100
+4,1,12,51,0000100100100011010000111100011001101110011101011001101111001101010011100100111111001111000010111000
+4,1,13,47,0100011000110001010110010001111100011000010110110100010001101011110101010101101010100010010110110010
+4,1,14,53,1101000001011100100101011000100101110111000111100001100111001101001101111100001101011011011101011100
+4,1,15,46,1100010111011001000000100011011011000001010011100011011001011101000111110010001001001001011010111000
+4,1,16,51,0101101011000001000000010100001110001001110111000111111111010001000111011101111011101110011010001100
+4,1,17,51,1100001000011101001111111001101100011000001011111000100101010011100110001101011001110101111001100001
+4,1,18,59,1010101110010011110110111000100111011110011110010101110100011000111111100000011011111011111001010110
+4,2,0,53,1110001110010000000110001101001100100100000111110100101100111111110100001000011100111011111101111101
+4,2,1,58,1100111100111001010011101110001111000110001110111111001100101111100110101100011011100101100111010010
+4,2,2,55,1000010011110000000110011101110001111110001110111001111001001001110111101100011111001011000011111100
+4,2,3,48,0100000100011111110100110000011100100101010101010001101101001101001001110110101001001111011100011000
+4,2,4,46,0101101001000001010100010000101010001101110111000111100110010001111100001101011011101010011010000100
+4,2,5,55,1100001000010111001010111101000111010000111000011101111111010010000111110000111001111111011010111100
+4,2,6,58,1011101111010001010010011100001111011101111110000100111111011001010111001101111011101110011000001100
+4,2,7,51,0100101010000011100100110000100110001010010111010111110100010000101111110000011011111011111011010110
+4,2,8,48,0000100100000011010110001101001000101110001111110001101100001101110001101100111111001111100000111000
+4,2,9,53,1110001100111001010001111100011101000110011101011010001111111111000110000000011111100100000111010110
+4,2,10,62,1100101110010111011010111001100111111100111100111101100100010111110110100000011001111011111111110100
+4,2,11,52,1100001010110000000110101110001011010100000010011101101110101010111110101101011000111011011010111001
+4,2,12,54,0100110100010010100110110001000111110110011100010001111011001001111011110110011111011011011000011100
+4,2,13,52,1010000110011111110100111000110101011110010111000101100100011100000111100000000011101111101101010110
+4,2,14,51,0100001000010101011100111000100110011100110100011101101111010010110111100000011001111010011110110100
+4,2,15,56,1101101011000011000010010101001111001001111011000111110110010011001110011101111011101111011010001100
+4,2,16,59,1000001000010111111110111001100111011100111100011101100100011010111111100000011011111011111101110100
+4,2,17,55,1110101110010011010110111000100111011110011010010101110110010000111110100000011001111011011010010110
+4,2,18,57,1010001101011100100100011001101100011010011111110000111111001101100111001101011011110011111001011010
+4,3,0,51,1101000101001011000010011100001101000111011101011110000111111011000110000000011111101100011011010110
+4,3,1,58,1110101010110001010011110101011111001000111011000011111110010111001110011101111011100111000110001100
+4,3,2,56,1100001000010110001010011101001101010000011000111101111100110011110111100000111101111111011010111101
+4,3,3,54,1110001110010001000110101101000110100100100111010100101111011110000100011000011000111011111101111111
+4,3,4,60,1010001101011100100101011000101100011010011111111000110111011101101111101101011011011011111001011010
+4,3,5,54,1101000010011101100110011001100101110111001111100001101111001001000101011100001101110111011101001100
+4,3,6,61,0100101110000111010110111101001001101110111111110101101100000101110000101100111111111111111100111000
+4,3,7,48,1000100100010011011010001001100110111100001100111001100100011111110111100000010001001011100011110100
+4,3,8,62,1100101000010111111110111001100111011100111100111101100100011110111111100000011011101011111101110100
+4,3,9,56,1000001110010111011010111001100111011100111100011101100100010011110110100000011001111001111111110100
+4,3,10,51,0100110100010001100010100101010101110110011100011001111011101001101011100110011111011010011000010100
+4,3,11,55,1110001100111100010101111000001111000110011101010010001111011111010110010000011111100101000111011110
+4,3,12,58,1010101111110000010010011100001111011101111110100100111111011001010111101100011011101110011000101100
+4,3,13,55,1001010001010001000110011101110101111110001110011001111001001001110111001101111111001011000011011100
+4,3,14,58,1100111100111001010011101110001111000110001110111111001100101111100110101100011011100101100111010010
+4,3,15,58,1100111100111001010011101110001111000110001110111111001100101111100110101100011011100101100111010010
+4,3,16,50,1110001100110000000010001101001101100100001110110001101100101111110110001100011001111001110101011100
+4,3,17,60,1100111110011001010111101110001110000110000111111110001100111111100100101000011110100111101111110011
+4,3,18,52,1110101110011011110100111000100101011110011010010100110110010001101110100000011001010011011000011110
+4,4,0,53,1100111110011001010111111010101110000110000110011100001110111101100100101000011110100011101001010010
+4,4,1,59,1110101110011011110100101100000101011110011011110110110100010011101110100000011001010111011110111111
+4,4,2,58,1100001000010110001010011101001111011100111000111101101100110011110111100000111101111011011110110101
+4,4,3,55,1000001110010111011010111001100101010000011100011101110100010011110110100000111001111101111011111100
+4,4,4,52,1000010001010001000011011111000101010110001110111111001001001111110111001001011111001011000011011100
+4,4,5,60,1101111100111001010110101100111111101110001110011001111100101001100110101100111011100101100111010010
+4,4,6,62,1100111110111011010010101110101111011110001110111111001100101111110110101100011011000101100110011010
+4,4,7,50,1110101100011001110111111000000101000110011010010100110110010001101110100000011011100011011001010110
+4,4,8,59,1010001101010001010110001111101110010010111111110101111011001100010111001101011001111001111011011010
+4,4,9,57,1100011100011101000011111000001111001110001110111011001100101111100110111100011011100111100111010010
+4,4,10,55,1110101010110111010111110101011111001000111001010101111110010110001110011000011011100011000110000100
+4,4,11,63,1100101000010001111010111001100111011000111110101011100100011111111111100101111011101111111100111100
+4,4,12,57,1000101001010110010110011001101111011100011100111001100110011110011111100000011011101011111111011000
+4,4,13,64,1110001100010101101110111001100110011010111111110101111101001100110111001101011011111011111001110110
+4,4,14,56,1110001110010011000110110101000110100100110111010100101110001110000101111000011000111111111101111110
+4,4,15,59,0100101110000101010110100101001001101110111111110101101101010101110000101100011111111011111100111001
+4,4,16,62,1100101110000011010111101110001001100110110111111110101100111111100000101100011111100111101111110011
+4,4,17,58,0100111110011101010110111101001110001110001111110101001100000101110100101000111110111111011100111000
+4,4,18,55,1100101100000100010100011101001001011110111111110100100110010101100000101100111111011111111100111000
+4,5,0,61,0100101110000011010110100111001001101110111111110111101101010101110000101100011111111111101100111001
+4,5,1,60,1100101110000101010111101100001001100110110111111100101100111111100000101100011111100011111111110011
+4,5,2,59,0000101111011111000110111101001110001110011111111101001100001101110100101000011110111111011001111000
+4,5,3,66,0110010110011101110111111000101100101010001111110001111101100101111111101101111011111011111100011011
+4,5,4,57,1110101100011001001111111001101110001110010100011100101111111100100101001100011111110011101001010010
+4,5,5,60,1100011110010101110110111010100110011010101111110101011100001101110110101001011010101011111001110110
+4,5,6,57,1010001111010001010010001111101100010000111110110101111011011100010111100101011001111001111011011010
+4,5,7,55,1000001100010101011110111001100111010010011101011101110100000011110010001000111001111101111011111100
+4,5,8,59,1001001101110011010110101111101111010110001110110101011100101100110111001101011001101001101011011010
+4,5,9,63,1110111110111001010010001110101110011010111111111111100011001111010110101100011011010101110110011010
+4,5,10,60,0101111110101101010110111101001110101110001111111101011100000101100100101000111110101101011100111010
+4,5,11,58,1100111100011001010110101100111111001110001110010001101100101001110110101100111011110111101111010000
+4,5,12,61,1100100110010011010011101110101101111110100100111110101100101111100000101100011111100111101111110011
+4,5,13,60,1100111110101011010110101110000011000110011111111111001100111111110110101100011011000101100110011010
+4,5,14,59,0100011111010001010110111101001110011110001111110101011100000101110100001101011011111111011010111010
+4,5,15,57,1010101100011100010110001111101110000010111111110101101011001100010111101000111100111001111101011000
+4,5,16,64,1000001011010001111011111000100101011000111110111011110100011111111111100101111011101111111000111110
+4,5,17,66,0110101100011111100110111001101110101010011111101001101101001101111111101101011011111011111101011001
+4,5,18,65,1100001100010101101110111001100111011010111111101101100101011100110111000101111011111111111101110110
+4,6,0,61,1100100110010011010011101110101101111110100100111110101100101111100000101100011111100111101111110011
+4,6,1,61,1100100110010011010011101110101101111110100100111110101100101111100000101100011111100111101111110011
+4,6,2,66,1111010111110011010111101111101111010100001110110001111100101101110111001101011011101001101111011011
+4,6,3,55,0000001100010101110110111000101100101010001111110101011101100100111111101101111000111011111000001010
+4,6,4,64,0011111110111001010110001101001110111110001111111101011110011101100100100000011111101101111111111010
+4,6,5,56,1100001111000101010010111111101100000000111110110101111011000100010111101111111001111001011000011010
+4,6,6,54,0000101111011101000110111101001110001110001111111101001100000101110100101000011110101111011000111000
+4,6,7,64,0101111110101111010110111101001110101110011111111001011000001101100100101000111110111101011101111110
+4,6,8,59,0100111100110001010110101100001101001110101110010001101101101101110100101100111011111111101111111000
+4,6,9,60,1100101110000011010110100111111011101110011111110111101100010001110010101100011111110111101100010001
+4,6,10,61,0110011110011001010110110100001100101010001111110011101101000101110101101101111111111011111100011011
+4,6,11,69,0100110110000111110111101111101011001110111111110101111101110101111010101110011011111111101100111001
+4,6,12,66,0110101000011011110010111001100110111010111111111011101101001111111111101101011011101011111000011101
+4,6,13,62,1110101100010101101110111001101110001000011110100001111100001101111111101101011011111011111101111000
+4,6,14,60,1100001000010001111010111001100110011000111110100001111101011111111111001101111011101010111000111110
+4,6,15,65,1110101100010101101110111001100111011010111111101111100100001100110111100101011011111111111101110100
+4,6,16,55,1000001101111011010110101011101111010110001110110101001100101100110111001100011000111011101001011000
+4,6,17,62,0001101111010111000110111101001110001110011111111101011100001101110100101001011111101101011011111010
+4,6,18,54,1100011100010001010110111110110110001110101110010001001100101001110110101000011010110011111111010010
+4,7,0,65,1111101100010101111110111111101110001000011110100001110100001101111111101101011011111011111101111000
+4,7,1,61,1110010111110011000111101001101111010100001110110001101100101101110111001101011011101001101111011011
+4,7,2,63,0101111111110111000110111101001110101110011111111001011000001101100100101001111110111100011011111010
+4,7,3,64,0001111110001111010110111101001110001111011111111101011000001101110110101000011111101101011101111110
+4,7,4,58,0000101110000101110110111001101100101110001111111101011101101100101101101001111100111001111001001010
+4,7,5,60,0101011100111111010110111100001110101010011111110001011000001101100110101100111010111111011100111100
+4,7,6,67,0100100110000111110011101110101111011110111111110111101101110101111010101110011111110101101100111001
+4,7,7,61,1100110110010011010111101111101001101110100100111100111100101111100000101100011011101111101101110011
+4,7,8,66,0101111110101101010110011111001110101110011111111101011100011101100100100001011110111101111101111110
+4,7,9,65,0011111110111011010110101101001110111110001111111001011010011101100100101000111111101101011111111010
+4,7,10,67,0100110110000111110010101111101011101110111111110101111101110101111010101100011011111111101100111001
+4,7,11,61,1100101110000011010111100111111011001111011111110111101100010001110010101110011111010111101100010001
+4,7,12,62,0110010110001001110111101101001000001110101111110011101101000101110111101100011011111111111100111011
+4,7,13,67,0100111110010110110110110110101111101010011111110101111101110100111000101111111111111011101100011001
+4,7,14,58,1100111100010101100010101000101111011010001111110001111100001101110110101101011011101111101001110100
+4,7,15,66,1110101110011101111110111001101110001000011110100101111100001101111111101101111010111011111101111000
+4,7,16,68,0100110110000111110111101111101011001100111111110101111101110101111010101110011011111111101100111001
+4,7,17,69,0100110110000111110111101111101011001110111111110101111101110101111010101110011011111111101100111001
+4,7,18,60,1001101110010111000110111101001111001110010111111110001100001111100100101001011110101101011011111010
+4,8,0,65,1001100110010111101110111001001110001100011111100110111110011001101111101001011111111111111001111010
+4,8,1,61,1110101110011101010110111001101111001010010110111101001100001111110100101101111010101001011111111000
+4,8,2,65,0100100110000111100011001110101111011110111111110111101101110101111010101110011111110101101100111001
+4,8,3,68,1100110110000111110111101110101011001110111111110101111101110101111010101110011011101111101100111001
+4,8,4,66,0100111110010110110110111110101111101010011111110101111101110100111000101100111111111011101100011001
+4,8,5,68,0100110110000111110010100111101011101110111111110101111101110101111010101111011011111111101100111001
+4,8,6,69,0100111110000111110111110110101111011010111111110101101101110100111000101110111111111111101100111001
+4,8,7,64,0100100110010110110010101110101111101110011111110111111101110101111010101111001111110001101100011001
+4,8,8,68,0100111110010111110111101110101111001110111111110101111101110100111000101110011111111011101100011001
+4,8,9,66,0100110110000110110110010111101011101010011111110101111101110100111010101111111011111111101100111001
+4,8,10,64,0000111110111011010111101101001011111110101111110001011100010101101100101100111111101101001110111011
+4,8,11,71,0111110110100111110110101111101110001110011111111101111011111101110010101010011011111111111101111000
+4,8,12,65,0110100100010111110011111110101110001110111110100111111101011101111010101100011011111111101100111000
+4,8,13,67,1101101110000101111110101111101111011000011111110001100100100101111111101111011111110001111101111001
+4,8,14,67,0100110110000111110110101111101011101110111111110101111101110101111010100100011011111111101100111001
+4,8,15,66,0100110110000111110011101111101011000110111111110100111101110101111010101110011011111111101100111001
+4,8,16,61,0100110110110111010110101010001111101110011111110011011000000101100110101100111010111111111100111100
+4,8,17,64,0101001100011111110011111100101110011010111111110101101101011101111010100110011111110101001100111001
+4,8,18,64,0110011110001101110111111111101000001010101111110011001101000100111101101100011011111111111100111011
+4,9,0,62,0100110110010011110110100100101111001110011111110101101101110101110010101110111011111011101100011001
+4,9,1,68,0100111110000110100111110110001111111010111111110101111101110100111000101111111111101111101100111001
+4,9,2,64,0101111110000101111110101111101011101000011111110001100100100101111110101111011011111001101101111001
+4,9,3,69,1100100110000111110110101111101111001110111111110101111101110101111011100100011111110111111100111001
+4,9,4,69,1101101100011111110011101100101111001010111111110111101101111101111010101110011111110101101100111001
+4,9,5,64,1100010110000111110111111110101010011110111111110101111101010101111010100110011011100111001100111001
+4,9,6,70,0100110110000111110110101111101011001110111111110101111101110101111010101111111011111111101100111001
+4,9,7,66,1100110110000111110011100110001011101110111111110101111101110101111010101110011011101111101100111001
+4,9,8,68,0100111110000111111011101111101011000110111111110100110101110101111011101111011011110111101100111001
+4,9,9,62,1101100110000101110110101110101111011000011111110001100100100101111110101110011111110001111101111001
+4,9,10,70,0100111110000111100111101110101111011010111111110111101101110101111010101110111110111111101100111001
+4,9,11,63,0100100110000111110011010110101111011110111111110101101101110100111000101110011111110101101100111001
+4,9,12,63,0110100100010111110011011110101110001110110110110111101101011101111010101100011011111111101100111000
+4,9,13,66,0100100110000111100011101110101111011110111111100111111101110101111010101110011111110101101100111001
+4,9,14,66,0100011110010111110011100110101111111010111111110101101101110100111000101111011111110111101100011001
+4,9,15,66,0100100110000110110110111110101111001110011111110111111101110101111010101110101111111001101100111001
+4,9,16,65,1100110110000111110111110110101011001010111111110101101101110100111010101110011011101111101010111001
+4,9,17,72,0100111110000111110111101110101111011110111111110101111101110101111000101110111111111111101100111001
+4,9,18,69,0000110110000111110110100111101111101110101111110111111111110101111110101001011011111111101100111010
+4,10,0,68,0101110110000111111111100111101011101010111111110101101100100101111110101111011011111001101101111001
+4,10,1,62,1100111110000101110010101110001011101100011111110001110101110101111010101110011011101111101100111001
+4,10,2,70,1100101100011111100111101110101111001010111111110111101101111101111010101110111111110101101100111001
+4,10,3,69,0101111110000111100011111100101111011010111111110111101101110101111010101110011110111111101100111001
+4,10,4,69,1100100110000111110110101111101011000110111111110101111101110101111011101100111011111111111100111001
+4,10,5,70,0100110110000111110110101111101111001110111111110101111101110101111010100111011111110111111100111001
+4,10,6,69,1100110110000111110111110110101111011010111111110101101101110110111010101111011011101111101010111001
+4,10,7,64,0100110110000110100111110110001011101010111011110101111101110100111000101110111111101111101100111101
+4,10,8,69,0100111110000110110111110110101111111010111111110101111101110100111000101110111111101111101100111001
+4,10,9,70,0100011110000111100111101110001111011110111111110101111101110101111000101111111111111111101100111001
+4,10,10,67,0100100110000110110110111110101111001110011111110111111101110101111010101110101111111001111100111001
+4,10,11,65,0100100110000110110110111110101110001110011111110111111101110101111010101110101111111001101100111001
+4,10,12,71,0100111110000111110110100111001111101110101111110111111111110101111110101101111011101111101100111001
+4,10,13,65,0000110110000100100111110110101111111010111111110101111101110100111000101011011111111111101100111010
+4,10,14,68,1101100100001111110111001101101111001010111111110111101111110101111010101000011111110111101100111011
+4,10,15,68,0000111110010111110010100110101111101110101111110111111101111101111110101111011011011101101100111000
+4,10,16,69,1100100110000111110110101111101111001110111111110101111101110101111011100100010111111111111100111001
+4,10,17,70,0100110110000111110110101111101011001110111111110111111101110101111010101111111011110111101100111001
+4,10,18,65,0100111110000111100111111110101110011010111111110101101101010101111010100110011110111111001100111001
+4,11,0,68,1100100110000111110110101111101111001110111111110101111101110101111011101100011010111011111100111001
+4,11,1,68,1100100110000111110110101111101011000110111111110101111101110101111011100101110111111111101100111001
+4,11,2,71,1100011100011111100111101110101111011010111111110101101101111101111000101110111111111111101100111001
+4,11,3,68,0100101110000111100111101110101111001110111111100011111101110101111010101111111111110101101100111001
+4,11,4,71,1100111110001111100111111110101110011010111111110111101101010101111010101110111110111111101100111001
+4,11,5,62,0100101100010111100111101110101111001010111111110101101001111101111010100110010111110101001100111001
+4,11,6,66,1100100100000111110111101111101011000110111111110101111101010100111011101100111011111111101100011011
+4,11,7,67,1101100110001111010110001101101111001010111111110111101111110101111010101000011111110111111100110011
+4,11,8,65,0100100100010111110111100111101011101010111111110101101100101101111110101100111011110101101101111001
+4,11,9,72,1101111110001111101111101110101111101010111111100111101101110101111010101111011111111001101100111001
+4,11,10,64,0101110110001110110111110110101011111010111111110101101100110100111100101110011011101001101100111001
+4,11,11,74,0100111110000111111111100111101111101010111111110101111101100101111010101111111111111111101101111001
+4,11,12,67,0100110110000111110010101111101111001110111111110101111101110101111010100110010111111111101100111001
+4,11,13,71,1101101110000111100111111100101111011010111111110111101101110101111011101100011110111111111100111001
+4,11,14,67,1100110110000111110111100111101011100010111111110101101100110101111111101100011010111111101101111001
+4,11,15,68,0101100110000111111110101111101011001110111111110101111101100101101010101111111011111001111100111001
+4,11,16,70,0100010110000111100110101111101111011110111111110101111101110101111010101111010111111111111100111001
+4,11,17,69,0100111110000111110111101110001111001110111111110101111101110101111000100111111111110111101100111001
+4,11,18,71,1101101100010111100011101110101111011010111111110111101101111101111010101110111111110111101100111001
+4,12,0,71,1101111110000111100111111100101110011010111111110111101101110101111011101100111110111111101100111001
+4,12,1,69,1100101110001111100111111110101101011010111111110111101101010101111010101110011110101111111100111001
+4,12,2,65,1100110110001111100110111100101110011010111111110011101111010101110010101010011110111111101100111001
+4,12,3,72,1101101110001111010111001111101111001110111111110111101101110101111010101100111111110111111100110011
+4,12,4,65,0100111100000111100111100111101010111010111111110111101100110101111010101100111011110101101101111001
+4,12,5,72,1100100110011111110111111110101111001010111111110101111101001101111110101110111110111111101100111001
+4,12,6,67,1101100110000111111110101111101011001110111111110101111101100101111010101110111010111001111100011001
+4,12,7,67,0100100110000111110110101110101111001110111111110101111101110101101011101101011011111011111100111001
+4,12,8,69,0101110110000111110010101111101111001110111111110101111101110101101010100111111011111111111000111001
+4,12,9,63,0100100110000011110110101111101011001110111111110101111101100101111010101110010111111001101100111001
+4,12,10,70,1100110110000111100111101111101111101110111111110111101101110101111011101100011110111011111000111001
+4,12,11,67,1101101110001111111110101110101111001010111111100100111101110101011010101111011011111001101100111001
+4,12,12,63,0101110110011110110011110110101011111010111111100101101100110100111000101110111011101001101100111001
+4,12,13,70,1101101100000111100111101110101111011010111111110111101101111101111110001110011111110111101100111001
+4,12,14,72,1101011100011111100111101110101111011010111111110101101101111101111000101111011111111111101100111001
+4,12,15,71,0100111110001111101111101110101111101010111111100111101101110101111110101110111111111001101100111001
+4,12,16,69,0101101110000111111111101110101111001110111111100111101101100101111010101111011111111001101100111001
+4,12,17,70,1101010110001111101110101111101011101010111111110101111101110101101010101111111011111001111100111001
+4,12,18,73,0100011110000111111111100111101111101010111111110101111101100101111011101111011011111111111101111001
+4,13,0,72,1101101110001111110110111111101110001010111111110111111101110101111010101100111110111111101100111001
+4,13,1,68,1100110110000111100111101100100111011110111111111101101101110101111011101100111110111011101100111001
+4,13,2,70,0101101110000111010111101110101111001110111111110111101101110101111010101110111111110011101100111011
+4,13,3,70,1101101110001111111111001111101111001110111111100111101101100101111010101101011110111101111100110001
+4,13,4,68,0100111100000111100111100111101011111010111111110111101100110101111010101101111011101101111101111001
+4,13,5,69,0100011110000111111111100111101110101010111111110101111101100101111011101110011011110111101101111001
+4,13,6,71,1101011110011111100111101110101111011010111111110101001101111101111010101110011111111111101100110001
+4,13,7,70,1101101100001111010111001111101111001110111111110111101101110101111000101101111111110111111100011001
+4,13,8,70,1101101110001111010111001111101111001110111111110111101101110101111010101100011110110111111100110011
+4,13,9,71,1100101110001111100111111110101101011010111111110111101101010101111010101110111111101111111100111001
+4,13,10,70,1100111110000111101111101100101111011010111111110111101101110101111011101100111110111111101100011001
+4,13,11,71,0101111110001111101111111010101110101010111111100111101101110101111110101110111111111001101100111001
+4,13,12,72,1100101110011111100111111110101111001010111111110111111101000101111110101110111110111111101100111001
+4,13,13,69,1101100100000111110111101110101111011010111111110101101101111101111110001110011111110111101100111001
+4,13,14,69,0101101110001111111111101110101111001010111111100101101101100101111010101111111111111001101100111001
+4,13,15,72,1100101110010111110111111110101111001110110111110111111101001101111110101110011110111111101100111001
+4,13,16,68,1101101110000011111110101111101011001110111111110111101101100101101010101111111011111001101100111001
+4,13,17,70,0101110110001111101111101110101111101010110111100101111101110101111010101111011111111001111100111001
+4,13,18,66,1101101110001111100110111110101110011010111111100110101101110101011011001110011111111001101100111001
+4,14,0,69,1101111110000111111111101100001101001010111111110100111101110101111110101101111010111111101100111001
+4,14,1,71,1101101110001111110110111111101110001010111111110111111101110101111010101100111110111111101100101001
+4,14,2,69,0101101110001111100110111111101110001010110111110101111101110101111010101100011111111111111100111001
+4,14,3,73,1101110110001111111111101111101111101010111111100111111101110101111010101111111110111001101100111000
+4,14,4,68,0101110110001111100111101110101111101010110111100101111101110101111010101110011111111001101100111011
+4,14,5,72,0101101110000111011111101110101111001110111111110111101101110101111010101111111111110011111100111001
+4,14,6,68,1101110110001111100111101110101101001010110111100101111101110101111010101111011111101011111100111001
+4,14,7,72,0100101110001111101111111110101111011010111111110111101101010101111010101110111111111101111100111001
+4,14,8,70,0100101110001111101111111110101111101010110111100101111101001101111110101111011111111001111100111001
+4,14,9,72,1101110110010111110111101110101111001110110111110111111101110101111010101110011110111111101100111001
+4,14,10,73,1101101110001111110111111110101111001010110101110101111101001101111110101111011111111111111100111001
+4,14,11,66,0100110110010111101111101110101111101110110111100111110001110101111010101110011110111001101100111001
+4,14,12,67,1101101110001111111110001111101111001010111111100111101101100101011010101100011110111111101100111001
+4,14,13,75,1101101110001111110111111111101110001110111111110111111101110101111010101101111110111101111100111001
+4,14,14,69,0101111110001111101111111010101111101010111111100101001101110101111010101110111111111001101100111001
+4,14,15,70,1101011110011111100111101110101110011010111011110011101101111101111110100110011111111111101100110001
+4,14,16,71,0101111110001111101111111011101110101010111111110111101101110001111100101100111111111101101100111001
+4,14,17,70,1101101100001111010111001110101111001110111111101111101101110101111010101111111111110011111100011001
+4,14,18,72,1100111110001111100111111110101101111010111111110101111001010101111010101111011111101111111100111001
+4,15,0,68,0101111110001111101111101010101111101010111111100101001101110101111010101110111111111001101100111001
+4,15,1,74,1101110110001111111110101111101111111010111111100111111101110101111010101111111110111011101100111000
+4,15,2,73,1101101110001111110111111111101110001010110101110101111101111101111110101111011110111101111100111001
+4,15,3,76,1101101111001111110111111110101111011110111111110111111101000101111010101101111101111111111100111001
+4,15,4,73,1101111100001111011111001111101111001010111111101111111101110101111010101111111111110011111100011001
+4,15,5,69,0101100110001111110111101110101111101110111111100111101101110101111010101111111110111001101100111000
+4,15,6,76,0101101110001111110111111111101111001010111111110111111101110101111010101111111111111101111100111001
+4,15,7,71,1100101110001111101111111110101110011110111111110111101101010101111010101100111110111101111100111001
+4,15,8,70,0100101110001111101111111110101110101010110111110111111101001001111100101111111111111001111100111001
+4,15,9,71,0101111110001111101111111011101111101010111111100101101101110101111110101100011111111101101100111001
+4,15,10,69,0100101110000101101111101100101101111010111111110111111001010101111010101111111111111011111100111001
+4,15,11,72,1001111110001111010111111110101111001110111111110101101101110101111010101111011111100111111100111001
+4,15,12,75,1101101110001111110111111111101110001000111111110111111101011101111010111101111110111111111100111001
+4,15,13,72,1101101110001111110111111110101111001110110101110101111101100101111110101111011111111101101100111001
+4,15,14,73,1101111110001111111111111011101110001010111101110111111101001001111110101110111111111101101100111001
+4,15,15,73,0101101110001111110111111110101111101010110111110101101101110101111110101101011111111111111100111001
+4,15,16,75,1101101110001111110111111111101110001110111111110111111101110101111010101101111110111101111100111001
+4,15,17,76,1101101110001111110111111111101110001110111111110111111101110111111010101101111110111101111100111001
+4,15,18,71,0101101110000111011111111110101110001110111111110111101101110101111010101110111111110111111100101001
+4,16,0,72,0101101110001111110111101111101111001010111111110101101101110101111010101111101111110111111100111001
+4,16,1,72,0101101110000111011111111110101110001110111111110111111101110101111010101110111111111101111100101001
+4,16,2,74,1101100110001111111110111111101111111010111111110111111101110101111010101111111100111011101100111000
+4,16,3,76,1101111111001111110111101110101111011110110111101111111101000101111010101101111111111111111100111001
+4,16,4,70,1101111100001111011111111011101111001010111101111111111101000001111010101110111111111001101100111001
+4,16,5,76,1101111110001111111111001111101110001010111111100111111101111101111110101111111111110111111100011001
+4,16,6,72,1101101110001111010111111110101111001110111111110111111101000101111010101101111101111111111100011001
+4,16,7,74,1001111111001111110111111110101111011110111111010101101101111101111010101111010111100111111100111001
+4,16,8,72,1101101110001111110111111110101110001000111111110111111101001001111010111101111110111111111100111001
+4,16,9,73,0100101110001111101111111111101110101011110111110111111101011101111100101111111111111001111100111000
+4,16,10,76,0101101110001111110111111110101111011010111111110111111101110101111010101111111101111111111100111001
+4,16,11,77,1101101111101111110111111111101111001110111111110111111101000101111010101101111111111101111100111001
+4,16,12,69,1101111100001111010110001111101111001010111111101111111101110101111010101111111111110011101100001001
+4,16,13,74,1101101110001101111111101111101111001010111111110111111101110101111010101101111110111011111100111001
+4,16,14,72,1101101110001111110111111110101111001110110101110101111101110101111110101111011110111101101100111001
+4,16,15,72,1101101110001111110111111111101110001010110100111101111101101101111110101101011111111101111100111001
+4,16,16,71,1101111110001111110111011111101111001110100101110111111101100101111110101111011111110101101100011001
+4,16,17,73,1101101100001111011111101110101111001010111111101101111101110101111010101111111111111011111100111001
+4,16,18,73,1101101110001111110111111111101110001010110101110101111101111101111010101111111110111101111100111001
+4,17,0,69,1101111101001111110110001111101111001010111111001111111101110101111010101111111111100011101100001001
+4,17,1,74,1001111110001111010111111110101111011110111111110101101101111101111010101111010111110111111100111001
+4,17,2,69,1101101110001111110111111110100110001010111111010111111101001001111010101101111110101111111100111001
+4,17,3,76,1001111111001111110111111110101111011100111111110101101101111101111010111111010111110111111100111001
+4,17,4,75,1101111101001111111111101110101111011110110111101101111101010101111010101101111111111011111100111001
+4,17,5,73,1101101110001110010111101110101111001010111111101111111101100101111010101111111111111111111100111001
+4,17,6,74,1101101110001111110111111110101111001010110101111101111101101101111010101101111111111111111100111001
+4,17,7,74,1101101110001111110111111111101110011010111110110111111101100101111110101111011101111101111100111001
+4,17,8,76,0101101110001111110111111110101111011010111111110111111101011101111010101101111111111111111100111001
+4,17,9,72,1101101110001111110111111110101110001000111111110111111101100001111010111111111100111111111100111001
+4,17,10,75,1101111111001111110111101010101111011110110111101111111101000101111010101101111111111111111100111001
+4,17,11,75,1101111111001111110111101110101111011110110111101111111101000101111010100101111111111111111100111001
+4,17,12,74,1101101111001111010111111111101111001110111111110111111101000101111010101101111011111111111100011001
+4,17,13,73,1101101110101111110111111110101111001110111111110111111101000101111010101101111101111101111100101001
+4,17,14,72,0101101110011111110111111111101111001010111101110101111101110101111110101111011110111101101100110001
+4,17,15,77,1101101110001111110111111110101111001110110111111111111101110101111110101111011111111101111100111001
+4,17,16,74,1101101110001101111111101111101111001010111111110111111101110101111000101111111110111011111100111001
+4,17,17,77,0101101110001111110111111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,17,18,77,1101101110001111110110111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,18,0,77,0101101110001111110111111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,18,1,76,0101101110001111100111111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,18,2,76,1101101110001111110111111110101111001110111111110111111101110101111110101111111100111101111100111001
+4,18,3,74,1101101110001111110111111110101110011000110111111111111101100001111010111111011111111111111100111001
+4,18,4,75,1001111111001111110111111110101111001100111111111101101111101101111010111111010111110011111100111001
+4,18,5,74,1101101110001110010111101110101111011010111111100111111101110101111010101111111111111111111100111001
+4,18,6,77,1101111111001111111111101110101111011110110111101111111101000101111010101101111111111111111100111001
+4,18,7,72,1101111101001111110111101010101111011110110111101101111101010101111010001101111111111011111100111001
+4,18,8,77,1001111111001110110111111110101111011100110111111111101101111101111010111111010111111111111100111001
+4,18,9,75,1101101110001111110111111110101111001110111111110101111101110101111110101111011111110101111100111001
+4,18,10,73,1101101011001111010111111110101111001110111110111111111101010101111010101111011011111101111100111001
+4,18,11,76,1101101110001111110111111111101111001110110111110111111101100101111110101101111111111101111100111001
+4,18,12,73,0101101110001111110111111111101111001010110111111101110111110101111010101101011111111101111100111001
+4,18,13,77,1101101110001111110111111110101111001010111101111111111101101101011110101111111111111111111100111001
+4,18,14,77,1101101110001111110111111110101111011010110111110111111101011101111010101101111111111111111100111101
+4,18,15,75,0101111111001111110111101110101111011110111111101111111101000101111010100101111111111111111100111001
+4,18,16,74,1101111111001111110111111110001111001000111111110101111101110101111010111111011101110111111100111001
+4,18,17,72,1001101110001111110111111110101110011100111111110111001101101001111010111111110110111111111100111001
+4,18,18,73,1101111101001111110111101110101110011010010111110111111101110101111010101101111111111011111100111001
+4,19,0,77,1001111111001110110111111110101111011100110111111111101101111101111010111111010111111111111100111001
+4,19,1,77,1001111111001110110111111110101111011100110111111111101101111101111010111111010111111111111100111001
+4,19,2,75,0101111111001111100111101110111011011110111111101111111101100101111010100101111111111111111100111001
+4,19,3,74,1101101110001111110111111111101111001110110111110111111101000101111110101101111111111101111000111001
+4,19,4,73,1101101110001111110111111110101110001010110111110101111001110101111010111111011111111111111100111001
+4,19,5,75,1101101110001111110111111110101111011100111111111111111101100001111110101111011111110101111100111001
+4,19,6,80,1101111111001111111111111110101111011110111111101111111101100101111010101101111111111111111100111001
+4,19,7,71,1101101110001111010111101110101111001110110111110101111101010101111110101111011111110101111100111001
+4,19,8,77,0101101110001111110111111110101111011110111111111111111101011101111010100101111111111111111100111001
+4,19,9,74,1101111111101111110111101110101111011010110111100111111101000101111010101101101111111111111100110101
+4,19,10,76,0101101110101111100111111111101111011010110111110111111001110101111110101101111111111111111100111001
+4,19,11,77,1101101110001111110111111110101111001010111111111111111101011101111010101111011111111101111100111101
+4,19,12,76,0101101110001111100111111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,19,13,75,0101101110001111100011111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,19,14,74,0101101110001011110111111111101111001010110111111111111101100101111110101101111111111101111100111001
+4,19,15,76,1101101110001111100111111111101111001110111111110111111101110101111100101111011111111101111100111001
+4,19,16,77,1101101110001110110111101110101111011010111111101111111101111101111010101101111111111111111100111101
+4,19,17,75,1101101110001111010111111110101111011010110111110111111101010101111010101111111111111111111100111001
+4,19,18,76,1001111110001110110101111110101111011110110111111111101111110101111010111111010111111111111100111001
+4,20,0,80,0101101110101111110111111110101111111110110111111111111101111101111010101101111111111111111100111001
+4,20,1,74,0101101110001111100111111111101111011010111111110111111001010101111110100101111111111111111100111001
+4,20,2,76,1101111110001110110111101110101111011110110111101111101101111101111010101101011111111111111100111101
+4,20,3,78,1001101111001110110111111110101111011000111111111111111101111101111010111111110111111111111100111001
+4,20,4,76,1101101110001111010111111110101111011010110111110111111101010101111010101111111111111111111100111011
+4,20,5,75,1101101110001111010111111110101111011010110111110111111101010101111010101111111111111111111100111001
+4,20,6,75,1001111110001110110001111110101111011110110111101111111101110101111010111111110111111111111100111001
+4,20,7,78,1101111111001111111110110110101111011110111111111111101111100101111010101101011111111111111100111001
+4,20,8,76,0101101110001111100111111111101111001010111111111111111101110101111110101111011111111101111100111001
+4,20,9,76,0101101111001111110111111111101111001000111111111101111101110101111110101111011111111101111100111001
+4,20,10,76,1101101110001111100111111110101111001110111111110111111101110101111110101111011111011101111100111101
+4,20,11,76,1101101110001111110111111111101111001010111111111111111101011101111010101111011111111101011100111001
+4,20,12,75,0101101111001110110101111111101111001010111111111111111101110101111010101111011111111101111100111001
+4,20,13,78,1001111110001111110111111110101111011100110111111111101111110101111110111111010111111111111100111001
+4,20,14,74,0101101110001111110111111110101110011010111111111111111101110101111010100101111111111101111100111001
+4,20,15,77,0101101110001011110111111111101111001110111111111111111101001101111110101101111111111111111100111001
+4,20,16,72,1001101110001110110111111110101111011100111111101111111101000001111110101111011111111101111100111001
+4,20,17,76,1101111111001111110111111110101111011100110111111111101101111001111010111111010111110111111100111000
+4,20,18,77,1101101111001111100111111111101111001010111111111111101101111101111110101111010111111101111100111001
+4,21,0,78,0101111111001111110111101111101111001100111111111101111101110101111110101111011111111111111100111001
+4,21,1,75,1101101110001110110111111111101111011010110111101111101101111101111010101101011111111101111100111101
+4,21,2,77,1101101111001111100111111110101111001010011111111111101111111101111110101111110111111101111100111001
+4,21,3,79,1001101111001110110111111111101111011000111111111111111101111101111011111111010111111111111100111001
+4,21,4,75,1101111111001111100111111111101110001010111111111111101111110101111010101101010111111101111100111001
+4,21,5,79,1101101111001111111110110110101111011110111111111111101101101101111110101111011111111111111100111001
+4,21,6,77,1101101110001111100111111110101111001100110111111111111111110101111110111111011111011101111100111101
+4,21,7,77,1001111111001101110111111110101111011110111111110111101101110101111110101111010111111111111100111001
+4,21,8,75,1101111111001111110111111110101111001100110111111111101101011001111010111111011111110101111100111001
+4,21,9,75,0101101111001111110111111111101111011000111111111101011101110101111110101111010111111111111100111000
+4,21,10,75,1101101110001111100111111110101111011110110111110111111101110101111110001101111111011111111100111001
+4,21,11,80,0101101010101111110111111110101111101110111111111111111101111101111010101111011111111111111100111101
+4,21,12,74,0000111110001110110111111111101111011000110111111111111101110101111110111110011111111101111100111001
+4,21,13,73,0101101111001111110111111100101111001100111111111101111101110101111010101110011111111101111100111001
+4,21,14,78,0101101111011111110111111110101111001000111111111101111101111101111010101111111111111111111100111001
+4,21,15,78,0101101110101111110111111110101111111110110111111111111101110101111110101101011111111101111100111001
+4,21,16,79,1001101111001110110111111110101111011001111111111111101111111101111110111111010111111111111100111001
+4,21,17,77,1001111110001111110111111110101111011100110111111111111101110101111010110111110111111111111100111001
+4,21,18,77,0101101110101111100111111110101111111110110111111111110101111100111010101101111111111111111100111001
+4,22,0,80,1101101110001111110111111111101111011010111111111111111101111101111110101111011111111101111100111001
+4,22,1,76,0001101111001110110111111111101111001000111111111111111101110101111011111111010111111111111100111001
+4,22,2,79,0101101011111111110111111110101111001110111111111101111101111101111010101111011111111111111100111001
+4,22,3,79,0101101110011111110111111110101111101010111111011110111101111101111010101111111111111111111100111101
+4,22,4,80,0001101111101111110111111110101111101110110111111111111101111101111010111111011111111101111100111101
+4,22,5,73,1101111010001111110111111110101111001100111111111111101101011001111010101111011111110111101100111001
+4,22,6,78,1001101111001110110111111111101111011000111111111111111101111101111010111111010111111111111100111001
+4,22,7,80,1001101111001110110111111110101111011001111111111111101111111101111111111111010111111111111100111001
+4,22,8,76,0101101110011111110111111111101111001010111111111011011101110101111110101111011111111101111100111001
+4,22,9,75,0101101111001111110111111111101111011000111110111101111101110101111110101111010111111111111100111000
+4,22,10,81,1001101111001111111111111110101111011101111111111111101111111101111110111011010111111111111100111001
+4,22,11,74,1001111111001100110111111110101111001010111111110111101101110101111110101111010111111111111100111001
+4,22,12,69,0101101111001111100111111111101110011010111111111101011101110101111010100101010111111101011100111000
+4,22,13,79,1101111111001111110111111111101111001000111111111111101111110101111110101111010111111111111100111001
+4,22,14,81,1001101110001110110111111111101111011011111111111111111111111101111110111111010111111111111100111001
+4,22,15,75,0101101111001111110111111110101111001000111111111111101101110101111110101111011111111101111100111001
+4,22,16,78,0001101111011110110111111111101111001000111111111111111101111101111010101111111111111111111100111001
+4,22,17,79,1101101111001111110111111110101111011000111111111101111101111101111011111111010111111111111100111001
+4,22,18,79,1101101111001111111110110110101111011110111111111111101101101101111110101111011111111111111100111001
+4,23,0,78,0101101110011111110111111110101111001010111111011111111101111101111010001111111111111111111100111101
+4,23,1,75,0101101110011111110111111111001111101010111111111010011101110101111110101111011111111101111100111001
+4,23,2,76,0101101111001111110111111111101111001000111110011111111101110101111110101111010111111111111100111101
+4,23,3,75,0101101110011111110111111110101111111010111111110100111101001101111010101111111111111111111100111000
+4,23,4,78,1001101111001110110111111111101111011001111111111110111101111101111010111111010111111111111100111001
+4,23,5,78,1001101110001110110111111111101111011010111111111111111111101101111010111111010111111111111100111001
+4,23,6,83,0001101111101111111110111110101111111110110111111111111101111101111110111111011111111111111100111101
+4,23,7,76,1101101111001111110111110110101111001110111111111111101101101101111010101111011111111101111100111001
+4,23,8,78,1101101111001111111110110110101111011100111111111111101101101101111110111111011011111111111100111001
+4,23,9,79,1001101111001111111111101110101111011111101111111111101111111101111110101011010111111111111100111001
+4,23,10,77,0101101011101010110111111110101111001110111111111101111111111101111110111111010111111011111100111001
+4,23,11,79,1001101111011111010111111110101111011001111111111111101101111101111011101111011111111111111100111001
+4,23,12,82,1110101111001110110111111111101111011001111111111111111111111101111011111111010111111111111100111001
+4,23,13,78,1001001110001111110111111110101111011011111111111101111101111101111110111111010111111111111100111001
+4,23,14,78,1101111111001111110111111111101111001000111111111101101111110101111110101111010111111111111100111001
+4,23,15,80,1101101111001111110111111110101111011000111111111111111101111101111011111111010111111111111100111001
+4,23,16,82,1001101111011110110111111111101111011001111111111111101111111101111110111111110111111111111100111001
+4,23,17,76,0001101111001110110111111110101111001000111111111111111101111101111011101111011111111111111100111001
+4,23,18,78,0101101011111111110111111110100111001110111111111101111101111101111010101111011111111111111100111001
+4,24,0,79,1001101111011111110111111110101111011000111111111111101101111101111111101111011111111111110100111001
+4,24,1,82,0001101111101111011110111110101111111111110111111111111101111101111010111111011111111111111100111101
+4,24,2,79,1110101111001111110111111110101111011000111111111111111101111101111011111111010111111011111100111001
+4,24,3,82,1101101111001110110111111111101111011001111111111111111111111101111011111111010111111111111100111001
+4,24,4,84,1001101111101111111110111110101111111100111111111111111101111101111110111111011111111111111100111101
+4,24,5,76,0101101111001111111110110110101111011110110111111111101101101101111110111111011011111111011100111001
+4,24,6,80,0101101011111111110111111110100111101110111111111111111101111101101010111111011111111111111100111001
+4,24,7,79,0001101111101111111110111110101111011110110111111101111101111101111010101111011111111111111100111101
+4,24,8,77,1101101111001111111110110110101111011100101111111111101111111101111110111111010011111101111100111001
+4,24,9,79,1001101111001111111111101110101111011111111111111111101101101101111110101011011111111111111100111001
+4,24,10,76,1001101110011110110111111111101111001000111111011111101101111101111110111111110101111111111100111001
+4,24,11,83,1101101111011111110111111110101111011011110111111111111111111101111010001111111111111111111100111101
+4,24,12,79,0001101111101111110111111110101111101110010111111111110101111101111010111111011111111111111100111101
+4,24,13,82,0001101111101111111110111110101111111110110111111111111101111101111110111111011111111101111100111101
+4,24,14,78,1001101111011110110111111111101111011000111111111111101111111101111110101111010111111111111000111001
+4,24,15,81,1101111111001111110111111111101111001001111111111101101111110101111110111111110111111111111100111001
+4,24,16,75,0001101111001110110111111110101110001000111111111111111101111101111011101111011111111111111100111001
+4,24,17,75,0001101111001110110111111110101011001000111111111111111101111101111011101111011111111111111100111001
+4,24,18,80,1101111111001111110111111111101111011000111111111101101111111101111110101111010111111111111100111001
+4,25,0,77,0001101111001111110111111110101111101000010111111111110101111101111111111111011111111111110100111101
+4,25,1,79,1001101111111111110111111110101111011110111111111111101101111101111010101110011111111111011100111001
+4,25,2,82,1110101111001111110111111110101111111110111111111111111101111101111011111111010111111011111100111001
+4,25,3,77,0001101111101111011110111110101111011001110111111110111101111101111010111111011111101111111100111101
+4,25,4,79,0001101111101111011110101110101111111111110111111111101101101101111010111111011111111111111100111101
+4,25,5,82,1001101111001111111111111110101111011111111111111111111101111101111110101011011111111111111100111001
+4,25,6,83,1101111111101111110111111110101111101001111111111111101101110101111110111111111111111111111100111001
+4,25,7,81,1001101111001111111110111110101111011101111111111101111111111101111110111111010111011111111100111101
+4,25,8,80,1110101111001111110111111110101111011000111111111111111101111101111011111111010111111111111100111001
+4,25,9,81,1101101111001110110111111111101111011001111111111111111111111101111011111111010111111011111100111001
+4,25,10,78,1110111111001110110111111111101111001001111111111101111111110001111011111111010111101111111100111001
+4,25,11,81,1101101111001111110111111111101111001001111111111111101111110101111110111111110111111111111100111001
+4,25,12,79,0001101111101111110111111110101111111110010111111110110101111101111010111111011111111111111100111101
+4,25,13,82,1001101111101111111110111110101111101100111111111111111101111101101110111111011111111111111100111101
+4,25,14,79,1101111111011111110111111110101111001000111111111101110101111101111110101111011111111111110110111001
+4,25,15,82,1001101111001111110111111111101111011001111111111111101111110101111111111111110111111111111100111001
+4,25,16,79,0101101011111111110110111110100111111110111111111111111101111101101010111111011111111111111100101001
+4,25,17,81,0001101111101111111111111110101111101110100111111111111101111101111110111111011111111101111100111101
+4,25,18,79,0101101111101111111110111110101111011110110111111111101101101101111110111111011111111111011100111001
+4,26,0,79,0001101111101111110111111110101111011111110111111110110101111101111110111011011110111111111100111101
+4,26,1,80,1001101111001111111111111110101111111110011111111111111101111101111010101101011111111111111100111001
+4,26,2,80,0101111011101111110111111110100111111111111111111111101101110101101110111111011111111111111100101001
+4,26,3,83,1101111111111111110110111110101111111000111111111111011101111101111010111111111111111111111100111001
+4,26,4,81,0001101111101111111111111110101101101110110111111111111101111101111110111111011111111101111100111101
+4,26,5,82,1101111111101111110111111110101111101001101111111111101101110101111110111111111111111111111100111001
+4,26,6,79,0101101011011111110110111111100111111100111111111111111101111101101110111111110111111111111100101001
+4,26,7,81,1101101111101111110111111110101111001011111111111111101111110101111010111111011111111111111100111001
+4,26,8,80,0101101111101111110110111110101111111001111111111111101101110101111110111111011111111111111100111001
+4,26,9,82,1101111111101111111111111110101111001110110111111111101101101101111110111111111111111111011100111001
+4,26,10,81,0001101111001111111111111110101111101110101111111111111101111101111110111011011111111111111100111101
+4,26,11,82,1001101111101111111111111110101111011111110111111111111101111101111110101111011111111101111100111001
+4,26,12,82,0101101011101111111111111110101111101110110111111111111101111101111110111111011111111101111110101101
+4,26,13,79,0001101111111111110110111110100111111110101111111111111101111101101010111111011111111111111100111001
+4,26,14,80,1001101111001111111111111110101111011101111111111101101111111101111110111110010111111111011100111101
+4,26,15,79,1001101111111111110110111110101111011110111011111111111101111101111010101111011111011111111100111001
+4,26,16,78,1000101111001111110111111110101111011001111111111111111101110101111110111111110111111111111100110001
+4,26,17,84,1001101111101111111110111111101111101100111111111111101111111101101111111111011111111111111100111101
+4,26,18,75,0010101111101111010110111110101111011011110111111110111101111101111010111111010111101111111100111001
+4,27,0,81,0101101011101111111111111110101101111100110111111111111101111101111110111111011111111101111110101101
+4,27,1,84,1101101111001111111111111110101111101110111111111111111101111101111011111111011111111011111100111101
+4,27,2,81,1001101111001111111111111110101111111110111111111111111100111101111010101111011111111111111100111001
+4,27,3,76,1001101111001111111111111010101111011101011101111101101111111101111110111100010111111111011100111101
+4,27,4,86,1001101111101111111111111111101111111100111111111111111111111100111111111111011111111011111100111101
+4,27,5,81,1101101111001111111110111110101111101100111111111111101101111101101011111111011111111111111100111101
+4,27,6,83,1101111111001111111111111110101111011100111111111111001111111101111110111111011111111111011100111101
+4,27,7,79,1001101111111111100110111110101111111001111111111101111101111101111010111110110111111111111100111001
+4,27,8,79,1001101111101111110111111100101111011111111011111111111101111101111010101111011111011111111100111001
+4,27,9,77,1101101111101111110110111110101111001000111110111111101111110101111010111111011111111111111100111001
+4,27,10,80,0001101111001111111111111110101111101110101111111111111101111101111010111011011111111111111100111101
+4,27,11,81,0001101111001111111111111110101111101110101111111111111101111101111110111011011111111111111100111101
+4,27,12,83,0101111111101111110110111110101111111011111111111111001101111101111110111111111111111111111100111001
+4,27,13,82,1101101111111111110110111110101111111000111111111111111101110101111010111111011111111111111110111001
+4,27,14,82,1001101111001111111111111110101111101110011111111111111101111101111011111101011111111111111100111101
+4,27,15,82,1001101111101111111110111111101111111100111111111111101111111101101110101111011111111111111100111001
+4,27,16,78,0001101111111111110110111110100111011110101111111111101101111101111010111111011111111111111100111001
+4,27,17,82,1101101111101111110111111110101111101011111111111111111111110101101010111111011111111111111100111001
+4,27,18,78,1001101111101111110111111110101111101001101111111111101101110101111110111111010111111111111100111001
+4,28,0,78,1001101111001111111111111110101111101100101111111111111101110101111110101111010111111111111100111001
+4,28,1,80,1001101111101111100111111110101111111011111111111111101100111101111010111111011111111111111100111001
+4,28,2,84,1001101111101111111111111100101111011111111011111111111111111101111010111111011111111111111100111101
+4,28,3,78,1101111111001111110111111110101111011100011111111111001101111101111110111111011111011111011100111001
+4,28,4,84,1101111101101111111111111110101111101110111111111111111101111101111110111011011111101111111100111101
+4,28,5,80,0101101111001111111111111110101111101110101111101111111101111001111011111111111011111011111100111101
+4,28,6,83,1101101111101111111111111110101111101000111111111111111111110101111011111111011111111111111100111001
+4,28,7,84,1001101111101111110111111111101111111111111111111101111111111100101110111111011111111011111100111101
+4,28,8,82,1001101111101111110111111111101111101110111111111111111111110100111110111111011111111011111100111001
+4,28,9,86,1101101111101111111111111110101111111001111111111111111111111101101011111111011111111111111100111101
+4,28,10,75,0001100111101111100111111110101111101000101111111111111101111101111010111010110111111111111100111101
+4,28,11,86,1101111111111111111110111010101111111111111111111101111101111001111110111111111111111111111100111001
+4,28,12,85,1101101111101111110111111110101011101111111111111111111111110101111111111111011111111111111100101101
+4,28,13,78,1001101111101111111110111101101111111000111111111111111111111100101010111111011111110011111100111001
+4,28,14,81,1001101111001111111111111110101111101110111111111111101101111101111011111101011111111011111100111101
+4,28,15,84,1101101111001111111111111110101111101110011111111111111101111101111011111111011111111111111100111101
+4,28,16,78,0001101111001111110111111110101111101110101111111111111101111101111010101011011111111111111100111101
+4,28,17,82,1001101111001111111111111110101111111110111111111111111100111101111010111111011111111111111100111001
+4,28,18,79,1001101111101111111110111111101111111000011111011111101111111101111010101111011111111111111100111001
+4,29,0,87,1101111111111111111110111110101111111111111111111101111101111001111111111111011111111111111100111001
+4,29,1,79,1001101111001111111111111010101111101110111111111111101101111101111010111101011111111110111100111101
+4,29,2,80,1001101111001111110111111111101111101111111111111101111111110100111110111111010111111011111100111001
+4,29,3,83,1001101111101111110111111111101111111110111111111111111111111100101110111111011111111011111100111001
+4,29,4,82,1101101111101111110011111110101011101111111111111111101111110101111111111011011111111111111100101101
+4,29,5,85,1101111101101111111111111110101111101110111111111111111101111101111110111111011111101111111100111101
+4,29,6,79,1001101111101111111110111111101111111000011111011111101111111101111010101111011111111111111100111001
+4,29,7,77,1001101111101111111110111111101111111000001111011111101111111101111010101111011110111111111100111001
+4,29,8,82,1101101111001111111111110110101111101010111111111111111111110001111011111111111111101111111110111001
+4,29,9,81,0101101111101111111111111110101111101101101111101111111101111101111011111111011011111011111100111101
+4,29,10,85,1011101111101111111111111100101111111111111111111111111111111101101010111111011111111011111100111101
+4,29,11,84,1001101111101111110111111111101111011111111011111111111111111100111110111111011111111111111000111101
+4,29,12,84,1101101111001111111111111110101111111101111111111111111101111101101011111101011111111111111100111101
+4,29,13,85,1001101111101111111111111110101111101010111111111111111111111101101111111111011111111111111100111101
+4,29,14,83,1101101111001111111111111110101111101110111111111111111100111101101111111101011111111111111100111101
+4,29,15,79,1001101111001011111111111110101111101110011111111111111100110101110011111111011111111111111100111101
+4,29,16,80,1001101111101111110111111110101111101111111111111101101101111100101110111111111111111011011100111101
+4,29,17,84,1001101111001111111111011111101111111110111111111111111111111101111011111101011111111011111100111101
+4,29,18,83,1001101111101111110111111100101111011111111111111111111111110101111010111111011111111111111100111101
+4,30,0,81,1001101111101111111111111110101111101001111111111111111101111100001111111101011111111111111100111101
+4,30,1,85,1101101111001111111111111110101111011110111111111111111111111101101011111111011111111111111100111101
+4,30,2,84,1101101101101111111111111110101111101111111111101111111101111101111110111111011111101111111100111101
+4,30,3,83,0101111111101111111111111110101111101100101111111111111101111101111111111111011011111011111100111101
+4,30,4,84,1001101111101111111111111110101111111010111111111111111111111101101010111111011111111111111100111101
+4,30,5,86,1011101111101111111111111100101111101111111111111111111111111101101111111111011111111011111100111101
+4,30,6,83,1101101111001111111111101110101111011101111111111111111111111101101011111101011111111111111100111101
+4,30,7,81,1001101111101111110111111100101111011111111111111111111101110101101010111111011111111111111100111101
+4,30,8,80,1001101111000111111111111111101111101110111011111111111111111100111110111101010111111111111100111001
+4,30,9,82,1101101111101111111111111110101110101110111111111101111100111101101111111111011111111011111100111101
+4,30,10,87,1101111111111111111110111110101111111111111111111101111101111001111111111111011111111111111100111001
+4,30,11,87,1101111111111111111110111110101111111111111111111101111101111001111111111111011111111111111100111001
+4,30,12,81,1001101111001111110111111111101111101111111111111111111101110101111110111111011111101011111100111001
+4,30,13,83,1101111101101111111111111110101111101110111111111101111111111100111110111111010111101111111100111101
+4,30,14,81,1001101111101111111111111110101111101111111111111111111101110101100010111111011111111011111100111101
+4,30,15,83,1011101111001011111111111100101111111110011111111111111110111101111011111111011111111111111100111101
+4,30,16,84,1001101111101111111111111110101111101010111111111111111111111111101110111111011111111011111100111101
+4,30,17,87,1011101111101111111111111100101111111111111111111111111111111101101011111111011111111111111100111101
+4,30,18,83,1101101111001111110111111110101111111111111011111111111101111100111110111101011111111111111100111101
+4,31,0,85,1101101111101111111111111110101111101111111111101111111101111101111110111111011111101111111100111101
+4,31,1,86,1011101101101101111111111100101111111111111111111111111111111101101011111111011111111111111100111111
+4,31,2,85,1011101111101111111111111100101111101111111111011111111111111101101111111111011111111011111100111101
+4,31,3,85,1011101111101111111111111100101111101111111111111111111111111101101111111111011111111011111000111101
+4,31,4,84,1101101101101111111111111110101111101010111111111111111111111101111110111111010111111111111100111101
+4,31,5,83,1001111111101111111111111110101111111110111111111101111111111100101010111111011111101111111100111101
+4,31,6,86,1111101111101111111011111110101111101111111111111111111111111101101111111111011011111011111100111101
+4,31,7,82,0001111111101111111111111100101111101100101111111111111101111101111111111111011111111011111100111101
+4,31,8,87,1111101111101111111111111100101101101111111111111111111111111101111011111111011111111111111100111101
+4,31,9,83,1001101101101111111111111110101111111111111111101111111101111101101110111111011111101111111100111101
+4,31,10,84,1101101111101111111111111110101111101010111111111111111111111101101110111111011111111011111100111101
+4,31,11,82,0001111111101111111111111110101111101100101111111011111101111111111111111111011011111011111100111101
+4,31,12,81,0101111111101111111111111110101111101100101111111111111100111101111111111111011011111011111100110101
+4,31,13,83,0101111111101111111111111110101111101100101111111111111101111101111111111111011011111011111100111101
+4,31,14,84,1001101111001111111111111110101111011110111111111111111111111101101011111111011111111111111100111101
+4,31,15,83,1111101111001011111111111100101111111110010111111111111110111101111011111111011111111111111100111101
+4,31,16,83,1001101111001111111111111110101111111110111111111111111111111101101010111111011111111111111100111001
+4,31,17,84,1101101111101111111111111110101111011010111111111111111111111101101011111111011111111111011100111101
+4,31,18,83,1101101111101111011110111110001111111111111011111101111111111100111111111111011111111111111100111001
+4,32,0,84,1011101111101111111111111100101111101111111111111111111111111101101110111111011111101011111100111101
+4,32,1,84,1001101101101111111111111110101111111111111111101111111101111101101111111111011111111111111000111101
+4,32,2,82,1011101111001101111111111110101111011110111111111111111110011101101011111111011111111111111100111101
+4,32,3,86,1001101101101111111111111100101111111111111111111111111111111101101011111111011111111111111100111111
+4,32,4,81,1011101111001011011111111100101111111110010101111111111111111101111011111111011111111111111100111101
+4,32,5,82,1101101111001111111110111110101111111110111111111111111110111101101010111111011111111111111100111001
+4,32,6,81,1101111111011111110111111100101111011110111111111111111101111001101110111111011011111111111100101101
+4,32,7,86,1011101111101111111111111110101111101111111111111111101111111101111111111101011111111111111000111101
+4,32,8,84,1001101111101111111111111100101101111111111111101111111101111101111111111111011111101111111100111101
+4,32,9,86,1111101101101111111111111110101111101111111111111111111111111101101010111111011111111111111100111101
+4,32,10,86,1011101111101111111111111100101111111011111111111111111111111101101011111111011111111111111100111101
+4,32,11,81,1100101111101111111111111110101111001110111111011111111111111101101111111111011111111011011100111100
+4,32,12,83,1101101111101111111111111110101111101111111111101111111001111101111110111111011111001111111100111101
+4,32,13,81,1001101101101111111111111110101111011111111111101111111101111101101110111111011111101111111100011101
+4,32,14,83,1001111111101111111110111110001111111110111011111101111111111101111111111111011111111011111100111001
+4,32,15,81,0101101111101111011111111110101111101101101111111011111101101110111111111111011011111111111100111101
+4,32,16,83,1101101101101111111111111110101111101010111111111111111111111101111110111111010111111111111100011101
+4,32,17,81,1001100111001111111111111100101111111110111111111111111111111101101010111111011111111111111100111001
+4,32,18,84,1001101111101111111111111110101111111110111111111111111111111101100110111111011111111011111100111101
+4,33,0,82,1011101111101111011111111110101111101111111111111011111111111101101110111111011011101011111100111101
+4,33,1,81,0101101111101101111111111100101111101101101111111111111101101110111111111111011011111111111100111101
+4,33,2,85,1011101111101111111111111110101111101111111011111111101111111101111110111110011111111111111100111101
+4,33,3,84,1111101101101111111111111110101101101111111111111111111111111101101011111101011111111111111000111101
+4,33,4,83,1111101111001111011011111100101111111111111111111111111111111101101011111111011011111111111100111001
+4,33,5,83,1001101101101111111111111110101111101111111111111111111111111101101011111110011111111101111100111011
+4,33,6,84,1001101101101111111111111100101111111111111111111111111111111101101010111111011111111111111100011111
+4,33,7,84,1101101101101111111111111110101111101010011111111111111111111101111111111111010111111111111100111101
+4,33,8,83,1001111110101111111111111100101101111111111111101111111101111100111111111111011111101111111100111101
+4,33,9,84,1001101111101111111111111100101101111111111111101111111101111101111111111111011111101111111100111101
+4,33,10,80,1101111111001111110111111010101111011110111111111111111101111001101110111111011011111111111100111001
+4,33,11,83,1001111111111111111110111100001111111110111011111101111111111101111111111111011111111011111100101101
+4,33,12,85,1111101101101111111111111110101101101111111111111111111111111101101010111111011111111111111100111101
+4,33,13,85,1111101101101110111111111110101111101111111111111111111111111101101010111111011111111111111100111101
+4,33,14,82,1001101101101111111111111110101111111111111111101101111101011101101111111111011111111111111000111101
+4,33,15,85,1111101101101111111111111110101111101111111111111111111111111101101010111111011111011111111100111101
+4,33,16,85,1001101111101111111111111110101111101111111111111111111101111101110111111101011111111111111100111101
+4,33,17,83,1011101111101111111111111100101101111111111111101111101111111101111111111111011111101111011000111101
+4,33,18,86,1111101111101111111111111100101111101111111011111111111111111101101110111111011111111111111100111101
+4,34,0,82,1001101111101111111111111100101101101111111111001111111101111101111111111101011111101111111100111111
+4,34,1,86,1111101101101111111011111110111101111111111111111111111111111101101011111111011111111111111000111101
+4,34,2,83,1111101101101111111111111110101111001111111111111111111111111101101010111111011111011111111100011101
+4,34,3,85,1111101101101111111111111110101111101111111111111111111111111101101010111111011111011111111100111101
+4,34,4,84,1001101101101111111111111100101111101111111111111111111111111101111110111111010111111111111100011111
+4,34,5,84,1101101101101111111111111110101111111010011111111111111111111101101011111111011111111111111100111101
+4,34,6,82,1101101101101110111111111110101101101010111111111111111101111100111111111111011111111111111100111101
+4,34,7,82,1001111110101111111111111100101111111111010111101111111111111101111111111111010111101111111100111001
+4,34,8,86,1101111101101111111111111110001111101111111111111111111101111101111110111111011111111111111100111101
+4,34,9,80,1011101110101111111111111100101101111111111111101111111111111100101011111111011111001111111100111100
+4,34,10,84,1111101101101111111111111110101111101111111111111111111111111101101010111111011011101111111100111101
+4,34,11,83,1011101111101111011111111110101111101111111111111011111111111101101110111111011111011011111100111101
+4,34,12,85,1101101101101111111111111110101111101111111111111111111111111101101011111111011111111101111100111011
+4,34,13,82,1011101101101110111111111110101111101111111111111111111111111101101010111110011111111111111100101101
+4,34,14,83,1011111111101111111111111100101101111111111111101111101101110101111111111111011111101111111100111001
+4,34,15,79,1001101110101101111111111100101101111111111111101111110111111100111111111111011111101111011000111101
+4,34,16,85,1001101111101111111111111110101111101111111111111111111101111101110111111101011111111111111100111101
+4,34,17,82,1001101101101111111111111110101111111111111111101101111101011101101111111111011111111111111000111101
+4,34,18,84,1111101101101110111111111110101111101111111011111111111111111101101010111111011111111111111100111101
+4,35,0,82,1111101101101111111111111110101111101111111111111111111111111101101000110111011111001111111100111101
+4,35,1,82,1101101101101110111111111110101101101010111111111111111101111100111111111111011111111111111100111101
+4,35,2,83,1011111101101111111111111100101111111111111111101111101101110101111111111111011111111111111100011001
+4,35,3,85,1101111111101111111111111110001101101111111111111111111101111101111110111111011111101111111100111101
+4,35,4,85,1001111101101111111111111110101111111011011111111111111111111101101011111111011111111111111100111101
+4,35,5,82,1111101111101111111111111100101101111110111111101111101101110101111111111111011111101111111100111001
+4,35,6,82,1111101101101111111011111110101101101101111111111111111111111101101010111111011111111111111000111101
+4,35,7,88,1111101101101111111111111110111111111111111111111111111111111101101011111111011111011111111100111101
+4,35,8,88,1101101111101111111111111110101111101111111111111111111101111101111111111111011111111111111100111101
+4,35,9,81,1011101101101101111011111110111101111111111111111111111111111101100011111101011111111111111000111100
+4,35,10,83,1001111100101111111111111100101111111111111011111111111111111101111111111111011111001111111100111001
+4,35,11,82,1111101111101111111111111110101111101111010111101111111111111001101010111111010111111111111100111101
+4,35,12,83,1011101111101011111111111100101110101111111111111111111111111101101110111111011111011011111101111101
+4,35,13,82,1001101101101111011111111110101111101111111111101011111111111101111110111111010111111111111100011111
+4,35,14,84,1011101111101111111101111110101111101111111111111111111111111101101110111111011111011011111100111101
+4,35,15,84,1111101111101111011111111100101111100111111111111011111111111101101110111111011111111111111100111101
+4,35,16,83,1111101101101111111011111110101101111111111111111111111101111101101011111111011101111111111000111101
+4,35,17,84,1111101101101111111111111110111111101111111111111111111111111101101010111111011011101111111100011101
+4,35,18,86,1111101111101111111011111110111100111111111111011111111111111101101111111111011111111111111000111101
+4,36,0,87,1011111101101111111111111110101111111111011111111111111111111101101011111111011111111111111100111101
+4,36,1,82,1101101001101111111111111110111111101011111111111111111111111101101010111111011011101111111110011101
+4,36,2,85,1001111101101111111111111110101111111011011111111111111111111101101011111111011111111111111100111101
+4,36,3,83,1111101111101111011111111100101111100111111111111011011111111101101110111111011111111111111100111101
+4,36,4,79,1001111100001111111111111100101111111111111011111111111111111101101011111111011101001111111100111001
+4,36,5,85,1111001101101111111011111110101101111111111111111111111101111101111111111111011111111111111000111101
+4,36,6,81,1111101101101111111111111110101111101110111111111111111111111101101010110111011111001111111100111100
+4,36,7,82,1111101111101111111111111100111101111111111111101111101011110101111101011111011111101111111100111001
+4,36,8,85,1001101111101111111111111100101111101111111111111111111101111101111111111111011111101111111100111101
+4,36,9,85,1111101111101011111111111110101110101111111111111111111111111101101110111111011111011011111101111101
+4,36,10,87,1001111101101111111111111110101111111011111111111111111111111101111111111111011111111111101100111101
+4,36,11,85,1101101111101111111111111110101111101111011111111111111101111101101011111111011111111111111100111101
+4,36,12,88,1111101111101111111111111110111111101111111111111011111111111101101110111111011111111111111100111101
+4,36,13,80,1111101101101111011111111100101111100111111111111111111111111101101010111111011011101111111100011101
+4,36,14,84,1001111111101111111101111110101111111011011111111111111111111101101011111111011111111111101100111101
+4,36,15,84,1111101101101111111011111110111100111111011111011111111111111101101111111111011111111111111000111101
+4,36,16,82,1111101101101111111011111110111101101111111111111111111101111001101011111111011101101111111100111101
+4,36,17,84,1111101101101111111111111110101111111111111111111111111111111101101010111111011011111111111000011101
+4,36,18,83,1111101100101111111011111110101101111111111011111111111111111101101111111111011111001111111100111101
+4,37,0,86,1011111101101111111111111110101111101111111111111111111111111101101010111111011111111111111100111101
+4,37,1,86,1101101111101111111111111110111111111011011111111011111111111001101111111111011111111111111100111101
+4,37,2,85,1001101101111111111111111110101111101011111111111111111111111101101111111111011111111111111100101101
+4,37,3,84,1001111111101111111111111100101111111110011111111111111101111101111011111111011111101111111100111101
+4,37,4,84,1101111111101111111101111110101111111011011111111111111111111101101011111111011111011111101100111101
+4,37,5,83,1001101111101111111111111110101111101111011111111110111101111101101011111111011111111111111100111101
+4,37,6,83,1101101111101111111111111100101111100111111111111111011101111101111110111111011111101111111100111101
+4,37,7,84,1011101111101111011111111100101111101111111111111010111111111101101111111111011111111111111100111101
+4,37,8,82,1111101111101011011111111100101110100111111111111011011111111101101110111111011111111111111101111101
+4,37,9,85,1111101111101111111111111110101111101111111111111111111111111101101110101111011111011011111100111101
+4,37,10,86,1111101110101111111111111110101111101111111111111011111111111101101110111111011111011111111110111101
+4,37,11,86,0111101101101111111011111110111101111111111011111111111111111101101111111111011111101111111101111101
+4,37,12,83,1111101100101111111011111110101100111111111011111111111111111101101111111111011111101111111100111101
+4,37,13,84,1001011101101111111111111110101111111011111111110111111111111101111111111111011111011111101100111101
+4,37,14,88,1101111111101111111111111110111111111011111111111111111111111101101010111111011111111111111100111101
+4,37,15,84,1011101111101111111101111110101111101111011111111011111111111101101111111111011111111111101100111101
+4,37,16,80,1101101111100111111111111110101111101011011111111111111101101101101011111111011111101111111000111101
+4,37,17,84,1001111101101111111111111100101111111101111111111111111111111101111010111111011111111111111100111001
+4,37,18,84,1101101111101111111111111110101111111111011011111111111101111101101011111111011111111111011100111101
+4,38,0,88,1011111111101111111111111100101111111111111111111110111111111101101111111111011111011111111100111111
+4,38,1,79,1101101111101111011101111110101111101011011111011011111111111001101011111111011111111111101100111101
+4,38,2,86,1011111101101111111111111110101111101011111111111111111111111101111110111111011111111111101100111101
+4,38,3,80,1101101101101101111111111100101111111111111111110111111111111101101011111111011011011111111000011101
+4,38,4,86,0111100101101111111011111110111111111111111111111111111111111101101111101111011111101111111101111101
+4,38,5,81,1101110111101111111101111110101101111011011011111111111111111101101011111111011111011111101100111101
+4,38,6,87,1011101111101111111111111110101111101111111111111111111111111101101010111111011111111111111110111101
+4,38,7,83,1111111100101111111110111110101111101111111111111011111111111101100110111111011111011111111100111101
+4,38,8,83,1011101110101111111111110100101111101111111111111111111111111101101110111111011111011111111100111101
+4,38,9,85,1111101111101111011111111110101111101111111111111010111111011101101111111111011111110111111110111101
+4,38,10,85,1101101101101111111111111110111101111011111111111011111111111101101111111111011101111111111100111101
+4,38,11,83,1111101110101111111011111110101110111111011011111111111111111001101111111111011111101111111100111101
+4,38,12,84,1101101101101111111111111110101111111011111011111111111111111101101011111111011111111111011100111101
+4,38,13,83,1001101111111111111111111110101111101011011111111111101101111101101111111111011111111111111100101101
+4,38,14,82,1101101101101111111011111110101101110011111111110111111111111101101111111111011111001111111101111101
+4,38,15,85,0011010101101111111111111110111111111111111011111111101111111101111111111111011111111111101100111101
+4,38,16,82,1101101111101111111111111110101111101111011111111111011101111101101010111111011111101111111100111101
+4,38,17,85,1101101111101111111111111100101111110111111011111111111101111101111111111111011111111111011100111101
+4,38,18,87,1111101111101111111111110100111111101111111111111111111111111101111110111111011111101111111100111101
+4,39,0,85,1011111101101111111011111110111110111011111111111111111111111101011110111110011111111111101101111101
+4,39,1,84,0111100101101111111111111110101111101111111111111111111111111101101111101111011111101111111101101101
+4,39,2,86,1011111111101111111111111100101111111111111111111111111111111101101011111111011111011111011100111101
+4,39,3,85,1101101101101111111111111110101111111011111011111110111111111101101111111111011111111111111000111111
+4,39,4,86,1111101111101111111111111100101111101111111111101111111111111101111110111111011111111111111100101101
+4,39,5,83,1001101111111111111111110110111111101011011111111111101101111101101111111111011111101111111100111101
+4,39,6,84,1011101110101111111011111100101111111111011111111111111111111101001111111111011111111111111100111101
+4,39,7,86,1111111111101111111111111110101110111111111011111110111111111001101111111111011111001111111100111111
+4,39,8,85,1101101111111111111111111110101111101111011111111111011101111101101110111111011111111111111100111101
+4,39,9,80,1001101111101111111111111110101111101011011111111111101101111101101011111111011111101111111100101101
+4,39,10,88,1101111111101111111111111100101111111111111111111111111111111101101111111111011111011111111100111011
+4,39,11,82,1001101101101111111111111110101111111011111011111110111111111101101011111111011111111111011100111101
+4,39,12,84,1011101111101111111111111110101111101011111111111111101111111101101111111111011111011111110100111101
+4,39,13,87,1001111111111111111111111100101111111111011111111110111101111101101111111111011111111111111101101111
+4,39,14,85,1011101111101111111111111100101111101111111111111111111111111101101010111111011111111111011110111101
+4,39,15,87,1101101111101111111111111110101111110111111011111111111101111101111111111111011111111111111100111101
+4,39,16,85,1111101110101111111011111110111100111111111011111111111111111101101111111111011111101111111100111101
+4,39,17,82,1101101101101111111111111110101111111011011111111011111111111001101101111111011101111111111100111101
+4,39,18,84,1101101101101101111111111110101111111111111011111111111111111101101011111111011111111111011100111101
+4,40,0,84,1011101111101111111111111100101111111111011111111101111111111101101011111111011111111111111100101101
+4,40,1,88,1001111111111111111111111101101111101111111111111110111101111101101110111111011111111111011111111111
+4,40,2,85,1001111111011111111111111100101111111111011111111110111101110101101111111111111111111111111100101111
+4,40,3,83,1011101111101111111111111010101111101011111111111111101111111101001111111111011111011111110101111101
+4,40,4,84,1001111111101111111111111100101111111111011111111011111101111101101111111111011101111111111100101111
+4,40,5,85,1101101101111111111111111110101111111011011111111110111111111001101101111111011111111111111101111101
+4,40,6,84,1111111111101111111111111100101110111111111011111110111111111001101011111111011111010111111100111111
+4,40,7,86,1011111111101111111111111110101111111111111111111111111111011101101111111111011111001111011100111101
+4,40,8,85,1001111111101111111111111110101111101111111111111111111111111101101011111111011111011111011100111101
+4,40,9,82,1011101101101111111111111100101111111011111011111110111111111101101011111111011111111111011100111101
+4,40,10,83,1011101111111111111111111100101111101111011111111111011101111101101110111111011111111110111100111101
+4,40,11,85,1101101111101111111111111110101111101111111111111110111111111101101010111111011111111111011110111101
+4,40,12,85,1111101111101111111111111110101101110111111011111111111101111101111111111110011111111111101100111101
+4,40,13,84,1001111101101011111011111110111110111011111111111101111111111101011110111111011111111111111101111101
+4,40,14,87,1101111111111111111111111100101111111111111111111111101111111101101111111111011111011111111100111001
+4,40,15,85,1001101111101111111111110110111111101011111111111111111101111101101111111111011111101111111100111111
+4,40,16,88,1011111111101111111111111100101110111111111111111111111111111101011011111111011111111111111101111101
+4,40,17,83,1011111101101101111011111110111111111011111111111111111111111101101110111110011111011111101100111101
+4,40,18,85,1111111111101111111111111110101110111111111011111110011111111001101111111111011111001111111100111111
+4,41,0,87,1101101101101111111111111110101111111011011111111111111111111001101101111111111111111111111101111111
+4,41,1,82,1001111111111111111111101100101111111111011111111010111101111101101111111111011101111111111100101101
+4,41,2,82,1101101111101101111111111110101111111111011111111110110111111101101010111111011111011111011110111101
+4,41,3,84,1011111111101111111111111110101111101111011111111101111111011101101111111111011111101111011100111101
+4,41,4,83,1111111111101111111111111100101110111111111011111111111111110001101011111111011111010111111100111101
+4,41,5,85,1011111111101111111111111110101111111111111111111110011111011101101111111111011111001111011100111111
+4,41,6,82,1001111111101111111111111100101111111111011111111011111101111001101111111111011101111111111100101101
+4,41,7,86,1101101101111111111111111110101111111011011111111110111111111101101101111110011111111111111101111111
+4,41,8,88,1011111111101111111111111110101111111111110111111111111111011101101111111111011111111111011111110101
+4,41,9,83,1001111111111111111111111101101111101111111011111110111101111101101110111111011111001111011100111111
+4,41,10,84,1011111111101111111111111110101111101111111111111110111101011101101110111111011111001111011111111101
+4,41,11,89,1001111111111111111011111101101111111111111111111111111111111101101111111111011111111111011100111111
+4,41,12,86,1011111111101111111111111110101111101111111111111110111111111101101110111111011111101111011110111101
+4,41,13,85,1101101111101111111111111110101111111111111111111111111111011101101011111111011111011111011100111101
+4,41,14,85,1001111111111111111111111110101111101111111111111110111101111101100110111111011111111111011110111101
+4,41,15,86,1101101111101111111111111101101111101111111111111110111111111101101110111111010111111111011111011111
+4,41,16,87,1101101111111111111111110110111111111011011111111111111111111001101101111111011111111111111100111111
+4,41,17,82,1001101101101111111111111110101111101011111111111110111101111101101111101111011111101111111101111101
+4,41,18,85,1001111111101111111111111110101110111111111111111111111111111101011011111111011111011111011100111101
+4,42,0,88,1001111101111111111011111111101111111011111111111110111111111001101111111111011111111111111101111111
+4,42,1,86,1101101111101111111111111100101111111111011111111111111111111101101101111111111111111011011100111111
+4,42,2,83,1111111111101111111111111100101110111111110001111111111111110001101011111111011111110111111101111101
+4,42,3,85,1011101101101111111111111110101111111111111111111111111111011101101111111111011111011111011110110101
+4,42,4,85,1011111111101111111111111100101111101111111111111110111111011111101010111111011111011110111111111101
+4,42,5,86,1011111111101111111111111110101111101111111111111111111101011101101111111111011111101111011101111101
+4,42,6,83,1001111111111111111111101100101111111111011111111010111101111101101111111111011101111111111101101101
+4,42,7,82,1111111111100111111111111100101110111111111011111111111111110001101011111111011111010111111100111101
+4,42,8,86,1001111111111111111111111110101111111011011111111111111111111101101101111111011111001111111100111111
+4,42,9,84,1101101111111111110111110101111111101111111011111111111101111001101110111111011111111111011100111111
+4,42,10,87,1011111111101111111111111110101111101111111111111111111111111101101010111111011111101111011111111101
+4,42,11,87,1011111111101111111111111100101111101111111111111110111111111101101111111111011111111111111100111101
+4,42,12,83,1001111111101111111111111110101110111111111111111101111111111001011011111111011111011111011100111101
+4,42,13,85,1001111111111111111111111110101111101111111111111110111101111101100110111111011111111111011110111101
+4,42,14,88,1011111111101111111111111110101111111111110111111110111111011111101111111111011111111111011111110101
+4,42,15,88,1011111111101111111111111110101111111111110111111111111111011101101111111111011111111111011111110101
+4,42,16,85,1001111111101111111111111110101100101111111111111111111111111101111011111111011111011111011110111101
+4,42,17,84,1011111111101111111111111110101111111111111111111110111111111101001110111111011111101110011100111101
+4,42,18,87,1011101111101111111111110100101111101111111111111111111111111101101011111111011111111111111101111111
+4,43,0,87,1011111101111111111111111111101111111111111111111111111111011101101111111111011111011111011100110101
+4,43,1,85,1001101101101111111011111110101111111011111111011110111111111001101111111111011111111111111111111111
+4,43,2,84,1011101101101111111111111110101111111111111111111111111111011101101011111111011111011111011110110101
+4,43,3,88,1011111111101111111111111110101111101111111111111111111111111101101110111111011111101111011111111101
+4,43,4,85,1001111101101111111111111110101111111111011111111111111111110101101101111111011111011111111100111111
+4,43,5,81,1111111111110111111111111100101110111011111011111111111111111001101011111110011111000111111100111101
+4,43,6,87,1011111101101111111011111111100111111011111111111110111111111001101111111111011111111111111101111111
+4,43,7,87,1001111111111111111111111110101111111111110111111110111111011111101111111011011111111111011111110101
+4,43,8,85,1011101111101111111111110100101111101111111111111110111111111101101111111111011111111111111100111101
+4,43,9,87,1011111111101111111111111100101111101111111111111111111111111101101010101111011111111111111101111111
+4,43,10,83,1101111111111111110111111110101111101111111011111111101111111001101010111111011111101111011100111111
+4,43,11,87,1011101111101111111111110101111111101111111111111111111101111101101110111111011111111111111101111101
+4,43,12,84,1001111111101111111111111110101100101111111011111111111111111101101011111111011111111111011110111101
+4,43,13,86,1011111111101110111111111110001111111111110111111111111111011101111111111111011111011111011111110101
+4,43,14,84,1001111101111111111111101110101111111111011111111011111111111101111111011111011101111111011100111101
+4,43,15,81,1001111111101111111111111100101100101111111111111110111101101101101011111111011111011111111111101101
+4,43,16,83,1001111101101111111011111110101111111011111111111110111111111101001110111111011111101110111101111111
+4,43,17,87,1011111111111111111111111111101111111111111111111110111111111001001111111111011111111111011100111001
+4,43,18,84,1001110111111111111111101110101111111111110111111010111101111111101111111111011111111111111101101100
+4,44,0,83,1001111101101111111111111110101111111111110111111010111111110101101111111111011111011111111100111101
+4,44,1,86,1001110111111111111111101110101111111111011111111111111101111111101101111111011111111111111101101110
+4,44,2,88,1011111111101110111111111110101111111111110111111110111111011111101111111111011111111111011111110111
+4,44,3,84,1001111111111111111111111110001111111111110111111111101111001101111111111011011111011111011111110101
+4,44,4,85,1011101101111111111111011111101111011111111111111111111111011101101111111111011111011111011110110101
+4,44,5,83,1011111101101111111111111110101111111111111111111111111111011101101011111111011111011110011100110101
+4,44,6,87,1011111111101101111111111110101111101111111111111111111111111101101110111111011111101111011111111101
+4,44,7,88,1011111111101111111111111110101111101111111111111111111111111101101110111111011111101111011111111101
+4,44,8,84,0011111111101111111111111111101111111011111111111110111111111001001111111111011111111111011100111001
+4,44,9,88,1011111101111111111011111111100111111111111111111110111111111001101111110111011111111111111101111111
+4,44,10,84,1011111111101111111011111100101111001111111111111111111111111101101010111111011111111010111111101111
+4,44,11,84,1001101101101111111111111110101111111011111111011110111111111001101111101111011111111111111101111111
+4,44,12,87,1011111111101111111111111110101111101111111111101111111111111101101110111111011111101111011111111101
+4,44,13,87,1011111111101111111111111110101101101111111111111111111111111101101110111111011111101111011111111101
+4,44,14,84,1001111111111111111111111110101111111111111111111110111111010001001111111111011111111111011110110101
+4,44,15,89,1011111111111111111111111111101111111111110111111110111111111111101111111011011111111111011101111001
+4,44,16,83,1011110111111111111111101111101111111111110011111010111101110101101111111111011111111111111101101100
+4,44,17,85,1001111101111111111111111110101111111111101111111111111111011111101111111111011111011111011100110101
+4,44,18,87,1111111101001111111111111111101111111111011111111111111111110001101111111111011111011111111100111111
+4,45,0,87,1011111101111111111011111111101111111111111110111110111111111001100111111111011111111111011101111111
+4,45,1,87,0011111111111111111111111111100111111111110111111110111111111111101111110011011111111111111101111001
+4,45,2,86,1011111110101111111111111111101111101111011111011110111111110101101110111111011111111111111111111101
+4,45,3,84,1111111101001101111111111110101111111111111111111111111111111001101111111111011111000111011100111111
+4,45,4,87,1011111111101101111111111110101111101111111111111111111111111101101110111111011111101111011111111101
+4,45,5,85,1011111111101111111101111110100111101111111111101111111111111101101110111111011111101111011111111101
+4,45,6,88,1001110111111111111111101111101111111111111111111110111101111111111101111111011111111111111101101110
+4,45,7,87,1011111101111111111111111110100111111111011111111111111111111001101111110011011111111111111101111111
+4,45,8,82,1001101101001111111111111110101111111111110111011110111111111001101111101111011111111111011101111111
+4,45,9,86,1011111111101110111111111110101101111011111111011110111011011111101111111111011111111111111111110111
+4,45,10,84,1011101101101111111111111110101101111111111111111110111111111100101110111111011111101111111101111101
+4,45,11,85,1001111111101111111111111110101111101011111101011111111111111001101111101111011111111111011111111111
+4,45,12,87,1011111111101111111111111110101111101111111111111111111111111101101110111111011111011111011111110101
+4,45,13,85,1001111101111111111111111110101111111111101111111111111111011111100111111111011111101111011100111101
+4,45,14,88,1011111111111111111111111111101111111111101111111111111111111011101111111111011111011111011100110101
+4,45,15,81,0001111101101111111111111110101111111011111111111110111111011101001111111111011111111111011100111001
+4,45,16,90,1011111111111111111111111111111111111111110111111110111111111101101110111111011111101111011111111011
+4,45,17,87,1001111111101111111111111110101111101111111111101111111111111111101111111011011111111111011101111101
+4,45,18,90,1001111111111111111011111110101111111111111111111111111111111111101111110111011111111111111101111110
+4,46,0,88,1001111111101111111111111110101111101111111111101111111111111101101111111111011111111111011101111111
+4,46,1,83,1011111101111111111011111110101111111111111110111110101111111011100111111011011111111101011101111101
+4,46,2,88,1011111101111111111111111110110111111111011111111111111111111101101111110111011111110101111111111011
+4,46,3,85,1011111111111011111111111111101111111111110111111110111111111001101110111010011111101111011101111111
+4,46,4,85,1001111111101111111111111111101111101111111111111111111111111001101111110011010111111111011101111101
+4,46,5,85,1011111101111111111111111110100111110111011111101111111111101111101011111011011111111011111101111111
+4,46,6,81,1001111101101111111111011110101111111111101111111111111111011111100111111111011111101110011100111100
+4,46,7,86,1001111101111111111111111110101111101111111111101111111111011111101111111011011111111111011101111101
+4,46,8,89,1011110111111111111111111110111111111111110111111110111101111101111110111111011111101111011111111111
+4,46,9,87,1001111111111111111111101111101111111111111111111110111111111111101101110111011111111111111101101010
+4,46,10,85,1011111111101111111101111110100111101111111111111111111111111101101110011111011111111111011110111101
+4,46,11,88,1001111111111111111011111110101111111111111111101111111111111111101111110111011111101111111101111110
+4,46,12,89,1011111111001111111111111110111111111111111111111110111111111101101111111111011111101111011111111011
+4,46,13,84,1111111101111101111111110111101111111111110111111111111111111001101110111111011111000111011100111111
+4,46,14,88,1001111111111111111111111111101111111111101111111110111101111111111101111111011111111111111101101100
+4,46,15,89,1011110111111111111111101111101111111111111111111111111111111011101111111111011111011111011101110111
+4,46,16,87,1011111101101111111011111111101111101101111111111110111111111101101110111111011111111111011111111111
+4,46,17,84,1011111111111111111111111110101111111111111110110011111111111001100111111111011111011111011101110101
+4,46,18,86,1011110111101111111111111101101111111111011111111111111101111111101110111111011111111111011111100101
+4,47,0,85,1001111101111110111111101111101111111111111111101111111111111111101101110111011111111111110101101011
+4,47,1,86,1001111111111111111111111110101111101111111111111110111111011111101111111011011111111111011101111100
+4,47,2,82,1011111111101111111101111100100111001111111111111111111111111101101110011111011111111111011110111100
+4,47,3,85,1001110101111111111111111110101111101111111111101111111110011111101111111111011111111111011101111101
+4,47,4,88,1001111111111111111111111110101111101111111111101111111111111101101111111111011111111111011101111110
+4,47,5,86,1001111111101111111011111010101111111111111111101111111111111111101111110111011111100111111101111111
+4,47,6,88,1011111111001111111111111110111111111111111111111110111111011101101111111111011111101111011111111011
+4,47,7,87,1011011111001111111111111110111111111111111111111110111111111101101111111111011111101111011111111010
+4,47,8,88,1011110111101111111111111110110111111111111111111110111101111101111110110111011111110111111111111111
+4,47,9,88,1011111101111111111111111110111111111111010111111111111111111101101111111111011111101101011111111011
+4,47,10,87,1010111100111111111111111111101111111111101111111110111111111111111101111111011111111111011101111100
+4,47,11,87,1001111111101111111011111111101111111101111111111110111101111101101110111111011111111111111111101111
+4,47,12,84,1001111111111111111111101111101111111111111111111111111101111001100111110011010111111111011101111101
+4,47,13,88,1011110111101111111111111111101111101111111111111111111111111011101111111111011111011111011101110111
+4,47,14,87,1111111111101111111101111110111111101111111111111110111111111111101110011111011111101111011110111011
+4,47,15,88,1011111111001111111111111100100111111111111111111111111111111101101111111111011111111111011111111101
+4,47,16,86,1011110111111111111111111110111111101111110111111110111101111101101110011111011111101111011111111111
+4,47,17,85,1010111111101111110101111110100111111101111111111111111111111101111110111111011111111111011110111101
+4,47,18,84,1011111111111111111011111110101111111111111111111010101111110111101111111011011111101101011101111101
+4,48,0,88,1011110111101111111111111111101111101111111111111111111111111011101111111111011111011111011101110111
+4,48,1,88,1011110111101111111111111111101111101111111111111111111111111011101111111111011111011111011101110111
+4,48,2,87,1011111111001111111111111110111111111111011111111110111111111101101111110111011111101111011111111011
+4,48,3,86,1011111100111111111111111110111111111111110111111111111111011101100111111111011111101101011111111011
+4,48,4,86,1111111111101111111101111110111111101111111111111110111111111111101110011111011111101111011110111010
+4,48,5,89,1001111111111111111111111110101111101111111111101111111111111101101111111111011111111111011101111111
+4,48,6,86,1011110111101101111111111111101101101101111111111111111111111111101110111111011111011111111101110111
+4,48,7,84,1001110111101111111011111111101111101111111101111110111101111001101111111111011111111111011111101111
+4,48,8,87,1011111111101111111111111110111111101111111111111110111111111111101110111011011111111111111100111010
+4,48,9,87,1101111111111111111101111110101111101111111111111110111111011111101111011111011111101111011111111101
+4,48,10,86,0001111101111111111011111110101111101111111111101111111111111111101111111111011111111111011101111110
+4,48,11,85,1001111111111111111111111110101111111111111110101111111111111001100111110111011111111111110101111110
+4,48,12,89,1011111111001111111011111111101111111101111111111111111111111101101111111111011111111110011111111111
+4,48,13,85,1001111111101111111111111100100111111111111111111110111101111101101110111111011111111111111111101101
+4,48,14,87,1001111111101111111111111010101111111111111111101110111111111111101111100111011111110111111111111111
+4,48,15,86,1011110111101111111011111110110111111111111111111111111101111101111110110111011111100111111101111111
+4,48,16,82,1010110100111111111111111110101111111111101111101110111011011111111101111111011111111111011101111100
+4,48,17,88,1001111101111111111111111111101111101111111111111111111110111111100111111111011111111111011101111101
+4,48,18,85,1011111111001111011011111110111111111111111111111110111111011101101110111111011111111111011110101111
+4,49,0,87,1001111111111111111111111110101111110111111111101111111111111001101111110111011111111111111101111110
+4,49,1,83,1001111111111111111111011110101111101111111110101111111111111101100110111111011111101111010101111111
+4,49,2,86,1011110111001111111111111111101111101101111111111110111111111111101111011111011111111110011111111101
+4,49,3,89,1101111111111111111001111110101111111111111111111111111111011101101111111111011111101111011111111111
+4,49,4,86,1001111101111111111111111111101111101111111111101111111110110111100111111111011111111111011101111101
+4,49,5,89,1001111111111111111111111110100111101111111111111111111111111101101111111111011111111111011101111111
+4,49,6,85,1001111111111111111101111110101111101111111111101110111111111101101111011111011111101111011101111111
+4,49,7,91,1101111111111111111111111110101111101111111111111111111111011111101111111111011111111111011111111101
+4,49,8,89,1011111111001111111011111111101111111101111111111111111111111101101111111111011111111110011111111111
+4,49,9,89,1011111111001111111011111111101111111101111111111111111111111101101111111111011111111110011111111111
+4,49,10,84,1001111111111111111111111011101111111111111110101111011111111001100111110110011111111111111101111110
+4,49,11,85,1001111111101111111111111110101111111101111110111110111101111101101111111111011111101111110111111011
+4,49,12,85,1011111111101111111111111111101111101101111111101110111111111101101111111011011110101111111101111011
+4,49,13,88,1001111111101111111111111110111111111111111111111110111101111111101110111111011111111111111110111010
+4,49,14,86,1101111111101111111111111110100111111111111111111110111101011111101110011111011111101111111111111101
+4,49,15,85,1001111111111111111101111100101111101011111111111110111111111101101111111111011111111111011111101101
+4,49,16,89,1011111110101111111111111111101111111101111111111110011111111101101111111111011111111110111111111111
+4,49,17,86,1001111111001111111011111111101111111101111111111111111101101101101111111111111111101111011111111011
+4,49,18,89,1111111111111111111101111110101111101111111111111110111111111111101111011111011111101111011111111101
+4,50,0,86,1101111111101111111111111110100111111111111111101110111101011111101111011111011111101111111111111101
+4,50,1,89,1101111111111111111111111110101111101111111111111011111111011111101110111111011111111111011111111101
+4,50,2,90,1011111111001111111011111110101111111111111111111111111111111111101111111111011111111110011111111111
+4,50,3,85,1101111111111111111001111111101111101101111111111110111111011101101111011111011111101111011111111101
+4,50,4,87,1001111111111111111101111110111111101111111111111110111101011111101110111111011111111111111110111011
+4,50,5,89,1101111111101111110111111110101111111111111111111111101111111111101111111111011111111111011111111100
+4,50,6,86,1011101111101111111101111111101111101111111111101110111111111101101111011111011111111111011101111111
+4,50,7,85,1001111111011111111011111110101111111101111111111111111111111101101101111111011111001110011111111111
+4,50,8,89,0111111110101111111111111111101101101101111111111110111111111111101111101111011111111111111111111111
+4,50,9,86,1011111111111111111101111110111111111111111111111110011011111101101111011111011111101110011111111101
+4,50,10,88,1001111111111111111011111110100110111111111111111111111111111101101111111111011111110111011111111111
+4,50,11,89,1101111111111111111101111110101111111111111111111111111111011101101111111111011111101111011101111111
+4,50,12,91,1011111111101111111111111111101111111101111111111110111111111101101111111111011111111110111111111111
+4,50,13,87,1011111110001111111011111111101111111101111111111111011111111101101111111111011111111110011111111111
+4,50,14,89,1001111111101111111111111111101111111111111111111111111101111111101110111101011111111111011111111110
+4,50,15,87,1011111111001111111011111110111111111101111111111110111111111101101111111111011111111110111110111011
+4,50,16,90,1011111110101111111111111111101111111101111111111110111111111101101111111111011111111110111111111111
+4,50,17,88,1011111111001111111011111111101111111101111111111111011111111101101111111111011111111110011111111111
+4,50,18,89,1101111101111111111111111110101111101111111101111111111111011111101111111111011111111111011111111101
+4,51,0,90,1001111111111111111011111111111111111101111111111111111111111111101101111111011111111110011111111011
+4,51,1,87,1111111111001111111111111110101111101111111111111011111111011101101110111111011111111111011111111101
+4,51,2,89,0011111110111111111111111111111101101101111111111110111111111111101111101111011111111110111111111111
+4,51,3,85,1111111111101111111101111110101111111111111111111110011011111101101111011111011111100111011111111101
+4,51,4,88,0111111110101111111111111111101111101101111110111110111111111101101111101111011111111111111111111111
+4,51,5,89,1011111110101111111111111111101101111101111111111110111111111111101111111111011111111110111101111111
+4,51,6,89,1101111111101111111011111110101111111111111111111111111111011111101110111111011111111111011111011111
+4,51,7,89,1011111111011111111111111110101111101111111111111011111111111111101111111111011111111110011111111101
+4,51,8,90,1011111111001111111011111110101111111111111111111111111111111111101111111111011111111110011111111111
+4,51,9,90,1011111111001111111011111111101111111111111111111111111111111111101101111111011111111110011111111111
+4,51,10,87,0111111110101111111111111111101101101101111111111110111111111101101111101111011111111111111110111111
+4,51,11,89,1011111111001111111011111111101111111101111111111111011111111111101111111111011111111110011111111111
+4,51,12,87,0001111111101111111111111111101111101101111111111110111111111111101111101111011111111111011111111110
+4,51,13,89,1101111110101111111111111111001101111111111111111111111101111111101110111101011111111111111111111111
+4,51,14,89,1001111101101111111111111111101111111111111111111111111101111111101110111101011111111111011111111111
+4,51,15,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,51,16,89,1101111111111111111111111110101101111111111111111111111111011101101110111111011111111111011111111110
+4,51,17,88,1001111111101111111101111111101111111111111111111111111101111111101111111101011111101111011101111111
+4,51,18,86,1111111101101111111111111110101111111101111101111111111111011101101111111111011101111101011111111101
+4,52,0,89,0011111111111111111011111111111111111101111111111111111111111111101111001111011111111110011111111011
+4,52,1,89,1101111110111111111111111111111101101101111111111110111111111111101101111111011111111110011111111111
+4,52,2,89,1111111111001111111111111110101111101101111111111111011111111111101111111111011111111110011111111111
+4,52,3,89,1011111111111111111011111110101111111111111101111111111111011111101111111111011111111111011111111100
+4,52,4,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,52,5,89,1111111111111111111011111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,52,6,89,1111111111111111111111111110101111101111111101111111111111011111101111011111011111111111011111111100
+4,52,7,89,1111111111111111111111111110101111001111111101111111111111011111101111111111011111111111011111111100
+4,52,8,89,1011111111111111111111111110101111101111111111111011111111011111101111111111011111111110011111111101
+4,52,9,89,1111111111011111111111111110101111101110111101111111111111111111101111111111011111111111011111111100
+4,52,10,87,1101111111111111111111111110101101111111111111111111111111111101101100111111011110111110011111111110
+4,52,11,90,1011111111001111111011111111101111111111111111111111101111011111101111111111011111111111011111111111
+4,52,12,87,1011111111101111111011111110101111111111111101111111111111111111101111111101011111111010011111111101
+4,52,13,92,1111111111111111111111111110101111101111111111111111111111011111101111111111011111111111011111111110
+4,52,14,88,1001111110001111111011111111101111111111111111111111111111111111101111111101011111111110011111111111
+4,52,15,89,1111111111101111111111111110001101111111111111111111111001111111101110111111001111111111111111111111
+4,52,16,92,1001111111111111111111101111111111111101111111111111111111111111101101111111011111111110111111111111
+4,52,17,82,1101111110101010111011101111001101111111111111111111111101111111101010111101011111111111011111111011
+4,52,18,87,1111111110111111111111111010001111101111111101111111111111011111101111111111011111111111011111111100
+4,53,0,88,1101111111101111111111111111101101111111111111111111111101111111101110111101011111101111111101111110
+4,53,1,88,1101111111101111111111111111100101111111111111111111101101111111101110111101011111111111111111111110
+4,53,2,92,1011111111111111111011111111101111101111111111111111111111011111101111111111011111111111011111111111
+4,53,3,91,1111111111001111111111111110101111111111111111111111101111011111111111111111011111111111011111111110
+4,53,4,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,53,5,89,1111111111111111111111111110101111101111111101111111111111011111101111011111011111111111011111111100
+4,53,6,86,1111111110111111111111111010001111101101111101111111111111011111101111111111011111111111011111111100
+4,53,7,90,1111111111001111111111111110101111101111111111111111111111111111101110111111011111111110011111111111
+4,53,8,86,0011111111111111111011111110101111101100111111111111111111011111101111111111011111111111011101111011
+4,53,9,92,1111111111111111111111111111111111111111111111111111111111111111101111001011011111111110011111111110
+4,53,10,88,1111111111101111111111111110001111111111111111111111111001011111101110111111001111111111111111111110
+4,53,11,93,1111111111111111111111111110101101101111111111111111111111111111101111111111011111111111011111111111
+4,53,12,89,1111111111111111111111111110101111101111111101111111111111011111101111011111011111111111011111111100
+4,53,13,86,1111111110111111111111111110101111101111111101111111111111011111101111011111011111111111011110011100
+4,53,14,87,1111111111011110111111111110101111101101111101111111011111011111101111111111011111111110011111111111
+4,53,15,90,1111111111101111111011111110101111101111111111111111111111111111101111111111011111111111011111111100
+4,53,16,90,1111111111111111111111111110101111101111111101111111111111011111100111111111011111111111011111111110
+4,53,17,88,1111111111111111111111111110100111101111111111111111111111011111101111011101011111111111011111111100
+4,53,18,88,0111111111101111111111111110101111101111111111111101011111111111101111111111011111111110011111111110
+4,54,0,90,1101111111101111111111111110101111111111111111111111111101111111101110111111001111111111111111111110
+4,54,1,86,1111111111101111111111111111000101111111111111111111101001011111101110111101011111111111111111111110
+4,54,2,86,1111011111111011111011111110101111101111111111111111111111111111100101111111011111110111010111111110
+4,54,3,89,1111111111101111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,54,4,90,1111111111111111111111111110101111101111111101111111111111011111100111111111011111111111011111111110
+4,54,5,90,1101111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111110
+4,54,6,87,1111111111101110111111111110001111111111111111111111111011001111101110111111001111111111111111111110
+4,54,7,88,1111111111011111111111111110101111101101111111110111111101011111101111111111011111111111011111111110
+4,54,8,91,1111111111111111111111111110101101101111111111111111111111111111101110111111011111111110011111111111
+4,54,9,91,1111111111011111111111111110101111101111111111111111111111111111101111111110011101111111011111111111
+4,54,10,91,1111111111011111111011111111101111111111111111111111101111011111101111111111011111111111011111111110
+4,54,11,92,1011111111101111111111111110101111101111011111111111111111111111111111111111011111111111011111111111
+4,54,12,87,1111111111101111111111111111100101111111111111111111101101111111101110101101011111111111011111111110
+4,54,13,94,1101111111111111111111111111111111111111111111111111111111111111101111011111011111111110111111111110
+4,54,14,88,1111111111101111111111111110101111111111111111111111111111011111101111001111011111011111011111111100
+4,54,15,89,1111111111010111111111111110101111101111111101111111101111011111111111111111011111111111011111111110
+4,54,16,87,1111111111111111111111111110101111101111111101111111111111011111001111001111011111111111011111111100
+4,54,17,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,54,18,91,1111111111101111111111111111111111111111111111111111111111111111101111001011011111111110011111111110
+4,55,0,90,1101111111111111111111111110101111111111111110111111111111011111101111011111011111111111011111111110
+4,55,1,86,1111111111101111111111111110101111101111111101111111111111011111101101101111011111011111011111111100
+4,55,2,90,1111111111111111111011111111101111101111111101111111111111011111101111111110011111111111011111111110
+4,55,3,90,1111111111011111111111111110101111111111111111111111101111011111101111111111011111111111011111111100
+4,55,4,87,1111111111011111111111111110101111101101111101111110101111111111101111111110011101111111011111111111
+4,55,5,91,1111111111010111111111111110101111101111111111111111111111011111111111111111011111111111011111111110
+4,55,6,90,1111111111101111111111111111111111111111111111111111111101111111101111001011011111111110011111111110
+4,55,7,91,1111111111101111111111111111111111111111111111111111111111111111101111001011011111111110011111111110
+4,55,8,90,1011111111101111111111111110101111101111111111111111111111111111100111111111011111111111011111111110
+4,55,9,92,1111111111111111111111111110101111101111011101111111111111011111111111111111011111111111011111111111
+4,55,10,91,1011111111101111111111111111111111101111011111111111111111111111101111111111011111111111011111111100
+4,55,11,90,1111111111101111111111111110101111111111111111111111111111111111111111001111010110111110011111111111
+4,55,12,90,1101111111111111111111111110101111111111111111111111101101111111101111111111001111111111011111111110
+4,55,13,89,1111011111001111111011111111101111111111111111111111111111011111101110111111011111111111110111111110
+4,55,14,90,1101111111001111111111111111101111110111111111111111111111011111101111111111011111111111011111111110
+4,55,15,90,1111111111111111111011111110101111111111111111111111101101111111101110111111001111111111111111111110
+4,55,16,90,1101111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111110
+4,55,17,90,1111111111111111111111111110111111101111111101111111111111011111101111011111011111111111011111111100
+4,55,18,90,1101111111111111111111111110111111101111111101111111111111011101101111111111011111111111011111111110
+4,56,0,87,1011111111101111111011111110101111101111111111111111111111110111101110110111011111111111011111111110
+4,56,1,91,1111111111111111111111111110101111111111111111111111101101111111100111111111001111111111111111111110
+4,56,2,89,1111111111001111111111111110101111101111111111111111111111011111111111111111001111111111011110111110
+4,56,3,89,1011111111110111111111111110101111001111111111111111111111111111100111111111011111111111011111111110
+4,56,4,92,1101111111111111101111111110101111111111111101111111111111011111111111111111011111111111011111111111
+4,56,5,89,1111011111111111111111111110101111101111011101111111111111011111101111111111011111111111011111111110
+4,56,6,90,1111111111011111111111111110101111111111111111111111111111111111111111011111010110111110011111101111
+4,56,7,90,1111111111100110111111111110101111101111111111111111111111011111111111101111111111111111011111111110
+4,56,8,91,1011111111111111111111111110101111101111111111111111111111111111101111111111011111111111011111111100
+4,56,9,88,1111111111001111111111111110101111111111110111111111101111010111100111111111111111111111011111111110
+4,56,10,92,1101111111011111111111111111101111111111111111111111111101111111101111111111011111111111011111111110
+4,56,11,87,1101111111101111111111111110101111110111111111111111101111011111101111111111001110111111011111111110
+4,56,12,89,1111111111010111111111111110101111111111111111111111111111011111101111011111011111111110011111111110
+4,56,13,94,1101111111111111111111111111101111101111111111111111111111111101111111111111011111111111111111111110
+4,56,14,90,1111111111111111111011111111101111111111111101111111111111011111101111011110011111111111011111111110
+4,56,15,89,1101111111111111111111111110001111101111111110111111111111011111101111111111011111111111011111111110
+4,56,16,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,56,17,88,1101111111111111111111111110111111101110111101111111111111011110101111011111011111111111011111111110
+4,56,18,89,1111111111111111111111111110101111111111111111111111111111111111111111101110010110111100011111111110
+4,57,0,92,1101111111001111111111111111101111101111111111111111111111111101111111111111011111111111111111111110
+4,57,1,91,1111111111111111111111111110101111101111111111111111111111011111111111111111001111111111011110111110
+4,57,2,89,1111111111110111111111111110101111101111111111111111111111011111101111101111011111111111011111111100
+4,57,3,91,1111111111101110111111111110101111101111111111111111111111011111111111111111111111111111011111110110
+4,57,4,90,1111110111101111111111111110101111101111111111111111111111111111101111101111111111111111011111110110
+4,57,5,86,1111101111110110111111111110101011111111111111111111101101011111110111111111001111111110111111111110
+4,57,6,90,1111111111111111111111111110101111111111111111111110101101011111101111111110011111111111111111111110
+4,57,7,90,1111111111111111111011111111101111111110111101111111111111111111100111011111001111111111011111111111
+4,57,8,90,1011111111111111111111111110101111101111111111111111111111011111100111111111011111111111011111111110
+4,57,9,88,1111111111110111111111111110101111011111111111111111101101111111100111111111001111111101111111111110
+4,57,10,87,1101111111111111111111111110101111101111111101111111111111011111001111011111010111111111011111111110
+4,57,11,86,1111111111111111111111110010111111101110111101111111101111011110101111111111011111111111011111111100
+4,57,12,87,1101111111011111101111111110101110111111111101111111111101011111111111111111011100111111011111111111
+4,57,13,91,1101111111111111101111111110101111111111111101111111111111011111111111111111011111111110011111111111
+4,57,14,90,1111111111111111111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,57,15,89,1111111111111110111111111110101111101111111101111111111111011111101111111111011111111111011111111100
+4,57,16,89,1111111111110110111111111110101111101111111111111111111111011111111111001111111111111110011111111110
+4,57,17,90,1111111111001111111111111110101111111111111111111111111111011111111111111111010110111111011111101111
+4,57,18,92,1101111111011111111111111111101111111111111111111111111101111111101111111111011110111111111111111110
+4,58,0,88,1111111111101111111111111110101111101111111111111101111111011101101111111111011111111111011111111100
+4,58,1,91,1101101111011111111111111111101111001111111101111111111111111111111111111111011111111111111111111110
+4,58,2,88,1101111111101111111111111110101111101111111101111111111101011111111111111011111111111111011111110110
+4,58,3,92,1111111111111110101111111110101111111111111111111111111111011111111111111111011111111110011111111111
+4,58,4,89,1111111111111111111111111110101111101111111111111111111111011111110111111111001111111101011110111110
+4,58,5,90,1111111111110111111111111110101111011111111111111111101101111111101111111111001111111111111111111110
+4,58,6,89,1101111111101111111111111101101111101111111111111111111111111101111111111111001111111101011111111110
+4,58,7,94,1101111111011111111111111111101111101111111111111111111111111101111111111111011111111111111111111111
+4,58,8,90,1111111111001111111111111110101111111111111111111111111111011111111111111111011110111111011111101110
+4,58,9,89,1111111111111110111111111110101111101111111101111111111111011111101111111111010111111111011111111101
+4,58,10,88,1111110111100111111111111110101111011111111111111111111111111111100111101111011111111101111111111110
+4,58,11,90,1111111111111111111111111110101111101111111111111111101101111111101111111111101111111111011111110110
+4,58,12,90,1111111111111110111011111110101111101111111111111111111111011111111111111111011111111111011111110110
+4,58,13,87,1111111111101110111111111010101111101111111101111111111111011111101111111111111111111011011111111100
+4,58,14,89,1101111111111111111011111101101111101111111101111111111111111101111111111111001111111111011111111110
+4,58,15,92,1111111111111111111111111111101111111110111111111111111111111111100111011111001111111111011111111111
+4,58,16,89,1111111111111110111111111110101111101111111111111111111101011111101111111111011111111111011111110110
+4,58,17,92,1111111111101111111111111110101111111111111111111110101111011111111111111110111111111111111111111110
+4,58,18,88,1101111111111111111111110110101111101110111101111111111111011101111111111111011111111111011111111110
+4,59,0,87,1111111111111111111111111100101111101111110111111111101101111111101111111111001111111111011111111100
+4,59,1,93,1111111111111111111111111111101111101111111111111111111111111111101111111111101111111111011111110110
+4,59,2,90,1111111111111111111111111110101111101111110111111111111101011111101111111111011111111111011111111110
+4,59,3,84,1111111111101110111111111110101111101111111101111101111011011101101111111111011111111111011111110100
+4,59,4,89,1101111111101111111111111101101111101111111101111111111111111101111111111111001111111111011111111110
+4,59,5,87,1001111111111111111011111101101111101111111111011111111111111101111111111111001111111101011111111110
+4,59,6,89,1111111111110111111111111110101111001111111111111111101101111111101111111111001111111111111111111110
+4,59,7,89,1111111111111110111111111110101111111111111101111111111111011111101111111111010111011111011111111101
+4,59,8,92,1111111111111111111111111110101111101111111111111111101111011111111111111111101111111111011111111110
+4,59,9,87,1111111111001111111111111110101111111111111111111111111101111111101111111111011010111111011111100110
+4,59,10,88,1111111111100111111111111110101111011111111111111111111111101111100111101111011111111101111111111110
+4,59,11,91,1101110111011111111111111111101111101111111111111111111111111101111111111111010101111111111111111111
+4,59,12,90,1111111111101110111111111110101111101111111111111111111111011111111111111111001111111111011111111110
+4,59,13,89,1101111111111111111011111101101111101111111111111111111111111101111111111111011111111101011111110110
+4,59,14,90,1111111111111110111111111111101111111110111111111111111111111111100111011111011111111111011111110110
+4,59,15,90,1111111111111111111111111110101111101111111111111111111101011111101111111111001110111111011111111111
+4,59,16,93,1101111111111111111111111110101111101111111111111111111111011101111111111111011111111111111111111111
+4,59,17,90,1111111111011110111011111111101111101111111111111111111111111111111111111111011111111111011111110010
+4,59,18,90,1111111111111110111011111110101111101111111111111111111111011111111111111111011111111111011111110110
+4,60,0,90,1111111111001110111111111110101111101111111111111111111111011111111111111111100111111111111111111110
+4,60,1,91,1101110111111111111111111111101111101111111111111111111111111101011111111111011101111111011111111111
+4,60,2,91,1111111111011111111111111111101011101111111111111111101111011111111111111111111111111111011111110110
+4,60,3,90,1111111111111110111011111110101111101111111111111111111111111111111111111111001111111111011111111010
+4,60,4,90,1111111111111111111111111110101111101111110111111111111111111111101111111111001111111111011111110110
+4,60,5,87,1111111111111110111011111100101111101111111111111111101101011111111111111111011111111110011111111110
+4,60,6,90,1111111111111111111111111110101010101111110111111111111101011111101111111111011111111111111111111111
+4,60,7,89,1101111111111111111111111110001111101111111111111111111111011101011111111111011111111111011111111110
+4,60,8,88,1111111111111111111011111010101111101111111111111111111101011111101111111111011111111111011111110110
+4,60,9,91,1111111111111110111111111110101111101111111111111111111111011111111111111111001110111111011111111111
+4,60,10,93,1111111111111111111111111111101110111111111111111111111111111111101111111111101111111111011111110110
+4,60,11,88,1111111111111110111111101111101111101110111111111111111111111111100111011111011111111111011111110110
+4,60,12,91,1111111111011111111111111110101111101111111111111111101111011111111111111111101111111111011111111110
+4,60,13,90,1111111111101110111111111110101111101111111111111111111111011111111111111111001111111111011111111110
+4,60,14,88,1111111111111110111111111100101111101111111101111111111111011111111111111111010111111111011111111100
+4,60,15,90,1101111111101111111111111111101111111111111101111111111111111101101111111111001111011111011111111111
+4,60,16,87,1111111111111110111111111110101111101111111111111111101101011111101011111111011111111111011111110110
+4,60,17,88,1111111111110111111001111110101111001111111111111111111111111111101111111111001111011111111111111110
+4,60,18,89,1101111111111111111011111101101111101111111111110111111111111111111111111111011111111101011111110110
+4,61,0,91,1111111111011111111111111110101111101111111111111111101111111111111111111111111111111101011111110110
+4,61,1,89,1101111111111111111011111101101111101111111111110111111111011111111111111111001111111111011111111110
+4,61,2,88,1111111111111110111111101110101111101110111111111111111111011111110111111111011111111111011111110110
+4,61,3,88,1111111111011110111111111111101111101111111111111111100111111111101111011111101111111011011111111110
+4,61,4,93,1111111111111110111111111110101111101111111111111111111111111111111111111111011110111111011111111111
+4,61,5,89,1101110111111111111111111111101111101111111111111111111111011101011111111111001101111111011111111111
+4,61,6,93,1111111111111111111111111110101111101111111111111111111111111111111111011111101111111111011111111110
+4,61,7,89,1111111111011011111111111111101110111111111111111111101111011111101111111111101111111111011111110110
+4,61,8,88,1101111111111111111011111101101101101111111111110111101111111111111111111111011111111111011111111010
+4,61,9,87,1111111111111100111011111110101111101111011111111111111111111111111111111111001111111101011111110110
+4,61,10,87,1111111111110111111011111010101111001111111111111111111101011111101111111111011111111111011111111110
+4,61,11,86,1111111111111110111001111110101111101111111111111111111011111011101111111111001111011111111111110110
+4,61,12,87,1101011111111111111011111111101111101111111101111111111111111101101111111111001111111101011111110111
+4,61,13,92,1101111111101111111111111111101111111111111111110111111111111111111111111111011111011111011111111110
+4,61,14,91,1101111111111111111111111110101111101111111111111111111111011111011111111111011111111111011111111110
+4,61,15,88,1111111111101110111111111110001111101111111111111111111111011111111101111111001111111111011111111110
+4,61,16,84,1111110111111111111111111110101111101111110111111111111100011101101111111111010111101111011111011110
+4,61,17,92,1101111111111111111111111111101111101111111111111111111111111101011111111111011101111111011111111111
+4,61,18,88,1111101111111111111011111110101111001111111111111111111111111111101111111111001110011111111111111110
+4,62,0,93,1101111111101111111111111111101111111111111111110111111111111111111111111111111111011111011111111110
+4,62,1,90,1111111111011111111111111110101111101111111111111111101111111111111111111111011111111101011111110110
+4,62,2,88,1001111111111111111111111110001111101111111111111111110111011111011111111111011111111111011111111110
+4,62,3,91,1101111111111111111111111110101111101111111111111111111111011111011111111111011111111111011111111110
+4,62,4,84,1111101111111110111011111110101111001111111111111111100111111111101111011111001110011111111111111110
+4,62,5,91,1111111111011111111111111111101111101111111111111111111111111111101111111111101110111011011111111110
+4,62,6,89,1101110111111111111111111111101111101111111111111111111101011101111111111111001101111111011111111111
+4,62,7,91,1111111111111111111111111110101110101111111111111111111111111111011111011111101111111111011111111110
+4,62,8,91,1101111111101111111111111111101111101111111111110111111111111111111111111111011110011111011111111111
+4,62,9,94,1111111111111110111111111111101111101111111111111111111111111111111111111111011111111111011111111110
+4,62,10,93,1111111111111110111111111110101111101111111111111111111111111111111111111111011110111111011111111111
+4,62,11,93,1111111111111110111111111110101111101111111111111111111111111111111111111111011110111111011111111111
+4,62,12,89,1111101111111111111011111110101111101111111111111111111111111111101111111111001110011111111111111110
+4,62,13,90,1101111111101111111111111111101111011011111111110111111111111111111111111111011111011111011111111110
+4,62,14,92,1111111111011110111111111110101111101111111111111111101111111111111111111111011111111111011111111111
+4,62,15,92,1111111111111111111111111110101111101111111111111111111101111111111111111111111111111101011111110110
+4,62,16,92,1111111111111110111111111111101111101111111111111111111111111101011111111111011101111111011111111111
+4,62,17,92,1101111111111111111111111110101111101111111111111111111111111111111111111101011110111111011111111111
+4,62,18,87,1111111111011111111111111110101111101110111111110111100111111111101111011111101111111111011111111110
+4,63,0,91,1101111111111111111111111110101111101111111111111111111111111111111111111101111110011111011101111111
+4,63,1,91,1101111111101111111111111111101111111111111111110011111111111111111111111111011101111111011111111110
+4,63,2,93,1111111111111110111111111111101111101111111111111111111111111101011111111111011111111111011111111111
+4,63,3,93,1111111111111110111111111111101111101111111111111111111111111111111111111111011101111111011111111110
+4,63,4,92,1111111111111110111111111111101111111111111111110111111111111101011111111111111101111111011111111110
+4,63,5,91,1101011111101111111111111111101111101111111111111111111111111111111111111111001111011111011111111111
+4,63,6,87,1011111111111011111111111110001111101111111111111111110101111111111111111111011111111101011111110110
+4,63,7,90,1101111111111111111111111110101111101111111111111111111111011111011111111111111111101101011111111110
+4,63,8,93,1101111111101111111111111111101111101111111111111111111111111111111111111111111111011111011111111110
+4,63,9,92,1111111111111111111111111110101111111111111111110111111101111111111111111111111111111101011111110110
+4,63,10,90,0111111111111111111111111111101111101110101111111110111101111111111111111111011111111111011111111110
+4,63,11,93,1111111111111110111111111111101111101111111111111111111111111111111111111111111111111101011111110110
+4,63,12,92,1111111111111110111111111110101111101111111111111111111111111101111111111111011101111111011111111111
+4,63,13,95,1111111111111110111111111111101111101111111111111111111111111111111111111111111110111111011111111111
+4,63,14,89,1111110111011111111111111110101111101111111111111111101111111111111111111111011111111101011111110110
+4,63,15,94,1111111111111110111111111111101111101111111111111111111111111111111111111111011111111111011111111110
+4,63,16,90,1111111111111111111111111111001111101111111111111111111111111111011111011111101111111111001111101110
+4,63,17,89,1111111111111110111111111110101110101111111011111111111111111111111111011111101111111011011111111110
+4,63,18,87,1101111111101111011111111111001111111011111111110111111110111111111111111111011111011111011011111110
+4,64,0,89,0111111111111110111111111101001111101110111111111111111101111111111111111111111111111111011111110110
+4,64,1,90,1111111111111111111110111111101111101111101111111110111111111111111111111111011101111101011111111110
+4,64,2,88,1101011111101111011111111111101111111111111111111101111110111111111111111111011111011111011011111110
+4,64,3,89,1101111111101111111111111111001111101111111111110111111111111111111111111111001111011111011111111110
+4,64,4,86,1111011111001111111111111110101111101111111111111111101111101111111111111111001111011111011111110110
+4,64,5,91,1101110111111111111111111111101111101111111111111111111111110111111110111111011111111101011111111111
+4,64,6,89,1111110111111111111111111110101111101111111111111111101111111111111111111111011111111100011111110110
+4,64,7,92,1111111111011110111111111111101111101111111111111111111111111111111111111111111111111101011111110110
+4,64,8,91,1111111111111110111111111111101110101111111111111111111111111111111111111111011101111011011111111110
+4,64,9,92,1111111111111110111111111111101111101111111111111111111110111111111111111111111111111101011111110110
+4,64,10,91,1111111111111110111111111110001111101111111111111111111111111111111111111111011100111111011111111111
+4,64,11,88,1101101111111111111111011110101111101111101111111111111111111101111111111101111111011111011101111111
+4,64,12,92,1111111111111110111111111111101110101111111111111111111111111111111111011111101111111011011111111111
+4,64,13,91,1111111111111100111111111110101111101111111011111111111111111111111111111111111110111111011111111110
+4,64,14,91,1111111111111110111111111110101111101111111111111111111111111101011111111111011101111111011111111111
+4,64,15,92,1111111111111110111111111111101111101111111111111111111111111101101111111111011111011111011111111111
+4,64,16,96,1111111111111111111111111111101111101111111111111111111111111111111111111111011111111111011111111111
+4,64,17,89,1101011111101110111111111111101111101111111111111111111111111111111111111111001111011111011111111110
+4,64,18,92,1101111111101110111111111111101111101111111111110111111111111111111111111111011111111111011111111111
+4,65,0,92,1111111111111110111111111111101111101111111111111111111111111111011111111111001101111111011111111111
+4,65,1,91,1111111111111110111111111110111111101111111111111111111111111101101111111111011111011111011011111111
+4,65,2,91,1101111111111110111111111111101111101111111111111111111111111111111110111111011111111101011111111110
+4,65,3,90,0111110111011111111111111111101111101111111111111111011111110111111111111111111111111101011111110111
+4,65,4,94,1111111111111110111111111111101111101111111111111111111111111111111111111011011111111111011111111111
+4,65,5,93,1111111111111111111111111111101110101111111111111111111111111111111111111111011101111111011111111110
+4,65,6,88,1101110111011110111111111111101111101111111111111111111111111111111101111111011111111101011111110110
+4,65,7,94,1111111111101110111111111111101111101111111111110111111111111111111111111111111111111111011111111111
+4,65,8,92,1111111111111110111111111111101110101111111111111111111111111111111111111111101111111101011111111110
+4,65,9,90,1111111111111111111110111111101111101111101111111110111111111111111111011111011101111011011111111111
+4,65,10,91,1111111111111110111111111111101111101111111111111111111110111111111111111101111111111101011111110110
+4,65,11,96,1111111111111111111111111111101111101111111111111111111111111111111111111111011111111111011111111111
+4,65,12,91,1111111111111110111111111111101110101111111111111111111111111111111111011111101111111011011111111011
+4,65,13,91,1111111111111110111111111111101110101111111111111111111111111111111111011111101111111011001111111111
+4,65,14,88,1111111111101111111111111111101111101111111111110111111111111101111111110111001111111101011111110110
+4,65,15,91,1101111111111110111111111111001111101111111111111111111110111111111111111111111111011111011111111110
+4,65,16,89,0111111111111110111111111101001111101111111111011111111101111111111111111111111111111111011111110110
+4,65,17,92,1111101111111111111111111111101111101110111111111111111111111111111111111111011110101111011111111111
+4,65,18,91,1111111111111111111111111111101111101111111111011111011111111111111110111111111110011111011111111110
+4,66,0,92,1111111111111111111111111111101111101111101111111111111111111111111111011111011101111111011111101111
+4,66,1,89,1111111111111110111110111111101111101111111111111110111111111111011111111111001101111011011111111111
+4,66,2,90,1111111111111110111111111111101111101111111111111111111111111101101111111111011111011111011111111010
+4,66,3,92,1111111111111100111111111110111111101111111111111111111111111111111111111011011111111111011011111111
+4,66,4,90,1111111111111111111111111111101111101111111111011111011111111111011110111111111100011111011111111111
+4,66,5,93,1111111111111110111111111111101111101111111111111111111111111111111111111111001111111111011111111110
+4,66,6,87,1111111111111110111111111111101110101111101111101110111111111111111111010111111101111011001111111111
+4,66,7,92,1111111111111111111110111111101111101111011111111111111111111111111111011111011111111011011111111111
+4,66,8,87,0111111111111110111111111111001111101111110111011111111100111111111111111111011111111111011111110110
+4,66,9,90,1101111111111110111111111101101111101111111111111111111111111111111110111111011111111101011111111110
+4,66,10,93,1111111111111111111111111110111111101111111111111111111111011111101111111111011111011111011111111111
+4,66,11,94,1111111111111110111111111111101111101111111111111111111111111101111111111111011111111111011111111111
+4,66,12,91,1111111111111111111111111111101110101111111011111111111111111111111111111111011101111110011111111110
+4,66,13,92,1111111111111110111111111111101111101111111111111111111111111111011111111111001101111111011111111111
+4,66,14,91,1111111111111110111111111111101111101111111111111111111111110111111111011111001111111111001111111111
+4,66,15,89,1111101111111111111111111111101110101110111111111111111111011111111111111111111110001011011111111111
+4,66,16,94,1101111111111111111111111111101110101111111111111111111111111111111111111111011111111111011111111111
+4,66,17,92,1110111111111111111111111111101111111111111111111111111111111111111101111111011101011111011111111110
+4,66,18,95,1111111111111111111111111111101101111111111111111111111111111111111111111111011110111111011111111111
+4,67,0,91,1101111111111110111111111111101111111111111111111111111111111111111111111111001101111011011111101111
+4,67,1,91,1111111111111111111111111111101111101111101111111111111110111111011111011111011101111111011111111111
+4,67,2,91,1111111111111110111110111111101111101111111111111111111111111111111111011111011111111011011111111110
+4,67,3,91,1111111111111111111111111111101111101111011111111111111111111101101111111111011111011111011111111011
+4,67,4,91,1111111111111110111111111111101111101111111111111111111111011111001111111111001111111111011111111111
+4,67,5,94,1111111111111111111111111110111111101111111111111111111111111111111111111111011101011111011111111111
+4,67,6,92,1111111111111110111111111111101110101111111111111111111111111111011111111111011101111111011111111111
+4,67,7,90,1111111111111111111111111111101111101111111011111111011111111111111111111111001101111110011111111110
+4,67,8,94,1111111111111111111111111110111111111111111111111111111111011111111111111111011111011111011111111110
+4,67,9,89,1110111111111111111011111111111111101111111111111111011111111111101101111111011100011111011111111111
+4,67,10,91,1001111111111111111111111111101110101111111111111111111111111111101111111111011111111111011111101111
+4,67,11,93,1101111111111111111111111111101110101111111111111111111111111111111111110111011111111111011111111111
+4,67,12,93,1111111111111101111111111110111111110111111111111111111111111111111111111011010111111111011111111111
+4,67,13,92,1111111111111110111111111111101101101111111111111111111111111111111111111111011110111111011011111111
+4,67,14,92,1111111111111110111111111111101111101111111111111111111111111101111111011111011101111111011111111111
+4,67,15,93,1111111111111111111111111111101111101111101111111111111111111011111111111111011111111111011111101111
+4,67,16,92,1111111111110111111111111111101101111111111111111111111111111111111111111111001100111111011111111111
+4,67,17,93,1111111111111110111111111111101111101111111111111111111111111111111101111111011111111111011111111110
+4,67,18,87,1101111111111110111111111100101101101111111111111111111111111111111110111011011111111101011111111110
+4,68,0,94,1111111111111111111111111111111111101111111111111111111111111111011111111111011111011111011111111110
+4,68,1,91,1111111111111110111111111110101111111111111111101111111111011111111101111111011111111111011111111110
+4,68,2,92,1111111111111110111111111110111111100111111111111111111111111111111111111111011101011111011111111111
+4,68,3,93,1111111111110101111111111110111111111111111111111111111111111111111111111011010111111111011111111111
+4,68,4,93,1111111111111111111111111110111111111111111111111111111111011111111111111111011111011011011111111110
+4,68,5,93,1111111111111111011111111110111111111111111111111111111111011111111111111111011111011111011111111110
+4,68,6,89,1101111111111110110111111111001110101111111111111111111111111111001111111111011111111111011111111111
+4,68,7,92,1111111111111110111111111111101111101111111111111111111111011111111111110111001111111111011111111111
+4,68,8,92,1101111111111110111111111111101110101111111111111111111111111111111111110111011111111111011111111111
+4,68,9,93,1111111111111110111111111111101111101111111111111111111111111111111101111111011111111111011111111110
+4,68,10,93,1111111111111110111111111111101111101111111111111111111111111111111111011111011111111111011111111110
+4,68,11,90,1111111111111110111110111111101111101111111111111111111111111111111101111111001111111011011111111110
+4,68,12,91,1111111111111101111111111110101110111111111111111111111111111111111111111111010111011111011111111101
+4,68,13,91,1111111111111010111111111111111111100111111111111111111111111111011111111011011101111111011111111111
+4,68,14,92,1111111111111111111111111110111111101111011111111111111111111111111111111111011101011111011111111110
+4,68,15,94,1111111111111111111111111110111111111111101111111111111111011111111111111111011111011111011111111111
+4,68,16,91,1111111111111110111111111111101101101111111111111111111111111111111111111111011110110111011011111111
+4,68,17,88,1111101111111110111111111111101111101111111111100111111111011111001111111111001111111111011111111111
+4,68,18,88,1111111111111111111111111111101111101111011110111111111111111001100111111111011111011111011111111011
+4,69,0,91,1111111111111111111111111110111111111111011111111111111111011111111111111111011101011011011111111110
+4,69,1,94,1111111111111111111111111110111111101111111111111111111111111111111111111111011111011111011111111110
+4,69,2,92,1111111111111111111111111110111111111111101111111111111111011111111111111111011111011111011111101110
+4,69,3,94,1111111111111111011111111110111111111111111111111111111111011111111111111111011111011111011111111111
+4,69,4,93,1111111111111111111111111110101111101111011111111111111111111111111111111111011111011111011111111111
+4,69,5,88,1111111111111110111111111111111111101111111111011111111111011111110111110111001001111111011111111110
+4,69,6,91,1111011111111111111111111111101111101111101111111111111111111111011111111101011111111111011111101111
+4,69,7,92,1111111111111111111111111111110111101111111111111111111111111111111011111111010111011111011111111110
+4,69,8,91,1111111111111010111111111110111111100111111111111111111111111111111111011111001111111111011111111111
+4,69,9,92,1111111111111110111111111111101111101111111111111111111111111111111111111111011101011111011111111110
+4,69,10,91,1101111111111111111111111110011111110111101111111111111111011111111111111111011111011111011111111111
+4,69,11,91,1111111111111110111111111110111111101111111111011111111111111111111111111111011001011111011111111111
+4,69,12,93,1111111111111110111111111111101111101111111111111111111111111111111111110111001111111111011111111111
+4,69,13,90,1111111111111110111111111111101111101111111111111111111110011111111101111111011111111111010111111110
+4,69,14,95,1111111111111110111111111111101111101111111111111111111111111111111111111111011111111111011111111111
+4,69,15,91,1111111111110101111111111110111111111111111111111111111111111111111111011011010111111111011111111110
+4,69,16,92,1111111111111111111111111110111111111111011111111111111111011111111111111011011111011111011111111110
+4,69,17,91,1111111111111111111111111110111111101111111111111111111111111111111111111101011101011011011111111110
+4,69,18,89,1111111111110010111111111110111111110111111111111111111111111011011111111011011111111111011111111110
+4,70,0,96,1111111111111111111111111111101111101111111111111111111111111111111111111111011111111111011111111111
+4,70,1,90,1111111111111110111111111110101111101111011111101101111111111111111111111111011111011111011111111111
+4,70,2,89,1111011111111111111111111111101111100111101111111111111111111111001111011111011111011111011111111111
+4,70,3,89,1111111111111010111111111110111111100111111111111111111111111111111111111101000111111111011111101111
+4,70,4,92,1111111111111111111111111111111111101111111111111111111111101111111111111011010101011111011111111111
+4,70,5,93,1111111111111101111111111110111111101111111111111111111111111111111111111111011111011111011111111110
+4,70,6,93,1111111111111111111110111110111111111111111111111111111111011111111111111011011111011111011111111111
+4,70,7,91,1111111111111111011111111110111111111111011111111111111111011111111101111111011111011111011111111110
+4,70,8,91,1111111111111111011111111111111111101011111101101111111111011111111111111111011111011111011111111111
+4,70,9,92,1111111111111101111111111110111111111111111111111111111111111111111111111011010101111111010111111111
+4,70,10,93,1111111111111110111111111110111111100111111111111111111111111111111111111111011111011111011111111111
+4,70,11,91,1111111111111111111111111110111111101111111111011111111111111111111111111111011001011111011111111110
+4,70,12,94,1111111111111111111111111111100111101111111111111111111111111111111011111111011111111111011111111111
+4,70,13,93,1111111111111110111111111111111111101111111111111111111111111111111111111111010111011111011111111110
+4,70,14,94,1111111111111111111111111111111111101111111111111111111111111111111111111110011111011111011111111110
+4,70,15,94,1111111111111110111111111110101111101111111111111111111111111111111111111111011111111111011111111111
+4,70,16,92,1111111111111111111111111110101111111111011111111111111111011111111111111111011111011111011111111110
+4,70,17,92,1111111111111111111111111110111111101111011111111111111111111111111111111011011111010111011111111111
+4,70,18,92,1111111111111101111111111111111111101111111111111111111111111111111111111011010101011111011111111111
+4,71,0,89,1111111111011111111111111111111111101011101101101111111111011111111111111111011111001111011111111111
+4,71,1,91,1111111111111111011111111111111111101111111111111111111111101111111111111011010101011111011111111111
+4,71,2,90,1111111111111110111110110100111111101111111111111111111111111111111111111111001111011111011111111111
+4,71,3,94,1111111111111111111111111110101111111111111111111111111111011111111111111011011111111111011111111111
+4,71,4,92,1111111111111101110111111111111111101111111111111111111111111111111111111111010111011111011111111110
+4,71,5,90,0111111111111101111111111110111111101111111111111110111111111111111111111011011101011111011111111111
+4,71,6,92,1111111111111111111110111110111111111111111111111111111111011111111101111011011111011111011111111111
+4,71,7,90,1111111111111111011111111110111111111111011111111111111111011111111111111101011111011011011111111110
+4,71,8,95,1111111111111111111111111111111111101111111111111111111111111111111111111111010111011111011111111111
+4,71,9,94,1111111111111111111111111111101111101111111101111111111111111111111111111111011111111111011111111110
+4,71,10,90,1111111111111110111111111111111111101111111111111111111111111011111111111011010111011111010111111110
+4,71,11,92,1111111111111110111111111111111111101111111111101111111111111111111111111111010111011111011111111110
+4,71,12,93,1111111111111111111111111110111111111111111111111111111111111111111111111011010101111111010111111111
+4,71,13,95,1111111111111101110111111111111111101111111111111111111111111111111111111111011111111111011111111111
+4,71,14,91,1111111111111111111101111110111111100111111111111111111111111111111111111111011111011111001111111110
+4,71,15,95,1111111111111110111111111110111111101111111111111111111111111111111111111111011111111111011111111111
+4,71,16,91,1111111111111111111110111010101111101111111111111111111111011111111111111011011111111111011111111111
+4,71,17,93,1111111111111110111111111110111111110111111111111111111111111111111111111111011111011111011111111101
+4,71,18,93,1111111111111111111111111111101111101111111111111111111111111111111111111111010111001111011111111111
+4,72,0,93,1111111111111111111111111111001011101111111111111111111111111111111111111111011111101111011111111111
+4,72,1,91,1111111111111111111111111111100111101111111101111111111111111111111111111111010111011111011111111110
+4,72,2,94,1111111111111110111111111110111111101111111111111111111111111111111111111111011111101111011111111111
+4,72,3,93,1111111111111111111111111110111111101111111111111111111111111111111101111111010111011111011111111111
+4,72,4,95,1111111111111111111111111111111111101111111111111111111111111111111111111111010111011111011111111111
+4,72,5,92,1111111111111111111110111110111111111111111111111111111111011111111101111011011111011111011111111111
+4,72,6,92,1110111111111111111111111111111111101111111111111111111111111111111111111011010111011111011101111111
+4,72,7,93,1111111111111111111111111111101111101111111111111111111111111111111111111111110111001111010111111111
+4,72,8,91,1111111111111111111110111111101111101111111111111111111111011111111101111011011111011111011111111111
+4,72,9,95,1111111111111110111111111110111111111111111111111111111111111111111111111111011111111111011111111110
+4,72,10,91,1111111111111111111111111111111111101111111111111111111111111101111111111011010111011111010111111110
+4,72,11,89,1111111111111110111111111110111111111111111111111111111111111011111111111011010101111101010111101111
+4,72,12,92,1111111111111111111111111111101111101111111101111111111111111111111111111011011111111111010111011111
+4,72,13,93,1111111111111111111111111110111111111111111111111111111111111111111111111111010101111111011111101110
+4,72,14,92,1111011111111111111111111111101111101111111110111111111111111111111111111111011111011111011111111110
+4,72,15,91,1111111111111110111111111110101111111111111111101111111111011111111111111011010111111111011111111111
+4,72,16,93,1111111111111101111111111111101111101111111111111111111111111111111111111111010111011111011111111111
+4,72,17,95,1111111111111111110111111111111111101111111111111111111111111111111111111111011111101111011111111111
+4,72,18,94,1111111111111101110111111111111111101011111111111111111111111111111111111111011111111111011111111111
+4,73,0,90,1111111111111101111110111110111111101111111111111111111111011111111101111011011111011111011111111111
+4,73,1,97,1111111111111111110111111111111111111111111111111111111111111111111111111111011111111111011111111111
+4,73,2,88,1111011110111111111111111110101111101111111111111111111111111111111101011111011111011111010111111110
+4,73,3,92,1111111111111111111011111111111111101111111110111111111111111111101111111111010111011111011111111111
+4,73,4,92,1111111111111110111101111110011111101111111111111111111111111111111111111111010111111111011111111111
+4,73,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111011111011111011111111110
+4,73,6,93,1111111111111100110111111111111111101111111111111111111111111111111111111111010111111111011111111111
+4,73,7,91,1111111111111111111111111111100111101111111101111111111111111111111111111111011111011111011101111110
+4,73,8,93,1111111111111111111111111110111111101111111111111111111111111111111111111111010111111111011111101110
+4,73,9,95,1111111111111111110111111111111111111111111111111111111111111111111111111111011101101111011111111111
+4,73,10,91,1111111111111101110111111111101111101111111011111111111111111111111111111111011111101111010111111111
+4,73,11,95,1111111111111111111111111111111110101111111111111111111111111111111111111111110111011111011111111111
+4,73,12,91,1111111111111111111111101110111111101111111111111111111111011111111101111111010111011111011111111111
+4,73,13,91,1111111111111111111111111110111111101111111111111111111111111111111101111111010111011111011111011101
+4,73,14,91,1111111111011110101111111111111101101111111111111111111111111011111111111111011111011111011111111111
+4,73,15,91,1111111111111111111111111110111111101111111111111111111111111101111111111011010111111111010111111110
+4,73,16,92,1111111111111110111111111110111111111111111111011011111111111111111111111111011111101111011111111110
+4,73,17,96,1111111111111111110111111111111111101111111111111111111111111111111111111111011111111111011111111111
+4,73,18,91,1111111111111110111111111110111111101111111111111111111111011111111111111011010111101111011111111111
+4,74,0,92,1111111111111101111011111111111111101111111111111111111111111111111111111111000111011111011111111111
+4,74,1,89,1111111111111100110101111111111111101111111110111111111111111111101111111110010111111111011111111111
+4,74,2,88,0111111111111101111010111110111111111111111111111111111111011111111101011011011111111111011111111110
+4,74,3,90,1111111111101111111111111110111111101111111111111111111111111101111111111011010111011111010111111111
+4,74,4,92,1111111111111111100111101111111111101111111111111111111111011111111101111111011111111111011111111111
+4,74,5,95,1111111111111111111111111110111111111111111111111111111111111111111111111111010111011111011111111111
+4,74,6,95,1111111111111111110111111111111111111111111111111111111111111111111111111111011101101111011111111111
+4,74,7,90,1111111111101100110111111111111111101111111111111111111111111111111111111111010111111110010111111111
+4,74,8,94,1111111111111111111111111111111111100111111111111111111111111111111111111111010111111111011111101111
+4,74,9,93,1111101111111111110111111110111111101111111111111111111111111111111111111111011111111111011111111110
+4,74,10,93,1111111111111111110111111111111111101101111111101111111111111111111111111111011111111111010111111111
+4,74,11,92,0111111111111111110111111111101111101111111111111101111111111111111111111111011111111111011111011111
+4,74,12,91,1111111111111111111111111110111111101111111111111111111111111101111111111111010111011111010111111110
+4,74,13,95,1111111111111111110111111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,74,14,92,1111111101111111111111011110111111101111111111011011111111111111111111111111011111111111011111111111
+4,74,15,92,1111011111111110110111111111111111111111111111111111111111111111111111111111011011001111111111111110
+4,74,16,93,1111111111111111111111111110111111111111111111111111111111111101111111111011011111111111010111111110
+4,74,17,91,1111111111111110110111111111111111101110111111111111111111111111111111111111010111111011011111111101
+4,74,18,92,1101111111111111110111111100111111111111111111111111111111111111111111111111011101101111011111111111
+4,75,0,95,1111111111011111111111111111111111111111111111111111111111111111111111111111011101101111011111111111
+4,75,1,89,1111111111111011110111111110111111101111111111111111111111111101111111111111010111011111010111111110
+4,75,2,95,1111111111111111110111111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,75,3,95,1111111111111111110111111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,75,4,95,1111111111111111111111111111111111100111111111111111111111111111111111111111010111111111011111111111
+4,75,5,94,1111111111111111111111111110111111111111111111111111111111111111111111111111010111011111011111101111
+4,75,6,94,1111111111111111110111111111111111111111111111111111111111111111111111111101011111001111011111111111
+4,75,7,91,1111011111111110110111111111111111111111111111111111111111111111111111111111011001101011111111111110
+4,75,8,89,1111110111111111010111111111111111101110111111111111111111111111111111111111011101101011011111111101
+4,75,9,94,1111111111111110110111111111111111111111111111111111111111111111111111111111010011111111011111111111
+4,75,10,95,1111111111111111111111111110111111111111111111111111111111111111111111111011011111111111011111011111
+4,75,11,93,1111111111111111110111111111111111101111111111111111111111111111111111111111010111011111011111111101
+4,75,12,92,1111110111111111110111111111111111101111111111111111111111111111111111111111011101101111011111101111
+4,75,13,97,1111111111111111111111111111111111110111111111111111111111111111111111111111011111111111011111111111
+4,75,14,91,1111111111111111100111111111111111101111111111111011111111011111111101111111011011111111011111111111
+4,75,15,92,1111011111111110110111101111111111111111111111111111111111111111111111111111011111001111111111111110
+4,75,16,91,1111111111101111111111111110111111101111110111101111111111111111111111111011011111111111010111111111
+4,75,17,90,1111111111111111110111111111111111101101111111111111111110111101111111111111010111011111010111111111
+4,75,18,91,1111111111111111111101101110011111101111111111111111111111111111111101111111010111111111011111111111
+4,76,0,94,1111111111111111111111111110111111111111111111111111111111111111111101111011011111111111011111011111
+4,76,1,94,1111111111111111110110111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,76,2,95,1111111111111111110111111111111111101111111110111111111111111111111111111111011111111111011111111111
+4,76,3,91,1111111111111111111111111111111111100111111111111011111111101111110111111011010111111111011111111111
+4,76,4,95,1111111111011111111111111111111111110111111111111111111111111111111111111111011111101111011111111111
+4,76,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111010101111111011111111111
+4,76,6,91,1111011111111110111011111111111111100111111111111111111111111111111111111111010101111111011111111111
+4,76,7,93,1111111111111111110111111111111111111111111111111111111101111111111111111111011011101011111111111110
+4,76,8,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011111101111011111111111
+4,76,9,92,1111111111111111000111111111111111110111111111111111111111111111111111111101011111011111011111111111
+4,76,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011111101111011111111111
+4,76,11,90,1011111111011111110111111111111111111111111111111111111111111111011111111101011101001111011111111111
+4,76,12,87,1111110111111111110101101111011111101111111111111111111111111111111101111111011101101111011111101011
+4,76,13,94,1111111111111111111111111110111111101111111111111111111111111011111111111111010111111111011111111111
+4,76,14,95,1111111111111111111111101111111111101111111111111111111111111111111111111111010111111111011111111111
+4,76,15,89,1111111111111111111101111110011111100111111111111111011111111111111101111111010111111111010111111111
+4,76,16,90,1111111111111110110111111111111111101111111111111111111110011111111101110111001111111111011111111111
+4,76,17,89,1111111111110111101111111111111011100111111111111111111111011111111111110110010111111111011111111111
+4,76,18,96,1111111111111111111111111111111111100111111111111111111111111111111111111111011111111111011111111111
+4,77,0,93,1111111111111111110111111110111111101111111111111111111111111011111111111111010111111111011111111111
+4,77,1,95,1111111111111111111110111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,77,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111010101111111011111111111
+4,77,3,94,1111111111111111111111111111111111111111111111111111111111111111111111111111010101111111000111111111
+4,77,4,93,1111111111110111111111111111111111111111111111111111111111111001111111111111011111101111011111111110
+4,77,5,93,1111111111011111111111111111111111110111111111111111111110110111111111111111011111101111011111111111
+4,77,6,93,1111111111111111111111111111111111101111111111111111111111111111111111111111010101111101011111110111
+4,77,7,95,1111111111111011111111111111111111110111111111111111111111111111111111111111010111111111011111111111
+4,77,8,92,1111111111111111110111111111111111101111111111111111111110011111111101110111011111111111011111111111
+4,77,9,94,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111011111111111
+4,77,10,93,1111111111111111111111111111111111101111111111111111111111111011111111111111010111001111011111111111
+4,77,11,91,1011111111011111110111111110111111111111111111111111111111111111011111111101011101111111011111111111
+4,77,12,93,1101111111111111110110111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,77,13,94,1111111111111111110110111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,77,14,95,1111111111111111110111101111111111111111111111111111111101111111111111111111011111101111111111111111
+4,77,15,91,1111111111111111111111111110111111101111111111111111111111111111111111111011010011111011011111111110
+4,77,16,93,1111111111111111011111111111111111111111111111110111110111111111111111111011011111011111011111111111
+4,77,17,90,1111111111111111100111111110111111110111011111111111111111111111111101111101011111111111011111011111
+4,77,18,93,1111111111111111111111111111111111101111111111111111111101111111111111111111010111001011111111111111
+4,78,0,94,1111111111111111111111111111111111111111111111111111111111111111111111111111010101111111000111111111
+4,78,1,94,1111111111111111111111111111111111111111111111111111111111111111111111111111010101111111000111111111
+4,78,2,94,1111111011111111111110111111111111101111111111111111111111111111111111111011011111111111011111111111
+4,78,3,93,1111111111111111110110111111111111101111111111111111111111111111111111111010011111111111011111111111
+4,78,4,92,1111111111110111110111111110111111111111011111111111111111111101111111111111011111111111011111011111
+4,78,5,91,1111111111111111111111111111111111110111111111111111111111111011111100111101011111101111011111111110
+4,78,6,90,1111111111011111110111110111111111110111111111111111101111110111111101111111011111101111011111111111
+4,78,7,93,1111111111111111111110111111111111101111111111111111111110111111111111111011011101111111011111111111
+4,78,8,92,1111111111111111111111111111111111101111111111111111111111101111111111111111010111001111001111111111
+4,78,9,93,1111111111111111111111111111111111111111111111111111111111111011111111111101010101111111010111111111
+4,78,10,94,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111011111111111
+4,78,11,94,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111011111111111
+4,78,12,94,1111111111111111110111101111111111101111111111111111111111111111111111111011011111101111111111111111
+4,78,13,96,1111111111111111111110111111111111111111111111111111111101111111111111111111011111111111011111111111
+4,78,14,94,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111011111111111
+4,78,15,95,1111111111111111110111101111111111111111111111111111111101111111111111111111011111101111111111111111
+4,78,16,95,1111111111111111110111111111111111111111111111111111111111111111111111111011011110111111011111111111
+4,78,17,91,1111111111111111110110101111111111101111111111110111111101111111111111111101011111101111111111111111
+4,78,18,93,1111111111111111111111111111111111111111111111111111111111111111111111111110010101111111000111111111
+4,79,0,92,1111111111111111110110111111111111101111111111111111111110111111111111111011011101111111011111111111
+4,79,1,94,1111111111111111111110111111111111101111111111111111111111111111111111111010011111111111011111111111
+4,79,2,93,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111001111111111
+4,79,3,92,1111111111101111111111111111111111111111011111111111111111111111011111111111010101111111010111111111
+4,79,4,95,1111111111111110110111110111111111111111111111111111111101111111111111111111011111111111111111111111
+4,79,5,92,1111111111111111111111101111111111111101101111111011111111111111111111111111001111101111011111111111
+4,79,6,97,1111111111111111111111111111111111111111111111111111111101111111111111111111011111111111011111111111
+4,79,7,94,1111111111111111110110111111111111111111111111111111111111111111111111111011011110111111011111111111
+4,79,8,95,1111111111111011111110111111111111111111111111111111111111111111111111111111010111111111011111111111
+4,79,9,92,1111111111111111111111111111111111110111111111111111111101111111111111111110011101111111000111111111
+4,79,10,89,1111111111111111111011111111111111101111111111111111111111101111111101111111010101001111001111111111
+4,79,11,95,1111111111111111111111111111111111111111111111111111111111111111111111111111010111111111000111111111
+4,79,12,94,1111111111111111110111111111111111110111111111111111111111111111111111111011011110111111011111111111
+4,79,13,95,1111111111111111110111111111111111111111111111111111111111111111111111111011011110111111011111111111
+4,79,14,92,1111111111111111110111111111111111111111111111111111111111111011011111111111010110111111010111111111
+4,79,15,95,1111111111111111111111111111111111111111111111111111111111111011111111111101011101111111011111111111
+4,79,16,93,1111111111111110111111011111111111111111101111111111111111111111111111111111001111101111011111111111
+4,79,17,94,1111111111111110111111111111111111111111101111111111111111111111111111111111001111101111011111111111
+4,79,18,94,1111111111111111111110111111111111111111111111111111111111111111111110111101011111101111011111111111
+4,80,0,94,1111111111111111111111111111111111111111111111111111111111111111110111111011011100111111011111111111
+4,80,1,94,1111111111111111110111111111111111110111111111111111111111111011111111111101011111111111011111111111
+4,80,2,95,1111111111111111111111111101111111111111111111111111111111111011111111111011011111111111011111111111
+4,80,3,93,1111111110111111110111111111111111111111111111111111111111111111111111111101011100111111011111111111
+4,80,4,94,1111111111111110111111011111111111111111111111111111111111111111111111111111001111101111011111111111
+4,80,5,94,1111111111111111110111111111111111111111101111111111111111111111111111111011011110111111011111111111
+4,80,6,92,1111111110111010111111111111111111111111101111111111111111111111110111111111010111111111011111111111
+4,80,7,95,1111111111111111111110111111111111111111111111111111111111111111111111111111001111101111011111111111
+4,80,8,94,1111111111111111111111111111111111101111111111111111111101111111111111111010011110111111111111111111
+4,80,9,97,1111111111111111111110111111111111111111111111111111111111111111111111111111011111111111011111111111
+4,80,10,94,1111111111111111111111111111111111111111101111111111111111111111111111111111001111101111011101111111
+4,80,11,91,1111111111111110111111111111111111111111111101111111111111111011111111111101011001111111001111111111
+4,80,12,95,1111111111111111111111111111111111111111011111111111111111111111011111111111111101111111010111111111
+4,80,13,92,1111111111101111110011111111111111111111111111111111111111111111111111111011010110111111011111111111
+4,80,14,94,1111111111111111111111111111111111111111111111111111111101111111111111111111010011011111011111111111
+4,80,15,94,1111111111111111111110111111111111111111111111111111111111111111111101111111011111111111000111111111
+4,80,16,90,1111111111111111111010111111111111101111111111111111111101111110111111111010011111111111011111101111
+4,80,17,94,1111111111111111111111111111111111111111111111111111111111111111111111110111010111111111000111111111
+4,80,18,92,1111111111111011111110111111111111110111101111111111111111111111111111111111010111101111011111111111
+4,81,0,92,1111111111111110111110111111111111111111111111111101111111111111111111111111001111101011011111111111
+4,81,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111111001111111111011111111111
+4,81,2,93,1111111111111111111011111101111111111111111111111111111111111011111111111010011110111111111111111111
+4,81,3,94,1111111111111111111111111111111111101111111111111110111101111111111111111010011111111111111111111111
+4,81,4,93,1111111111111110111110111110111111111111110111111111111111111111111111111011011111111111011111111111
+4,81,5,95,1111111111111111110111111111111111111111101111111111111111111111111111111111011110111111011111111111
+4,81,6,93,1111111111111111111101111111111111101111111111111111111111111111111111111010011110111111111111111011
+4,81,7,93,1111111111111111110111111111111111111111101111111111111101111111111111111011011011111111011111111111
+4,81,8,97,1111111111111111111111111111111111111111111111111111111111111111011111111111011111111111110111111111
+4,81,9,96,1111111111111111111110111111111111111111011111111111111111111111111111111111111101111111011111111111
+4,81,10,95,1110111111111111111110111111111111111111111111111111111111111111111101111111011111111111011111111111
+4,81,11,95,1111111111111111111111111101111111111111111111111111111111111011111111111011011111111111011111111111
+4,81,12,95,1111111111111111111111111111111111111111111111111111111101111111111111111111011011011111011111111111
+4,81,13,90,1111011110111111110111111111111111111111111111111111111111111111111011111101010100111111011111111111
+4,81,14,93,1111111111111110111111011111111111111111111111111111111111111011111111111111001111101111011111111111
+4,81,15,95,1111111111111111011111111101111111111111111111111111111111111111111111111011011111111111011111111111
+4,81,16,95,1111111111111111111110111111111111111111111111111111111111111111111111111111001111110111011111111111
+4,81,17,96,1111111111111111111110111111111111111111111111111111111111111111111111111111011111101111011111111111
+4,81,18,93,1111111111111111110111111111111111110011111111111111111111111011111111111101011111111111011111111111
+4,82,0,94,1111111111111111111010111111111111111111111111111111111111111111111111111101011111101111011111111111
+4,82,1,93,1111111111111111110111111111111111111111101111111111111101111111111111111011011011111111011111111111
+4,82,2,94,1111111111111111111110111110101111111111110111111111111111111111111111111111011111111111011111111111
+4,82,3,93,1111111111111110111111111111111111111111111111111111111101111111111111111011011011011111011111111111
+4,82,4,91,1111111111111111111011111101011111111111111111111111111101111011111111111010011111111111011111111111
+4,82,5,95,1111111111111111111111111101111111111111111111111111111111111011111111111011011110111111111111111111
+4,82,6,94,1111111111111111111110111111111111111111111111111111111110111111111111111111001011111111011111111111
+4,82,7,95,1111111111111111111111111111111111111111111111111111111101111111111111111111011111010111011111111111
+4,82,8,94,1111111111111111111110111111111111111111111111111111111111111111111111111111011111101111010111101111
+4,82,9,95,1111111111111111111111111111111111111110111111111110111111111111011111111111001111111111111111111111
+4,82,10,96,1111111111111111111111111111110111111111111111111111111111111111111111111111001111111111011111111111
+4,82,11,95,1111111111111111111111111111101111111111111111111111101111111111111111111111001111111111011111111111
+4,82,12,94,1111111111111111111110111111011111111111111111111111111111111011111111111011011111111111011111111111
+4,82,13,96,1111111111111111111111111101111111111111011111111111111111111111111111111111111101111111011111111111
+4,82,14,95,1111111111110111111110111111111111111111111111111111111111111111111111111011011111111111011111111111
+4,82,15,91,1111111111011111011111111101111111111111111111111110111111111111111111111111010111101101011111111111
+4,82,16,94,1110111111111111111111111111011111111111111111111111111111111111011111111111011111111111010111111111
+4,82,17,96,1111111111111111111111111101111111111111111111111111111111111011111111111011011111111111111111111111
+4,82,18,96,1111111111111111111110111111111111111111101111111111111111111111111111111111011111111111011111111111
+4,83,0,94,1111111111110111111110111111111111111111111111111111111111111111111111111011011111110111011111111111
+4,83,1,95,1111111111111111111011111111111111111111111111111111111101111111111111011111011111011111111111111111
+4,83,2,94,1111111111111111111111111001111111111111111111111111110111111011111111111011111110111111111111111111
+4,83,3,95,1111111111111111111111111101111111111111111111111111111111111011111111111011011110111111111111111111
+4,83,4,94,1011111101111111111111111101111111111111111111111111111111111111111111111011001111111111111111111111
+4,83,5,94,1111111111111111111111111111110101111111111111111111111111111011111111111111011111111111011111011111
+4,83,6,96,1111111111111111111111111101111111111111111111111111111111111011111111111011011111111111111111111111
+4,83,7,92,1111111111111111110111111111111111111111101111111111111101111111111111111011011011111111011110111111
+4,83,8,93,1110111111111111111111111111111111111111111111111111111101111111111111111111011111010101011111111111
+4,83,9,94,1111111111111111111111111111011101111111111111111111111111111111011111111111011111111111010111111111
+4,83,10,95,1111111111111111111011111101111111111111111111111111111111111111111111111111011111101111011111111111
+4,83,11,95,1111111111111111111110111111111111011111111111111111111111111011111111111101011111111111111111111111
+4,83,12,94,1111111111111111111111011111110101111111111111111111111111111111111111110111011111111111011111111111
+4,83,13,93,1111111111111111111110111111111111111111111111111111111111111111111111111111001111101111010111101111
+4,83,14,96,1111111111111111111111111111111111111111111111111111111111111011111111111011011111111111011111111111
+4,83,15,93,1111110111111111111110111111010111111111111111111111111111111111111111111111001111111111011111111111
+4,83,16,91,1110011111110111111111111101110111001111111111111111111111111111111111111111001111111111111111111111
+4,83,17,93,1111111110111111111111111111110111111111111111111111111111111010111111111011011111111111011111111111
+4,83,18,95,1111111111111111111111011111111111111111111111111111111111111111111111111111011111100111011111111111
+4,84,0,94,1111111111111111111111111101111111111111111111111111111111111011111111111011011110111111011111111111
+4,84,1,93,1111111110111111111111111111110111111111111111111111111101111010111111111011011111111111111111111111
+4,84,2,95,1111111111111111111111111111111111111111111111111111111111111001111111111111011111111111011111101111
+4,84,3,89,1111111111111111111110111111111111110111101111101111111111111111111111111011001111001111010111111111
+4,84,4,94,1111111111111111111110111111111111111111111111111111111111111011111111101101011011111111111111111111
+4,84,5,92,1111111111111111111011111101111111011101111111111111101111111111111111111111011111101111011111111111
+4,84,6,96,1111111111111111111111111111111111111111111111111111111111111011111111111011011111111111011111111111
+4,84,7,93,1111111111111111111111111001111111111111111111111111110111111011111111111011111110101111111111111111
+4,84,8,93,1111111111111111111111111111011101011111111101111111111111111111111111111111011111111111010111111111
+4,84,9,93,1111111111111111111110111111111111111111111110111111111111111011011111111101010111111111111111111111
+4,84,10,95,1111111111111111111111111111010111111111111111111111111111111111111111111111001111111111011111111111
+4,84,11,93,1111110111111111111110111101111111111111111111111111111111111011111111111011011111011111111111111111
+4,84,12,93,1111111111111111111111111001111111011111111111111111110111111011111111111001111111111111111111111111
+4,84,13,95,1111111111111111111110111111111111111111111111111111111111111011111111111111011110111111111111111011
+4,84,14,95,1111111111111111111110111101111111111111111111111111111111111011111111111011011111111111111111111111
+4,84,15,96,1111111111111111111111111111111111011111111111111111111111111011111111111101011111111111111111111111
+4,84,16,93,1011111101111111111111111101111111111111111111111111111111111111011111111011011111111111011111111111
+4,84,17,95,1111111111111111111111111111011101111111111111111111111111111111111111111111001111111111110111111111
+4,84,18,94,1011111101111111111111111101111111111111111111111111110111111111111111111011011111111111111111111111
+4,85,0,94,1111111111111111111101111101110111111111111111111111111111111011111111111011011111111111111111111111
+4,85,1,94,1111111111111111111110111101111111111111111111111111111111111011111111111011001111111111111111111111
+4,85,2,95,1111111111111111111110111111111111111111111111111111111111111011111111111011011111111111011111111111
+4,85,3,94,1111111101111111111111111101111111111111111111111111111111111011111111111011011111111111111111101111
+4,85,4,93,1111111111111111111110111101111111111101111111111101111111111011111111111011011111111111111111111111
+4,85,5,93,1111111111111111111110111101111011111111111111111111111111111011111111111011011111011111111111111111
+4,85,6,94,1111111111111111111110111101111111111111111111111111111111111011111111111011011111111111110111111111
+4,85,7,94,1111111111111111111111111111111111111111111111111111111111111101111111111101011111111111011111101101
+4,85,8,94,1111110110111111111111111101111111011111111111111111111111111011111111111011111111111111111111111111
+4,85,9,91,1111111111111111111110111001111111111111111111111111110111111011111111111001011111011111111111111111
+4,85,10,93,1111111111111111111111111111111111111111111111111111111111111011111111111011001111101111011101111111
+4,85,11,90,1111111111111111111110111111111111110111101111101111111111111111111111111011011111011111010111101111
+4,85,12,92,1111111111111111111110111111111011111111111111111111111111111011111111111001011110111111111111111011
+4,85,13,95,1111111111111111111111111101111111111111111111111111111111111011111111111111011110111111011111111111
+4,85,14,92,1111111111111111111110111111011111111111111101111111111111110110111111111111011111111111010111111111
+4,85,15,94,1111111111111111111111111101111101011111111111111111111111111011111111111011011111111111111111111111
+4,85,16,95,1111111111111111111111111111111111111111111111111111111111111001111111111111011111111111011111101111
+4,85,17,94,1111111111111111111111111111111111111111111111111111111101111001111111111111011111111111011111101111
+4,85,18,91,1111111111111111111111111011111111011111111111111111110111111011111111101101011011110111111111111111
+4,86,0,93,1111111111111111111111111101111101111111111111111111111111111011111111111011011111111111111111101101
+4,86,1,95,1111111111111111111111111111111111011111111111111111111111111101111111111101011111111111011111111111
+4,86,2,94,1111111111111111111110111101111111111111111111111111111111111011111111111001111111111111011111111111
+4,86,3,93,1111111111111111111111111101111111011111111111110111111111111011111111111111011110111111111111111110
+4,86,4,96,1111111111111111111111111111111111111111111111111111111111111001111111111111011111111111011111111111
+4,86,5,92,1111111111111111111111111101111111111111111110111111111111111011111111111111001110111111011111101111
+4,86,6,93,1111111111111111111110111101111111111101111111111101111111111011111111111011011111111111111111111111
+4,86,7,93,1111111111111111111111111111111111111111111111111111111111111011111111111011001111101111011101111111
+4,86,8,96,1111111111111111111111111101111111111111111111111111111111111011111111111111111110111111011111111111
+4,86,9,93,1111110110111111111111111101111111011111111111111111111111111011111111111011011111111111111111111111
+4,86,10,95,1111110111111111111111111111111111111111111111111111111111111011111111101111011111111111111111101111
+4,86,11,90,1111111100111111111111111101111111011111111111111111111111111001111111111011110111111101011111111111
+4,86,12,94,1111111111111111111101111101110111111111111111111111111111111011111111111011011111111111111111111111
+4,86,13,94,1011111111111111111110111111111111111111111111111111111111111011111111111011011111111111011111111111
+4,86,14,93,1111111111111111111111111001111111111111111111111111111111111011111111101101011111110111111111111111
+4,86,15,91,1111111111111111111110111111111111011111111111101111110111111011111111111011011011111111110111111111
+4,86,16,93,1111111111111111111110111101111111111111111111111111111111111001111111111111011111111111011111101111
+4,86,17,95,1111111111111111111111111111111111111111111111111111111111101011111111111011001111111111111111111111
+4,86,18,91,1111011111111111111110111101111111111111111111111111111111111011111111111000011110111111111111111111
+4,87,0,93,1111110111110111111111111101111111011111111111111111111111111011111111111011011111111111111111111111
+4,87,1,91,1111111110111111111111111101111101111111111111111111111111111011111111111011011111111111111011101101
+4,87,2,93,1111111111111111111101111101010111111111111111111111111111111011111111111011011111111111111111111111
+4,87,3,95,1111111111111111111111111111111111111111111111111111111110111001111111111111011111111111011111111111
+4,87,4,95,1111110111111111111111111111111111111111111111111111111111111011111111101111011111111111111111101111
+4,87,5,94,1111110111111111111111111101111111111111111111111111111111111011111111101111011111111111111111101111
+4,87,6,93,1111110111111111111111111111111110111111111111111111111111101011111111101111011111111111111111101111
+4,87,7,94,1111111111010111111111111111111111111111111111111111111111111011111111111011001111111111111111111111
+4,87,8,96,1111111111111111111111111111111111111111111111111111111111111101111111111101011111111111011111111111
+4,87,9,92,1111111111111111111101111111111111011111111111111111111111111001101111111110011111111111011111111111
+4,87,10,95,1111111111111111111101111111110111111111111111111111111111111011111111111011011111111111111111111111
+4,87,11,89,1111110111111111111110111101111111011111111111101111110111111011111111111011011011111111110111111111
+4,87,12,91,1111111111111111111110111101111111011111111011111111111111111001111111111111011111111111011111101111
+4,87,13,96,1111111111111111111111111111111111111111111111111111111111111101111111111101011111111111011111111111
+4,87,14,96,1111110111111111111111111111111111111111111111111111111111111011111111110111011111111111111111111111
+4,87,15,92,1111111111111111011111111101111111111111111111111111111111111011110111101111111111011111011111101111
+4,87,16,95,1111111111111111111111111101111111011111111111111111111111111111111111111011011111111111011111111111
+4,87,17,93,1111110110111111111111111111111111011111111111111111111111111001111111111101011111111111111111111111
+4,87,18,93,1111111111111111111110111111111111111111111111111111111111101011111111101011101111111111011111111111
+4,88,0,94,1111111111111111111111011111111111111111111111111111111111111001111111111101011111111111011111111111
+4,88,1,96,1111110111111111111111111111111111111111111111111111111111111011111111110111011111111111111111111111
+4,88,2,91,1111111111111111111111111101111111111101111111111111111111111011111111101001011111111111111111100111
+4,88,3,97,1111110111111111111111111111111111111111111111111111111111111011111111111111011111111111111111111111
+4,88,4,94,1111111111111111111111111111111111111111111111111111111101111101111111111101011011111111111111101111
+4,88,5,94,1111110111111111111111111111111111111111111111111111111111111011111111101111011111111101011111111111
+4,88,6,94,1111111111111111111111111101010111111111111111111111111111111011111111111111011111111111111111101111
+4,88,7,92,1111110111111111111101111111111110111111011111111111111111101011111111111011011111111111111111111111
+4,88,8,95,1111111111111111111101111111110111111111111111111111111111111011111111111011011111111111111111111111
+4,88,9,96,1111111111111111111111111111111111111111111111111111111111111101111111111101011111111111011111111111
+4,88,10,94,1111110111111111111111111011111111111111111111111111111111111001111111110111011111111111111111111111
+4,88,11,94,1111110110111111111111111111111111011111111111111111111111111011111111111101011111111111111111111111
+4,88,12,93,1111110111111111111101111111110111111111111111111111111111111011111111101111011111111111111111101111
+4,88,13,95,1110111111111111111111111111111111111111111111111101111111111011111111111011011111111111111111111111
+4,88,14,93,1111111111111111111111111101111111011111111101111111111111111111101111111011011111110111111111111111
+4,88,15,91,1111111111111111111111111101111111111111101111111111111111111011111111011001011111111111011111110111
+4,88,16,92,1111111111010111111111111111111111111111111111111111111111111011111111111001001111111111011111111111
+4,88,17,98,1111111111111111111111111111111111111111111111111111111111111101111111111111011111111111111111111111
+4,88,18,92,1111111111111111111101111111110111111111111011111111111111111001111111111001011111111111111111111111
+4,89,0,93,1111110111111111111111011111111111111111111111111101111111111011111101111011011111111111111111111111
+4,89,1,97,1110111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111
+4,89,2,95,1111110111111111111111111111111111111111111111111111111111111011111111100111011111111111111111111111
+4,89,3,92,1111110111111111111111101111111111111111111011111111111111111011111111111111011111111101001111111111
+4,89,4,96,1111110111111111111111111111111111111111111111101111111111111011111111111111011111111111111111111111
+4,89,5,92,1111110111111111111111011111111111111111111011111111111111111001111111111101011111111111011111111111
+4,89,6,97,1111111111111111111111111111111111111111111111111111111111111101111111111101011111111111111111111111
+4,89,7,93,1111111111111111111111111011111111111111111111111111111101111001111111110111011011111111111111111111
+4,89,8,94,1111111111111111111111011111111111111111111111111111111111111001111111111111011111011111011111111111
+4,89,9,96,1111110111111111111111111111111111111111111111111111111111111011111111111101011111111111111111111111
+4,89,10,91,1111111110111111111111011110111011111111111111111111111111111001111111111101011111111111011111111111
+4,89,11,93,1111110111110111111111111111111111011111111111111111111111111011111111011101011111111111111111111111
+4,89,12,96,1111111111111111111111111111111111111111111111111111111111111001111111111101011111111111111111111111
+4,89,13,91,1111110110111111111111111111111111011111111111111111111101111111111111111100011011111111111111101111
+4,89,14,94,1111111111110111111111111111111111111111111111111111111111111101111111111101011011111111111111101111
+4,89,15,93,1111110111111111111111111111111111111111111111111111111101111011111111101111011111111101011111111111
+4,89,16,94,1111110111111111111111111111111111111111111111111111111111111011111111111111011111111101011011111111
+4,89,17,94,1111111111111111111101111111110111111111111111111111111111111011111111101011011111111111111111111111
+4,89,18,95,1110111110111111111111111111111111011111111111111111111111111011111111111111011111111111111111111111
+4,90,0,96,1110111110111111111111111111111111011111111111111111111111111011111111111111111111111111111111111111
+4,90,1,96,1110111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111111111
+4,90,2,92,1110101110111111111111111110111111011111111111111111111111111011111111111111011111111111011111111111
+4,90,3,93,1111111111110111111111111111111111111111111111111111111111101101111111111101011011111111111111101111
+4,90,4,94,1110111111111111111111111111111011111111111111101111111111111011111111111011011111111111111111111111
+4,90,5,98,1111110111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+4,90,6,98,1111111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111
+4,90,7,92,1110111111111111111111111111111111111111111111111111110111111001111111111100011110111111111111111111
+4,90,8,92,1111110111111111111111111110111111111111111111111101111111111011111111111101011111111111011111111101
+4,90,9,95,1111111111111111111111011111111111111111111111111111111111111001111111111111011111011111111111111111
+4,90,10,91,1111111010111111111111011111111111111111111111111111111111111001111111111111011111001111011111111111
+4,90,11,94,1110111111111111111111111111111111011111111111111111111111101011111111111111011111111111111111101111
+4,90,12,92,1111111111111111111110011111111111111111111111111111111101111001111111110111011111011111111111111111
+4,90,13,93,1111110111111111101111111111111111111111111111111111111110111011111111101111011111111111011111111111
+4,90,14,93,1111111111111111111111011111111111111111111111111111111111111101111111111101011011011111011111111111
+4,90,15,93,1111111111110111111111111111101111111111111111111111111111111001111111111111011111111111111111001111
+4,90,16,95,1111111111111111111111111111111111111111111111111111111111111001111111111101010111111111111111111111
+4,90,17,95,1111010111111111111111111111111111111111111111111111111111111011111111111101011111111111111111111111
+4,90,18,93,1111111110111111111111111111111111011011111111111111111111111011111111011101011111111111111111111111
+4,91,0,94,1110111111111111111111111111111011111111111111111111111111111011111111101111011111111111011111111111
+4,91,1,94,1111110111111111101111111111111111111111111111111111111110111011111111101111011111111111111111111111
+4,91,2,95,1111010111111111111111111111111111111111111111111111111111111011111111111111011111111111111111011111
+4,91,3,94,1111111111110111111111111111101111111111111111111111111111111001111111111111101111111111111111101111
+4,91,4,95,1110111111111111111111111111111111111111111111111111111111101011111111111111111111111111111111100111
+4,91,5,95,1111111111111111111111111111111011010111111111111111111111111011111111111111011111111111111111111111
+4,91,6,96,1111111111111111111111111111111011111111110111111111111111111011111111111011111111111111111111111111
+4,91,7,94,1110111111111111111111011111111011111111111111111111111111011011111111111111011111111111111111111111
+4,91,8,93,1111111110111111111111111111111111011111111111111111111101111011111111011101011111111111111111111111
+4,91,9,97,1111110111111111111111111111111111111011111111111111111111111011111111111111111111111111111111111111
+4,91,10,94,1111110111111111111111111111111011111111111111111111111110111011111111011111111111111111110111111111
+4,91,11,95,1111111111111111101111111111111111111111111111111111111111111011111111101111011111111111011111111111
+4,91,12,95,1110111111111111111111111111111011111111101111111111111111111011111111111111011111111111111111111111
+4,91,13,95,1111111111111111111111111111111011111111111111101111111111111011111111111011111111101111111111111111
+4,91,14,94,1111111110111111111111111111111111011011111111111111111111111011111111111101111111011111111111111111
+4,91,15,97,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111111111
+4,91,16,92,1110100111110111111111111111011111011111111111111111111111111011111111111111011111111111111111111111
+4,91,17,92,1110100111110111111111111111111111011111111111111111111111111011101111111111011111111111111111111111
+4,91,18,95,1111111101111111111111111111111011111111111111111111111111111001111111111111111111111111111111101111
+4,92,0,95,1111111111111111111111011111111011111111111111111111111111011011111111111101111111111111111111111111
+4,92,1,94,1110111111111111111111111111111011111111110111111111111111111011111111111011011111111111111111111111
+4,92,2,96,1111111111111111111111111111111011111111101111111111111111111011111111111111011111111111111111111111
+4,92,3,93,1110111111111111111111111111111011010111111111111111111111111011111111111111011111111101111111111111
+4,92,4,97,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111111111
+4,92,5,95,1111111111111111111111111111111011111111111111111111111111111011111110111111011111111111111111111101
+4,92,6,95,1111111111111111111111111111111011110111111111111111111111111011111111111111011111111111011111111111
+4,92,7,94,1110111111111111111111111111111011011111111111111111111111111011111111101111011111111111111111111111
+4,92,8,96,1111111111111111111111111111111011111111111111101111111111111011111111111011111111111111111111111111
+4,92,9,94,1111111111111111111111111111111001111111110111111111111111111011111111111011111111101111111111111111
+4,92,10,96,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111101111
+4,92,11,92,1110111111110111111111011111101111111111111111111111111111011001111111111111101111111111111111111111
+4,92,12,93,1111010111111111111111111111111011111111111111111111111111111001111111111111011111111101111111111111
+4,92,13,96,1111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111001111
+4,92,14,96,1111111011111111101111111111111111111111111111111111111111111011111111101111111111111111111111111111
+4,92,15,93,1111111101111111111111111111111011111111111111111111111111111001111111111111011111111111011111101111
+4,92,16,92,1110111111111111111111111101111011010111101111111111111111111011111111111111011111111111111111111111
+4,92,17,95,1111111111111111111111111111111011110111111111111111011111111011111111111111011111111111111111111111
+4,92,18,96,1111111101111111111111111111111011111111111111111111111111111001111111111111111111111111111111111111
+4,93,0,97,1111111111111111111111111111111010111111111111111111111111111011111111111111111111111111111111111111
+4,93,1,95,1111111101111111111111111111111011111111111111111111111111111001111111111111011111111111111111111111
+4,93,2,95,1111111111111111111111111111111011110111111111111111111111111011111111111111011111111111011111111111
+4,93,3,95,1111111111111111111111111111111011110111111111111111011111111011111111111111011111111111111111111111
+4,93,4,96,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111101111
+4,93,5,92,1111010111111111111111111111111011111111111111111111111111111001111111111111011111101101111111111111
+4,93,6,94,1111111101111111111111111111111111111111111111111111111111111001111111111111110111111111111111001111
+4,93,7,94,1111111101111111111111111111111011111111111111111111111111111011111111111111111111001111111111011111
+4,93,8,96,1111111111111111111111111111111011011111111111111111111111111011111111111111111101111111111111111111
+4,93,9,94,1110111111111111111111111111111011111111101111111111111111111011111111101111011111111111111111111111
+4,93,10,96,1111111111111111111111111111111011111111101111111111111111111011111111111111011111111111111111111111
+4,93,11,96,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111101111
+4,93,12,94,1111011111111111111111111111111011111111111111111111111111111011111110111111011110111111111111111111
+4,93,13,94,1111111111111111111111111111111011111011111111111111111111111011111111111111011111111111111011111101
+4,93,14,96,1111111111111111111111111111111011111111111111111111111111111011111111111111011111111111111111101111
+4,93,15,94,1111111111111111111111111111111001111111110111111111111111111011111111111011111111101111111111111111
+4,93,16,93,1111111010111111101111111111111011111111111111111111111111111011111111101111011111111111111111111111
+4,93,17,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111
+4,93,18,94,1110111111111111111111111111111011110111111110111111111111111011111111111111011111111111111111111111
+4,94,0,92,1110111111111111110111111111111011111111111111111101111111111011111111101111011111111111111011111111
+4,94,1,92,1111111111111111111111110111111011111011101111111111111111111011111111111111010111111111111111111101
+4,94,2,95,1111111111111111111111111111111011011111111111111111111111111011111111111111011111111111111111101111
+4,94,3,93,1111111111111111111111111101111011110111101111111111111111111011111111111111011111111101111111111111
+4,94,4,94,1111111111111111111111111111111011110111111111111101111111111011111111111111011111111111011111111111
+4,94,5,94,1111111111111111111111111111111011110111011111111111111111111011111111111111011111111111011111111111
+4,94,6,93,1111111101111111111111111111111011111111111111111111111111111011111111111111011111001111111111011111
+4,94,7,95,1111111111111111111111111111111011110111111111111111111111111011111111111111111111011111011111111111
+4,94,8,93,1111111011111111101111111111111011011111111011111111111111111011111111111111111101111111111111111111
+4,94,9,94,1111111110111111101111111111111011111111111111111111111111111011111111101111011111111111111111111111
+4,94,10,91,1111110111111111111111111101111010010111111111111111111111111011111111111111011111111111111111101111
+4,94,11,97,1111111111111111111111111111111111111111101111111111111111111011111111111111111111111111111111111101
+4,94,12,96,1111111110111111111111111111111111111111111111111101111111111011111111111111111111111111111111101111
+4,94,13,94,1111111011111111101111111111111011111111111111111111111111111011111111101111011111111111111111111111
+4,94,14,96,1111111111111111111111110111111010111111111111111111111111111011111111111111111111111111111111111111
+4,94,15,93,1111011101111111111111111111111011111111111111111111111111111001110111111111011111111111111111111111
+4,94,16,94,1111111101111111111111111111111011111111111111111111111111111001111110111111011111111111111111111111
+4,94,17,94,1101111111111111111111111111111011011111111111111111111101111011111111111111111101111111111111111111
+4,94,18,96,1111111111111111111111111111111011111111101111111111111111111011111111111111111111111111111111101111
+4,95,0,90,1111111111111111111111111111111011011111011111111111101111111001111111111111011111001111111111101111
+4,95,1,94,1111111101111111111111111111111011111111111111111111111111111011111111111111011111011111111111011111
+4,95,2,95,1111111111111111111111111111111011010111111111111111111111111011111111111111011111111111111111111111
+4,95,3,93,1111111111111111111111111111111011111111011111111111111111111011111011111111111111011111011111101111
+4,95,4,96,1111111111111111111111111111111011111111101111111111111111111011111111111111111111111111111111101111
+4,95,5,92,1111110111111111111111111101111011110111101111111111111111111011111111111111011111111101111111111111
+4,95,6,97,1111111111111111111111111111111111111111111111111111111111111011111111101111011111111111111111111111
+4,95,7,95,1110111111111111111111111111111111111111101111111111111111111011111111111111111111111111111111101101
+4,95,8,93,1111111111111111111111111111111010110111011111111111111111111011111111111111111111011111011111111111
+4,95,9,94,1101111111111111111111110111111011111111111111111111111111111011111111111111011011111111111111111111
+4,95,10,91,1101111111111111111111111111111011100111111111111111111111111011111110111111111101011111011111111111
+4,95,11,95,1111111111111111111111111101111011011111111111111111111101111011111111111111111111111111111111111111
+4,95,12,93,1111111011111111101111111111111011111111101111111111111111111011111111101111011111111111111111111111
+4,95,13,97,1111111111111111111111111111111111111111111111111111111111111011101111111111111111111111111111111101
+4,95,14,97,1111111111111111111111111111111111111111101111111111111111111011111110111111111111111111111111111111
+4,95,15,93,1111111111111111111111111111111011110111011111111111111111111011111111111111011111111111011111111101
+4,95,16,88,1111111101111111111111111111110011111111101111111111111111111011111111111111001111001111011111011101
+4,95,17,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111101111111111111
+4,95,18,94,1110111111111111111111111111111011111111111111111111111111111011111111111111111111001111111111011111
+4,96,0,96,1111111111111111111111111111111011010111111111111111111111111011111111111111111111111111111111111111
+4,96,1,93,1111111111111111111111111101111011011111111111111111111101111011111111111110011111111111111111111111
+4,96,2,93,1111111111111111101111111111111011010111111111111111111111111011111111111111011111011111111111111111
+4,96,3,94,1111111101111111111111111111111011111111111111111111111111111011111111111111011111111110111111011111
+4,96,4,93,1110111111111111111111111111111011111111111111111111111111111011111111111111111111001111111111001111
+4,96,5,97,1111111111111111111111111111111011111111101111111111111111111011111111111111111111111111111111111111
+4,96,6,94,1111111101111111111111111111111111011111111111111111111111111011111111111111011111111111011111101111
+4,96,7,95,1111111111111111111111111111111111111111101111111111111111111011111111101111011111111111111111111101
+4,96,8,92,1101111101111111111111111111111011101111111111111111111111110011111111111111111101011111111111111111
+4,96,9,92,1111111111111110111111111111111111110111111111111111111111111011110110111110111111111101011111111111
+4,96,10,98,1111111111111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111
+4,96,11,98,1111111111111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111
+4,96,12,94,1111111111111111111011111111111011011111111111111111111101111011111111111111111111111111111111011111
+4,96,13,94,1111111101111111111111111101111011111111111111111111111111111011111111111111011111011111111111111111
+4,96,14,93,1101111111111111111111111111111011100111111110111111111111111011111111111111111111011111111111111111
+4,96,15,92,1111111111111111111111111111111011111101101111111111111111111011111110111111111101111111011111101111
+4,96,16,96,1111111111111111111111111111111111111111111111111111111111111011101111111111111111111111111111110101
+4,96,17,94,1111111111111111111111101111111011010111111111111111111111111011111111111111011111111111111111111111
+4,96,18,92,1111110111111111111111111111111011110111011111111111111111110011111111111111011111111101111111111111
+4,97,0,96,1111111111111111111111111111111011110111101111111111111111111011111111111111111111111111111111111111
+4,97,1,98,1111111111111111111111111111111111011111111111111111111111111011111111111111111111111111111111111111
+4,97,2,92,1111111101111111111101111101111011111111111111111111111111111011111111111111011111010111111111111111
+4,97,3,93,1111111111111111111111111101111011011111111111111111111101111011111111111110011111111111111111111111
+4,97,4,93,1110111111111111111111111111111011111111111111111111111111111011111111111111111111001111111111001111
+4,97,5,91,1110111111111111111111111111111011111111111111111111101111101011111111111111111111001111111111001111
+4,97,6,94,1111111101111111111111111111111111011111111111111111111111011011111111111111111111111111111111110101
+4,97,7,96,1111111111111111111111111111111111111111111111111111111111111011101111111111011111111111011111111111
+4,97,8,95,1111111111111111111111111111111111111111101111111111111111111011101111111111111111111111111111110101
+4,97,9,98,1111111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111
+4,97,10,93,1111111101111111111111111111111111011111111111111111111011111011111111111111011111111111011111101111
+4,97,11,93,1111111101111111111111111111111111011111111111111111111111110011111111111111011111111111011111101111
+4,97,12,97,1111111111111111111111111111111111111111011111111111111111111011111111111111011111111111111111111111
+4,97,13,92,1111111101111111111111111111111111011011111111111111111111111011111110111111110111111111011111101111
+4,97,14,93,1110111111111111111111111111111011111111111111111111111111111011111111111111111111001111111111001111
+4,97,15,92,1110111111111111111111111111111011111111111111111111111111111001111111111111111111001111111111001111
+4,97,16,92,1110111111011111111111111111111011111111111111111111111111111011111111111111111111101111011111001111
+4,97,17,96,1111111111111111111111111111111111111111111111111111111111111011111111111111101111011111111111111101
+4,97,18,96,1111111111111111111111111111111011111111101111111111111111111011111111111111111111101111111111111111
+4,98,0,93,1111011101111111111111111111111011110111111111111111111111111011111111111111111111111111111111111100
+4,98,1,95,1111111111111111111111111111111111011111101111111111111111011011111111111111111111111111111111110111
+4,98,2,95,1111111111111111111111111111111011111111111110111111111111111011101111111111111111111111111111110111
+4,98,3,95,1111111110111111111111111111111111111111101111111111111111111011111111111111011111111111111111111101
+4,98,4,97,1111111111111111111111111111111111111111111111111111111111011011111111111111011111111111111111111111
+4,98,5,92,1111111101111111111111111111111111011111011111111101101111111011111111111111111111111111111111110101
+4,98,6,95,1111111111111111111111111111111111111111101111111111111111111011101111111111111111111111111111110101
+4,98,7,96,1111111111111111111111111111111011111111101111111111111111111011111111111111111111101111111111111111
+4,98,8,95,1111111111111111111111111111111110111111111111111111111111110011111111111111011111111111011111111111
+4,98,9,92,1111111101111111111111111101111111011111011111111111111111111011111111111111011101111111111111101111
+4,98,10,95,1111111111111111111111111111111111111111011111111111011111111011111111111111011111101111111111111111
+4,98,11,91,1110111111111111111111111111111011111111111111111111101111101011111111111011111111011111111111001111
+4,98,12,91,1111111101111111111111111101111111111111111111111111111111011011111111111111011111010111111111110101
+4,98,13,93,1111110101111111111101111111111011011111111111111111111111111011111111111111111111011111111111111111
+4,98,14,97,1111111111111111111111111111111011111111111111111111111111111011111111111111111110111111111111111111
+4,98,15,95,1111111111111111111101111111111011110111101111111111111111111011111111111111111111111111111111111111
+4,98,16,96,1111111111111111111111111111111111111111111111111111111111111011111111111111101111011111111111111101
+4,98,17,98,1111111111111111111111111111111111011111111111111111111111111011111111111111111111111111111111111111
+4,98,18,92,1111111011111111111111111111111010110111101111111111111111111011111111111111111110111101111111111111
+4,99,0,93,1111111111111111111111111111111100111111111111111111011111110011111111111111011111101111111111111111
+4,99,1,96,1111111111111111111111111111111111111111011111111111111111111011111111111111011111111111011111111111
+4,99,2,92,1111111110111111111111111111111111111111001111111111011101111011111111111111011111101111111111111111
+4,99,3,96,1111111111111111111111111111111111111101111111111111111111111011111111111111011111111111111111111101
+4,99,4,94,1111111111111111111111101111111111111111101111111111111111111111101111111111011111111111111111110101
+4,99,5,94,1111111110011111111111111111111111111111101111111111111111111011111111111111111111011111111111111101
+4,99,6,94,1110111111110111111111111111111111111111111111111111111111011011111111111111011111111101111111111111
+4,99,7,98,1111111111111111111111111111111111011111111111111111111111111011111111111111111111111111111111111111
+4,99,8,94,1111110101111111111101111111111011011111111111111111111111111011111111111111111111111111111111111111
+4,99,9,95,1101111111111111111111111111111011111111111111111111111111111011111111111111111110011111111111111111
+4,99,10,89,1111011101111111111101111111111011110111111111111111111011111011111111111111111011011111111111111100
+4,99,11,95,1111110101111111111111111111111011011111111111111111111111111011111111111111111111111111111111111111
+4,99,12,96,1111111111111111111111111111111011111111111111111111111111111011101111111111111111111111111111110111
+4,99,13,93,1111111110111111111111111111111111111111101110111111111111111011111111111111011111111111111011111101
+4,99,14,99,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+4,99,15,96,1111111111111111111111111111111111011111111111111111111111111011111111111111101111111111111111111101
+4,99,16,93,1111111111111111111111111111111111011111110111110111111111111011111111111111111111111111011101110111
+4,99,17,93,1111111111111111111111111111111010111111111111111101111111110011111111111110011111111111111111111111
+4,99,18,95,1111111111011111111111111111111111111111101111111111111111011011111111111111011111111111111111111111
+4,100,0,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111101
+4,100,1,94,1111111111111111111111101111111111111111101111111111111111111011101111111111011111111111111111110111
+4,100,2,98,1111111111111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111
+4,100,3,92,1111111111011111111111111111111111011111101111111111111111011011111111111111001111111111111111111101
+4,100,4,96,1101111111111111111111111111111111111111111111111111111111111011111111111111111110011111111111111111
+4,100,5,98,1111111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111
+4,100,6,94,1111111111111111111111111110111111011101111111111110111111111011111111111111111111111111111110111111
+4,100,7,96,1111111111111111111111111111111111111111111111111111101111111011111111111111011111111111111111111101
+4,100,8,97,1111111111111111111111111111101011111111111111111111111111111011111111111111111111111111111111111111
+4,100,9,97,1111111111111011111111111111111111111111111111111111111111111011111111111111111111111111111111110111
+4,100,10,99,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+4,100,11,97,1111111111111111111111111111101111011111111111111111111111111011111111111111111111111111111111111111
+4,100,12,93,1111111111111111111111101111111111011111110111110111111111111111111111111111111111111111011101110111
+4,100,13,94,1111111111111111111111111111111111111111101111111111111111111001101111111111011111111111111111110111
+4,100,14,95,1111111111111111111111111111111111011101111111111111111111111011111111111111011111111111111111111101
+4,100,15,97,1111111111110111111111111111111111111111111111111111111111111011111111111111111111111111111111101111
+4,100,16,94,1111111111111111111111111111111111111101011111111111111111111011111111111101011111111111011111111111
+4,100,17,95,1111111111111111111111111111111111111101111111111111111111111010111111111111011111111111111111111101
+4,100,18,97,1111110101111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+5,0,0,46,1000000011001111010010110001000101011001010001111010010111110000100001111001001100101000100111111000
+5,0,1,45,0010011111000010010000110000001101100000100001010011100000101010010010111011010000110111100111111101
+5,0,2,53,1101100010000010110101100000110011001100011111111011101101100101000011101111101101100011000011110001
+5,0,3,52,1001000010001100011000010111011101011110110011011101110010101100101110000111001100100011110101101010
+5,0,4,53,0111110011111010111000111100000100011011110111000011011000110100000101000001100110110110111001111010
+5,0,5,47,0111010101000000100100011000101101011111000001101001011001100011011000000011111010111010011101100010
+5,0,6,55,0110111001101110101101000011010111111101001011100000001011011111000110011011000010110001110111011001
+5,0,7,49,0110100101100011010010011111100001010000111001111000001000111010100101000010011111000011011111011100
+5,0,8,45,1100011100111101010001111000101001000000000010010011001010101000111111101100001000001110110110011000
+5,0,9,53,1111010011010111101111100111100101111111100001110001010010001110101000101100001010100011001011100000
+5,0,10,58,0110101101010100011011101110011100101100001101011010100111111110110100111011110001000111010110100111
+5,0,11,50,1100011000101001100111000101001100011110101011101011011001001101111000001110100001100110111010110000
+5,0,12,42,0000000001010000010000000011110001110100001101001010100100111100001101001101100111001100011101011011
+5,0,13,56,1011001011110100111100111011000000111100111100000001010100101111011011101111100110100111001011101100
+5,0,14,53,1101011001110100101011111000000111101011010000111011101110011010010010101011110101100110000011100010
+5,0,15,48,0100100011101000001110110001101001011001000011010110110110011111001100001010001111000110101010110010
+5,0,16,52,0111101100001110000010001100111111010101001010000011111101111000101011101010000111101111101000010010
+5,0,17,45,0111101001010111011110111101010011001000000000010001111010111000001010000001000000101001001100111110
+5,0,18,49,1000110110101001100011100001011110011011001010000111010111100101011110011000100000001000111100011101
+5,1,0,56,0110111000101001101101000111011101111101001011101011001011011101000110011010000011110101110110011001
+5,1,1,50,1100011001101111100111000001000110011110101011100000011001001111111000001111100000100010111011110000
+5,1,2,55,1110111101010110011011101110011100101110001001010010100011111110101100101011010011000111010100000011
+5,1,3,54,0111000011010101101111100111100101111101100101111001010110001110110100111100101000100011001011000100
+5,1,4,51,1000010010101000110000010111011101011110110011011111010011101101101110000101001100000001110101101010
+5,1,5,51,1001100110001101001011100001011110011011001010000101110110100101011110011010100000101010111100011101
+5,1,6,54,1101000010000011110101000011110011001100010111011011111001100101000111101111101101100011010011110001
+5,1,7,50,1001100010001100011000110100011101011100111001111101100110101100101010000111101100100011100101101000
+5,1,8,49,1001000010000110101000110111010101011110110011011001010010101100101110000111001010100001110101101010
+5,1,9,56,1111010011011101011111010111101101111111100001110101110010001110101000101100001100100011001011100000
+5,1,10,42,1000000011000111000010100111000101111101100001111010010110110000100001101101001100100000000011110000
+5,1,11,57,1111010011011111111111110001100101011011010001110001010011001110101000111000001010101011101111101000
+5,1,12,54,1101011101110100101011111000000111101011010000111011101110011010010010101011110101100110000011100010
+5,1,13,54,1101011001110100101011111000000111101011010100111011101110011010010010101011110101100110000011100010
+5,1,14,57,1011110110111001110011111011011110111100001010000101010110100111011010111001100001100010011010011101
+5,1,15,50,1001001011100100101100100001000000011011111100000011010101101101011111001110100110001101101101101100
+5,1,16,55,0110101001101110101101000111110111110101001011100000001011111011000110101011000110100101110101011001
+5,1,17,52,0111111100001110000010001000011111011101001010000011111101011100101011011010000011111011101010010010
+5,1,18,55,1110110101010111101111100111100100111111100001110000110011001110101000101100010010100011010011100101
+5,2,0,55,1110101001010110011011101110011101101100001001011010100111111110101101111011010011000111000100000010
+5,2,1,57,0111011111010000111011101110011100101110001101010011000010111110110100101011011001000111011110100011
+5,2,2,57,1100011001010111111011001110011100101100001111010010110011111110101110111011111001000011010100000011
+5,2,3,54,1111100110000010010101100011110011001110110001011011111001100101000101101110000111100111010011110001
+5,2,4,47,1000011010111010110100010111110100011100010011011011010011101001100110000001000100100001110101001010
+5,2,5,60,0110100001101100101001000111011111110111101011100101001011111111001110101111001110000101110101111001
+5,2,6,55,1101000010000011110101010011110011001100010111011011111001100101000111101111101101100011010011110001
+5,2,7,54,1101000010000011110101000011110011001100010111011011111001100101000111101111101101100011010011110001
+5,2,8,53,1110011101111110001011101110011100101100001011100010101011011100101100011010000011010111010100000011
+5,2,9,57,0110111000000001111101000111011101111111001001011011000011111111000110101011010011100101110110011001
+5,2,10,61,0111001011010000101111101110111111111100101111001010000011111110100110111011101011000111100101011001
+5,2,11,51,0110101001101110111001000111010101100101001001110001001110111011010100101011000100100101011110100010
+5,2,12,53,1111110011011101111111110011100101011000000010110001010110001110001000111001001011101010011010001001
+5,2,13,62,1011110110111011110011111001011110111111011001000111010011100111011010111000100000100011101111111100
+5,2,14,53,1110111000010110001001101110011100111100001011010010100011011110101100111011010010000111110110000011
+5,2,15,56,0110111101101001111111000111011101101101001001101011001011111101000110001010000011110101010100011001
+5,2,16,57,1011011100110100101011111010010111111111001100110011011110101011011010101001100101100110010010000011
+5,2,17,54,1101110011111001110011111001001110101000011010001101100110010110010010111011100001100010001011111100
+5,2,18,61,1110010011111111101111110001110111011111010001110001010011111111000100111000001010101011101111001001
+5,3,0,58,0110100001011100101001000111011111110011101111101100000011111111001110101011001011000111110101011001
+5,3,1,61,0111001011100000101111101110111111111100101011000011000011111110100110111111101110000101100101111001
+5,3,2,54,1110101001000001011001100110011101101110001001011010100111111110101111101011010011100101010110001000
+5,3,3,58,0110111000010110111111001111011101111101001001011011000110111111000100111011010011000111100100010011
+5,3,4,56,0110100001110100101001000111011111110111001011100000001111111111101110111111010010000101010001101001
+5,3,5,57,1110101001001110011011101110011101101100101001011111100011011110001101101011001111000111100100010010
+5,3,6,54,1110111100101000101011111010010101111111001101110011001010101011010110101001000001100110010000011011
+5,3,7,58,0011011101110101111111000111011111100101001000101011011111111101001010001010100111110101010110000001
+5,3,8,57,1101000000000011111101011011010011001100010111011011111001100111100111101111101101100011010011110001
+5,3,9,53,1100001011010111110011000010111100101100001111010010110011111100001110111011111001000011010100000011
+5,3,10,62,1110100010111000111001010111011111110111100011100101010011111111001010101110101110000101101111111001
+5,3,11,58,0011110101101111000011101001011110111111011001000111001011100111011110111001000000100011110101111100
+5,3,12,52,0110110010000010010101000011110011001111111001011011110011100101000101101010000111100111010010111001
+5,3,13,59,1111101100000001111101100111011101111110001001011011000001111111000110101111010011100101110111010001
+5,3,14,62,0111011111010000101011101110111110111100001111001011000011111110100110101011101011000111110110011011
+5,3,15,55,0111001011010000111111101110011101101110101101010010000010111110110100111011010001000111001101100001
+5,3,16,58,0011011011010000101011101110011100101110101111010011000010111110110100101011111001000111011111100011
+5,3,17,59,0111001111010000111111101110111111111100001101001010000011111110100110111011001011000111100100011001
+5,3,18,62,0011110111111000110011111001011100111111001001010111010010111110011010111001111000000011101111111110
+5,4,0,57,0011011101110101111111000111011011100101001000101011011111111101001010001010100111110101010110000001
+5,4,1,58,0011111001110101111111000111011111100101001000101011011111111101001010001010100111110101010110000001
+5,4,2,59,0111001011100000101111101110111111111100101001000011000011111110100110111111001111000101100101011001
+5,4,3,63,0111001111011001111111101110111111111100001111001010000011111110100110111011101010000111100100111001
+5,4,4,58,0111011111010000101001100110011010111110001111001011000011111110000110101011001011100111110111011001
+5,4,5,62,1111101100000001111111101111111101111101001001011011000001111111100110101011110011000101110110010011
+5,4,6,58,0111101100010001111101100111001101111110001001011011000001111111000110101111010011100101110111010001
+5,4,7,59,1111101100000001111001100111011111111110001001011011000001111111000110101111010011100101110111010001
+5,4,8,52,0111011110000010011111101111011011001110111101000011000011100101100100101010000001100111010010110001
+5,4,9,55,1110110010000011110001000010110110101111011001011011110011100111010101101010000111100111011010011001
+5,4,10,62,0110111000011110111111001111011101111101001001011011000111111111100110111011010011000111100100010011
+5,4,11,56,0111001111010000111111101110111111111100001101001010000010111110000100111011001011000111100100011001
+5,4,12,62,0111111111110000101011101110111111110100001011100001000111111110100110101011001011000101110110111011
+5,4,13,56,0110000001010100101001000111011110111111001111001010001011111111101110111111110010000111010001001001
+5,4,14,56,0111101111010000111101011110111111110100001101101010000011111110001110111010001100000111100100001001
+5,4,15,62,1110000010111000111011100111011111111111100011000101010011111111100000101111101011000101101111111001
+5,4,16,63,1111101110010001111101100111011101111110101101010011000001111110000110111111010011100101111101110001
+5,4,17,50,0111001001000000110111101110011101101110001001011010000010111111110100101011010001000111000111000001
+5,4,18,55,0010011001010000111011101111011101111100101011010011000010111110010100101011111011000111010100100011
+5,5,0,55,0111011111000010001111101111011010001110011111000011000011101110100110101011000001100111110000111001
+5,5,1,54,0111011110010000111001100110011011111110101101001011000011110101000100101010001011100111010111100001
+5,5,2,58,0111101100000110111101100111011111111100001001011011000001111111000110101011010011100111110101010001
+5,5,3,63,1110111000011001111011001111011101111111001001011011000111111111100110111111010011000101100110010011
+5,5,4,59,0011111001110001111111100111011101100101101100101011011011111101000110011011000111100101110100100001
+5,5,5,62,1111101110010101111101000111011111111100001001010011000101111110001010101110110011110101011111010011
+5,5,6,55,1110111000010011110001000110110100101111011001011011100011110111010111111010000011000111000010011011
+5,5,7,61,0110110010001110111111001011011111111101001001011011010111101111100100101011010111100111110100010001
+5,5,8,61,1111101110110011111001100111011101111110100101010101000011111111100010101111000011100001101101110001
+5,5,9,64,1110100010011000111111100111011111111110101011000011010001111110000100111111111011000101111111111001
+5,5,10,62,0111111111010110101011101110011110100111001011010011000110111111100100111011010001000111111110010011
+5,5,11,57,0111111010110000101111101110010101110100001101001001000111111110100100101011001011000101100111111011
+5,5,12,60,0011111011110000101111101110011111100110001011100001000111111111100100101011011001000101110111110011
+5,5,13,62,0111111110010110101011001110111100111101001101011011000110111110100110111011000011000111101110011011
+5,5,14,63,0011111101010101111111000111011111111101101100001011010101111101001110101011110111100101010110010001
+5,5,15,58,1111101010110001111101100111011101100110001001110011001011111110000110011010000011110101111101100001
+5,5,16,63,1111111101110001111011100111011111110100001001111011000001111101001110101111010011100101110111010001
+5,5,17,53,0011001100000101111111000111011011001101001000001011011111111111000010001011100111110101010110000001
+5,5,18,58,1110101100100000111111100111011101111101001001011011000001111111100110101011110011000101100110110001
+5,6,0,62,0111111110010111111001101110011101111101000101011101000110111111100010111011000011100011101101010011
+5,6,1,61,1111101110110010101011000111111100111110101101010011000011111110100110101111000011000101101110111001
+5,6,2,64,0011111111010111101011001110011100111101001100011011000110111111110110101011100011100111111110010011
+5,6,3,62,0111111100010100111111000111111111111101101101001011010101111100001110111011010111000101000110011001
+5,6,4,55,1110001010100000111111100111011101111101001001010001000001111111100010101011100011000101110110111001
+5,6,5,68,1111100100011001111011101111111111111111100011001101010011111111100100101111101011000101101111110011
+5,6,6,63,1111111101010111111011100111011110110100001001111001000011111101001110101011010011000101111110110011
+5,6,7,63,0111111111110000101011101110011111100111001011010111000100111111100100111111010001100111110111010001
+5,6,8,59,1110111100010001111001001110011101111111000101010011000111111101100110111111010011100001101100010011
+5,6,9,62,1111101010111011111011100111011101111110100001011101000011111111100010101111000011000101100111110001
+5,6,10,59,0111001100000010111111100111011111111101101011000010000011111111000010101111100011100111110111010001
+5,6,11,65,1111110010011001111001101111111111111110000001011101010001111111100100101011011011000101111101111011
+5,6,12,61,1111111010110001111111100111011111110100001001110011001011111111000110001010010011110101110111000001
+5,6,13,59,1111111101110001111001100111011001100110001001111011000001111100001110111111000011100101111101010001
+5,6,14,63,0111111111010110101011101110011110100111001011010011010110111111100100111011010001000111111110010011
+5,6,15,64,0111111111010110101011101110011110100111011111010011000110111111100100111011010001000111111110010011
+5,6,16,59,1111111110010101101001001111011101111100001001010011000101111110001000101111000011110101001111011011
+5,6,17,63,0111101110010110111111000110111110111101001101011011000110111110100110111010110011000011111110010011
+5,6,18,66,1111100110011101111101000111011111111110101001010011000101111110001010101111110011110101111111111000
+5,7,0,63,1111111111110001111011101110011111100100001011010111001100111111100110001011010001110101110111010001
+5,7,1,60,0111111010110000101111100111011111110111001001110011000011111101000100111110010011100111110111000001
+5,7,2,61,0111111111010110101011101110011110100101010101010011000110111111100110111011000001000111111111010001
+5,7,3,63,0111111110010111111001101110011101111111001111011101000110110111100000111011010011100011101100010011
+5,7,4,61,1111111000110001111011001110011101110111000101110011000011111101100110111111010011100001101110010011
+5,7,5,59,1110111110010001111101100111011111111100001001010011001111111111000110001010010011110101110101000001
+5,7,6,62,1111111110111000101011101110011111100111101011010011000100111110100100111111010001100101110110011001
+5,7,7,65,0111100111010101111101000111011111111110001001010111000101111111001010101111110011110101111111110000
+5,7,8,64,1111110000011001111001101111111111111111000001011101010001111111100100101011011011000101111101110011
+5,7,9,69,1111100110011001111011101111111111111110100111001101010011111101100100101111101011000101101111111011
+5,7,10,60,0111101110010111111001101110011101111101000011001101000110111111000010111111010011100011101101010001
+5,7,11,63,0111011100000010111111100111011111111101101101010010000011111111100010101011100011101111110111010011
+5,7,12,67,0111111110011001111011101110111100111101001100011101010111111111110110101011100011100101111110010011
+5,7,13,64,1001100101010111101011000111011111111111110011001011000010111111100100101111101011000111101111110011
+5,7,14,64,1111110110110001111111000111011111111110001001110011001011101111000010101111010011110101111111000001
+5,7,15,59,1011101010011101111101100111011111110100101001010011000101110110001010001010110011110101110111111000
+5,7,16,59,0111111101010100101111001111111111101111011101010011010100111100000110111010010011000101000110011001
+5,7,17,67,0111111110010110111011100110011110110101101111011011000111111111101100111011010101000111111110010011
+5,7,18,64,1111100110011101111101000111011111111110100001010011000101111111000110101111100011100101101111111001
+5,8,0,66,1101110000011011111011101111111111111111000011001101010011111111100100101011011011000101111101110011
+5,8,1,62,1011100101010101101001000111011111111111110001011011000000111111100100101111101011000111101111110011
+5,8,2,68,1111100110011111111010000111011111111110100001011011000101111111000111101111100101100111111111110011
+5,8,3,62,0111111110010100111101100110011110110101101111010011000111110111001100111011010111000101101110011001
+5,8,4,59,1011101010011001111101000111011011110101001001010011000111110110001110111010110011100101110111111000
+5,8,5,58,1111111000110101111010101110011101110110100101110011000001111101100010001111010011110001001110010011
+5,8,6,61,1111110000110001111011001111011111110111000101100011000011111101100110111111100011000101101110010011
+5,8,7,68,1111101110011001111011101110111101111110100111011101010011111101100100101111010011100001101111111011
+5,8,8,54,1011110101010001101011000110011011110101001011000011000110111111100100101011010001010101101111010001
+5,8,9,70,0101101111110111111011101111011111101110110011011110001000111111100110001111101011100111110111110011
+5,8,10,64,1111110110111101111111000111011011111110001001110011001001101111000010101111000011110101111111010001
+5,8,11,64,1111100110010001111101000111011111111110100001010011000111111111010110101111110011100101101111101001
+5,8,12,60,0111111110010110101011100110010110100101100101011011000110111111101100111011010001000111111110010011
+5,8,13,67,0111111111010110111011101110011110110101011111010011000111111111101110111011000101000111101111010001
+5,8,14,62,0111010100010010111111100111011111111101101111000011000011110110110000101011110011010111110111010011
+5,8,15,69,1111101100001001111111101111111111111111101001011100010011111111100010101001101011101101111111110010
+5,8,16,66,0110111110010110111011100110111110110101100110011011000111111111101111111001110111000101111010010011
+5,8,17,65,0111111110011001111011101110011100111101001101011101010111111111110100101011000001100111111110010011
+5,8,18,64,1111110000011001111001100111111111111111100001010011010001111111100000101011111011000111111101110011
+5,9,0,65,0111010101110110111111100111011111101101101111000011000011110110110010101011101011010111110111010011
+5,9,1,67,0101101110010011111011101111011111111110110011011110001000111111100100001111110011100111110111110011
+5,9,2,65,0111111110011001111011101110011110110101000111011101010111111111110010101001010001100111111110010011
+5,9,3,65,0110111110010110111011100110111100111101101100011011000111111111101101111011100111000101111010010011
+5,9,4,68,1111101110011001111011101111111101111110000111011101010011111101100100101111010011100001101111111011
+5,9,5,67,1111101110011001111011101110111101111110100110011101010011111101100100101111010011100001101111111011
+5,9,6,64,0111101111010111111011101111011110101100110101011110001000111111100110001111001001100111110110010011
+5,9,7,68,0101111110110110101011100110010111100111100011011011000110111111111100111011110011010111111111110011
+5,9,8,71,1111110010011011111011101111111111111111000111001101010011111111100100101111011011000101111101111011
+5,9,9,63,1001101100011001111011101110111101111110100011010101010011111101100100101111010011100001111111110011
+5,9,10,66,1111110110011101111111001111011011111100101001010011011011101111100110101011000011110101111111010001
+5,9,11,65,0111111110111001111011101110011100111111001101111101000101111111010000101111000001100111111110010011
+5,9,12,67,0101101111110111111011101111011111111110100011011100001010101111100110001011101011100111111011110010
+5,9,13,69,1111101100001001111111101111111111101111111001011110010001111111100010101101101011101101110011110011
+5,9,14,67,1111101110011001111111001111111101111110100101010101011001111111100000101111000011110001101111111011
+5,9,15,65,1111110110111101111011100110011011111110001011111011000011101101000110101111010011100101111111010001
+5,9,16,61,0101101101110111111011101011011111111110100001110101000000111101100110000111101011100101100111100011
+5,9,17,65,1111110010110001111011001111011111100111010111001010001011111111100110111111100001000111111110010011
+5,9,18,62,1011100110010101101010000111011111111111100001011011000101110111000110101111101001000111111111110011
+5,10,0,66,0101101111110111111011101111011111111110100011011100001010111111100100001011101011100111110011110010
+5,10,1,60,0101101101110111111011101011011111111110100001110101000000101101100110000111101011100101101111100010
+5,10,2,65,0111111111110110111011100111011111101101101101000011000011111110101110101011101111000101110010010011
+5,10,3,63,0110010100010110111111100110111100111001101110011011000111110111110001111011100011010101111111010011
+5,10,4,67,0111111110011001111011101110011111110101000111011101010111111111110010101011010001100111111110010011
+5,10,5,65,0111111110011001111011101110011110110101000111011101010111111111110010101001010001100111111110010011
+5,10,6,62,0111010101110110111111101111011111101101100011010010000011110110100010001011101011010111110111010011
+5,10,7,69,0101101111110111111011100011011111111110101111001101001010101111110110101011101011100111111011110010
+5,10,8,73,1111101110011001111011101111111111111111001111011100010011111111100100111111010011101001101111111011
+5,10,9,63,1111101100001001111111101111111101101110110001011111010001111101100010101101101011100101010011110010
+5,10,10,66,1111110010111001111011101100011110110101000111011101010111111111110010101111010001100111111110010011
+5,10,11,63,0111111110010001111011001111011111100111010111001010001011111111100110111001100001000111111110010011
+5,10,12,64,0101111111110101111011101111001111011110101011111100000010101101000110001011111011100101111111010010
+5,10,13,65,1111100110110111111011100110011011111110000011011011001011101111100110101111000011100111111011110001
+5,10,14,67,1111101110011000111011101111111100111110000111011101010111111101101100101111010011100101101110011011
+5,10,15,66,0110111110010111111011100110111101111101101100011011000011111111100101111011100111000001111011110011
+5,10,16,68,1111101110011011111011100111111101111110100101010101011001111111100100101111000011100101101111111011
+5,10,17,67,1111110010011001111111001111111111111111000111001101010011111111100000101111011011000001111101110011
+5,10,18,64,1111110010111001111011001111011101100111000110011001000011111101100110111101010011100111101111110011
+5,11,0,69,1101101110011111111011101011111111111111001111011100000011111111100100101111000011101001101111111010
+5,11,1,73,0111101111110001111011100111011111111110101111001101011010101111110110111011111011100111111011110011
+5,11,2,66,1111110110110001111011001111011101100111100100000011000011111111101110111101111111100101111110010011
+5,11,3,60,0111111011110110111011100111011110100101001111011001000011111100100110101011000011000111100011110011
+5,11,4,64,0111010111110111111111101111011111101101000011010010000011101111100010001011001011011111110111010011
+5,11,5,62,1111100100110110111111100110011011111110100011011011001011110100100110101111000011100111111011010001
+5,11,6,71,1111101110011011111011101111011111111110100101010101011011111111110100101111000011100101101111111011
+5,11,7,67,0101101111110111111011100111111111111110100011111101001000111111100100001011101011100111110011110010
+5,11,8,65,0111101110011001111011100111111101111110100101010101010001111111100100101111000011100101101111111011
+5,11,9,70,1111111110011011111011101110011111110101000111011101011111111111110010101011010001100111111110010011
+5,11,10,65,0101111111110101111111001111001111011110100011111101000011101111000100101011111011100101101111010010
+5,11,11,64,1111110010011001111011101111111111111111001111001100010010111101100010001101011011000001111101110011
+5,11,12,70,1111101110010001111011101011111111111111001111001100011011011111100100111111011011101001111011110011
+5,11,13,70,0101101111111111111011100111011111111110101111011101000010101110110110101011100011100111101111111010
+5,11,14,66,1111111100010111111011100110111101111101101100011111000011111101100101111011100111000001111011110010
+5,11,15,63,0110101110001001111111101111111101101110110001011011010001111111100010101101101011100101010011110011
+5,11,16,61,0111010101110110111111101111011111101101101001000010000011110110100010001011101011010111110111010011
+5,11,17,67,0111111111110110111011100111011111101101100111110011000011111110111110101011101110000101110010010011
+5,11,18,64,1110011100010100111111101110111100111001100110011101000111110111111101101011000011010101111111010011
+5,12,0,68,1111101110011101111011101011110111111111001111011100001011111110100100101111010011101001101111110010
+5,12,1,70,1101101110010011111011101011111111111111001111001100010011011111100100111111001011101011111011111011
+5,12,2,66,0111111111110110111011100111011111111101000111110011001011111111110110100011110001000101110010010011
+5,12,3,70,1111111110011011111011111110011111100101100111011101010111011110111010101011001110100111111110010011
+5,12,4,74,1111101111010001111011100111011111111110101111011101011010111111110110101011111011100111111111010011
+5,12,5,69,0111111110111011111011101110011111110101000111001101011111101111110010111011010001100111111010110011
+5,12,6,67,0101111111101101111111001110001111111110100011111101001111101111000100101011011001100111111111010010
+5,12,7,67,1111111110010011111011101111011111010101000111011101010011111111110010101011110011100101101110010011
+5,12,8,68,0101101111111111111011100111011111110110101111011101000010101110110110101011100011100111001111111010
+5,12,9,71,0101101111111111111011110111011111111110101111011101000010101110110110101011100011100111101111111010
+5,12,10,64,0111100110010101111011100111111101111110100011011101010001111110100110101111000011100101101111110011
+5,12,11,63,1111101100111010111111100110011011111110100101010011001011110101100100101111000011100111111011011001
+5,12,12,69,1111101110010011111011101011111111111111000101001101011011011111100100101111011011100001111011111011
+5,12,13,71,1111101110011001111011101011011111111110101111010100011011111111110100111111000011101101101111110011
+5,12,14,70,1111011111010101111111001111111111011110000011011100011011111111100100101111011010101101111011110011
+5,12,15,63,0101101110110001111011101011001111111111101111101101000011001111000100111011111011100001101111010010
+5,12,16,67,0101101111111111111011100111111111111110100111011101000010101110100110101011100011100111101011110010
+5,12,17,69,0101101111110111111011100111011111111100101011111101001000111111110100001011101011100111110111111010
+5,12,18,64,0101110111110110111111101111011111101110101011000010000010110110110110001011101011010111100111111010
+5,13,0,67,0101101111111011111011100111011111110101001111011101000010111111110010101011100011100111001111111010
+5,13,1,68,1111111110010111111010101111011111010110100111011101010011101110111110101011110011100101101110010011
+5,13,2,72,1111101111010001111011100110011111111100101111011101011010111111110110111011100011101101111111110011
+5,13,3,71,1111101110011001111011101011011111111110101111010100011011111111110100101111011011100111101111010011
+5,13,4,71,1101101110010111111011101011111111111111001111001100010011011111100100111111001011101011111011111011
+5,13,5,70,0101101111111011111011110111011111111110101111011101000010101110110110101111100011100111101101111010
+5,13,6,71,1111101110011101111011101011011111111100101111111101011011111111110100111111000011100101101111100010
+5,13,7,69,0111101111110011111011100111011111111110101011010100001000111111110100001011101011101111110111111011
+5,13,8,69,1101111110010011111011101011011111101111001111001101010011011111100100111111001011101001111111110011
+5,13,9,70,1110111110011011111011111110111111110101100111001100010111011110111010101011001110101111111010011011
+5,13,10,71,1111001110011001111011101011011111111110101111010110011011111111110100111111000011101101101111110011
+5,13,11,70,1111101110011001111011101011011111111110100111010100011011111111110100111111000011101101101111110011
+5,13,12,69,1111101110010011111011101011111111111111001101001101011011011111100100101111011011100000111011111011
+5,13,13,69,1111101110010011111011101011111111111111000101001101011011011111100100101111011011100001111011111011
+5,13,14,71,1111101110011001111011101011011111111110101111010100011011111111110101111111000011101101101101110011
+5,13,15,71,1111101110011001111011101011011111111110101111010100011011111111110100111111000011101101101111110011
+5,13,16,70,0111111110011011111011111110011111101100100111011101010111011110111110101011001110100111111110110010
+5,13,17,65,1101101111111110111011100111111111110101100111011101000010101110100010101011100011100111101011010011
+5,13,18,70,0101101111111111111011110111011101111110101111011101000010101110110110101011100011100111101111111010
+5,14,0,70,1111001110011001111011101011011111111100101111010100011011111111110100111111010011101101101111110011
+5,14,1,72,1111101110011001111011101011111111111110101111010110011011111111110100101111001011100111101111010011
+5,14,2,64,0101101111011111111011100011011101111010101111010101000010101110110100101111100011100111101101111010
+5,14,3,76,1111101110111001111011111111011111111110101111011100011011111111110111111011000011101101101111110011
+5,14,4,68,0111101110011101111011101010011111111100100111111101011111111111110100111011000011100101111110100010
+5,14,5,72,1111111110011011111011111111011111101100101111011101010011011110111110101011001110100111101111110010
+5,14,6,69,1111101110011001111011101011011111111110101111010100010011111111110100101111001010101111101111010011
+5,14,7,71,1111001110011001111011101011011111111110101111010110011011111111110100111111010011100101101111110011
+5,14,8,72,0101101111111111111011111111011100111110101111011101010010101110110110101111000001100111101111111111
+5,14,9,70,1111101110011001111011100011011111111110101111010100011011111111110100101011111011100111101111110010
+5,14,10,68,1111001110010011111011101011111111111111101101001101001011111111100100101111000011101000111011111011
+5,14,11,70,1111101110011001111011101011011111111110001111010110011011011111110100111111010011100101101111110011
+5,14,12,71,1110101110011011111011111110111111110101100111011101010111011111110110101011101010101111111010010011
+5,14,13,72,1111111111011001111011100110011111111100101111001100011010111110111010111011000111101101111111111011
+5,14,14,72,1111100110011001111011101011011111111100101101111101011011111111110100111111010011100101111111101011
+5,14,15,68,1111101110010111111011101011111111111111001111001101011011011111100100101111001011100000111011110010
+5,14,16,68,1111111110010111111010101011001111010110100111011101010011101110111110101011010011101101101111110011
+5,14,17,70,1111101110011001111011101111011111111110101111010100011011111111110101111111100011100101101100010011
+5,14,18,74,1111111110011011111011111010111111111101100111001100011111011110111110101011000111111111111010011011
+5,15,0,67,1111001110011001111011101011011111111110100111010110011011111111110100101111000011100101101111010011
+5,15,1,74,1111101110011001111011101011111111111110101111010110011011111011110100111111011011100111101111110011
+5,15,2,68,1111101110011001111011101010011111111110001111010111011011011111100100111111010011100101111011100011
+5,15,3,68,0111101110011101111011101011011111111100100111111100011111111111110100111011000011100101101110110010
+5,15,4,71,1111111110010011111011111010111111111101100111011100011111011110111110101011000110010111111010011011
+5,15,5,72,1111111110011011111011111111011111101100101111001101010011011100111110101011001111101111101111110010
+5,15,6,66,1111101110011001111011101011011111111110101011010100010011111101110100101011001010101111101111010011
+5,15,7,72,1111101110011001111011100011011111111110101111010100011111111111110100101111111011100111101111110010
+5,15,8,66,1110001110010011111011111010111111111111100111011101010111011011100010101111001010101001111010110011
+5,15,9,70,1111101110011011111011101111111111110101101101011101001011111111110100101011100010101110111011011001
+5,15,10,71,1111101110011001111011101111111111111110101111010100010111111111110100101111001010100101101111110011
+5,15,11,70,1110101110011001111011101011111111110110100111010110011011111111110000111111001011101111101111010011
+5,15,12,68,1111101110011001111011101111011111111110100111010100011011111111110000111111000010101101101111010011
+5,15,13,70,1110001110011001111111101011011111110110101111010110010011111111110100111111011011100101101111110011
+5,15,14,74,1111001110011001111011111111011111101110101111011101010011111110111110111111011110100111101111110010
+5,15,15,69,1111111110011011111011101011011111111100101111010110011011011111110100101011000011100101101111110011
+5,15,16,71,1111101110011001111011101001011111111110101110010100011011111111110110101011110011101111101111110011
+5,15,17,73,1111101110111001111011110111011111111110101111011100011011111111110101111011001011100111001111110010
+5,15,18,69,1111101110011001011011101111011111111110101111010100011011111111110101111111000011100101101101010011
+5,16,0,71,1111101110010001111011111010111111111111100111011100011111011111111110101011001111010111101010010011
+5,16,1,70,1110111110011011111011101011111111110100100111010110011011111110110000111111000010101111111111011011
+5,16,2,74,1111101110011001111011101011011111111110101111010110011011111111110100101011111011101111101111110011
+5,16,3,68,1111101110010001111011100001011111111110101110010100011111111111110110101110110011100111101111110010
+5,16,4,70,1111101110011001111011110111011111111110101111000100011111011110110100101111101011100111101111110010
+5,16,5,74,1111111110011011111011101011011111101100101111011101010011111101111110101011011111101111101111110010
+5,16,6,72,1111101110111001111011111110011111110110101111011100011011111111110101111011001011100111101111010010
+5,16,7,68,1111101110011011111011100111111111111101101101010101001011111111110100101011100010101100011011111001
+5,16,8,69,1111001110011001101111101011011111110100101111010110010011111111110100111111011011100101101111110011
+5,16,9,69,1110111110010011111011101011011111111111101111010110011011011111110100101011000011100101101111110011
+5,16,10,72,1111101110011001111011101011111111111110101111011110011011111111110100101111001011100111101110010011
+5,16,11,71,1111101110010001111010101011111111111110101111011110011011111111110100101111101011100111101110010011
+5,16,12,69,1111101110011000111011101111111111111110101111010100010111111111110100101111001010100101101011110011
+5,16,13,71,1111101110011001111011101111111111111110101111010100010111111111110100101111001010100101101111110011
+5,16,14,71,1111101110011001111011101111111111111110101111011100010111111110110100101111001010100101101111110011
+5,16,15,73,1111001110011001111011111111011110101110101111010101010011111111111110111111011110100111101111110010
+5,16,16,71,1111101110011001111011101111111111110101101101011101001011111111110100101011111010101110101111011001
+5,16,17,70,1111101110011011111011101011111111101110101111010100011011111011110100011111000011100111111011110011
+5,16,18,74,1111101110011001111011101011111111111110101111010110011011111011110100101111111011100111101111110011
+5,17,0,72,1111101110011001110011101011011111111110101111010110011011111011110100101111111011100111101111110011
+5,17,1,73,1111101110011001111011101111111111111110101111010110001011111111110100101010111011101111100111110011
+5,17,2,68,1111101110010001111011111010111111111111100111001100011111011111110110101111001011000111101010010011
+5,17,3,73,1111101110011011111011110111011111111110001111010100011111011110111100101011101111110111101111110010
+5,17,4,68,1111100110011001111011101111011111110100111101011101011011111111110100101011111010101100101111010001
+5,17,5,77,1111111110011001111011101011111111111111101111010110001011111111110100101011111011101111101111111011
+5,17,6,72,1111101110111101111011101111011111110110101111011100011111111111110100111111001011100101001111010010
+5,17,7,71,1111101110011001111011111110111111111110101111010100010011111111110101101011001010100111101111110011
+5,17,8,71,1111101110011001111011101111111110101110101111010101010011111111111110101111001110100101101111110010
+5,17,9,73,1111001110011001111011111111011111111110101111011100010111111110110100111111011010100111101111110011
+5,17,10,67,1111001110011011101111101011111101110100100111010110011011111100110000111111000010101111111111011011
+5,17,11,71,1110111110011001111011101011011111110100101111110110010011111111110100111111011011100101101111110011
+5,17,12,70,1111101100010001011010111010111111111111101111011110011111011111111110101011001111100111101010010011
+5,17,13,70,1111101110010001111011101011111111111110100111011100011011111111110100101111101011010111101110010011
+5,17,14,72,1111101110011001111011101011111111111110101111010100011011111011111100101111101011100111101011110011
+5,17,15,73,1111101110011001111011101111111111011110101111110110010111111111110100101111011010100101101111110011
+5,17,16,71,1111111110010011111011101011011111111100101111011100010011111101111100101011011111100111101111110010
+5,17,17,72,1111101110011001111010101011111111001110101111011111011011111111110110101111101011101111001110010011
+5,17,18,70,1111101110011001111011101111111111110101101100011100011011111111110100101011110011101110101111011001
+5,18,0,71,1111101110011001111011111110111111111110101111010100010111111011110101101011001010100111101111110011
+5,18,1,72,1111101110011001111011101111111111011110101111110110010011111111110100101111011010100101101111110011
+5,18,2,78,1111111110011001111011101011111111111111101111010110001011111111110110101011111011101111101111111011
+5,18,3,66,1111101110011000111011100001011101111110101111010101001011101111110100110011011010101111101111110011
+5,18,4,68,1111101110011001111011101111111111110101101111011100011010111110110100101011110001100110101111011001
+5,18,5,73,1111001110011001111011111111011111111110101100011100010111111111110100111111011010101111101111110011
+5,18,6,76,1111111110011001111011101011111111111111101111010110100011111111110100101011011011101111101111111011
+5,18,7,73,1101101110111001111111101001011101111110101111010101001011111111110110111011111010101111101111110011
+5,18,8,67,1111101100010001011011111010111111111111101111010110011011011111111100101010101111101101100010010011
+5,18,9,75,1111101110011001111010101111111111111110101111011110001111111111110110101011011011100111101111110011
+5,18,10,74,1111101110011011111011100111011111111110101111010100011111111010111100101111101111110111101111110010
+5,18,11,70,1101101110011001111011111011111111111110001111010100011011011111111100101011101011100111101011110011
+5,18,12,72,1111101110011001111011101111011111111110101111011111000011111111110100101011011011100111100111110011
+5,18,13,74,1011001110011001111011111111111111111110101111010100011111111110110100111110111010101111101111110011
+5,18,14,73,1111101110011001111011101111011111011110101111010111000111111111110110101111011010101101101111110011
+5,18,15,71,1111101110011001111011101001111101111110101111110100011011111111110100111011011010100111101111110011
+5,18,16,72,1111101110011001111011101011111111111110101111010100011011111011110101101111101011100111101011110011
+5,18,17,70,1111101110011001111011111110111111111110101111010100010011111111111100101011001010100111101111010011
+5,18,18,73,1111101110111001111011101101111111111110101111010110001011111111110100111010111010101111100111110011
+5,19,0,78,1111101110011001111011111011111111111111101111010100111011111111110100101011111011101111101111111011
+5,19,1,71,1011001110011001111011101111111111111110101111010110000111111110110100111110011010101111101111110011
+5,19,2,74,1111101110011011111011101011011111111110101111010100011111111010111100101111011011110111101111110011
+5,19,3,73,1111101110011001111011100111011101111110101111010101001011111111110110101011101111101111111111110010
+5,19,4,73,1111101110011001111011000111011111111110101111010110101111111111111100101111001011110111101111110010
+5,19,5,74,1111111110011011111011101011111111111111101111010100010011101010110100101001111111101111101111111011
+5,19,6,68,1111101110011001111011101111011111111110101111010100000011111011110100101011111010100111101011110011
+5,19,7,72,1111101110011001111011101011011111111100101111011111001011111111110101101111001011100111100111110011
+5,19,8,77,1111111110011001111011101011110111111111101111010110001011111111110110101011111011101111101111111011
+5,19,9,78,1111111110111001111011101011111111111111101111010110100011111111110100101011011111101111101111111011
+5,19,10,68,1111101110011001011011111010111111011111101111010110011011011111111100101110111010101101100011000011
+5,19,11,72,1111111100010001111011101111111111111110101111110110010011111111110100111011001111100101101110110011
+5,19,12,73,1111101110011001111011101011111111111110101111110110011011111111110100101111011010100101101111110011
+5,19,13,77,1111111110011001111011101111111111011111101111010110000011111111110110101011111011101111101111111011
+5,19,14,76,1111111110011001111111101111011111111110101111010111000011111111110110111111011010101101101111110011
+5,19,15,72,1101111110111001111011101001011101011110101111010101001111111111110110101011111010101111101111110011
+5,19,16,75,1111101110011001111011101011111111111110101111110100011111111110110100111111101011100111101111110011
+5,19,17,71,1011001110011001111011111101111111111110101111010100011011111011110101101110111010101111101011110011
+5,19,18,72,1111101110111001111011101011011101111110101111010101001011111111110110101011111010101111100111110011
+5,20,0,76,1111111110011001111011101011111111111111101111010110100011111111110100101011011111101111101101111011
+5,20,1,77,1111111110111001111011101111111111011111101111010110000011111111110110101001111011101111101111111011
+5,20,2,71,1111111100010001101011101111111111111110101111010110010011111111110100101011001111100101101111111011
+5,20,3,75,1111111110011001111011101111111111011111001111110110000011011111110110111011111011101111101110110011
+5,20,4,70,1101111110111001111011101001010101011110101111010100001111111111110110100011111010101111101111111011
+5,20,5,77,1111111110011001111011101011111011111111101111010111001011111111110110101011111011101111101111110011
+5,20,6,76,1111111110011001111111101111011111111110101111010111000011111111110110111111011010101101101111110011
+5,20,7,76,1111111110011001111111101111011111111110101111010111000011111111110110111111011010101101101111110011
+5,20,8,70,1101101110011001111011101011111111111100101111011111001011111011100101101111001011100111100111110011
+5,20,9,71,1011001110011001111011111101011111111110101111010100011011111111110101101110111010101111101011110011
+5,20,10,72,1111101110011001111011000111111111111110101111010110101111111111110100101011001011110111101111110010
+5,20,11,75,1111101110011001111011101101011111011110101111010110101011111111111100111110011011101111111111011011
+5,20,12,75,1111111110011001111011101011110111111110101111010110011001111111110110101011111011101111101111110011
+5,20,13,75,1111101110011011111011101011011111111111101111010100001111111010111100101111011011110111101111111011
+5,20,14,75,1111101110011001111011101011111111011111101111110110011011111110110100101111101011101111101111110011
+5,20,15,76,1111111110011000111011101111111111111110101111010100000111111111110110111011111011100111101111111011
+5,20,16,76,1111111110011001111111111111011111111110101011010111010011111111110110101011111010101101101111110011
+5,20,17,76,0111101110011001111011101011111111111111101111010100101011111111110100111111011011101111101111111011
+5,20,18,74,1111101110011001111011100111011111111110101111110100011111111111111100101111001011110111101111110010
+5,21,0,75,1111111110011001111011101011111111111110101111010110100011111111110100101011011111101111101101111011
+5,21,1,77,1111111110011000111011101111111111111111101111010100000111111111110110111011111011100111101111111011
+5,21,2,74,1111111110011001111011111111011111011110101011010111010011111111110110101011111010101101101111110011
+5,21,3,78,1111111110111000111111101111111111111111101111010110000011111111110110101001111011101111101111111011
+5,21,4,71,1111001110011001111011101011011111111111101111010100001111111010111100101111011010110111101111110011
+5,21,5,73,1011101110011011111011111101011111111110101111010000011011111111110101001110111011101111101011111011
+5,21,6,78,1111111110011001111011101011111111111111101111110110101011011111110100101111011111101111101101111011
+5,21,7,73,1111101110011011111011101011111111011111101111010110010011111110110100101011101011101111101111110011
+5,21,8,76,1111111110011000111011101111111111111110101111010110100111111111110110101011111011100111101101111011
+5,21,9,75,1111111110011001111011101011111111111111101111010100000011111111110100101011011111101111101111111011
+5,21,10,74,1111111110011000111111101111011111111110101111010101000111111111110110111111011010100101101111110011
+5,21,11,78,1111111110011001111011101111111111111110101111010110000011111111110110111011111011101111101111111011
+5,21,12,76,1111111110011001111011101111111111111110101111010111000011111111110110111111011010101101101111110011
+5,21,13,74,1111111110011001111111101011011111111111101111010110100011111011110100101011011111101111001101111011
+5,21,14,76,1111111110011001111111101111011111111111101011010111010011111111110110101011111010101101101111110011
+5,21,15,77,1111111110011001111011111011111011110111101111010111001011111111110110101011111011101111101111110011
+5,21,16,78,1111111110011001111011101111111111011111101110110111100011011111110110111011111011101111101110111011
+5,21,17,72,1111111110011001111011101011111111111111001111010110000010111111110100101011011111101111101101110011
+5,21,18,74,1111111110111001111011101011111111011111101111010110000011101111110110101001111011101111101111110011
+5,22,0,77,1111111110111001111011101011110111011111101111010110101011011111111100101111011011101111101111111011
+5,22,1,75,1111110110011001111011101011111111111111101111110110000011101111110110101101111111101111101101110011
+5,22,2,73,1111111110011001111001111011011011110111101111010111001011111111110110101011111010101101101111110011
+5,22,3,78,1111111110011001111111101111111111111111101011010111010011011111110110101011111011101111101111110011
+5,22,4,76,1111111110111000111111101011111111111111101111110110000011011111110110101001111011101111101101111011
+5,22,5,77,1111011110011001111011101111111111011111101111010110101011111111110100101111011111101111101101111011
+5,22,6,75,1111111110011001111111101111011011111111101011010111000011111111110110101011111010101101101111111011
+5,22,7,79,1111111110011001111011101111111111001111111111010111011011111111110110101011111011101111101111110011
+5,22,8,76,1111111100011001111011101111111111111110101111010110000001111111110110111011111011101111101111111011
+5,22,9,74,1111111110011001111011101011111111111110101111010110100011111111110100101011011111100111101101111011
+5,22,10,81,1111111110011101111011101111111111111111101111010111000011111111110110111011111011101111101111111011
+5,22,11,73,1111111110011000111010101111111011001111101111010100001111111111110110101011111011100111101111111011
+5,22,12,75,1111111110011001111011101111111111111110101111010111000011111111110110101111011010101101101111110011
+5,22,13,73,1111111110011001111011111111011111011110101011010111010011111111110110111011111010101101001111010011
+5,22,14,74,1110111110011001111011101011111111111110101111010110100111111111110100101011111011100111101111110011
+5,22,15,74,1111110110011000111111101111011111111111101011010111010011111111110110101011111010101101101101111011
+5,22,16,74,1111111110011001111011101011111111111111101111010110000011101111110110101001111011101110101111111011
+5,22,17,75,1111111110111000111011101111111111011110101111010110100111111111110110101011111011100111101101110011
+5,22,18,77,1111111110011000111011101111111011111111101111010101000111111111110110111011111011100111101111111011
+5,23,0,79,1111111110111001111011101111101111011111101111010111010111111111110110101011111011101111101111110011
+5,23,1,72,1111111110011000111011101111111111001110111111010110001011110111110110101011111011100111101101110011
+5,23,2,75,1111111110011001111011101111111111111110101111010111000011111111110110101111011010101101101111110011
+5,23,3,72,1111100110011001111111101111011011111111101011010111000011111111110110101011111010101101101111011011
+5,23,4,71,1111111110011001011111101111111011111111101011010110000011111111110100101011111010100101101111110011
+5,23,5,77,1110111110011001111011101011011111111110101111010111100111111111110110101011111011101111101111111011
+5,23,6,76,1111111110111001111011101011110111011111101111010100100011111111110110111011011011101111101111111011
+5,23,7,77,1111111110011000111011100111111011111111101111010111001111011111111100101111111011100111101111111011
+5,23,8,75,1111111100011001111011111111111111011110101111010010000011111111110110111011111011101101101111111011
+5,23,9,75,1111111110011001111011101111111111111110101111010111000001111111110110101111011010101111101111110011
+5,23,10,74,1111011110011001111011101111111111001111101111010111001011111111110100101011111011101111101101110011
+5,23,11,82,1111111110011001111011101111111111011111111111010110111011111111110110101111011111101111101111111011
+5,23,12,73,1111111110111000111111101011111111111111101111110110000011011111110110101001111011101111001101001011
+5,23,13,77,1111111110111100111111101111111111111111101111110110000011011111110110101000111011101111101101111011
+5,23,14,77,1111111110011001111011101111111111001111111111010111010011111111110110101011111010101111101111110011
+5,23,15,76,1111111110011001111011101111111111110110101111010111001011111111110110101111011011101101101111110011
+5,23,16,75,1111111110111001111111101011011011111111101011010110000011111111110110101011111010101111101111111011
+5,23,17,75,1111111110011000111111101111111111101111101111110111000011011111110110101001111011101101101101111011
+5,23,18,81,1111111110011001111011101111111111111111101111011111000011111111110110111011111011101111101111111011
+5,24,0,80,1111011110011001111011101111111110011111111111010110111011111111110110101111011111101111101111111011
+5,24,1,75,1111111110011001111011101111111111001111101111010111001011111111110100101011111011101111101101110011
+5,24,2,81,1111111110011001110011101111111111111111101111010111001011111111111100111111111011101111101111111011
+5,24,3,76,1111111110011000111011100111111011111111101111011111000111011111110110101011111011100111101111111011
+5,24,4,80,1111111110011000111011101111111111111111101111010111000011111111111110111011111011101111101101111111
+5,24,5,81,1111111110111101111111101111111111111111101111111110000011011111111110101000111011101111101111111011
+5,24,6,78,1110111110011001111011101111011111111110101111010111001111011111110110101111111011101111101111111011
+5,24,7,75,1111111110011000111011100011111011111111100111010111100111111111111100101011111011100111101111111011
+5,24,8,71,1111101100011000111011101111101111001110101111110111000011011111110110101011111011101101101111111011
+5,24,9,76,1111111100011001111111111111111111111111101111010010000011111111110110111001111011101101101101111011
+5,24,10,79,1111111110111001111011101111111111110110101111010111011011111111110110101011111011101111101111110011
+5,24,11,75,1111111110011000111011101111101111011111101111010111000111111111110110101111011011101101101111110011
+5,24,12,78,1111111110011001111011101111101111111110101111011111000111111111110110101011111011101111101111110011
+5,24,13,77,1111111110111001111011101111111111011111101111010111010001111111110110101111011010101111101111110011
+5,24,14,75,1111111110011001111011101011110111001111111111010111100011111111110110101011111010101111101111110011
+5,24,15,77,1111111110111001111011101111111111011111101111010100010011111111100110111011011011101111101111111011
+5,24,16,78,1111111110011000111011101111101011111111101111110111101011011111110100101111111111100111101111111011
+5,24,17,81,1111111110011001111011100111111111011111111111010110011111111111111110101111011011101111101111111011
+5,24,18,76,1111111110111000111011100011011011111111101111010111001111111111111100101111111010100111101111111011
+5,25,0,78,1111111010111001111011101111111111110110101110010111011011111111110110111011111011101111101111110011
+5,25,1,79,1111111110011001110011101111111111111111001111010111001011111111111100101111111011101111101111111011
+5,25,2,77,1110111110011001111011100111011111111110101111010111001111011111110110101111111011101111101111111011
+5,25,3,78,1111111110011001111011101111111011111111101111011111000111011111110110101011111011100111101111111011
+5,25,4,77,1111111110011001111011101011101111101111101111011111100111111111110110101011111010101111101111110011
+5,25,5,75,1111111110011001111001101111110111011110111111010111000011111111110110101011111011101111101111110011
+5,25,6,81,1111011110011001111011101111111110111111111111011110110011111111110110101111111011101111101111111011
+5,25,7,80,1111111110111101111111101111111111011111101111110110001011011111111110101000011111101111101111111011
+5,25,8,76,1111111110011001111011101111111111111111101111010110010111111101100100101011111010101111101111111011
+5,25,9,77,1111111110111001111011101111101111011110101111111101000011111111110110111011011011101111101111110011
+5,25,10,78,1111111110111001111011101111111111111111101111010111000001011111110110101111111010101111101111111011
+5,25,11,73,1111111110011001111111101110111011011111101011010110010011111111110110101011011011101101101111110011
+5,25,12,75,1111111110011001111011101111101011111111101111011111001101111111110100101011111011000111101111110011
+5,25,13,78,1111111110011000111011101011101111111110101111110111100011011111110110101111111111101111101111111011
+5,25,14,81,1111111110011001111111100111111111011111111111110110001111111111111110101011011011101111101111111011
+5,25,15,81,1111111110111101111011101111111111111111101111011110010011011111111110101100111011101111101111111011
+5,25,16,79,1111111110011101111101101111111111111111101111110110000111011111111110101100011011101111101111111011
+5,25,17,73,1111111110101000111011101111101111011111001111011111000011111111110110101011101011101101101111110011
+5,25,18,82,1111011110111101111111101111111110011111111111110110101011111111111110101011011011101111101111111011
+5,26,0,79,1111111110111101111111101111111111011111101111110110001011011111110110101000011111101111101111111011
+5,26,1,78,1110111110011001111011100111011111111110101111010111001111011111111110101111111011101111101111111011
+5,26,2,78,1111111110111001111111100111011111111111101111010111001011011111111110101000011111101111101111111011
+5,26,3,79,1110111110011101111011101111111111011110101111110110001111011111110110101111111011101111101111111011
+5,26,4,79,1111111110011001111011101011101111111111101111110111100111111111110110101011111011101111101111110011
+5,26,5,76,1111111110011001110111100111110111001111111111011110001111011111111110101011011010101111101111111011
+5,26,6,76,1101111110011001111011101111111111111111101111011110010011011111110100100100111111101111101111111011
+5,26,7,80,1111111110011001110011101111111111111111001111010111001011111111111110101111111011101111101111111011
+5,26,8,83,1111111110111101111111101111111110011111101111110110111011111111110110111011111001101111101111111011
+5,26,9,76,1111011010111001111001101111111111110110111110010111001011111111111110101011011011101111101111110111
+5,26,10,82,1111111110011101111111101111111111011111111111110110101011111111111110101101011011100111101111111011
+5,26,11,79,1111011110111101111101101111111110111111101111110110000111011111111110101010111011101111101111111011
+5,26,12,77,1111111110011101110011101111111011111111101111011110010111011011110110101011111011100111101111111011
+5,26,13,79,1111111110111001111011101111111111111111101111011111000011011111111110101100111011101111101111110011
+5,26,14,78,1111111110011001111111101111111111011111001111010111001011111111110100101011111011101111101111111011
+5,26,15,74,1111111110011001110011101110111011111111101011010110010011111111111110101111011011101101101111110011
+5,26,16,74,1110111110011001111011100111011111111010101111110110011111011111100100101011111011101111101111111011
+5,26,17,78,1111111110011001111011101111111111101111101111010111000111111101110110101111111010101111101111111011
+5,26,18,78,1111011110011001111011101111111110110111111111011110110011111101110100101111111011101111101111111011
+5,27,0,77,1111111110111001110001101111111111111111001111010111000011111111111110101011111011101111101111011011
+5,27,1,81,1111011110011101111111101111111110111111101111110110001111011111111110101110111011101111101111111011
+5,27,2,81,1111111110111101111111101111111111111111111111011111000011111111111110101100011011100111101111110011
+5,27,3,79,1111111110011001111011101111111111011111101111110110101011011111111100101101111011101111101111111011
+5,27,4,79,1111111110111101111111101111111111111111101111110110001011011101110110101000011111101111101111111011
+5,27,5,74,1111111110111001111111100111011111011111101110010111001011011011111110100000011111101111101111111011
+5,27,6,79,1111111110011101111111101111111111011110101111110110001011111111110110101101011011101111101111111011
+5,27,7,82,1110111110011101111011101111111111011111111111110110101111011111111110101111111011100111101111111011
+5,27,8,75,1111011110111001111001100111111111110110111110010110001011111111111110101011011011101111101111110111
+5,27,9,82,1111111010111101111111101111111110011011101111110111111011111111110110111011111001101111101111111011
+5,27,10,77,1110111110011001110011101111011111111110001111010111001111011111111110101111111011101111101111111011
+5,27,11,79,1111111110011001111011100111011111111111101111010111001011111111111110101111011011101111101111111011
+5,27,12,79,1111011110110101111111101111111111011111101011110110011011111111110110101000111111101111101111111011
+5,27,13,80,1111111110111101111111101111111110111110101111110110101011011111110110111011011001101111101111111011
+5,27,14,81,1111111110011001111011101111111111111111001111010110011111111111111110101111111010101111101111111011
+5,27,15,74,1011111110011001110011101111111111111111101101010101000011111111100110101011111011101111101111111011
+5,27,16,79,1111111110011001111011101011101111111111101111110111100111111111110110101011111011101111101111110011
+5,27,17,79,1111111110011001111011101011101111111111101111110111100111111111110110101011111011101111101111110011
+5,27,18,76,1111111110011001111011101111111111001111101111110111000011111101110110101011101011101111101111111011
+5,28,0,84,1111111110111101111111101111111111111111101111010110110111111111110110111111111001101111101111111001
+5,28,1,75,1111111010011001111011101011101110111111101111110011101111101111110110101011111010101111101111110011
+5,28,2,82,1111111010011101111111101111111110011111101111110111111011111111110110111011111001101111101111111011
+5,28,3,76,1111111110111001111011101101111111011011101111110111000011111101110110101011101011101111101111111011
+5,28,4,78,1011111110011001011011111111111111011110101111110111100111111101110110101111111011101111101111110011
+5,28,5,76,1111111110011101011111101011101111111110101111010111001011111111110110101001011011101111101111111011
+5,28,6,77,1111111110011101111011100111111111111110101111110110001011011111110110011111011000101111101111111111
+5,28,7,84,1111111110111001111111101111111110111111101111010110111111111111111110101011111011101111101111111011
+5,28,8,83,1111111110111101111111101111111110111111101111010110101111101111110110111111111001101111101111111011
+5,28,9,82,1111011110011101111111101111111110111111101111110110011111011111111110101110111011101111101111111011
+5,28,10,80,1111111010111101111111101111111110011011101111111110111011111110110110111011111000101111101111111011
+5,28,11,83,1111111110011001111011101111111111110111011111010111011111111111111110101111111011101111101111111011
+5,28,12,80,1111011010111101111111101111111110011011101111110111111011111111110110101010111101101111101111111011
+5,28,13,79,1111111110110101111111101111111111011111101010110110011011011111110110111001111011101111101111111011
+5,28,14,80,1111111110011001111011101111111111111111001111010110011111111111111110101111111000101111101111111011
+5,28,15,81,1111111110011001111011101111111111111111001111010110011111111111111110101111111010101111101111111011
+5,28,16,77,1111111110011000111011101011101111011111101111110111100111111101111110101111111010101111101111110011
+5,28,17,80,1111111110011001111011101111111111111111001111010110011111111111110110101011111011101111101111111011
+5,28,18,82,1111111110111101111111101111111111011011101111110110101011111111110110101101111011101111101111111011
+5,29,0,82,1111111110111001111111101111111100011111101111010111111110111111111110111011111011101111101110111011
+5,29,1,81,1111111010011101111111101111111110111111101111110111101011111111110110101011111001101111101111111011
+5,29,2,78,1111111110011001111011101111111111111011001111010110000111111111111110101011111010101111101111111111
+5,29,3,79,1111111110111001011011101101111111011111101111110111011011111101110110101111101011101111101111111011
+5,29,4,81,1110111110111101111101101111111110111111101111010110101111101111110110111111111001101111101111111011
+5,29,5,82,1111111110111101111111101111111110111111101111010110101111101111110110111111111001101011101111111011
+5,29,6,82,1111111010011001111011101111111110011111001111110111111111111111111110111111111001101111101111111011
+5,29,7,83,1111111110011101111111111111111111110111111111010111011010111111110110101011111011101111101111111011
+5,29,8,81,1111111110111100111011101111111110011011101111110111111011111111110110101011111101101111101111111011
+5,29,9,79,1111011010011001111111101111111111010111011111010111011111111110111110101110111011101111101111111011
+5,29,10,77,1111111110011000111011101111101111011111101111110111100111111101110110101111111010101111100111111011
+5,29,11,81,1111111110111101111111101011111111011011101111110110101011111111111110101101111011101111101111110011
+5,29,12,84,1111111110111001111111101111111111011111101111010110111011111111111110111011111011101111101111111011
+5,29,13,79,1111111110110101111111101111111110111111101010110110011111011111110110101001111011101111101111111011
+5,29,14,81,1111011110011001111111101111111110111111101111110110011111011111111110101110111011101111101111111011
+5,29,15,84,1111111110111101111111101111111110111111101111010110111111111111111010101011111011101111101111111011
+5,29,16,76,1111011110111101011111101111111110011011101111110111000011111111010110101010101111101111101111111011
+5,29,17,79,1111111010111001111011101101111111011011101111110111111011111101110110101011111001111111101111111011
+5,29,18,79,1111111010111101111111101111111110011111100111110110111111111110110110101011111000101111101111111011
+5,30,0,83,1111111110111001111111101111111111011111001111010110110011111111111110111011111011101111101111111111
+5,30,1,77,1111111110010001110011101111111111111011101111010110001111111111111110101011111010101111101111111011
+5,30,2,81,1111111010011001111111111111111111010111111111010111011011111111111110101011111001101111101111111011
+5,30,3,82,1111111010011101111011101111111110111111001111110111111110111111110110111111110011101111101111111011
+5,30,4,76,1111111110011101111110101111111110110111101111010110001110111111100110111110111011101011101111011011
+5,30,5,84,1111111110111101111111111111111111111111111111010111111011101111110110101011111001100111101111111011
+5,30,6,84,1111111110111001111111101111111110011111101111010111011111111111111110111011111011101111101111111011
+5,30,7,78,1111011110011001111111101111111100111111101111110110111110011111111110101110111011100111101110111011
+5,30,8,82,1111111110011001111111101111111111011111101111010110011011111111111110101111111011101111101111111011
+5,30,9,83,1111011110111001111111101111111110111111101111110110111111011111111110111010111011101111101111111011
+5,30,10,83,1111111010111101111111101111111110111111101111010111111111111111110110111011111001101111101110111011
+5,30,11,80,1111111110011001111111101111111100011111101111110111101010111111111110101011111011101111101111111011
+5,30,12,84,1111111110111101111111101011111111110011101111110110101111111111111110101111111011101111101111111011
+5,30,13,81,1111111111011101111111101111111111011111101111010110111011111111111010101001111011101111101111110011
+5,30,14,80,1111011110011001111111101111111111110111011111010111011010111110111110101111111011101111101111111011
+5,30,15,80,1111111010011101111111111011011111010111111111010111011111111111110110101010111011101111101111111011
+5,30,16,84,1111111110111101111111101111111110111011101111010111111111111111111010101011111011101111101111111011
+5,30,17,81,1111111110111100111011101111111110011111101101110110111011111111110110111011111101101111101111111011
+5,30,18,77,1111111110111101111111101111111110011111100111010110101111101110110110111011111000101011101111111011
+5,31,0,81,1111111110011101111111101011111111011111101111010110011011111111111110101011111011101111101111111011
+5,31,1,82,1111111011011001111111111111011111010111111111010111011111111111110110101110111011101111101111111011
+5,31,2,81,1111111010001101111111101111111110111111001111010111011110111111111110111111110011101111101111111011
+5,31,3,83,1111111110111001111011101111111110011111101111110111111111111111110110111011111011101011101111111011
+5,31,4,80,1111011110111001111111101111111111110011001111010111011011111111111110101011111011101111101111111011
+5,31,5,84,1111111110011101111111101111111110111111111111110111111110111110111010001111111011101111101111111011
+5,31,6,84,1111111110111101111011101111111110011111101111010111111111111111111110101011111011101111101111111011
+5,31,7,76,1111111110011001101111101110111100111011101111110111101010111111111010101011111011101111101111011011
+5,31,8,83,1111111110111101111111101011111111011010101111010110011111111111111110111111111011101111101111111011
+5,31,9,83,1111111110111001111111101111111110110111101111110111101111111111111110101011111011101111101011111011
+5,31,10,81,1111111010111101111110101111111110111111001111010111111111110111110110111011111001111111101110111011
+5,31,11,84,1111111110111101111111111111111111111111111111010111111011101111110110101011111001100111101111111011
+5,31,12,82,1111111110111101111111101111111110111111101111010111101011101111110110111010111011101111101111111011
+5,31,13,84,1111111110111001111111111111111111111111111111110110101111011111111110101011111001100111101111111011
+5,31,14,81,1111111110011101111111101111111110111010111111100111111110111111111110101010110011101111101111111011
+5,31,15,83,1111111010111101111011101111111110111111001111010111111111111111110010111111111011101111101111111011
+5,31,16,81,1111111110111101111111101111111111111111101111010110111010111111111110101001111001101111101111110011
+5,31,17,83,1111111111011101111111111111110111111111111111010111111011101111110010101011111011100111101111111011
+5,31,18,84,1111111110111001111111101111111110111111101111110110111111011111111110111011111001101111101111111011
+5,32,0,87,1111111110111101111111111111111111111111111111110110101111111111111110101011111001101111101111111011
+5,32,1,80,1111111110011001111111101111111110111111111111110111111110011110111010001111111011100011101111111011
+5,32,2,83,1111111110011101111111101111111110111111110111110111111111011110111010001111111011101111101111111011
+5,32,3,84,1111111110111001111111111111111101111111111111110110101111111111111110101011111001100111101111111011
+5,32,4,80,1111111010111101111110101111110110111111001111010111111111101111110110111011111001111111101110111011
+5,32,5,85,1111111111011101111111111111111111111111111111010111111011110111110010111011111011100111101111111011
+5,32,6,80,1111111110111001111111111111111111111111111011010110111010101111110110101011111001100111101111111011
+5,32,7,85,1111111110111101111111111111111111111111111111110101101111011111111110101011111001100111101111111011
+5,32,8,85,1111111110111101111011111111101110011111111111010111111111111111111110101110111011101111101111111011
+5,32,9,80,1111111011011001111111101111011111010111101111011111011111111111110110101010111011101111101111111011
+5,32,10,82,1111111110111101111111101111111111111111101111010111101011111111111110101001111011101101101111110011
+5,32,11,79,1111111110111001111111101111111010110111101111110110111110111111111110101011011001101111101011111011
+5,32,12,83,1111111110011001111111111111011110010111111111010111011111111111110110111111111011101111101111111011
+5,32,13,82,1111111011111001110111101111111111111111101111110110111111011111111110101010111001101111101111111011
+5,32,14,80,1111111110011001111001101111101110101111111111110111111111111111111010001111111110101111101111011011
+5,32,15,83,1111111110111101111111101111111110011111101111110111111110111110110110111011111011101011101111111011
+5,32,16,81,1111111110111101111111101111111110111111101111010111101011101111111110001010111011101111101111111011
+5,32,17,85,1111111110011101111111101111111110111111111111110111111110111110110010111111111011101111101111111011
+5,32,18,88,1111111110111101111111101111111110111111101111110111111111111111111010111111111011101111101111111011
+5,33,0,85,1111111110111101111111111111111111111111111111110110101111011111111110101011111001100111101111111011
+5,33,1,84,1111111110111001111111111111111101111111111111110101101111111111111110101011111001100111101111111011
+5,33,2,82,1111111111011101111111101111111110111111111111010111111111011111110010001011111011100111101111111011
+5,33,3,86,1111111110011101111111111111111111111111110111110111111011110110111010111111111011101111101111111011
+5,33,4,87,1111111110011001111111111111111010111111111111110111111111111111111010111111111011101111101111111011
+5,33,5,83,1111111110111101111111101111011110010111101111010111011111111111110110111111111011101111101111111011
+5,33,6,83,1111111110111001111111101111111111111111111111110110101111111111111010101011111011100111101111101011
+5,33,7,86,1111011110111101111111111111111100111111101111110011111111111111111110111111111001101111101111111011
+5,33,8,85,1111111110111101111111111111111111111111111111110110101110111111110110101011111001101111101111111011
+5,33,9,87,1111111110011101111111101111111110111111111111111111111111111110111010101111111011101111101111111011
+5,33,10,84,1111111110111101111111111111111111011111101111110111111110111110110110111011111001100111101111111011
+5,33,11,83,1111111110111101111111101111111110111111111111110101101111011111111110101011111011101011001111111011
+5,33,12,84,1111111110111101111111101111111110111111101111110111111111101111111010001011111011101111101111111011
+5,33,13,86,1111111110111111111111101111111110111111101111010111101010111111111110111110111011101111101111111111
+5,33,14,81,1111111110111101111111101111111110111111001111010111101111111111111110101001111011101101101111110011
+5,33,15,88,1111111110111101111111101111111111111111111111110011111011111111111010111111111011101111101111111011
+5,33,16,86,1111111110011111111111101111111110111111111111110111111110111110110110111111101011101111101111111011
+5,33,17,83,1111111110111101111111111111111111111111111111110101101111011111111010101010111001100111101111111011
+5,33,18,82,1111111110111001111111111111111111111111111111010110101011101111110110101011111001101111101111111011
+5,34,0,83,1111111110011101111111111101111111111111110011110111111111110110111010101111111011100111101111111011
+5,34,1,85,1111111110110101111111111111111111111111110111110110111010111111111110111011111001101111101111111011
+5,34,2,88,1111111110111101111111101111111110111111111111111110111111111111111010101111111011101111101111111011
+5,34,3,84,1111111110011101111111111111111111111111111011110111111110111110111110101011111001100111101111111011
+5,34,4,83,1111111110011111111111111111111110111111111111110111101111011111110010111010111001100111101111111011
+5,34,5,86,1111111110111101111111101111111111111111111111110101111110111110111110101111101011101111101111111011
+5,34,6,83,1111111110001111111111101111111110111111111011110111111110111110110110101111111001101111101111111011
+5,34,7,86,1111111110111101111111111111111111111111111111110110101110111111110110111011101011101111101111111011
+5,34,8,86,1111011110111111111111111111111110111111101111010111101011111111011110111111111011101111101111111011
+5,34,9,85,1111111110111101111111101111111100111111101111110011111110111111111110111110111001101111101111111111
+5,34,10,84,1111111110111101111111111111111111111011111111110110101111011111111110101011111001100111101111111011
+5,34,11,85,1111111110111101111111111111111111111111111111110110101111011111111110101011111001100111101111111011
+5,34,12,78,1111111110111101111111101111011110010111101111010110011011111111110110101011110011101111101111111011
+5,34,13,88,1111111110101101111111111111111111111111111111111111101110111111110110111111111001101111101111111011
+5,34,14,84,1111111110011001111111111111111110111111111111110111111110110110110110111111101011101111101111111011
+5,34,15,86,1111111110011011111110101111111010111111111111110111111111111111111010111111111011101111101111111011
+5,34,16,89,1111111110111101111111101111111111111111111111110111111011111110111110111111111011101111101111111011
+5,34,17,84,1111111110011111111111101111111110111111111111110011111110111111110010111111101011101111101101111011
+5,34,18,82,1111001110011101111111101111111110111111101111111111111111111110111010101111111000101111101111111011
+5,35,0,85,1011111110011011111110111111111010111111111111110111111110111111111110111111101011101111101111111011
+5,35,1,83,1111111110011001111111101111111110111110111111110111111111110110110010111111111011101111101111111011
+5,35,2,86,1111011110111111111111111111111110111111101111010111101011111111011110111111111011101111101111111011
+5,35,3,86,1111011110111111111111111111111110111111101111010111101011111111011110111111111011101111101111111011
+5,35,4,86,1111111110111101111110111111111110111111110111110111111111110111111110101111111011101011101111111011
+5,35,5,82,1111111110011001111111101111111110111111111111111110111110111110110010111101101011101111101111111011
+5,35,6,87,1111111110101101111111110111111111111111111111111111101110111111110110111111111011101111101101111011
+5,35,7,84,1111111110011111111111101111111110111111111111110011111110111111110010111111101001101111101111111011
+5,35,8,85,1111111110111101111111101111111111111111111111110110111111011111111110101011111001100111101111111011
+5,35,9,85,1111111110111101111111111111111110111111111111111110101111111111111010101111111001101011101111101011
+5,35,10,81,1111111110111101110111111111111100111011111111110011101111011111111110101011111001100111101111111011
+5,35,11,89,1111111110111101011111111111111111111111111111110110111111111111111110111111111011100111101111111011
+5,35,12,83,1111011110111111111111111111111110111111101111010111101011111111011010111110111001101111101111111011
+5,35,13,86,1111111110011111111111111111111110111111111111110111101111011111110110111011111011100111101111111011
+5,35,14,86,1111111010111101111111101111111111111111111111111111101110111110111110101111101011101111101111111011
+5,35,15,86,1111111110101101111111111111111111111111111111110101111110111111110110110111111001101111101111111011
+5,35,16,85,1111011110111111111111111111111111111111111111110101101111111111010110111011101011100111101111111011
+5,35,17,85,1111111110111101111111111111111110111111101111010110101010111111111110111111111011101111101111111011
+5,35,18,84,1111011110111111111011111111111111111111111111110110101111111111011110101111011001100111101111111011
+5,36,0,86,1111111110111111111111111111111110111111101111110110101011111111011110111111111011101011101111111011
+5,36,1,85,1111011110111101111111111111111110111111111111011111101111111111111010101111111001101111101111101011
+5,36,2,85,1111011110111101111110111111111101111111110111110111111111110111111110101111111011100111101111111011
+5,36,3,84,1111111110111011111111111111111110111111111111110101101111111111010110111011101011101011101111111011
+5,36,4,82,1111111110011011111111101111111110111111111111111100111110111111110010110101101011101111101111111011
+5,36,5,84,1111011110111101111111111111111111111111111111110111101111111110010110111011101011100111101111111011
+5,36,6,86,1111111110111101111110111111111110111111110111110111111111110111111110101111111011111001101111111011
+5,36,7,85,1110111110111101111110111111111110111111110111110111111111110111111110101111111011101011101111111011
+5,36,8,86,1111011110111111111111111111111111111111101111011101101011111111010110111111111011101111101111111011
+5,36,9,85,1111111110101101111111110111111110111111101111110111101110111111111110111111111011101111101101111011
+5,36,10,88,1111111110111101111111111111111111111111111111110110111111101111111110011111111011100111101111111011
+5,36,11,82,1111011110111111011011111111111111111111111111110110101111111111011110101110011001100111101111111011
+5,36,12,83,1111111110101101111111111101111110111111111111110101101110111111111110110111111001101111101011111011
+5,36,13,85,1111111110111101111111111111111111101111101111010110111010111111110110111111111011101111101111111011
+5,36,14,85,1111111110111101111111111111111110111111101111010011101011011111111110111111111011101111101111111011
+5,36,15,86,1111111110111111111110111111111110111111110111110111111111110111111110101011111011101011101111111011
+5,36,16,83,1111111110101101111111111111111111111011111111110101111100111111110110110111011011100111101111111011
+5,36,17,84,1011111110011011111110111111111010111111111111110111111110111111111110111111101001101111101111111011
+5,36,18,86,1111111110101101111111111111111111111111111111110111101111011111110110111011111011100111101111111011
+5,37,0,85,1111011110111111111111111111111111111111101111011101111011011111010110111111111011101111101111101011
+5,37,1,85,1111111110111101111110111111111110111111110111110111101111110111111110101111111011111001101111111011
+5,37,2,84,1111111110101011111111111111111111111111011111110111101111111111010110111011111011100011101111111011
+5,37,3,85,1111111110111101111111111111111110111111111111110101101111011111110110111011101011101111101111111011
+5,37,4,83,1111011110111101111111111111111110111111100111011111101011011111101110111111111011101111101111101011
+5,37,5,85,1111111110111101111111111111111110111111111111011011101111011111111010101111111001101111101111111011
+5,37,6,84,1111111110101101111110111111111111111111111111110111110110111111110110110111111011100011101111111011
+5,37,7,84,1110111110111101111111111111111110111011110111110101111111110111111110101111011011101111101111111011
+5,37,8,82,1111111110111111111110111111111110111111100111110110111011110111111110101011011011101111100111111011
+5,37,9,88,1111111110111101111111111111111111101111111111010111111110111111110111111111111011101011101111111011
+5,37,10,84,1111111010111111111111110111111110111111111111110011101111011111110110111101111011101111101101111011
+5,37,11,85,1111111110011101111111111111111110111111101111011111101010111111111110111011111011101111101111111011
+5,37,12,85,1111111110011101111111111111111110111111101111110110101011111111111110111111111011101011101111111011
+5,37,13,86,1111111110101111111111110111111110111111101111110111101110111111011110111111111011101111101111111011
+5,37,14,81,1101011110111101111111110111111111111111111111010111101011011110010110111011111011101111101111111011
+5,37,15,86,1111111110111101111111111111111110111111101111110011101111111111111110111111101011100111101111111011
+5,37,16,89,1111111110111101111111011111111111111111111111110110111111101111011111111111111011101111101111111011
+5,37,17,84,1111111110111111111111111111011110111111101111110110101011111111111110011111111011100011101111111011
+5,37,18,86,1111111110011111111110110111111000111111111111110111111111111111111110111111101011101111101111111011
+5,38,0,89,1111111110101111111111110111111111111111101111110111111110111111111110111111111011101111101111111011
+5,38,1,83,1111111110111101111111110111111110101111111111010111101110111111010111111111111011101001101111111011
+5,38,2,86,1111111110101101111111011111111110111101111111110010111111111111111110111111111011101111101111111011
+5,38,3,87,1111111110111001111111111111111111111111101111110111111111101111011111111111101011100111101111111011
+5,38,4,87,1111111110111111111111111111011110111111111111111011101111011111111110101111111001101111101111111011
+5,38,5,81,1101111110111101111111111111111110111111101111010110101011111111111010011111111011100011101111111011
+5,38,6,85,1111111110101111111111110111111111111111101111111101101110111111011100111111111011101111101111101011
+5,38,7,85,1111011110111111111111111111111110111111101111010111111011011111010110111111111011101111101111111011
+5,38,8,89,1111111110111101111111011111111111111111111111110110111111101111011111111111111011101111101111111011
+5,38,9,88,1111111110111101111111011111111101111111111111110110111111101111011111111111111011101111101111111011
+5,38,10,88,1111111110011111111110110111111000111111111111110111111111111111111111111111111011101111101111111011
+5,38,11,86,1111111110111111111110111111111111101111111111010111111110111111110110111111101011101011101111111011
+5,38,12,85,1111111110101111111011110111111110111111111111110111101110111111011110111111101011101111101111111011
+5,38,13,85,1111111110111101111111111111111110111111101111110101101111011111110110111011111011101111101111111011
+5,38,14,85,1111111110111101111111111111111110111111101111110011101111111111101110111111101011101111001111111011
+5,38,15,86,1111111110111101111111111111111111101111111111010111111110111111110111111111111001100011101111111011
+5,38,16,87,1111011110111101111111111111111111101111111111011111111111111111110011111111111001101011101111111011
+5,38,17,84,1111111110111101111110111111110110111111111111010011101111011111111110101111111011101111101111111011
+5,38,18,87,1111111110111111111111111111111111111111101111111101111011011111010110111111111011101111101111101011
+5,39,0,87,1111111110111101111111011111111101111111111111110110111111101111011111111111101011101111101111111011
+5,39,1,87,1111111110111001111111111011111111111101101111110111111111101111011111111111111011101111101111111011
+5,39,2,86,1111111110111111011111110111111111111111101111111101101110111111111000111111111011101111101111111011
+5,39,3,81,1111111110101101111111111111111110111111101111110101101111011111010110111011111011101111100111101011
+5,39,4,86,1111111110111111111111111111111111111111111111010011111110011111110110101111101011101111101111111011
+5,39,5,88,1111111110111111111110111111011110101111111111111111101111111111111110111111111001101111101111111011
+5,39,6,84,1111111110101111111111010111111111111111100111110110101110111111011110111111111011101111101111111011
+5,39,7,87,1111101110111101111111111111111011111111111111110111111111101111110011111011111011101111101111111011
+5,39,8,84,1111111110111101111110010111111111101101111111010111111110111111111110111111111011101011101111111011
+5,39,9,84,1111101110101101111111111111111110111111111111110010111111111111110110111111101011101111001111111011
+5,39,10,89,1111111110111111111111111111111111111111111111110110101111111111011111111111101011101111101111101011
+5,39,11,84,1111111111101101111001010111111110111111111111110111111110101111011110111111111011101111101111111011
+5,39,12,84,1111111110111111111111111111111111111111101111110101111011001111010110111110111011101111101111101011
+5,39,13,88,1111111110111001111111111111111111101111101111111111111111111111011111111111101011100111101111111011
+5,39,14,87,1111111110011111111110111111111100111111111111110111101111111111111110101111111011101111101111111011
+5,39,15,88,1111111111111111111111110111011010111110111111111011111111011111111111111111111001101111101111111011
+5,39,16,84,1011111110111001111111011111111111111111101111110111111101101110011111111111101011101111101111111011
+5,39,17,88,1111111110111101111111111111111101111111111111110110111111101111011111111111111011100111101111111011
+5,39,18,83,1111111110011111111110110111111000111011111111110111111111111111110011111111110001101111101111111011
+5,40,0,83,1111101110111101111111111111111011111111111111010111111111101111110011111011101011101011101111111010
+5,40,1,86,1111111110111111111111110111111111111111111111110011111110011111110110101111111011101110101111111011
+5,40,2,82,1111111111111111111110110111011010111110111111111011101111111011111110101111101001001111101111111011
+5,40,3,89,1111111110111111111111111111011110101111011111111111111111011111111111111111111001101111101111111011
+5,40,4,85,1111111110101111111001010111111111111111111111110111101110111111011110111111111011101111101111111011
+5,40,5,82,1111111111101101111101010111111110111111100111110110111110101111011110111111111011101111101111111011
+5,40,6,89,1111111110111001111111111111111111101111101111111111111111111111011111111111101011100111111111111011
+5,40,7,87,1111111110111001111111111111111111101111101111111111111111111111011111111111101011100111001111111011
+5,40,8,88,1111011110111101111111111111111111101111111111011111101111111111111111111111111011101011101111101011
+5,40,9,90,1111111100111111111111111111111111111111111111110110111111111111011111111111101011101111101111111011
+5,40,10,86,1111111110111101111111011111011111111111111111110110111111101111011111111011101011101111101111111011
+5,40,11,86,1111111010111111111110111111111100101111111111111111101111111111111110111111110001101111101111111011
+5,40,12,85,1111111110111001111111111111111111101111101111111101111111111111011100111111101011100111101111111011
+5,40,13,88,1111111110111111011111110111111111111111101111111111101110111111110011111111111011101111101111111011
+5,40,14,84,1111111110111111111111110111011010111110101111111001111111011111111110111111111001101111101111111011
+5,40,15,89,1111111111111111111111111111111111111111111111110111111011001111110111111110111011101111101111101011
+5,40,16,87,1111111111111101111111111111111110111110111111110111111101011110111111111111101001101111101111111011
+5,40,17,81,1011111010111001111111010111011011111011101101111011111111101111011111111111111011101111101111111011
+5,40,18,87,1111011110111101111111111111111111101111111111011111111111111111011111111111101011100011101111111011
+5,41,0,89,1111111110111111011111110111111111111111101111111111101111111111110011111111111011101111101111111011
+5,41,1,86,1111111110111111011110110111111111111111101111111111101110111111110011111111111011101111101111011011
+5,41,2,88,1111111110111111111111111111011111111111111111110010111110111111011111111111101011101111101111111011
+5,41,3,84,1111111110111101011111010111111111111111101111111111101111101111110011111011011011101111101111111011
+5,41,4,87,1111111110111001111111111111111111101111101111111111111111111011011111111111101011101111101011111011
+5,41,5,87,1111101110111001111111111111111111101111101111111111111111111111111111101111111011100111001111111011
+5,41,6,86,1111111110101111111001111111111111111111101111111111101110110011011111111111111011101111101111111011
+5,41,7,87,1111111110111001111111010111111111001111111111110111111111111111111110111111111011101111101111111011
+5,41,8,87,1111111110111001111111111111011111101111111111111110111111111111011111111011101011101111101111111011
+5,41,9,87,1111111110111101111111011111111111111111101111110111111111101011011111111111101011100111111111111011
+5,41,10,88,1111111110111110011111110111111111111111111111111111001111011111110111111111111011101111101111111011
+5,41,11,87,1111111100111111111111111111111111111111101111110110111110111111011011111111101011101111101111111011
+5,41,12,86,1111111111111101111111111111111110111111111111110111111101011110110111111011101011101011101111111011
+5,41,13,83,1111101110111101111111111111111011111110111111010111111111101111111011111111101001101111101011111010
+5,41,14,86,1111111110111011011111110111111111101111101111111111101111111011111011111111111011101111101111111010
+5,41,15,87,1111111110111101111111111111111111101111101111111111111110111011110111111111101001101111101111111011
+5,41,16,85,1111111100101111111001010111111111111111011111110111101111111111011111111111111011101111101111111011
+5,41,17,88,1111111110111111111111111101111111111111111111110110111110111111011110111111101011101111101111111011
+5,41,18,89,1111111100111111111111111111111111111111111111110111111001111111111111111110111011001111101111111011
+5,42,0,88,1111111110101111111011111111111111111111101111110111111110111011011111111111111011101111101111111011
+5,42,1,82,1111111100111111110101111111111111111111101110111110101110110111011011111111101011101111101111111001
+5,42,2,86,1111111100111111011111110111111111111111101111111111101011111111110111111111111001001111101111111011
+5,42,3,89,1111111110111111111111111111111111111111101111110111111001111111111011111110111011101111101111111011
+5,42,4,85,1111111110111001111111010111111111001111101111110011111111111111111111111111111011100111101111111011
+5,42,5,88,1111101110111001111111111111111111101111111111111111111111111111111110101111111011101111001111111011
+5,42,6,88,1111111111111101111111111111111111101111101111111111111110111011110111111111101001101111101111111011
+5,42,7,85,1111111110111101111111111111111110111111111111110111111101011110110111111011101011101011101111111011
+5,42,8,85,1111110110111111111111011111111111111111101111110111111111101011011011111111101011100111111111111010
+5,42,9,88,1111111110111011011111110111111111101111101111111111101111111011111111111111111011101111101111111011
+5,42,10,86,1111111110111011011111110111111111101111101111111111101110110011111111111111111011101111101111111011
+5,42,11,85,1111111110111101111111111111111111101111101111111111111011111011110011111111101001101111101111111010
+5,42,12,82,1111111100101101111001010111111111111111011111110111111111101011011111111111111011101111101111111010
+5,42,13,88,1111111110111111111111011111111111111111101111110111101111111111011111111111101011100111111011111011
+5,42,14,87,1111111110111101111111111111111111101111101111111111111111111011111111101111110011100111001111111011
+5,42,15,85,1111101110111001111111111111111111101111101111111111111110111111100111111111101001101111101111111011
+5,42,16,85,1111111110111001111111111111111110101111111111111111111111011110111111111011101011101011101011111011
+5,42,17,87,1111111111111101111111111111111111111111101111110111111101111011010011111111101011101111101111111011
+5,42,18,83,1111111110111001110110011111111111101111101111110111111111111111111111101111011011100111001111111011
+5,43,0,85,1111111110101111011011110111111111111111101111110111111110111011011111111111111011101111001111111011
+5,43,1,87,1111111110111011011111111111111101101111101111111111101111111011111111111111101011101111101111111011
+5,43,2,88,1111111111111111111111101111111111111111101111110111111111111011010011111111101011101111101111111011
+5,43,3,86,1111111110101101111011111111111111111111101111110111111100111011011111111111111011101111101111111011
+5,43,4,87,1111111110111001111111111111111111111111111111110111111001111111111011101110111011101111101111111011
+5,43,5,89,1111101110111111111111111111111111101111101111111111111111111110111110111111111011101111001111111011
+5,43,6,86,1111111110111011111011110111111111111111101111110111101110111011011111111111111011101111101111111011
+5,43,7,88,1111111110101111011111111111111111101111101111111111111110110011111111111111111011101111101111111011
+5,43,8,87,1111111100111111111111111111111111111111101111111111101011111111110111111111111001001111101111111010
+5,43,9,82,1111111010111101011111110111111011101111101111111111111011111011110011111111101001101111101111111011
+5,43,10,86,1111101110111011011111110111111111101111111111111111111110111011111110111111111011101111001111111011
+5,43,11,87,1110111110111001111111111111111111101111101111111111101111110111111111101111111011101111101111111011
+5,43,12,86,1111111110111101111111111111111111101111101111111111101111111011111111101111100011100111101111111011
+5,43,13,86,1111111110111111111111011111111111111111100111110100111111111111011111111111111011100111011011111011
+5,43,14,84,1111111100111101011111110111111111111111101110111111101111111011010111111111111011001111101111111011
+5,43,15,86,1111111111111111111111111111111111111111101011110111111001111111110010111111101001101111101111111011
+5,43,16,89,1111111110111011111111110111111111101111101111111101111111111011111111111011111011101111111111111011
+5,43,17,81,1111101100111101011111101111111111110111111110111111101111101011011111111101101011100111101111111011
+5,43,18,81,1111101110111101111111111111011110100111101111111001111111111011111111101111110011100111001111111011
+5,44,0,88,1111111110111101111111111111111111111111101111110111111111111011111111101111101011100111101111111011
+5,44,1,85,1111111110101101111011111111111111111111101111111111101100111011011111111111110011101111101111111011
+5,44,2,86,1111111110111111111111100111111111111111101111110101111111111011011011111011101011101111111111111011
+5,44,3,90,1111110111111011111111111111111111101111101111111111111111111011110111111111111011101111101111111011
+5,44,4,89,1111111110111111111111011111111111111111100111110111111111111111011111111111111011101111011011111011
+5,44,5,80,1111111110111001111111111111110111111110111111110100111001111111111011101110111011100111100110111011
+5,44,6,84,1111111110111111111111111111110111101111101111111101101111111011111011101111100011100111101111111011
+5,44,7,88,1111111111111101111111101111111111111111101111110111111111111011010111111111101011101111101111111011
+5,44,8,86,1110111110111001111111111111111111101111101111111111101111110011111111101111111011101111101111111011
+5,44,9,89,1111111110101111011111111111111111101111101111111111111110110111111111111111111011101111101111111011
+5,44,10,87,1111111111111111111111111111111111101011101111110111111111111011010011111011101011101111111111111011
+5,44,11,88,1111111110111011111111100111111111111111101111111001111111111011111111111111111011101111101111111011
+5,44,12,84,1101111110111001111111110111111111001111101111110111111111111111111111111111111001100111101111111010
+5,44,13,88,1111111100111111111111011111111111111111101111111111101011111111110111111111111011001111101111111011
+5,44,14,86,1111111110101101111011111111111111111111001111110111111110111011011111111111111011101111101111111011
+5,44,15,85,1111111110111011111011110111111111111111101111110111101100111011011111111111111011101111101111111011
+5,44,16,89,1111111110001111011111111111111111111111101111111111111110111011111111111111111011101111101111111011
+5,44,17,85,1111111111111111111111101111111111101011101111110111111111110011010011111111101011101111101111111011
+5,44,18,90,1011111110111011111111110111111111101111101111111111111111111111111111111111111010101111111111111011
+5,45,0,85,1111111110101101111011111111111111111111001111110111111111111011010111111111111011101111001111111011
+5,45,1,86,1111111111111111111111111111111111101011101111110111111110111111001011111011101011101111101111111011
+5,45,2,85,1111110100111111111111011111111111101111101111111111101011111011110111111111111011001111101111111011
+5,45,3,91,1111110111111011111111111111111111111111101111111111111111111111110111111011111011101111101111111011
+5,45,4,86,1110111110111001111111110111111111101111101111111111101111111011111111101111111011101111101111111011
+5,45,5,88,1111111110111011111111101111111111111111101111111001111111110011111111111111111011101111101111111011
+5,45,6,87,1111101110001110011111111111111111111111101111111111111110111011111111111111111011101111101111111011
+5,45,7,89,1111111110001111011111111111111111111111101111111111111110111011111111111111111011101111101111111011
+5,45,8,87,1101111110111001111111111111111111101111001111111111111111111011111111111011111011101111101111111011
+5,45,9,86,1111110111101111111011111011111111111111101111110111111110111011010111111111111011101111101111111011
+5,45,10,87,1111111110001111011111111111111111111111101111111111111100111011111111111111111011100111101111111011
+5,45,11,87,1111111110101101111011111111111111111111101111111111101110111011011111111111110011111111101111111011
+5,45,12,84,1111111110111111111111000111011111111111100111110111111111111011011011111011101011101111111111111011
+5,45,13,89,1111111110111111111111111011111111111111101111110101111111111111011111111111111011101111011011111011
+5,45,14,86,1111111110111011111111111111111111101111101111110111110111111011110111111011101011101111101111111011
+5,45,15,89,1111110111111111111111100111111111111111101111111101111111111011011011111111111011101111111111111011
+5,45,16,83,1111111110101001111010110111111111111111001111110111111110111011011111111111111011101111101111111011
+5,45,17,86,1101111110111101111111111111111111001111101111110111111111111111111111111111111001100111101111111010
+5,45,18,86,1110111110111101111111111111111111111111101111110101111111111011111111101111101011100111101111111011
+5,46,0,85,1111011110111101111111101011111111111111101111111001111111110011111111111111111011101111001111111011
+5,46,1,90,1111111110111011111111111111111111111111101111110101111111111111011111111111111011101111111011111011
+5,46,2,86,1111110110111101111111111111111111001111101111110111111111111111011111111111111011100111101111111010
+5,46,3,88,1101011111111111111111100111111111111111101111111101111111111011111011111111111001101111111111111011
+5,46,4,87,1111111010111101111011111111111111101111101111111111101110111111011111111111110011111111101111111011
+5,46,5,84,1111111111101111111111111111111111111011101111110111111110111011001011110011101011101111101111111011
+5,46,6,88,1111111110101111111111111111111111111111101111110111111111111011111111101111101011100111101111111011
+5,46,7,85,1110101110011100011111111111111111111111101111111101111110111011111111111111111011101111101111111011
+5,46,8,84,1111111110111101111111101110111111111111101111110111101111111011010111111111101011101011011111111011
+5,46,9,87,1110110110110111111111111011111111111111101111110101111111111111011111111111111011101111101011111111
+5,46,10,88,1111110111111011111111111111111101111111101111111100111111111111010111111111111011101111101111111011
+5,46,11,90,1111110111111111111111100111111111111111101111111111111111111011111011111011111011101111111111111011
+5,46,12,85,1111111111011110111111111111111111111111101111110111111110111011001111111011101011101101101111111011
+5,46,13,86,0111101110101111011111111111111111101011101111111111111110111111111011111111111011101111101111111011
+5,46,14,88,1111111110111110001111111111111111101111101111111111111111111011111111111011111011101111101111111011
+5,46,15,83,1101101110001001111111111111111111111111001111111111111110111011101111111111111011101111101111110011
+5,46,16,87,1111111110111001111111110111111111101111101111111111111111111011111111101111111011101111101111101011
+5,46,17,84,1010111110111011111111101111111111111111101111111001101111110011111111111111101011101111101111111011
+5,46,18,88,1111111110111111111111101111111111111111101111111001111111110011111111111111111011101111001111111011
+5,47,0,88,0111111110111011111111111111111111101111101111110101111110111111111111111111111011101111111011111011
+5,47,1,87,1110101110101111011111111111111111111011101111111111111111111111011011111111111011101111101111111011
+5,47,2,89,1111100110111111111111101111111111101111101111111111111111111011111011111111111011101111111111111011
+5,47,3,87,0111111111101111011111110111111111111011101111111111111110111111111011111011111011101111101111111011
+5,47,4,85,1111110111011110111111110111111111111111101111110111111111111011101111111011101011101101101111111011
+5,47,5,90,1011111111111111111111101111111111111111101111111111111111111011011011111011111011101111111111111011
+5,47,6,89,1111111111111011111111111111111111111111101111111100111111111111010111111111111011101111101011111011
+5,47,7,88,1111110110111011111111111111111101111111101111110101111111111111011111111111111011101111111011111011
+5,47,8,86,1101110110111101111111111111111111101111101111110111111111111111011111111111111001100111101111111011
+5,47,9,89,1111011111111111111111101111111111011111101111111101111111111011111011111111111011101111111111111010
+5,47,10,87,1111101110111011111111111101111111101111101111110101111111111111011111111111111011101111101111111011
+5,47,11,82,0101111110101111011111111111111111011011101111111111111110111111111011111110110011101111101011111001
+5,47,12,86,1111111110111111111101101111111111111111101111111001111111110011111111111011111011101111001111111011
+5,47,13,91,1111110111111111111111100111111111111111101111111111111111111011111011111111111011101111111111111011
+5,47,14,85,1111111110111011111101101110111111111111101111110101101111111111011111111111111011101111011011111011
+5,47,15,88,1111111110111101111111111111111111111111101111110111111111111011010111111111101011101011111111111011
+5,47,16,84,1011111110111111111111101110111111111111101111110101101111111111110101111111101011101011011111111011
+5,47,17,83,1110111110111001111111101111111111111111101111110011101111110011011111111111101011101111101111111011
+5,47,18,87,1111111111011110111111101111111111111111101111111111111110111011111011111011101011101111101111111011
+5,48,0,88,1111110111111011111111111111111111111111101101110101111111101111011111111111111011101111111011111011
+5,48,1,87,1111011110111111111111101111111101011111101111111101111111111011111011111111111011101111111111111010
+5,48,2,89,0111111110111011111111111111111111101111101111110111111111111111011011111111111011101111111111111011
+5,48,3,89,1011111111111111111111101111111111111111101111111101111110111011111111111011111011101111111011111011
+5,48,4,85,1011111111011110111111101111111111101111101111111111111110111011111011111011101011101111101111111011
+5,48,5,91,1111111111111111111111101111111111111111101111111111111111111011011011111011111011101111111111111011
+5,48,6,90,1110111111101111011111110111111111111011101111111111111111111111111011111111111011101111101111111111
+5,48,7,85,0111101110101111011111111101111111111011101111111111111110111111011011111011111011101111111111111011
+5,48,8,88,1111111111111110111111101111111111111111101111111111111110111011111011111010111011101111101111111011
+5,48,9,84,1011011111011110111111101111110111011111101111111101111111111011111011111111101011101111111111111010
+5,48,10,86,1111100110111111111111100111111111111111101111111101111111101011111011111111111001101111111111111011
+5,48,11,92,1111110111111111111111101111111111101111101111111111111111111011111011111111111011101111111111111111
+5,48,12,90,1011111111111111111111111111111111111111101111110111111111111011111111111011101011111101101111111011
+5,48,13,85,1111110111011110111111100111111111111111101110111111111111111011001011111011111011101111111111111011
+5,48,14,88,1111111110111111111111111111111111111111101111111100111111111111010111111111101011101111101011111011
+5,48,15,89,1111111111111001111111111111111111111111101111110111111111111011010111111111111011101011111111111011
+5,48,16,91,1011111111111111110111101111111111111111101111111111111111111011111011111111111011101111111111111011
+5,48,17,89,1111110111111111111011100111111111111111111111111111111111111011011011111111111011101111111110111011
+5,48,18,88,1011111111111111111111100111111111111111101101111111111111111111011011111011111011101111101111111011
+5,49,0,93,1111101111111111111111111111111111111111101111111111111111111011111111111011111011111101111111111011
+5,49,1,83,1011110110111111111111100111111111111111101111110101111111101011111011111111101001101111101111111011
+5,49,2,86,0111110111111011111111111111111111111111101101110101111111101111011111111111111011101011111011111011
+5,49,3,89,1111111111111001111111111011111111111111101111110111111111111011010111111111111011101111111111111011
+5,49,4,87,0111011110111011111111111111111111111111101111100111111111111011011011111111111011101111111111111011
+5,49,5,89,1111111111111111111111101110111111101111101111111111011111111111011011111011111011101111111111111011
+5,49,6,88,1111111111111111111111100111111111110011101111111101111111111111111011111111111001101111101111111011
+5,49,7,87,1110100110101111011111110111111111111111101111111111111111101011111011111111111011101111111111111111
+5,49,8,90,1111110111101111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,49,9,90,1011111111111111111111101111111111111111101111111101111111111011111011111011111011101111111011111111
+5,49,10,88,1011111111111111111111111111111111111111101111110101111111111011110111111011101011111101101111111011
+5,49,11,89,1011111110111111111111111111111111111111101111111110111111111111010111111111101011111111101011111011
+5,49,12,92,1111111111111111111111101111111111101111101111111110111111111011111011111111111011101111111111111111
+5,49,13,88,1011110111111111111111101101111110111111101111111111111111111001111011111111111011101111111111111011
+5,49,14,91,1111110111111111111011111111111111111111101111111111111111111011011111111111111011101111101111111011
+5,49,15,87,1011111111111111111111100111111111111110111111110111111111111011111011111011101011111101111110111011
+5,49,16,86,0111110111101111111111111111111111101011101111111111111110111001111011111011111011101111111111111011
+5,49,17,94,1111111111111111111111101111111111111111101111111111111111111011111011111111111011101111111111111111
+5,49,18,89,1111111110111111111111111111111111111111101111111100111111111111010111111111110011101111101111111011
+5,50,0,91,1111110111111111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,50,1,88,1111111111101111111111111111111111111111101111110101111111111011110111111011101011111101101111111011
+5,50,2,90,1111110111101111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,50,3,92,1111110111111111111011111111111111111111101111111111111111111111011111111111111011101111101111111011
+5,50,4,89,1111101111111111111111111011111111111111101111110111111111111011010111111111111011101101111111111011
+5,50,5,91,1111111111111001011111111111111111111111101111111111111011111011111111111011111011111111111111111011
+5,50,6,89,1111110111111111111011111111111101111111101111111101111111111011011111111111111011101111101111111011
+5,50,7,89,1111111110111111111111111111101111111111101111111110111111111111010111111111110011101111101111111011
+5,50,8,85,1111111110111111111111101111111111111111101111111100111111111011010111110111110011101111101011111011
+5,50,9,93,1011111111111111111111111111111111111111101111111101111111111111111011111011111011101111111111111111
+5,50,10,87,1011111110111111111111111111111111111111101111111110111111111111010111111111100011101111101011111011
+5,50,11,92,1111110111111111111011111111111111111111101111111111111111111011011111111111111011111111101111111011
+5,50,12,87,1110111110111111111111111111111111111111101111111100111111111101010111111111110011101111101111111011
+5,50,13,88,1111111110111111111111111111111110111111101111111100111111111111010111111111110011101111101111111011
+5,50,14,84,1111111111111001111111100001111111110011101111111101111111111111110011111111111001101111111111111011
+5,50,15,90,1111111111111111110111111111111111111111101111110111111101111011011111111111111011101111101111111011
+5,50,16,86,1011111111111111111111110111111111111111111111110101111111111011110010111011101011111101111111011011
+5,50,17,85,0011111110111111111111101111111111111110101111110111111111111011111111111011101011111101101110111011
+5,50,18,91,1111110111111111111011111111111111111111101111111110111111111111011111111111111011101111101111111011
+5,51,0,94,1111111111111111111011111111111111111111101111111111111111111011011111111111111011111111111111111011
+5,51,1,89,1111110111111001011111111111111111111111101111111111111011111011111111111011111011111111101111111011
+5,51,2,92,1111111111111111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,51,3,88,1111110111101111110111111111111111111111101011110111111111111011011111111111111011101111101111111011
+5,51,4,91,1111111111111001011111111111111111111111101111111111111011111011111111111011111011111111111111111011
+5,51,5,87,1111101111111111111111111011111111111111101111110011111111111011010011111111111011101101111111111011
+5,51,6,89,1111110111111101111011111111111101111111101111111111111111111011011111111111111011101111101111111011
+5,51,7,92,1111111111111011011111111111111111111111101111111111111011111011111111111011111011111111111111111011
+5,51,8,90,1111111110111111111111101111111111111111101111111110111111111111010111111111111011101111101111111011
+5,51,9,87,1110110101111111111011111111111111111111101111111101111111111101011111111111110011101111101111111011
+5,51,10,89,1111111111111111110111111111111111111111101111110111111101111011011111111111111011101111101111101011
+5,51,11,90,1111111111111111110111111111111111111111101111110111111101111011011111111111111011101111101111111011
+5,51,12,92,1011111111111111111011111111111111111111101111111101111111111111111011111011111011111111111111111011
+5,51,13,92,1111110111111111111111111111111111111111101111111111111111111001011111111111111011101111101111111111
+5,51,14,89,1111110111101111111111101111111111101111101111111111111110111011111111111111111011101111111011111011
+5,51,15,90,1111110111101111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,51,16,87,1110111110111111111111111111101101111111101111111111011111110111010111111111111011101111101111111011
+5,51,17,86,1011110111111111111011111111111111111111101111111100111011111011011111111111110011101111101111111011
+5,51,18,89,1111111110111111111011111111111110111111101111111101111111111111010111111111111011101111101111111011
+5,52,0,93,1111111111111111111111111111111111111111101111111111111101111011011111111111111011111111101111111011
+5,52,1,87,1111111111111011010101111111111111111111101111110111111011111011111111111011111011101111111111101011
+5,52,2,92,1111111111111111111011111111111111111111101111111101111111111111111011011011111011111111111111111011
+5,52,3,92,1011111111111111111011111111111111111111101111111101111111111011011111111111111011111111111111111011
+5,52,4,92,1111111111111111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,52,5,92,1111111111111111111111101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,52,6,86,1111111111101111110011111111111110111111101111110101111111111011010111111111111011101111101111111011
+5,52,7,89,1111110110111111111111011111111111111111101011111111111111111011011111111111111011101111101111111011
+5,52,8,90,1111110111111111111011111111111111111111101111111110111111111011011111111111111011111111101111111010
+5,52,9,92,1111111111111111111111111111111111111111101111111111111111111011011011111111110011111111111111101011
+5,52,10,89,1111101111111111111111111111111111111111101111110111110111111001010111111111111011101111101111111111
+5,52,11,89,1111110111111111111111111011111111111111001111111011111111111011011011111111111011101111111111111011
+5,52,12,89,1111110111101111111111101111111111101111101011111111111110111011111111111111111011101111111111111011
+5,52,13,89,1111110111101111111101101111111111101111101111111111111110111011111111111111111011101111111111111011
+5,52,14,90,1111101111111111111111111111111101111111101111111011111111111001011111111111111011101111111111111011
+5,52,15,88,1111110111111111111111111011111111111111101111110111111111111011010011111111111011101101101111111111
+5,52,16,88,1111111111111111110111111111111111111111101111110111111101111011011111111101111011101111101111101011
+5,52,17,90,1111111111111111110111111111111111111111101111111111111101111011011111111111111011101111101111101011
+5,52,18,92,1111110111111111111111111111111111111111101111111111111111111001011111111111111011101111101111111111
+5,53,0,92,1111111111111111111111101011111111111111101111111111111111111111011111111111111011101111111111101011
+5,53,1,85,1111110111001111111111111111110111101111101011111111111110111011111011111111110011111111111111101001
+5,53,2,92,1111111111111111111111111111111111111111101111111111111101111011011111111101111011111111101111111011
+5,53,3,87,1111111111111111110011111111111111111111101111110111111101111011011111111111111011101111101110101011
+5,53,4,91,1111111111111111110111111111111111111111111111111111111100111011111111111111111011101111111111101010
+5,53,5,88,1111110111101111111111101111111111101111101111111111111111111011011111111111111011101111101111011011
+5,53,6,92,1111111111111111111101111111111111111111101111111111111100111011011111111111111011111111111111111011
+5,53,7,89,1111100111101111111111101111111111101111101111111111111111111011111111111111111011101111101111111011
+5,53,8,89,1111111111111111111111101111111111101111101111111111111110111011011111111111111011100111111111101011
+5,53,9,93,1111111111111111111111111111111111101111101111111111111111111011111011111111110011111111111111111011
+5,53,10,91,1111111111111111111111101111111111101111101111111111111110111011011111111111111011101111111111111011
+5,53,11,88,1011111111111101111111101111111111101111101111111111111110111011111101111111111011101011111111111011
+5,53,12,90,1111101111111111111111111111111101111111101111111011111111111001011111111111111011101111111111111011
+5,53,13,93,1110111111111111111111111111111111111111101111111111111101111011011111111111111111111111101111111011
+5,53,14,88,1111110111111111111111111011111111101111001111111011111110111011011111111111111011101111111111111011
+5,53,15,93,1111111111111111111111101111111111111111101111111111111111111011111011111111111011101111111111111011
+5,53,16,86,1111110111111111111111111011111111111111001111111101111111111011011010110111111011101111101111111011
+5,53,17,91,1011111111111111111011111111111111111111101111111011111111111011011111111111111011111111111101111011
+5,53,18,90,1111111111111111101111101111111111111111101111111011111110111011111111011011111011111111111111111011
+5,54,0,87,1111111111111111111110111111111111001011101111111011111101111011011111111101111011111111101111111011
+5,54,1,89,1101110111111111111111111011111111111111001111111111111110111011011111111111111011101111111111111011
+5,54,2,86,1011111110111101111111101111111111101111101111111111111110111011111101111111111010101011111111111011
+5,54,3,89,1111111111111111111110101110111111101111101111111111111110111011011111111111111011101111111111111011
+5,54,4,90,1111111111111111111011111111111111101111101111111111111111111011110011111111110011111111111011111011
+5,54,5,90,1111111111111111111111111111101111101111101111111101111101111111111011111111111011101111111111101011
+5,54,6,91,1111111111111111111111101111111111111111101111111111111111111011011011111111111011101111111011111011
+5,54,7,87,1011111111111111111110101111111111101110101111111111111110111011111111111111111011100111111111101011
+5,54,8,91,1111111111111111111111111111101111111111101111111101111100111111011111111111111011111111101111111011
+5,54,9,89,1111111111111111111001111111111111101111101111111111111101111011111011111111111011101111111111101011
+5,54,10,89,1011111111111111111111111111111111101111101111111111111101111011011101111111111011101011111111111011
+5,54,11,91,1110110111111101111111101111111111111111101111111111111110111011111111111111111111111111101111111011
+5,54,12,88,1111111111111111111111101111111111101111101111111111111110111011011111111111111011100111111111101001
+5,54,13,92,1111111111111111111111111111111111111111101111111111111101111011011111111101111011111111101111111011
+5,54,14,89,1111111111111111111011111111101111101111111111111101111101111011111011111111111011101111111111101011
+5,54,15,94,1111111111111111111111111111111111101111101111111111111111111111111011111111110011111111111111111011
+5,54,16,88,1111011111111101111111101111111110101111101111111111111110111011111101111111111011101111111111111011
+5,54,17,89,1011111111111111111101111111111111111111101111111111111100111011011111111111111011111011111111101011
+5,54,18,90,1110111111111111110111111111111111111111101111111111111100111011111111111111111011101111011111111011
+5,55,0,86,1111111111111111111111101111111110111111101110111111111111111011011011111111111011100111111011101001
+5,55,1,91,1111111111111111111111101111111111101111101111111111111111111011011111111111111011101111111111101011
+5,55,2,84,0110111111111101111011101111111111101111101111111111111110110011111101111101111110111011101111111011
+5,55,3,88,1011110111111111111111111111111101111110101111101111111101111011011111111111111011101111111111111011
+5,55,4,90,1111111111111111111111111111111111111111101111111111111101111010011011111110111011111111101111111011
+5,55,5,94,1111111111111111111111111111111111101111101111111111111111111111111111111101110011111111111111111011
+5,55,6,90,1111111111111111111111111111111101111111101111111101111100111111011111110111111011111111101111111011
+5,55,7,89,1111111111111111111111101111101111111111100111111111111111111011011011111111111011101111111011111011
+5,55,8,91,1111111111111111111110111111111111111111111111111111111101111011011111111111111111011111101111101010
+5,55,9,92,1111111111111111111111111111111111111111111111111111111101111011011111111111111111011111101111101010
+5,55,10,92,1111111111111111111111111111111111101111101111111101111111111111111011111111111011101111111111101011
+5,55,11,92,1111111111111111111111111111101111101111101111111111111101111111111011111111110011111111111111111011
+5,55,12,89,1111011111111101111111101111111110101111101111111111111110111111111001111111111011111111111111111011
+5,55,13,90,1111111111111111111111111111101111101111101111111101111101111011111111111111111011101111111111101011
+5,55,14,90,1111111111111111111111111111111111101111101111111111111111101011110011111111110011111111111011111011
+5,55,15,88,1111111111111111111001111111101111101111101111111101111101111111111011111111111011101111111111101011
+5,55,16,89,1111111111111111111011111111111011101111101111111111111111110011110011111111111011111111111011111011
+5,55,17,90,1111111111111111111111101111111111111111101111111111111111111011011011111111110011101111111011111011
+5,55,18,85,1111111111111111111110101111111111001011101111111011111100111011011111111101111011111111101111111011
+5,56,0,86,1111111111111111111111111101111111001011101111111011111100111011011111111101111011111111101111111011
+5,56,1,93,1111111111111111111110101111111111101111101111111111111111111111111111111101110111111111111111111011
+5,56,2,92,1111111111111111111111111111111111101111101111111111111111111110011111111101110011111111111111111011
+5,56,3,90,1111111111111111111101111111111110111111101111111111111101111011111011111110111011111111101111111011
+5,56,4,91,1011111111111111111111111111111111111111101111101101111101111001111111111111111011111111111111111011
+5,56,5,87,1111110111111111111111111111101101101110101111111111111101111111011011111111110011101111111111111011
+5,56,6,89,1010111111111111111111111111011111111111101111111111111111111011011011111111111011101111101111111011
+5,56,7,90,1111110111111101111111111111111101111110101111101111111101111011011111111111111111111111111111111011
+5,56,8,91,1111111111111111111111111111111111111111101111111101111101111010111111111110111011101111111111111011
+5,56,9,89,1111111111111111111111111111101111101111101111111111111101111011011011111111111011111111101111101011
+5,56,10,92,1111111111111101111111111111111111110111101111111111111111111011011011111111111111111111101111111011
+5,56,11,93,1110111111111111111111111111111111101111101111111101111111111111111111111111111011101111111111111011
+5,56,12,91,1111111111111111111110111111111111111110111111111111111101111011001111111111111111011111101111111011
+5,56,13,88,1011110111111111111111111111111101111111101111111111111101111011011111111111111011101111111111101010
+5,56,14,92,1111111111111111111111101111111111111111101111111101111101111111111111110111110011111111111111111011
+5,56,15,87,1111111111111111111111111110101101101111101111111111111100111111011011111111111001111111101111111011
+5,56,16,91,1111111111111101111111011111111111110111001111111111111111111011011111111111111111111111101111111011
+5,56,17,89,1110111111111111111111111111111111111111101111111111111101111010011011111110111011111111101111111011
+5,56,18,90,1111111111111111111111111111111011101101101111111111111111111011010111111111111011111111111111101011
+5,57,0,91,1111111111111111111111111111111111111111101111101111111101111001111011111110111011111111111111111011
+5,57,1,90,1011111111111111111101111111111110111111101111111101111101111011111111111111111011111111101111111011
+5,57,2,89,1011111111111111111111111111111111111111100111111101111101111011110111111111110011111111111111011011
+5,57,3,91,1111111111111111111111101111111111111111101111101101111101111101111111110111111011111111111111111011
+5,57,4,89,1111111111111111111111111111111111101111101101111101111101111011111011111111111011101111111011111011
+5,57,5,90,1111111111111111111011101111111111111111101111111111111111110010111111111110111011101111111111111011
+5,57,6,93,1111111111111111111111011111111111101111101111111101111111111011011111111111111111111111111111111011
+5,57,7,92,1111111111111101111111111111111111110111001111111111111111111111111111111111111011101111101111111011
+5,57,8,89,1110111111111111111111111111011111111111101111111101111111111010011111111111111011101111101111111011
+5,57,9,90,1010111111111101111111111111111111100111101111111111111111111111111011111111111011101111111111111011
+5,57,10,89,1111111111111111111110111111111111111111101111111101111101111010111111111100110111101111111111111011
+5,57,11,95,1111111111111111111111101111111111101111101111111111111111111111111111111111111011111111111111111011
+5,57,12,91,1111111111111101111111111111111110110111101111111111111111111011011011111111111111111111101111111011
+5,57,13,91,1111111111111101111111111111111111110111101111111111111111111011011011111011111111111111101111111011
+5,57,14,93,1111111111111111111111111111111111111111101111111101111101111011101111111111111111011111111111111011
+5,57,15,88,1011111111111111111110111111111111111110111111101111111101110001011111111111111011111111101111111011
+5,57,16,90,1111111111111111111101111111111111111111101111111101111101111011111111111110111011101111101111111011
+5,57,17,92,1110111111111111111111111111111110101111101111111111111111111011111011111111111011111111111111111011
+5,57,18,90,1111111111111111111101111111111111111111101111111101111101111010111011111110111011111111111111111011
+5,58,0,89,1111111111111111111111111111111111111111101111101001011101111111111111110111011011101111111111111011
+5,58,1,86,1111111111111011111110101111111111111111101111111101111101111000111111111100110011111111111111111011
+5,58,2,91,1111111111111101111111101111111110110111101111111111111111111111111011111011111111111111101111111011
+5,58,3,91,1111111111111111111111111111110111101111100111111111111111111011011111111111111011111111111101111011
+5,58,4,91,1111111111111101111111111111111111110111101111111101111110111101111111111111111011101111111111111011
+5,58,5,91,1111111111111111111111101111111111111111001111101111111101111111111111110111111011111111101111111011
+5,58,6,92,1111111111111111111111111111111111101111101111110101111111111011011111111111111111101111111111111011
+5,58,7,89,1111111111111111111101011111111111111111101111110101111111111011111111111110111010111111101111111011
+5,58,8,90,1111111111111111111111111111111111111111101111111101110101111001101011111111111111011111111111111011
+5,58,9,93,1111111111111111111111111111111111111111101111101111111101111011111111111110111011111111111111111011
+5,58,10,92,1111111111111111111111101111011111101111101111111101111111111110111111111111111011111111111111111011
+5,58,11,91,1110111111111111111111111111111111111111101111111111111111111011011111111101111011101111101111111011
+5,58,12,87,1111111111111111111110111111111111111111101111111100111101111010111011111100110111101111111111111011
+5,58,13,90,1111111111111111111101111111111111111111101111111101111101111010111111111110111011111111111111110011
+5,58,14,91,1111111111111101111111111111111110111111101111110111111111111011011111101111111111111111101111111011
+5,58,15,89,1111111111111111111110111111111111110111101111111101111101111011101011111111111111011111101111111011
+5,58,16,86,1011111111111111111101111111111111111111101111111101111101110010111011111110111011111110111111111001
+5,58,17,90,1111111111111111011101111111111111111111111111111101111101111011111111111110111011101111101111111011
+5,58,18,92,1111111111111111111111111111111111111111101111111101111101111110101111111111111011011111111111111011
+5,59,0,90,1111111111111111101101111111111111111111101111111101111101111011111111111100111111111111111111110011
+5,59,1,89,1111111111111111111101111111111111111111101111110101111101111010111011111110111011111111111111111011
+5,59,2,89,1111111101111111111111001111011111101111101111111101111011111110111111111111111011111111111111111011
+5,59,3,91,1111111111111111111111101111011111101111101111111101111111111110111111111111111011111111111011111011
+5,59,4,90,1111111111111111111111101111111111111111100111111111111101111011111011110111111011111111101111111011
+5,59,5,90,1110111111111111111111111111111111111111001111101111111111111111011111111101111011101111101111111011
+5,59,6,93,1111111111111011111111111111111111111111111111101111111111111001111111111110111011111111111111111011
+5,59,7,88,1101111111111101111111111111111111010111101111111101111100111111111111011111111011101111111111111011
+5,59,8,91,1111111111111111111111101111011111101111101111111101111111111100111111111111111011111111111111111011
+5,59,9,91,1111111111111101111111111111111111110111101111111101111110111111111011111111111011101111111111111011
+5,59,10,90,1111111111111111111111101111111111101111101111111101111101111110101111111111111011011111111111111011
+5,59,11,94,1111111111111111111111111111011111111111101111111101111111111110111111111111111011111111111111111011
+5,59,12,90,1111111111111101111111111111110110111111100111110111011111111011011111111111111111111111111111111011
+5,59,13,90,1111111111111111111111111111111101101111101111111111111111111011011111101111111011111111101101111011
+5,59,14,93,1111111111111111111111111111111111111111101111110101111111111011011111111111111111111111101111111011
+5,59,15,90,1111111111111111101111111111111111101111101111101111111101111011111111111110111011101111111111111011
+5,59,16,91,1111111111111111111110111111110111110111101111111111111101111011101111111111111111111111101111111011
+5,59,17,88,1111111111111111111111111111111111101111100111111101111111111011011011111111110011011111111101111011
+5,59,18,88,1110111111111111011101111111111111111111101111111111111111111011011111111100111011101111101111111011
+5,60,0,93,1111111111111111111111111110111111111111101111101111111111111111111111111110111011101111111111111011
+5,60,1,84,1111111111111101101110111111111111100011101111111101111100111001111111111111101011101111111111111011
+5,60,2,88,1110111111111111011101111111111111111111101111111111111111111011011111111100111011101111101111111011
+5,60,3,89,1111111111111111111111101111111111111111100111111111111101111011111011110111111011111111001111111011
+5,60,4,92,1111111111111111111111101111011111101111101111111101111111111110111111111111111011111111111111111011
+5,60,5,92,0111111111111111111111111111011111111111101111111101111111111110111111111111111011111111111011111011
+5,60,6,91,1111111111111111111111111111110111100111101111111111111101111011111111111111111011111111101111111011
+5,60,7,90,1111111111111111101110111111111111111111101111101111111101111011101111111110111111101111111111111011
+5,60,8,88,1111111111111111111111111111111101101111101110111111111111111011011011101111111011111111101101111011
+5,60,9,92,1111111111111011111111111111111111011111111111101111111111111001111111111110111011111111111111111011
+5,60,10,90,1111111111111111111110111111110111110111101111111111111101111011101111111111111111111111101111111010
+5,60,11,89,1111111111111011111110111111010111110111101111111111111101111011101111111111111111111111101111111011
+5,60,12,92,1111111110111111111111111111011111101111101111111111111111111101111111111110111011111111111111111011
+5,60,13,86,1111111111111111101111101111111111101111101111101101111101011010111111111111111011101111111111110011
+5,60,14,88,1111111111011110111111111111111111101111100111111101111111111011111011111111110011111111111101111011
+5,60,15,86,1111111101111111111111001111011111101111101111111101111011111110011111111111111011011101111111111011
+5,60,16,94,1111111111111111111111111111111111101111101111111111111101111110111111111111111111101111111111111011
+5,60,17,89,1111111111111111100111111111011111111111101111101101111111011011111111111110111011111111111111111011
+5,60,18,94,1111111111111111111111111111111111111111101111110101111111111011111111111111111111111111101111111011
+5,61,0,89,1111111111111111111110111111110111100111101111111111111101111011101111111110111011111111111111111011
+5,61,1,89,1011111111111111101111101111111111111101101111111111111101111011110111111111111111101111101111111011
+5,61,2,93,1111111111111111111111111111111111111111101111110101111111111001111111111111111111111111101111111011
+5,61,3,93,1111111110111111111111111111011111101111101111111111111111111111111111111110111011111111111111111011
+5,61,4,93,0111111111111111111111111111011111111111101111111111111111101110111111111111111111101111111111111011
+5,61,5,92,1111111111111101111111111111111111101111101111111101111101111110111111111111111111111111111011111011
+5,61,6,88,0111111111111101111111111111011111111111101111110101111111111010111111111111111010111111101111111011
+5,61,7,96,1111111111111111111111111111111111111111101111111101111111111111111111111111111111111111111011111011
+5,61,8,95,1111111111111111111111111111111111111111101111111111111111111011111111111111111111111111101101111011
+5,61,9,89,1111111110111111111111111111011111101111101111110101111111111101111111111110111011111111111111111010
+5,61,10,92,1111111111111111111111111111111111110111101111110101111101111011111111111111111111111111101111111011
+5,61,11,93,1111111111111111111111111111110111101111101111111111111111111011111111111111111011111111101111111011
+5,61,12,91,1111111111111111100111111111011111111111101111111101111111111011111111111110111111111111101111111011
+5,61,13,92,1111111111111111111111111111111111111111101111100101111111011011111111111111111011111111111111111011
+5,61,14,90,1111111111111111110111111111011111101111101111111111111101011110111111111111111011101111111111111011
+5,61,15,93,1111111111111111101111111111111111111111101111101101111111111011111111111110111111111111111111111011
+5,61,16,91,1111111111111111111111111111111111111111100111111111111101111011111111110111111011111111001111111011
+5,61,17,92,1111111111111111111111101111111111111111101111110101111111111011111011111111111111111111101111111011
+5,61,18,93,1111111111111111111111101111111111001111111111111111111111111001111111111111111011111111111111111011
+5,62,0,92,1111111111111111111111101111111111111111101111110101111111111001111111111111111111111111101111111011
+5,62,1,94,1111111111111111111111111111111111001111111111111111111111111001111111111111111011111111111111111011
+5,62,2,92,1111111111111111111111111111011111111111101111111101111111111101111111111110111111111111101111111001
+5,62,3,93,1111111110111111111111111111111111101111101111110111111111111011111111111111111011111111111111111011
+5,62,4,91,1111111111111011111111111111110111101111101111111111111111111010111111111111111011111111101111111011
+5,62,5,92,1111111111111111111111111111011111111111101111101101111011111111111111111110111011111111111111111011
+5,62,6,94,1111111111111111111111111111111111111111101111110101111101111111111111111111111111111111101111111011
+5,62,7,95,1111111111111111111111111111111111110111101111111101111111111111111111111111111111111111111011111011
+5,62,8,91,1111111111111111111111111111111111101111101111101101111111011011111111111111111011111111101111111011
+5,62,9,94,1111111111111111111111111111111111111111101111110101111111111011111111111111111011111111111111111011
+5,62,10,92,1111111110111111111111111111011111111111100111101111111111111111111111111111111011111111011111111011
+5,62,11,91,1111111111111111111111111111111111101111101111111111111101111011111111110110111011111111101111111011
+5,62,12,86,1111011110111111111110111111011111101111101111111111111101011110110111111011111011101111111111111011
+5,62,13,93,1111111111111111110111111111011111101111101111111111111111111111111111111110111011111111111111111011
+5,62,14,93,1111111111111101111111111111111111101111101111111101111101111111111111111111111111111111111011111011
+5,62,15,89,1111111111111111111101111111111111110111101111110101111101111010111110111111111111111111101111111011
+5,62,16,95,1111111111111111111111011111111111110111101111111101111111111111111111111111111111111111111111111011
+5,62,17,92,1111111111111111111111111111111111111111101111110101111101111011111111111111111111111111101011111011
+5,62,18,93,1111111111111111111111111011111111111111101111110101111111111010111111111111111111111111111111111011
+5,63,0,93,1111111111111111111111111111111111110111101111110101111111111011111111111111111011111111111111111011
+5,63,1,95,1111111111111111111111011111111111111111101111111101111111111111111111111111111111111011111111111011
+5,63,2,88,1111111111111111110111111111011111101111101111111111111101111011111111110110111011111111101111011011
+5,63,3,93,1111111111111111111111110110111111101111101111111111111111111111111111111110111011111111111111111011
+5,63,4,95,1111111111111111111111011111111111110111101111111101111111111111111111111111111111111111111111111011
+5,63,5,93,1111111111111111111111011110111111110111101111111101110111111111111111111111111111111111111111111011
+5,63,6,93,1111111111111111111111111111111111001111111111111111111111111001111111011111111011111111111111111011
+5,63,7,92,1111111110111111111111111111111111001111101111111111111111111001111111111111111011111111111111111011
+5,63,8,93,1111111111111101111111111111111111101111101111111111111101111111111111110110111111111111111011111111
+5,63,9,92,1111111111111111111111111111111111101111101111111101111101111011111111111111111011111111101111111011
+5,63,10,92,1111111111111111111111111111111111001111111111111111111101111001111111111111111011111111101111111011
+5,63,11,92,1101111111111111111111111111111111101111101111111111111111111011111111110110111011111111111111111011
+5,63,12,94,1111111111111111111111111111111111110111101111111101111111111111111111111111111111111101101111111011
+5,63,13,94,1111111111111111111111011111111111111111101111110101111101111111111111111111111111111111111111111011
+5,63,14,92,1111111111111111111111111011111111011111101111111111111111111000111111111111111011111111111111111011
+5,63,15,95,1111111111111111111111111111111111101111111111110101111111111011111111111111111111111111111111111011
+5,63,16,94,1111111111111111111111111111011111101111101111111111111111111111111111111110111011111111111111111011
+5,63,17,94,1111111111111111110111111111111111110111101111111101111111111111111111111111111111111111111011111011
+5,63,18,95,1111111111111111111111011111111111110111101111111101111111111111111111111111111111111111111111111011
+5,64,0,94,1111111111111111111111111111111111110111101111110101111111111111111111111111110111111111111111111011
+5,64,1,94,1111111111111111111111011111111111101111111111111101110111111011111111111111111111111111111111111011
+5,64,2,96,1111111111111111111111111111111111110111101111111101111111111111111111111111111111111111111111111011
+5,64,3,91,1111111111111111111111011111011111111111101111110101111101111111111111111111111111111101101111111011
+5,64,4,93,1111111111111111111111111110111111101111101111111111111111111111111111111110111011111111111111011011
+5,64,5,93,1111111111111111111111110111011111101111101111111111111111111111111111111110111011111111111111111011
+5,64,6,93,1111111111111101111111111111111111101111101111111111111101111111111111110110111111111111111011111111
+5,64,7,91,1110111111111101111111111111111111101111101111111111111101111111111111110110111111111111111011111101
+5,64,8,96,1111111111111110111111111111111111110111101111111111111111111111111111111111111111111111111011111111
+5,64,9,94,1111111111111111111111111111111111101111111111110100111111111011111111111111111111111111111111111011
+5,64,10,93,1111111111111111111111011111111111111111101111111101111111111010111111111111111011111111111111111011
+5,64,11,95,1111111111111111111111111111111111100111111111110101111111111111111111111111111111111111111111111011
+5,64,12,93,1111111111111111111111111111111111110111101111111101111111111011111111111111111111111101101111111011
+5,64,13,94,1111111111111111111111111111111111110111101111110101111111111111111111111111111011111111111111111011
+5,64,14,94,1111111111111111111111111111111111110111101111111101111111111111111111111111111111111111101111111010
+5,64,15,92,1111111111111101111111011111111111100111101111111101111111111111111111111111111111111101111111111011
+5,64,16,94,1111111111111111111111111111111111110111101111110101111111111011111111111111111011111111111111111111
+5,64,17,92,1111111111111111111111111111111110110111101111110101111111111011111111111111111011111111111111111011
+5,64,18,92,1111111111111111111110110111111111110111101111111101111111111111111111111111111111111101101111111011
+5,65,0,94,1111111111111111011111111111111111111111101111110101101111111111111111111111111111111111111111111011
+5,65,1,90,1111111111111111111111011111111111110111101111111101111011111010111111111111110011111111111111111011
+5,65,2,95,1111111111111111111111111111111111110111101111110101111111111111111111111111111111111111111111111011
+5,65,3,94,1111111111111111111111111111111111100111111111111101111111111111111101111111111111111111111111111010
+5,65,4,94,1111111111011111111111111111111111101111101111110111111111111111111111111110111111111111111111111011
+5,65,5,92,1111111111111111111111111110111111101111111111111100111111111011111111111111111011111111111111011011
+5,65,6,94,1111111111111111111111111111111111110111101111110101111111111111111111111110111011111111111111111111
+5,65,7,91,1111111111111111111111111111111111110011101111110101111111111001111111111111111011111111111111111011
+5,65,8,92,1111111110101111111111111111111111101111101110111101111111111111111111111110111111111111111111111011
+5,65,9,90,0111111111111111111111110111011111100111111111110111011111111111111111111101111011111111111111111011
+5,65,10,92,1011111111111110111111111111111111111111101111110100111110111111111111111111111111111111111011111111
+5,65,11,95,1111111111111111111111111111111111100111111111111111111111111011111111111111111111111111111111101011
+5,65,12,94,1111111111111111111111011111111111110111101111111101111111111111111111111111111011111111111111111011
+5,65,13,92,1111111111111111111111111111111111111111101101110101111111111010111111111111111011111111111111111011
+5,65,14,91,1111111111111111111111111111111111100111101111111100110111011011111111111111111111111111111111111011
+5,65,15,95,1111111111111111111111011111111111111111111111110101111111111111111111111111111011111111111111111011
+5,65,16,93,1110111111111111111111111111111111111111101111110101111111111111111111111111111011111111111101111011
+5,65,17,90,1111111111111111111111111110111111100111101111111111111011111011111111111110111011111111111111011011
+5,65,18,92,1111111111111111111111111111111111101111111111110100111111111010111111111111111111110111111111111011
+5,66,0,94,1110111111111111111111111111111111111111101111110101111111111111111111111111111011111111111111111011
+5,66,1,93,1111111111111111011111111111111111111111101111110101101111111111111111111111111111111111111101111011
+5,66,2,94,1111111111111111111111111111111111100111111111111101111111111111111101111111111111111111111111111010
+5,66,3,94,1111111111111111111111111111111111100111111111111101111111111111111101111111111111111111111111111010
+5,66,4,93,1111111111111111111111111111111011111111111111110100111111111010111111111111111111111111111111111011
+5,66,5,90,1111111111111111101111111111111111101111101101110101111111111110111111111111111011110111111111111011
+5,66,6,90,1111111111111111111111111110011111101111110111110110111111111111111110111111111011111111111111011011
+5,66,7,90,0111111111111111111111110111111111100111111111111101011111111011111111111101111011111111111111111011
+5,66,8,92,1111111111111111111111111111111111101111111111111100111111110011111111111111111011111111111111101011
+5,66,9,95,1111111111111111111111111110111111100111111111111111111111111011111111111111111111111111111111111011
+5,66,10,92,1111111111111111111111011111111111110111101111111101110111111011111111111111111011111111111111111011
+5,66,11,91,1111111111111110111111111111111111100111101111111100111111011111111111111111111111111111111011111011
+5,66,12,90,1111111111111111111101111111111111101111111111110100111111111011011111111111111011111111111111011011
+5,66,13,91,1111111111111111111111111111111111110011101111110101111111111001111111111111111011111111111111111011
+5,66,14,94,1111111111111111111111111111111111110111101111110111111111111111111111101111111111111111111011111011
+5,66,15,94,1111111111111111111111111111111111110111101111110101111111111111111111111110111011111111111111111111
+5,66,16,93,1111111111111111111111111111111111100111111111111101111111111011111111111111111011111111111111101011
+5,66,17,91,1101111110111111111111111111111111110011101111110111111111111001111111111111111111111111111111111011
+5,66,18,91,1111111111111111111111111111111111110111111101110101111111111010111111111111101011111111111111111011
+5,67,0,94,1111111111111111111111011111111111110111101111110111111111111111111111111111111011111111111111111011
+5,67,1,93,1111111111111111111111011111111111111111101111110101111111111111111111101111111111111111111011111011
+5,67,2,94,1111111111111111111111111110111111100111111111111111111111111011111111111111111111111111111111110011
+5,67,3,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,67,4,93,1111111111111111011111111111111111111111101111110101111111111111111111111111111011111111111101111011
+5,67,5,92,1111111111111111111111011111111111110111101111111101101111111011111111111111111111111011111111111011
+5,67,6,91,1111111111111111111111111111111011110111100111110100111111111110111111111111111011111111111111111111
+5,67,7,92,1111111111111011111111111111111111111111111011110101111111111011111111111110111111111110111111111011
+5,67,8,95,1111111111111111111111111111111111110111101111111101011111111111111111111111111011111111111111111111
+5,67,9,87,0101111111111111111111110111111111100111111111110101111111111011111111111100111011111101111111111011
+5,67,10,91,1111111111111111111111111111111111100111111111111101111110111111111101111111111111111011111111111000
+5,67,11,94,1111111111111111111111111111111111100111111111111101111111111111111101111111111111111111111111111010
+5,67,12,92,1111111111011111011111111111111111110111111111110101111111001111111111111111111111111111111111111011
+5,67,13,93,1110111111111111111111111110111111101111101111111111101111111011111111111111111111111111111111111011
+5,67,14,91,1111111111111111111111011111111111111111101111110101111111111010111111111111111011111101111111111011
+5,67,15,92,1111111111111111111111111111111011110110111111111100110111111011111111111111111111111111111111111011
+5,67,16,94,1111111111111111111111111110111111101111111111110111111111111111111110111111111111111111111111011011
+5,67,17,89,1111111111111111111111111111011111100111110111111100111111111111110101111111111011111111111111111010
+5,67,18,89,1111111111111111111111111111111101100011111111111101111111111001111110111111111011101111111111111011
+5,68,0,92,1111111111111111011111111111111111110111101111110110111111111111101111111111111111111111111101111011
+5,68,1,93,1111111111111110111111111110111111111111101111110111111111111011111111111111111011111111111111111011
+5,68,2,92,1111111111111111111111011111111111101111111111110111111111111111111110101111111111111111111011011011
+5,68,3,95,1111111111111111111111111110111111111111101111110101111111111111111111111111111111111111111111111011
+5,68,4,95,1111111111111111111111111110111111110111111111111111111111111011111011111111111111111111111111111011
+5,68,5,94,1111111111111111111111111110111111101111111111110111111111111111111110111111111111111111111111011011
+5,68,6,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,68,7,93,0111111111111111111111111100111111110111101111111111111111111011111111111111111111111111111111111011
+5,68,8,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111011
+5,68,9,89,1111111101011111011111111110111111110111111111110101111111001011111111111111111111111111111111111011
+5,68,10,93,1111011111111111111111111111111111110111101111111101111111111011111111111111111111111011111111111011
+5,68,11,93,1111111111111111111111011111111111110111101111111101001111111111111111111111111011111111111111111111
+5,68,12,92,1111111111111111111111111111111011110111100111110100111111111111111111111111111111111111111111111011
+5,68,13,92,1111111111111111111111011111111111111111101111110101111111111110111111101111111011111111111011111111
+5,68,14,92,1111111111111111111111111111111011100111111111110101111111111111110111111111111111111101111111011111
+5,68,15,92,1111111111111111111111111110111111111111100111110111111111111110111110111111111011111111111111111011
+5,68,16,93,1111111111111111111111111111111111101111111111110111111111111111110110111111111111111111111110011011
+5,68,17,93,1111111111111111111111011111111111111111101111110101111111111111111111101111111111111111111011111011
+5,68,18,93,1111111111111111111111111111111111111111101111110110111111111011101111111111111011111111111111111011
+5,69,0,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,69,1,96,1111111111111111111111111111111111110111111111111110111111011111111111111111111111111111111111111011
+5,69,2,91,0011111111111101111111111100111111110111101111111111111111111011111111111111111111111111111111111011
+5,69,3,96,1111111111111111111111111110111111111111111111111111111111111011111011111111111111111111111111111011
+5,69,4,93,1111111111111111111111111110111111101111111111110111111111111111111110111111111111111111111011011011
+5,69,5,92,1111111111111111111111001111111111101111111111110111111111111111111110101111111111111111111111011011
+5,69,6,94,1111111111111111111111111101011110110111111111111111111111111011111111111111111111111111111111111011
+5,69,7,94,0111111111111111111111110110111111110111101111111111111111111111111111111111111111111111111111111011
+5,69,8,92,1111011111111111111111111111111111110111101111111110111011111011111111111111111011111111111111111011
+5,69,9,89,1111111111111111111111111111111111111111101111110101111011110011101111111111111101110011111111111011
+5,69,10,95,0011111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111001
+5,69,11,92,1111111111111111011111111110111111110111101111110101111111111111111111111111111111111111111101111011
+5,69,12,94,1111111111111110111111111110111111111111101111110111111111111011111111111111111111111111111111111011
+5,69,13,94,1111111111111111111111111110111111111111101111110101111111111111111111111111111011111111111111111011
+5,69,14,93,1111111111111111111111111110111111110111101111111101001111111110111111111111111111111111111111111111
+5,69,15,94,1111111111111111111111011111110111110111111111111111111111111011111111111111111011111111111111111011
+5,69,16,97,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111011
+5,69,17,94,1111111111111111111111011111111111111111101111110101111111111111111111101111111111111111111111111011
+5,69,18,90,1111111111111111111111011111111011110111101111110101111111111111111111101111111011111111111011111011
+5,70,0,94,1111111111111111111111111111110111110111111111111111111111111011111111111111111011111111111011111011
+5,70,1,96,1111111111111111111111011111111111110110111111111111111111111111111111111111111111111111111111111011
+5,70,2,94,1111111111111111111111111110111111110111101111111101111111111011111111111111111111111111111111111011
+5,70,3,94,1111111111111111111111111110111111110111111111111111001111111110111111111111011111111111111111111111
+5,70,4,93,1111111111111111111111111111111111110111101111100101111111111111111111111111111111111111111101111011
+5,70,5,93,0011111111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111001
+5,70,6,94,1111111111111111111111111110111111111111101111110101111111111111111111111111111011111111111111111011
+5,70,7,93,1111111111111111111111111101011110110111111111111101111111111011111111111111111111111111111111111011
+5,70,8,93,1111111111111111111111111110111111110101111111111110111111011111111111111111111111111111111111111001
+5,70,9,94,1111111011111111111111111111111111110111110111111111111111111011111111110111111111111111111111111011
+5,70,10,94,1111111111111111111111011111110111110111111111111111111111111011111011111111111111111111111111111011
+5,70,11,94,1111111111111110111111111110111111111111101111110111111111111011111111111111111011111111111111111111
+5,70,12,94,1111101111111111111111111100111111110111111111111111111111111011111111111111111111111111111111111011
+5,70,13,93,1111111111111111111111101111011100110111111111111111111111111011111111111111111111111111111111111011
+5,70,14,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,70,15,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,70,16,95,1111111111111111111111111111111111110111111111110110111111111111111111111111111111111111111101111011
+5,70,17,90,1011111111111111111111001111111111101111111111111111111111011111111110101111111111111111111111011001
+5,70,18,93,1111111111110111111111011110110111110111111111111111111111111111111111111111111011111111111111111011
+5,71,0,93,1111111011111111111111111110111111110111110111111111111111111011111111110111111111111111111111111011
+5,71,1,96,1111111111111111111111111111111111110111111111111111111111111011111111110111111111111111111111111011
+5,71,2,90,1111111111111110111111111110111111110111101111111111111111101011111111111111111011111111110011111011
+5,71,3,95,1111111111111111111111111111110111111111111111110111111111111011111111111111111011110111111111111111
+5,71,4,93,1111111111111111111111111110111111110111111111111111001111111110111111111111011111111111111101111111
+5,71,5,96,1111111111111111111111111111111111110111111111110111111111111111111111110111111111111111111111111011
+5,71,6,96,1111111111111111111111111111111111110110111111111111111111111011111111111111111111111111111111111011
+5,71,7,97,1111111111111111111111011111111111110111111111111111111111111111111111111111111111111111111111111011
+5,71,8,93,1101111001111111111111111111111111110111110111111111111111111011111111111111111111111111111111111011
+5,71,9,93,1111111111111111111111111111111111110111111111110110111111111111111111110111111111111011111101111011
+5,71,10,94,1111111011111111111111111111111111110111110111111111111111111011111111110111111111111111111111111011
+5,71,11,92,1111111011111111111111111111111111110111110111111111111111111011111111000111111111111111111111111011
+5,71,12,96,1111111111111111111111111110111111110111111111111111111111111011111111111111111111111111111111111011
+5,71,13,94,1111111111110011111111111111111111110111111111111111111111111011111111111110111111111111111111111011
+5,71,14,93,1111111111111111111111011101111111110111111111111101111111111011111011111111111111111111111111111011
+5,71,15,92,1111011111111111111111111111010110110110111111111111111111111011111111111111111111111111111111111011
+5,71,16,95,1111111111111111111111011111111111110111111111111111111111111011111111111111111111111111111011111011
+5,71,17,94,1111111111111111111111111111110111110110101111111111111111111111111111111111111011111111111111111011
+5,71,18,94,1111111111111111111111111110111111110111101111111101111111111111111111111111111011111111111111111011
+5,72,0,96,1111111111111111111111111111111111110111111111111111111111111011111111110111111111111111111111111011
+5,72,1,94,1111111111111111111111111111111111110111111111110111111011111011111111110111111111111111111111111011
+5,72,2,95,1111111111111111111111111111110111110110111111111111111111111011111111111111111111111111111111111011
+5,72,3,93,1111111111111111111111111111111111110110101111111111111111111111110111111111111011111110111111111011
+5,72,4,93,1111111111111111111111111110111111110111101111111101111111111011111111111111111011111111111111111011
+5,72,5,95,1111111011111111111111111111111111110111110111111111111111111111111111110111111111111111111111111011
+5,72,6,94,1111111111111111111111111111111111110110111111111101111111110011111111111111111111111111111111111011
+5,72,7,95,1111111111111111111111111110111111110111111111111111011111111011111111111111111111111111111111111011
+5,72,8,93,1111111011111111111111111111111111110111010111111111111111111011111111110111111111111111111111111011
+5,72,9,93,1111111111111111111111111111111111110110111111111111111111111011011111001111111111111111111111111011
+5,72,10,95,1101111111111111111111111111111111110111110111111111111111111011111111111111111111111111111111111011
+5,72,11,92,1111111001111111111111111111110111111111111111110111111111111011111111111111111011110101111111111111
+5,72,12,93,1111111111110011111111111111110111110111111111111111111111111011111111111110111111111111111111111011
+5,72,13,95,1111111111111111111111111111111111110110101111111111111111111111111111111111111011111111111111111011
+5,72,14,94,1111111111111111111111111111110111110111101111111111111111111111111111111111111011111111111111011011
+5,72,15,95,1111111101111111111111011111111111110110111111111111111111111111111111111111111111111111111111111011
+5,72,16,94,1111111111111111111111111110111111110111111111110111111111111111111111110111111111111111111111111010
+5,72,17,95,1111111111111111111111011111111111110111111111111111111111111111111111111011111111111110111111111011
+5,72,18,95,1111111111111111111111111111111111110111101111110111111111111111111111110111111111111111111111111011
+5,73,0,92,1011111111111111111111111111110111110110111111111111111111111011111111101110111111111111111111111011
+5,73,1,91,1111111111111111111111111111111110100110111111111111111111101011011111011111111111111111111111111011
+5,73,2,95,1111111111111111111111011111111111110111111111111111111111111111111111111011111111111110111111111011
+5,73,3,95,1011111111111111111111111111111111110111111111111111111111111111111111111011111111111110111111111011
+5,73,4,94,1111111111111111111111111111111111110111111111110111111011111011111111110111111111111111111111111011
+5,73,5,95,1111111111111111111111111111110111110110111111111111111111111011111111111111111111111111111111111011
+5,73,6,95,1111111111111111111111111111111111110110111111111111111111111111110111111111111111111110111111111011
+5,73,7,92,1111111101111111111111011111111111110110101111111111111111111111111110111111111011111111111111111011
+5,73,8,95,1111111111111111111111111111110111110111111111111111111111111011111111111110111111111111111111111011
+5,73,9,92,1111111111110011111111111111110111110110111111111111111111111011111111111111111111111111111101111011
+5,73,10,96,1111111111111111111111111111111111110111111111111111111111111011111111110111111111111111111111111011
+5,73,11,94,1111111111111101101111111111111111110111111111111111111111111011111111110111111111111111111111111011
+5,73,12,91,1111111101111111111111011111111111110110111111111111111111111111111111110001111111111111111110111011
+5,73,13,95,1111111111111111111111111110111111110111111111110111111111111111111111111111111111111111111111111010
+5,73,14,94,1111111111111111111111111111111111110111101111111111111111111111111111111111111011111011111111111001
+5,73,15,93,1111111011111111111111111111110111110111110111111111111111111111111111110111111111111111111111011011
+5,73,16,92,1111111100111111111111011111110111110110111111101111111111111111111111111111111111111111111111111011
+5,73,17,93,1111111101111111111111111111111111110110101111111111111111111111111111111111011011111111111111111011
+5,73,18,92,1111111111111111111111111101111111010111111101111110111111111110111111111111111111111110111111111011
+5,74,0,93,1111111111111111111111111111110111110110111111111111111111101011111111111110111111111111111111111011
+5,74,1,96,1111111111111111111111111111110111110111111111111111111111111011111111111111111111111111111111111011
+5,74,2,92,1111111111111111111111011111111111110110111111111111111111111011111011110011111111111111111111111011
+5,74,3,93,1111111111111111111111011111111111110111111111111111111111111011111011110011111111111111111111111011
+5,74,4,94,1111111111111111111111011111111111110111111111111111111111111111111111110011111111111110111111111011
+5,74,5,95,1111011111111111111111111111111111110111111111111111111111111001111111111111111111111111111111111011
+5,74,6,95,1111111111111111111111111111111111110110111111111011111111111111110111111111111111111111111111111011
+5,74,7,94,1111111111111111111111111110111111110111111111110111111111111111111111111111111111111110111111111010
+5,74,8,93,1001111111110111111111111111111111110111111111111111111111111111111111111011111111111110111111111011
+5,74,9,93,1111111111101101101111111111111111110111111111111111111111111011111111110111111111111111111111111011
+5,74,10,95,1111111111110011111111111111111111110111111111111111111111111011111111111111111111111111111111111011
+5,74,11,92,1111111111111111111111111111110111110110111111111111111110111011111111110111111111111111111101111011
+5,74,12,94,1111111111111111111111111111110111110110111111111111111111111011111111110111111111111111111111111011
+5,74,13,93,1111111111111111111111011111111111110111111111111111111111111011111011111011111111111111111101111011
+5,74,14,95,1111111111111111111111111111111111110111111111110111111111111011111111110111111111111111111111111011
+5,74,15,92,1111111111111101101111111111111111110111111111111111111011011011111111110111111111111111111111111011
+5,74,16,93,1111111111111111111111011111111111110110111111111111111111111011111111110111111111111110111111111011
+5,74,17,96,1111111111111111111111111111111111110111111111111111111111111111111011111011111111111111111111111011
+5,74,18,94,1111111111111111111111011111111111110111111111111111111111111111111110111011111111111110111111111011
+5,75,0,95,1111111111111111111111111111111111110111111111111011111111111111110111110111111111111111111111111011
+5,75,1,95,1111111111111111111111111111111111110110111111110111111111111111110111111111111111111111111111111011
+5,75,2,95,1111111111111111111111011111111111110111111111111111111111111011111111111111111111111110111111111011
+5,75,3,95,1111111111111111111111111111110111110111111111111111111111111111111110111011111111111111111111111011
+5,75,4,92,1111111111111111111111011111111111110110011111111111111111111111110111111011111111111110111111111011
+5,75,5,94,1111101111111111111111111111110111110111111111111011111111111111111110111111111111111111111111111011
+5,75,6,95,1111111111111111111111111111110111110111111111111111111111111011111111111111011111111111111111111011
+5,75,7,94,1111111101111111111111111111111111110111111111111111111111111011111011111011111111111111111111111011
+5,75,8,93,1111111111111111111111011111111111110110111111111111111111111011111111110111111111111110111111111011
+5,75,9,96,1111111111111111111111111111110111110111111111111111111111111011111111111111111111111111111111111011
+5,75,10,93,1111111111110111111111011111110111110111111111111111111111111011111111111111111111111110111111111011
+5,75,11,94,1001111111111111111111111111111111110111111111111111111111111111111111111011111111111110111111111011
+5,75,12,97,1111111111111111111111111111111111110111111111111111111111111111110111111111111111111111111111111011
+5,75,13,94,1111111111111111111111111111111111110110111111111011111111111111111011111011111111111111111111111011
+5,75,14,91,1011111111111111111111111111110111110110111111111111101111111011111111110101111111111111111111111011
+5,75,15,93,0111111111111111111111011111111111110111111111111111111111111111111111110011111111111110111111111011
+5,75,16,94,1111111111101101111111111110111111110111111111111111111111111111111111110111111111111111111111111011
+5,75,17,92,1111111111111111101111111111111011110111111111110111111111111011111111111111111111111110111111111010
+5,75,18,95,1111111111110111110111111111111111110111111111111111111111111011111111111111111111111111111111111011
+5,76,0,96,1111111111111111111111111111111111110111111111111111111111111111110111111111101111111111111111111011
+5,76,1,94,1111111111111111111111111111111111110110111111110111111111111111110111111111101111111111111111111011
+5,76,2,94,1111111111111111111111111111111111110110111111111011111111111111110011111111111111111111111111111011
+5,76,3,95,1111111111111111111111111111111111110110111111110111111111111111111111111011111111111111111111111011
+5,76,4,95,1111111111111101111111111111111111110111111111111111111111111111111111110110111111111111111111111011
+5,76,5,94,1111111111101111111111111110110111110111111111111111111111111011111111111111111111111111111111111011
+5,76,6,94,1111111111111101111111011111111111110111111111111111111111111011111111111111111111111110111111111011
+5,76,7,95,1111111111111111111111111111110111110111111110111111111111111011111111111111111111111111111111111011
+5,76,8,92,1111111111101101111111111111111111110111111101111111111111111011111101110111111111111111111111111011
+5,76,9,95,0111111111111111111111111110110111110111111111111111111111111111111111111111111111111111111111111011
+5,76,10,93,1111111111110011111111011111110111110111111111111111111111111111111111111111111111111110111111111011
+5,76,11,96,1111111111111111111111111111111111110111111111111111111111111011110111111111111111111111111111111011
+5,76,12,93,1111111111101101111111111110111111110111101111111111111111111111111111110111111111111111111111111011
+5,76,13,94,1111111111101101111111111110111111110111111111111111111111111111111111110111111111111111111111111011
+5,76,14,92,1111111101111111111111111111101111110111111111111111111111111010111011111011111111111111111111111011
+5,76,15,93,1111111111111111111111111111110110110111111111110111111111111011111111111111011111111111111111111011
+5,76,16,96,1111111111111111111111111111110111110111111111111111111111111011111111111111111111111111111111111011
+5,76,17,92,1111111111111111111111111111111111110110111111110111110101111111110111111111111111111111111011111011
+5,76,18,92,1111111111111101111111111110111101110111110111110111111111111111111111110111111111111111111111111011
+5,77,0,94,1111111110111111111111111111111111110111111111111111111111111011110111111111101111111111111111111011
+5,77,1,92,1111111111111111111111111111111011110110111111110111101111111111110111111111111111011111111111111011
+5,77,2,96,1111111111111111111111111111111111110110111111111111111111111111110111111111111111111111111111111011
+5,77,3,94,1111111111111111111111111111111111110111111111111011111111111111110011111111101111111111111111111011
+5,77,4,95,1111111111111111111111111111111111110111111111111011111111111111111111111111101111111111111101111011
+5,77,5,93,0111111111111111111111111110110111110111111110111111111111111111110111111111111111111111111111111011
+5,77,6,94,1111111111111111111111111110110111110111111110111111111111111011111111111111111111111111111111111011
+5,77,7,94,1111111111101111111111111101110111110111111111111111111111111011111111111111111111111111111111111011
+5,77,8,93,1111010111111111111111111111111111110110111111110111111111111111111111111011111111111111111111111011
+5,77,9,95,1111111111111111111111111111111111110111111111101011111111111111110111111111101111111111111111111111
+5,77,10,91,1111111111100011111111011111110111110111111111111111111111111111111111111111101111111110111111111011
+5,77,11,93,1111111111111111111111111110110111110111111111111111111111111011111111011111111111101111111111111011
+5,77,12,93,0111111111111111111111111110110111110111111111111110111111111111111111111110111111111111111111111011
+5,77,13,95,1111111111111101111111110111111111110111111111111011111111111111111111111111111111111111111111111011
+5,77,14,95,1111111111111101111111111111111110110111111111111111111111111111111111110111111111111111111111111011
+5,77,15,93,1111111111111111111111111111110111110111111011111111101111111011111111111110111111111111111111111011
+5,77,16,96,1111111111111111111111111111111111110111111111111111111111111011111011111111111111111111111111111011
+5,77,17,95,1111111111111111111111111111110111110111111111111011111111111111110111111111111111111111111111111011
+5,77,18,95,1111111111111111111111111111110111110111111111110111111111111011111111111111111111111111111111111011
+5,78,0,95,1111111111111111111111110110111111110111111111111011111111111111111111111111111111111111111111111011
+5,78,1,94,1111111111111101111111111111110111110111111111110111111111111011111111111111111111111111111111111011
+5,78,2,93,1111111111111111111111111111110111110111111011111111101111111011110111111110111111111111111111111111
+5,78,3,96,1111111111111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,78,4,91,0111111011111111111110111110110111110111111110111111111111111011111111111111111111111111111111111011
+5,78,5,93,1111111111111111111111111110110111110111111110111111111111111111110011111111111111111111111111111011
+5,78,6,91,1111111111111111111111111111110110110111111111110011111111111011111111111111101111111111111101111011
+5,78,7,97,1111111111111111111111111111111111110111111111110111111111111111111111111111111111111111111111111011
+5,78,8,94,1111111111111111111111111111111111110111111111101011111110111111110111111111111111111110111111111111
+5,78,9,94,1111111101111111111111111111111111110110111111111111111111111111111111011111101111111111111111111011
+5,78,10,94,1111011111111111111111111111111111110111111111111011111111111111111111111011101111111111111111111011
+5,78,11,94,1111110111111111111111111111111111110110111111110111111111111111111111111111111111111111111101111011
+5,78,12,94,1111111111111111111111111111111111110110111111111011111111111111110111111111101111111111111111111011
+5,78,13,92,1111111110111111111111111111111111110111111111111111111111111011111111011111101011111111111101111011
+5,78,14,94,1111111111111101111111111111111110110111111111111111111111111111110111111111111111111111111110111011
+5,78,15,95,1111111111111111111111111111110111110111111111111011111111111111111111110111111111111111111111111011
+5,78,16,95,1111111111111111111111111111111111110111111111101011111011111111111111111111111111101111111111111111
+5,78,17,91,1111110111111101111111110111111111110111111111111011111111111111100111111111101111111111111111111011
+5,78,18,95,1111111111110101111111111111111111110111111111111111111011111111111111111111111111111111111111111011
+5,79,0,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,79,1,94,1111111111111111111111111111111111110111111111100011111111111111111111111111101111111111111111111011
+5,79,2,92,1111111111101101111111111111110111110111111111110011111111111011111111111111111111111111111111111011
+5,79,3,95,1111011101111111111111111111111111110111111111111111111111111111111111111011111111111111111111111011
+5,79,4,91,1111111111111111111111111111110111110111111111111111111111111011111111011111001011111111111111111001
+5,79,5,95,1111111111111111111111111111111111110111111111111011111111111111111111110111111111111111111101111011
+5,79,6,93,1111111111110101111111111111111111110111111111111111111011111111011111111110111111111111111111111011
+5,79,7,94,1011111111111111111111111111110111110111111111111011111111111111111111101111111111111111111111111011
+5,79,8,93,1111111111111111111111111111110111110111111111110111111110111111110111111111111111111110111111111011
+5,79,9,95,1111111111111101111111111111111111110111111111101011111111111011111111111111111111111111111111111111
+5,79,10,95,1111111011111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,79,11,95,1111111111111110111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,79,12,95,1111011111111111111111111111111111110111111111111111111111111111111111111011101111111111111111111011
+5,79,13,92,1111111111110101111111111111111111110111111111111011111011111111111111111111111111011111110111111011
+5,79,14,95,1111111111111111111111111111110111110111111111111011111111111111111111110111111111111111111111111011
+5,79,15,94,1111111111110101111111111111111111110111111111111101111011111111111111111111111111111111111111111011
+5,79,16,92,0111111111111111111111111110110110110111111111111111111111111011111111111111101111111111111111111011
+5,79,17,91,1111111111111111111111111111110111110111111110110011111111111111110011111111111111111111111101111011
+5,79,18,90,0111111011111111111110111110110111110111111110111111111111111011111111111111111111111111111111111010
+5,80,0,92,1111111111111111111111111111110111110111111111101111111111111011111111111111101011111111111111111010
+5,80,1,89,1111111111111111111111111111111111110111011111110001111111111111111110011111001111111111111111111001
+5,80,2,94,1111111011111101111111111111111111110111111111101011111111111011111111111111111111111111111111111111
+5,80,3,96,1111111111111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,80,4,92,1111011101111111111111111111110111110111111111111011111111111111111111101011111111111111111111111011
+5,80,5,96,1011111111111111111111111111111111110111111111111111111111111111111111111111111110111111111111111011
+5,80,6,94,1111111111111101111111111111110111110111111111111011111111111011111111111111111111111110111111111111
+5,80,7,92,1111111111111111111111111111111111110111111101100111111110111111110111111111111111101111111111111011
+5,80,8,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,80,9,97,1111111111111111111111111111111111110111111111111111111111111111111111111101111111111111111011111111
+5,80,10,96,1111011111111111111111111111111111110111111111111111111111111111111111110111111111111111111111111011
+5,80,11,93,0111111101111111111111111111111111110111111111111011111111111111111111111011111111111111111101111011
+5,80,12,98,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111111111111111
+5,80,13,93,1011111111111111111111111111110101110111111111111111111111111111111111101111111111111111011111111011
+5,80,14,93,1111011101111111111111111111111111110111111110111111111111111111111111111011111011111111111111111011
+5,80,15,95,1111011101111111111111111111111111110111111111111111111111111111111111111011111111111111111111111011
+5,80,16,94,1111111111111101111111111111111111110111111111111101111011111111111111111111111101111111111111111011
+5,80,17,91,1010111111110111111111111111110111110111111111111011111111111111111111101111111111111011111111111011
+5,80,18,97,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111111111111011
+5,81,0,93,0111111101111111111111111111111111110111111111111111111111110111111111111101111111111111111011111011
+5,81,1,94,1011111111111111111111111111111011100111111111111011111111111111111111111111111110111111111111111111
+5,81,2,95,1111111011111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,81,3,95,1111111111111101111111111111111111110111111111101011111111111011111111111111111111111111111111111111
+5,81,4,94,1111111011111101111111111111111111110111111111111101111111111111111111111111111101111111111111111011
+5,81,5,94,1111111111111101111111111111111111110111111111101011111011111011111111111111111111111111111111111111
+5,81,6,98,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111111111111111
+5,81,7,97,1111111111111111111111111111111111110101111111111111111111111111111111111110111111111111111111111111
+5,81,8,95,1111111111111101111111111111111111110111111111111011111111111111111111111111111110111111111111111011
+5,81,9,95,1011111111111111111111111111110111110111111111111111111111111011111111111111111111111110111111111111
+5,81,10,97,1111111111111111111111111111111111110111111111111111111111111111111111111101111111111111111011111111
+5,81,11,96,1111111111111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,81,12,92,1111011111111111111111111111110111110111111110111011111111111111111111111011111111111111111011111011
+5,81,13,94,1111101101111111111111111111111111110111111111111111111111111111111111101101111111101111111111111111
+5,81,14,97,1111111111111111111111111111111111110111111111111111111111111111111111111101111111111111111011111111
+5,81,15,98,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,81,16,93,1011111111111101111111111111111111110111111111111101111011111111111111101111111111111111111111111011
+5,81,17,94,1111111111111111111111111111110101110111111111111111111111111111111111111111111101111111011111111011
+5,81,18,92,1111111111111111111111111111111111110111111101100011111111011111111111111111111111111111111111011011
+5,82,0,96,1111111111111111111111111111111111110111111111101011111111111111111111111111101111111111111111111111
+5,82,1,94,1111111101111111111111111111111111110111111111101011101111111111111111111111101111111111111111111111
+5,82,2,96,1011111111111111111111111111111111110111111111111011111111111011111111111111111111111111111111111111
+5,82,3,91,1111010111111111111111111111110111110111110111111111011111111111111111111111111111111110111111101011
+5,82,4,95,1011111111111111111111111111110111110111111111111111111111111011111111111111111111111110111111111111
+5,82,5,94,1011111111111111111111111111110111110111111111111111111111110011111111111111111111111110111111111111
+5,82,6,97,1111111111111111111111111111110111110101111111111111111111111111111111111111111111111111111111111111
+5,82,7,95,1011111111111111111111111111111111110111111111111111111111111001111111111111111111111110111111111111
+5,82,8,95,1111111111111111111111111111111111110101111111111111111111111111111110111110111111111111110111111111
+5,82,9,98,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,82,10,94,1111111111111111111011111111111111110111111111111111111111111110111111111101101111111111111011111111
+5,82,11,95,1111111111111111111111111111111111110111111111101011111111111111111110111111111111111111111111111011
+5,82,12,96,1111111111111111111111111111111111110111111011111011111111111111111111111111101111111111111111111111
+5,82,13,95,1111111011111111111111111111111111110101111111101111111111111111111111111110111111111111111111111111
+5,82,14,95,1111111111111111111111111111110111110111111111101111111111111111111110111111111111111110111111111111
+5,82,15,94,1111111111111101111111111111111111110111111111111011111111111111110111111111101111101111111111111111
+5,82,16,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111111
+5,82,17,96,1111111111111111111111111111111111110101111111111111111111111111111111111100111111111111111111111111
+5,82,18,94,1111111111111101111111111111111111110111111111111011111111111011111111111111111110111111111111111011
+5,83,0,97,1111111111111011111111111111111111110111111111111111111111101111111111111111111111111111111111111111
+5,83,1,98,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,83,2,97,1111111111111011111111111111111111110111111111111011111111111111111111111111111111111111111111111111
+5,83,3,96,1111111111111111111111111111111111110111111111101111111111111011111111111111101111111111111111111111
+5,83,4,98,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,83,5,96,1111111111111011111111111111111111110111111110111101111111111111111111111111111111111111111111111111
+5,83,6,94,1111111111111111111111111111111111110101111111111111111111111111011110111110111111111111110111111111
+5,83,7,94,1111111111111101111111111111111111110111111111111011111111111011111111111111111110111111111111111011
+5,83,8,91,1111111111111101111111110010111111110111111111111011111111111011111111111101111111111111111111111011
+5,83,9,93,1111111111111101110111111111111111110101111111111111111111111111111111111110111110111111011111111111
+5,83,10,96,1111111111111111111111111111111111110111111111111111111101111111111110111110111111111111111111111111
+5,83,11,92,1011111111111111111111111110111111110101111011111011111111111111111111111111101111111111110111111111
+5,83,12,95,1111111111111111111111111011111111110101111111111111111111111111111110111111111111111111110111111111
+5,83,13,96,1111111111111011111111111111011111110111111111111111111111111111111111111110111111111111111111111111
+5,83,14,95,0111111111111111111111111111111111110111011111111111111111111111111111111111111111111111111011011111
+5,83,15,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111111
+5,83,16,93,1011111111111111111111111111111111110101111111111011111111111011111111111111111111111110110111111111
+5,83,17,95,1111111111111111111111111111111111110111111111111111111111111011111110111110111111111111110111111111
+5,83,18,96,1111111111111111111111111111111111110101111111101111111111111111111111111110111111111111111111111111
+5,84,0,96,1111111111111111111111111011111111110101111111111111111111111111111110111111111111111111111111111111
+5,84,1,97,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111110111111111
+5,84,2,95,1111111111111111111111111111111111110111111111111111111111111011111110111110101111111111111111111111
+5,84,3,97,1111111111111111111111111111111111110111111111101111111101111111111111111111111111111111111111111111
+5,84,4,95,1111111111111111111111111111111111110111111111111111111101111011111110111110111111111111111111111111
+5,84,5,96,1111111111111111111111111111111111110111111111111111111111111111111110111110111111111111110111111111
+5,84,6,93,1011111111111111111111111110111111110111111011111011111111111111111111111111101111111111110111111111
+5,84,7,94,1111111111111111111111111111110111110101111111101111111111111011111111111111101111111111111111111111
+5,84,8,97,1111111111111111111111111111111111110111111110111101111111111111111111111111111111111111111111111111
+5,84,9,95,1111111111111011111111111111111111110111111111111111111101111111111110111110111111111111111111111111
+5,84,10,96,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111111011011111
+5,84,11,96,1111111111111011111111111111111111110111010111111111111111111111111111111111111111111111111111111111
+5,84,12,96,1111111111111111011111111111111111110111111111111111111111111011111111111111101111111111111111111111
+5,84,13,91,1111111111101011111111111111111111110110111111101110111111101111111111111111111110111111111101111111
+5,84,14,95,1111111111111011111111111111011111110101111111101111111111111111111111111111111111111111111111111111
+5,84,15,97,0111111111111111111111111111111111110111111111111111111111111111111111111110111111111111111111111111
+5,84,16,96,1111111011111011111111111111111111110111111111111111111111101111111111111111111111111111111111111111
+5,84,17,97,1111111111111011111111111111111111110111111111111011111111111111111111111111111111111111111111111111
+5,84,18,94,1111111111111111111111111111111111110111111111111111111111111010111110111111101111111111110111111111
+5,85,0,94,1111111111111010111111111111011111110101111111111111101111111111111111111111111111111111111111111111
+5,85,1,95,0111111111111111111111111111111111110111111111101111111111111111111111011110111111111111111111111111
+5,85,2,95,0111111111111111111111111111111111110111111111111101101111111111111111111110111111111111111111111111
+5,85,3,98,1111111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,85,4,95,1111111111111111111111111111111111110111111111111111111111111010111110111111101111111111111111111111
+5,85,5,93,1111101111111111111111111111111111110111111111111111111111111011111110111110101111111111110111111111
+5,85,6,97,1111111111111111111111011111111111110111111110111111111111111111111111111111111111111111111111111111
+5,85,7,96,1111111111111011111111111111111111110111111111111001111111111111111111111111111111111111111111111111
+5,85,8,95,1111111111111111111111111111111111110111111111111011111111111011111111111111111111111111111011011111
+5,85,9,95,1111111111110111111111111111111111110111111111111011111111111111111111111111111111111111111011011111
+5,85,10,97,1111111111111111111111111111111111110111111111101111111101111111111111111111111111111111111111111111
+5,85,11,95,1111111111111111111111111111111111110111111111111011111111111111011111111111111111111111111011011111
+5,85,12,95,1111111111111011111110111111111111110111011111111111111101111111111111111111111111111111111111111111
+5,85,13,94,1111111111111011111111111111111111110111110111111111111111111111111110111110111111111101111111111111
+5,85,14,96,1111111111111011111011111111111111110111111111111111111111111111111111111111111111111111110111111111
+5,85,15,96,1111111111111111011111111111111111110111111111111111111111111011111111111111101111111111111111111111
+5,85,16,92,1111111111011111111111101111111111110111111111101111111101111011111111111111001111111111111111111111
+5,85,17,95,1111111111111111111111111111111111110111111111111111111111111110111110111111111111111101110111111111
+5,85,18,96,1111111111111011111111111111111111110111110111101111111111111111111111111111111111111111111111111111
+5,86,0,92,1111111111111011111110111111111111110111111111111111110111111110111110111111111111111101110111111111
+5,86,1,96,1111111111111111111111111111111111110111011111111111111101111111111111111111111111111111111111011111
+5,86,2,97,1111111111111111111111111111111111110111111111111001111111111111111111111111111111111111111111111111
+5,86,3,95,1111111111111011111111111111111111110111111111101111111101111111111111111111111111111111101111111111
+5,86,4,94,1111111111111111111111111111111111110111111111101011111111111011111111111111111111111111111011011111
+5,86,5,98,1111111111111011111111111111111111111111110111111111111111111111111111111111111111111111111111111111
+5,86,6,95,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111111011010111
+5,86,7,92,1111111111111010111111111111011111110101111111111111101111111011111111111111111111111111111111111110
+5,86,8,94,1111111111111111001111111111111111110111101111111001111111111111111111111111111111111111111111111111
+5,86,9,97,1111111111111011111111111111111111110111111111111111111111111011111111111111111111111111111111111111
+5,86,10,93,1111111111111111110111111111111111110111111011111111111111111111111100111111101101111111111111111111
+5,86,11,94,1111111111111111111111111111111111110111111110111111111111111010111110111111101111111111111111111111
+5,86,12,96,1111111111111111111111111111111111110111110111101111111111111111111111111111111011111111111111111111
+5,86,13,94,1111111111111011111111111111111111110111111111111111111111111010111110111111101111111111111111111111
+5,86,14,93,0111111111111111111111111111111111010111111111111100101111111111111111111110111111111111111111111111
+5,86,15,98,1111111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,86,16,96,1111111111111011111111111111111111110111111110111101111111111111111111111111111111111111111111111111
+5,86,17,96,1111111111111111111110111111111111110111111111111011111111111111111111111111111111111111110111111111
+5,86,18,98,1111111111111011111111111111111111111111111111111111111111111111111111111111111111111111110111111111
+5,87,0,93,1111111111111111111111111011111111110111011110111111111101111111111111111111111111111111111110011111
+5,87,1,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,87,2,98,1111111111111011111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+5,87,3,94,1111111111111111111111111111111111110111111110111111111111111110111110111111101111111111110111111111
+5,87,4,96,1111111111111111111111111111111111110111101111111101111111111111011111111111111111111111111111111111
+5,87,5,94,1111111111111011001111111111111111111111111111111011111111111111111111111111111111111111110111101111
+5,87,6,97,1111111111111111111111111111111111111111110111111111111111111111111101111111111111111110111111111111
+5,87,7,96,1111111111111011111111111111111111110111111110111111111111111111111011111111111111111111111111111111
+5,87,8,92,1111111111111011111101111111111111110111111111111111111111111011111110111111101111111010111111111111
+5,87,9,97,1111111111111111111111111111111111110111111110111111111111111110111111111111111111111111111111111111
+5,87,10,92,1111111111111111111101111111111111110111110111101011111111111111111111111111111011111111111011111011
+5,87,11,96,0111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111010111
+5,87,12,98,1111111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,87,13,95,1111111110111011111111111111111111110111111111111111111111111011111111111111111111111111111111011111
+5,87,14,95,1111111111111011111111111111111111110111111111101011111101111111111111111111111111111111111111111111
+5,87,15,93,1111111111111111111111111111111111110111111111101111111111111011111111111101111111111111101011011111
+5,87,16,92,1111111111111111111111111111111111010111110111101011111111111011111111111111111111111111111011011111
+5,87,17,97,1111111111111111111111111111111111110111111111101111111111111111111111111111111011111111111111111111
+5,87,18,97,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111110111111111
+5,88,0,95,1111111111111111111111111111101111010111111110111111111111111110111111111111111111111111111111111111
+5,88,1,97,1011111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,88,2,95,0111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111111010111
+5,88,3,97,1110111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,88,4,96,1111111111111111111111111111111111110101110111111111111111111111111111111111111111111111110111111111
+5,88,5,97,1111111111111111111111111111111111111111111111111011111111111111111101111111111111111110111111111111
+5,88,6,93,1111111111111111111111111111111111110111101111011101111111111111111111111111110101111111101111111111
+5,88,7,96,1111111111111011111111111111111110111111111111111111111111111011011111111111111111111111111111111111
+5,88,8,96,1111111111111111111111011111111111110111111111011111111111111111111111111111111111111111110111111111
+5,88,9,96,1111011111111011111111111111111111111111111111111011111111111011111111111111111111111111111111111111
+5,88,10,96,1110111111111011111111111111111111111111111110111111111111111111111111111111111111111111111111011111
+5,88,11,94,1111111111101011111111111111111111110111111101111111111111111011111011111111111111111111111111111111
+5,88,12,97,1111111111111111111111111111111111110111111111101111111111111111111111111111111011111111111111111111
+5,88,13,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,88,14,96,1111111111111111110111111111111111110111111111111001111111111111111111111111111111111111111111111111
+5,88,15,96,1111111111111011111111111111111111110111111111101111111101111111111111111111111111111111111111111111
+5,88,16,95,1111111111111111111111111111111111110111111110101111111111111110111111111111111011111111111111111111
+5,88,17,98,1111111101111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,88,18,97,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111110111111111
+5,89,0,95,1111111111111111110111111110111111111111111111111101111111111111011011111111111111111111111111111111
+5,89,1,94,1111111111111011111111111111111110110111111111111011111111111011111111011111111111111111111111111111
+5,89,2,95,1111111110111111111111111111111111110111111111011111011111011111111111111111111111111111111111111111
+5,89,3,97,1111111111111111111111011111111111110111111111111111111111111111111111111111111111111111110111111111
+5,89,4,96,1111111111111011111111111111111110111111111111101111111111111111011111111111111111111111111111111111
+5,89,5,95,1111111111111111111111111111111111110111111111111011111111111011111111111111011011111111111111111111
+5,89,6,96,1011111111111111111111111111111111100111111110111111111111111111111111111111111111111111111111111111
+5,89,7,95,1110111111111111111111111111111101110111111110111111111111111111111111101111111111111111111111111111
+5,89,8,98,1111111111111111110111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,89,9,93,1110111111111111111111111111111111110111111110111001111011110111111111111111111111111111111111111111
+5,89,10,96,1111111111111111111111111111111111110101110111111111111111111111111111111111111111111111110111111111
+5,89,11,94,1011111111111111111111111111111111110110111010111111111111111111111111111111011111111111111111111111
+5,89,12,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,89,13,95,1111111111111111111111111111111111110111111111111011111111111111111111111111111111111111110101110111
+5,89,14,98,1111111110111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,89,15,93,1110111111111111111111011111111111110111111110011111111111111111111111111111111110111111110111111111
+5,89,16,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,89,17,96,1110111111011111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,89,18,96,1111111111111111111111111111111110111111111110111111111111111011011111111111111111111111111111111111
+5,90,0,98,1111111111111111111011111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,90,1,97,1111111110111111111111111111111111110111111111111111111111111111111111111111111101111111111111111111
+5,90,2,96,1111111111101111111111011111111111110111111110111111111111111111111111111111111111111111111111111111
+5,90,3,95,1111111111111111111111111111111111010111111111101111111111111111111111111111111111011111110111111111
+5,90,4,98,1111111111111111111111111111111111110111111101111111111111111111111111111111111111111111111111111111
+5,90,5,98,1111111111111111111111111111111111110111110111111111111111111111111111111111111111111111111111111111
+5,90,6,96,1110111111111111111111111111111111110111111100111111111111111111111111111111111111111111111111111111
+5,90,7,98,1111111111011111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,90,8,94,1111111111111111111111001111111111110111111111111111111111111101111111111011111111111111110111111111
+5,90,9,96,1111111111111111111111011111111111110111111111111111111111111111111111111101111111111111110111111111
+5,90,10,94,1111111111111111110111111111111111110101110111111011111111111011111111111111111111111111111111111111
+5,90,11,97,1111111111111111111111111111111111110111110111111111111111111111111111111111111111111111110111111111
+5,90,12,94,1111111111111111111111011110111111110111111111111111111111111111111111111111111111111110110111101111
+5,90,13,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,90,14,96,1111111111011111111111111111111111110111111110111111111111111111111111111110111111111111111111111111
+5,90,15,96,1110111111111111011111111111111101110111111111111111111111111111111111111111111111111111111111111111
+5,90,16,96,1111111111111111111111011101111111110111111011111111111111111111111111111111111111111111111111111111
+5,90,17,97,1111111111111111111111111111111111110111111111111101111111111111111111111111111111111111110111111111
+5,90,18,92,1111111111111111110111111110111111110111101111111101111111011111011011111111111111111111111111111111
+5,91,0,98,1111111111111111101111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,91,1,95,1111111111111111111111111111101111110111111111111111111111111101111111101111011111111111111111111111
+5,91,2,96,1111111111111111111111111111111111110111111111111111111111111111111111111111111101111111111111111001
+5,91,3,98,1111111110111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,91,4,95,1111111111111111110111011111101111110111111111111111111111111111111111111111111101111111111111111111
+5,91,5,93,1111111110110111111111111111111111110111111011101111111111111111111111111101111111111111110111111111
+5,91,6,94,1110111111111111111011111111111111110111111100111111111111111111111111111111111111110111111111111111
+5,91,7,96,1110111111111111111111111111111111110111111100111111111111111111111111111111111111111111111111111111
+5,91,8,98,1111111111111111111111111111111111110111111111111111111111111111111111111110111111111111111111111111
+5,91,9,96,1111111111011111111111111111111111110111111110111111111111111111111111111110111111111111111111111111
+5,91,10,97,1111111111011111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,91,11,96,1111111111111111111111111111111111110111111111111111111111111111111111111110111111101111111111101111
+5,91,12,97,1111111111111111111111111111111111110111111111111111111111111111111111111111110111111111110111111111
+5,91,13,96,1111111111111111111111111111111111110111110111111101111111111111111111111101111111111111111111111111
+5,91,14,98,1111111111111111111110111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,91,15,94,1111111111111111111111111111111111110111110101111011111111111111111110111111111111111111110111111111
+5,91,16,93,1111111111111101111111111110111111110111111111111101111111011111101111111110111111111111111111111111
+5,91,17,94,1111111111011111110111111111111111110111101111111111111111111111011011111111111111111111111111111111
+5,91,18,98,1111111111111111111111111111111111110111111101111111111111111111111111111111111111111111111111111111
+5,92,0,97,1111111111101111101111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,92,1,97,1111111111111111111111111111111111110111111111111111111111111111101111111110111111111111111111111111
+5,92,2,97,1111111111111111111111111111111111110111111111111111111111101111111111111110111111111111111111111111
+5,92,3,94,1111111111111111110111011011101111110111111111111111111111111111111111111111111101111111111111111111
+5,92,4,97,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,92,5,97,1110111111111111111111111111111111110111111110111111111111111111111111111111111111111111111111111111
+5,92,6,98,1111111111111111111111111111111111110111111111111111111111111101111111111111111111111111111111111111
+5,92,7,95,1111111110111111111111111111101111110111111111111111111111111111111111101111011111111111111111111111
+5,92,8,96,1111111111111111111111111111111111110111111111111111111111111111111111111111010111111111111011111111
+5,92,9,95,1111111111111111111111111111101111110111111111111111111111111101111111101111111111111111110111111111
+5,92,10,96,1111111111111111111111111111111111110111111111111111111111111111111111111111110110111111110111111111
+5,92,11,97,1111111110111111111111111111111111110111111111111111111111101111111111111111111111111111111111111111
+5,92,12,95,1111111111111111111111111111111110110111101110111111111111111111111111111110111111111111111111111111
+5,92,13,97,1111111110011111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,92,14,96,1111111111111111111111111111111111110111111111111111111111111111111111111110111111101111111111101111
+5,92,15,97,1111111111111111101111111111111111110111111111111111111111111111101111111111111111111111111111111111
+5,92,16,95,1111111111011111111111111111111111110111110110111111111111111111111111111110111111111111111111111111
+5,92,17,97,1111111111111111111111111111111111110111111111111101111111111111111111111101111111111111111111111111
+5,92,18,92,1111111111011101101011111111111111110111111110110111111111111111111111111110111111111111111111111111
+5,93,0,97,1111111111111111111111111111111111110111111110111111111111111101111111111111111111111111111111111111
+5,93,1,98,1110111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,93,2,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,93,3,95,1110111111111111111111111111111111110111111110111111111111101111111111111110111111111111111111111111
+5,93,4,94,1111111111111111101111111111111111110111111101111110111111111111111111110110111111111111111111111111
+5,93,5,97,1111111111111111111111111111111111110111111111111111111111111111111111111110111011111111111111111111
+5,93,6,95,1111111111101111111101111111111111110111111111111111111111111111111111111111111110111111110111111111
+5,93,7,93,1101111111111111101101111111111111110111111111111111101111111111111111111111110111111111101111111111
+5,93,8,94,1111111111111111111111111111111111110111111111111111111111111101111111111110111110111111110101111111
+5,93,9,98,1111111111111111111111111111111111110111111101111111111111111111111111111111111111111111111111111111
+5,93,10,97,1111111111111111111111111111111111110111111111111111111111111111111111111110111111111111111110111111
+5,93,11,95,1111111111111111111111111111111111110111111111111111111111111111101111111110111111111101011111111111
+5,93,12,96,1111111111101111101111111111111111110111111111111111101111111111111111111111111111111111111111111111
+5,93,13,95,1111111111111111111111111111101111110111111111111111111111111101111111101111111111111111110111111111
+5,93,14,98,1111111111111111111111111111111111110111111111111111111111111111111111111011111111111111111111111111
+5,93,15,97,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,93,16,96,1111111111111111111111111111111111110111111111011111111111111101111111111101111111111111111111111111
+5,93,17,97,1111111111111111111111111111111111110111111111111101111111111101111111111111111111111111111111111111
+5,93,18,95,0111111111011111111111111111111111110111111111111111111111111111101111111110111111111111111111111111
+5,94,0,94,1110111111111111111111011111110111110111111110111111111111111111111111111111110111111111111111111111
+5,94,1,95,1111111111111111111110111111111111110111111111111111111111101111111111111010111111111111111111111111
+5,94,2,92,1110111111111111111110111111111111110111111101111001111111101101111111111111111111111111111111111111
+5,94,3,96,1111111111111111111110111111111111110111111110111111111111111111111111111110111111111111111111111111
+5,94,4,96,1110111111111111111101111111111111110111111111111101111111111111111111111111111111111111111111111111
+5,94,5,97,1111011111111111111111111111111111110111111111111111111111111111111111111111111111111111110111111111
+5,94,6,95,1111111111111111111110111111111111110111110111111111111111111111111111111110111111111111111110111111
+5,94,7,96,1111111111111111111111011111011111110111111101111111111111111111111111111111111111111111111111111111
+5,94,8,96,1111111111111111111111111111111111110111111111111101111111111111111111111111111111111111011111011111
+5,94,9,96,1111110111111111111111111111111111110111111111111111111111111111111111111110111111111111111110111111
+5,94,10,98,1111111111111111111111111111111111110111111111111111111111111110111111111111111111111111111111111111
+5,94,11,97,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,94,12,97,1111111111101111101111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,94,13,96,1111111111111111111111111111111111110111111111111111101111111111111111111011111111111111111111110111
+5,94,14,94,1111111111111111101111111111101111110111111111111111111111111101111111101111111111111111110111111111
+5,94,15,96,1111111111111110101111111111111111110111111111111111111111111111101111111111111111111111111111111111
+5,94,16,95,1111111111101111111101111111111111110111111111111111111111111101111111111111111111111111110111111111
+5,94,17,96,1111111111111111111111111111111111110111111110111111111111111111111111111111011110111111111111111111
+5,94,18,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,95,0,96,1111011111111111111111111111111111110111111111111111111111111111111111111110111111111111110111111111
+5,95,1,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,95,2,98,1111111111111111101111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,95,3,96,1111111111111110111111111111111111110111111111111111111111111110101111111111111111111111111111111111
+5,95,4,98,1111111111111111111111111111111111110111111111111111111111111110111111111111111111111111111111111111
+5,95,5,97,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,95,6,97,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,95,7,94,1011111111111111111110111111111111110111111111111111111111101111111111111010111111111111111111111111
+5,95,8,97,1111011111111111111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,95,9,95,1111111111111110101111111111111111110111111111111111111111111111101111111111111111111111110111111111
+5,95,10,97,1111111111111111111111111111111111110111111110111101111111111111111111111111111111111111111111111111
+5,95,11,94,1111111111111111111111111111111111110111111101111111111111111111111111111110111111111110011111011111
+5,95,12,96,1111011111111111111111111111111111110111111111111111111111111111111111111110111111111111111110111111
+5,95,13,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111110111111111
+5,95,14,95,1111110111111111111111111111111111110111111111111111111111111111111111111110111111111111111110111101
+5,95,15,95,1111111111101111111111011111011111110111111101111111111111111111111111111111111111111111111111111111
+5,95,16,96,1111111111111111111111111111111111110111111111111111101111111110111111111111111111111111111111110111
+5,95,17,94,1111111111111101111111111111110111110111111111111111111111111111011111111011101111111111111111111111
+5,95,18,96,1111111111111110101111111111111111110111111111111111111111111111101111111111111111111111111111111111
+5,96,0,95,1111111111111111111111111111111111110111111111111111101111111110111111111111111111111111111011110111
+5,96,1,96,1111111111111011111111111111111111110111111101111111111111111111111111111110111111111111111111111111
+5,96,2,97,1111111111111111111111111111111111110111111111111111111111111111111111111110111111111111111110111111
+5,96,3,96,1111011111111111111111111111111111110111111111111111111111111110111111111111110111111111111111111111
+5,96,4,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,96,5,94,1111010111111111111111111101111111110111111111111111111111111111111111111110111111111111111110111111
+5,96,6,95,1111011111111111111111111111111111110111111111111101111111111111111111111110111111111111110111111111
+5,96,7,97,1111111111111111111111111111111111110111111110111111111111111111111111111111111101111111111111111111
+5,96,8,93,1111110111111111111111111111111111010111111111111111111111111111111111111110111111111110011111011111
+5,96,9,94,1111110111110111111011111111111111110111111101111111111111111111111111111111111111111111110111111111
+5,96,10,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,96,11,96,1111011111111111111111111111111111110111111111011111111111111110111111111111111111111111111111111111
+5,96,12,94,1111110111111111111111111111111111110111111111111111101111111110111111111111111111111111110111110111
+5,96,13,98,1111111111111111111111111111111111110111111111111111111111111111111111101111111111111111111111111111
+5,96,14,97,1111111111111110111111111111111111110111111111111111111111111110111111111111111111111111111111111111
+5,96,15,96,1111110111111111111111111111111111110111111111111111111111111111101111111111111111111111111110111111
+5,96,16,95,1111111111111111111111101111111111110111111110111101111111111111111111111111111111111111110111111111
+5,96,17,97,1111110111111111011111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,96,18,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,97,0,96,1111011111111111111111111111111111110111111111111111111111111111111111111110111111111111110111111111
+5,97,1,95,1111111111111101111111111111111111110111111111011111111111111110111111111111111111111111111110111111
+5,97,2,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,97,3,95,1111111111101111111111111111111111110111111111111111111111111111101111111110111111111111111110111111
+5,97,4,95,1111110111111111111111111111111111110111111110111111111111111111111111111111111111111111110110111111
+5,97,5,97,1111111111111111111111101111111111110111111111111101111111111111111111111111111111111111111111111111
+5,97,6,96,1111110111111111111111111111111111110111111111111111111111111111111111111111101111111111111110111111
+5,97,7,97,1111111111111111011111111111111111110111111111111111111111111111111011111111111111111111111111111111
+5,97,8,96,1111111111111111011111111111111111110111111111111111111111111111111111111111111111111111111011110111
+5,97,9,96,1111110111111111111111111111111111110111111111111111101111111110111111111111111111111111111111111111
+5,97,10,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111110111111111
+5,97,11,92,1111111111111011111111111111110111100111111101111111111111111111011111111110111111011111111111111111
+5,97,12,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,97,13,96,1111110111111111011111111111111111110111111111111111111111111111111111111111111111111111111111111110
+5,97,14,97,1111111111111111111111111111110111110111111101111111111111111111111111111111111111111111111111111111
+5,97,15,95,1111111111111011111111111111111111110111111111111110111111111111111111111110111111111111111110111111
+5,97,16,96,1111110111111111111111111111111111110111111111111111111111111111111011111111111111111111111110111111
+5,97,17,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,97,18,97,1111110111111111011111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,98,0,98,1111111111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,98,1,96,1111111111111111111111111111110111110111111101111111111111111111111111111111111111110111111111111111
+5,98,2,97,1111111111111101111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,98,3,96,1111111111111111111111111111011111110111111111111011111111111111111111111111111111110111111111111111
+5,98,4,97,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,98,5,96,1111110111111111111111111111111111110111111111111111111111111111111111111111101111111111111110111111
+5,98,6,97,1111011111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,98,7,94,1111110111111111111111111111111111110111111111111111111111111111111111111010101111111111110111111111
+5,98,8,94,1111111111111111111111111111111111110111111111011111101111111110111111111111101111110111111111111111
+5,98,9,96,1101110111111111111111111111111101110111111111111111111111111111111111111111111111111111111111111111
+5,98,10,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,98,11,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,98,12,97,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111110111111
+5,98,13,97,1111111111111111111110111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,98,14,97,1111111111111111111111111111111111110111111101111111111111111111111111111111111111111111011111111111
+5,98,15,96,1111111111111111111111111111110111110111111111101111111111111111111111111111111111110111111111111111
+5,98,16,96,1111110111111111111111111111111111110111111111111111111111101111111111111111111111111111101111111111
+5,98,17,96,1111110111111111111111111111111111110111111111111111111111111111111111111111111111111111110110111111
+5,98,18,94,1111110111101111111111111111110111110111111101111111111111111111111111111111111111111111111110111111
+5,99,0,96,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111110111101
+5,99,1,96,1111111111111101111111111111111111110111111111111111111111111101111111111111111111110111111111111111
+5,99,2,94,1111111111111100111111111110111111110111111111111111111111111111111111111111111111110111110111111111
+5,99,3,96,0111110111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,99,4,97,1111111111111101111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+5,99,5,97,1111111111111111111111111111111111110101111111111111111111111111111111111111111111111111111111011111
+5,99,6,94,1111110111111101111111111111111111110111111111111111110111111111111111111111111111110111111011111111
+5,99,7,96,1111111111111111111111111111111111110111111111111111111111111111111111111111101101111111111110111111
+5,99,8,98,1111111111111111111111111111111111110111111111101111111111111111111111111111111111111111111111111111
+5,99,9,94,0111111111101011111011111111111111110111111111111111111111111111111111111111111111111011111111111111
+5,99,10,96,1111111111111111111110111111111111110111111111111111111111111111110111111111111111111111110111111111
+5,99,11,95,1111110111111111111111111111111111110111111111111111111111111111110111111111111111110111111110111111
+5,99,12,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,99,13,95,1111111111111011111111111111111111110111111111111011111111111111111111111111101111111111011111111111
+5,99,14,94,1111111111111111111111110111111111110111111111111111110111111111111111111011101111111111111110111111
+5,99,15,97,1111110111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,99,16,93,1111111111101011111111111101111111110111111111111111111111111111111111111011111111111111111110111011
+5,99,17,96,1111110111111111111111111111111111110111111111111111111111111111111111111111101111111111111111101111
+5,99,18,92,1111111111111011111111111111110111110111111101111111111101111111111111111101011111110111111111111111
+5,100,0,96,1111111111111111111111111111111111110111111111111111111111111101101111111111111111110111111111111111
+5,100,1,96,1101111111111101110111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,100,2,97,1111111111111101111111111111111111110111111111111111111111111111111111111111111111111111111111111110
+5,100,3,97,1111111111111111111111111111111111110011111111111111111111111111111111111111111111110111111111111111
+5,100,4,95,1111110111111111111111111111111111110111111111111111111111111111110111111111111111110111111110111111
+5,100,5,96,1111111111111111111111111111111111110111111111111111111111111111111111111111111111110111111110111101
+5,100,6,98,1111111111111111111111111111111111110111111111111111111111111111111111111111101111111111111111111111
+5,100,7,97,1111111111111111111111111111111111110111111111111111111111111111111111111111111101111111111110111111
+5,100,8,97,1111111111111111111111111111111111110101111111101111111111111111111111111111111111111111111111111111
+5,100,9,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111011111
+5,100,10,97,1111110111111011111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+5,100,11,94,1111111101111111111111101111111111110101111111111111111111111111111111111101111111111111111111011111
+5,100,12,94,1111111111111111111111110111111111110111111111111111111111111111111111111011101111110111111110111111
+5,100,13,95,1111111111111111111111111111111111110111111111111111110111111111111111111111111111111111101110111101
+5,100,14,96,1111110111111111111111111111111111110101111111111111111111111111111111111111111111111111111111011111
+5,100,15,97,0111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111110111111
+5,100,16,95,1110110111111011111111111111111111110111111111111111111101111111111111111111111111111111111111111111
+5,100,17,95,1111111111111111111110111111111111110111111111111111111111111111110111011111111111111111110111111111
+5,100,18,97,1111111111111101111111111111111111110111111111111111111111111111111111111111111111110111111111111111
+6,0,0,60,1111100011001111111100001111000011011100110111001011110111110000101110100001011011101110111110001001
+6,0,1,49,0110110110010011010111110111001100110001100110001011001011010011101010000010000001100101101100011010
+6,0,2,46,1000110010010110100110110000011100010110001111101111101101011000010001001000110010000110100100101010
+6,0,3,57,1010100101101001111111111100010101010000111100000101110110111001111101111010010100101000110111101010
+6,0,4,48,0110000110110111001100110100110100111111111000100100000111011011100010111000100000111011100001000000
+6,0,5,50,1000100010001010101011110101110010111010111110100101001101001100101111001101100101000001101001010100
+6,0,6,47,0111110001000100101000101001011000100010011011110110110001000001110101010010011111000101011100011001
+6,0,7,51,0010110010100001111110100011101001100110000010011111010111101001100111101101111111100101000000000100
+6,0,8,55,1001011111010111101110100111110010001110010110101110011110000001111101000110000110001111011100010100
+6,0,9,43,0100101100110110111000110111000111001100101000101101011111000010011001011001100000000000010000110000
+6,0,10,53,1111111011100001101111100011110010100100011011011111101111010101000100001001000001011011100001110000
+6,0,11,51,1111010100000101101010110100100010011111000000011010111001000011111100110001011110010011110010010111
+6,0,12,54,0100111111110100101000111101001100000100100110101011110011110110110111000000011100111100011011011010
+6,0,13,53,1111000111000001101110101101010010010011100100011111111011100111110100110011000001001111010000111000
+6,0,14,56,1011100000010110011111011110110001001110100010101100111001010111011001000011100111010011011110101111
+6,0,15,58,1001111011011111101110000110110100111001111101111101010011110001001010000010111111010101001000110101
+6,0,16,43,0000111011000101001011010100110010110100010010110000000100000111011010101010101100001010001010010111
+6,0,17,47,1110001110001010111001011100100111100110101101000110000010110111000001010010011110011000010100001010
+6,0,18,54,0001000111100111110111101110101000100100111100111000101101011110001110100100001111011101100100110100
+6,1,0,61,0100001010110101110011111110101000110111100101110001011101010111101011101111001111011110100100111110
+6,1,1,52,0001100111100111010111101110001000101100111100101100101101001110001110100100011111011101000100100100
+6,1,2,55,0000101010110101011010111110001000101111100101010101011101001100101011101111011111001110000100101110
+6,1,3,53,0110110010100001110111100001101011110110000010101111010111100011000111101101111111110101000000000100
+6,1,4,50,1111000011001011101110111101110010110011100110000101111011100111100100010011000001000111000000011000
+6,1,5,53,1000100110000000101011100101010010011010111100111111001101001100111111101101100101000101111001110100
+6,1,6,61,0100101010110101010011111110001000111111110101100101011101000111111011101111011111011110000100101110
+6,1,7,61,0110101010110101010011111110011000111111100101100101011101000111101011101111011111011110000100101110
+6,1,8,53,1111111011100001101110110110110010100110011011011111101101010101000100100001000001011011100001110000
+6,1,9,50,1111010100000101101011100001100010011101000000001010111011000011111100011101011110010011100010010111
+6,1,10,58,0010100101101001111111111100011101100000100110000111110111111001110101111010011110001000110111101010
+6,1,11,51,1010110110100001111110100011100001010110011000011101010110101001101111101101110101100101000000001100
+6,1,12,46,1110001110001010111001011100100111100110101101000110000010110111000001010010011110011000000100001010
+6,1,13,49,1110001110001010111001011100100111100110101101000110000010110111000001010010011110011000110110001010
+6,1,14,61,1110110111110111011111001111000010111100110111001011111111010000101111000000001011100110111110001011
+6,1,15,48,0111100010001010110100110111001101010001100110001011000011110011101010000011010001101101101100011000
+6,1,16,54,0111000100100101111110110100100010011111001100111000111001000010011110110001011111011001110010010111
+6,1,17,52,1001010111000111100011101110101000100100110000011010101101011111101100100100001110010111100100110110
+6,1,18,53,1001011011010111101110100111010010001110010110101110011110000001111101000110000110001111011100010100
+6,2,0,51,1000100110010000001011100101010010111100111100111011011111001100111111000001100101100101111000100100
+6,2,1,60,1110110111100111101110001111000010011010110111001111101100010000101111101100001011000110111111011011
+6,2,2,58,0111110110100011110111100001101011111110000100101111010111001011001110101101111111111101000100000000
+6,2,3,46,0000100011100101010111101110001000100100111010101100101101100110000111100100011111010001000100100100
+6,2,4,55,0000101010110101111110110110000000111111110100011101011101001000101111101111111101100010000100101100
+6,2,5,50,1010110110100001011010101011101001000110001001010101010110101101101011101101010111001101000000001110
+6,2,6,62,0110110011110111011011011111000010111110110111001011111111000000101111001001001111101110010110001111
+6,2,7,58,1100101110110101010111101110001000011101110001100101011101010111011011100110011011010110101100101110
+6,2,8,54,0010101101100001011011111110001100100000100100010111110111011100110101111010011110001100110110101010
+6,2,9,60,0000100010111101111110111100011001101111100111000101011101101001101011101111011111001010000111101110
+6,2,10,51,1110110110100001010111100111110000011110000001010101011110101001101011101101110101000101000000101100
+6,2,11,58,0010101010110101111010111010001001110110111100101101010101000111101111001111011111111110000100001010
+6,2,12,53,0001110111100111010111101110011000001110111100101100101111000110101001100100001110011101001100100100
+6,2,13,51,1001101011010111101110100111000010101100010110101110001100001001011110000110010111001111010100010100
+6,2,14,58,0001011011110101001010101111110010101111001111001111111101001000101111000110010111001111010100100110
+6,2,15,56,1000101110010111111110110110001000001110110100110100011110000101111001101111001110001110011100011101
+6,2,16,55,1111111011100001101111110110100010110110010011011111111111010101000100100000000001111110110000110000
+6,2,17,57,1110110111110111011110001111010010101100111111001011101101010000101101000001001011000011100111001011
+6,2,18,60,1010110111110111011111100111000010111100111111001001011111001001101111000100101111100100110110001010
+6,3,0,57,1010101010110001101010111010101001110110110010111101111111000111101101000010001111111110100100000011
+6,3,1,59,0111111011100101111111110110100010110110011101011111010101010101000110101101010001111110010000111000
+6,3,2,54,0000111111000111110111100110011000001110111100101100101111000110101011100100001110011111001100100100
+6,3,3,55,1001100110010111011110111110001000001110110100110100011110000101111001101111001110001100011100011101
+6,3,4,60,0110110111100111101110001110100010011110110111001111100100010001101111101100001011010110011111011011
+6,3,5,56,1010001010110101111010111011001001110010111100101100011101000110101111001111011111101110000100001010
+6,3,6,57,1100111010110101010011101110001000011100110001100011111101000111011011000111011011010110011110001111
+6,3,7,65,0110100111110111011111011111000011111111110111001101111111010000101111101000001111101110100100101110
+6,3,8,60,0010110111110111011011111011001100111110110101000011110111010000111101001001011111101110010100001011
+6,3,9,55,0010101001100001011011011110000010100000100110011111111111001100100111111011001110001100110111101110
+6,3,10,58,0001100010111101111110101111011010101100110111000101011101101001101011001111010111001110000101011100
+6,3,11,52,1000101011010111100110110100000001101111000110101110001100001001011110100110011111001011010110100110
+6,3,12,58,1100101110110101010111100110000000011111110001101101011101001011011011100110011111010110101100101110
+6,3,13,54,0000101010110101111110111110001000111101110100010101011101010100101111101111011001100010000100101100
+6,3,14,58,0000101010110101111011111010001001011111111101100101011001000111101011000111011011111110101100001010
+6,3,15,57,1110101110110101010110101110001000110100110000101101010101010111011111101110011111010110000100101110
+6,3,16,60,0111111111100001011111110111100010111110110011011111111111010101100100000000000011111110010010011001
+6,3,17,58,1110110011110111101011011110000010110110010111001011111111000000001111101001001101101110110100100110
+6,3,18,58,0111110110100011110111100001101011111110000100101111010111001011001110101101111111111101000100000000
+6,4,0,59,0001100010111101111111111111011000101100110111000101011101001011101011000111011011101110000101011100
+6,4,1,56,0000101010110101111010101010001011011111111101100101011001000101101011001111010111011110101100001010
+6,4,2,64,0010110111100111011111101011100100111110110111000011110101010001111101101000011111111110011110011011
+6,4,3,56,0110110111110111101010011110001010011110110101001111100110010000101111001101001011000110010101001011
+6,4,4,60,0111111011100011110111110111101011111110000100001111010111001001001110101101111101111111000100000000
+6,4,5,57,0111110110100101111111100000100010110110011101111111010101010111000110101101010011111100010000111000
+6,4,6,58,0000100010110101111110111010100111011111111101100101111001000011101111000100011011111110101100001010
+6,4,7,62,0110111111100111101011001110101000011110110111001111000100010101101011101111001011010110011111011011
+6,4,8,60,1110000111110101011110011111001011111110110101001101111101000100001111101000011111101110100100101010
+6,4,9,60,0010101010110111111011111011000001110011111110101100011111010010101111001111001111101110000100001110
+6,4,10,55,1010111110110011100110100011101001110110000010111111101111000011101101000000001111111101100100000011
+6,4,11,57,0111100010100001111011111000101011111110110100101101010111001111000110100111111111111110000100000000
+6,4,12,57,1001100110110111011110111111101001011110110100101100011110000101001001101101101110001100011100001101
+6,4,13,58,0111110111000011110111100000001010101110000100110111010111001011111110101111011111111101100100010000
+6,4,14,60,0111111111100011010111100110001011111100100100101111010111011011001110101111111111010111000100000000
+6,4,15,57,1110100110110101110110101001101001110110010000101101010101000111011111101100011111111100000100101110
+6,4,16,55,0110110111100011100110001110101010011110010111001111100100010001001111101100111111010110010101000010
+6,4,17,63,0111110111100111111111100001100011111110100100101110010111001011101110101101001011111101001110011001
+6,4,18,56,0111111011100101011111110110100010110110011001011111011101110101100100101000010001111010010000111000
+6,5,0,61,0111110111100111110111110111101001111110000110001011010101000001101100101101111101111111001100000011
+6,5,1,62,0010111011100011011111101011100110111110110101000111110111011001011111101000011011111110010110011000
+6,5,2,56,1111100110110101111110101001101001110110010001101101010101000111010111001100011011111100000100101010
+6,5,3,58,0110110110100101110111100000100010110110011100111111010101010111001110100101011111111100010010111100
+6,5,4,61,0111111111100001110111110111100011111110000100001111010111001101001110101101001101111111000110001001
+6,5,5,64,0111111011100111111111110111101010111110111111011111110111010001000110000101110011111110010000010000
+6,5,6,57,0001100010111101111111111110011000001111110101000101011101001011101011000111011001101110100101010100
+6,5,7,57,0000100010110101111110110011100111111010111111100101111001000011101111000100011011111110001100001010
+6,5,8,56,1110101110110101010110100011001001110100010000101111010101000111011111101110111111110100000100001110
+6,5,9,60,0111110111100011110111101100101011111110100100101101010111011011001110101101011111011111000100000000
+6,5,10,65,0111111111100111010110100110101110111100101110100011010111011011101111101101111111110111000100001001
+6,5,11,59,0010110111100011011111101011000001111110110101001111110101010001011100101010011111011110011110010010
+6,5,12,58,0010111010110011111011101010000000110011111110101100011111000010111110101111011111101101100100010010
+6,5,13,59,0111100111000111110111110001001011101110000100110111010111011011101111001111001111110110000100001100
+6,5,14,58,1101100110110111011010111110101001011110110100101110001110010101101001101111001010010100011101001101
+6,5,15,60,0010111111100111101111001111101000011100110111001101010100000101001011101101101111001110011110011011
+6,5,16,56,0001100010000111111111111111011000101100110111000101010101001011101111000111011011101101000100011100
+6,5,17,61,0111110111111001110111100000001010101110000100110111011111001011111010111111011111111100100101010000
+6,5,18,59,1000000110110111111110011111011011001100110111001101111101000111001011100001011111101110100100101010
+6,6,0,61,0011110111100011011110101011000111111110111101000011110111011001011110101010011111011111011100000000
+6,6,1,64,0110111111100111010111100110101000111100101110101111010101010011101101101101111111110110000110011011
+6,6,2,63,0111111011000111110111110101001011111110011100111111110111010001100111000111110111111110000100000100
+6,6,3,59,0111100111100111111111110011101010001110100111010111010111011011001110001101001011110110010000011000
+6,6,4,63,0011100111100101010111110110101000111100111111100101010111011011101111101111011111110111000100001001
+6,6,5,58,0101111010111111111110101100011110001111100100000011011101001011101011000101111001101110100101010100
+6,6,6,62,0110111011100111110111110111101000111110110111011111110111000001000110000101111011111110011100010000
+6,6,7,61,0111110111100111111111110111101011111110001110001011010101010001101100101101110101111110000000000011
+6,6,8,61,0111110111101011110111101100001011111110100100110100011111011011011110111101011111011100000101000000
+6,6,9,62,0111110111111001110111100000111010101110000100101111010111001011101110101111011111111111100100010000
+6,6,10,59,0111100111000111110111110011001011111110000100000111010111000001101110001111001111111110001110001110
+6,6,11,62,0111110111100111110111110101101001101110000110111011010101011011101101101101111101110111000100000001
+6,6,12,62,0111111011100101111111110111100010111110110110001111110111010001000110001101010011111111010010010001
+6,6,13,61,0111111111100011110111110111100011111110001101010111010111001101001110100101101101111110000100001000
+6,6,14,62,0111101011111101011111111111101000111110110101010101110101011001101111000110010011101110000100011100
+6,6,15,61,0111110011100111110111110111001010111110111111001111011111000000000110001101111011111110010001010000
+6,6,16,61,0010111011100011011111101010100110111110100101001111010111011001001111101010011111111110010110011000
+6,6,17,62,0111110111100011110111101101101011111110110100100101110111011011011110101101011011011111000100000000
+6,6,18,56,1100001110110100111110101111011011000100110001001101010101000111001011100001111111111110100100101010
+6,7,0,60,1100011111100100111111101111111011000110100001001111010101000111001110111101111101111110000000101010
+6,7,1,59,0111100110110111111110110111001011111110011110001001010101010001101001100001110111111110100100000011
+6,7,2,64,0010111111100111011111101110101110111110100111101111010101010001001101101010011111111110010110011000
+6,7,3,62,0110111011100011010111100010100100111100101100001111010111011011101111101101111111110110000110011011
+6,7,4,63,0110110111100111110111110111001000111110111110001111010101000011101101101101111111111110000000010011
+6,7,5,63,0111111011100111110111100110101010111110101111101111011011010000000110001101111011110110010111011000
+6,7,6,61,0111111011100111110111110101001011111110001100011111010111010101000111100111100101111110000100001100
+6,7,7,63,0111111111000011110111110111100011111110011101110111110111001001101110000101111111111110000100000000
+6,7,8,60,0010111111100011110111101001100010111110110101101111110111011001011110101111011011011110000100000000
+6,7,9,63,0011110011100011011111101110101111111110100101000101010111011011001111101000011111111111010110011000
+6,7,10,59,0111101011101101011111110111100010111110110101010101110111010001000110001100010011111110010010010101
+6,7,11,66,0111111011110101111111111111101000111110110110011111110101011001101111000111010011101111000100011000
+6,7,12,58,0010111011100111011111101010100110111110100101001111010111011001000111001010011011111110010110010000
+6,7,13,66,0110111011100011110111110111101000111110110111011111110111001001001110100101111111111110011100011000
+6,7,14,63,0111110111100111110111101101101001111110111100100101010111011011011110101101011111011111000100000000
+6,7,15,62,0011100111100001010111110110101010111100110111100101110111011011101111101111011011110111000100001001
+6,7,16,63,0110111111100111010111110111100000111110101110101111010101010011101101001101011111110110000110010011
+6,7,17,63,0111111011100101111111100110101010111100110110001111110111010001000110101101110011111111010010011001
+6,7,18,64,0011100111100111010111010111101110111110110111100101010111011011101111101111001111110111000000001001
+6,8,0,67,0111111011100111110111110111101000111110111110101111110101011011101111000111010111101110000110011000
+6,8,1,62,0110111111110101011111111111100000111110100110011111010101010001101101001101011011110111000100010011
+6,8,2,60,0110111011100101110111110111001000111110111110001111010101000011101100101101111011111110000000010011
+6,8,3,64,0111110111100111111111100110101010111100110100001111110111010001000101101101110111111111010010011001
+6,8,4,58,0010111111100011011111101110100011111110100110101111110101000001001101000011011111111110000110010000
+6,8,5,67,0111111111000111110111110111101110111110011101100111010111011001101110101100111111111110010100001000
+6,8,6,65,0011110011100011011111101110101111111110100101000101010111111011101111101000011111111111010110011000
+6,8,7,65,0011111011100011011111101110101111111110100101000101110111011011001111101000011111111111010110011000
+6,8,8,63,0110111111100111011111110111100000111110101110101111010101010011101101001101011111110110000100010011
+6,8,9,64,0110110111100111110111110111001000111110111110001111010101000011101101101101111111111110000010010011
+6,8,10,61,0110111011100111010111110111100000111110001110101111010101001011101111001101011111010110000110010011
+6,8,11,59,0010111111100011110111101101100010110110110101101111110111010001011100101111011011111110000100000000
+6,8,12,64,0111111011100101110111100100101010111100110111001111110111010001000110101101110111111111010110011001
+6,8,13,63,0110111011100011111111110111101000111110110110001111110111001001001110100101111011111110011000011000
+6,8,14,67,0111101010110101110111111111101100111110110111011111010101011011101111000111010111111111000100011000
+6,8,15,60,0011110111100111010111010111101010111110110110100101110111011001101111100111001011100111000000001001
+6,8,16,61,1100011111100100111111101111111011101110100001001111110101000011001110111101110101111111000000001010
+6,8,17,64,0111111011100101111111100110101010010100110110001111010111010101000110101101111111111110010011111001
+6,8,18,61,0111111011100101111111100110101010111100100110101111111111010001000110101001110011111110010010011000
+6,9,0,64,0110111111100111110111110111001000111110111110001111010101000011101101101101011111111110000010010011
+6,9,1,61,0110110111100011011011110111100000111110101110101111010101010011101101001101111111110110000100010011
+6,9,2,60,0011111011100111010111100110101110111110101111000101010011011011000110001000011011110111010111011001
+6,9,3,69,0111111011100011111111101110101011111110110101001111110111010000001111101101111111111111010110011000
+6,9,4,61,0111111011100111111111100010101110111100100110001111111111010001000101101001110011111110010010011000
+6,9,5,62,0111110111100100111111100110101010111100110000101111110111010011000110101101110111111110010010011001
+6,9,6,63,0111111011100111110111100110101010111110110100001111110011010000000110001101111111110111010111011001
+6,9,7,65,0111110111100111111111100110101010111101111111001111010111000001000101101101110011111111010010011001
+6,9,8,67,0110111111110101111111111111101100111110110100001111010111010001101101001100111011110111010100011011
+6,9,9,62,0111111111000111010111110111100010111110001111110111010101011001101110101101011111111110000100000000
+6,9,10,62,0111101010100111110111101110101000111100110110001111110111010001000101100111010111111111010110011001
+6,9,11,66,1111110011110101101110110111101110111110110101011111010101011011101110001101110111111111000000011000
+6,9,12,62,0111111011100011110111100110101111010110100111000101110111010011000111101000111111111110010110011000
+6,9,13,67,0011111011100101011111101110101010111100110100001111010111011101001110101101011111111111010011111101
+6,9,14,68,0011110011100011011111101110101111111110100101001101000111111011101111101101011111111111010111011000
+6,9,15,59,0111110111100111011111100110101010111100110100000111110111010001000101101000110111111110010010011001
+6,9,16,55,0010111011100111111111111110001000111110100101000111010101000011001100101001011001111110000010011010
+6,9,17,68,0111111011100001010111100111101111111110111110001101110111011011101111101100111111111111010000010001
+6,9,18,63,0111111111110101011111101110101010010100100110001111010101010101001111101101111011111110010011010001
+6,10,0,64,0111111011100001110111101110101011111110111110001101010111010001001111101100111111111111010000010001
+6,10,1,72,0111111011100011011111100111101111111110110101001111110111011010101111101101111111111111010110011000
+6,10,2,60,0110111011100011110111100110101110010110110110000101110011010011000111101100011111111110010110111000
+6,10,3,64,0111111011100101111111110101100001111110100111011111010111010001100100001001111111110111010100011011
+6,10,4,67,0110111111110111111111111111101100111110110100001111010111010001001101001100111111110111010100011001
+6,10,5,67,0101111011100001111111101110101011111110110101001111110111010000101111001100111011111111010110111010
+6,10,6,65,0111111011000111010111110111100010111110101101110111010111011001101111101101011111111110100110000000
+6,10,7,65,0011110111100011011111101110001111111110000111001101000101111011101110101101011111111111010101011000
+6,10,8,63,0110110011100101101111110111100100111110110110011111010111010001100100001101010111110111010101111011
+6,10,9,66,1111111011110101111110110111101010111110110101011111010101011011101110001101110111111111000000001000
+6,10,10,66,0011110001100011011111101110101111111110110101001101000111110010101111101101011111110111010111011001
+6,10,11,62,0011011011100111110111100110101010111110100100001111110011011001000110001101111111111111010111011000
+6,10,12,68,0011110011100011011111101111101111111110100101001111000111110001101111101101011111111111010111011000
+6,10,13,64,0110111011100101111111110111100000111110110110011101010111011011100000001101011111110111010100111011
+6,10,14,69,0110111111110111111101111110101111111110110101000111010111010000101101001101111011110111010110011011
+6,10,15,64,0111111011100001111111101111101000111110110100001111110111010001001111101100111101111111010100011000
+6,10,16,72,0011110011100011011111100111101111111110111101001101000111111011101111101111111111111111010111011000
+6,10,17,64,0111111011000001010111101110101111111110100110001101110111011011101111101100011111111111010000010001
+6,10,18,69,0111111011101101011111101110101000111100110100001111010111011001101110101101011111111111010011111111
+6,11,0,69,0110111111110111111101111110101111111110110101000111010111010000101101001101111011110111010110011011
+6,11,1,68,0110111111110111111101111110101111111110110101000111010111010000101101001101111011100111010110011011
+6,11,2,70,0111110111100011011111100111001111111110010101001111010101111011101110101101111111111111010111011000
+6,11,3,69,0011111011100011011111101110101111111110100111011111100111011010101111101101011111111111010100011000
+6,11,4,68,0111111001101101011111101110101000111100110101001111010111011001101110101101010111111111010011111111
+6,11,5,73,0011111011100011011111100111101111111111111100001101000111111011101111101111111111111111010111011000
+6,11,6,67,0110111111100111111111110111111100111110110100001111010111010001001101001101111111111111010100011000
+6,11,7,72,0111111011110011011111101111101111110110110101001111110111011010101111101100111111110111010110011001
+6,11,8,62,0111111011000001011111100110101101111110100110011101000111011011100111101100011111111111010000010011
+6,11,9,64,0111111011100101110111111101100011111110100111001101110111010001101100001001111111110111010100011001
+6,11,10,64,0011110001100011011111101110001111111110000111001101000101111010101111101101011111110111010111011001
+6,11,11,66,0111110111000001011111101110101111111110110101001101000111110011101110101101011111111111010101011000
+6,11,12,65,0111111011001001010111101110101011111100110100001101110111011011101111101100011111111111010000011101
+6,11,13,68,0111111011100101011111101110101100111110100110001111010111011001101110101101011111111111010011110011
+6,11,14,70,0101111011100001111111101110101011111110110111001111110111010001101111101100111011111111010110111010
+6,11,15,61,0111111011100001110111101110101011111110111100001101010111010000001111001100111111111111010000010001
+6,11,16,62,0101111011000111011111100110101010111110100101110111010111010001101111001100011111111111110110000000
+6,11,17,69,0111111011100001110111111111100010111110111101001111110111011000101111101101111011111110000110111010
+6,11,18,59,0110111011100001110101101110101111111110110110000111010111010000001111001100111111110111010000010001
+6,12,0,69,0011111111110111111111111110101011111110111101001111010011010010101101001101111011010011010110011011
+6,12,1,69,0110111111110111111101111110101111111110110101000111010111010000101100001101111011111111010110011011
+6,12,2,67,0111111111110111111111110110101001111110110100001111010011010000001101101101111011111111010110011010
+6,12,3,72,0010111111100111111111111111111110111110111101001111010111010001101101001101111111111111010100011001
+6,12,4,68,0011110111110011011111101110101011111110111101001111010011110000101111101101111011111111010100011010
+6,12,5,70,0111111111000101111111111110101111111110110111001101000111010011101100101101011111111101010111011001
+6,12,6,67,0111110111100011010111100111001111111110010101001101110101111011101110001101111111111111010110011000
+6,12,7,66,0111111011100101011111111101100011111110100111001111010111010001101100101001111111110111010101011001
+6,12,8,70,0011111011110011011111101110101111111110110111001111110111011010101111101100111111110110010110011000
+6,12,9,69,0111111011100011011111101111101111110110100101011111100111011010101111100101011111111111010100011001
+6,12,10,70,0111111111101101011111101111101010111100110101001101010111011001101111101101010111101111010011111110
+6,12,11,71,0011111001100011011111100110101101111111111100001111000111111011101110101111111111111111010111011001
+6,12,12,66,0011111111100001011111101110101111111110110101001101000111110010101110101101011111111111010101011000
+6,12,13,69,0111111011000011011111101110101111111110100111001111100111011011101111101101011111111111010100011000
+6,12,14,68,0011111011110011111111101110101111111110101101001111110011010000101101101101011111111111010110011000
+6,12,15,72,0011101111100111011111111110101011111110110111011111000111011010101111101101111011111111010100011011
+6,12,16,72,0111111011100101011111111110101110111110101110001111110111001001101111101101011111111110010111110011
+6,12,17,65,0111111011100001110111101111100000111110110101001111010111011100101110101101111011111111000010111010
+6,12,18,66,0111111011100001110110101110100000111110111110001111110111011000101111111101011011111110010110111010
+6,13,0,66,0111110111100011110111100111001111111110001101001111110101110000101110001101111111111111010110011000
+6,13,1,69,0011111011110011011111101110101111111110110101001101110011011011101101101101011111111111010110011000
+6,13,2,72,0011111011100111011111111110101110111110101110001111110101011011101111101101011111111110010101110011
+6,13,3,71,0111101111100111011111111110001011111110110111011111000111001000101111101101111011111111010110011011
+6,13,4,69,0110111011100011111110111111101111110110110101011111100111011000101111101101011111111111010100011000
+6,13,5,69,0011111111100111011111101111111110111110101101001111010111010011101101000101111111111111010100001001
+6,13,6,64,0111111011110011011111110110101001111110100110001111000111010010001101101101111011111111010100011010
+6,13,7,71,0111111111000111111111101110101111111110110101001111110011011001101110101101011111111111010110011000
+6,13,8,69,0011101111100111011111111010101011111110100111001111000111011001101111101101111011111111010100011011
+6,13,9,72,0111111011100101011111111111101110111110110101011111010111011010101110101101111110111111000011110011
+6,13,10,71,0011101111100011011111111110101111111110100111011111100111011010101111100101111111111111010100011001
+6,13,11,69,0111111011100111011111101111101011110110110101011111000111011010101111101001011011111111010100011011
+6,13,12,66,0110111111100101111011111110101111111110100101000111110111001000101100001101011011111111010110011011
+6,13,13,74,0111111011110111011111111110101110111110111110001111010111010001001111101101111111111110010111110011
+6,13,14,66,0110111111101111010111101110101110111100110101001111010111011000101110001101111011111110010010011011
+6,13,15,71,0111111111110101111101111111101011111110110101000101010111010001101101101101010111101111010111111110
+6,13,16,67,0111111011000011011111101110101011111110100110011111100111011010101111101101011111111111010100011000
+6,13,17,72,0011101111100111011111111110101111111110110111001110000111011011101111101101111011111111010100011011
+6,13,18,74,0111111111100101111111111111101110111110110101001111010111011001101110101101111111111111010110010011
+6,14,0,72,0011111011110111011111111110101110111110101110001111110001011001001111101101111111111110010111110011
+6,14,1,71,0111110011100111011110111110101110111110111110001111010111010011101111101101011111111110010101110011
+6,14,2,69,0110111111100011011110111111101111111110110111011111100111011000100111100101011111111111010100011000
+6,14,3,70,0011101011100011111111111110101111110110100101011111100111011010101111101101111111111111010100011001
+6,14,4,73,0111111111000011111111111110111111111100110101011111110111011001101110101101011111111111010110011000
+6,14,5,66,0110110011100111111110101111101111110110110101001111100011011000101111101101011111111111010100011000
+6,14,6,71,0111111011100101111110111111101111111110110101011111010111011000101111101101011111111111010100011000
+6,14,7,69,0100111111100011111011111111101110110100110101001111100111011001101110101101111111111111010110010011
+6,14,8,73,0111111110100111111111111110101111111110110111001111000111001001101110101001111111111111010110011011
+6,14,9,70,0111101111100101011111111111001010111110110101011111010111011000101111101101111011111111010110010011
+6,14,10,67,0011101111100011011111101110101111111110100101001111110111011010101111100101111111101111010100011000
+6,14,11,75,0111111111100111111111111110101111111110110111011111100011011001101110101101011111111111010110011001
+6,14,12,73,0111111111110111011111110110101110111110110110001111010111010001001111100101111111111111010111110011
+6,14,13,72,0111111011100101111111111111101110111110111101001111010110011001101110101101111111111110010110010011
+6,14,14,70,0111101110100111011111111110101111111110110111011111000111001000101111100101111011110111010110011011
+6,14,15,68,0011101111100011011111111110001011111110100111010111100111011010001111101101111111111111010100011001
+6,14,16,70,0111101111110111011111111110001011111110110111011110000111001000101011101101111011111111010110011011
+6,14,17,72,0011101111100111011111111110101111111110110111001111000111011011101111101101111011111111010100001011
+6,14,18,71,0111101111100111011111111111001011111110110111011111000111001000101111101101111011111110010110011011
+6,15,0,71,0111111111100111111111110110101110111110110111001111000111000001101110100001111111111111010111011011
+6,15,1,76,0111111110111111011111111110101111111110110110001111010111011001001111101101111111111111010110110011
+6,15,2,75,0111111111100111111111111111001111111110110111001111010110001001101111101101111111111110010110011011
+6,15,3,66,0111101001100101011111111111101010111110111100011111000111011000101110101101111011111110010110010011
+6,15,4,72,0011101111100111011111111110101111111110110111001111000111011011101111101101111011111111010100001011
+6,15,5,72,0011101111100111011111111110101111111110110111001111000111011011101111101101111011111111010100001011
+6,15,6,71,0111101111100111011110111011001011111110110111011111000111111000101111101101111011101111010110011011
+6,15,7,67,0110011111100011011111111110101111111110110111011111100111001000100111100101011111111111010100011000
+6,15,8,71,0011111111100101011111111110101111111110110111001111000111011011101111101101111011111111010100001010
+6,15,9,72,0111101011110111110110111111101111111110110101011111010111011000101111101101011111111111010100011001
+6,15,10,69,0111111011100101111110111111101111111110110101011111000111011000101111101101011111101111010100011000
+6,15,11,71,0110111111100011011110111111101111111110110111011111110111011000100111100101011111111111010100011001
+6,15,12,70,0111111011100111011111111110111111111100110100001111110000011001001110101111111111111011010110111001
+6,15,13,74,0011111111010011111111111110101110111110101111011111110111011001101111101101011111111110010111010010
+6,15,14,72,0111111110100101111111111110101111111110111101001111010111011000101110101001111011111111010110011011
+6,15,15,70,0111101111100101011111111111001011111110110111011111000111001001101111101001111011111111010110010011
+6,15,16,74,0111111111110111011111110110101110111110110110001111010111010101001111100101111111111111010111110011
+6,15,17,73,0111111111110111011111110110101110111110110110001111010111010001001111100101111111111111010111110011
+6,15,18,77,0111111111110111011111110110111011111110110110011111010111001001101111101101111111111111010111110011
+6,16,0,72,0111101110100111011111111110101111111110110101001111000111011011101111101101111011111111010100001111
+6,16,1,71,0011111111100101111111111110101011111110111111001111010111011000101110101001111010111111010110011011
+6,16,2,73,0111111110110111111111111110101111111110010111001111000111001001001111101101111111111111010110010011
+6,16,3,73,0111111111101111011111110110101110111110110110001111010111010001101110100001111111111111010111111011
+6,16,4,72,0011101111100111011111111110101111111110110111001111000111011011101111101101111011111111010100001011
+6,16,5,72,0011101111100111011111111110101111111110110111001111000111011011101111101101111011111111010100001011
+6,16,6,74,0111101110111011110111111111101111111110110110001111010111011000101111101101111111111111010110010011
+6,16,7,71,0111111011110111011110111110101111111110110101011111010111011000001011101101011111111111010100111001
+6,16,8,73,0111101111100101011111111011001011111110110111011111010110111001101111101101111011111111010110011011
+6,16,9,68,0011111111100111011110110110101111111110110111001111000111011010101111101101111011101111010100001010
+6,16,10,73,0111111011100011011111111110111111111100111101001111110101011001001110101101111111111111010110111001
+6,16,11,65,0110011111100111011111111110101111111110110110011111100010001000100111100111011111111011010100011000
+6,16,12,74,0111111110111111011111111110101111111110110110001111010101011001001111101101111111110111010110110011
+6,16,13,74,0111111111110111011111110110101110111110110110001111010111010101001111100101111111111111010111110011
+6,16,14,69,0111111111100101011111111111001011111110110011011111000111001001101111100001111011111111010110010011
+6,16,15,74,0111101111110111011111110110111011111100110110011111010111001001101111101101111111101111010111110011
+6,16,16,72,0111101111110111111111110011101010111110000110001111000111110001001111101101111111111111010111111011
+6,16,17,70,0111111011100111011110111110001011111110110111011111010111011000101111100101111011101111010110011011
+6,16,18,74,0111111111100111011111110110101110111110110010001111010111011101001111101101111111111111010111110011
+6,17,0,71,0111101111110111111110111110101111101110110101001111010111011000001011101101011111111111110100111001
+6,17,1,74,0111111010111011010111111111101111111110110110001111010111111000101111101101111111111111010110010011
+6,17,2,67,0111111010111111011110101110001011111110110111011110010111000000101111100001111011111111010110011011
+6,17,3,74,0111111111100111111111111110101111111110110111001111000111011001101110100101111111101111010110011011
+6,17,4,75,0111111111110111011111110110101110111110110110011111010111010101001111100101111111111111010111110011
+6,17,5,72,0111111111101111011111110110101110111110110110001111010111010001101110000001111111111111010111111011
+6,17,6,73,0111111110101111011111111110101111111110110110001111010101011101001111101001111111110111010110110011
+6,17,7,72,0011101111110111011111111110101111111110110101001111000111011011101111101101111011111111010100001011
+6,17,8,74,0111111110111111011111111110101111111110110110001111010101011001001111101101111111110111010110110011
+6,17,9,73,0111111110111111011111101110101111111110110110001111010101011001001111101101111111110111010110110011
+6,17,10,71,0111101111110111011111110110111011111110110110001111010111001000101111101101111011101111010111010011
+6,17,11,66,0001111111100011011110110110100111111100110111011111000110011011101111101101111111001111010100101010
+6,17,12,71,0011111011100011011111111110101111111100111101001111100111011001101111101101111111111111010100001011
+6,17,13,73,0111101111100111011111111110111111111110110111000111010101011011001110101101101111111111010110111001
+6,17,14,72,0011101110100111110111111111101111111110110110001111010111011010101111101101111011111111010110010011
+6,17,15,70,0111111111111011011110110110101111111110110111001111000111011000101111101101111111101111010100001010
+6,17,16,72,0011111111100111011111111110101111111110110111001111000111011011001111101101111111111111010100000011
+6,17,17,74,0111101110110111111111111110101111111110010111001111000111001001111111101101111011111111010110011011
+6,17,18,71,0111100110111111010111111111101111111110110110001111010101011001001111101001111111110111010110110011
+6,18,0,63,0001101011100111010110111110100111011110110111001111000110011001101111101101111011001111010100101011
+6,18,1,72,0011111110100011111111110111101111111100110110011111010111011010101111101101111111111111010110010010
+6,18,2,73,0011111011100111011111101110101111111110111101011111100111011001101111101101111111111111010110000011
+6,18,3,72,0111111110111011011111111110101111111100110110001111010101011001001111101101111111110111010100111011
+6,18,4,71,0011101111100111011111011110101111111110110101001111000111011011101111101101111111101111010110001011
+6,18,5,73,0111111111110111011111111110101111111110110111001111000111011101101110100101110011111111010100011011
+6,18,6,77,0111111111100111111111111110101111111110110111001111000111011011101110100101111111111111010110011111
+6,18,7,71,0011111111100111011111111110101111111110110111001111000111011001101111101101111111101111010100000011
+6,18,8,74,0011111111110111011111111110101111111110110101001111000111011011101111101101111011111111010101010011
+6,18,9,74,0111101111110111011111110110101111111110110110011111010111010101001111100101111111111111010110101011
+6,18,10,74,0111111111110111011111110110101110111110110110011111010111010101001111100101111111111011010111110011
+6,18,11,75,0111111111110111011111110110101110111110110110011111010111010101001111100101111111111111010111110011
+6,18,12,71,0111111010111011010111111101101111111110110110001111010101111000101111101101111111110111010110010011
+6,18,13,72,0111100110111111010111111111101111111110110110001111010111011001001111101001111111110111010110110011
+6,18,14,71,0111111010111111010111111111101111111110110110001111010101011000001111101101111011111111010110010011
+6,18,15,78,0111111110111011011111111110101111111110110111001111010111111001101111101101111111110111010110110111
+6,18,16,71,0111111111101111011111110110101110111110110110001111010111010001101110000001011111111111010111111011
+6,18,17,72,0111111111101111011111110110101110111110110110001111010111010001101110000001111111111111010111111011
+6,18,18,76,0111111110111011111111111110101111111110110111001111010111011001011111101101111011111111010110010011
+6,19,0,71,0011111111110111011111110100101111111110010110011111010111010101101101100101111111111111010110010011
+6,19,1,71,0111101111100111011111011110101110111110110101001111000111011011001111101101111111101011010111101011
+6,19,2,76,0111111111110111011111110110101111111110110110011111010111010101001111100101111111111111010111110011
+6,19,3,75,0111101111110111011111110110101110111111110110011111010111010101001111100101111111111111010110101111
+6,19,4,75,0111111111110011011111110110101110111110110110011111010111010101011111100101111111111111010111110011
+6,19,5,76,0111111110111111111111111110101111111110110111001111010111011001001111101101111011111111010110010011
+6,19,6,78,0111111111110111111111111110101111111110110111011111000111011011001110100101111011111111010111111011
+6,19,7,74,0111111111100111011111110110101110111110110110001111000111011101101111101101111111111111010110010111
+6,19,8,72,0011111111100111011111100110101111111000111111011111100111011011101111101101111111111111010100000011
+6,19,9,73,0111111010111111011111111110101111111110110100001111010101011001001111101101111111110111010110111011
+6,19,10,79,0111111111110111011111110110101110111110111110011111110111010101101111101101111111111111010111110011
+6,19,11,68,0011111011100111011111101110101111111110110101011111000111011001001110100101111111111111010110000011
+6,19,12,76,0111111111111011011111111110101111111110110111001111010111011001101111001001111111110111010110110111
+6,19,13,74,0111111110101111011111110110101110111110110110001111010111110001101110100101111111111111010111111011
+6,19,14,75,0111111111110111011111110110101110111110110110011111000111010111101111100101111111111111010110110011
+6,19,15,78,0111111111110111111111111110101111111110110111001111010111011001001110100101111111111111010111011111
+6,19,16,77,0111111110111011011111111110101111111110110111001111010111110001101111101101111111110111010110110111
+6,19,17,78,0111111110111011011111111110101111111110110111001111010111111001101111101101111111110111010110110111
+6,19,18,71,0011111111101111011111110110101110111110110110001111010111010001101110100001111111111111010111110011
+6,20,0,77,0111111111111111011111111110101111111111110110001111010111010001001111100101111111111111010110101111
+6,20,1,73,0111101110110111111111110110101110111110110111011111010111011101001110101101110011111111010111010011
+6,20,2,74,0111111111110111110111111110101111111110110110011110000111011111001110100101110011111111010111110011
+6,20,3,77,0111111111110111011111110110101111111110110111011111010111010001001111100101111111111111010111111011
+6,20,4,77,0111111111111011011111111110101111111110110111001111000111111001101111101101111111110111010110010111
+6,20,5,74,0111111110100111011111111110101111111110110111001111010111011001101111001101111111101111110100101011
+6,20,6,74,0111111110110111111111110110101110111110110111001111010111011101001111101101111011111101010110110011
+6,20,7,73,0111111111101111011111111110101111111110110110011111000111010001101101100101111111111111010110010011
+6,20,8,75,0111111111110111111111110110101111111110110110011111000111011001001110100101111011111111010110111111
+6,20,9,76,0111101111110111011111111110101100111111110111011111010111010111001111100101111111111111010111101010
+6,20,10,74,0111110111100111011111111110101111111110110111011111000111011011001110000101111011111111010111111011
+6,20,11,76,0111111110111111111111110110101110111110110110001111010111110001101110100101111111111111010111111011
+6,20,12,78,0111111111110011111111111110101111111110110111011111000111011011001110100101111111111111010111111011
+6,20,13,75,0111111111111111011111111110101111111110110110001111010111011001101111001001111011110111010110110111
+6,20,14,79,0111111110110011011111111110101111111110111110001111010111111101101111101101111111111111010111110011
+6,20,15,79,0111111111111111011111110110101110111110110111111111110111010001101111101101111111110111010110110111
+6,20,16,75,0111111110111011011111110110101111111110110110001111010111111001101110100101111111110111010110111111
+6,20,17,77,0111111110101111011111111110101110111110110111001111010111110001101111101101111111111111010111110011
+6,20,18,76,0111111111110111111111111110101111111110110111011111010111011001001110100101111111101111010110011011
+6,21,0,76,0111111111111111011111111110101110111110110111001111000111111001001111101101111111110111010110011011
+6,21,1,78,0111111111110011011111110110101111111110111111011111010111010001101111100101111111111111010111110111
+6,21,2,75,0111111110100111011111111110101011111110110111011111010111011001101111001101111111101111110101101011
+6,21,3,76,0111111111110011111111111110101111111110110111001111000111011011001110100101111111111111010110111011
+6,21,4,77,0111111111111111010111110110101110111110110110011111110111011011100111101101111011110111010111110111
+6,21,5,76,0111111111110111111111111110101111111110110111111110000111010101001110100101110111111111010111110011
+6,21,6,75,0111111111110111111111111110101110111110110111011111010111010001101110100101111111101111010110011011
+6,21,7,77,0111111110111111111111110110101111111110110110001111010111111001001110100101111111111111010111111011
+6,21,8,76,0111111110111111011111111110101110111110110110001111010111110101001111101101111111111111010110100111
+6,21,9,78,0111111111101111011111111100101111111111110111001111010111011001101111100100111111111111010111111011
+6,21,10,78,0111111111111011011111111110101111111110110111001111000111111001101111101101111111111111010110010111
+6,21,11,77,0111111111111011011111111110101111111110110111001111000111111001101111101101111111110111010110010111
+6,21,12,76,0111111111110011111111111110101111111110110111001111000111011011001110100101111111111111010111101101
+6,21,13,77,0111111111111111011111111110101111111111110110011111010111010001001111100101110111111111010110111011
+6,21,14,78,0111111110110011011111111110101111111110110110001111010111111101101111101101111111111111010111110011
+6,21,15,77,0111111110111011011111110110101111111111111110001111010111111001101110100101111111110111010110111111
+6,21,16,76,0111101111110111111111111110101101111111110111001111000111010111001111100101111111111011011111101010
+6,21,17,75,0111111011110011011111111110101110111110110111011111010111011011001110100101111101111111010111111011
+6,21,18,80,0111111111111111011111111110101111111110110111101111010111110001101111101101111111110111010110110111
+6,22,0,77,0111111111111111011111111110101111111110110110011111010111110001001111100101111111110111010110111011
+6,22,1,79,0111111111111111011111111110101111111111110111101111010111010001101111101101110110111111010110110111
+6,22,2,78,0111110111110111111111111110101111111111110111111110010111010101001111100101110111111111110110110011
+6,22,3,75,0111111111111111011111111110101111111110110110011111000111010001001110100101110111111111010111111011
+6,22,4,80,0111111111111111011111111110101111111110111110001111010111111001101110101101111111110111010110111111
+6,22,5,78,0111111110111011011111110110111111111111110111101111010111110001101111100101111111110111010110110111
+6,22,6,78,0111111111110011011111111110101111111110110111001111001111111001101111101101111111111111010110010111
+6,22,7,77,0111111110111011011111111110101111111100110110001111010111111101101111101101111110111111010111110011
+6,22,8,78,0111111111101011011111111100101111111111110111001111010111011001101111100101111111111111010111111011
+6,22,9,77,1111111110111111011111110110101111111111111110001111010111011001101110100100111111110111010110111111
+6,22,10,76,0111101111110111111111111110101111011110110111001111000111010111001111101101111111111111010111101010
+6,22,11,77,0111111110110011011111111110101101111111110110001111010111111101101111100101111111111011011111110011
+6,22,12,76,0111111110111011011111111110101111111110110111001101010111111000101111101101111111110111010110110111
+6,22,13,75,0111111111111011011111110110101111111110111111011101000111000001101111100101111111111111010111010111
+6,22,14,76,0111111110111011011111111110101111111111110110001111000111011011001110100101111111111111011110111110
+6,22,15,77,0111101111110110111111110110101111111111111111001111010111110101101111100101111111110011010111101011
+6,22,16,78,0111111111111111011111111110101111111111110110011111010111010001001111100101110111111111010110111111
+6,22,17,77,0111111110111111111111110110101111111110110110001111010111111001001110100101111111111111010111111011
+6,22,18,73,0111111111110011011111111110101111111110110110011111000111011001001110000101111110111111010111101111
+6,23,0,78,0111111111111111011111111110101111111110110110001111010111011001101110101101111111110111010110111111
+6,23,1,80,0111111111101011011111111100101111111111111111001111010111111001101111100101111111111111010111111011
+6,23,2,81,0111111111111111111111110110111111111111110111101111010111010011101111100101110111111111010110111011
+6,23,3,75,0111111110111011011111111110101111111111110111001111010111110001001111100101111111110111010110110101
+6,23,4,79,0111111111111111111111111110101111111111110111001111010111110011001111100101110111111111010110110011
+6,23,5,77,0111111110111011011111110110111111111111110111101111010111010001101111100101111111110111010110111101
+6,23,6,78,0111111111101011011111110100111111111111110111100111010111110001101111100101111111111110010111111111
+6,23,7,77,0111111110111011011111111110101111111111110111001111000111111101101111100101111111110111010110110011
+6,23,8,79,0111111111111111111111111110101111111111111111001111010111011001001111100101110111110111010110111101
+6,23,9,76,1111111110111111011111110110101111111111110110001111010111010011101110100100111111111111010110111011
+6,23,10,76,0111101111110111111111111110101111111110110111001111000111010111001111101101111111111111010111010010
+6,23,11,78,0111111111110011011111111110101111011110110111001111001111111001101111101101111111111111010110101111
+6,23,12,73,0111111110111001011111110110101111111110110110101111010111111001001110100101111110111111010111110011
+6,23,13,79,0111111110111111011111111110101111111100010110001111010111111101101111101101111111111111010111111011
+6,23,14,78,0111111111111111011111111110101111111111010111011101010111111000101111101101111111110111010100110111
+6,23,15,73,0111111110111011011111011110101111111110110110001111010111010001001111100101110111111111010110111111
+6,23,16,77,0111111110110011011111111110101111111011110110001111010111011001101111100101111111111111011111111011
+6,23,17,77,0111111111111111011111111110101101111111110110011111010111110101001111100101110111111011010110110111
+6,23,18,75,0111001111111111111111111110101111111101110111001111010111010001001111100101110111111111010111111001
+6,24,0,76,0100111111111011111111111110101111111111110111001111010111010001101111100101110111111111010110111011
+6,24,1,75,0111011111110111011111111110101111011100110111001111001111111001001111101101111111111111010011101101
+6,24,2,77,0111111110111111011111111110101111111100010110001111010111111001101111101101111111110111010110111111
+6,24,3,78,0111111110111011011111110110111111111111100111101111010111010101101111100101111111111111010111111001
+6,24,4,77,0111111111111111011111111110101111111111110111001111010111110011001111100101110111110111010110110011
+6,24,5,80,0111111111111111111111111110101111111110110110001111010111011001101110101101111111111111010110111111
+6,24,6,80,0111111111101011011111111110101111111111110111001111010111111001101111100101111111111111010111111011
+6,24,7,79,0111111110111111011111111100101111111100011110001111010111111101101111101101111111111111010111111011
+6,24,8,78,1111111111111111011111111110101111111110110110001111010111010001101110101100111111111111010110111111
+6,24,9,76,0111111110111111011111110110101111111111110110001111010111011011101110100101111111110111010110111011
+6,24,10,80,0111111111111011111111110110111111111111110111101111010111010011101111100101110111111111010110111011
+6,24,11,81,0111111111101111011111111100101111111111111111001111010111111001101111100101111111111111010111111011
+6,24,12,76,0111111110111011011011111110101111111111110111001111010111111001101101100101111111110111010110111011
+6,24,13,79,0111111111101011011111111100101111111111111111001111000111111101101111100101111111111111010111110011
+6,24,14,79,0111111111111111111111111110101111111111110110101111010111010011101111100101110110111011010110111111
+6,24,15,77,0111111111011111011111110110111101111111110111011111010111110101001111100101110111111111010110110011
+6,24,16,73,0111111110110011011111111110101111111011110110001111010111011101101101100101011111111111010110110011
+6,24,17,77,0011111111111111010111111110101101111111110110011111010111110001001111100101110111111011011111111111
+6,24,18,78,0111111111110011011111111110101111111111111111001111000111011001101111101101110111111111010110111101
+6,25,0,76,0111111111101111011111111100101101111111110111001111010111110011101111100101111111110111010111110010
+6,25,1,79,0111111111111111011111111110101111111111111111001111010111111001001111100101110111111111010110111010
+6,25,2,81,0111111111111111111111111110101111111111110110001111010111011001101110101101111111111111010110111111
+6,25,3,78,0111111111111011111111110110111111111110110111101111010111010011101111100100110011111111011110111011
+6,25,4,80,0111111111111011111111110110111111011111110111101111010111010111101111100101110111111111010110111011
+6,25,5,76,0111111110111011011111110110111111111111100111101111010111010001101111100101111111111110010111111001
+6,25,6,81,0111111111111111111111111110101111111110110110001111010111011001101111101101111111111111010110111111
+6,25,7,76,0111111110111111011111111110100111111110010110001111010111111001101110101101111111110111010110111111
+6,25,8,78,0111111111110011011111111110101111111111111111001111000111011001101111101101110111111111010110111101
+6,25,9,78,0111111111110011011111111110101111111111111111001111000111011001101111101101110111111111010110111101
+6,25,10,81,0111111111111011111111111100101111111111111111101111010111110001101111100101111111111111010110111011
+6,25,11,79,0111111111101011011111110110111111111111110111001111010111011011101111100101110111111111010111111011
+6,25,12,76,0111111111111011011111110110111101111111100111111111010111010101001111100101110111111111010111110001
+6,25,13,78,0111111110011111011111110110111111101111110111001111010111110101101111100101111111111111010110111011
+6,25,14,77,1111101111011111011111111110101111111110110110101111010111010001101110101100111111111111010110111111
+6,25,15,78,0111111111111111111111111110101111111111110110001111010111010011101111100101110110111011010110111111
+6,25,16,83,0111111111111111011111111111101111111111110111001111010111011001101110101101111111111111010111111111
+6,25,17,78,0111111111101011111111111110101111111110110110001111010111111001101111100101111111111111010110111011
+6,25,18,80,0111111111111111111111111110101111111110110110001111010111011001101110101101111111111111010110111111
+6,26,0,80,0111111111111111111111111110101111111110110110001111010111011001101110101101111111111111010110111111
+6,26,1,81,0111111111111111111111111110111111111111110110001111010111011001101110101101111101111111010110111111
+6,26,2,81,0111111111111111011111111110101111111111110110001111010111011001101110101101111111111111010111111111
+6,26,3,81,0111111111111111111111111111101111111111110111001111010110011001101110101001111111111111010110111111
+6,26,4,75,0111111111111111011111111110101111111110100110001111010111010001001110101101111111111111010110111011
+6,26,5,81,0111111111111011111111110110111101111111110111111111010111011101101111100101110111111111010111110101
+6,26,6,78,0111111111111111111111111110101111110110110110101111010111011001101110100101111111111111010110111011
+6,26,7,82,0111111111111011111111111100101111111111111111001111010111110001101111101101111111111111010110111111
+6,26,8,81,0111111111101011111111111110111111111111110111001111010111011011101111100101110111111111010111111011
+6,26,9,78,0111111111111111011111110010101111111110110110001111010111011001101111101101111111111111010110111111
+6,26,10,80,0111111111101111011111110111101111111111110111001111010111011001101110101101110111111111010111111111
+6,26,11,82,0111111111111011011111111110111111111111110111001111010111011011101111100101111111111111010111111011
+6,26,12,79,0111111111111111011111111110101111111111111110001111110111011001001111101101110111111111010110111010
+6,26,13,82,0111111111111111111111111110101111111110110111001111010111111001101111100101111111111111010110111111
+6,26,14,79,0111111111111011111111110100111111111111101111001111010111010011101111100101111111111111010110111011
+6,26,15,78,0111111110101011011111111110101111111111110111001111010111111001101111100101110111111111010111111011
+6,26,16,80,0111111110011111011111110110111111111111110111001111010111110111101111100101111111111111010110111011
+6,26,17,77,0111111111111111011111111110101111101111111111001111010111111001001111100101110011111111010110111010
+6,26,18,81,0111111111111111110111111110101111111111110110001111010111011001101110101101111111111111110110111111
+6,27,0,80,0111111111101111111111110111101111111111110111011111010111011101101110100101100111111111010111111101
+6,27,1,81,0111111111111011011111110110111101111111111111101111010111011001101111101101110111111111010111110111
+6,27,2,80,0111111111111111011111111110101111111111110110001111010111111001101110100101011111111111010111111111
+6,27,3,82,0111111111111111111111111110101111111110110111001111010111011001101111101101111111111111010110111111
+6,27,4,80,0111111111111011111111111110101111111110110111001111010111111001101111100101111111111111010110111101
+6,27,5,82,0111111111111111111111111100101111111111111111001111010110110001101111101101111111111111010110111111
+6,27,6,82,0111111111111111111111111110101111111111111110001111100111011001101111101101110111111111010110111111
+6,27,7,78,0111111111111011011111111100101111111111111111001111010111110001001111101101111111111111010110111010
+6,27,8,83,0111111111111111111111111111101111111111110111001111010111011001101111100101111111111111010110111111
+6,27,9,77,0110111111111111111111111110101101111110110111001111010110111001101110101001111110111111010110111111
+6,27,10,79,0111111110011111011111110110101111111111110111001111010111011101001111101101111111111111110110111011
+6,27,11,80,0111111111111111011111111110111111110111111110001111110111110011101111100101110111111111010110111010
+6,27,12,80,0111111111111011011111111110101111111111110111001111010111011001101110101101110111111111010111111111
+6,27,13,79,0111111110101111011111111110101111111111110110001111010111111001101111100101111111111111010111111011
+6,27,14,79,0111111111111111111111111110101111110110011110101111010111111001101110100001111111111111010110111111
+6,27,15,79,0111111111111011111111101100101111111111110111001111010111010001101111101101111111111111010111111011
+6,27,16,77,0111110111111111111111101110101111111110110110001111010111011001101110101101111101111111010110111111
+6,27,17,80,0111111111111111111111111010111111111111110110001111010111001001101110101101111111111111010110111111
+6,27,18,81,0111111111111111110111111100111111111111111110001111010111011001101110101101111111101111110110111111
+6,28,0,81,0111111111111111110111111100111111111111111110001111010111011001101111101101111111101111110110111110
+6,28,1,80,0111111111111111011111111110111111110111111110001111110111110011101110100101110111111111010110111011
+6,28,2,81,0111111111111111111111101100101111111111111111001111010111010001101111101101111111111111010111111011
+6,28,3,80,0111111111111011111111111110101111111111110110001111100111011001101111101101110111111111010110111111
+6,28,4,83,0111111111111111111111110111101111111111110111001111010111011001101111100101111111111111010111111111
+6,28,5,79,0111111101101111111111111111101111111111110110011111110111011101101110100101100111111111010110111101
+6,28,6,83,0111111111111111111111111111101111111111110111001111010111011001101111100101111111111111010110111111
+6,28,7,82,0111111111111111111111111110101111111110110111001111010111011001101111101101111111111111010110111111
+6,28,8,80,0111111111111111111111011010111111111111111110001011010111011001101110101101111111111111010110111111
+6,28,9,77,0111111111111111110111111100011111111101110110001111010111001001101110101101111111101111110110111111
+6,28,10,80,0111111111111111011111111110101111111111110111001111010111111001101110100101010111111111010111111111
+6,28,11,79,0111111111111011011111111110101111111111110110001111010101011001101110101101111111111111010111111111
+6,28,12,82,0111111111101111111111011110101111111111111110101111010111110001101111101101111111111111010110111111
+6,28,13,77,0111111111111111111101111110101111110110010111001111010111111001101110100001111111111111010110111111
+6,28,14,82,0111111111111111111111111100101111111111111110001111110111010011101111101101110111111111010110111111
+6,28,15,82,0111111111111111111111111110101111111111111111001111000110111000101111101101111111111111010110111111
+6,28,16,83,1111111111111111111111011110101111111111110111001111010111110001101111101101111111111111010110111111
+6,28,17,82,0111111111111111111111111110101111111110110111001111010111011001101111101101111111111111010110111111
+6,28,18,80,0111111111111011011111111100101111111111111111101111010111011001101111110101111111011111010110110111
+6,29,0,83,0111111111111111111111111110101111111110111111001111010111011001101111101101111111111111010110111111
+6,29,1,78,0111111111111111111111111110101111111011010111001111000110111000101110101101111111111111010110111111
+6,29,2,83,0111111111111111111111111110111111111110110111001111010111011001101111101101111111111111010110111111
+6,29,3,79,0111111111111111111111011010101111111111111110001011010111011001101110101101111111111111010110111111
+6,29,4,85,0111111111101111111111111111101111111111111111101111010111110001101111101101111111111111010110111111
+6,29,5,80,0111111111111111111111010110101111111111110110001111010111011001111111100101111111111111010111111101
+6,29,6,81,0101111111111111111111110111111101111111110111001111010111011001101111101101110111111111010111011111
+6,29,7,82,0111111111111111111111110111111101111111110111001111010111011001101111101101110111111111010111101111
+6,29,8,82,0111111111111111111111111111101111111111110111001111000111011001101111101101110111111111010110111111
+6,29,9,80,0111111111111011111111111110101111111111110110001111110111011001101111100101111101111111010110111111
+6,29,10,82,0111111111111111111111111110101111111111110111001111010111011001111110100101111111111111010110111111
+6,29,11,83,1111111111111111111111011111101111111111110111001111010111110001101111101101110111111111010110111111
+6,29,12,80,0111111101101111111111111100101111111111111110011111110111010111101111100101110111111111010110111101
+6,29,13,81,0111111111111111111111111111101111111111110110001111110111011001101110101101100111111111010110111111
+6,29,14,79,0111111111111111111111101100101101111111110111001111010111010001101111101101111111111111010111111011
+6,29,15,80,0011111111111111111111101100101111111111111111001111010111010001101111101101111111111111010111111011
+6,29,16,82,0111111111111111111111111110101111111110110111001111010110011001101111101101111111111111010111111111
+6,29,17,80,0111111111111111111111110111101111111111110111001110010111011001101111100101111111111111010010111111
+6,29,18,81,0111111111111111111111100100101111111111111111001111010111011001101111101101111111111111010111111011
+6,30,0,84,0111111111101111111111011111111111111111111111101111010111110001101110101101111111111111010110111111
+6,30,1,84,1111111111111111111111111111101111111111110111001111010111110001101111101101110111111111010110111111
+6,30,2,81,0111111111101111111101111111101111111111110111001111000111011001101111101101111111111111010011111111
+6,30,3,82,0111111111111111111111111111101111111111110111001111010111010011101111100101110111111111010110111111
+6,30,4,81,0110111111111111111111111110101111111111110111001111100111011001101111101101110111111111010110111111
+6,30,5,81,0111111101101111111111111111101111111111111110011111010111010111101111100101110111111111010110111101
+6,30,6,80,0011111111111111111111101100101111111111111111001111010111010001101111101101111111111111010111111011
+6,30,7,80,0011111111111111111111101100101111111111111111001111010111010001101111101101111111111111010111111011
+6,30,8,82,0111111111111111111111111111101111111111110111001111010111010001101111101101110111111111010011111111
+6,30,9,82,1111111111111111111111011111101111111101110111001111010111110001101111100101111111111111010110111111
+6,30,10,81,0111111111111111111111110111111111111111110111001111010110011001101111101101110111111111010110101111
+6,30,11,83,1111111111111111111111011111101101111111110111001111010111110001101111101101110111111111010111111111
+6,30,12,79,0111111111111111110111110110111101111111110110001111010111011001101111101101110111111111010111111101
+6,30,13,81,0111101111111111111111010111101111111111110111001111010111011001111111100101111111111111010111101111
+6,30,14,79,0111111111111111111111111110101111111110110111001111000110011001101111101101110111111111010110111111
+6,30,15,87,0111111111111111111111111111111111111111110111101111010111011001101111101101111111111111010111111111
+6,30,16,83,0111111111111111111111111110101111111110110111001111010111011001101111101101111111111111010111111111
+6,30,17,81,0111111111111111111111111110101111111110111111001111010110001001101111101101111111111111010110111111
+6,30,18,82,1111111111111111111111011111101111111111110111001111010111010001101111101101110111111111010110111111
+6,31,0,81,1111111111101111111111011111101101111111110111001111000111110001101111101101110111111111010111111111
+6,31,1,82,0111111111111111111101111111101111011111110111001111010111011001101111101101111111111111010011111111
+6,31,2,81,0111111111111111111111011111111111111111110111001111000111010011101110100101111111111111010110111111
+6,31,3,86,0111111111101111111111111111101111111111111111101111010111111001101111101101110111111111011110111111
+6,31,4,81,0111111111111111111101111111101111111111110111001111000111011001101111101101110111111111010011111111
+6,31,5,80,0101111111101111111111111111101111111111110111001111010111010001101111101100111111111111010011111111
+6,31,6,83,0111111111111111111111111111101111111110110111001111010111011001101111101101110111111111110110111111
+6,31,7,83,0111111111111111111110111110101111111111110111001111000111111001101111101101111111111111010111111111
+6,31,8,77,0101101111111111111101111110101111111110110111001111010110001001101111101101111111111111010110111111
+6,31,9,84,0111111111111111111111111111101111111111111111001111000011111001101111101101110111111111110110111111
+6,31,10,79,0111111111111111111111011111001111011111110111001111000111111001101111100101110111111111010110111111
+6,31,11,85,1111111111111111111111111111101111111101110111001111010111110001101111101101111111111111110110111111
+6,31,12,81,1111111111111111111111011111101111111101110111001111010111110001001111100101111111111111010110111111
+6,31,13,82,1111111111111111111111011111101111111101110111001111010111110001101111100101111111111111010110111111
+6,31,14,84,1111111111111111111111011111111111111111110111001111010111010001101111101101110111111111010111111111
+6,31,15,84,0111111110111111111111111111101101111111110111101111010111111001101111101101111111011111010111111111
+6,31,16,83,0111111111111111111111111111101111111111110111001111010111010011101111100101111111111111010110111111
+6,31,17,81,1111111111111111111111011111101111111101110111001111010111110001101111100101110111111111010110111111
+6,31,18,80,0111111111111111111110111111101101111111110111001111010111010001101111101101110111111111010011111111
+6,32,0,84,1111111111111111111111011111111111111111110111001111010111010001101111101101110111111111010111111111
+6,32,1,84,1111111111111111111111011111111111111111110111001111010111010001101111101101110111111111010111111111
+6,32,2,82,1111111111111111111111011111101111111101010111001111011111010001101111100101111111111111110110111111
+6,32,3,86,1111111111111111111111111111111111111111110111001111010111110001101111101101110111111111010111111111
+6,32,4,81,0111111111111111111101111111101111011110110111001111010111011001101111101101111111111111010011111111
+6,32,5,84,0111111111111111111111111111101111111111110111001111010111011001101111101101110111111111110110111111
+6,32,6,82,0111111111111111111111111111101111111111110111001111000011110001101111101101110111111111110110111111
+6,32,7,82,1111111111101111111111011111101101111110111111001111000111111001101111101101110111111111010111111111
+6,32,8,82,0111111111111111111111111111101111111110110111001111010111010001101111101101110111111111110110111111
+6,32,9,86,1111111111111111111111111111101111111101110111001111010111111001101111101101111111111111110110111111
+6,32,10,80,1111111111111111111111011111001101011111110111001111000111111001101111100101110111111111010111111111
+6,32,11,79,0111111111101111111110011111101111111111110111001111000111110001101111101101110111111111010110111111
+6,32,12,82,0111111111111111111111111111101111111111110111001111010111000011101111100101111111111111010110111111
+6,32,13,80,0111111111111111111111111111101111111110110111001111010111011001101111100101110101111111110110110111
+6,32,14,85,1110111111111111111111111111101111111110110111001111010111111001101111101101111111111111110110111111
+6,32,15,78,0111111111111111111111011111101111111101110111001111010111010001001111100101110111111111010110111111
+6,32,16,83,1111111111111111111111111111101111111111110111001111010111010011101111101101110111111111010100111111
+6,32,17,82,0111111101111111111111011111111111111111110111001111010111010001101111100101111111111111010111111111
+6,32,18,82,0111111111111111110111111111101111111111110111001111000111110011101111100101110111111111110110111111
+6,33,0,84,1111111111111111111111111111111111111111111111001111010011011001101111101101110111111111010110111101
+6,33,1,82,0011111111111111111111011111101111111111110111001111010111010001101111101101111111111111010111111111
+6,33,2,84,0111111111111111111111111111101111111111110111011111010111010011101111100101110111111111110110111111
+6,33,3,80,0111111111111111111111111111101011111111110111001111010111001001100111101101111110111111010110111111
+6,33,4,83,0111111111111111111111111111101111111110110111001111010111011001101111101101110111111111110110111111
+6,33,5,83,0111111111111111111111111111101111111111110111001111010111010001101111101101110111111111110110111111
+6,33,6,81,0111111111111111111111111111101111111111110111001111000111110000101111101101110111111101010111111111
+6,33,7,80,0111111101111111111111011111111111111111110111001111010011010001101111100101111111111111110110101111
+6,33,8,83,1111111111111111111111101111101111111100110111001111010111011001101111101101111111111111110110111111
+6,33,9,85,0111111111111111111111111111101111111111110111001111010111111001101111101101110111111111110110111111
+6,33,10,79,0111111111101111111110011011101111111111110111001111000111110001101111101101110111111111010111111111
+6,33,11,86,1111111111111111111111111111101111111101110111001111010111111001101111101101111111111111110110111111
+6,33,12,84,1111111111111111111111011111101111111111111111001111010111010001101111101101110111111111010111111111
+6,33,13,81,0111111111111111111111111111111111111111110111001111010011011001101111101101111111011111010110111001
+6,33,14,84,1111111111111111111111011111101101111110110111001111010111110001101111101101111111111111110111111111
+6,33,15,82,1110111111111111111111011101111111111111110111001111010111011001101111101101110111111111010110111111
+6,33,16,83,0111111111111111111111111111111111111111110111001111010011010001101111101101110111111111110110111111
+6,33,17,83,1111111111111111111111011111101111111111110111001111000111110001101111101101110111111111010111111111
+6,33,18,82,0111111111111111111111111111101111111111110111001111000011011001101111101101110111111111110110111111
+6,34,0,84,1111111111111111111111011111101111111111111111001111010111010001101111101101110111111111010111111111
+6,34,1,84,1110111111111111111111111111101111111101110011001111010111111001101111101101111111111111110110111111
+6,34,2,80,1111111111111111111111011101101101111110110111001111010111010001101111101101111111111111010110111111
+6,34,3,86,1110111111111111111111011111111111111111110111001111010111111101101111101101110111111111110110111111
+6,34,4,85,0111111111111111111111111111101111111111110111001111010111111001101111101101110111111111110110111111
+6,34,5,83,0111111111111111111111111111101111111110110111011111010111011001101111101101110111101111110110111111
+6,34,6,82,0111111111111111111111011111001101111110110111001111010110111001101111101101111111111111110111111111
+6,34,7,83,1111111111111111111111111111101111111110110111001111010111010001101111101101110111111111110110111111
+6,34,8,85,0111111111111111111111111111101111111111110111001111011111011001101111101101110111111111110110111111
+6,34,9,85,0111111111111111111111111111101111111111110111011111010111110011101111100101110111111111110110111111
+6,34,10,82,1111111101111111111111011111111111111111110111001111010011110001101111100101111111111111110110101111
+6,34,11,82,0111111111111111111111011111101101111110110111001111010111010001101111101101111111111111110111111111
+6,34,12,85,0111111111111111111111111111101111111111110111001111010111011011101111101101110111111111110110111111
+6,34,13,81,1110111111111111111111011101111111101111110111001111010111111000101111101101110111111111010110111111
+6,34,14,82,0011111111111111111111111111101111111111110111001111000111011001101111101101110111111111110110111111
+6,34,15,82,1111111111111111111111011111101111111111110111001111010011010001101111101101111111101111010111111111
+6,34,16,83,1111111111111111111111111111101111111110110111001111010111010001101111101101110111111111010111111111
+6,34,17,84,0111111111111111111111011111101111111111111111001111010111011001101111101101110111111111110110111111
+6,34,18,83,1111111111111111111111111111101111111110110111001111010111011001101111101101110111111111010110111111
+6,35,0,83,0111111111111111111111011111101111111111110111001111010111011001101111101101110111111111110110111111
+6,35,1,87,1110111111110111111111111111111111111111110111001111010111111111101111101101110111111111110110111111
+6,35,2,82,0111111111111111111111011111101111111110110111001111010111011001101111101101111111101111110110111111
+6,35,3,84,0111111111111111111111111111001101111110110111011111010110111001101111101101111111111111110111111111
+6,35,4,83,1110111111111111111111011101111111101111110111001111010111111101101111101101110111101111110110111111
+6,35,5,82,1110111111111111111111011111111111111011110111001111010111111000101111101101110111111111010110111111
+6,35,6,83,1111111111111111111111011110101111111111111111001111010111010001101111101101110111111111010111111111
+6,35,7,84,1111111111111111111111011111101111111111111111001111010111010001101111101101110111111111010111111111
+6,35,8,83,1111111111111111111111011111101111111111110111001111010011010001101111101101111111111111010111111111
+6,35,9,82,1111111111111111111111011111101111111111111111001111010111010001101111101101110111101101010111111111
+6,35,10,86,1110111111111111111111011111111111111111110111001111010111111101101111101101110111111111110110111111
+6,35,11,84,1110111111111111111111011111111111101011110111001111010111111101101111101101110111111111110110111111
+6,35,12,84,0111101111111111111111011111101111111111111111001111010111011001101111101101110111111111111110111111
+6,35,13,81,1111111011111110111111111111101111111110110111001111010111010001101111101101110111111111010111111111
+6,35,14,81,0111111111111111111111011111101101111110110111001111010110010001101111111100111111111111110111111111
+6,35,15,83,0111111111111111111111011111001101111110110111001111010111111001101111101101111111111111110111111111
+6,35,16,84,0111111111111111111101111111101111111111110111001111011111011001101111101101110111111111110110111111
+6,35,17,84,0111111111111111011111111111101111111111110111001111010111111001101111101101110111111111110110111111
+6,35,18,84,0111111111111111111111111111101111111111110111001111000111111001101111101101110111111111110110111111
+6,36,0,83,1111111111111111111111011110111111111011110111001111010111011001101111101101110111111111110111101111
+6,36,1,83,1110111111111111111111011111101111101111111111001111010111110101101111101101110111111111010110111111
+6,36,2,82,1111111111111111111111011111101011111111110111001111010011010011101111101101110111111111010111111111
+6,36,3,84,1111111111111111111111011110101111111111111111001111010111010001101111101101111111111111010111111111
+6,36,4,83,0110111111111111011111111111101111111011110111001111010111111101101111101101110111111111110110111111
+6,36,5,84,1111111111111111111111011111111111101111110111001111010111111001101111101101110111111111110110110111
+6,36,6,81,0111111111111111111111111111001101110110110111001111010110111001101111101101110111111111110111111111
+6,36,7,85,1111111111111111111111011110101111111111111111011111010111010001101111101101111111111111010111111111
+6,36,8,83,0111111111110111011111111111101111111111110111001111010111111001101111101101110111111111110110111111
+6,36,9,87,1110111111111111111111111111111111111111110111001111010111111111101111101101110111011111110110111111
+6,36,10,80,0111111111111111111111011111001111111111110111001111010010010001101111101101111111111111010111111111
+6,36,11,85,1111011111111111111111111111101101111110110111011011010111111001101111101101111111111111110111111111
+6,36,12,82,0111111101111111111111111111001111111110110111000111010111111001101111101101110111111111110111111111
+6,36,13,81,0111111111111111011111011111101101111111110011001111010111111001101011101101111111111111110110111111
+6,36,14,83,0111111111111111011111111111101111111111110111001111010111111001101111101101110111101111110110111111
+6,36,15,82,0111111111111111111111011111101111111110110111001111010111011001100111101101111111111111110110111111
+6,36,16,84,0110111111110111111101111111111111111111110111001111011111011101101111101101110111111111110110111111
+6,36,17,87,1111111111111111111111111111101111111111110111001111010111111011101111101101110111111111110110111111
+6,36,18,86,1110111111111111111111011111111111111111110111001111010111111101101111101101110111111111110110111111
+6,37,0,82,1111111111111111111111011111101111101111110111001111010111010101101111001101011111011111110111111111
+6,37,1,83,1110111111111111111111111110111111111111110111011111010111011011101011101101110111101111010110111111
+6,37,2,80,0110111111110111101111111111101111111111110111001111010111010001101111101101110111111111010111111111
+6,37,3,86,1101111111111111111101011110111111111111111111001111011111011101101111101101111111111111110110111111
+6,37,4,87,1111111111111111111111111110101111111111111111001111010111111101101111101101111111011111110110111111
+6,37,5,83,1110111111111111111111011110111111111111110111001111010111010011101111101101110111111111010111111111
+6,37,6,87,1110111111110111111111111111111111111111110111001111010111111111101111101101110111111111110110111111
+6,37,7,86,1110111111111111111111011111111111111111110111001111010111111101101111101101110111111111110110111111
+6,37,8,86,1111111111111111111111011110101111111110111011011111010111111001101111101101111111111111110111111111
+6,37,9,83,1111011111111111111111111111101101111111110111011011010111010001101111101101111111111111010111111111
+6,37,10,84,1111111111111111111111011111101111101111110111001111010101111001101111101111110111111111110110111111
+6,37,11,83,0111111111111111111111011111111111111110110111001111010111011011100111101101111111111111110110110111
+6,37,12,83,1110111111111111111111011111101111101111111111001111010111110101101111101101110111111111010110111111
+6,37,13,85,1111111111111111111111011110101111111111111111011111010111010001101111101101111111111111010111111111
+6,37,14,83,1010111111111111111111011111111111101111110111001111010111111111101111101101010111011111110110111111
+6,37,15,85,1111111111111111111111011111111111111111110111001111010111111001101111101101110111111111110110110111
+6,37,16,81,1111111111111111111111011110111111101011110111001111010111010001101111101101110111111111110111101111
+6,37,17,84,1110111111111111111111011111101111111111111111001111010111111101101111101101110111111111010110111110
+6,37,18,85,1111111111111111111111011111111111101111111111001111010111111001101111101101110111111111110110110111
+6,38,0,84,1111111111111111111111011110101111111111110011011011110111011001101101101101111111111111110111111111
+6,38,1,84,1111011111111111111111111111101101111110111111011111010111110001101111101101111111101111010111111111
+6,38,2,81,1111111111111111101101011111101011101111110110001111010111111001101111101111110111111111110110111111
+6,38,3,85,1110111111111111111111011111111111111111110111001111010101111101101111101101110111111111110110111111
+6,38,4,85,1110111111110111111111111111111111111111110111001111010111111001101111101111110111111111110110110111
+6,38,5,88,1111111111111111111111011111111111111111110111001111010111111111101111101101110111111111110110111111
+6,38,6,86,1110111111111111111111111101111111111111110111000111010111111111101111101101110111111111110110111111
+6,38,7,85,1110111111111111111111011110111111111111110111001111010111111101101111101101110111111111110110111111
+6,38,8,81,1110011111111111111111011110101111111111110011001111010111111011101111101101110111111010110111111111
+6,38,9,86,1111111111111111011111011110111111111110111111011111110111011001101111101101111111111111010111111111
+6,38,10,84,1111111111111111110111011111111111100111111111001111010111111001101111101101110111111111110110111111
+6,38,11,86,1111111111111111111111011110101111111111111111011111010111010001111111111101111111111111010111110111
+6,38,12,85,1101111111111111111111111110111111101111111011011111010111110001101111101101111111111111010111111111
+6,38,13,85,1111111111111111111111011111101111111111111111001111011111011001101111101101110111111111110110110111
+6,38,14,85,1110111111111111111111011111111111111111110011001111010111111001101111101101110111111111110111111111
+6,38,15,88,1111111111111111111111011110101111111110111111011111010111111101101111101101111111111111110111111111
+6,38,16,89,1111111111111111111111111111101111111111111111001111010111111101101111111101111111111111010110111111
+6,38,17,84,1110111111111111111111011110101111111111111111001111010111111101101111111101110111011111110110111110
+6,38,18,82,1111111111111111111111011111111011101111111111001111010111110001101111101101110111111111010110110111
+6,39,0,84,1111011111111111111011111111101101111111111111001111010111110001101111111101111111111111010110111111
+6,39,1,87,1111111111111101111111111111101111111110111111011111010111111101101111101101111111101111010111111111
+6,39,2,84,1100111111111111111111111110111111101111111111001111010111110001101111101101111111111111110110111111
+6,39,3,87,1111111111111111111111111101111111111111110011010111010111111111101111101101110111111111010111111111
+6,39,4,88,1111111111111111111111111101111111111111110111000111010111111111101111111101111111111111010110111111
+6,39,5,86,1110111111111111111111111111101111111111111111001111010111111101101111101101110111110111110110111111
+6,39,6,84,1111111111110111011111011110111111111110110111011111110111011001101111101101111111111111010111111111
+6,39,7,83,1110111111111011011111111111111111111111111111001111010111111001100111101111110111111111110010110111
+6,39,8,86,1110111111111111111111111101111111111111110111000111010111111111101111101101110111111111110110111111
+6,39,9,86,1110111111111111111111111101111111111111110111000111010111111111101111101101110111111111110110111111
+6,39,10,87,1110111111111111111111111111101111101111111111001111010111111111101111101101110111111111110110111111
+6,39,11,81,1110111110011111111111011101111011111111110111000111010111111101101111101101110111111111110110111111
+6,39,12,87,1111111111111111111111111101101111111111110111000111010111111111101111101101111111111111110110111111
+6,39,13,87,1110111111111111111111011110111111111110111111011111010111111101101111101101110111111111110111111111
+6,39,14,87,1110111111111111111111011111101111101111111111001111111111111101101111101101110111111111110110111111
+6,39,15,81,1111111111111111111110011111101111111111111101001111010111011001101111101100110111111111110110110111
+6,39,16,80,1111111111111101101101111111001111111111110110000111010111111001001111101111110111111111110110111111
+6,39,17,79,1110111111010111111111011111111011101111110111001101010111111001101111101111110111111111110110110101
+6,39,18,82,1111111111111111110111011110101111111111111110011111010111110001111111101111110111011111010110110111
+6,40,0,86,1110111111111111111111111101111111111111110111000111010111111111101111101101110111111111110110111111
+6,40,1,86,1110111111111111111111111101111111111111110111000111010111111111101111101101110111111111110110111111
+6,40,2,88,1110111111111111111111111111111111111110110111011111010111111101101111101101110111111111110111111111
+6,40,3,86,1110111111111111111111011100111111111111111111000111011111111111101111101101110111111111110110111111
+6,40,4,83,1111011111111111111011111101111110111111100111001111010111111001101111111101111111111111010110111111
+6,40,5,86,1111111111111111111111111111101101111111111101000111010111110111101111111101111111111111010110111111
+6,40,6,88,1111111111110111111111111101111111111111110111000111110111111111101111111101111111111111010110111111
+6,40,7,84,1111111111111111011111011110111111111110110111011111010111011001101111101101111111111111010111111111
+6,40,8,84,1111111111111111111111011111111111101111111111001011010011011001101111100101111111111111110111111111
+6,40,9,86,1110111111111111111111011111101111100111101111001111111111111101101111111101110111111111110110111111
+6,40,10,86,1110111111111111111111111101111111101111110111001111110111111111101111111101110111111111010110011111
+6,40,11,88,1111111111111111111111011111101111111111111111000111011111111101101111101101111111111111110110111111
+6,40,12,81,1111111111111111110111011111101111111111110110010111010111110001111111101111101111011111010110110111
+6,40,13,86,1111111111011111111111111100101111111111111111001111010111111111101111101101110111111111110110111111
+6,40,14,87,1111111111111111111111111111101101101111111111000111010111111111101111101101111111111111110110111111
+6,40,15,84,1110111111111111101111111101101111111111010111001111010111111111101111101101110111111111110110111111
+6,40,16,87,1111111111111011111111111111111111111111110111001111010111111111100111111101110111111111010110111111
+6,40,17,84,1110111111111111011111111101111111111111111111000111010111111001101111101111111111111111110010110111
+6,40,18,86,1111111111111111111111111100101111111111110111000111010111111111101111101101111111111111110110111111
+6,41,0,84,1110111111111111111111011111111111100110100111011111111111111101101011101101110111111111110110111111
+6,41,1,85,1111111111111111011111011110101111111111111111001111010111011001101111111101111111111111010111111111
+6,41,2,81,1111011111111111111011111101111110111111100111000111000111111011101111111101111111111111010010111111
+6,41,3,87,1111111111111111111111111111101111111111111101001111010111110101101111111101111111111111010110111111
+6,41,4,85,1111111111111011111111111111111101111111111101000111010111111111101111111001110111111111010110111111
+6,41,5,87,1111111111111111111111111111101111111111110111001111010111110111100111111101111110111111010111111111
+6,41,6,85,1110111111111111111111111111101101111110110011010111010111111101101111101101111111111111111111110111
+6,41,7,88,1111111111111111111111111111111111101111111111001101010111111111101111101101110111111111110110111111
+6,41,8,89,1111111111111111111111111100101111111111110111001111110111111111101111111101111111111111110110111111
+6,41,9,82,1110111111111111111111111101111111101111110111000111010011111111101111101101110111111111010110011111
+6,41,10,87,1111111111110111111111111101111111111111110111000111110111111111101111101101111111111111010110111111
+6,41,11,86,1110111111111111111111111101101111111111110111000111010111111111101111111101110111111111110110111111
+6,41,12,89,1111111111110111111111011111101111111111111111000111111111111101101111111101111111111111110110111111
+6,41,13,85,1111111111111110111111111100111111111111110111000111010111111111101111101101111111111111010110111111
+6,41,14,85,1111111111111111111111011111101101111111111101000111011111110101101111101101111111111111110110111111
+6,41,15,89,1111111111111111111111111111101111111111111111000111010111111111101111111101111111111111010110111111
+6,41,16,84,1111111101111111111111011111101111111111110111100111011111111101101110001101111111111111010110111111
+6,41,17,88,1111111111111011111111111111111111111111111111001111010111111111100111111101110101111111110110111111
+6,41,18,86,1111110111111111111111111111101101111111111101000111010111111111101111111101111111111111010110111111
+6,42,0,85,1110111111111111111011111100111111111111110111000111010111111111101111111101111111111111010110111111
+6,42,1,86,1111111111111110111111111111101111111111110111000111010111111111101111101101111111111111010110111111
+6,42,2,86,1111111111110111111111011111111111111111111111001111010111111111100111111101110101111111110110110111
+6,42,3,89,1111111111111011111111111111101111111011111111000111111111111101101111111101111111111111110110111111
+6,42,4,89,1111111111111111111111111100101111111111110111001111110111111111101111111101111111111111110110111111
+6,42,5,88,1111111111111111111111111100101111111111110111001111110111111111101110111101111111111111110110111111
+6,42,6,89,1111111111111111111111111111101111111111110111001111010111111111101111111101111111111111010110111111
+6,42,7,87,1111111111110111111111011111101111111111111111000111111111110101100111111101111110111111110111111111
+6,42,8,85,1111011111111011111111111111110111111111111111000111010111111111101111101101110111111111010110111111
+6,42,9,88,1111111111110111111111111101111111111111110111001111110111111111100111111101111101111111110110111111
+6,42,10,83,1110110111110111111111111111101101101111110111010111010111110111101011101101111111111111111110111111
+6,42,11,85,1111111111111101111111111111101101111110111011100111010111111101101111101101111111111111110111110111
+6,42,12,85,1111111111111110111111111100111111111111110111000111010111111111101111101101111111111111010110111111
+6,42,13,86,1111111111110111111111111101111111111111110111000111010111111111101111101101111111111111010110111111
+6,42,14,87,1110111111111011111111111111101101111111111111011111010111111101100111101101111111111111111111110111
+6,42,15,84,1111111111111111111111111111111111111110110011000111010111111111001111111101110101111111110010111111
+6,42,16,86,1110111111110111111111111101101111111110110111010111010111111111101111101101111111111111111111110111
+6,42,17,86,1111111111111111111111111111111101111111110011000111110111111101101111101101111111111111010110111111
+6,42,18,85,1110111111111111011111011110101111111111111111001111010111111001101111111101111111111111010111111111
+6,43,0,86,1110111111110011111111111111111101111111111111011111010111111101100111111101111111110111111111110110
+6,43,1,86,1101111111111111111111111101101111111111110011001111110111111111100111101101111101111111111110111111
+6,43,2,88,1111111111111111111111011111111111111111111111001111110110111111100111111101111101111111110110110111
+6,43,3,86,1111111111110111111111111100101111111111110111001111010111111111101111111101111111110111110110111111
+6,43,4,88,1111011111110111111111111111111101111111111111000111010111111111101111111101110111111111110111111111
+6,43,5,82,1111111111111011111111011111100111111111111111000111111111110101100011101101111110111111010110111111
+6,43,6,85,1111111111111101111111111101101101111110111111101111010111111101101111101101111101111111110111110111
+6,43,7,87,1111111111110111111111111111111111111111110011000101110111111111100111111101111111111111110110111111
+6,43,8,87,1110111111111011111111111101111111111111110111011111010111111101100111101101111111111111111111110111
+6,43,9,84,1110111111110111111111111111101101111110111111010111000111111111101111101101111111111110111110110111
+6,43,10,85,1111111111111011111111111111101111111011111111000111101111101101100111101101111111111111111110110111
+6,43,11,88,1110111111111011101111111111111101111111111111011111010111111101101111111101111111101111110111111111
+6,43,12,88,1111111111111111111111111111101111111101111111000111111111111101001111111101111010111111110111111111
+6,43,13,85,1111111111110011111111011111101111111011111111000111111111110101100111111101111111111111110110111111
+6,43,14,87,1110110111111111111111111101101111111011111111000111111111111111101111111101101111111111110110111111
+6,43,15,85,1111111111111011111011111110111111111111110111000111010111111101101111111101111111111111010110111111
+6,43,16,86,1111111111110111111111011101101111111111111111000111111111110101100111111101111111111111110110111111
+6,43,17,90,1111111111111111111111111110101111111111110111001111110111111111101111111101111110111111110111111111
+6,43,18,88,1111111111111011111111111111101101111111111111000111111111111101101111111101111111111111010110111111
+6,44,0,84,1111111111110011111111011111101111111111111111000111101111101111100111111101111101111111110110110111
+6,44,1,82,1111111111111111111111011111111111101011111111001111110110111100100111101101111101111111111110100101
+6,44,2,87,1111111111111011101111111101111111111111111111011111010110111111100111111101111101111111111110110111
+6,44,3,85,1110111111111111111111011111111111111111110101001111100111111101100111101111111111111111110110110111
+6,44,4,88,1111111111111011111111111111101111111011111111000111111111101111101111101101111111111111111110110111
+6,44,5,84,1110110111111111111111111101101111111011111111000111101111111101100111111101101111111111110110111111
+6,44,6,84,1111111111111011111111011111101101111011111111000111111111110101100111101101111111111111110110111111
+6,44,7,86,1111111111110011111111111111101111110111111111000111111111111101100111111101111111111111010110111111
+6,44,8,85,1111011111111111111111111110101111111111110111001111010111110111101111111101100110111111110111111111
+6,44,9,90,1101111111110111111111111111111101111111111111000111110111111111101111111101111111111111110111111111
+6,44,10,88,1111111111111111111111011111111111111111110111000101110111111111100111111101111111111111110110111111
+6,44,11,87,1111111111110111111111111111111111111111111011001111110111111111100111111101111101011111110110110111
+6,44,12,87,1110111111111011101111111111111101111111111111011111010111111101101111111101111111101111110111110111
+6,44,13,87,1100111111111011111111111101111111111111110111011111010111111101100111101101111111111111111111111111
+6,44,14,87,1111111111111001101111111111111101111111111111011111010111111101101111111101111111101111110111110111
+6,44,15,88,1110111111111111111111011111111111111111111111001111110110111111100111111101111101111111110110111111
+6,44,16,83,1111111111111011011111111111101101111110111111101111011111111101101111111101111101111111010110100110
+6,44,17,86,1111111111111101111111111101101101111111111111000111110111111101101111101101111111111111110111111011
+6,44,18,87,1101011111111111111111111111111101111111111111000111010111111111101111111101110111111011110111111111
+6,45,0,86,1111111111111001111111111101101101111111111111001111010111111111100111101101111111111111111111111011
+6,45,1,87,1100111111111111111111111101111111111111110111010111110111111101101111101001111111111111110111111111
+6,45,2,89,1101111111111111111111111111111111111111111111000111110111111111100111111100110111111111110111111111
+6,45,3,86,1111011111111111111111011111111101111111111111000101010111111111101111111101111111111011110110111111
+6,45,4,87,1110111111111111111111011111111111111111111111001111110100111111100111111101111101111111110110111111
+6,45,5,89,1110111111111111111111011111111111111111111111001111110110111111100111111101111101111111110111111111
+6,45,6,83,1110111111111011111111011101111111111111110111010101010111111101100111101001111111111111110111111111
+6,45,7,90,1101111111111111111111101111111111111111110111001111110111111111100111111101111111111111111110111111
+6,45,8,85,1111111111110001111111111111101111111111111111010111110111111101100111111101111111101111010110111111
+6,45,9,85,0111111111111011101101111111111101110111111101001111011111111101101111111101111111111111110111110111
+6,45,10,84,1110111111111011111111111001111111111111110111011111010111111101000111101101111111111111110101111111
+6,45,11,86,1100111111111111111011011111111111111111111111001111110110111111100111111001111101111111111110111111
+6,45,12,82,1111111111110111111111111111111111111011111011001111110111111011100110001101111101111111110100110111
+6,45,13,89,1111111111111011111111111111101111111111111111000111111111101111101111111101111111011111111110110111
+6,45,14,84,1111111111111011111111011111101111111011111111000111111111101101100111101101111111111111110110110111
+6,45,15,88,1111111111110011111111111111101101111011111111001111111111110111101111101101111111111111111110111111
+6,45,16,83,1110111111111011101111111111111101111011111111000111110111111101101111101100111111101111110111110111
+6,45,17,86,1111111111110101111111111101101101111111111111011111010111111101101111111101111111111111110011111011
+6,45,18,86,1111001111110111111111111111111101111111111111000111010111111111101111111101110111111011110111111111
+6,46,0,87,1111111111111001111111111101101101111111111111001111110111111111100111101111111111011111111111111011
+6,46,1,89,1111111111111011111111111111101111111111111111000111011111101111101111111101111111111111111110110111
+6,46,2,90,1101111111111111111111111111111111111111110111001111110111111101100111111101110111111111111111111111
+6,46,3,87,1101011111111111111111101111111101111111111111000111010111111111101111111101111111111111110110111111
+6,46,4,90,1111111111111101111111111111101101111111111111011111011111111101101111111101111111111111111010111111
+6,46,5,82,1111111111110011111101111101101111111101111111000111110110101111101111111101111111011111110111110011
+6,46,6,84,1111011111110011111111111111101101111111111111000111010111110011101111111101110111111111110111111111
+6,46,7,91,1101111111111111111111111111111101111011111111001111111111111111101111101101111111111111111110111111
+6,46,8,87,1111001111111111111111111111101101111111111101000111111111111111101111111101110111111011110111111111
+6,46,9,85,1111111111110011111111111101101111111111111111000111010111101111101111111101111111011111111110110111
+6,46,10,84,1100111110111111111011111111101101111111111111001111110111111111100111101001111101111111111110111111
+6,46,11,89,1111111111110011111110011111111111111011111111011111111110110111101111111101111111111111111110111111
+6,46,12,87,1111111111110111111111111111101101110110111111001111111111110111101111101101110111111111111110111111
+6,46,13,87,1101011111111011111111111111111101111011111111000111010111111111101111111101111111111111110111111111
+6,46,14,85,1110111111111011111111011111111111111111011111001111110011111111100111101101111101101111110111111111
+6,46,15,83,1110111111111111101111101111111101111011111111000111110110111101100111111100111111111111110111110111
+6,46,16,87,1111111111110011111111011111101101111011111111001111111111110111101111101101111111111111111110111111
+6,46,17,88,1111111111110011111111111111101101111011111111001111111111110111101111101101111111111111111110111111
+6,46,18,89,1100111111111111111111111111111111111111110111001111110110111111100111111101111111111111111110111111
+6,47,0,86,1111101111111001111111111111101111111111111111000111010111111111101111111101111111011111111110110111
+6,47,1,89,1111111111111111111111111101101101111111111111011111011111101101101111111101111111111111111010111111
+6,47,2,84,1111011111110011111111111111101101111111111111001111110111110011101111101111110111011111110111111011
+6,47,3,85,1111111111111001111011111101101101111111111111000111010111111111100111111101111110111111111111111111
+6,47,4,87,1111111111111101111111111111101100111111111111011110011110111101101111111101111111111111111010111111
+6,47,5,90,1111111111110011111110011111111111111011111111011111111111110111101111111101111111111111111110111111
+6,47,6,92,1111111111110111111111111111111101111111111101001111111110111111101111111101111111111111111111111111
+6,47,7,84,1111001111111011111110011111101111111011111111010111111111110111111111111101010111111011110110111111
+6,47,8,84,1111111111110011111111111111101101111011111111000111011111110111101111101101111111111111111110100111
+6,47,9,89,1110111111011011111111111111101111111111111111001111111111101111101111111101111011111111111110111111
+6,47,10,91,1101111111111111111111111111111101111111110111011111111111111101101111111101110111111111111011111111
+6,47,11,88,1111111111111101111111111111101111111111111111001111010011111101100111111101111111111111111110111111
+6,47,12,85,1111111111111111111111111111101101111111111111001111110111111111100111101101111011011111111000111011
+6,47,13,88,1111111111111001111111111101001101111110111111011111011111111101101111111111111111111111111111101111
+6,47,14,83,1110111110111111111011111101101101111111111111001111111111110111100111101001111101101111111110111111
+6,47,15,86,1101111111110011111111111111101101111011111111001111110111111111100111101101111111111111111110111111
+6,47,16,86,1111111111010011111111111111101101111011111111001111110111111111101111101001111111111111111110111111
+6,47,17,85,1100111110111111111011111111101101111111111111001111111111110111100111101101111101111111111110111111
+6,47,18,90,1111111111111011111111111111101111111111111111010111011111101111101111111101111111111111111110110111
+6,48,0,88,1110111111011011111111111111101111111111111111001111111111101111101111111101110011111111111110111111
+6,48,1,88,1110111111011011111111111111101111111111111111001111111111101111101101111101111011111111111110111111
+6,48,2,86,1101111111111001111111110101101101111110110111011111111111111101101111111111111111111110111011111111
+6,48,3,91,1111111111111111111111111111011101111111111111011111011111111101101111111101110111111111111111101111
+6,48,4,84,0111011111111011110110011111101111111011111111011111111111110111101111111101011111111011110110111111
+6,48,5,86,1111101101110011111110011111111111111011111111010111111111110111111111111101110111111111111110011111
+6,48,6,85,1111111111111001111111111101001101111011111111001111010111111101101111111011111111111111111111101111
+6,48,7,88,1111111111010011111111111111101101111110111111010111111111111111101111101101111111111111111110111111
+6,48,8,84,1111101111111001111111111111101101111111111111000111010111111101101111111101111111011111111110110111
+6,48,9,91,1111111111111001111111111101011111111110111111011111011111111111101111111111111111111111111111101111
+6,48,10,94,1111111111111011111111111111111111111111111111001111111111111111101111110101111111111111111111111111
+6,48,11,86,1110111111010111111111111111101101111111111101001111111110101111101111111101111011111111111110111111
+6,48,12,90,1111111111111011111111111101011101111110111111011111011111111101101111111111111111111111111111101111
+6,48,13,87,1001111111111101111111111110101101111111110111011111111111111101101111111101110111111111111011111111
+6,48,14,87,1111111111110111111111111101101101111111011111011111011110101101101111111101111111111111111011111111
+6,48,15,91,1111111111111111111111111111011101101111111101001111111111111111101111111101111111111111111110111111
+6,48,16,87,1101111111110011111111111101101111111111111111001111111111101111100111101101111111111111111110111111
+6,48,17,86,1111111111111011111111111111101101101011111111000111010111111111101111111101111111111111111110110111
+6,48,18,87,1101111111110011111110111111101111111011111111011111111111110111100111101101111111111111111110111111
+6,49,0,90,1110111111111011111111111111111111111111111111001111111111111111101101110101111011110111111111111111
+6,49,1,90,1111111111011011111111111111101111111111111111001111111111101101101111111101111111111111111110111111
+6,49,2,88,1111111111111011111111111111011101111110101111011111011111111101101111111111111111111011011111101111
+6,49,3,90,1111111111111111111111111101011101111111111111011111011111111101101111111101110111111111111111101111
+6,49,4,90,1111111111111011111111111101011101111110111111011111011111111101101111111111111111111111111111101111
+6,49,5,90,1111111111111111111111111111011101111111111111011111011111111001101111111101110111111111111111101111
+6,49,6,85,1110111111110011111111111111111101111001111111001111110111111111100101111101111011111111111110111111
+6,49,7,90,1111111111011011111111011111101111111111111111001111111111101111101111111101111111111111111110111111
+6,49,8,88,1110111111111111111111111111011111111111111111001111111111101101101111111101110111110111111110110111
+6,49,9,87,1111011111011011111111111111101101111111111111011111010111111111101101111101111011111111111111101111
+6,49,10,89,1101111111111011111111111101111111111111111111001111111111101111100111110101111111111111111110111111
+6,49,11,91,1111111111110011111111111111101111111111111111001111111111111111101111101101111111111111101111111111
+6,49,12,88,1110111111111011111111111111101011111111111101001111111110101111101111111101111011111111111111111111
+6,49,13,91,1111111111010111111111111111111101111111111111001111111111111111101111110101111111111111111110111111
+6,49,14,94,1111111111111111111111111111111111111111111111001111111111111110101111110101111111111111111111111111
+6,49,15,88,1111111101111011111111111111011101101111111101001111101111111111101111111101111111111111111110111111
+6,49,16,89,1111111111111011111111111101011101111110111111011111011111110101101111111111111111111111111111101111
+6,49,17,91,1111111111111111111111111111011101111111111111011111011111111101101111111101110111111111111111101111
+6,49,18,84,1111111111111011111111111101011101111110011110010111011111111101101111101101111111111111011111101111
+6,50,0,90,1111111111110011111111111111101111111111111111001111111111101101101111111101111111111111101111111111
+6,50,1,88,1111111111011011111111111111101111111111111111001111111111101111101111001101111111111111101110111111
+6,50,2,91,1111111111111111111111111111011101111111111111011111110111111101101111111101111111111111111101101111
+6,50,3,87,1111111111011011111111111111101101111111111111011111011111111111001101111101110011111111111111101111
+6,50,4,94,1111111111111111111111111111111111111111111111001111111011111110101111111101111111111111111111111111
+6,50,5,87,1111111111111011111111111111011101111110101111011111011111111101101111110111111111111011011111101111
+6,50,6,92,1111111111111111111111111111011111111011111111001111111111111110101111110101111111111111111111111111
+6,50,7,90,1111111111011011111111111111101111111111111111001111111111101101101111111101111111111111111110111111
+6,50,8,87,1110111101111101111111111111011111111111111111011111111111101101101111111101110111110111111110110111
+6,50,9,89,1111111111111111111111111111011101111111111111001111011111111101101111111101110111111111111111101011
+6,50,10,90,1111111111111111111111111111011101111111111111011111011111111001101111111101110111111111111111101111
+6,50,11,90,1111111111111111111111111111011101111111111111011111011111111001101111111101110111111111111111101111
+6,50,12,94,1111111111111111111111111111111101111111111111011111111111111100101111111101111111111111111111111111
+6,50,13,90,1111111111111111111111111111011111111111111111001111011111111011101111110101110111111111111111101111
+6,50,14,93,1111111111011011111111111111111101111110111111011111111111111111101111111101111111111111111111111111
+6,50,15,87,1111111111110111111111111111001101111111111111011111011111110001101111111111110111111111111110101111
+6,50,16,85,1111111111111111111111111111011101111111111111011111011111111101101001110101110011110110111111101111
+6,50,17,91,1110111111111011111111111111111111111111111111001011111111111011101111111101011111111111111111111111
+6,50,18,89,1110111111111011111111111111101111111111111111001111111111111111101101110101111011110111111111111111
+6,51,0,92,1111110111111111111111111111011101111111111111011111111111111001101111111101111111111111111111111111
+6,51,1,86,1011111111110011111111111111101111111111111111001111011111101101101111111101110111111111101111101111
+6,51,2,89,1111111111111111111111111111011111111111111111001111011111111011101111101101110111111111101111101111
+6,51,3,90,1111111111110011101111111111111111111101011111001111111111111111101111110101111111111111111111111111
+6,51,4,91,1111101111110011111111111111111111111111111111001111111111111111101111101101111111111111111111011111
+6,51,5,93,1111111111111111111111111111111111111111111111001111111011111110101111111101111111111111101111111111
+6,51,6,90,1110111111111011111111111111111101111110111111001111111111111111101111111101011111111111111101111111
+6,51,7,93,1111111111011011111111111111111111111111111111011011111111111011101111111101111111111111111111111111
+6,51,8,91,1111111111011011111111111111111101111110111111010111111111111111101111111101111111111110111111111111
+6,51,9,93,1111111111011011111111111111111101111110111111011111111111111111101111111101111111111111111111111111
+6,51,10,87,1111111111011011111111111111011101111111101111011111111111111101101111010111111111111011011110111111
+6,51,11,87,1111111111111011111111111111101111111110111111001111011111101011101111101101111111111111101111101111
+6,51,12,91,1111111111111111111111111111011101111111111111011111110111111101101111111101111111111111111101101111
+6,51,13,90,1111111011111111111111111111011101111111111111011111110111111101101111111101111111111111111101101111
+6,51,14,87,1111111111110111111111111111011111111111111111001111011111110001101111111101110111111111111110101111
+6,51,15,89,1111111111111111111111111111000101111111111111011111011111111011101111110111110111111111111111101111
+6,51,16,89,1111111111111011111111011111111101111111111111001111111111111110101111101101111011111111101111111111
+6,51,17,93,1111111111110111111111111111111101111111111111011111111111111101101111111101111111111111110111111111
+6,51,18,89,1111111101011111111111111111011111011011111111001111111111111100101111111101111111111111111111111111
+6,52,0,89,1111111111011011101111111111111101111110111111001111111111111111101111110101111111111110111111111111
+6,52,1,91,1111111111110011111111111111111111111101011111010111111111111111101111111101111111111111111110111111
+6,52,2,91,1111101111110011111111111111111111111111111111011111111111111111101111101101111111111110111111011111
+6,52,3,89,1111111101011011111111111111111111111111111111001011111111111011101111110101111111111111110111111111
+6,52,4,90,1111111111011111111111111111111101011011111111001111111111111100101111111101111111111111111111111111
+6,52,5,89,1110111101111011111111111111011111111110111111001111111111111111101111111101011111111111111101111111
+6,52,6,90,1111111111111111111111111111011101111111111111011111110111111001101111111111110111111111111101101111
+6,52,7,88,1111111011111111111111111111000101111111111111011111011111111111101111110101111011111111111111101111
+6,52,8,87,1111101111110011111111111111111111111111111111001111111111111110101111101101111111011111011011011111
+6,52,9,94,1111111111111111111111111111111111111111111111001111111011111111101111111101111111111111101111111111
+6,52,10,91,1111110111111111111111111111011101111111111111011111111111111101101111111101111111111111111101101111
+6,52,11,91,1111111011111111111111111111011101111111111111011111110111111001101111111101111111111111111111111111
+6,52,12,89,1111111011011111111111111111011101111111111111011111111111111101101111111101111111111111011101101111
+6,52,13,90,1111111111111011111111111111111100111110111111010111110111111111101111111101111111111110111111111111
+6,52,14,92,1111111111111011111111111111011111111111111111011011111111111011101111111101111111111111111111101111
+6,52,15,91,1111111111010111111111111111111101111111111111011111110111111101101111111101111111111111111101111111
+6,52,16,89,1111101111011011111111111111111101111110110111001111111111111111101111101101111111111111111111111111
+6,52,17,94,1111111111110011111111111111111111111111111111011111111111111111101111111101111111111111111111011111
+6,52,18,91,1111111111011011111111111111111111111110111111011111110111111111101111011101111111111111111110111111
+6,53,0,91,1111111111011011101111111111111111111110111111001111111111111111101111110101111111111111111111111111
+6,53,1,87,1110111101111011111111111111011101111110111111001111111111111111101111111101011111111110111101111111
+6,53,2,91,1111111111011011111111111111111111111110111101011111110111111111101111111101111111111111111110111111
+6,53,3,88,1111111111010111101111111111111101111111111111011111110111111101001111011101111111111111111101111111
+6,53,4,92,1111111111110011111111111111011111111111111111011011111111111011101111111101111111111111111111111111
+6,53,5,90,1111101111111011111111111111111111111111111111011111111111111111101111101101111111111010111111001111
+6,53,6,91,1111111111011011111111111111111111111110111111001111111111111111101111110101111111111110111111111111
+6,53,7,89,1111101111110011101111111111111101111111111111011111111111111111101111101101111111111110111111011111
+6,53,8,95,1111111111111011111111111111111111111111111111011111111111111111101111111101111111111111101111111111
+6,53,9,91,1111111111111111111111111111011111111111111111001011111011111011101111111101111111111111111111101111
+6,53,10,89,1111111111111011111111111111111111111110111111011111110111111111101110011101111111111111111110010111
+6,53,11,93,1111111111010011111111111111111111111111111111011111111111111111101111011101111111111111111111111111
+6,53,12,90,1111110111111111111111111111011111111111111111011111111111111101101110111101111111111111101101101111
+6,53,13,92,1111111111111111111111111111111101111111111111001111111011111111101101111101111111101111111111111111
+6,53,14,90,1111101111011011111111111111111101111111110111001111111111111111101111111101111111111101111111111111
+6,53,15,90,1111111111110011111111111111111111111100111111010111111111111111101111101101111111111111111110111111
+6,53,16,91,1111101111111011111111111111111111111110110111011111111111111110101111101101111111111111111111111111
+6,53,17,87,1111111111010011111111111111111101111101011111000111111111111111101111111101111111111111111100111111
+6,53,18,90,1111111111010111111111111111111101111111111111011111110111111101101111110101111111111111111111011111
+6,54,0,90,1111111111111011111011111111111111111110111111001111111111111111100111110101111111111111111111111011
+6,54,1,93,1111111111011011111111111111111111111111111111011111111111111111101111111101111111111110101111111111
+6,54,2,92,1111111111111111101111111111111101111111111111001111111111111111101111111101111011101111111111111111
+6,54,3,89,1111111111011011111111111111111111111110111111001111011011111111101101110101111111111111111111111111
+6,54,4,90,1111110111110111111111111111111111111111111111011111111111111101101111111101101111111111101101101111
+6,54,5,92,1111111111011011111111111111011111111111111111011111111111111111101110011101111111111111111111111111
+6,54,6,86,1111111111011011101111111111111111111110111101001111111111111110101111110101111101111111111110011111
+6,54,7,93,1111111111011011111111111111111111111110111111011111110111111111101111111101111111111111111111111111
+6,54,8,92,1111111111111111111111111111111111111111111111001111011011111011101111111101111111101111111111111111
+6,54,9,85,1111111001111111111111111111011101110111111111001011111011111111101101111100111111101111111111101111
+6,54,10,92,1111111111011011111111111111111111111110111111011111111111111111101111111101111111111111101111111110
+6,54,11,93,1111111111111011101111111111111111111111111111001111111111111111101111110101111111111111111111111111
+6,54,12,90,1111111011010111111111011111111101111111111111011111110111111101111111110101111111111111111111111111
+6,54,13,87,1111101111011011111111111111111100111111110111001011111111111111101111111101111111111101111111011111
+6,54,14,93,1111111111111011111111111111111111111111111111001111111011111111101101111101111111111111111111111111
+6,54,15,92,1111111111110111111111111111111101111111111111011111111111111111101111110101111111101111111101111111
+6,54,16,93,1111111111111011111111111111111111111111110111011111111111111111101111111101111011111111111111110111
+6,54,17,90,1111101111010011111111111111111111111110111111011111111111111110101111101101111111111111111111111111
+6,54,18,86,1111111111110011111101111111111101111100111111000111111011111101101111101101111111111111111111111111
+6,55,0,91,1111111111111111111111111111111101111111111111101111111111011011101111111101111011101110111111111111
+6,55,1,93,1111111111011011101111111111111111111111111111011111111111111111101111111101111111111111101111111111
+6,55,2,91,1111111111111011111111111111111101111111111111011111111111111111101111110101111111101110111101111111
+6,55,3,94,1111111111010111111111111111111111111111111111011111111111111111101111111101111111111111101111111111
+6,55,4,94,1111111111111011111111111111111111111111111111001111111110111111101111111101111111111111111111111111
+6,55,5,90,1111111111011011101101111111111111111110111111011111110111111111101111110101111111111111111111111111
+6,55,6,91,1111111111111011111111111111111111111111110011011111111111111111101101111101111011111111111111110111
+6,55,7,94,0111111111111111111111111111111111111101111111011111111111111111101111111101111111111111111110111111
+6,55,8,91,1111111111011011101111111111111111111110111111011111111111111111101111111101111111111111101111111110
+6,55,9,93,1011111111111011111111111111111111111111111111001111111111111111101111110101111111111111111111111111
+6,55,10,93,1111101111110111111111111111111111111111111111011111111111111110101111101101111111111111111111111111
+6,55,11,91,1111111111011011111111111111111111111110110111011111111111111111101111111101111011111111111111110111
+6,55,12,93,1111111111011011111111111111111111111111111111011111111111111111101111111101111111111110101111111111
+6,55,13,91,1111111111011011111111111111111011111111111111011111111111111111101111111101111111110110101111111111
+6,55,14,92,1111101111111011111111111111111111111110110111011111111111111111101111111101111111101111111111111111
+6,55,15,89,1111111111010011111111111111111111111111111111011111111111101110101111101101111011111111111111110111
+6,55,16,95,1111111111111011111111111111111111111110111111011111111011111111111111111101111111111111111111111111
+6,55,17,91,1111111111011011111111111111111111111111111111001111110110111111101101111101111111111111111111111111
+6,55,18,91,1111111111011011111111111111111111111110111110001111110111111111101111111101111111111111111111111111
+6,56,0,93,1011111111111011111111111111111111111111111111001111111111111111101111110101111111111111111111111111
+6,56,1,94,1011111111111011111111111111111111111111111111001111111111111111101111110111111111111111111111111111
+6,56,2,92,1111101111110111111111011111111111111111111111011111101111111110111111101101111111111111111111111111
+6,56,3,92,1111111111111011111111111011111111111110111111011111111010111111101111111101111111111111111111111111
+6,56,4,89,1111101111111011111111111111111101111110111101011111111011111111101111111101111111101111111101111111
+6,56,5,95,1111111111111011111111111111111111111111111111011111111111111111111111110101111111111110111111111111
+6,56,6,92,1111101111111011111111111111111111111111111111011111111111111111101111111101111111101111101111110111
+6,56,7,92,1111111111011011111111111111111111111110110111011111111111111111101111111101111111111110111111111111
+6,56,8,94,1111101111111111111111111111111111111111110111011111111111111111101111111101111111101111111111111111
+6,56,9,91,1111111111111011111111111111111111111110111111001111111110111111101011111101111111111111111111111101
+6,56,10,90,1111111111011011111111111111111101111111111111011111111111111111101111110101111111111110011101111111
+6,56,11,92,1111111111011011111111111111111111111111111111011111111111111111101111111101111111101110101111111111
+6,56,12,95,1111111111111011101111111111111111111111111111011111111111111111101111111101111111111111111111111111
+6,56,13,89,1111111111011011101111111110111111111110111111101111111110111111101111111101111111111111101111111110
+6,56,14,92,1111111111010011101111111111111111111111111111011111111111111111101101111101111111111111111111111111
+6,56,15,94,1111111111111011111111111111111111111111111111011111111011111111101111111101111111111111101111111111
+6,56,16,93,1111111111011011111111111111111111111111111111011111111110111111101111111101111111111111101111111111
+6,56,17,94,1111111111110111111111111111111111111111111111001111111111111111100111111101111111111111111111111111
+6,56,18,91,1111111111011011111111111111111111111111111111001111111110111111101111111101111111110110111111111111
+6,57,0,93,1110111111111011101111111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,57,1,93,1111111111111010111111111111111111111111111111011111111011111111101111111101111111111111101111111111
+6,57,2,94,1111111111011111111111111111111111111111111111011111111111111111101111111101111111101110111111111111
+6,57,3,93,1111111111111011111111111111111111111111111111001111111110111111101111111101111111111111101111111111
+6,57,4,92,1110111111011111111111111111111111111111111111001111111110111111101111111101111111111111101111111111
+6,57,5,91,1111101011110011111111111111111111111111111111011111111111111111100111111101111110111111111111111111
+6,57,6,94,1111111111111011111111111111111111111111111111011111111111111110101111111001111111111111111111111111
+6,57,7,92,1111101111110111101111011111111111111111111111011111101111111111111111101101111111111111111111111111
+6,57,8,92,1111111111011010111111111111111111111111111111011111111011111111101111111101111111111111101111111111
+6,57,9,92,1111111111111011111111111111111111111111111111011011111110111111101111111001111111111111101111111111
+6,57,10,94,1111111111111011111111111111111111111111111111011111111110111111101111111101111111111111101111111111
+6,57,11,93,1111111111011011111111111111111111111111111111011111111011111110111111111101111111111111101111111111
+6,57,12,92,1111111111011011111111111111111111111111111111011111111110011111101111111101111111111111111111111110
+6,57,13,91,1111101111110111111111011111111111111111111111011111101111111110111111101101111111111111101111111111
+6,57,14,94,1111111111111011101111111111111111111111111101011111111111111111101111111101111111111111111111111111
+6,57,15,95,1111111111111011101111111111111111111111111111011111111111111111101111111101111111111111111111111111
+6,57,16,94,1111111111111011111111111111111111111111111111011111111011111111101111111101111111111111101111111111
+6,57,17,93,1111111111111011111111111111111111111111111111011111111011111111101111111101111111011111101111111111
+6,57,18,95,1111111111111111111111111111111111110111111111011111111111111111100111111101111111111111111111111111
+6,58,0,94,1111111111011111111111111111111111111111111111011111101111111111101111111101111111101111111111111111
+6,58,1,92,1111111111111011101111111111111111111111111101001111111111111111101111111101111111111110111111111111
+6,58,2,92,1111111111011011111111111111111111111111111111011111111111011111101111011101111111111111111111111110
+6,58,3,93,1111111111111011101111111111111111111111111111011111111110111111101111111101011111111111111111111111
+6,58,4,94,1011111111011111111111111111111111111111111111011111111111111110111111111101111111101111111111111111
+6,58,5,92,1111111111011011111111111111111111111111111111011111111011111111101111111101111111111110101111111111
+6,58,6,92,1111111111011011111111111111111111111111111101011111111110111111101111111101111111111111101111111111
+6,58,7,93,1111111111111010111111111111111111111111111111001111111111111111101111111101111111111111101111111111
+6,58,8,93,1111111111111011110111111111111111110111111111011111111111111111100111111101111111111111111111111111
+6,58,9,93,1111111111111111111111110111111111111111111110011111111111111110101111111001111111111111111111111111
+6,58,10,93,1111111111011111111111111111111111111111111111011111111011111111101111111101111111101110111111111111
+6,58,11,92,1111111111111011111111111111111011111111111111001111111110111111101111111101111111111111101111111111
+6,58,12,94,1111111111111011111111111111111111111111111111011111111011111111101111111101111111111111101111111111
+6,58,13,93,1111111111111011111111111111111111111110111111011111111011111111101111111101111111111111101111111111
+6,58,14,94,1111111111111011111111111111111111111111111111011111111110111111101111111101111111111101111111111111
+6,58,15,92,1110111111111011101111111111111111111111111111001111111111111111101111111101111111111111101111111111
+6,58,16,94,1111111111111011111111111111111111111111111111011111111111111110101111111101111111111110111111111111
+6,58,17,93,1111111111111011101111111111111111111111111111011111111111111111001111111001111111111111111111111111
+6,58,18,95,1111111111111111111111111111111111110111111111011111111111111111100111111101111111111111111111111111
+6,59,0,92,1111111111011111101111111111111111111111111111011111100111111111101111111101111111101111111111111111
+6,59,1,93,1111111111011111111111111111111111111111111111011111101111111111101111111101111110101111111111111111
+6,59,2,93,1011110111011111111111111111111111111111111111011111111111111111101111111101111111101111111111111111
+6,59,3,94,1111111111111011111111111111111111111111111111011111111110111110111111111101111111111111111111111011
+6,59,4,92,1111111111111111110111111111111111110111111111011111111011111111101111111101111111111011101111111111
+6,59,5,95,1111111111111011111111111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,59,6,95,1111111111011111111111111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,59,7,92,1011111111111111111111111111111111110111111111011111111111111110111111111101111111101111111100111111
+6,59,8,94,1111111111111011111111111111111111111111111111011111111110111111101111111101111111111101111111111111
+6,59,9,93,1111111111111010111111111111111111111111111111001111111111111111101111111101111111111111101111111111
+6,59,10,90,1011111111011111110111111111111111110111111111011111111111111110101111111101111111101111111111111101
+6,59,11,94,1111111111111011111111111111111111111111111111011111111111111011110111111101111111101111111111111111
+6,59,12,93,1111111111111111111111111111111111111111111111011111111111101110100111111101111111101111111111111111
+6,59,13,92,1011111111011011100111111111111111110111111111011111111111111111111111111101111111111111111111111111
+6,59,14,95,1111111111111011111111111111111111111111111111011111111110111111101111111111111111111101111111111111
+6,59,15,93,1111111111101011111111111111111111111111111111011111111110111111101111111101111111111101111111111111
+6,59,16,92,1111111111011111111111111111111111111111111111011111101111111011101111111101111111101111011111111111
+6,59,17,93,1011111111011111110111111111111111111111111111011111111111111110111111111101111111101111111111111111
+6,59,18,92,1111111111111011111111111111111111110111111111011111111011111111100111111101111111111111101111111111
+6,60,0,93,1111111111111111110111111111111111111111111111011111111111111111101111111101111111101011111111011111
+6,60,1,91,1111111111111011111111111111111111110111111111011111111011111011110111111101111111110111101111111111
+6,60,2,93,1111111111111011111111111111011111111110111111011111111111111110101111111111111111111101111111111111
+6,60,3,93,1111111111011111111111111111111111111101111111011111111110111111100111111101111111111111111111111111
+6,60,4,90,1111111111001011111111111111111111111111111111011111111110111111101111111101111110101101111111111111
+6,60,5,94,1111111111111111111011111111111111111111111111011111101111111111101111111101011111111111111111111111
+6,60,6,92,1011110111011011111111111111111111111111111111011101111111111111101111111101111111111111111111111111
+6,60,7,92,1111111111101111111111111111111111111111111111011111111110111111101111111101111111100101111111111111
+6,60,8,93,1111110111111111111111111111111111111111111111011111111011111111101111111101111111111011101111111111
+6,60,9,92,1011111111011111110111111111111111110111111111011111111111111111101111111101111111101111111111111111
+6,60,10,94,1111111111111011111111111111111111111111111111011111111110111110111111111101111111111111111111111011
+6,60,11,94,1111111111111011111111111111101111111111111111011111111111111111100111111101111111111111111111111111
+6,60,12,94,1111111111111011111111101111111111111111111101011111111111111111101111111111111111111101111111111111
+6,60,13,94,1111111111111111111111111111111111111111111111011111111110111111101111110101111111111111110111111111
+6,60,14,95,1111111111111011111111111111111111111111111111011111111110111111101111111111111111111101111111111111
+6,60,15,93,1011111111011111110111111111111111111111111111011111111111111110111111111101111111101111111111111111
+6,60,16,94,1011110111111111111111111111111111111111111111011111111111111111101111111101111111101111111111111111
+6,60,17,92,1111111111011011111011111111111111111111111111011111111110111110111111111101111111111111111111111011
+6,60,18,95,1111111111111011111111111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,61,0,93,1111111111111011110111111111111111111111111111011111111011111111101011111101111111111111111111111111
+6,61,1,90,0011111111011111111111111111111111110111111111011111111111111111000111111101111111101111111111111111
+6,61,2,94,0111111111111111111011111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,61,3,93,1111111111111011111110111111111111111111111111011111101111111111101111111101011111111111111111111111
+6,61,4,95,1111111111111011111111111111111111111111111111011111111110111111101111111111111111111101111111111111
+6,61,5,93,1111111111111011111111111111111111111111111111011111111110111111101111111111011111111101111111110111
+6,61,6,93,1111111111111011111111111111111111111111111111011111111110111111101111111110111101111101111111111111
+6,61,7,93,1111111111111011111111111110111111111111111111011111111110011111101111111111111111111101111111111111
+6,61,8,95,1111111111111011111111111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,61,9,91,1111111111111011111111111111001111111100111111011111111111111110101111111111111111111101111111111111
+6,61,10,93,1111111111111011111111111111111111111111101111011111111111110111100111111101111111111111111111111111
+6,61,11,92,1111111111111011111111111111111111111111111111010111111111111111100111111101111011111111101111111111
+6,61,12,94,1111111111111111111011111111111111111111111111011111101111111111101111111101011111111111111111111111
+6,61,13,94,1111111111111011111111111111111011111111111111011111111111111111100111111101111111111111111111111111
+6,61,14,95,1111111111111011111111111111111111111111111111011111111110111111111111111101111111111111111111111011
+6,61,15,91,1111111111011111111011111111111111111111111111011111111110111110101111110101111111111111110111111111
+6,61,16,93,1011111111111011110111111111111111111111111111011011111111111110111111111101111111111111111111111111
+6,61,17,90,1111111111011111111111111111111111111111111111011111111110111110111111111100111111100111111011111011
+6,61,18,94,1111111111111011111111111111111111111110111111011111111110111111101111111111111111111101111111111111
+6,62,0,92,1111111111111011111111111111111111111111111111011111111110111111101111111111011101111101111111110111
+6,62,1,93,1111111111111011111111111111111111111111111111011111111110111111101111111110111111111101101111111111
+6,62,2,91,1111101111011011111111111111111111111111111111011111111110111110101111111101111111111111110111111111
+6,62,3,91,1011111111111111110011111111111101111111111111011011111111111110111111110101111111111111111111111111
+6,62,4,91,1111111111111011111110111110111111111111111111011111101110011111101111111111111111111101111111111111
+6,62,5,95,1111111111111011111111111111111111111111111111011111111111111111101111111101011111111111111111111111
+6,62,6,94,0111111111111111111111111111111111111111111111011111111110111111101111111111111101111101111111111111
+6,62,7,93,1111111111111011111011111111111111111111111111011111111111111111100111111100111111111111111111111111
+6,62,8,94,1111111111111011111110111111111111111111111111011111111111111111111111110101011111111111111111111111
+6,62,9,92,1111111111111011111111111111111111111111111111011111101110111111101111111101111110111111111111111011
+6,62,10,95,1111111111111111111111111111111011111111111111011111111111111111100111111101111111111111111111111111
+6,62,11,92,0111111111111011111011111111111111111111111111011110111111111111100111111101111111111111111111111111
+6,62,12,94,1111111111111011111111111101111111111111111111011111111110111111101111111111111111111101111111111111
+6,62,13,96,1111111111111011111111111111111111111111111111011111111110111111111111111101111111111111111111111111
+6,62,14,93,1111111111111011111111111111111011111111111111011111111110111111100111111111111111111111110111111111
+6,62,15,94,1111111111111011111111111111111111111110111111011111111111111111101111111101111111111101111111111111
+6,62,16,92,1111111111111011110111111111111111111111111111011011111110111111111111111100111101111111111111111111
+6,62,17,94,1011111111111011111111111111111111111111111111011111111111111110101111111111111111111101111111111111
+6,62,18,94,1111111111111011111111111111111111110111111111011111111111111111101111111110111111111111111111111101
+6,63,0,95,1111111111111010111111111111111111111111111111011111111111111111101111111101111111111111111111111111
+6,63,1,94,1111111111111111111111111111101011111111111111011111111110111111110111111101111111111111111111111111
+6,63,2,93,1111111111111011111110111111011111111111111111011111111110111111101111111111111111111111110111111111
+6,63,3,92,1111111111111011111111111111111011110111111111011111111111111111100111111101011111111111111111111111
+6,63,4,94,1111111111111111111111111111111011111110111111011111111111111111100111111101111111111111111111111111
+6,63,5,94,1111111111111011111111111111110111111111111111011111111111111111101111111101111111111101111111111111
+6,63,6,95,1111111111111011111111111111111111111111111111011111111110111111111111110101111111111111111111111111
+6,63,7,94,1111111111111011111110111111111111111111111111011111101111111111111111111101011111111111111111111111
+6,63,8,94,1111111111111011111111111111111111111110111111011111111111111111101111111101111111111101111111111111
+6,63,9,92,1111111111111011111111111111111111110111111111011111111111111111101111111010111111111111111111011101
+6,63,10,96,0111111111111111111111111111111111111111111111011111111111111111101111111111111101111111111111111111
+6,63,11,92,1111111111111011111110111111111111111111111111011111111110111111111111110101011111111101111111111111
+6,63,12,93,1111111111111011111111111111111111111111111111011111111110111111101111111110111111111111101011111111
+6,63,13,92,1111111111111011111111111011111111111111111110011111111111111111101111111101011111111101111111111111
+6,63,14,89,1111111111111011111111111111111011111111111111010111111110111111100111111101011111111111110111111110
+6,63,15,97,1111111111111011111111111111111111111111111111011111111111111111101111111111111111111111111111111111
+6,63,16,92,1011111111111111110011111111111101111111111111011111111111111110111111110101111111111111111111111111
+6,63,17,90,1111111111111011111111111111111111111110111111011011001111111111101111111101111111111101111111111110
+6,63,18,92,1111111111111011111011111111111111111110111111011111111111111111100111111100111111111111111111111111
+6,64,0,92,1111111111111011111101111111111111011111111111011111111111111111101111110111011101111111111111111111
+6,64,1,93,0111111111111111111110111111111111111111111111011111111110111111111111111101111101111101111111111111
+6,64,2,97,1111111111111011111111111111111111111111111111011111111111111111101111111111111111111111111111111111
+6,64,3,96,0111111111111111111111111111111111111111111111011111111111111111101111111111111101111111111111111111
+6,64,4,94,1111111111111011111110111111111111110111111111011111101111111111111111111111111111111111111111011111
+6,64,5,92,1111111111111011111111111111111111111111111111011111111111111111101111111000011111111111111111111101
+6,64,6,94,1110111111111011111111111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,64,7,94,1111111111111111111111111111111011111110111111011111111111111111100111111101111111111111111111111111
+6,64,8,93,1111111111111010111111111111111111111111111111011111111111101111101111111101111111101111111111111111
+6,64,9,94,1111111111111010111111111111111111111111111111011111111111111111101111111101111111111111101111111111
+6,64,10,95,1111111111111011111111111111110111111111111111011111111111111111101111111111101111111111111111111111
+6,64,11,95,1111111111111011111111111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,64,12,93,1111111111111111111111111111101011111111111111011111111110111111110111110101111111111111111111111111
+6,64,13,96,1111111111111011111111111111111111111111111111011111111110111111111111111101111111111111111111111111
+6,64,14,91,1011111111111111111011111111111101110111111111011111111111111110111111111101011111111111111101111111
+6,64,15,89,1111111111110011110011111111111011111111011111011111111111111111100111110101111111111111111111111111
+6,64,16,93,1111111111111011111111111111111111111111111111011111111111111111101111110101111111111001111111111111
+6,64,17,93,1111111011111011111111111111111111111111111111011111111110111111101111111101111111111111111011111111
+6,64,18,92,1111111111111011111111111111100111111111111101011111111111111111101111111101111111111101111111111111
+6,65,0,94,1111111111111011111111111111111111111111111111011111111111111111101111111101111111111101111011111111
+6,65,1,95,1111111111111011111111111111111111111111111111011111111110011111111111111101111111111111111111111111
+6,65,2,96,0111111111111111111111111111111111111111111111011111111111111111101111111111111101111111111111111111
+6,65,3,94,1111111111111111111111111111111011111111111111011111111110111111110111111101110111111111111111111111
+6,65,4,95,1111111111111011111111111111111111111111111111011111111111111111100111111101111111111111111111111111
+6,65,5,96,1111111111111111111111111111111011111111111111011111111110111011111111111111111111111111111111111111
+6,65,6,94,1111111111111011111111111111111111111111111111011111111111101111101111111101111111101111111111111111
+6,65,7,93,0111111111111010111111111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,65,8,91,1111111111011111111111111111111011110111111111011110111111110111110111111101111111111111111111011111
+6,65,9,95,1111111111111011111110111111111111111111111111011111101110111111111111111111111111111111111111111111
+6,65,10,93,1111111111111011111111111111111111111111111111011111111111111111101111111101111111101101110111111111
+6,65,11,94,1111111111111010111111111111111111111111111111011111111111101111101111110111111111111111111111111111
+6,65,12,92,1111111111111111111111111111110111111111111111011111111111111101101111111101111111111011111010111111
+6,65,13,95,1111111111111011111111111111111111111111111111011111111110111011111111111111101111111111111111111111
+6,65,14,89,1111111111101011111101111111111111011111111111011111111111111111101111110101011101111101111111111111
+6,65,15,97,1111111111111011111111111111111111111111111111011111111111111111101111111111111111111111111111111111
+6,65,16,90,0111111011111011111111111111111111111111111111011111111110111111101111101101111111111101111011111111
+6,65,17,94,1111111111111111111110111111111111111111111111011111111110111111111111111101111101111101111111111111
+6,65,18,96,1111111111111111111111111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,66,0,94,1111111111111111111111111111111111111111111111011111111110111111100111111101111111111101111111111111
+6,66,1,97,1111111111111111111111111111111111111111111111011111111111111111101011111111111111111111111111111111
+6,66,2,92,1111111111111111111111111111111011111111111111001111111110011011101111111101111111111111111111111111
+6,66,3,94,1111111111111011111111111111111111111111111111011111011110111111111111101111111111111111111111110111
+6,66,4,95,1111111111111011111111111111111111111111111110011111111110111111101111111111111111111111111111111111
+6,66,5,96,1111111111111011111111111111111111111111111111011111111111011111111111111101111111111111111111111111
+6,66,6,92,0111111111111010111011111111111111111111111111011111111111111111101111111101111111111101111111111111
+6,66,7,92,1111111111111011111111111111111111111111111111011111111111101101101111111101111111101111111111111101
+6,66,8,93,1111111111111111111111111111111011111111111111011111111110110111110111111101110111111111111111111111
+6,66,9,91,1111111111011111111101111111111011110111111111011110111111111111110111111101111111111111111111011111
+6,66,10,93,1111111111111111111111111111111011111111111111011111111110111011111101111111111111111101110111111111
+6,66,11,95,1111111111111111111111111111111111111111111111011111101111111111101111111101111111111111101111111111
+6,66,12,95,1111111111111111111110111111111111111111111111011111111111111111101111111101111111111111111111111101
+6,66,13,95,1111111111111011111111101111111111111111111111011111111111111111101111111111111111111101111111111111
+6,66,14,96,1111111111111111111111111111111011111111111111011111111110111011111111111111111111111111111111111111
+6,66,15,93,1111111111111111111111111111111011111111111111011111110110111111110111111101110111111111111111111111
+6,66,16,93,1111111111111111111111111111111011111111111111011111111111100011110111111111111111111111111110111111
+6,66,17,91,1111111111011111111111111111111011100111111111011110111110111111111111111101111111111111111111011111
+6,66,18,94,1111111111101111111111111111111111111111111111011111111111111111101110111101111111111101111111111111
+6,67,0,92,1111111111110010111111111111111111111111111110011111111110111111101111111111111111111111111110111111
+6,67,1,95,1111111111111011111111111111111111111111111110011111111110111111101111111111111111111111111111111111
+6,67,2,94,1111111111111011111111101111111111111111111111011111111111111111101111101111111111111101111111111111
+6,67,3,93,1111111111111011111111111111111111111111111111011111111111111111101111111101111111111101101011111111
+6,67,4,94,1111111111111011111111101111111111111111111111011111011110111111101111111111111111111111111111111111
+6,67,5,93,1111111111111011111110111111111111111111111111011111111111111111111111101110111111111101111111110111
+6,67,6,94,1111111111101111111111111111111111111111111111011111111111111111101110111101111111111101111111111111
+6,67,7,93,1111111111111011111111111111111111111111111111011111111111111111101111111101011111111101111011111111
+6,67,8,95,1111111111111111111111111111111011111111111111011111011110111011111111111111111111111111111111111111
+6,67,9,91,1111111111111101111111111111111011111111111111011111110111100011110111111111111111111111111110111111
+6,67,10,94,1111111111111111111110111111111111111101111111011111101111111111101111111101111111111111111111111111
+6,67,11,90,0111111111111010111011111111111111111111111111011110111111111111101111111101111111111101111111111101
+6,67,12,95,1111111111101111111111111111111111111111111111011111111111111111111110111101111111111101111111111111
+6,67,13,95,1111111111111111111111111111111011111111111111011111111110111011101111111111111111111111111111111111
+6,67,14,96,1111111111110111111111111111111111111111111111011111111111011111111111111101111111111111111111111111
+6,67,15,96,1111111111111011111111111111111111111111111111011111111111111111101011111111111111111111111111111111
+6,67,16,92,1111111111111111111111111111111011111111111110001111111110011011111111111101111111111111111111111111
+6,67,17,95,1111111111111111111111111111111011111111111111011111111110111011101111111111111111111111111111111111
+6,67,18,93,1111011111111011111111111111111111111011111111011111111111011111111111111101111111111101111111111111
+6,68,0,95,1111111111110111111111111111111111111111111111011111111110011111111111111101111111111111111111111111
+6,68,1,95,1111111111111111111111111111111011111111111111011111011111110011111111111111111111111111111111111111
+6,68,2,90,1111111111101011111111111111111111101111111111011111111111111011101110101101111111111101111111111111
+6,68,3,96,1111111111111111111111111111111111111111111110011111111110111111101111111111111111111111111111111111
+6,68,4,94,1111111111111111101111111111111011111111111111011111011110111011111111111111111111111111111111111111
+6,68,5,92,1111111111111111111111111111111011111111110111001111111110111011101111111111011111111111111111111111
+6,68,6,96,1111111111111111111111111111111111111111111111011111011111111111111110111101111111111111111111111111
+6,68,7,93,1111111111101111111111111111111011110111111111011111111110111011111111111111111111111101111111111111
+6,68,8,91,1111111111111011111110111111111111111111101111011101101111111111101111101101111111111111111111111111
+6,68,9,92,1111111111111111011111101111111111111101111111011111111111111111101111111101111111111101101111111111
+6,68,10,95,1111111111111111111111111111111011111111111111011111111110111011101111111111111111111111111111111111
+6,68,11,94,1111111111111111111111111111111011111111111111011111111110111001101111111111111111111111111111111111
+6,68,12,93,1111111111111011111110111111111111111111111111011111111111111111111111111110111111111101101111110111
+6,68,13,91,1101111111111011111111011111111111111111111111011111111111111111101111101101111111111101111011111111
+6,68,14,95,1111111111110111111111111111111111111111111110011111111111111111101111111101111111111111111111111111
+6,68,15,92,1111111111101010111111111111111111111111111111011111111110111111111110111111111111111101111110111111
+6,68,16,94,1111111111111011111111101111111111111111111111011111111110111111101111101111111111111111111111111111
+6,68,17,93,1111110111111101111111111111111011111111111111011111111111111011101111111111111111111101111111111111
+6,68,18,92,1111111111111011111111111110111011111111111110011111111110111011101111111111111111111111111111111111
+6,69,0,94,1111111111111111111101101111111111111111111111011111111110111111101111101111111111111111111111111111
+6,69,1,95,1111111111111011111111111111111111111111111110011111111110111111101111111111111111111111111111111111
+6,69,2,92,1111111111111011111110111111111111111111111111011111111111110111111111111110111111111101101111110111
+6,69,3,95,1111111111110111111111111111111111111111111111011111111111011111111111111101111110111111111111111111
+6,69,4,95,1111111111111111111111111111111011111111111111011111111110111101101111111111111111111111111111111111
+6,69,5,93,1111111111111111111111111111111111111111111110011111111110111011101110111111111111111110111111111111
+6,69,6,91,1111011111101111111101111111111011110111111111011111111110111011111111111111111111111101111111111111
+6,69,7,95,1111111111111111111111111111111011111111111111011111011111110011111111111111111111111111111111111111
+6,69,8,95,1111111111111111011111101111111111111111111111011111111111111111101111111101111111111111111111111111
+6,69,9,93,1101111111111111111111111111111111111101111111111111111110111111101111111111110111111101101111111111
+6,69,10,90,1111111111101111111111111111111011110111011111001111111110111011101111111111011111111111111111111111
+6,69,11,94,1111111111111111111111111111111011111111110111011111111110111011111111111111111111111101111111111111
+6,69,12,94,1111111111111011111111111111111111111111111111011111111110111001101111111111111111111111111111111111
+6,69,13,94,1111111111111111111111101111111011111111111111011111111110111111101111101111111111111111111111111111
+6,69,14,89,1111110111111001111111111111111011111111111111011111111111111011101111111110111111111101101111110111
+6,69,15,95,1111111111110111111110111111111111101111111111011111111111111111111111111111111111111101111111111111
+6,69,16,95,1111111111110111111111111111111011111111111111011111011110111111111111111111111111111111111111111111
+6,69,17,94,1111111111111111101111111111111111111111111111011111111110011011111111111101111111111111111111111111
+6,69,18,92,1111111111111011111111011111111111111111111011010111011111111111111111111101111111111101111111111111
+6,70,0,94,1111111111111111111111101111111111111111111111011111111111111111101111111101111101111111101111111111
+6,70,1,93,1111111111110111011111111111111111111111111111011111111111011111111111111101111110111011111111111111
+6,70,2,95,1111111111111111011111111111111111111111111111011111111110111111101111111111111111101111111111111111
+6,70,3,94,1111111111110111111111101111111011111111111111011111011111111111111111111101111111111111111111111111
+6,70,4,96,1111111111111111111111111111111111111111111111011111011110111011111111111111111111111111111111111111
+6,70,5,92,1111111111111111101111111111111011111111111111011111111111010011111111111101111111111111011111111111
+6,70,6,95,1111111111111111111111111111111011111111111111011111011110111101111111111111111111111111111111111111
+6,70,7,93,1011111111111111111111111111111011111111111111011111111111110011001111111111111111111111111111111111
+6,70,8,93,1101111111111111011111101110111111111111111111011111111111111111101111111101111111111111111111111111
+6,70,9,93,1111111011111111111111111111111111111101111111111111111110111111101111111111110111111101101111111111
+6,70,10,94,1111111111111111111111111011111111111111111110011111111110111111101111111111111111111110111111111111
+6,70,11,93,1111111111111011111111111111111111111111111110011111111110111011101110111111111111111111111111111111
+6,70,12,93,1111111111111111111111111111111011111111011111011111011111110010111111111111111111111111111111111111
+6,70,13,92,1111111111111111111111111111111111111111111110011111101110111011101110111111111111111110111111111111
+6,70,14,91,1111111111111011011111110111111111111101111111111111111110111111101111111111110111111101101111111111
+6,70,15,93,1101111111111111111111111111111101111111111110011111111110111111101111111111111111111110111111111111
+6,70,16,91,1110111111111111111101111011111011110111111111011111111110111011111111111111111111111101111111111111
+6,70,17,91,1111011111101111111111111011111011111111110111011111111110111011111111111111111111111101111111111111
+6,70,18,95,1111111111110111111111111111111111111111111111011111111111011111111111111101111110111111111111111111
+6,71,0,93,1111111111111111111111111011101111111111111110010111111110111111111111111111111111111110111111111111
+6,71,1,94,1111111111111111111111111111111111111111111111011111011110111011101111111111101111111111111111111111
+6,71,2,95,0111111111111111111111111111111111111111111111011111111111011011111111111111111110111111111111111111
+6,71,3,96,1111111111110111111111111111111111111111111111011111011110111111111111111111111111111111111111111111
+6,71,4,95,1111111111111111111111111111111111111111111111011111011110111101111111111111111101111111111111111111
+6,71,5,94,1111111111111111111011111111111011111111111111011111011110111011111111111111111111111111111111111111
+6,71,6,94,1111111111111111111111111111111011011111111110011111111111111111101111111111111111111110111111111111
+6,71,7,90,1011111111111111111111011011111111111111111111011111111110110001001111111111111111111111111111111111
+6,71,8,91,1111111111111111111111101111111111111111111110011111110110111111101111111101111101111111101111111111
+6,71,9,95,1111111111111111111111111011111111111101111111011111111111111111101111111111111111111110111111111111
+6,71,10,94,1111111011111111011111111111111111111111111111011111111111111111111111111101111110111011111111111111
+6,71,11,91,1111111111110011111111111111111111111111111110011111111110011011101110111111111111111111111111111111
+6,71,12,91,1111011111011111111101111111111011110111111111011111011110011111111111111111111111111111111111111111
+6,71,13,92,1110111111110111111111111011111111111111111111011111111111111011111111111101111110111101111111111111
+6,71,14,96,1111111111111111111111111111111111111111111111011111011110111011111111111111111111111111111111111111
+6,71,15,94,1111111111111111111111111011111011111111111111011111011110111101111111111111111111111111111111111111
+6,71,16,95,1111111111111111111111111111111011111111111111011111111110111111111111111111111011101111111111111111
+6,71,17,93,1111111111111111111111111111111111111111111111011011011110111011101101111111111111111111111111111111
+6,71,18,92,1111111111111101111111111111111011111101111111111111111110111111101101111111111111111101101111111111
+6,72,0,92,1111111111111011111111111111111011111101111111011111011110111101111111111111111011111111111111111111
+6,72,1,94,1111111111111111111111111011111011111111111111011111111110111111111110111111111111101111111111111111
+6,72,2,92,1111111111111111111111111011101111111111111110010111011110111111111111111111111111111110111111111111
+6,72,3,97,1111111111110111111111111111111111111111111111011111111110111111111111111111111111111111111111111111
+6,72,4,95,1111011111111111111111111111111111111111111111011111011110111111111111111111111101111111111111111111
+6,72,5,90,1111111111011111111101111111111011110111111111011111011110011101111111111111111111111111101111111111
+6,72,6,94,1111111111111111111111111111111111111111111111011111011110111011101111111111101111111111111111111111
+6,72,7,93,1111111111111111111111111111111111111111111111011011011110111011101101111111111111111111111111111111
+6,72,8,94,0111111111111111111111111111111011011111111111011111110111111111111111111111111111111110111111111111
+6,72,9,94,1111111111111111111111111111111111111111111110011111111111011011101111111111111110111111111111111111
+6,72,10,96,1111111111110111111111111111111111111111111111111111110110111111111111111101111111111111111111111111
+6,72,11,94,1111111011111111011111111111111111111111111111011111011111111111111111111111111110111011111111111111
+6,72,12,94,1111111111111111111111111111011011111111111111011111011110111111111111111111111111111111101111111111
+6,72,13,92,1111111111111111111011111111111011111111111111011111111110111011111111111101111011101111111111111111
+6,72,14,93,1111111111111101111111111111111011111101111111111111011110111101111101111111111111111111111111111111
+6,72,15,92,1111111111111111111111111011111011111111111111011111111110111111101111111111111111111100101111111111
+6,72,16,96,1111111111111111111111111111111111111111111111011111011110111011111111111111111111111111111111111111
+6,72,17,92,1111111111111101111111111111111011111111111111001111111110111110111111111111111011101111111111111111
+6,72,18,95,1111111110111111111111111011111111111111111110011111111110111111111111111111111111111111111111111111
+6,73,0,95,1111111111111111111111111011111011111111111111011111111110111111110111111111111111111111111111111111
+6,73,1,94,1111111111110111111111111111111111111111111111011111111110111110111110111111111111101111111111111111
+6,73,2,93,1111111111110111111111111111111111111111111111111111110111011011101111111101111110111111111111111111
+6,73,3,96,1111111101111111111111111111111111111111111110011111111110111111111111111111111111111111111111111111
+6,73,4,93,1111111111111111111111111011111011111111111111011111111110111111111110101111111111101111111111111111
+6,73,5,90,1011111111111111101101111011111011111111111111011111111110111111111110111110111111101111111111111111
+6,73,6,95,1111111111111111111111111111111111111111111111011111111111011011101111111111111111111111111111011111
+6,73,7,87,1111111111111111101111111111101111111111111110011011011110111011101101111111111110111101111111111110
+6,73,8,92,0111111111111111110111111111111011011111111111011111111110111111111111111111111111111100111111111111
+6,73,9,92,1111111111111111111111111011111011111111111111011111110111111011101111111111111111111110101111111111
+6,73,10,94,1111111111111111111111111111111111111111111111011011010110111111111111111011111111111111111111111111
+6,73,11,94,1111011111110111111111111111111111111111111111111111111110110111111111111101111101111111111111111111
+6,73,12,95,1111111111111111111111111111111111011111111111011111011110111011111111111111111111111111111111111111
+6,73,13,93,0111111111111111111111101111111011111110111111011111110111111111111111111111111111111110111111111111
+6,73,14,95,1111011111111011111111111111111111111111111111011111011110111111111111111111111111111111111111111111
+6,73,15,95,1111111111110101111111111111111111111111111111111111110110111111111111111101111111111111111111111111
+6,73,16,96,1111111111111111111111111111011111111111111111011111011110111111111111111111111111111111111111111111
+6,73,17,90,1111111101110111111111111111111011111111111111001111011110111011111111111111111111111111101111111101
+6,73,18,91,0111111111111111111111111111111011011111111111011111110110111111111111111111101111111100111111111111
+6,74,0,95,1111111111111111111111111111111011111111111111011011110110111111111111111111111111111111111111111111
+6,74,1,94,1111101111111111111111111011111111111111111111011111011110111111110111111111111111111111111111111111
+6,74,2,92,1111111111110111111111111111111111111111110111011111111110111110111110111111110111101111111111111111
+6,74,3,94,1111111101111111111111111111111111111101111110011111111110111111111111111111111111011111111111111111
+6,74,4,95,1111111111111111111111111011111011111111111111011111111110111111110111111111111111111111111111111111
+6,74,5,95,0111111111111111111111111111011111111111111111011111011110111111111111111111111111111111111111111111
+6,74,6,93,1111111111111111111111111111111111011111111111011111011110111011100111111111111111111111111111111111
+6,74,7,95,1111111111111111111111111111111111111111111111011111111111011111111111111111110101111111111111011111
+6,74,8,94,1101111111111111111111111111111111111111111011011111111111111011101111111111111111111111111111011111
+6,74,9,93,1111111111110111111111111111111111111111111111011111111110011110111110111111111111101111111111111111
+6,74,10,92,1111111111110101111111110111111111111111111111111111110110011011111111111111111111111111111111011111
+6,74,11,94,1111111111111111111111110111111111111111111111011111111111111111101111111101111110111111111111111101
+6,74,12,90,0111111011111111111111111111111011111111111111011111110110111111111111111111101111111100111111111101
+6,74,13,92,0111111111111111111111101111111011011110111111011111110111111111111111111111111111111110111111111111
+6,74,14,96,1111111111111111111111111011111111111111111110011111111110111111111111111111111111111111111111111111
+6,74,15,94,1111111101111111111111111111111011111111111110011111111110111111110111111111111111111111111111111111
+6,74,16,91,0111011111111011111111111111111011011111111111011111111110111111111111111111111111111100111111111111
+6,74,17,95,1111111111111111110111111111111111111111111111011111011110111111111111111111111111011111111111111111
+6,74,18,94,1111111111111111110111111111111011111111111110011111011110111111111111111111111111111111111111111111
+6,75,0,93,1111111111110111111111111111111111111111111111001111111111011111111111111111110111111111111111011110
+6,75,1,94,1111111111111111111111111111111011111111111111011011110110111111111111111111111101111111111111111111
+6,75,2,95,1111111111111111111111111111111111111111111111011111111111011111111111111111110100111111111111111111
+6,75,3,94,1111111111111111111111110111111111111111111111011111111111111111101111111101111111111111111111011101
+6,75,4,93,0111111111101111111111111111011011111111111111011111011110111111111111111111111111111111111111111111
+6,75,5,95,1111111111111111111111111011111111111111111111011111111110111111110111111111111111111111111111111101
+6,75,6,93,1111111111111111111111111111111111111111111111011111011111011111110111111111110101111111011111111111
+6,75,7,93,1111101111111111101111111011111111111111111111011111111110111111111111111111111111111111110111011111
+6,75,8,94,1111111111111111111111111111111011111111111111011011110110111111111111111111111111111011111111111111
+6,75,9,93,1111111111111111111111101011111111111111111111011111111111011111111111111111110101111111111111011111
+6,75,10,92,1111101111111111111111111011111011111111111111011111011110111111110111111111111111111111111111110111
+6,75,11,94,0111111111111111111111011111011011111111111111011111111110111111111111111111111111111111111111111111
+6,75,12,92,1111111111111111111111110010111011111111111111011111111110111111110111111111111101111111111111111111
+6,75,13,96,1111111111111111111111111111111111111111111111011111111111011111111111111111110111111111111111011111
+6,75,14,92,0111011111111011111111111111111011111111111111011111111110111111111111111111111111111100111111111111
+6,75,15,94,0111111111111111111111111111011111011111111111011111011110111111111111111111111111111111111111111111
+6,75,16,94,1111111111111111110111111011111111111111111111011111011110111111110111111111111111111111111111111111
+6,75,17,93,1111101111111111111111111111111011101111111110011111011110111111111111111111111111111111111111111111
+6,75,18,91,1111111111111111111111111111111111111110111110011111011110011110111110111111111111101111111111111111
+6,76,0,94,1111111111111111110111111111111111110111111111011111011111011111110111111111111111111111111111111111
+6,76,1,95,1111111111111111111111111011111111111111111111011111111110111111111111111111110111111111111111011111
+6,76,2,95,1111111111110111111111111111111011111111111111011111111110111111111111111111111111011111111111111111
+6,76,3,90,1111111110111111110111110111111111111111111111011111111111111111101101111101111111111111111111001101
+6,76,4,94,1111111111111111111111111111111011111111111111011111111111011111111111111111110101111111111111011111
+6,76,5,92,1111111111110111110111101011111111111111111111011111111110111111111111111111111111111111111110101111
+6,76,6,93,1111111111111111111111111111111011111111111111011111011111011111110111111111111101111111011111111111
+6,76,7,94,1111111111111111111111111111111111111111111111011011110110111111111111111111110101111111111111111111
+6,76,8,92,0111111101111111111111111111111011111111111111011111111111011111111111111111110110111110111111111111
+6,76,9,95,1111011111111011111111111111111111111111111111011111111111111111111111111111111101111101111111111111
+6,76,10,95,1111111111111111111111111111011011111111111111011111011111111111111111111111111101111111111111111111
+6,76,11,91,0111111111101111111111111111111111111111111111011111111110011111111111111111110111111111001111011111
+6,76,12,94,1111111111111111111111111111111111111111111111011111111111011111111111111111110100111111111101111111
+6,76,13,95,1111111111111111111111111111111111111111111111011111111111011111111111111111110100111111111111111111
+6,76,14,90,0111111111111111111111011111111001110111111111011111011110111111111111111101111101111111111111111111
+6,76,15,92,1111111111111111111111110111011111111111111111011111110111111111101111111111111101111111111111011101
+6,76,16,94,1111111111110111110111111011111111111111111111011111111111111111111111111111111111111111111111011110
+6,76,17,91,1111111111111111111111111111111101111111111111001111011110011111110111111111110111111111111111101111
+6,76,18,90,1111101111111111111111111111111011111111011110011011010110111111111111111011111111111111111111111111
+6,77,0,97,1111111111111111111111111111111011111111111111011111111110111111111111111111111111111111111111111111
+6,77,1,93,1111111111110111111111111011111111111111111111011111111110111111111111111111110111011111111111011111
+6,77,2,94,1111111111111111111111111111111111111111011111011111111110111111111111111111110101111111111101111111
+6,77,3,90,1111111101110111110111111011111111111111111111011011110111111111111111111111111101111111111111011110
+6,77,4,93,1111111111111111111111111111111011111111111111011111111111011111111111111111110101111111111111011110
+6,77,5,94,0111111111110111110111111011111111111111111111011111111111111111111111111111111111111111111111011111
+6,77,6,94,1111111111111111111111111111111111111111111111011011110110111111111111111111110101111111111111111111
+6,77,7,95,1111111111111111111111111011111111111111111111011111111110111111111111111111110111111111111111011111
+6,77,8,95,1111111111110111110111111011111111111111111111011111111111111111111111111111111111111111111111111110
+6,77,9,91,1111111111111111110110110111111111110111111111011111011111011111110111111111111111111111111111011111
+6,77,10,93,1111011111111011111111111111111011101111111111011111111111111111111111111101111111111011111111111111
+6,77,11,94,1111111111111110111101111111111111111111111111011111111110111111111111111111111101111101111111111111
+6,77,12,93,1111111101111011111111110111111001111111111111011111111111111111111111111111111111111101111111111111
+6,77,13,92,0111011111111111111111111111111111111111111111011111111111011111111111111111110100111110111111111111
+6,77,14,94,1111111111111110111101111111111011101111111111011111111110111111111111111111111111111111111111111111
+6,77,15,93,1111111111111111111111111111111011111111111111011111111111011111111111111111110101111011111111011111
+6,77,16,96,1111111111111111111111111111111111111111111111011110111111111111111111111111111100111111111111111111
+6,77,17,93,1111111111111111111111111111011011111111111111011111011111011111111111111111110101111111111111111111
+6,77,18,95,1111111111111111111111111111111111111111111111011111111111111111111111111111100100111111111111111111
+6,78,0,91,0111111111110111110111111011111111111111111111011111111110111111101111111111111111111111111111011011
+6,78,1,95,1111111111111111111111111011111111111111111111011111111011111111111111111111110111111111111111011111
+6,78,2,92,1111111111111111111111111011011111111111111111011111011110011111111111111111110101111111111111111111
+6,78,3,94,1111111111110111110111110111111011111111111111011111111111111111111111111111111111111111111111111110
+6,78,4,95,0111111111110111110111111011111111111111111111011111111111111111111111111111111111111111111111111111
+6,78,5,93,1111111111110111110111111011111111111111111111011111111111111111111111111111111111111111111111001110
+6,78,6,94,1111111111111111111111111111111111111111111111011110110111111111111111111111110100111111111111111111
+6,78,7,96,1111111111111111111111111111111111111111111111011011111110111111111111111111111101111111111111111111
+6,78,8,93,0111111111110111110111111011111111111111111111011111011111111111111111111111111111111111111111011111
+6,78,9,90,1110111111111111110110110111111111110111111111011111111101011111110111111111111111111111111111011111
+6,78,10,94,1111111111111111111111111011111111111111111111011111111111011111111111111111111100111111111111011111
+6,78,11,94,0111111111110111110111101111111111111111111111011110111111111111111111111111111111111111111111111111
+6,78,12,91,1111111111111111101111111111111011111101011111011111111110111111111111111111110101111111111101111111
+6,78,13,96,1111111111111111111111111111111111111111111111011111111110011011111111111111111111111111111111111111
+6,78,14,95,1111111111111111111111111111111111111111011111011111111110111111111111111111110101111111111111111111
+6,78,15,94,1111111111111111111111111111111111111111111110011110111111111111111111111111111100111111111101111111
+6,78,16,94,1111111111111110111101111111111011101111111111011111111111111111111111111111111110111111111111111111
+6,78,17,94,1111111111111111111111111111111111111111111111011111110110111111111111111111100101111111111111111111
+6,78,18,95,1111111111110111111111111011111111111111111111011111111111011111111111111111111111111111111111111110
+6,79,0,92,1111111111111101111111111111111011111111111111011111110110111011111111111111110110111111111111111111
+6,79,1,93,1111111111111110111101111111111111101111111111011110111111111111111111111111101101111111111111111111
+6,79,2,93,1111111011110111111111110111111011111111111111011111111111111111111111111111111111111111111111101110
+6,79,3,95,1111111111111111110111111111111111111111111111011011111110111111111111111111111101111111111111111111
+6,79,4,95,1111111111111111111111111011111111111111111111011111111110111111111111111111110101111111111111111111
+6,79,5,91,1111111111011111111111111111111011111111011111011111111011111111111111111111110111111011111111001111
+6,79,6,94,1110111101111111111111111011111111111111111111011111111111111111111111111111100111111111111111111111
+6,79,7,93,0111111111110111110111111111111111111111111111011111110110111111111111111111111101111111111111111111
+6,79,8,89,1111111111110111111111111111111111110111110111011111111110011111111111111111110001111101111111111110
+6,79,9,95,1111111111111111111111111011111111101111011111011111111110111111111111111111111111111111111111111111
+6,79,10,91,0111111111110111110101111111111111111111111011011011111111111111111111111111111101111111111111101111
+6,79,11,94,1111111111111111111111111001111110111111111111011111110110111111111111111111111111111111111111111111
+6,79,12,92,1111111111111110111101111111111011101111111101001111111111111111111111111111111110111111111111111111
+6,79,13,92,1111111111111111101111111111111111111111111110011110111111011111111111111111111100111111111101111111
+6,79,14,93,1111111111111111110111111111111111111111111111011111110110111111111111111111100101111111111111111111
+6,79,15,93,0111111101110111011111101111111111111111111111011110111111111111111111111111111111111111111111111111
+6,79,16,96,1111111111111111111111111011111111111111111111011111111111111111111111111111110111111111111111011111
+6,79,17,94,1111111111111111111111111111111111111111011111011111111010111111111111111111110101111111111111111111
+6,79,18,93,0111111111110111110111111011111111111111111111011111011111111111111111111111111111111111111111011111
+6,80,0,90,1111111011110111111111110011111011111111111111011111111110111111111110111111111111111111111111101110
+6,80,1,94,1111111111110111111111111111111111111111111111011111111011011111111110111111111111111111111111111110
+6,80,2,93,1111111111110111111111111011111111111111111111011111111010011111111111111111111111111111111111111110
+6,80,3,96,1111111111111111111111111011111111101111011111011111111111111111111111111111111111111111111111111111
+6,80,4,94,1111111111111111111111111111111011111111111111011111111010011111111111111111111110111111111111111111
+6,80,5,91,1111111111110101111111111011111111111111111111011111110111111011111111111111110111111111111101111110
+6,80,6,95,1111111111111111110111111011111111111111111111011111111111111111111111111111110101111111111111111111
+6,80,7,93,1111111111111111111111111111111111111111111111011111110110111111111101111111100111111111111111011111
+6,80,8,94,1111111111111111111111111011111110111111111111011111110110111111111111111111110111111111111111111111
+6,80,9,95,1111111111111111111111111001111111111111111111011111111110111111111111111111111101111111111111111111
+6,80,10,92,1111111101111111110111111011111111111111111111011111111111110111111111111111110101111111111111110111
+6,80,11,94,1110111111111111111111111111111111111101111111011011111110111111111111111111101111111111111111111111
+6,80,12,92,1111111111111111111111111111111111101111011111011111110110111111111111111111101101111011111111111111
+6,80,13,94,1111111111101111110111111011111111111111111111011111111110111111111111111111110111111111111111111111
+6,80,14,94,1111111111110111101111111011111111111111011111011111111110111111111111111111111111111111111111111111
+6,80,15,92,1111111111111111111111111000111110101111111111111111110110111111110111111111111111111111111111111111
+6,80,16,94,1111111111111110111111111111111111111111011111011111111111111111111111111111100101111111111111111111
+6,80,17,94,1111111111111111111101111111111111101111111111011110111011111111111111111111111101111111111111111111
+6,80,18,94,1111111111111111111111111011111111101111011111011111111110111110111111111111111111111111111111111111
+6,81,0,94,1111111111111111111111111011111111111111011111011111111110111111111111111111110111111111111011111111
+6,81,1,93,1111111111110111110111111011111111101111111111011111111111111111111111111111111101111111101111111111
+6,81,2,96,1111111110111111111111111111111111111111011111011111111110111111111111111111111111111111111111111111
+6,81,3,92,1111111111111111111111111011111011101111111111011111111010011111111111111111111110111111111111111111
+6,81,4,95,1111111111111111111111111011111111101111011111011111111111111111110111111111111111111111111111111111
+6,81,5,94,1111011111111111111111111011111111101111011111011111111110111111111111111111111111111111111111111111
+6,81,6,93,1111111111111110111111111111111111111111011111011111111011111111111111111111101101111111111111111110
+6,81,7,95,1111111111110111111111111111111111111111111111011111111111011111111110111111110111111111111111111111
+6,81,8,94,1111111111111111110111111011111111111111111111011111111100111111111111111111110111111111111111111111
+6,81,9,93,1111111111101111111111111111111011111111111111011111111010011111111111111111111110111111111111111111
+6,81,10,93,1111111111110111111111111011111111111111111111011111111011111111111111111111111101111111111111111010
+6,81,11,92,1111111111111111111111101101111111011111111111011111111110011111111110111111111111111110111111111111
+6,81,12,95,1111111111111111111111111011111110111111111111011111111110111111111111111111111111111111111111111110
+6,81,13,91,1111111111110111111111111011111101111111111111011111110010011111111111111111110111111111111111111111
+6,81,14,94,1111111111110111111111111011111111101111011111011111111110111111111111111111111111111111111111111111
+6,81,15,94,1111111111110111101111111011111111111111011101011111111111111111111111111111111111111111111111111111
+6,81,16,92,1111111111110111111111111011111111111111111111011111110110011111110111111111111111111111111111111110
+6,81,17,93,1111111111111111111111111100111110101111111111111111111011111111111110111111111111111111110111111111
+6,81,18,94,1111111111111111111101111111111111111011111111011110111011011111111111111111111111111111111111111111
+6,82,0,96,1111111111111111111111111011111110111111111111011111111110111111111111111111111111111111111111111111
+6,82,1,93,1111111111110111111111111011111111101111011111011111111110111111111111111111111011111111111111111111
+6,82,2,95,1111111111111111111111111011111110111111111111011110111111111111111111111111111111111111111111111110
+6,82,3,94,1111111111111111111101111111111111111011111111011111111010011111111111111111111111111111111111111111
+6,82,4,94,1111111111111111111111111101111111111111111101011111111011111111111111111111111101111111111111111110
+6,82,5,91,1111111111111111111111111010111110101111111111111111111011111111111110111111111111111011110111111011
+6,82,6,95,1111111111111110111111111111111111111111011111011111111111111111110111111111111111111111111111101111
+6,82,7,94,1111111110111111111111111011111111101111011111011111111110111111111111111111111111111111111111111111
+6,82,8,91,1111011110110111111111111011111111101111011111011111111110111111111111111111111111111111011111111111
+6,82,9,96,1111111111111111111111111111111111101111011111011111111110111111111111111111111111111111111111111111
+6,82,10,89,1111111111101111111111111111111001101111111101011111111010011111111111111111101110111111111111111111
+6,82,11,94,1111111111111110111111111111111111111111011111011111111011111111111111111111111101111111111111111110
+6,82,12,90,1111111111110111110111111011111111101111111111011111111110011111111111111111111100111111101111111111
+6,82,13,95,1111111111111111111111111011111011101111111111011111111011111111111111111111111111111111111111111111
+6,82,14,92,1111111110110111111111111111111111111111011111011111111010111111111111111111111111111111111111111010
+6,82,15,96,1111111111111111111111111011111111111111111111011111111111111110111111111111111101111111111111111111
+6,82,16,90,1111111111110110111111111111111111101111011110011111111011111111111111111111101101111111111111111110
+6,82,17,96,1111111111111111111111111011111111111111011111011111111110111111111111111111111111111111111111111111
+6,82,18,90,1111111011101111110111111111011011111111111111001111111110011111111111111111110111111111111111111111
+6,83,0,91,1111111011111111110111111111111011110111111111001111111110011111111111111111110111111111111111111111
+6,83,1,93,1111111111101111111101111011011111111111011111011111111110111111111111111111111111111111111111111111
+6,83,2,95,1111111111111111111111111001111111111111111101011111111110111111111111111111111111111111111111111111
+6,83,3,93,1111111111111101111111111111111111111111011111011111111011111111111101111111111101111111111111111110
+6,83,4,95,1111111111111111111111101111111111111111111111011111111011111111110111111111111111111111111111101111
+6,83,5,94,1111111111111110111111111011111011101111011111011111111111111111111111111111111111111111111111111111
+6,83,6,95,1111111111111111111111111011111011111111111111011111111011111111111111111111111111111111111011111111
+6,83,7,93,1111111111111110111111111111111111101111011111011111111111111111110111111111111111111111111111001111
+6,83,8,93,1111111111111111111111111011111111111011111111011111111000011111111111111111111111111111111111111111
+6,83,9,95,1111111111111111111101111111111111111111111111011111111010111111111111111111111110111111111111111111
+6,83,10,93,1111111101011111111111111011111111111111111111011111111111111111111111111111111100111111111111111110
+6,83,11,93,1111111111111111111111111011111111111111111111011111110000111110111111111111111111111111111111111111
+6,83,12,92,1111111111111111111111111011111110111111001111011110011111111111111111111111111111111111111111111110
+6,83,13,96,1111111111111011111111111011111111111111111111011111111110111111111111111111111111111111111111111111
+6,83,14,93,1111111111101111111111111101111111111111111101011111111011111111111111111111111101111111111111111110
+6,83,15,93,1111111111111111111111111101011111111111111101011111111011111111111111111111111101111111111111111110
+6,83,16,94,1111111111111111111111111011111011101111111111011111111011111111111110111111111111111111111111111111
+6,83,17,92,1111111111111111111111111010111110101111111111111111111011111111111111111111111111111011110111111011
+6,83,18,96,1111111111111111111111111011111110111111111111011111101111111111111111111111111111111111111111111111
+6,84,0,91,1111111111110111111111101111110111111111111111011111110011111111110111111111110111111111111111101111
+6,84,1,95,1111111111111111111111111001111111111111111101011111111110111111111111111111111111111111111111111111
+6,84,2,96,1111111111111101111111111111111111111111011111011111111011111111111111111111111111111111111111111111
+6,84,3,91,1111111111111110111111111011111011101111011111011111111111111111111101111111111101111111111111111110
+6,84,4,91,1111111111111111111111111001101111111111110101011111111010111111111111111111111111111111111011111111
+6,84,5,96,1111111111111110111111111011111011111111111111011111111111111111111111111111111111111111111111111111
+6,84,6,94,1111111111111111111111111111111111111111111111011111111010111111111111111111111100111111111111111110
+6,84,7,92,1111111111111111111101111101011111111111111101011111111011111110111111111111111111111111111101111111
+6,84,8,96,1111111111111111111111111111111111111111111111011111101111111111110111111111111111111111111111101111
+6,84,9,95,1111111111111111111111101011111110111111111111011111111011111111111111111111111111111111111111111111
+6,84,10,94,1011111111011111111111111011111110111111111111011111101111111111111111111111111111111111111111111111
+6,84,11,95,1111111111111111101111111011111110111111111111011111101111111111111111111111111111111111111111111111
+6,84,12,93,1111111111111011111111111001011111111111111111011111111011111111111111111111111101111111111111111111
+6,84,13,95,1111111011111111111111111111111111111111111101011111111110111111111111111111111111111111111111111110
+6,84,14,91,1111111011111111110111111111111111110111111101001111111110010111111111111111111111111111111111111111
+6,84,15,93,1111111111111111111101111111111011111111111111011111111010111111111111111111110110111111111111111111
+6,84,16,93,1111111111111011111111111011111011111111111111011111111010111111111110111111111111111111111111111111
+6,84,17,95,1111111111111111111111111011111111101111111110011111111111111111111111111110111111111111111111111111
+6,84,18,92,1111111111101111111111111011011111111111011111011111111110111111111011111111111111111111011111111111
+6,85,0,95,1111111111111111111111101011111111111111111111011111111011111111110111111111111111111111111111111111
+6,85,1,93,1111111111111111111111011111111110111111111111011111101101111111111111111111111111111111011111101111
+6,85,2,97,0111111111111111111111111111111111111101111111011111111111111111111111111111111111111111111111111111
+6,85,3,91,1011111111011101111111111011111110111111011111011111101011111111111111111111111111111111111111111111
+6,85,4,96,1111111011111111111111111111111111111111111101011111111111111111111111111111111111111111111111111110
+6,85,5,91,1011111101011111111111111011111110111101111111011111101110111111111111111111111111111111111111111111
+6,85,6,93,1111111111111111111101111101011111111111111101011111111011111110111111111111111111111111111111111111
+6,85,7,91,1111111111111111111101111001111111111111111101011111111110111011111111111111111011111111111101111111
+6,85,8,96,1111111111111111111111111011111111111111111111011111111111111111111011111110111111111111111111111111
+6,85,9,94,1111111111111111101111111011111110101111111111011111101111111111111111111111111111111111111111111111
+6,85,10,96,1111111111111111111111111111111110111111111111011111101111111111110111111111111111111111111111111111
+6,85,11,94,1111111111111111101111111011111111011111111111011111101111111111111111111111111111111111111111101111
+6,85,12,94,1111111111111111111111111111111111111111111111011111101111111111110111111111110111111110111111101111
+6,85,13,96,1111111111111111111111111111111111111111111111011111101111111111110111111111111111111111111111101111
+6,85,14,95,1111111111111111111111111001111111111111111101011111111110111111111111111111111111111111111111111111
+6,85,15,93,1011111111011111111111111011111110111111111111011111101111111111111111111111111111111110111111111111
+6,85,16,93,1111110111111111111111111011110011111111111111011111111111111111111101111111111110111111111111111111
+6,85,17,92,1111111111111010101111111010111011111111111111111111111110111111111110111111111111111111111111111111
+6,85,18,91,1011111111111011111111111011111110111111111111011111100011111111111110111111111111111111111111111111
+6,86,0,94,1111111011111111111111111111011111111111111101011111111110111111111111111111111111111111111111111110
+6,86,1,96,1111111111111111111111111011111111111111111111011111111111111111111011111110111111111111111111111111
+6,86,2,89,1111111111111010101110110010111011111111111111111111111110111111111111110111110111111111111111111111
+6,86,3,95,1111111111111111111111111011111111111111111111011111111111111111111010111110111111111111111111111111
+6,86,4,94,1111111111111111111111111011110011011111111111111111111111111111111001111111111111111111111111111111
+6,86,5,93,1111110111111111101111111011111111111111111111011111101111111111111111111111111110111111111111101111
+6,86,6,94,1111111111111111111111111001111111111111111101011111101110111111111111111111111111111111111111111111
+6,86,7,92,1111011111111111101111111001111111111111111101011111111110111111111111111111111110111111111111111111
+6,86,8,91,1111111111111010101111111010111011111111111111111111101111111111111110111111111111111111111111101111
+6,86,9,96,1111111111111111111111111111111111111111111111011111111110111111110111111101111111111111111111111111
+6,86,10,93,1111111111111111111111111111111110111111111111011111101111111111110111111110110111111111111101111111
+6,86,11,94,1111111111111111111111111111111111111111111111011111101111111111110111111111011111111110111111101111
+6,86,12,96,0111111110111111111111111111111111111101111111011111111111111111111111111111111111111111111111111111
+6,86,13,97,0111111111111111111111111111111111111101111111011111111111111111111111111111111111111111111111111111
+6,86,14,97,1111111111111111111111111011111111111101111111011111111111111111111111111111111111111111111111111111
+6,86,15,93,0111111111111111111111110111111111111111110111011111111111111111111011111110110111111111111111111111
+6,86,16,95,1111111111111111111111101111111110111111111111011111101111111111110111111111111111111111111111111111
+6,86,17,93,1111111111111111111101111111111110111111111111011111101111110111110111111111101111111111111111111111
+6,86,18,90,0111111111111111111111111011111110101111111101011111101011111110111111111101111111111111111111111111
+6,87,0,96,1111111111011111111111111001111111111111111111011111111111111111111111111111111111111111111111111111
+6,87,1,92,1111101111111111101101111111001111111101111111011111111111111111111111111111111111111111111111011111
+6,87,2,91,1111110111111111101111111001111111111111111101011111101110101111111111111111111111111111111111111111
+6,87,3,93,1111111111111111111111111011111110111111111111010111101111111111111111111111111110111111111111101111
+6,87,4,97,1111111111111111111101111011111111111111111111011111111111111111111111111111111111111111111111111111
+6,87,5,93,1111111111111111111111111111111110111101111111011111101111110111110111111111101111111111111111111111
+6,87,6,93,0111111110111111111111111111111111111101111111011111111111111011111111111111111110111111111111101111
+6,87,7,95,1111110111111111101111111011111111111111111111011111101111111111111111111111111111111111111111111111
+6,87,8,91,1111111111011111111111111111111111111111111111011110101110111111110111111101011111111111111111101111
+6,87,9,96,1111111111111111111111111111111111111111111111011111111111111111110111111111111111111110111111101111
+6,87,10,90,0111101111111111101101111100011111111111111111011111111111111111111111111101111111111111111111101111
+6,87,11,92,1111111111111010101111111011111011111111111111111111101111111111111110111111111111011111111111111111
+6,87,12,91,1111011111111111101111111001111111111111111101011111101110111111111111111111111110111111111111111111
+6,87,13,92,1111101111111111111111111001110111111111111101011111111110111111111111111111111111101111111111111111
+6,87,14,93,1111111111111111111111111111111110111111111111011111101111111111110111111111100111111111111101111111
+6,87,15,93,1111111111111111111101111111111110111111111111011111101111110111110111111110111111111111111111111111
+6,87,16,96,1111111110111111111111111111110011111111111111111111111111111111111011111111111111111111111111111111
+6,87,17,94,0111111111111111111111111011111111011101111111011111111111111111111101111111111111111111111111111111
+6,87,18,89,1111111110111111111111110011110011011101111111011111011111111111111001111111111111111111111111111111
+6,88,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111011110111111111111111111
+6,88,1,94,0111111111011111111111111001111101111111111111011111111111111111111111111111111111111111111111111111
+6,88,2,90,1111101111111111111101111111111110111111111111011111101111110111110111111110111111111111111111101110
+6,88,3,95,1111111111111111011111111111111111111111111111011111111111110111110111111111111111111110111111111111
+6,88,4,98,0111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111
+6,88,5,92,0111111111111111111101111111111110111111111111011111101111110110110111111111111111111111111111111111
+6,88,6,92,1111111110111111111111111111111111111111111111011111111111111010111111110111111110111110111111101111
+6,88,7,94,0111111111111111111111111111111111111101111111011111111111111111110111111111111111111111111111100111
+6,88,8,90,1011111111111111111111111111111110111111101111011111101111111111110111111111100111111111111100111111
+6,88,9,91,1111111111111111111111111111111110111111111111011110101111111111110111111111100111111111011101111111
+6,88,10,93,1111111111111111101101111011110111111111111111011111111110111111111111111111111111101111111111111111
+6,88,11,94,1111101111111111111111111001111111111111111101010111111111111111111111111111111111111111111111111111
+6,88,12,92,0111111110111111101111111111111111111101111111011111111111111011111111111111111110111111111111101111
+6,88,13,96,1111110111111111111111111011111111111111111111011111101111111111111111111111111111111111111111111111
+6,88,14,94,1111101111011111111111111101111111111111111111011111111111111111111111111111111111110111111111011111
+6,88,15,93,1111111111111111101101111011001111111101111111011111111111111111111111111111111111111111111111111111
+6,88,16,93,1111111111111111101111111001101111111111111101011111111110111111111111111111111111111111111111111111
+6,88,17,92,1111110111011111111111111001111111111111111111011111101111101101111111111111111111111111111111111111
+6,88,18,95,0111111111111111111111111111111011111111111111011111111111111111111001111111111111111111111111111111
+6,89,0,95,1111110111111111111111111011111111111111111111011111101110111111111111111111111111111111111111111111
+6,89,1,94,1111111111111111101111111001101111111111111101011111111111111111111111111111111111111111111111111111
+6,89,2,97,1111011111111111101111111111111111111111111111111111111110111111111111111111111111111111111111111111
+6,89,3,92,1111111111111111111110111001101111111111111101011111111111111111111111111111011110111111111111111111
+6,89,4,91,1111111110111111101111111111111111111101111111011111111111110011110111111111111101111110111111111111
+6,89,5,95,0111111111111111011011111111111111111111111111011111111111111111111111111111111110111111111111111111
+6,89,6,95,0111111111111111111111111111111111111111111111111111111111111111110111111111011111111110111111111110
+6,89,7,95,1111111111111111111111111111111111111101111111011111111111111111111111111111111110111111111111100111
+6,89,8,96,1111111111111111101101111011111111111111111111011111111111111111111111111111111111111111111111111111
+6,89,9,90,1111110011111110111111111011001111111101111111011111101111111111111111111111111111111111101111111111
+6,89,10,94,1111111111111111011111111111111111111111111101011111111111110111110111111111111111111110111111111111
+6,89,11,93,1111111111111111101111111001101111111111111111011111111110111111111111111111111111111111111111111101
+6,89,12,91,1111101111111111101111101011001111111101111111011111111111111111111111111111111111111111111111011111
+6,89,13,95,1111111111011111111101111101111111111111111111011111111111111111111111111111111111110111111111111111
+6,89,14,94,0111111111011111111111111001111101111111111111011111111111111111111111111111111111111111111111111111
+6,89,15,91,0011111111111111111101111111111110111111111111011111101111110110110111111111111111111111111111111111
+6,89,16,96,1111111111011111111111111011111111111101111111111111111111111111111111111011111111111111111111111111
+6,89,17,90,0111111110111111111111111001110101011111111111011111111111111111111111111111111111111111111111101110
+6,89,18,93,1111111110111111111111011011110111011101111111011111111111111111111111111111111111111111111111111111
+6,90,0,97,1111110111111111111111111011111111111111111111111111111111111111111111111111111110111111111111111111
+6,90,1,93,0111111111111111011011111111111111111111111111011111101111111111111111111111111110111111111011111111
+6,90,2,93,1111111111111011111110111011101111111111111111011111111111111111111011111111111111111111111011111111
+6,90,3,87,0011111111111111111101111101111110111111111101011111101111110010111111111111011110111111111111111111
+6,90,4,91,1111111111110111101111111001111111111101111101011111111111111111111111111011111111111111111111011111
+6,90,5,96,1111111111011111111111111011101111111111111111111111101111111111111111111111111111111111111111111111
+6,90,6,96,1011111111111111101101111011111111111111111111111111111111111111111111111111111111111111111111111111
+6,90,7,94,1111110111111111111111111011111111111111111111011111101111111111111111111111111111111111111011111011
+6,90,8,96,1111111111101111101111111011111111111111111111011111111111111111111111111111111111111111111111111111
+6,90,9,91,1111111111111111101101111001101111111111111101011101111111111111111111111111111111111111111111111011
+6,90,10,95,1111011111011111111101111101111111111111111111011111111111111111111111111111111111111111111111111111
+6,90,11,95,1111111110111111101111111111111111111111111111111111111110111111111111111111111111110111111011111111
+6,90,12,96,1111111111111111101111111011101111111111111111011111111111111111111111111111111111111111111111111111
+6,90,13,94,1111111111111111101101111001111111111111111101011111111111111111111111111111111111111111111111111111
+6,90,14,98,1111111111111111101101111111111111111111111111111111111111111111111111111111111111111111111111111111
+6,90,15,94,1111011111111111101111111011111111111111111111011111111110111111111111111111111111111111111111101111
+6,90,16,93,1111111111111111101111111001101111111111111101011111111111111111111111111111111111111111011111111111
+6,90,17,91,1111111111111111101111111001101111111111111101011111111111111100111111111111111111111111111111110111
+6,90,18,93,1111111111011111011111111101111111111111111111001111111111111101111111111111111101111111111111111111
+6,91,0,93,1111111110111111101111111011111111111111111111011111111110111111111111111111111111110111111111101111
+6,91,1,96,1111011111111111101111111111111111111111111111111111111110111111111111111111111111111111111011111111
+6,91,2,91,0011111111111111111101111101111111111111111101111111111111110010111111111111011111111111111111111111
+6,91,3,92,1011111111111111101101111011111110111111111111011111101111111111111111111111111110111111111111111111
+6,91,4,93,1111111111111111101111111001101111111111111111011111111111111101111111111111011111111111111111111111
+6,91,5,91,1111111111111111101111111011101111111111111101011111111111111110111011111111111011111111111111110111
+6,91,6,93,1111011111011111111101111111111101111111111111011111101111111111111111111111111111111111111111111011
+6,91,7,95,1111110111111111111111111001111111111111111111011111111111111111111111111111111111111111111011111111
+6,91,8,96,1111111111111111101111111011101111111111111111011111111111111111111111111111111111111111111111111111
+6,91,9,97,1111111111111111101101111111111111111111111111111111111111111111111111111101111111111111111111111111
+6,91,10,90,1110011111111111101111111011111111111110111111001111111111110111111111111011111111111111111111101111
+6,91,11,95,1111111111101111101111111011111111111111111111011111111110111111111111111111111111111111111111111111
+6,91,12,92,1111011110111111001111111111111111111111111111111111111110111111011111111111111111110111111011111111
+6,91,13,92,1111011110111111101111111111111111111111111111111111111110110111111111111111111110110111111011111111
+6,91,14,97,1111111111011111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,91,15,93,1111011111011111111101111101111111111111111111011111101111101111111111111111111111111111111111111111
+6,91,16,94,1111111111111111111111111011111101111111111111011111111111110111111111111111111111111110110111111111
+6,91,17,92,0111111111111111101111111011101111111111111101011111111110111111110111111111111111111111111111111111
+6,91,18,96,1111111111111011101101111111101111111111111111111111111111111111111111111111111111111111111111111111
+6,92,0,94,1111111011011011111101111101111111111111111111111111111111101111111111111111111111111111111111111111
+6,92,1,94,1111011111111111101101111111101111111111111111011111101111111111111111111111111111111111111111111111
+6,92,2,94,1111111111111111111111111011111101111110111111111111111111110111111111111101111111111110111111111111
+6,92,3,94,1111111111111111101101111111111111111111111111011111111111111111111111111111111111111111110101110111
+6,92,4,93,1111111110111111101111111011111111111111111111011111111110111110111111111111111111110111111111111111
+6,92,5,89,1111111101011111101111111011101111111111111101011111111111111111111011111111111011111111111111100111
+6,92,6,95,1111101111011111111101111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,92,7,93,1111011111011111101111111111111101111111111111011111101111111111111111111111111111111111111111111011
+6,92,8,95,1111110111111111111111111001111111110111111111011111111111111111111111111111111111111111111111111111
+6,92,9,92,0111111111101111101111111011111111111111111111011111111110111111111111111111111111111101111011111111
+6,92,10,94,1111110111111111101101111011111111111111111111111111111111111111111111111101011111111111111111111111
+6,92,11,95,1011111111111111111110111111111111111111111111011111111111111111111011111111111111111111111011111111
+6,92,12,96,1111111111111111101111111011101111111111111111011111111111111111111111111111111111111111111111111111
+6,92,13,95,1111111111011111111111111011101111111101111111111111111101111111111111111111111111111111111111111111
+6,92,14,96,1111111111111111101111111011111111111111111111011111111111111111111111111111111111111111111011111111
+6,92,15,91,1011111111111111111110111011101111111011111111011111111111111111111011111111101111111111110111111111
+6,92,16,92,0111111111111111101111111111101111111111111101011111111110111111110111111101111111111111111111111111
+6,92,17,97,1111111111111111101101111011111111111111111111111111111111111111111111111111111111111111111111111111
+6,92,18,96,1111111111111111111111111011111111111111011111011111111111111111111111111111111111111111111011111111
+6,93,0,93,1111111111011111101111111011101101111111111111111111111111111110111111111101111111111111111111111111
+6,93,1,91,1111101111111111101111111011101111101101111111001111111101111111111111111111111111111111111111111111
+6,93,2,92,1111111111010011111101111101101111111111111111111111111111101111111111111111111111111111111111111011
+6,93,3,95,1111101011011111111101111011111111111111111111111111111111111111111111111111111111111111111111111111
+6,93,4,92,1011111111111111111110111011111111111110111111011111111111111111111001111111111111111111111011111111
+6,93,5,95,1111101111011111111101110111101111111111111111111111111111111111111111111111111111111111111111111111
+6,93,6,95,1111111111111111111111111011101111111111111111011111111111111111111111111111111111111101111110111111
+6,93,7,93,1111101111111111101101111011101111111111111111111011110111111111111111111111111111111111111111111111
+6,93,8,93,1011111011111111111100111111111111111111111111011111011111111111111111111111111111111111111011111111
+6,93,9,94,1111111111111111111111111011111111101111011111011111111111111111111011111111111111111111111011111111
+6,93,10,93,1111110111111111111111111001101111110111110111111111111111111111111111111111101111111111111111111111
+6,93,11,95,1111111111011111111111111011111111111101111111011111111101111111111111111111111111111111111111111111
+6,93,12,95,1111011111011111111101111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,93,13,95,1111101111111111101101111011111111111111111111111111111011111111111111111111111111111111111111111111
+6,93,14,91,1111111111011011111101111011111101111110111111111111111111110111111111111101111111111110111111111111
+6,93,15,96,1111111111111111111111111011101111111101111111111111111101111111111111111111111111111111111111111111
+6,93,16,95,1111111111011111111101111011111111111111111111111111111111111111111111111101011111111111111111111111
+6,93,17,94,1111110111111111101111111011101111111101111111111111111101111111111111111111111111111111111111111111
+6,93,18,93,1111111111110111101111111111111111111100111111011111111111111111111011111111111111111111111011111111
+6,94,0,92,1111111110111111101111111001101101111101111111111111111101111111111111111111111111111111111111111111
+6,94,1,95,1111111111011111111111111011101111111111111111111111111111111110111111111101111111111111111111111111
+6,94,2,94,1111111111111111111111111011101111111111011111011111111111111111111011111111111111111111111011111111
+6,94,3,95,1111111111111111111111111011111111101101111111110111111101111111111111111111111111111111111111111111
+6,94,4,93,1111111111110111111111111001101111111101111111111111111101111111111111111111111111111111111111111011
+6,94,5,94,1111111111011011111101111111101111111111111111111101111111101111111111111111111111111111111111111111
+6,94,6,93,1111111111110111101111111111101111111110111111011111111111111111111011111111111111111111111011111111
+6,94,7,94,1111111111111111111111111011111111111101111110011111111111111111111111111111111111111101111110111111
+6,94,8,94,1111101111011111111101110011111111111111111111111111111011111111111111111111111111111111111111111111
+6,94,9,95,1111101111111111101101111111101111111111111111111111101111111111111111111111111111111111111111111111
+6,94,10,94,1111101111111111111101111011101111111111111111111111111110111111111111110111111111111111111111111111
+6,94,11,91,1111111111111111101111111011111111101111011111011011110111111111111011111111111111111111111011111111
+6,94,12,95,1111111111111111101111111011101111111111111111011111111111111111111111111111111111111111111110111111
+6,94,13,93,1111101111111111111101111011101111111111111111111011110111111111111111111111111111111101111111111111
+6,94,14,93,1101101111111111111101111011101111111111111111011110111111111111111111111111111111111111111111111111
+6,94,15,93,1011111111111111101111111011111111111111111111111011110111111111111111111111111111111111011011111111
+6,94,16,93,1111111111011111111101110011101111111111111111111111111011111111111111111111111111111111111111111101
+6,94,17,96,1111101111111111111111111111101111111101111111111111111101111111111111111111111111111111111111111111
+6,94,18,93,1011111111111111111111111011101111101101011111111111111101111111111111111111111111111111111111111111
+6,95,0,96,1011111111011111111111111011111111111111111111111111111111111110111111111111111111111111111111111111
+6,95,1,92,1111111111111111101111111011101111101101111111110111111101111111111111111101111111111111111111111111
+6,95,2,95,1101111111111111111111111011101111111111111111011111111111111111111111111111111111111111111110111111
+6,95,3,90,1111111111011111100111111011111111101101111111110101111100111111111111111111111111111111111111111111
+6,95,4,92,1111101111111111101101111011111111110111111111011111101111111111111111111111011111111111111111111111
+6,95,5,95,1111111111111111111111111111101111111101111110111111111111111111111111111111111111111101111110111111
+6,95,6,94,1111101111111111111111111011101111101111111111011111111111111111111111111111111111111111111011111111
+6,95,7,95,1111111111111111111101111011111111111111111111011110111111111111111011111111111111111111111111111111
+6,95,8,95,1111111111111111111101111011111111111111111111011101111111111111111111111111111111111111111011111111
+6,95,9,96,1111111110011011111111111111101111111111111111111111111111111111111111111111111111111111111111111111
+6,95,10,94,1111111011111111111101111011101111111111111110111111111111101111111111111111111111111111111111111111
+6,95,11,91,1111101111011011111101111111101110111111111111111101111110111111111111110111111111111111111111111111
+6,95,12,93,1111001111111111101101111111101111111111111111111111001111111111111111111111111111111111111111111111
+6,95,13,93,1111101111111111101101111111101111111111111111111111101111111111111111111111111111101111111101111111
+6,95,14,95,1111101111111111101111111111111111101111111111110111111101111111111111111111111111111111111111111111
+6,95,15,95,1111111111111111111101111011101111111101111111111111101111111111111111111111111111111111111111111111
+6,95,16,95,1111111111111111110111111011111111111101111111110111111101111111111111111111111111111111111111111111
+6,95,17,94,1111111111111111101111111011101111101111111111011111111111111111111111111111111111111111111110111111
+6,95,18,91,1111101111011111111101111011111111101101011111111111111011111111011111111111111111111111111111111111
+6,96,0,93,1111101111111111101101111111101111111111111111111111101111111111111111111111111111101111111101111111
+6,96,1,95,1111111111111111111101111011101111111101111111111111101111111111111111111111111111111111111111111111
+6,96,2,95,1111111111111111111101111011101111111101111111111111101111111111111111111111111111111111111111111111
+6,96,3,94,1111101111111111111111111111101111111101111110111111111111111111111111111111111111111101111110111111
+6,96,4,94,1111111111111111101111111010101111101111111111111111111111111111111111111111111111011111111111111111
+6,96,5,90,1111101111111111101111111111111111101111111011010011111101110111111111111111111111111111111110111111
+6,96,6,95,1111101111111111111111111111111111111101011111111111111101111111111111111111111111111111011111111111
+6,96,7,93,1111111111111111101101011011111111101111111111110111101111111111111111111111111111111111111111111111
+6,96,8,94,1011111111011111111111111011110111111111111111111111111101111110111111111111111111111111111111111111
+6,96,9,95,1011111111111111111111110011101111111111111111111101111111111111111111111111111111111111111111111111
+6,96,10,94,1111111111111111110111111011101111111101111111110111111111111111111111111111011111111111111111111111
+6,96,11,95,1111111111111111111111111111111111111101111110111111111101111111111111111111111111111101111110111111
+6,96,12,96,1111111111111111101111111111111111101111111111111111111101111111111011111111111111111111111111111111
+6,96,13,91,1011101111111111111111110011101111111111111111110100111101111111111111111111111111111111111111111111
+6,96,14,93,1101111111111111111101111011101111111101111111011111111111111111111111111111111111111111111110111111
+6,96,15,97,1111111111111111111111111011101111111111111111111111101111111111111111111111111111111111111111111111
+6,96,16,97,1111111110011111101111111111111111111111111111111111111111111111111111111111111111111111111111111111
+6,96,17,94,1111101111111011111111111111101111101111111111110111111101111111111111111111111111111111111111111111
+6,96,18,91,1011101111011111111101111011101111111111111111111111101111111111111111111111111111101011111111111111
+6,97,0,94,1111111111111111111101111011101111111111111111111111101111111111111111111101111111111111111111011111
+6,97,1,95,1111111111111111111111111011101111111111111111111111101111111111111111011111111111111111111101111111
+6,97,2,96,1111111111111111111111111011110111111111111111111111111101111110111111111111111111111111111111111111
+6,97,3,91,1011101111011011111111111111101111101111101111110111111101111111111111111111111111111111111111111111
+6,97,4,93,1111111011111111111101111011111111111101101111111111101111111111111111111101111111111111111111111111
+6,97,5,91,1111111111111111101101011011101111101111111111110111101111111101111111111111111111111111111111111111
+6,97,6,97,1111111111111011111111111111101111101111111111111111111111111111111111111111111111111111111111111111
+6,97,7,88,1111101111111111111111111011001111111111111111110111100101110111111111011010111111111111111111111111
+6,97,8,94,1111111111011101101111111111111111111111111111111111101111111111111111111111111111111110111111011111
+6,97,9,97,1111111110111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,97,10,94,1111111111111111110111111011101111111101111111111101111111111111111111111111011111111111111111111111
+6,97,11,94,1111111111111111111101111011101111111101111111110111101111111111111111111111111111111111111111111111
+6,97,12,92,1111111111111111101111111111101111101101111110111111111101111111111011111111101111111111111111111111
+6,97,13,96,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111100111110111111
+6,97,14,95,1111111111101111110111111111101111111101111111111111111111111111111111111111111111111111111110111111
+6,97,15,92,1111101111111111111111111011101111111101111110110111111111111111111111111111011111111101111111111111
+6,97,16,95,1101111111111111111111111011101111111101111111011111111111111111111111111111111111111111111111111111
+6,97,17,95,1111111110011111101101111111111111111111111111111111111111111111111111111111111111111111111110111111
+6,97,18,91,1011011111111111110111111111101111111101111111110111111111111111111111111111011111111111111101101111
+6,98,0,98,1111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,98,1,92,1101111110111111111111111011101111111101111111011111111111111101111111111111111111111111011111111111
+6,98,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111101111111
+6,98,3,92,1111101111111111111111111011101111111111111111111111101111111111111110011111111111111110111110111111
+6,98,4,95,1111111111101111111111111011111111111101111111111111111111111111111111111111111011111111111011111111
+6,98,5,94,1101111111111111110111111111101111111101111111011111111111111111111111111111111111111111111110111111
+6,98,6,94,1111101011111111111111111111111111111111111111111111111111110111111111111101111111111110111110111111
+6,98,7,94,1111111111111111111101111011111111111101101111111111101111111111111111111111111111111101111111111111
+6,98,8,93,1111111111111111111111111011110111101111111111111111111101011110111011111111111111111111111111111111
+6,98,9,93,1111111111111111101111111111101111111101111110111111111101111111111111111111101111111111111111111101
+6,98,10,94,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111000110110111101
+6,98,11,93,1111101111111011111111111111101111101111111111111111111011011111111111111111111111111111011111111111
+6,98,12,98,1111111111111011111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+6,98,13,93,1111101101111111111111111111101111101111110111111111111111111111111111111111111111111101111110111111
+6,98,14,92,1111111111111111111111111101101111111101111111111111101111111111111111011111111111111110111100111111
+6,98,15,96,1111101111111111111111111011111111111101111111111111111111111111111111111111111111111101111111111111
+6,98,16,96,1111011111111111101111111011111111111111111111111111111111111110111111111111111111111111111111111111
+6,98,17,97,1111111110111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,98,18,84,0111111011111111111111111011001100111111101111110111100101111111111111011000111111111111111111111111
+6,99,0,93,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111000110110111101
+6,99,1,97,1111111111111111111111111111111111111111111111111101111111111111111111111111111111111101111101111111
+6,99,2,96,1111011111111111101111111011111111111111111111111111111111111110111111111111111111111111111111111111
+6,99,3,97,1111111111111111111111111011101111111111111111111111101111111111111111111111111111111111111111111111
+6,99,4,92,1111101111111011111111111111101011101111111111111111111011011111111111111111111111111111011111111111
+6,99,5,92,1111101101111111111111111111101111101111110111011111111111111111111111111111111111111101111110111111
+6,99,6,94,1111111111111111101111111111101111111101111111111111111101111110111111111111101111111111111111111111
+6,99,7,94,1111111110111111111111111011101111111111111110111111111111111011111111111111111111111111111111111101
+6,99,8,92,1111111111111111111111111011100111101111111111111111111111111110111011111111111111111011011111111111
+6,99,9,89,1111101111111111111111111011101111111111110111111111101101011111111110011111111111111110111110111111
+6,99,10,98,1111111111111011111111111111111111111111111111111111111111111111111111111111111111111110111111111111
+6,99,11,97,1111111111111011111111111111111111111111111111111111111011111111111111111111111111111110111111111111
+6,99,12,94,1111111111111111111101111011111111111101101111111111101111111111111111111111111111111101111111111111
+6,99,13,91,1111111111111111101111011111101111111101111110111111111101111111111101111111101111111111111111111101
+6,99,14,91,1111011111111111100111111011101111111111111111011111111111111110111111111111111111111111111110110111
+6,99,15,97,1101111111111111111111111111111111111101111111101111111111111111111111111111111111111111111111111111
+6,99,16,94,1101111110111111111111111011101111111111111111111111111111111100111111111111111111111111111111111111
+6,99,17,94,1111111111111111111111111011101111111101111111011111111111111111111111111111111111111101011111111111
+6,99,18,97,1111111110111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,100,0,91,1111111101111111111001111111101111111111110111011111111111111111111111111110111111111101011111111111
+6,100,1,91,1111101111111111111111111011101111101101110111011111111111111111111111111111111111111101111110111111
+6,100,2,94,1111111111111011111110111111111111111111111111111111111001111111111111111111111111111110111111011111
+6,100,3,94,1111111111111101101111111111101111111101111111111111111111111110111111111111101111111111111111111111
+6,100,4,97,1111111111111111111111111111101111111111111111111111101101111111111111111111111111111111111111111111
+6,100,5,93,1111111101111111101111111011101111111101111111111111111111111110111111111111101111111111111111111111
+6,100,6,95,1111110111111111111111111011101111111111111111111111101111111111111111111111111111111101111111111111
+6,100,7,95,1111111111111111111111111011101111111101111111011111111111111111111111111111111111111111011111111111
+6,100,8,96,1111111111111111101111111111101111111101111111111111111111111110111111111111111111111111111111111111
+6,100,9,94,1111111111111111111111111011101111111011111111111111101101111111111111111111101111111111111111111111
+6,100,10,93,1111111110111111111101111111101111111101111111111111111101111111111111111111101111111111101111111111
+6,100,11,94,1111111111111111101111111111111111111101101111111111101111111110111111111111111111111101111111111111
+6,100,12,98,1111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,100,13,97,1111111110111111111111111011101111111111111111111111111111111111111111111111111111111111111111111111
+6,100,14,96,1111111110111111111111111011111111111101101111111111111111111111111111111111111111111111111111111111
+6,100,15,94,1111111111111111111101111011001111111111111111111111101111111111111111111111111111111101111111111111
+6,100,16,94,1101111111011111111111111011101111111111111111101111111111111111111111111111111110111111111111111111
+6,100,17,98,1101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111
+6,100,18,97,1111111111111111111111111111111111111111111111111101111111111111111111111111111111111101111101111111
+7,0,0,43,0110111011111001011000001110100001100110100000000111010100100111000101011000001010010010011000001001
+7,0,1,52,1100000111011111000110001100010100101111010010111111011001011111010010010100000010100110111101001010
+7,0,2,53,1011101010110010011010000101111001011011000010101001101001101101100101001100000111100110011011111101
+7,0,3,54,1000001011000110111001101011110011001011010000111010010111011000110010100111101111001110011000111101
+7,0,4,59,1100110001011010101011101000100110111110101110111111011000101110100011111110001110001111100011011010
+7,0,5,38,0010000000010011010000011111001000010100110110101001010000001001101010001110010000001101100101101000
+7,0,6,48,1111110101000010000101011100000000101111100010111111100110000000110011001110101001101110100001010001
+7,0,7,52,0001100100011101111100010010110011001110110100001110011110101000001011001001111001111111011001011000
+7,0,8,43,0101111000100000001010101011101111010001100110000010010000000101010000001110011101100011001101101100
+7,0,9,56,0010101100010111110001101110101101110110111100110001011100001111110001100100110100000110111100111011
+7,0,10,43,1101100101010001000011100100000001110010101100101100000000011010011111011010011000010011001010101100
+7,0,11,53,0110111011110001110110001100100101111011010010100101101110000110100010110111000110010110100110100011
+7,0,12,53,0100111110010110011101000010010010010111010011010110000011111001011100000111110111100001111000101111
+7,0,13,49,0001111101110100101111001100100000011011110011101110010001100000001100010111001001100011101110010001
+7,0,14,53,1010010000101100101001000101111101110100111100100011011100000011001001011000011111111001011110111110
+7,0,15,49,0000011101100101001111101101100010010010101000101011000011100111100101110101011100100011000101010110
+7,0,16,63,1111111010101001110011100011111101010111111101000000100101111010111010011011001110111101011111101010
+7,0,17,44,1000001010000011011101000101010000111000010110001011100101011100111100010110100011110000010011001001
+7,0,18,42,0011001110000101111001110100101000100110000011000110000001111101110100000101000110100010100000010011
+7,1,0,53,0100110011010010111010001000100100111111100110001111011010101110100011111110000110000111100110011010
+7,1,1,60,1110111001111001101111101100100111111010011010110101101100000110110010110111001110011110100011100011
+7,1,2,56,0100101011111101110100001000100111111010010010000111111110101100100010101111000011010110100111111011
+7,1,3,53,0011110100010011111110010111110001001111110100111110001110000010001011010001111100111111011000000000
+7,1,4,56,0100110001011010101011101100100110111110111110111111011000100010100010011110001010001011101111011010
+7,1,5,52,1001111101110100101111001000100000011011100011101110010001101100001101110111001101100111100010010001
+7,1,6,48,1100010100110001000001110101010011110100101100100101001000001011011111011011011001010001001010101110
+7,1,7,52,1111100001001100101011000100101101110010111100101010010100010010001001011000011010111011011110111110
+7,1,8,53,0100111010011010010101011010011010110011010010110000000011011001010110000101110111110001111110101111
+7,1,9,57,0100111110010111011101100111000111000111011111110111011110100110001101101010100010101100101001000011
+7,1,10,56,1110110001111010101111101000100100111110101110111101011010000110100011111110000110001110100011001010
+7,1,11,57,0100111011010001110010001100100111111111010010100111101100101110100010110111001110010111100110110011
+7,1,12,63,1111110000011010111011100010111110111110101110110111010000101110100011011110001110001111111011111010
+7,1,13,58,1100111011101001100011101001100101010111111101000000101101111010111010111011001110111101000111001010
+7,1,14,56,0100111111010000011101001010010110111110000010110111000111111001110100101111101110000001101011101011
+7,1,15,54,1100110000011110101011100000100010000111111111011110011000101110001011010110010111101111110000011010
+7,1,16,50,0100101110010110110101000010010010010111110001010110001111011001010000000110110110100001111100111011
+7,1,17,59,0010111100010111011001101110101101110110011110110001010000101111111101100101110101000110111000101111
+7,1,18,45,0101111000100001001100101011001111010011100110000001010000000111000100101110010101100011001101101100
+7,2,0,51,0100110001111011101011101000100100111010010010011101101000000110110010110111000110011111100011000011
+7,2,1,63,1110111011010000111110001100100111111111101110100111011110101110100011111110001110000110100111111010
+7,2,2,62,1100111001101001101011101000101101010110111100110000011101101010101011111111011110101111110111011010
+7,2,3,60,1111110010011010110011100011110110111111101111000111100000111110110010011010001110011101001011101010
+7,2,4,53,0100111110010110110101101010010000110101111100010100001010011101010000100111110111000101111100110011
+7,2,5,54,0010101100010111011001001110101111010110010011110011010101101011111101000100110100100010111000101011
+7,2,6,60,1100111001111000101111101100100111011110111011010101101100100110110010110011001110011100100111101011
+7,2,7,56,1110111011101001100011101001100101110011011100100000101101011010111010111111001110111111000011000000
+7,2,8,57,1110110001011001101011101100100110111110011010111101101100000110110000110111001110011011100011100011
+7,2,9,56,0100111001111010101111101100100111111010111110110111001000100010100010010110001010001110101111011010
+7,2,10,59,1110111000011010111011100010100110111110111110110101001100101110100011010110001100001110111011111010
+7,2,11,65,1111110001111001101111101100111111111110001010110111110000000110110010111111001110111111100011100011
+7,2,12,61,0110111001111001110111101100100111111111011010110101110100000110110010110111001110011110100110100011
+7,2,13,55,1100111011010001101010001100100111111010010010100101101100101110100010110111001110010111110010110011
+7,2,14,59,1110110011110000111111101000100101111110101110101101111010001110100011110111000110001110100111100010
+7,2,15,55,0100111001011011110010001101000110111111010010110111001100100110100010111110001110010111100010011011
+7,2,16,56,0100111010011001110010001101101111111011010010100111111100100100000011010111001110111100100110110011
+7,2,17,58,0110111011010010010011111110100111100101011110110010001110001110110010111000101011010111101111000011
+7,2,18,57,1110110000011111101011110100100010011111011010111110011100101110111010010110000110001111110010010010
+7,3,0,57,0100111001001101110111101100100111111111011010110111100100000110100010110111001110010111100110000011
+7,3,1,58,0110111001111011110010000101000110111111010010110101011100100110110010111110001110011110100010111011
+7,3,2,58,0110111011011010010011101110100111101101011110110001111100000110110010111010101011010111100110000011
+7,3,3,60,0110111001110001110111111100000111111111011010110110000110001110110010110101001110011100101111100011
+7,3,4,58,1110110011010001101010001100100111111110110010101101011110101110100010110111001110001110100111100011
+7,3,5,57,1100111011110100111111101000100101111110001110100101101000001110100011110111000110010111110010110010
+7,3,6,59,1110111011011010110011100100110111111011101111000111101000100010110010011010001110001101101111101010
+7,3,7,58,0101110000111010101111101011100111111110111110110111000000101110100010010110101010011110001011011010
+7,3,8,62,1111110010011010110011100011110110111111101110000111101000111110110000011110001110011111101011101010
+7,3,9,57,1110111000011010111011100010100110111110111111110101000100101110100011010010001100001100011011111011
+7,3,10,55,1100110001101001101011101100100110011110011110111001001101000010101000110111001110011011100111100011
+7,3,11,64,1110111001011001101011101000101101110110111000110100111100101110110011111111011110101111110011011010
+7,3,12,63,1100111001111001101111101100100111111110111010010111110100101110110010110111001110011101100011100011
+7,3,13,63,1111110001111000101111101100111111011110001011110101101000000110110010111011001110111110100111101011
+7,3,14,58,0110111111010010010001111010100100101101011110110100001010001110110010110001110111010111111111100011
+7,3,15,54,0100111010010110110111101110010011110101111100010010001110011101010000101110101011000101101110010001
+7,3,16,56,1100110001111010100111101000100111110110101011010101100100101110110010011011001110011100100111101010
+7,3,17,62,1111111010011000111011100111110110011111111111000111101000110110110010110010001010011101001011101011
+7,3,18,56,1100111001011001101011101000100111100010111111000101101000000110010011110111011110111110100001101011
+7,4,0,65,1110110001011100101111111000100111111110111011110100111100100110100011110111011111001011110011111010
+7,4,1,59,1110111101111001101011101110101100110110011000111101101100001110010000111111001110111101000011000011
+7,4,2,59,0110111001110001111010011100000111111111011010110110000110101110110010110101001110001100101111110011
+7,4,3,58,1110110011010001100111101000100111101110110010101101011110001110100010110111001110011110100111100011
+7,4,4,63,1110110101111100101111101000100110111100111010111101101100000110100000110111011111111111110011100011
+7,4,5,59,1110111001011001101011101100101101110100011000110100111100101110110011111111001110001011100011011010
+7,4,6,59,1110111001011000101111101000101100110110011000110101101100101110100001111111001110111111110011100010
+7,4,7,62,1110110101110101101011101100100111111110111010111100101100000110100010110111011111001011100011011011
+7,4,8,54,1100111011001000110011100100100111111111101011000111101100100010110010111010001110000100101111001010
+7,4,9,61,0110111001011111110111101100110111111011011110110111100000000110100010010111001110011111100110100011
+7,4,10,69,1100111001111001111111111110100110111110111110110111110110101110110010110101001111011101101011100011
+7,4,11,51,0110111111010010000001101000100101101100011010010100001000001110110010110011110110010111110111100011
+7,4,12,57,0110111011011010010011101110100111101101011111010101111100000110110010111010001101000111100110000011
+7,4,13,59,1110111011011010110011100100110111111011101110100011101000100010110010011010101010011101101111101010
+7,4,14,64,1111110001111000111111100110111110011111011111110111101000010110110010110011001010011110000111101011
+7,4,15,60,1111111010011000101011100101110111011110101011000111101000100110110010111010000110111101101011101011
+7,4,16,62,1111110110111100101111100101110110111110101010110101101100010110100000110111001111011011101011100010
+7,4,17,59,1110110001011010110011101010100110111111011110001111100000101110110000011110001110011111100011101011
+7,4,18,61,1111111010011010110011100011110111111011101110000111101000111100110010011110001110001101101011101010
+7,5,0,68,1110111011011100101111111010100111111010111111100100111100110110100011110111011110001111110011111010
+7,5,1,57,1111110000011010110011100001110111111111101010000111101000101100110010011110001111001001101011101010
+7,5,2,62,0110111001011110111011101100110111111010111110110111100000000110110010110111001110011111000110100111
+7,5,3,58,1111111010011001100110100101110111011111001011000111101000100110100010011010001110111101101011001011
+7,5,4,64,1110110101011000101011111100100111110111111010110100111100100110110001111111001110101011110011111010
+7,5,5,60,1110111001011101101111101010101100110110011001111101101100001110000010110111011111011101010011000011
+7,5,6,62,1111111011011010110011100111110111111011101111000111101000101100110010011010001110001101101011101010
+7,5,7,58,1010110010011010110011100000110110111101101110000111101010111010110010011010001110011111101111101010
+7,5,8,59,1110111011011000101011101110101100110110001000110101101010001010110010111111001110111101100111100011
+7,5,9,59,1010110101111010110011100100110110111111111111001111101100101010010000011010001110011111001011001010
+7,5,10,58,1110010001010001101011101100101111110110111000110100111100001110100011110111011111001011100011011010
+7,5,11,62,1110111101111101101011101100100101111100011010111100101100100110110010111111001110001011100011011011
+7,5,12,62,0110110011011101110111101101110110111111001111110111100000000110100001010111001110011111101111100010
+7,5,13,61,1111111000111110101111100100110111111010111010110101101100010110100010110111001111011011100010100010
+7,5,14,63,1110110001111001111111101110101111011111110111110111101100000110100010110011001010011010000111101011
+7,5,15,61,1111110101110100101011100100110110101110011010111100101000010110110010110111011111001111100011011011
+7,5,16,62,1111110000111000111111100110111111011111101111110111101000110110110010010011001010001110000111101010
+7,5,17,62,1111111011011010110011100011110110111011011110000110101000011100110010111110001110011101101011101011
+7,5,18,59,1110111001011010001111101010100100100100011010110101101010001110110010110111001110111111110011101011
+7,6,0,57,1110111001011000001111101010100100110110011000110101101010001010110010111111001110111101100111100011
+7,6,1,62,1110111011011010101011101110101100100100001010110101101010001111110010110111001110111111110011101011
+7,6,2,68,1110111011011110101011111010100111111011111111100100111000110100110011110111011110001111110011111010
+7,6,3,63,1111111011011000110111100011110110111010011110000110111100011110100010111110001110011101101011101011
+7,6,4,62,1110111011011111101101101011101101110111011001010111101100001110000010010110011111011101001011001011
+7,6,5,59,1111111001011000110011100110110110111010101111101101101000101100110010111011001110001101110011100010
+7,6,6,64,1110110001111001111111101110100111011111110110110111101100010110110010110011001010001110100111101011
+7,6,7,60,1111110101110100101011100100111110101110011011111100101000000110100010110111011111011011000011011011
+7,6,8,63,1110111001011001101111111010101101110110111011111001101100001110010000110111011111001111010011100011
+7,6,9,58,1110110101011000101011101100100110110111011000100100111100100110100011111111001110111001110011011010
+7,6,10,58,1110111000111010111011100110111111111010101111000111101000110100110010010011001010001110000111101010
+7,6,11,63,1111110011011000110111100111110111011111101111110111111000101110010010011010001110001101101011100010
+7,6,12,63,0111110011011001110111101101110110111111001111110111100000010110100011010011001110011111100111101010
+7,6,13,60,1110110000111100111111100110111111011111101111110111101000100110110000010111001010000110001111100010
+7,6,14,69,1110101011011110101111111010100111111010111111100111111000110110110010110111001110011110110111110011
+7,6,15,59,0110111001011100111011101100110111111010111110110100100100000110100011110111011110001111000010101110
+7,6,16,60,1110111101111101110111101100100101111100011110111100101100000110110011011111001110001011100011000010
+7,6,17,64,0110110011011101101011101101110110111111001011110111100000100110100000110111001110011111101111111011
+7,6,18,62,1111110101110100101011100100110110110111111010111100101000010110110010110111011110001111100011111010
+7,7,0,66,1111111001011000110111100110110111111111101111111101111000101110110010011010001110101101111011100010
+7,7,1,57,1111110011011000110011100111110110011010101111100111101000101100010010111011001110001101100011100010
+7,7,2,62,1110111001011001101111111010101101110110111011100101101100010110010010110111001111001110010111100011
+7,7,3,70,1110101011011110101111111010100111111010111111111011111000101110110000110111011110011111110011110011
+7,7,4,63,1110110001011101111011111010100111111111110110110110101100010110110010110011001010001111100011101011
+7,7,5,69,1110111011111010101111101110100111011011111111100101111000110100110011110111011110001110110111111010
+7,7,6,63,0111110011011001110111101100110110111111001111110111100100010110010010110011001110011111110011101010
+7,7,7,62,1110111001011001101111111011101101110110111011101001101000001110100001010111011111001111000111100011
+7,7,8,60,1110111001011001101111101010101100110110111011111101101100001110110000110011011011001110010011100011
+7,7,9,67,1110110001111001111111111110101111011111110110110011101100010110010010110111001110001111100111101011
+7,7,10,64,1111101011011011100111111110100110111010101111100111111000010110100010110011001110011110100111111010
+7,7,11,68,0110110011011100111111101001110111111111011111110111100000110110110011010111001110011111110111100011
+7,7,12,58,1110111011011010101011001010101100100101001010110101101000001111100010010111011110111111101011001011
+7,7,13,65,1110111011011111101101101111101101110110011001010111101110001110010010110110001111011101010011101011
+7,7,14,63,1110111001011000111111111010101101111010111011101011111100011110110000110110011110011101000011100011
+7,7,15,63,1111111011011001100111100111110110110110011110010100101100001110000010111111001111001111011011101011
+7,7,16,64,1110110011011000111011101111110111011111101111110111100000101110010010011010001110011101101011101011
+7,7,17,63,0111110011011101100111100101110110101111001111110111111000100110100000110111001110001111101111110010
+7,7,18,61,1110110001011000101011111000100111111110111010110100111100100100110011111111001111101011110011001010
+7,8,0,69,1110111011011011101101101111101111111110111001110111101110010110010010110110001111011101011011101011
+7,8,1,62,1110110001111101111111111110101101010111010110010011101100001110010010110111000010001111100111101011
+7,8,2,69,1110111011111010101111101110100111011011111111101111111100010110110011010110011110011110010111110010
+7,8,3,62,1110111001011000111111111010111101111010111011100001111000111100110000010111011110011101100011101001
+7,8,4,69,1110111011111110101111101010101111111011111111100101111000110110110010110111001110001110110111101010
+7,8,5,63,1110110001011001111011111110100111011111110110110110101100010100110011100011011010001111100011111011
+7,8,6,71,1110111001111001101111111110101101111111111010110011101100011110110011110111001111001111100111101011
+7,8,7,59,1110110001011011111111111011101111010110110111101001101000000110000000010111011110001111000111100011
+7,8,8,68,1111110001111000110111111110101111111111100110110001101100001110110010111111001110001111110111101011
+7,8,9,65,1110111001011001111111100110110111011111111111111111111000110110010010010010001110101101101011100010
+7,8,10,67,1110111011011110101111111110100111100011111111100101101000110110110001110110011111001111110001110011
+7,8,11,68,1110101111011110101011111010100111111010011111111010111000100110110000110111011110011111110011111011
+7,8,12,72,1110101011111010101111101110100111011010111111111111111000100110110011110111011110011110110111111011
+7,8,13,66,1110111011011110101111111010100111111011111111100001111000111100110000110011011110001111110011110010
+7,8,14,65,1111110111011011101011101100100110111111001111110111101100110110010000110011001110001111110011101011
+7,8,15,65,0110111011011100110111111110110111101011011111100100110000010110110011110110011110011111110011011010
+7,8,16,64,1110111011011110101111111110100111101011001111100100101100110110110000110010011110001111110011101011
+7,8,17,68,0111110111011001110011111100110110011111011111110111110000010110010111110111001110011111110011111010
+7,8,18,66,1110110011011011100111101101110111111110001111010111100100011110010010110011001111011111110011101011
+7,9,0,66,0111110111011000100011111100110110011111011111111111110000010110110011110111001110011110110011111010
+7,9,1,73,1110101011111011111111101110100111011010111111110111111000100110010110110111011110011111110111111011
+7,9,2,69,1110111111111100100011111110101111111101001011110001101100100110110010110111001110011111110111111011
+7,9,3,64,1111100001010010111111111010100111111010110110111010111000001110110000111111011110001111110011101011
+7,9,4,69,1111110111011001110111111110110110011111011011110111101000010110110111110111001110001111110011101010
+7,9,5,69,0110111001011001101011111100101101111111111110110011110100011110010011110111001111011111100111111011
+7,9,6,66,1110111011011000101111111110100111010011111111110101101000100110110011110110011110001110110101111011
+7,9,7,68,1110101011111100101111101110100111101010111111101111101000110110110001110111001111011011110011110011
+7,9,8,68,1110101011011001101111110110100111111111011111111111111000110110110000010110001110111101101111100011
+7,9,9,66,1110111101011110111011101010110111011010111111111010111000100110010010110011011110001111110011111010
+7,9,10,64,1110111011011010101111111110100111111011111111100001111000111100110000110011001110001110110011110010
+7,9,11,72,1110101011111110101111101010100111011010111111111111111000100110110011110111011110011110110111111011
+7,9,12,63,1110111001011000111111110110111111111111110110111011101000010110010010110010001110101101100011100011
+7,9,13,71,1111110001111001110111101110100111011111101111111101111100101110110010011111001110001111111111101010
+7,9,14,62,1111110111011001101001101110100110111111001101110111101100110110010010110011101110001101010011101010
+7,9,15,67,0111111011011111111111101100101100110111011011110111101110000110110000110110001110011111110011101011
+7,9,16,68,1110111011011110100111111110100111101011111111100100111000010110110011110110011111001111110011111010
+7,9,17,63,0110111011011100111111111110110111100011011111100101100000110110010001110110011110011111110001010011
+7,9,18,67,1110111111111000110011111110110110011111111111100111110000010110010111010111001110011101110011110010
+7,10,0,72,1110111011011001101111101110100111111111011111111111011100010110110011110110011110011100110111111011
+7,10,1,64,0110100011011011101111110100100111011011011111111111111000110110110000011110001110111111001111100010
+7,10,2,70,1110111001011001101011111100101111111111101110110011110100101110010011110111001111011111100111111011
+7,10,3,67,0110111111111100100011111110101101111101011011110001101100010110010010110111001110011111110111111011
+7,10,4,66,0111110001111001110111111100100101011101101110110111110100101110110000011111001110111111110111101010
+7,10,5,73,1110111001011001101011101110101111011111111111111001111100011111010011110111001111001111101111111011
+7,10,6,65,0110111001011001101011111110100101111111111110100010110100011110010011110110001111001111100111111011
+7,10,7,72,1110111011011110100111111100101111101011111111110101111000010110110011110111011111011111110011111010
+7,10,8,67,1111111011011011101111111110100111111111011011101001101000011110100101110011001110001111110011101010
+7,10,9,66,1110110111011000110111111110110110011011111111110111111000110100110010110111001110001110110011110010
+7,10,10,66,1110101011111110101111100010100111011000111111111111111000100110110010010110001110011101110111111011
+7,10,11,73,1110101011011001101111111110100111111111011111111111111000110110110001110111011110111110101111100011
+7,10,12,70,0111111101011001101011111110101101011111111110110011111100001110010010111111001110011111100111111011
+7,10,13,71,1110110001111001110111101100100111111111101111111101110100111110110011010111001111001111111111101010
+7,10,14,73,1110111111111111100011111110101111111111101011110001101100100110010010110111001110011111110111111111
+7,10,15,71,1110101011111010111111101110100111111000011111110111111000100110010110110111011110011111110111111011
+7,10,16,64,0111111111011000100111111100100110001111011111111111110000010100110011110110001110011110110011111010
+7,10,17,69,1110110011011110100011111110110111111011111111100100111000010110110011110111011111001111110011111010
+7,10,18,71,1111111111111100100011111110110111111111001011110001101100000110110111110111001110001111110111111011
+7,11,0,67,1110111011011010100111111100101011111011111111110001111000010110110111110111001110001111110011101010
+7,11,1,72,1111111011011111101111111110100111101111011011101101101000011110100101110011011111011111110011111010
+7,11,2,71,1110111111011111010111111110101111011111011011110111101000110110110010110111001110011111110011101010
+7,11,3,67,1110110011011000100111111100101110101001111111110101111000010110110011110111011111011111110011111010
+7,11,4,71,1110111011011001101111101110100111111111011111111111011100010110110011110110010110011100110111111011
+7,11,5,72,1110111011011001101111101110100111111111011111111111011100010110110011110110011110011100110111111011
+7,11,6,72,1110111011001001101111111110101111111111111111101001111100011110100111110011001110001111110111101011
+7,11,7,67,1111111001011011101011101110100111011111011011111001101000011111010001110111001111001111101011111010
+7,11,8,69,1111111011011010101111111110101111111111011011111001101000010110100101110011001110011111110011111010
+7,11,9,71,1110111010111111100111111100100111101011111111100101111000011110110011111111011111001111110011101010
+7,11,10,73,1110111001011001101011101110101111011111111111111001111100011111010011110111001111001111101111111011
+7,11,11,74,1110111001011001101011101110101111011111111111111001111100011111011011110111001111001111101111111011
+7,11,12,72,1110111011011001101111111110100111111111011111011111011000010110110011110111011110111110101111100011
+7,11,13,72,1110101011011001101111101110100111111111011111111111111100110110110001110110011110011100110111111011
+7,11,14,70,1110111001011011101011111100100111111111101110101001111100111110010001110111001111001111110111111011
+7,11,15,67,1111111011011001101111111110101111111111011011110011100000001110100111110011001110001111110011101010
+7,11,16,71,1110111011011001101111101010100111111111011111111111011100010110110011110110011110011100110111111011
+7,11,17,70,1110111011011001101111101110100111111111011111111111010100010110100011110110011110011100110111111011
+7,11,18,71,1110111011011111100011110110101111111101101011110011101100100110010011110111001111011111110111111011
+7,12,0,72,1110101011011001101111101110100111111111011111111111111100110110110001110110011110011100110111111011
+7,12,1,72,1110111111011001101111101110100111111111011111111111011100010110110011110110010110011100110111111011
+7,12,2,75,1110111011011001101111101111101111111111111111111001111100011111100011110011001110101111101111101011
+7,12,3,72,1110111001001001101011111110101111011111111111101001111100011110010111110111001111001111110111111011
+7,12,4,72,1110111011011001101111101010100111111111111111101101011100011111110011110110001111001100111111111011
+7,12,5,71,1110111001011001101011101110101111011111011111111011111100010110010011110101011110011111101111111011
+7,12,6,72,1110111001011011101011111100101111111111101110111001111100011110010001110111001111001111111111111011
+7,12,7,71,1110111001011001101011101110100111011111111111101001111100111111010011110111001111001111100111111011
+7,12,8,70,1110111011011001101111101110100111111111011111011111011100010110110011110110011110011100100111111011
+7,12,9,74,1110111011011001101111101110100111111111011111111111011000010110110011110111011110111110111111110011
+7,12,10,71,1110101011011001101111101111101111011111111111111001111100111110010011110110001110001110100111111011
+7,12,11,75,1110111001011001101011101110100111111111011111111111111100010111110001110111011111011101111111111011
+7,12,12,74,1110111011011001101111101110101111011111011111111101111100011111010011110110001111001101111111111011
+7,12,13,69,1110111001011001101011101010100111111111011111111011011100010110110011110111011110011110100111111011
+7,12,14,74,1110111001011001101111101010101111111111111111111111011100010110110011110110011111011100111111111011
+7,12,15,69,1110111011011001101011101110100111011111011111111001111100011111010011100111001110001111100111111011
+7,12,16,71,1110111011011001101111101110100111111111011111110111111100010110110011100110011110011100110111111011
+7,12,17,70,1110101011011001101111101110100110111111011111111111011100110110110001110110011110011100110111111011
+7,12,18,71,1110111101111011101011101100101111011111111111100001111100011111110010110111001110001011101111111110
+7,13,0,74,1110111011011001101111101111101111111111110111111001111100011111100011110011001110101111101111101011
+7,13,1,75,1110111011011001101111101111101111111111111111111001111100011111100011110011001110101111101111101011
+7,13,2,72,1110111111011001101111101110100111111111011111111101011100010111110011110110010110001100111111111011
+7,13,3,70,1110111011011001100111101010100111111111111111101111011100011110110011110110001110011100110111111011
+7,13,4,71,1110111111011001101011100100101111011111111111101101111100011111110011110110001110001011111111110011
+7,13,5,72,1110111101111011101111101110101111011111011111110001111100011111010010110111001111000101101111111110
+7,13,6,74,1110101011011001101111101111101111111111111111111001111100011111100011110011001110101111101111101011
+7,13,7,72,1110111011011001101111101111101111011111111111111001111100111110010011110110001110001110100111111011
+7,13,8,73,1110111011011001101011101100101111111111101111111001111100011110010011110111001111001111111111111011
+7,13,9,66,1110111001011011101011111110100111011111011110111001111100011111010001100111001110001110100111111001
+7,13,10,73,1110111011010001101111101110100111111111011101111101011100011111110011110110001111111100111111111011
+7,13,11,71,1110111011011001101111101010100111111111111111101111011000010110110011110111011110001110111111110011
+7,13,12,69,1110101011011001101111101110100111111111011111110111011100010110110011100110011110011100110111111011
+7,13,13,71,1110101011011001101111101110100110111111011111111111111100110110110001110110011110011100110111111011
+7,13,14,73,1110111111011001101111101110101111111111011111111111011100010111100011110110010110011100110111111011
+7,13,15,74,1110111011011001101111101111100111111111111111111001111100011110110011110011001110101111101111101011
+7,13,16,72,1110111011011001101111101110100111011111111111101101101100011111110011110110001111001100111111111011
+7,13,17,72,1110111001001001101011111110101111111111111111101001011100011110010111110111001111001111110111111011
+7,13,18,71,1110101011111001101111101110100111111111011111111110011000110110110001110110011110011110110111111011
+7,14,0,76,1110101011011001101111101111101111111111111111111001111110011111000011110111001110101111101111111011
+7,14,1,71,1110111011011001101011101100101111111111101111111001111100011110110011110011001111001111011111101011
+7,14,2,74,1110111011011001101111101111101111111011111111111001111100011111100011110011001110101111101111101011
+7,14,3,74,1110111011011001101111101111101111111111110111111001111100011111100011110011001110101111101111101011
+7,14,4,72,1110111011011001001111111111100111011111111111111001111100011110110011110110001110001110101111111011
+7,14,5,75,1110111011011101101111101111101111111111111111111001111100111110010011110011001110101111100111101011
+7,14,6,74,1110111101001001101011111110101111111111111111101001011100011111010111110011001111001111111111111011
+7,14,7,75,1110011011011011101111101111101111111111111111111001111110011110100011110111001110101111100111101011
+7,14,8,75,1110111011011001101111101110100111111111011111111111111100011110110011110011011110111100111111110011
+7,14,9,76,1110111111011001101111101111101111111111111111111001111100010111100011110111001110101111101111101011
+7,14,10,74,1110111011011001101111101101101111111111111111111011111100011110110011110011001110001111101111101011
+7,14,11,76,1110111011011001101011101110101111111111101111111001111100011111000011111111001111101111111111111011
+7,14,12,70,1110111001011001100111101110100111111111011111101111111100010010110011110111011110011100111111110011
+7,14,13,71,1110111011011001101111101010100111111111111111111111011100011110110011110100001110111000110111111011
+7,14,14,69,1110111111011001101011101110100111111111011111011101011100011111110011110111000110001000111111110011
+7,14,15,74,1110111111011001101111100100101111011111111111101101111100010111110011110110011110001111111111111011
+7,14,16,73,1110111011011011101111101111101111111111011111111001111010011111100010110011001110101101101111101110
+7,14,17,73,1110111101111001101111101110101111011111110111110001111100011111010011110111001111000111101111111011
+7,14,18,74,1110111011011001101111101111100111111111111111111001111100011111100011110011001110101111101111101011
+7,15,0,75,1110011111011011101111101100101111011111111111101101111100010111110011110110011110001111111111111011
+7,15,1,73,1110111011011001101111100111101011111111111111111001111110011110100011110111001110101111100111101011
+7,15,2,74,1110011011011011101111101111101111111111111111111001111100011111100011110011001110101111100111101011
+7,15,3,75,1110111011011011101111101111101111111011111111111001111110011110100011110111001110001111101111101011
+7,15,4,71,1110111011011001101111100100101111111111110111111001111100011110110011110011011110101101101111101011
+7,15,5,76,1110111011011001101111101111100111111111011111111111111100011110110011110011001110111110111111110011
+7,15,6,77,1110111111011001101111101111100111111111011111111011111100011111110011110011011110111110111111100011
+7,15,7,75,1110111011011001101111101110101111111111111111111101111100010110100011110111001111101101101111111011
+7,15,8,72,1110111011011011101111101110100111111011011111111001111100011110110011110011011110111100101111101011
+7,15,9,77,1110011011011001101111101111101111111111111101111111111110011110101011110111001110101111110111110011
+7,15,10,73,1110111111011001101111100100100111011111110111101101111100010111110011110111001110101111111111111011
+7,15,11,73,1110111011011010101111101111101111111111111011111001111100011111100011110010011110001111101111101011
+7,15,12,73,1110111011011001101011101110101111111111101111111001111100011111000011110111001111101111110111101011
+7,15,13,75,1110011011001011101111101111101111111111111111111001111110011010100011111111001110101111101101111011
+7,15,14,75,0110111111011001101111101111101111111111111111111001111100010111100011110111001110101111101111101011
+7,15,15,75,1110011011011011101111101111101111111111111111111001111110011110100011110111001110101111100111101011
+7,15,16,72,1110111011011001101111101111101111111011110111101001111100011111100011110011001110101111101111101011
+7,15,17,75,1110111011011001101111101111101111111111111111111001110101011110110011110011001110101111101111101011
+7,15,18,74,1110011011011001101111101111100111111111111111111111111110011110110011110111011110101100100111100011
+7,16,0,79,1110111011011001101111101111101111111111111111111111111110011110100111110111001110101101110111111011
+7,16,1,74,1110011011011001101111101110101111111111111101111101111100010110101011110111001111101111101111110011
+7,16,2,73,1110111111011001101111100100100111111111110111101101111100010110100011110111001111101111111111111011
+7,16,3,73,1110111011011001101111101110101111011111111111111101011100010111100011110111001110101101101111111011
+7,16,4,75,1110111111011011100110101111100111111111011011111011111100011111100111110011011110101111111111100011
+7,16,5,74,1110111011011000101111101111101111111111111111111001111100011111110011110010011110011110101111101011
+7,16,6,76,1110111011011011101111101110111110111011011111111111111100011110110011110111001110001111111111111001
+7,16,7,73,1110111011011001101111101111100111111111111111111001111110011110100011110011001110111110101111100011
+7,16,8,73,1110111011011001101011101111100111111111001111111111111100011110010011110111001110111110111111100011
+7,16,9,74,1110111011011001101110101110101111111111111111111001111100011111100011110011001111101111110111111010
+7,16,10,73,1110111011011001101111101111101111111111111101111001110110011010100011111011001110100111101111111011
+7,16,11,75,1110011011001011101111101111101111111111111111111001111101011110110011110111001110101111101101101011
+7,16,12,79,1110111011011001101111101111100111111111111111111111111110011110111011110111001110101111110111110011
+7,16,13,71,1110001011011001101111100011101111111111011101111111111100011110100011110011001110111110111111110011
+7,16,14,75,1110111111011001101111101110101111011111111111111101111100010110100011110110011111001101111111111011
+7,16,15,75,1110011011011011101111101100101111111111111111101101111100010111110011110111001110101111101111111011
+7,16,16,77,1110011011011001101111101111100111111111011111111111111110011111110011110111011110111110101111100011
+7,16,17,74,1110111111101001111111101111100111111111111111101011111100011110110011110011011110101100110111100011
+7,16,18,75,1110111011011001101111101111100111111111111011111011111110011110110011110111011110101110101111110001
+7,17,0,72,1110111011011011101111101110100111111011111011111011111110011110110011110111001110101110101111100001
+7,17,1,77,1110011011011011101111101111101111111111011111111101111100011110100011110011011110111111110111111011
+7,17,2,77,1110011011011011101111101110101111111111111111111101111100011110110011110111001110101111101111111011
+7,17,3,76,1110111011011001101111101101101111111111111111101111111110010111100111110111001110101101110111111010
+7,17,4,72,1100111011001001101111101111101111111111111111111001111100011110110011110110001110101111101101101011
+7,17,5,75,1110011111101011111111101111100011111111111111101011111101011110110011110011011111101100110111100011
+7,17,6,75,1110011011011001101111101111100111111111011111110111111110011111110011110111011010111110101111100011
+7,17,7,76,1110011011011011100111101111100111111111010111111111111110011111110011110111011110111110101111100011
+7,17,8,74,1110101011011011101111101111111110111011011111111111111100011110100011110111001110001111111111011001
+7,17,9,72,1110011011011001101111100010101111111111011101111111111100011110110011110011001110111110111111110011
+7,17,10,73,1110011011011001101111101110101111111111111101111101111100010110101011110111001111101110101111110011
+7,17,11,74,1110011011011001101111101110101111111111111101111101111100010110101011110111001111101111101111110011
+7,17,12,74,1110011011011011101111101110111111111011111111111101111100010110110011110111001110001111101111111001
+7,17,13,76,1110111011011011101111101100101110111111011111101111111100011111110011110111001110101111011111111011
+7,17,14,74,1110111011101001101111101111100111111111111011111011111110011110110011110011011110101110101111110001
+7,17,15,74,1110111111011001111111101111100111111111111111101011111100011110110011110111011100101100110111100011
+7,17,16,73,1110111011011001101011101111100111111111011111111111111100011110010011110111001110111110101111110010
+7,17,17,72,1110111011011001101111101111100101111111101011111011111110011110110011110011011110101110111111100001
+7,17,18,72,1110011011011001101011101111100111111111001111111101111100011110010011110111001110111110111111110011
+7,18,0,78,1110111011011011101111101110101111111111111111101111111100011111110011110111001110101111101111101011
+7,18,1,75,1110011011011011101111101100101111111111111111111101111100010110110011110111001110101111101111111011
+7,18,2,74,1110011011011011101111101110101111111111011111111101111100011110010011110111001110101110101111111011
+7,18,3,76,1110111011011001101011101111100111111111111111111111111100011110110011111111001110111111101111100010
+7,18,4,77,1110111011011001101111101101101111111111111111101111111110011111100011110111001110101101110111111011
+7,18,5,76,1110111011011111101111101100101110111111011111101111111100010111110111110111001110101111011111111010
+7,18,6,72,1110111011001001101111101111101110111111111011111011111110011110110011110011001110101110101111110001
+7,18,7,77,1110101011111011101111101111111111111011011111111111111100011110100011110111011110001111111111011001
+7,18,8,72,1110011011011011100111101111100111111101010111110111111110011011110011110111011110111110101111100001
+7,18,9,75,1110011011011001101111101111100111111111011101111111111110011111110011110111011010111110101111100011
+7,18,10,71,1110010011011001101111100010101111111111111101111111111110011110110011110001011100111110110111110011
+7,18,11,73,1110011011011001101111100111110111111111011111110111111100011111110011110111001010111110101111100011
+7,18,12,75,1110011011011001101111101110100111111111011101111111111100011110110011110111101110111110111111110011
+7,18,13,70,1110011011011001101011100011101111111111001111111101111100011110010011110011001110111110111111110011
+7,18,14,75,1110011011011001101111101111100111111111011111111111111110011110110011110111011010111110101111100011
+7,18,15,71,1110111011011001101011101111100111111110011111110111101100011111010011110111001110111110101111110010
+7,18,16,73,1110011011011011101111101110101111111111011111110101111100011110110011110101001110101111101111110011
+7,18,17,76,1110011011011001101111101101100111111111111111111111111110011111100011110111011010111110101111101011
+7,18,18,75,1110011011011011101111101100101110111111111111101111111100011110110011110111001110101111101111111011
+7,19,0,73,1110011011011001101111101110100111111111011111111101111100011111110011110111001010101111001111111011
+7,19,1,79,1110111011011011101111101101101111111111011111111111111110011110110011110111011110111110111111100011
+7,19,2,77,1110011011011011101111101111100111111111111111101111111110011111110011110111001110101110101111101011
+7,19,3,74,1110111011011001101111101110101011111111011111111111111100011110110011110111011010111011101111100011
+7,19,4,72,1110011011011001101011101001101111111111001111111001111100011110110011110011001110111111111111111011
+7,19,5,72,1110111011011001101111100101101111111111111111101111111110011111000011110111001110101100100111110011
+7,19,6,78,1110111011011111101111101101100111111111011111110111111110010111111011110111011010101111101111111010
+7,19,7,71,1110010011011001101111101100001110111111111111101011111110011111100111110111001110101110011111101011
+7,19,8,75,1110101011111011101110101111111111111011011111111111111100011110100011110011011110001111111111011001
+7,19,9,77,1110101011111011101111101111111111111011011111111111111100011110100011110111011110001111111111011001
+7,19,10,74,1110011011011001101111101111111111111111011111110111111101011111110011110111001010101110001111100011
+7,19,11,75,1110111011011011101111100100100111111111011101111101111100010111110011110111001110111111111111111011
+7,19,12,77,1110111011011011101111101111101110111001011111111111111100011110110011110111101110101111111111110011
+7,19,13,70,1110001011111001101111101010110111111111011101111111111100011110100011110110011110011010111111011001
+7,19,14,75,1110011011011001101111101111111111111111011111110111111100011111100011110111001110111110110111100011
+7,19,15,76,1110111011011001101111100101100111111111111111101111111110011111110011110111001010111101101111111011
+7,19,16,76,1110111011011001101011101111100111111111111111111101111100011110110011111111001110111110111111111000
+7,19,17,75,1110011011011011101111101110101111111111011111111111111100111110010011110111001110101111101111100011
+7,19,18,72,1110111011011001101011101111100111111111111111101111111100011110100010111111001110111101101111100010
+7,20,0,75,1110101011011011101111101101111111111011011111111111111000011110100011110111001110101111111111011011
+7,20,1,79,1110111011111001101101101111101111111111111111011111111110011111110011110111011110001111110111111001
+7,20,2,80,1110111011011011101111101111111111111011011111111111111110011110100011110111011110011110111111111011
+7,20,3,73,1110101011111011101110101101101111111111011111111111111100011110110011110011010110101111111111000001
+7,20,4,76,1110011011011011101111101111100111111111111111101111011110011111110011110111001110101110101111101011
+7,20,5,77,1110011011011011101111101111100111111111111111101111111110011111110011110111001110101110101111101011
+7,20,6,77,1110111011011001101101101101101111111111111111011111111110011111110011110111001110101111110011111011
+7,20,7,77,1110111011011001101101101101101111111111111111011111111010011111110011110111001110101111110111111011
+7,20,8,78,1110111011011111101111101101100111111111111111101111111110010111111011110111001010111101101111111010
+7,20,9,76,1110111011011001101111100101100111111111011111110111111110011111110011110111011010101111101111111011
+7,20,10,76,1110111011011011101111101111101111111001011111111111111100011110110011110101101110101110111111110011
+7,20,11,75,1110011011011011101111101111100110111111111111101111111110001111110001110111001110101111101111101011
+7,20,12,77,1110111011011111101011101111100111111111111111110111111110010111110011110111011010101110111111111000
+7,20,13,75,1110111011011001101111101101100111111101011111111101111100011110111011111011001110111111101111111010
+7,20,14,77,1110111011011111101111101101100111110111111111110101111100010111111011111111011010101111101111111010
+7,20,15,77,1110111011011001101111101111100111111111011111111111111110011110110011110111001110111110111111111000
+7,20,16,70,1110111011011001101111100110101011110110011111111111111100011110110001110111011010111011101111100011
+7,20,17,71,1110111011011000101111101110101011111111011111111101111100011110110011110111011010111011101011100011
+7,20,18,80,1110111011011011101011101111101111111111011111111111111110011111010011110111011110111111111111100011
+7,21,0,78,1110111011011001101111101101101111111111011111011111111110011110110011110111011110001111111111111011
+7,21,1,75,1110101011111011100101101111111111111011111111111111111000011111100011110111001110101111110111011001
+7,21,2,74,1110011011011001101101101111101111111111111111001111011010011111110011110111001110101110110111111011
+7,21,3,79,1110111011011011101111101101100111111111111111111111111110011111110011110111001110101111101111101011
+7,21,4,76,1110111011011101101011101111100111111111011111111111111110011110110011110111110010101110111111111000
+7,21,5,78,1110111011011011101111101111100111111111111111110111111110010111110011110111001110111110111111111000
+7,21,6,78,1110111011111001101111101111101111111111011111011111111110011110100011110111011110001111110111111011
+7,21,7,81,1110111011011011101101101111111111111011111111111111111110011111110011110111011110011110111111111001
+7,21,8,75,1110011011011001001111101111101111111111111111011111111100011111110001110111011110101110110111101011
+7,21,9,76,1110111011111011101001101111100111111111111111101111111110011111110011010111001110001111101111111001
+7,21,10,75,1110111011001001101101101101101111111111111111011111111010011111110011110111001110101111110111111001
+7,21,11,79,1110111011111001101101101111101111111111111111011111111110011111110011110111011110001111110111111001
+7,21,12,74,1110111011011000101111101111101111111111011111111101111100011110110011110111001010111011111011110011
+7,21,13,72,1110110011011001101101101100100011111111111111011111111110011111110011110111011110101111100011101011
+7,21,14,78,1110111011111001101101101111100111111111011111111111111110011110110011110111001110101111111111111001
+7,21,15,77,1100111011011001101111101111101111111111111111011111111110011111110011110111011110011110110111111000
+7,21,16,74,1110111011011001101111101101100111111111011111111101011000011110111011111011001110111111101111101011
+7,21,17,76,1110011011011011101111101111100111111101111111101111111110011111110011110111001110101110101111111010
+7,21,18,79,1110111011010011101111101111111111111011111111111111111110011100110011110111011110011110110111111011
+7,22,0,82,1110111011011011101111101111110111111111111111111111111110011111110011110111001110111101111111101011
+7,22,1,77,1110111011011011101101101101101111111011111111111111111110011111110011110111011110001110101111111001
+7,22,2,79,1110111011011001101001101111110111111011111111111111111110011111110011010111111110111110111111111001
+7,22,3,77,1110111011011111101111101111101111111111011111111111111110011110110011110111010010001110111111111000
+7,22,4,74,1110101011111001101111101111101110111111011111011111111100001111100011110111001110001111110111111011
+7,22,5,77,1110111011111011100101101111111111111011111111111111101010111110100011110111011110101111110111011001
+7,22,6,80,1110111011011011101111101101100111111111111111111111111100011111110011110111001110111111111111101011
+7,22,7,78,1110111011011011101101101111111111111011111111111110111110011111110011110111011110001110101111111001
+7,22,8,78,1110111011111001101101101111101011111111111111111111011110011111110011110111011110001111110111111001
+7,22,9,78,1110111011011011101101101111111111111011111111011111111100001111110011110111011110011110111111111001
+7,22,10,73,1110111010011001101101101101101111111111011111011111011100011111100111110111001110101111111011101011
+7,22,11,77,1110111011011001101111101101100111111111011111111101111010011110111011111011001110111111101111111011
+7,22,12,80,1110111011011011101111101111110111111111111111110111111110011111110011110111011110010110110111111011
+7,22,13,76,1110111011010011101111101111101111111011111111111111111110010100110011100111001110111111111111111000
+7,22,14,75,1100111011011001101101101111101111111011111111011111111110011111110011110111011110011110110111111000
+7,22,15,83,1110111011011011101111101111111111111111111111111111111110011111110011110111011110011110111111111001
+7,22,16,76,1110111010011001101111101101101111111111011111011111111110011101100011110111011110111111110011111011
+7,22,17,79,1110111011010011101101101111111111111011111111111111111110011110110111110111001110001110111111111011
+7,22,18,80,1110111011011011101111101101101111111111011111011111111110011111110011110111011110011111111111111001
+7,23,0,82,1110111011011011101111101111110111111111111111111111111110011111110011110111011110111110110111101011
+7,23,1,80,1110111011011011101111101111110111111111111111110111111110011111110011110111001110010101111111111011
+7,23,2,76,1110111011011011101100101101101111111111111111111111111100001111110011110111001110111110111111101001
+7,23,3,79,1110111011011011101111101111011111111011111111011111111100001011110011110111011110011111111111111011
+7,23,4,78,1110111011011011101111101101101111111111111111011111111110011110110011110111011010011101111111111001
+7,23,5,81,1110111011011011101111101111110101111111011111111111111110011111110011110111001110111111111111101011
+7,23,6,80,1110111011011011101111101111111111111111111111110111111110011101110011110111011110010110110111111011
+7,23,7,82,1110111011011011101111101111110111111111111111111111111110011111110011110111011110011110111111111001
+7,23,8,79,1110111011011011101111101101100111110111111111011111111110011101110011110111001110111111111111111011
+7,23,9,74,1110111010011001101111101101101111111111011111111111101100011111100011110111011100111111110011101011
+7,23,10,82,1110111011011011101111101111110111111111111111111111111110011111110011110111001110110111111111101011
+7,23,11,80,1110111011011011101111101111110111111111111111110111111110011111110011110111011110011100110111111011
+7,23,12,77,1110111011011011100101101111111111111010111111111111111110011110110011010111101110001110111111111011
+7,23,13,78,1110111011010001101001101111110111111011111111111111111110011110110111110111011110111110111111111001
+7,23,14,73,1110111011011011101111101101101111111111011111011111111110010100100011100110001110101111111111111010
+7,23,15,78,1110111011010001101111101111101111111011111111111111111110011101110011110111011110111111110011111001
+7,23,16,79,1110111011011011100111101111101111111111011111011111111110011111110011110111011110001111111111111001
+7,23,17,79,1110111011111011101101101101111111111011111111111111101010111110100011110111011111111111110111011001
+7,23,18,78,1110111011001001101001101111100111111011111111111111111110011111110011110111111110111110111111111001
+7,24,0,80,1110111011011011101111101111111111111011111111011111111100001111110011110111011110010111111111111011
+7,24,1,81,1110111011011011101111101111010111111111111111111111111110011011110011110111001110111111111111101011
+7,24,2,81,1110111011011011101111101111110111111111111111111111111110011111110011110111001110011110111111101011
+7,24,3,82,1110111011011011101111101111110101111111111111111111111110011111110011110111011110011111111111111001
+7,24,4,78,1110111011111011101101101111110101111011111111111111101010111110100011110111011111111111110111011001
+7,24,5,81,1110111011011011101111101101111111111111011111111111101110011111110011110111001110111111111111101011
+7,24,6,76,1110011011011011101111101111110110111111111111110111111110011111110011110111011110010100010111111011
+7,24,7,80,1110111011011011101111101111100111111111111111110111111110011111110011110111001110011101111111111011
+7,24,8,79,1110111011011011100111101111111111111011111111011111111100001011110011110111011110011111111111111011
+7,24,9,79,1110111011011011101111101111010111111111111111110111111110011111110011110111001110010101111111111011
+7,24,10,79,1110111011011011101111101111101111111111111111111111111110011100110001110111011110011111110111111001
+7,24,11,77,1110111011010001101111101111111111111011111111110111111110011101110011110111011110110110110011111011
+7,24,12,81,1110111011011011101111101101110111111111111111011111111110011110110011110111011010111111111111111011
+7,24,13,77,1110101011011011101111101111101101111111011111111111111110011111110011110111001110011101111111101001
+7,24,14,79,1110111011011011101111101111110101110111111111011111111110011101110011110111001110111111111111101011
+7,24,15,78,1110111010111011101111101101100111110111011111111111111110011111110011110111001110111111110111111010
+7,24,16,77,1110111011010011101111101101100111010111111111011111111110011101110011110111001110111111111111111011
+7,24,17,79,1110111011011011101111101101100111110111111111011111111110011101110011110111001110111111111111111011
+7,24,18,81,1110111011011011100111101111111111111111011111011111111110011111110011110111001110111111111111111001
+7,25,0,81,1110111011011011101111101111111111111011111111011111111110001111110011110111011110010111111111111011
+7,25,1,80,1110111011011011101111101111110111111111111111111111111100011111110011110111001110011110111111101011
+7,25,2,81,1110111011011011101111101101111111111111111111111111101110011110110011110111001010111111111111111011
+7,25,3,81,1110111011011011101111101101110111111111011111011111111110011101110011110111011110111111111111111011
+7,25,4,79,1110111011011011100111100111111101111111011111011111111110011111110011110111001110111111111111111001
+7,25,5,78,1110101011011011101111101111101111111111011111111111111110011111110011110111011110011101011111101001
+7,25,6,82,1110111011011011101111101111110101111111111111111111111110011111110011110111011110011111111111111001
+7,25,7,82,1110111111011011101111101101110111111111111111011111111110011110110011110111011010111111111111111011
+7,25,8,80,1110111011011111101111101111101111111111111111111111111110011100110001110111011110011111110111111001
+7,25,9,82,1110111011011011101111101111110101111111111111111111111110011111110011110111011110011111111111111001
+7,25,10,78,1110111011011011101111101101100111110111111111011111111110011101110011010111001110111111111111111011
+7,25,11,79,1110111011001011101111101111110101110111111111011111111110011101110011110111001110111111111111111011
+7,25,12,81,1110111011011011101111101111000111111111111111111111111110011111110011110111011110110111111111101011
+7,25,13,79,1110111011011011101111101111110111111111111111111111111110011011110011110111001110001011111111101011
+7,25,14,83,1110111011011011101111101111111111111111011111011111111110011111110011110111101111111111111111101001
+7,25,15,79,1110111011011011100111101101111111111111011111111111100110011111110010110111001110111111111111111011
+7,25,16,77,1110111011011011101111101111010111111111111111010111111110011111110011110111001110010101111111111010
+7,25,17,80,1110011011011011101111101111111111111011111111111111111100001111110011110111011110010111111111111011
+7,25,18,77,1110111011011011101111101111010111111111111111111111111110011111110011110111001110000101110111101011
+7,26,0,83,1110111011011011101111101111101111111111011111011111111110011111110011110111111111111111111111101001
+7,26,1,80,1110111010011011101111101111010111111111111111111111111110011111110011110111001110110111111111101011
+7,26,2,82,1110111011011011101111101101110111111111011111111111111110011101110011110111011110111111111111111011
+7,26,3,80,1110111011010011101111101111110101111111111111011111111110011111110011110111011110011111111111111001
+7,26,4,77,1110111011011011100100101111110111111111110110110111111110011011110011110111001110111111111111111011
+7,26,5,81,1110111011011011101111101111010101111111111111111111111110011111110011110111011110011111111111111001
+7,26,6,82,1110111011011011101111101111101111111111011111111111111110011111110011110111111111011101111111101001
+7,26,7,80,1110101011011011101111101111111111111111011111011111111110011111110011110111101110111111011111101001
+7,26,8,78,1110111011011011100111100111111101111111011111011111011110011111110011110111001110111111111111111001
+7,26,9,83,1110111011011011101111101111111111111111011111011111111110011111110011110111101111111111111111101001
+7,26,10,83,1110111011011011101111101111111111111011111111111111111110011111110011110111101110001111111111111011
+7,26,11,78,1100011011011011101111101111111111111111011111011111111100001111110011110111011111110111111111101001
+7,26,12,82,1110111011111011101111101111111111111111011111011111111110011101110001110111101110111111111111111001
+7,26,13,80,1110111011001011101111101111110101110111111111011111111110011111110011110111001111111111111111101011
+7,26,14,78,1110111011011011100111101111111111111111011101011111111010011011110011110111001110111111111111111001
+7,26,15,80,1110111111011011101111100111110101111111111111111111111110011111110011110111001110101011111111101011
+7,26,16,83,1110111011011011101111101111111111111111011111011111111110011111110011110111101111111111111111101001
+7,26,17,83,1110111011011011101111101111111111111111011111011111111110011111110011110111101111111111111111101001
+7,26,18,79,1110111011011010101111101111001111111111111111111111111100011111110011110111011110010111111111101011
+7,27,0,84,1110111011011011101111101111010111111111111111111111111110011111110011110111111110111111111111111001
+7,27,1,80,1110111011011011101111101111111101111111011111011111111110011111110011110111001111011111111111101001
+7,27,2,81,1110111011011011101111101111111111111011111111111111111110011111110011110111001110100111111111101011
+7,27,3,81,1110111010011011101111101111010111111111111111111111111110011101110011110111101110011111111111111011
+7,27,4,82,1110111011011011101111101111111111111011011111111111111110011111110011110111101111011111111111101001
+7,27,5,84,1110111011011011101111101111111111111111111111001111111110011111110011110111101110111111111111111011
+7,27,6,81,1110111011011011101111101111101111111111011111011111111110011111110011110111111111011101111111101001
+7,27,7,83,1110111011011011101111101111101111111111011111111111111110010110111011110111111111111111111111101001
+7,27,8,81,1110111011011011101111101111101111111111011111011111111110011111110011110111101110111111111111101001
+7,27,9,82,1110101011011011101111101111111111111111011111011111111110011111110011110111111111111111011111101001
+7,27,10,83,1110111011011011101111101111010101111111111111111111111110011111110011110111111110111111111111111001
+7,27,11,81,1110111011011011101111101111111111111111011111011111111110011111110011110111001111011111111111101001
+7,27,12,82,1110111011011011101111101101101111111111011111011111111110011101110011110111111110111111111111111011
+7,27,13,82,1110111011011011101111101111110111111111011111111111110110011111110011110111011111111111111111101001
+7,27,14,76,1110111011011011101111101111110101111111111111001111101110011011010011110111001111111111100111101011
+7,27,15,80,1110111011011011101111101111111111110111011111011111111110011111110011100101101111111111111111101001
+7,27,16,78,1110101011011011101111101111101111111111011111111111111110011111110011100111101110011101111111101001
+7,27,17,83,1110111011011011101111101111111111111111011111011111111110011111110011110111111111111111011111101001
+7,27,18,82,1110111011001111101111101111110111111111111111011111111110011111110011110111001111101111111111101011
+7,28,0,80,1110111011011010101111101111010111111011011111111111111110111111110011110111111110111111111101101001
+7,28,1,84,1110111011011011101111101111111101111111111111111111111110011111110011110111101111011111111111111001
+7,28,2,82,1110111011011011101111101111111111111111111111011111111110011111110011110111101110100111111111101011
+7,28,3,83,1110111011011011101111101111111111111011111111101111111110011111110011110111001110111111111111111011
+7,28,4,82,1110111011011011101111101111011101111111111111011111111110011111110011110111001111111111111111111001
+7,28,5,81,1110111011011011101111101111110101111111011111111111111110011111110011110111111110011111111111101001
+7,28,6,84,1110111011011011101111101111010111111111111111111111111110011111110011110111111110111111111111111001
+7,28,7,84,1110111011011011101111101111111111111111011111011111111110111111110011110111111111111111011111101001
+7,28,8,82,1110111011011011101111101111110110111011111111111111111110011111110011110111101110011111111111111011
+7,28,9,80,1110111010011011101111101111011101110111111111111111111110011101110011110111101110011111111111111011
+7,28,10,82,1110111011011011101111101111111111111111011111011101111110011110111011110111101111111111111111101001
+7,28,11,81,1110111011011011101111101111101111111111011111111111111110010111110011110111011111011111111111101001
+7,28,12,78,1110111011011011101111101111111111110111011111011111011010011111110011100101101111111111111111101001
+7,28,13,80,1110111011011011101111101111111111110111011111011111111110011111110011100101101111111111111111101001
+7,28,14,82,1110111011011011101111101111011101111111111111001111111110011111110001110111111110111111111111111011
+7,28,15,84,1110111011011011101111101111110111111111111111111111111110011111110011110111101110111111111111111001
+7,28,16,82,1110111111011011101111101111110111111111011111011111111110011111110011110111011111111111011111101001
+7,28,17,83,1110111011011011101111101111111111111111011110111111110110011111110011110111111111111111111111101001
+7,28,18,82,1110111011011011101111101111111111111011111111111111111110011111110001110111101110011111111111111001
+7,29,0,85,1110111011011011101111101111111111111111111111011111111110111111110011110111111101111111111111101001
+7,29,1,79,1110111011011011101111101111110111111011011111111111111110011111110001110111101110011111011111111001
+7,29,2,82,1110111011011011101111101111111111111111011110111111110110011111110011110111111111111111011111101001
+7,29,3,85,1110111011011011101111101111111111111111011111011111111110111111110011110111111111111111111111101001
+7,29,4,81,1110111011011011101101101111011111111111111111001111111110011111110011110111001110111111111111111011
+7,29,5,82,1110111011011011101111101111111101111011111111111111111110011111110011110111001111111111111111101001
+7,29,6,81,1110111011011011101111101111110111111111011110111111110110011111110011110111101111111111111111101001
+7,29,7,85,1110111011011011101111101111111111101111111111111111111110011111110011110111111110111111111111111001
+7,29,8,80,1110111011111011101011101111111101111111011111011111111110011111110011110111001111011111011111111001
+7,29,9,86,1110111111011011101111101111110111111111111111111111111110011111110011110111111111111111111111101001
+7,29,10,79,1110111011011011101111101111111111110111011110011111111110011111110011100101101111111111111111101001
+7,29,11,84,1110111011011011101111101111111111111111011111111111110110011111110011110111111111111111111111101001
+7,29,12,84,1110111011011011101111101111111111111111111111111111111110011111110011110111101110011111111111111001
+7,29,13,84,1110111011011011101111101111110101111111111111111111111110011111110011110111101111111111111111111001
+7,29,14,83,1110111011011011101111101111111101111111111111111111111110011111110011110111101110011111111111111001
+7,29,15,82,1110111011011011101111101111111111111011111111111111111110011111110001110111101111011111101111111001
+7,29,16,81,1110111011011011101111101111111111111111111111111111111110011111110011110111001110000111111111101011
+7,29,17,81,1110111011011011101111101111110101111111011111011111111110011111110011110111111110111111111111101001
+7,29,18,85,1110111011011011101111101111111111111111011111111111111110111111110011110111111111111111011111101001
+7,30,0,84,1110111111011011101111101111110101111111111111011111111110011111110011110111111111111111111111101001
+7,30,1,85,1110111011011011101111101111111111111111111111111111111110011111110011110111101111011111111111111001
+7,30,2,85,1110111011011011101111101111111101111111011111011111111110111111110011110111111111111111111111111001
+7,30,3,81,1110111111011011101111101111111111110111111111011111111110011101110011110111101111011111111111101000
+7,30,4,83,1110111011011011101111101111111111111111011111111111110110011111110011110111111110111111111111101001
+7,30,5,81,1110111011001011111111101111111111111111011110111111010110011111110011110111111111111111011111101001
+7,30,6,84,1110111011011011101111101111111101111111111111111111111110111111110011110111101111111111101111101001
+7,30,7,82,1110111011011011101111101111110111111111011111111111110110011111110010110111111111111111011111111001
+7,30,8,82,1110111011011011101111101111111111111011111111111111111110011111110001110111101111010111111111101011
+7,30,9,80,1110111011011011101111101111111111111111111111111111111110001111110011110111001110001111101111111001
+7,30,10,84,1110111011011011101111101111111111111111011111111111110110011111110011110111111111111111111111101001
+7,30,11,85,1110111011011011101111101111111111111111011111011111111110111111110011110111111111111111111111101001
+7,30,12,81,1110111011011011101111101111111111111111011110011111110110111011110011110111111111111111011111101001
+7,30,13,85,1110111011011011101111101111111111111111011111111111111110011111110011110111111111111111111111101001
+7,30,14,81,1110111011011011101111101111111101111011111111111111111110011111110011110111001111011111111111101001
+7,30,15,86,1110111111011111101111101111111101111111111111111111111110011111110011110111101110111111111111111001
+7,30,16,83,1110111011011011101111101111111111111111011111111011111110111111110011110111111111001111011111101011
+7,30,17,81,1110111011011011101111101111111111111111111111110111111110011111110011110111001110110111111111101001
+7,30,18,82,1110111011011011101111101111011111111111111111101111111110011111110011110111101110011111111111111001
+7,31,0,83,1110111111011011101101101111111111111111111111011111111110011111110011110111001010111111111111111011
+7,31,1,85,1110111011011111101111101111111101111111111111111111111110011111110011110111101110111111111111111001
+7,31,2,82,1110111011001011101111101111111111111111011111011111111110011111110011110111111111111111011111101001
+7,31,3,83,1110111011011011111111101111111111111111011110111111010110011111110011110111111111111111111111101001
+7,31,4,84,1110111011011011101111101111111101111111011111111111111110011111110011110111111111111111111111101001
+7,31,5,84,1110111011011011101111101111111111111111011111011111110110111111110011110111111111111111111111111000
+7,31,6,84,1110111111011011101111101111110101111111011111011111111110111111110011110111111111111111111111101001
+7,31,7,85,1110111011011011101111101111111111111111111111011111111110011111110011110111111111111111111111101001
+7,31,8,83,1110111011011011101111101111110101111111011111011111111110111111110011110111111111111111111111101001
+7,31,9,85,1110111111011011101111101111111101111111111111011111111110011111110001110111111111111111111111111001
+7,31,10,84,1110111011011011101111101111111111111111011111111111110110011111110011110111111111111111111111101001
+7,31,11,83,1110111011011011101111101111111111101111011111111111111110011111110011110111111110111111111111101001
+7,31,12,86,1110111111011111101111101111111101111111111111111111111110011111110011110111101110111111111111111001
+7,31,13,85,1110111111011111101111101111111101111111111111111111111110011111110011010111101110111111111111111001
+7,31,14,80,1110111011011011101111101111111101111111011111011011111110111111110011110111111111001111011111101001
+7,31,15,87,1110111011011011101111101111111111111111011111111111111110111111110011110111111111111111111111101011
+7,31,16,83,1110111011011011101111101111111100111111111111111111111110111111110011110111101111011111011111101011
+7,31,17,81,1110111011010011101111101111111111111111011111111011111110111111110001110111111111101111101111101001
+7,31,18,84,1110111011011011101111101111111111111111011110011111110110111111111011110111111111111111011111101011
+7,32,0,85,1110111111011011101111101111111101111111111111111111111110011011110001110111111111111111111111111001
+7,32,1,83,1100111111011111101111101111111101111111111111011111111110011111110011010111101110111111111111111001
+7,32,2,85,1110111011001011101111101111111111111111011111111111111110111111110011110111111111111111011111101011
+7,32,3,83,1110111011011011101111101111111111111011011111011111111110011111110011110111111111111111111111101001
+7,32,4,85,1110111111011011101111101111111101111111111111011111111110011111110001110111111110111111111111111011
+7,32,5,80,1110111111011011101101101111111111111111111111011111110100011111110011110111001011110111111111111001
+7,32,6,86,1110111111011111111111101111111101111111111111111111111110010111110011110111101110111111111111111001
+7,32,7,84,1110111011011111101011101111111101111111111111111111111110011111110011110111101110111111111111111001
+7,32,8,85,1110111111011111101111101111111101111111111111111111111110011111111011010011101110111111111111111001
+7,32,9,85,1110111111011111101111101111111101111111111111111111111110011111110011010111101110111111111111111001
+7,32,10,84,1110111111011111101111101111111100111111111111111111111110011111110011010111101110111111111111111001
+7,32,11,83,1110111111011011101111101111111101111111111111011111111110011111110001110111110111111111111111011001
+7,32,12,85,1110111011011011101111101111111111111111011111011111111110111111110011110111111111111111111111101010
+7,32,13,85,1110111011011011101111101111111111111111011111110111110110111111110011110111111111111111111111111001
+7,32,14,85,1110111011011011101111101111111111111111011111111111111110011111110011110111111111111111111111101001
+7,32,15,84,1110111011011011101111101111111111111111111111011111110110011111110011110111111111111111111111101001
+7,32,16,89,1110111111011111101111101111111111111111111111111111111110011111110001110111111111111111111111111011
+7,32,17,82,1110111011011011101111101111111101111011011111011111111110111111110011110111111111111111111111001001
+7,32,18,86,1110111011011111101111101111111101111111111111111111111110111111110011110111101110111111111111111001
+7,33,0,90,1110111111011111101111101111111111111111111111110111110110111111110111110111111111111111111111111011
+7,33,1,85,1110111011011011101111101111111111111111111111111111111110011111110001110111111111111110111111111001
+7,33,2,88,1110111111011111101111101111111111111111101111111111111110011111111011110111110111111111111111111001
+7,33,3,84,1110111111011111101111101111111101111111111111111111111110011111110001010011101110111111111111111011
+7,33,4,84,1110111011011111101011101111111101111111111111111111111110011111110011110111101110111111111111111001
+7,33,5,82,1110111011011111101111001111111101111111110111111111111110110111110011110111101110111111110111111001
+7,33,6,84,1110111111001011101111101111111111111111011111111111111110011101110011110111101111111111111111101011
+7,33,7,83,1110111011011111101111001111111101111111111111111111111110011111110011010111110110111111111111111001
+7,33,8,87,1110111111011011101111101111111111111111011111111111111110011111110011110111111111111111111111101011
+7,33,9,82,1110111011011010101111101111111101111111111111111111111110011001110001110111111111111111111111111001
+7,33,10,81,1100111011011111101111101110111111111011111111011111111110011111110011010111111110111111111111101001
+7,33,11,83,1110111111011011101111101111111101111111011111011111111110011111110011110111101111111111111111011001
+7,33,12,81,1100111011011111101111101111111101111111111111011111111110011111110011010111101110111111111111111000
+7,33,13,87,1110111111011111101111101111111101111111111111111111111110111111110011110111101110111111111111111001
+7,33,14,82,1110111011011111101111101111111001111111011111110111110110011111110011110111111110111111111111111001
+7,33,15,84,1100111111011011101111101111111111111111111111010111111110111111110011010111101111111111111111111001
+7,33,16,85,1110111011011011101111101111111111111111011111011111110110111111110111110111111111111111111111101010
+7,33,17,85,1110111011011011101111101111111111111111011111110111110110111111110011110111111111111111111111111001
+7,33,18,82,1110111011011111101111101111111101111111111111111111111110011101110011010111101110111111111110111001
+7,34,0,83,1110111011011011101111001111111111110111011111111111110110011111110011110111111111111111111111111001
+7,34,1,86,1110111111011011101111101111111111111111011111110111111110111111110010110111111111111111111111101011
+7,34,2,82,1110111011011011101111101111111101111111011111110111110110011111110011110111111111111111111111011001
+7,34,3,86,1110111111011011101111101111111111111111011111011111111110111111110011110111101111111111111111111001
+7,34,4,83,1111110011011111101111001111111101111111111111011111111110110111110011110111101110111111111111111010
+7,34,5,85,1111111011011011101111101111111111111111010111111111110110111111110111110111111111111111110111101001
+7,34,6,88,1110111111011011101111101111111111111111111111110111111110111111110001110111111111111111111111111011
+7,34,7,87,1110111011011111101111101111111111111111111111111111110110011111110111110111111111111110111111111001
+7,34,8,82,1010111011011011101111101111111101111111111111111101111110011111010001110111111110111111111111111101
+7,34,9,81,1110111111011110101111101111111101111111111111111111111110001001110001010011101111111111111111111011
+7,34,10,84,1110111011001011101111101111111111111111011111011111111110011111110011111111101111111111111111101011
+7,34,11,81,1100111111011111101111101111111101111111111111111111011110011101110011010111101110111111111111111000
+7,34,12,86,1100111111111111101111101110111101111111111111111111111110111111110011110111101110111111111111111001
+7,34,13,84,1110111111011011101111101111111111111111111111010111111110111111110010010111101111111111111111111001
+7,34,14,89,1110111111011111101111101111111111111111111110111111110110111111110011110111111111111111111111111011
+7,34,15,86,1110111111011011101111101111111111111111011111110111111110011111110111110111111111111111111111101010
+7,34,16,86,1110111111011011101111101111111111111111011111111111111110011111110011110111111111111011111111101011
+7,34,17,86,1110111111011011001111101111111111111111011111111111111110011111110011110111111111111111111111101011
+7,34,18,87,1110111111011011101111101111111101111111011111111111111110111111110011110111111111011111111111111011
+7,35,0,87,1110111111011011101111101111111101111111111111111111111110111111110001110111111111011111111111111011
+7,35,1,88,1110111111011011101111101111111111111111011111110111111110111111111011110111111111111111111111101011
+7,35,2,86,1110111111011011101111101111111111111111011111111111110110011111110011110111111111111111111111101011
+7,35,3,88,1110111111011111001111101111111111111101111110111111111110111111110011110111111111111111111111111011
+7,35,4,90,1110111111011111101111101111111111111111111111111111110110011111110111110111111111111111111111111011
+7,35,5,85,1110111011011111101111101111111111111111111110111111110110111111110011110111111111111110111110111001
+7,35,6,85,1110111011011011101111101111111111111111011111111111110110011111110111110111111111111110111111111001
+7,35,7,83,1110111011011111101111001111111111110111111111111110110110011111110011110111111111111111110111111001
+7,35,8,83,1110111011001011101111101111111111111111011111011111111110111111110011111111101011011111111111101011
+7,35,9,83,1110111111011011101111101111111111111111111111010111111110011111110010010111101111111111111111111001
+7,35,10,84,1011111011011111101111101111111111111111010111111111110110011111110111110111111011111111111111101001
+7,35,11,85,1110111011011011101111101111111111111111111111111111110110111111110111110111111111111110010111111001
+7,35,12,85,1110111111011111001111101111111111111111011110111111111110011111010011110111111111111111111111101011
+7,35,13,88,1110111111011011101111101111111111111111101111111111110110111111110011110111111111111111111111111011
+7,35,14,88,1111111011011011101111100111111111111111011111111111111110111111111111110111111111111111110111101011
+7,35,15,83,1110111111011011101111101111111111111111110111110111110110111111110001110111010111111111111111111001
+7,35,16,86,1110111011011111101111101011111111111111111111111111110110011111110111110111111111111110111111111001
+7,35,17,87,1111111111011011101111101111111111111111011111110111111110111111110010110111111111111111111111101011
+7,35,18,82,1110111011011011101111101111111111111111010111111111111110011111110011110111111111111111100111101010
+7,36,0,86,1110111111011011101111101111111101111111011111111111111110111111110111110111111111011110111111101011
+7,36,1,89,1111111111011011101111101111111111111111111111110111110110111111110101110111111111111111111111111011
+7,36,2,83,1110111011011011101111101111111111111111111110111111100110111111110111110111111111111110010111111001
+7,36,3,88,1110111111011111001011101111111111111101111111111111111110111111110011110111111111111111111111111011
+7,36,4,87,1111111111011011101111101111111111111111111111110111110110111111110010110111011111111111111111111011
+7,36,5,81,1110111111011011101111101111111111111111010111110111111110011111110001110111110111111111110111101001
+7,36,6,85,1110111011011011101111101111111111111111011111111111110110011111110111110111111111111110111111111001
+7,36,7,83,1110111011011111101111101111111111111111101110111111110110111111110011110111101111111110111110111001
+7,36,8,83,1110111011001011101111101111111111111111111111011011111110111111110011110111101011011111111111111011
+7,36,9,87,1110111111011111101111101111111110111111011111111111110110011111110101111111111111111111111111101011
+7,36,10,88,1111111111011011101111101111111111111111011111110111111110111111110111110111111111011111111111101011
+7,36,11,87,1110111111011011101111101111111101111111101111111111111110111111110001110111111111111111111111111011
+7,36,12,87,1110111111011011101111101111111101111111111111111111111110111111110001110111111111011111111111111011
+7,36,13,87,1110111111011011101111101111111101111111111111111111111110111111110001110111111111011111111111111011
+7,36,14,88,1110111111011011101111101111111111111111011111110111111110111111111011110111111111111111111111101011
+7,36,15,86,1110111111011011101111101111111111111111011110110111111110111111111011110111111111111111111111101001
+7,36,16,86,1110111111011011101111101111111111111111011111111111110110011111110011110111111111111111111111101011
+7,36,17,90,1110111111011111101111101111111111111111111111111111110110011111110111110111111111111111111111111011
+7,36,18,85,1011111011011111101111101111111111111111010111111111110110011111010111110111111111111111111111101011
+7,37,0,87,1111111111111011101111101111111101111111111111110111110110101111110111110111111111011111111111101011
+7,37,1,88,1110111111011011101111101111111111111111011111111111111110111111110101110111111111111110111111111011
+7,37,2,86,1110111011011011101111101111111111111111111111110111110110111111110101110111111111111110111111111011
+7,37,3,88,1111111111011011101111101111111111111111011111111111110110011111110111110111111111111111111111111001
+7,37,4,84,1110111110011011101111101111111111111111011111111111110110011111110111110111111111011111011111101011
+7,37,5,88,1111111111011011101111101111111111111111011111110111111110111111110011110111111111111111111111101011
+7,37,6,89,1111111111011111101111101111111111111111011111111111111110111111110101110111111111011111111111101011
+7,37,7,86,1110111111011011101111101111111110111111011111110111110110011111110111111111111111111111111111101011
+7,37,8,85,1110111111011011101111101111111111111111010111110111110110111111111011110111111011111111111111101011
+7,37,9,88,1111111111011011101111101111111111111111111111110111110110111111110101110111111111111111111111111001
+7,37,10,88,1111111111011011101111101111111111111111011111110111111110111111110111110111111111011111111111101011
+7,37,11,86,1110111111011011101111101111111111111111011111111111110110011111110011110111111111111111111111101011
+7,37,12,86,1110111111011011101111101111111111111111011111111111110110111111110011110111111111011111111111101011
+7,37,13,87,1111111111011011101111101111111111111111011111110111111110011111110111110111111111111111011111101011
+7,37,14,86,1110111111011011101111101111111101111111101111111111111110111101110101110111111111011111111111111011
+7,37,15,85,1110111111011011101111101111111101111111011111111111111110111111110011110011111111111110111111101011
+7,37,16,84,1110111111011111101111101111111110111111011101111111110110011111110100111111011111111111111111101011
+7,37,17,87,1110111111011011101111101111111101111111111111111111111110111111110001110111111111011111111111111011
+7,37,18,88,1110111111011111001111101111111111111101111111111111111110011111110011110111111111111111111111111011
+7,38,0,86,1111111111011011101111101111111111111111011111110111110110011111110111110111111011111111111111111001
+7,38,1,88,1110111111011011101111101111111111111111010111111111110110111111111111110111111111111111111111101011
+7,38,2,86,1110111111011011101111101111111101111111011111111111111110111111110011111111111111111110111111001011
+7,38,3,86,1111111111011111101111101111111111111111011111111111111010111111110101110011111111011111111111001011
+7,38,4,87,1111111011011111101111101111111111111111011111111111111110111110110101110111111111011111111111101011
+7,38,5,89,1111111111011111101111101111111111111111011111111111111110111111110101110111111111011111111111101011
+7,38,6,85,1110111111011011101111101111111101111111011111111111110110011111110011110111111111111111111111101011
+7,38,7,86,1110111111011011101111101111111111111111011111111111110110011111110011110111111111111111111111101011
+7,38,8,88,1110111111011111101111101011111111111111011111110111111110111111110111110111111111111111111111101011
+7,38,9,85,1111111111011011101111101111111011111111011111111111110110011111110011110111111111011111111111101011
+7,38,10,87,1110111111111011101111101111111101111111111111111111111110101111110101110111111111011011111111111011
+7,38,11,85,1111111111011011101111101111111101110111111111110111110110111111110011110111111111011111111111101011
+7,38,12,87,1111111111011011101101101111111111111111011111111111111110111111110101110111111111111110111111111001
+7,38,13,87,1110111111011011101111101111111111111111011111111111110110011110110111110111111111111111111111111011
+7,38,14,84,1111111111011011101111101111111111111111011111110111111110010111110110110111111111011111011111101011
+7,38,15,87,1101111111011011100111101111111111111111011111110111111110111111110111110111111111111111111111101011
+7,38,16,86,1111111111011011101111101111111111111111011111110111110110111111110001110111111111111111111111101011
+7,38,17,86,1110111011011011101111100111111111111111111111110111111110111111110111110111111111111110110111111011
+7,38,18,87,1111111111111111001111101111111101111111111111111111110110101111110011110111111111011111111111101011
+7,39,0,89,1111111111111111000111101111111101111111111111111111110110111111110111110111111111111111111111101011
+7,39,1,84,1110111111011011101111101111111111111111011111111111110110001110110011110111111111011111111111111011
+7,39,2,89,1110111111011111101111101111111111111111011111011111111110111111110111110111111111111011111111111011
+7,39,3,87,1111111111011011101111111111111111111101111111110111111110011111110101110111111111011111111111101011
+7,39,4,86,1111111111011111101111101111111111111111011111111111110010111111110101110011111111111111111111001011
+7,39,5,86,1111111111011011101111101111111111111111011111110111111110111111110001110111111111011111111111101011
+7,39,6,88,1111111111011111101111101111111111111011010111101111110110111111111111110111111111111111111111101011
+7,39,7,84,1110111011011011101111101111110111111111011111111111111110111110110101110111111111011111111111101011
+7,39,8,88,1110111111011011101111101111111111111111010111111111110110111111111111110111111111111111111111101011
+7,39,9,86,1110011111011011101111101111111110111111010111111111110110111111111111110111111111111111111111101011
+7,39,10,84,1110111111111011101111101011111111111111011111100111111110100111110111110111111111111111111101101011
+7,39,11,87,1111111111011111001111111111111101011111111111111111110110111111110011110111111111011111111111101011
+7,39,12,88,1110111111011011101111101111111011111111011111111111111110111111110011111111111111111111111111011011
+7,39,13,86,1110111111011111101111101011111101111111011111110111111110111111110111110111111111111110111111101011
+7,39,14,87,1110111111011011101101101111101111111111011111111111111110111110110111110111111111111111111111111011
+7,39,15,86,1111111111011011101111101111111111111111011111111111110110011111110101110111111111111110111111111001
+7,39,16,85,1110111111111011001111101111111101111111011111111111111110111111110011110111111111111110111111001011
+7,39,17,87,1111111111011111001111101111111101111111111111111111110110101111110011111111111111011111111111101011
+7,39,18,86,0101111111011011100111101111111111111111011111110111110110111111110111110111111111111111111111111011
+7,40,0,89,1111111111111111001111101111111101111111011111111111110110111111110111110111111111110111111111111011
+7,40,1,88,1110111111011111100111101111111111111111111111011111111110111111110111110111111111111011111111101011
+7,40,2,87,1110111111111011001111101111111101111111111111111111110110111111110111110111111111111111111111001011
+7,40,3,85,1111111111111111000111101111111101111111011111111111110110111111100011110111111111111110111111101011
+7,40,4,87,1111111111011011001111101111111111111111111111111111110110101111110011111111111111011111111111101011
+7,40,5,86,1111111111011111101111101111111101111111011111110111111110111111110001110111111111011111111111101011
+7,40,6,87,1111111111011111101111101111111111111111010111101111110110111111110111110111111110111111111111101011
+7,40,7,87,1110111111011011101111101111111111111011011111111111111110011110111111110111111111111111111111101011
+7,40,8,85,1110111111011011101111101011111001111111011111111111111110111111110011110111111111111111111111101011
+7,40,9,89,1110111111011111101111101111111111111111011111011111111110111111110111111111111111111110111111011011
+7,40,10,84,1110111111011011101101101111101111111111010111111111111110111110110111110110111111111111111111101011
+7,40,11,88,1010111111011011101111101111111111111111011111111111110110111111111111110111111011111111111111111011
+7,40,12,85,1101111111011011001111101111111101111111111111111111110110111111110101110111111111011111111111101011
+7,40,13,89,1111111111111111100111101111111111111111011111110111111110111111110011110111111111111111111111101011
+7,40,14,88,1110111111011011101111101111111101110111110111111111110110111111111111111111111111111111111111101011
+7,40,15,86,1111111111011111001111101111111111111111011111111111110110101111110011110111111111011111111111101011
+7,40,16,81,0101111111011011100111101111111111111111011111110111110110111111110001110111111111011110111110111011
+7,40,17,89,1111111111011011101111101111111111111111011111110111111110111111110111110111111111111111111111101011
+7,40,18,90,1111111111011111001111111111111101011111111111111111111110111111110011111111111111111111111111011011
+7,41,0,89,1110111111111011001111101111111101111111111111111111110110111111110111111111111111111111111111101011
+7,41,1,86,1110111111011011101111111110111101110111110111111111110110111111111111110111111111111111111111001011
+7,41,2,84,1010111111011010101111101111111111111111011111011101110110111111110111111111111111111110111111011011
+7,41,3,91,1110111111011111111111101111111011111111011111111111111110111111111111110111111011111111111111111011
+7,41,4,85,1110111111111011100111100111111111111111011111110111110110111111110111110111111111111111111111001011
+7,41,5,86,1111111111111011000111101111111101111011111111111111111110111111110011110111111111111111111111101010
+7,41,6,81,1111111111011011101011101111111111110111010111101111110110111111110111110011111100111111111011101011
+7,41,7,89,1110111111011101111111101111111101111111110111111111110110111111111111111111111111111111111111100011
+7,41,8,85,1111110111011111101111101111111101110111110111101111110110111111110111110111111110111111111111101011
+7,41,9,87,1110111111011011101111101111111101111111010111111111110110111111111101111111111111111111111111101011
+7,41,10,80,1111011111011111001111101111111101110111010111111101110110111111100011110111111011111110111111101011
+7,41,11,88,1110111111111011100111101111111101111111111111110111110110111111110111111111111111111111111111101011
+7,41,12,84,1111111111011011101111101111111111111111111111100111110110101111110001110111111111011111111111101011
+7,41,13,86,1110111111011111001111101111111101111110011111111111111110111111110011111111111111011111111111101011
+7,41,14,83,1111111111011011101111101011111111111111011111110111100110111111110011110101011111111111111111101011
+7,41,15,87,1110111111011011101111101111111111111111011111111111111110111111110111110111111111011111111111101010
+7,41,16,87,1111111111011111100111101111111111011111011111110111111110111111110011110111111111111111111111101011
+7,41,17,91,1111111111111111001111111111111101111111111011111111111110111111110011111111111111111111111111011011
+7,41,18,88,1111111111011111000111111111111101011111111111111111011110111111110011111111111111111111111111011011
+7,42,0,88,1111111111011111100111101111111111011111011111110111111110111111110011111111111111111111111111101011
+7,42,1,86,1110111111011011101111101111111101111111010111111111110110111111111101110111111111111111111111101011
+7,42,2,88,1110111111011011101111111111111111111111010111111111111110111111110111110111111111011111111111101011
+7,42,3,85,1110111111011011101111101110111101110111111111111111110110111111111111110111111111111111111111001010
+7,42,4,88,1110111111111011001111101111111101111111111111111111010110111111110111111111111111111111111111001111
+7,42,5,88,1111111111011111000111111111111101011101111111111011111110111111110011111111111111111111111111111011
+7,42,6,83,1111111111011101100111101111111101110111110111101111110110111111110111110111111110111111111111100011
+7,42,7,88,1110110111011111111111101111110101111111110111111111110110111111111111111101111111111111111111101011
+7,42,8,90,1110111111111111001111101111111101111111111111111111110111111111110111111111111011111111111111101011
+7,42,9,88,1111111111111011001111111111111101111111111011111111111110111011100011111111111111111111111111011011
+7,42,10,87,1111111111111111101111101111111111011111011111110111111110111111110011110111111101011111111111101011
+7,42,11,81,1111111111011011101111101011111111111111011111110111100110111110110011110101011111111111111111101010
+7,42,12,84,1110101111011001111111101111111101111111110111111111111110111111110011111111111111010111111111100011
+7,42,13,86,1110111111011111001111101111111101111110011111111111110110111111111111011111111111111110111111101011
+7,42,14,87,1111111111111111101111101111111111011111011111110111111110111111110011110111111101011111111111101011
+7,42,15,91,1111111111111111001111111111111101111111111011111111111110111111110011111111111111111111111111011011
+7,42,16,80,1110011111011111001111101111111101110111010111111111110110111111100011110111111011111111011111101011
+7,42,17,85,1111111111011011101111101111111101111111010111111101110110111111111101111111111101111110111111101011
+7,42,18,87,1110111111111011101111101111111001111111011111111111111110101111110111111111111111011111111111101011
+7,43,0,84,1111111111011011000111100111111101011101111111111011011110111111110111111111011111111111111111111011
+7,43,1,88,1110111111111111000111111111111101111111111111111111110110111111110011111111111111111101111111001111
+7,43,2,90,1110111111011111111111101011111111011111011111111111110110111111111111111111111111111111111111101011
+7,43,3,85,1111110111011111100111101111110101111111110111110111111110111111110011111101111111111111111111101011
+7,43,4,88,1110111111011011101111101111111111111111010111111111110110111111111111110111111111111111111111101011
+7,43,5,86,1110111111011011101111111111111101111111010111111111111110111111110101110111111111011111111111101011
+7,43,6,88,1111111111111111101111101111111101011111011111111111111110111101110011111111111101111111111111101011
+7,43,7,88,1111111111111111001111111111111111111111111011110111111110111111110011110111111111011111011111011011
+7,43,8,86,1111111111011111101111101111111111011111011111110111111110111111110011110111111101011111111111101011
+7,43,9,89,1111111111111111100111101111111111011111011111110111111110111111110011111111111111111111111111101011
+7,43,10,88,1111111110011011101111101111111111011111011111111111110110111111110111111111111111111111111111101011
+7,43,11,87,1110111111111111000111101111111101111111111111110111011110111111110011111111111111111111111111001111
+7,43,12,86,1111111111011111100111101111111111011011011111110111111110111111110011111111111101111111111111101011
+7,43,13,87,1011111111111111101111101111111111011111011111110111111110111111110011110111111111011111111111101011
+7,43,14,88,1110111111111111001111101111111101111110011111111111110110111111111111111111111111111110111111101011
+7,43,15,89,1110111111011111101111101111111101111111111111111111110111111111110111011111111011111111111111101011
+7,43,16,87,1111110111111111001111101111111101011111111111111111011110111111110111110110111111111111111111011011
+7,43,17,87,1110111111111011101111101111111111111111011111110111110110111111110011111111111101011111111111101111
+7,43,18,87,1111111111110111101111101111111111011111011111110111101110111111110011111111111101111111111111101011
+7,44,0,85,1111111111011111101111101111110101011111010111110111111110111111110011111101111111111111111111101011
+7,44,1,87,1011110111111111100111101111111111111111111111110111111110111111110011110111111111011111111111101011
+7,44,2,87,1110111111111111001111101111111111111111111110111111010110111111110011111111111111111111111111001011
+7,44,3,88,1110111111011111100110101111111101111111111111110111111111111111110111011111111011111111111111101111
+7,44,4,84,1111111111011111000111111101111111011111111111111111110010111111110111110111111111011111011111001011
+7,44,5,89,1111111110111011101111101111111111111111011011110111111110111111110011111111111111111111111111111011
+7,44,6,89,1110111111111011101111101111111111011111011111110111111110111111110111111111111111111111111111101011
+7,44,7,86,1111111111010111101111101111111111111111010111111111100110111111111011110111111101111111111111101011
+7,44,8,86,1111111111111111100111101111111111111111111011110111101110111111110011110111111111011111011111011011
+7,44,9,88,1111111111111111001111111111111111011111011111110111111110111111110011111111110111110111111111101011
+7,44,10,86,1111111111011111101111101011111101011111011111111111111110111101110111111111101101111111111111101011
+7,44,11,90,0110111111111111111111101111111111011111011111111111110110111111111011111111111111111111111111101011
+7,44,12,90,1111111111011011101111101111111111011111011111111111111110111111110111111111111111111111111111101011
+7,44,13,82,1111110110011111100111101111110101111111110111110111110110011111111011111101111111111111111011101011
+7,44,14,89,1110111111011111101111101011111111011111011111111111110110111111111111111111111111111111111111101011
+7,44,15,91,1110111111011111111111101111111101111111111111111111110111111111110111011111111111111111111111101011
+7,44,16,90,1111111111111111101111111111111110111111111011110111111110111111110011111111111111011111111111011011
+7,44,17,85,1111111111111111001111101111111101011111011111111111111110111101110011110111111101111111011111101011
+7,44,18,89,1110111111111011101111101111111111111111111111110111110110111111110011111111111101111111111111101111
+7,45,0,91,1110111111011111101111101111111111011111111111111111110110111111111111111111111111111111111111101011
+7,45,1,87,1110111111111011101111101011111111111111011111110111110110111111110011111111111101111111111111101111
+7,45,2,91,1111111110111011101111101111111111111111011111110111111110111111110111111111111111111111111111111011
+7,45,3,88,1111111111011011101111101111111111011111011011111111111110111111110011111111111111111111111111101011
+7,45,4,90,1110111111111111101111101111111111111111111011110111111110111111110011111111111111111111111111011011
+7,45,5,87,1111111111111111001111111111111110111111111110111111010110111111110011111111111111011111111111001011
+7,45,6,87,1010111111111111001111101111111111111111111110111111010110111111110011111111111111111111111111101011
+7,45,7,89,1111111111011011101111101111111111011111011111111111111110111111110111111111111111111111111111001011
+7,45,8,86,1011110111111111100111101111111111111111111111110111111100111111110011110111011111111111111111101011
+7,45,9,87,1110111111111010101111101111111111111111111111110111110110111111110011111111111101011111111111101111
+7,45,10,87,1111111110001011101111101111111111111111011011111111111110111111110011111111111111111111111111101011
+7,45,11,90,1111111101111011001111111111111111011111011111110111111110111111110111111111111111111111111111111011
+7,45,12,85,1011110111111111000111101111111111111111111111110111111110111111110011110111111111011111011111011011
+7,45,13,84,1101111111111111100111101111111111111111111011110111101110111101110011110111111111011111011111101011
+7,45,14,84,1011110111011111100111101111110111111111111111110111111010111111110011110111111111011111111111101011
+7,45,15,87,1111111111111111101111101111111101011111010111110111111110111111110011111101111111111111111111101011
+7,45,16,87,0110111110111111111101100111111111011111011111111111110110111111111011111111111111111111111111101011
+7,45,17,87,1110111111011111101111101111111101111111011111111111110111111111110111011111111011011111111111101011
+7,45,18,87,1111111110111111101111101111111101111111011111110111110111111111110011011111111111011111111110111011
+7,46,0,88,1110111111010111101111101111111110011111111011111111111110111111111011111111111111111111111111101011
+7,46,1,87,1111111111011011101111101111111111011111011111111111100110111111110111111111101111111111111111101011
+7,46,2,90,1110111110011111101111101111111111011111111111111111111110111111111011111111111111111111111111101011
+7,46,3,87,1111111111001011101111101110111111111111011011111111110110111111110111111111111111111111111111101011
+7,46,4,90,1111111110111011101111001111111111111111011111110111111110111111110111111111111111111111111111111011
+7,46,5,86,1110111111111010101111101111111101111111111111110111110110111111110011111111111101011111111111101111
+7,46,6,90,1110111111111111001111101111111111011111111111110111110110111111111111111111111111111111111111101011
+7,46,7,90,1111111101010011101111111111111111011111011111111111111110111111110111111111111111111111111111111011
+7,46,8,92,1111111111111111101111111111111111111111111111110111111110111111110001111111111111111111111111101011
+7,46,9,81,1111111111111111001111101111111100011111010110111111010110111111110011111101111111011111111111001011
+7,46,10,88,1111111111011011101111101111111111011111011011111111111110111111110011111111111111111111111111101011
+7,46,11,87,1111111111011011101111101111111110011111011011111111111110111111110011111111111111111111111111101011
+7,46,12,87,1110111111011111101111101111111101111111011111111111110110111111110011111101111111111111111111101011
+7,46,13,86,1111111111111111101111101111111101011111010111110111111111111111100111011111111011011111111111101011
+7,46,14,90,1111111111111011001111111111111111111111011110111111110110111111110111111111111111011111111111111011
+7,46,15,86,1111111101111111001111111111111110011111111111110111011110111111010011111111111111111111111111001011
+7,46,16,82,1011101111011110001111101111111111111111111110111111010110011110110111111111111111111111101111001011
+7,46,17,88,1110111111111011101111101111111111011111011111101111111110111111110011111111111111111111111111101011
+7,46,18,86,1111111110111011101111101111111111111111011011100111111110111111110011111111011111111111111111101011
+7,47,0,89,1110111111010111101111111111111110011111111011111111011110111111111111111111111111111111111111101011
+7,47,1,87,1111111101001011001111101111111111011111011111111111111110111111110011111111111111111111111111111011
+7,47,2,85,1110111110011111101111101111111111011111011111111111100110111111110111111111101111111111101111101011
+7,47,3,91,1111111111011011101111101111111111011111111111111111111110111111111011111111111111111111111111101011
+7,47,4,89,1111111111111011001111101111111111011111011111111111100110111111110111111111111111111111111111111011
+7,47,5,87,1111111111011011101111111111111111111111011110111111110110111111110111111111101111001111111111101011
+7,47,6,92,1111111111111111101101101111111111111111111111111111111110111111110101111111101111111111111111101111
+7,47,7,85,1111111111011011101111111111111111011111011111110111100110111111110011111111111111111111111110100011
+7,47,8,88,1110111110011111101111101111111110001111111111110111111110111111111011111111111111111111111111111011
+7,47,9,88,1111111111110011101111001111111111111111011011111111111110111111110111111111111111111101111111101011
+7,47,10,83,1111111110111011101111101111111110011101011011100111111110111111110011111111011111111111111111101011
+7,47,11,89,1110111111010111101111101111111111111111111011111111111110111111111011111111011111111111111111101011
+7,47,12,87,1110111111010111101111101111111110011111111011111111111110111111111011111111111111111111011111101011
+7,47,13,88,1110111111010111101111101111111110011111111001111111111110111111111011111111111111111111111111111011
+7,47,14,87,1110111110001111101111101111111111010111111111111111111110111111110111111111111111111111111111100011
+7,47,15,87,1111111111011011101111101110111111111011011011111111110110111111111011111111111111111111111111101011
+7,47,16,87,1110111111111011001111101111111111011111011111111111110110111111110111111111111111111111110111101011
+7,47,17,88,1111110111111011101111111111111111111111011110001111111110111111110011111111111111011111111111111011
+7,47,18,87,1111111010111011101111101111111111111111010111110111111110111111110111111111111011111111111111101011
+7,48,0,89,1111111111011011101111101111111111011111111110111111110110111111111011111111111111111111111111101011
+7,48,1,89,1111111111011011101111111111111111111111011111111111111110111111110111111111101111001111111111101011
+7,48,2,90,1111111111011011101111101111111111011111111111111111111110111111111011111111011111111111111111101011
+7,48,3,90,1111111111011011101111101111111111011111111111101111111110111111111011111111111111111111111111101011
+7,48,4,87,1111111111010011101111101111111110011111111001111111111110111111111011111111111111111111111111101011
+7,48,5,92,1110111111011111101111101111111111011111111111111111111110111111111011111111111111111111111111111011
+7,48,6,86,1111111111010111101111111111111110011111010011111111010110111111110111111111111111111111111111101011
+7,48,7,86,1110111111011011101111111111111111011111111111110111101110111111101011111111111111111111111110100011
+7,48,8,93,1111111111110111101111101111111111111111011111111111111110111111110111111111111111111111111111101111
+7,48,9,85,1111011111111011101101001111111111111111011011111111111110111111110101111111101111111101111111101011
+7,48,10,87,1110111101010011001111101111111111111111011111111111111110111011111011111111111111111111111111111011
+7,48,11,87,1111110111001111101111101111111111011111111011111111111110111111110011111111011111111111111111101011
+7,48,12,89,1111111111111011001111101111111111011111111111111111110110111111111011111111111111111111110111101011
+7,48,13,88,1110111111011010101111101111111111011111011111111111111110111111110111111111111111111111111111101011
+7,48,14,90,1111111110111111101111101111111111111111010111110111111110111111110111111111111111111111011111111011
+7,48,15,84,1110111010011011101111101111111110001111111111110111111110111111111011111111111011111111111111101011
+7,48,16,91,1111111111111111101101101111101111111111111111111111111110111111110101111101111111111111111111101111
+7,48,17,90,1111111111011011101111101111111111011111111111111111111110111111111011111111101111111111111111101011
+7,48,18,86,1111111111110011101101001111111111111111011011111111111110111111110111111111101111111101111111101011
+7,49,0,91,1110111111111011101111101111111111111111011111111111111110111111110111111111111111111111111111101011
+7,49,1,86,1111111111011110101101101111101111010101111111111111111110111111110101111101111111111111111111101111
+7,49,2,90,1111110111001111111111101111111111011111111111111111111110111111110011111111111111111111111111101011
+7,49,3,91,1111111111111111101111101111111111111111111011111111111110111111110101111111011111111111111111101101
+7,49,4,89,1111111111011010101111101111111111011111111111111111111110111111110101111101111111111111111111101111
+7,49,5,90,1111111111111111101101101111101111111111111111111111111110111111111011111111101110111111111111101011
+7,49,6,90,1110111111011111101111101111111111011111111111110111111110111111111011111111111111111111111101101111
+7,49,7,86,1111111111111011101101111111101111111111111111111111101110111111100101111101111111111111111110100011
+7,49,8,89,1111111111111011101111101111101111011111111111101111111110111111111011111101111111111111111111101011
+7,49,9,90,1111111111011111101101101111111111111111111111111111111110111111110101111111001111111111111111101111
+7,49,10,91,1111111111111111111111101111101111111111111111111111111110101110110101111101111111111111111111101111
+7,49,11,94,1111111111111111101111101111111111111111111111111111111110111111110101111111111111111111111111101111
+7,49,12,85,1111111110010011100101101111111110011111111111111111111110111111111011111111101111111111111111101011
+7,49,13,89,1111111111011011101111101111111111011111111001111111111110111111111011111111111111111111111111101011
+7,49,14,88,1111111111011011101111101111111111011111111110111111110110111111111011111111011111111111111111101011
+7,49,15,91,1111111111011011101111101111111111011111111111111111111110111111111011111111111111111111111111101011
+7,49,16,87,1111111110011111101111101111111111011111010111110011111110111111111011111111111111101111111111111011
+7,49,17,91,1110111111111111101111101111011111101111111111111111111110111111110111111111111111111111011111111011
+7,49,18,85,1110111111011011101111101111111110011111011111111111010110111111110111111111111111110111111111101011
+7,50,0,88,1111111111011010101111101111111111011111111111111111111110111111010101111101111111111111111111101111
+7,50,1,93,1110111111111111101111101111111111111111111111111111111110111111110101111111111111111111111111101111
+7,50,2,86,1111011110011111101111101111111111011111010111110011111110111111111011111111111111101111111111111011
+7,50,3,87,1111111110011111101111101111111111011111010111110011111110111111111011111111111111101111111111111011
+7,50,4,90,1111111111111111101111101111111111011111111111111111111110101111110101111101111111111111111111101011
+7,50,5,92,1111111111011011111111101111101111111111111111111111111110111110111011111111111111111111111111101111
+7,50,6,93,1111111111111111101111101111111111111111111111111111111110111111110101011111111111111111111111101111
+7,50,7,91,1111111111111111101111101111111111111111111011111111111110111111110101111111011111111111111111101101
+7,50,8,88,1111111111111011111111101111101111011111111110111111111110101110111011111101011111111111111111101111
+7,50,9,91,1111111111011111101111101111111111111111111111111111110110111111110101111111111111111111111111101011
+7,50,10,87,1111111111111011100111101111111011011111111011111110111110111111110101111111111111111111111111101101
+7,50,11,86,1111111110010111101101101111111110111111111111011111111110111111111011111111001111111111111111101011
+7,50,12,88,1111111111111111101101001111101111111111111111111111111110111111111011111111101110111111111101101011
+7,50,13,90,1111111111111111101101101111101111111111111111111111111110111111111011111111101110111111111111101011
+7,50,14,88,1110111111111111101111101111011111101111111011111111111110111111110101111111011111111111011111111011
+7,50,15,93,1111111111111111101111100111111111111111111111111111111110111111110111111111111111111111111111101101
+7,50,16,89,1110111111011111101111101111111111011111111111110111111110111111110011111111111111111111111101101111
+7,50,17,90,1111111111011010101111101111111111011111111111111111111110111111111101111101111111111111111111101111
+7,50,18,92,1111111111111111101111101111101111111111111111111111111110101111110110111111111111111111111111101111
+7,51,0,89,1111111111111111100111101111111111011111111011101011111110111111110101111111111111111111111111101111
+7,51,1,87,1111111111011011101111101111111011111111111111111110110110111111110101111111111111111111111111101001
+7,51,2,93,1111111111111111101111100111111111111111111111111111111110111111110101111111111111111111111111101111
+7,51,3,92,1111111111111111101111101111111111111111111111111111111110111111110111011101111111111111111111101101
+7,51,4,92,1111111111111111101111101111111111110111111111111111111110111111110101011111111111111111111111101111
+7,51,5,93,1110111111111111101111101111111111111111111111111111111110111111110101111111111111111111111111101111
+7,51,6,88,1111111111010010101011101111111111111011111111111111111110111111111101111101111111111111111111101111
+7,51,7,90,1111111111111111101111101111111110011101111111111111111110111111110101011111111111111111111111101111
+7,51,8,92,1111111111111111101111101111101111111111111111111111111110111111110011111111101111111111111111101111
+7,51,9,87,1111111111111111101101000111111111111111111111111111111110111111110111111111101110111111111101101001
+7,51,10,91,1111111111111111101111101111111111111111111011111111111110111111110001111111011111111111111111101111
+7,51,11,86,1110111111111111001111101111011111101111111011111111111110111111110101111111011111111111011111111001
+7,51,12,86,1111111110111111101111101111111111011111010111110011111110111111111001111111101111101111111111111011
+7,51,13,88,1111111111011101101011101111111111011111111111111111111110101111110111111101111111111111111111101011
+7,51,14,90,1110111111111111101111101111011111101111111111111111111110111111110111111111011111111111011111111011
+7,51,15,87,1110111111011111101111101111111111011111111011110111111110111111110001111111111111111111111101101111
+7,51,16,89,1111111111011011111111101111111111011111111111111111111100111111011001111101111111111111111111101111
+7,51,17,89,1111111111011010101111101111101111111111111111110111111110111110110111111111111111111111111111101111
+7,51,18,89,1111111111111111101111101111101111111110111011111111111110101111110110111111111110111111111111101111
+7,52,0,91,1111111111111111101111101111101011111111111111111111111110111110110011111111111111111111111111101111
+7,52,1,89,1111111111111111101111101111111110011101111111111111111110111111110101011111101111111111111111101111
+7,52,2,92,1111111111111111111111101111111111111111111111111111111110111111011001111101011111111111111111101111
+7,52,3,87,1111111111011011101111101111111111011111111011111111111100111111110000111111111111111111111111101111
+7,52,4,91,1111111111011011111111101111111111111111111111111111111110111111010111111101111111111111111111101101
+7,52,5,90,1111111111111111101111101111111111011111111111111111111100111111111001011101111111111111111111101111
+7,52,6,90,1110111111111111100111101111111111111101111111111111111110111111110101111011111111111111111111101111
+7,52,7,92,1111111111111111101101100111111111111111111111111111111110111111110101111111111111111111111111101111
+7,52,8,89,1111111111111111101111101111111111011111111011101011111110111111110101111111011111111111111111101111
+7,52,9,91,1111111111111111100111101111111111111111111011111111111110111111110001111111111111111111111111101111
+7,52,10,88,1111111111011011101011101111111111011111111011111111111110111111111101101111111111111111111111101101
+7,52,11,85,1110111111010110101111101111111111111011111111110111011110111111110001111111111111111111111101101111
+7,52,12,92,1111111111111111101111101111111111110111111111111111111110111111110101011111111111111111111111101111
+7,52,13,92,1111111111111111101111101111111111110111111111111111111110111111110101011111111111111111111111101111
+7,52,14,90,1111111111111111101111101111111111111110111111111111111110111111110110011101111111111111111111101101
+7,52,15,91,1111111111111111101111101111101111111111111011111111111110101111110111111111111110111111111111101111
+7,52,16,92,1111111111111111100111101111111111111111111111111111111100111111110101111111111111111111111111101111
+7,52,17,86,1110111111111111101101101111111111011111011011101011111110111111110100111111111111111111111111101111
+7,52,18,90,1111111111111111101111101111111111111110111011111111111110111111110001111111011111111111111111101111
+7,53,0,90,1111111111111111100111101111111111110111111111111111111100111111110101011111111111111111111111101111
+7,53,1,91,1111111111111111100111101111111111111111111111111111111110111101110001111111111111111111111111101111
+7,53,2,87,1111111111011011101011101111111111011101111011111111111110111111110101101111111111111111111111101111
+7,53,3,90,1110111111111111100111101111110111111111111111111111111110111111111101111011111111111111111111101101
+7,53,4,88,1111111111111111101111101111101011011101111111111111111110111110110101111111101111111111111111101111
+7,53,5,91,1111111111111111101111101111111110111111101111111111111110111111110011011111111111111111111111101111
+7,53,6,91,1111111111111111100111101111111111111111111011111111111110111111110101011111111111111111111111101111
+7,53,7,92,1111111111111111101111101111111111110111111111111111111110111111110001111111111111111111111111101111
+7,53,8,90,1110111111111111100111101111111111111111111101111111111110111101110101111111111111111111111111101111
+7,53,9,89,1111111111111111101111101111111111110101111111111111111110111111110101011011111111111101111111101111
+7,53,10,91,1111111111111111101101100111111111111111111011111111111110111111110101111111111111111111111111101111
+7,53,11,93,1111111111111111100111101111111111111111111111111111111110111111110001111111111111111111111111111111
+7,53,12,91,1111111111111111111111101111111111111110111011111111111110111111110000111111111111111111111111101111
+7,53,13,89,1111111111011011101111101111111111111111111111111111111110111111010111111101011111111111111111101101
+7,53,14,91,1111111111111111100111100111111111111111111111111111111110111111110001111111111111111111111111101111
+7,53,15,91,1111111111111111100111101111111111111111111011111111111100111111110101111111111111111111111111101111
+7,53,16,93,1111111111111111101111101111111111111111111111111111111110111111111001111101111111111111111111101111
+7,53,17,89,1110111111111111110111101111111111111101111111111111111110111111010101111011011111111111111111101111
+7,53,18,92,1111111111111111101111101111111111111111111111111111111110111111011101111101011111111111111111101111
+7,54,0,92,1111111111111111101111101111111111111111111111110111111110111111111001011111111111111111111111101111
+7,54,1,91,1111111111111111101111101111111110111111101111111111111110111111110011111101111111111111111111101111
+7,54,2,93,1111111111111111101111101111111111110111111111111111111110111111111001111111111111111111111111101111
+7,54,3,91,1111111111111111101111101111111111111111111111111111111110111111010101111101011111111111111111101111
+7,54,4,89,1111111111111111100111101111111101111101111111111111111110111111110001111111011111111111111111101111
+7,54,5,88,1111111111111111100111101111111111110111111111111111111100111101110101011111111111111111111110101111
+7,54,6,89,1011111111111111100111101111111111111111111111111111111110111111110001011111111111111011111111101111
+7,54,7,90,1111111111111111100111101111111111111111111011111111111110111101110101111101111111111111111111101111
+7,54,8,93,1111111111111111101101101111111111111111111111111111111110111111111101111101111111111111111111101111
+7,54,9,90,1111111111111111101111100111111111111111111011111111110110111111110001111111111111111111111111101111
+7,54,10,89,0111111111111111100111100111111111111111111111111111111110111111010001111111111111111111111111101111
+7,54,11,93,1111111111111111101111101111111111111111111111111111111110111111111101111101011111111111111111101111
+7,54,12,87,1111110111111111110111101111111111111110111011111111111110110111110100111011111111111011111111101111
+7,54,13,91,1110111111111111101111101111110111111111111111111111111110111111111001111111111111111111111111101101
+7,54,14,90,1111111111111111100111101111110111111111111011111111111110111111100101111111111111111111111111101111
+7,54,15,91,1111111111111111100111001111111111111111111111111111111110111111110001011111111111111111111111111111
+7,54,16,87,1111111111111111100111101111111111110111111111111111111100111111110001110111111111101111111111101110
+7,54,17,90,0111111111111111101111101111111111110111111111111111111110111111110101011101111111111111111111101111
+7,54,18,88,1111111111111111111111101110111111111110111011111111111110111101010000111111111111111111111111101111
+7,55,0,89,1111111111111111100111101111111111110111111110111111111110111101110101111101111111111111111111101111
+7,55,1,89,0111111011111111101111101111111111111111111011111111111110111111110101011101111111111111111111101111
+7,55,2,90,1111111111111111101111101111111111111111111011111111110110111111110001111111011111111111111111101111
+7,55,3,93,1111111111111111101111100111111111111111111111111111111110111111111101111101111111111111111111101111
+7,55,4,93,1111111111111111101111101111111111110111111111111111111110111111111001111111111111111111111111101111
+7,55,5,88,0111111111111111101111101111111111110111110111011111111110111111110101011101111111111111111111101111
+7,55,6,92,1110111111111111101111101111111111111111111111111111111110111111111001111111011111111111111111111101
+7,55,7,92,1111111111111111111111101111110111111111110111111111111110111111111101110101111111111111111111101111
+7,55,8,89,0111101111111111101111101111111111111111101111111111111110111111110001111101111111111111111111101111
+7,55,9,89,1111111111011111101111100111111110111111111011111111110110111111110011111111111111111111111111101111
+7,55,10,90,1111111111111111100111101111110111111111111011111111111110111111100101111111111111111111111111101111
+7,55,11,90,1111111111111111100111101111110111111111111011111111111110111111100101111111111111111111111111101111
+7,55,12,93,1111111111111111101111101111111111111111111111111110111110111111111101111101111111111111111111101111
+7,55,13,91,1111111111111111101101101111111111111111111111111111111010111111111101111101011111111111111111101111
+7,55,14,90,1111111111111111100111101111110111111111111011111111111110111111100101111111111111111111111111101111
+7,55,15,87,1110111111011111100111101111111101111111111101111111111110111111110100111111111111111111111011101111
+7,55,16,87,1111110111111111010111101111111111111110111011111111111110111111110100111001111111111111111111101111
+7,55,17,90,1111111111111111101101101111111111111111111111111111111110110111011101111011111111111011111111101111
+7,55,18,90,1111111111111111101111101111111111111111111111111111111110111111110001011101111111111111111011101111
+7,56,0,85,1111111111111111100111101111110111111111110011111110111110110111000101111011111111111111111111101111
+7,56,1,92,1111111111111111101101101111111111111111111111111111111110111111111101111011111111111011111111101111
+7,56,2,87,1111111111111111101111101111111101111111111111111111111110111111110000011001111111111111111011101111
+7,56,3,89,1110111111011111100111101111111111111111111101111111111110111111110101111111111111111111111011101111
+7,56,4,90,1111111111111111101101101111111111111111111111111111111110111111110101011101011111111111111111101111
+7,56,5,89,1111111111111111101111101111111111111111111111101111110010111111111001111101111111111111111011101111
+7,56,6,91,1111111111111111101111101111010111111111111111111111111110111111111101111101111111111111111111101101
+7,56,7,91,1111111111111111111111100111111111111111110111111111111010111111111101110101111111111111111111101111
+7,56,8,87,1110111111111111100111101111111111111110111011111111111110111111110001111111011111111111111111101101
+7,56,9,93,1111111111111111101111101111110111111111111111111111111110111110101101111111111111111111111111111111
+7,56,10,91,1111111111111111111111101111110111111111110111111111111110110111111101110101111111111111111111101111
+7,56,11,90,1111111111111111101111100110111111111111111111111110111110101111111101111101111111111111111111101111
+7,56,12,93,1111111111111111101111101111111111111111111111111111111110111111111001111111011111111111111111111101
+7,56,13,92,1110111111111111101111101111111111110111111111111111111110111111111001111111111111111111111111101111
+7,56,14,92,1110111111111111101111101111111111111111111111111111111110111111111101111101011111111111111111111101
+7,56,15,93,1111111111111111101111101111111111111111111111111110111110111111111001111111111111111111111111101111
+7,56,16,89,1111110111111111101111101111111111111111111111111110111110111111110001111101111111111111110111101111
+7,56,17,91,1111111111111111101111101111111111111111111111111110111110111111111101011101111111111111111011101111
+7,56,18,93,1111111111111111101111100111111111111111111111111111111110111111111101111101111111111111111111101111
+7,57,0,87,1111111111111111100111001111111111111111111011111111011110111111001101101111011111111111111111101111
+7,57,1,92,1111111111111011101111101111110111111111111111111111111110111111111001111111111111111111111111111101
+7,57,2,93,1110111111111111101111101111110111111111111111111111111110111111111101111101111111111111111111111111
+7,57,3,90,1111111111111111111111101111111111111111110111111111111110110111111101110101011111111111111111101101
+7,57,4,93,1111111111111111101111100111111111111111111111111111111110111111111101111101111111111111111111101111
+7,57,5,89,1111111111111111101101101111111111111111111111111111111100111111110101011101011111111111111111101111
+7,57,6,91,1111111111111111101111101111111111111111111111111100111110111111111101111101111111111111111011101111
+7,57,7,88,1111111111111111101111100110111111111111111111111110110110101111111101011101111111111111111111101111
+7,57,8,89,1111111111111111101111111111110111111111110111111111111110110110101101110101111111111111111111101111
+7,57,9,95,1111111111111011111111101111110111111111111111111111111110111111111101111111111111111111111111111111
+7,57,10,88,1111111111111111101111100110111111101111111111111110111110111111011101111101111111111111111111101101
+7,57,11,91,1110111111111111101111101111111111111111111111111111111110101111111101111101011111111111110111111111
+7,57,12,90,1111111111111111101111101111111111111111111111111101111110111111110101111101011111111111101111101111
+7,57,13,89,1110111111111101101101101111111111110111111111111111111110111111111001011111111111111111111111101111
+7,57,14,90,1111111111111111101111101111111111111111111011111111011110111111111001111111011111111111111111101101
+7,57,15,89,1110111111111111100111100111111111111110111111111111111110111111110101111101111111111111111111101111
+7,57,16,90,1111111111111111101111101111111111111111111111110110111110111111111101011101111111111111111011101111
+7,57,17,88,1111111111111111100111100110111111111111111111111110111110101011111101111101111111111111111111101111
+7,57,18,90,1111111111111111101111000111101111111111111111111111111110111111111101111101011111111111111111101111
+7,58,0,91,1111111111111111101111100111111111111111111101111111111110111111111001111101011111111111111111111111
+7,58,1,90,1111111111111011101111001111100111111111111111111111111110111111111101111111111111111111111111101101
+7,58,2,92,1110111111111111101111100110110111111111111111111111111110111111111101111111111111111111111111111111
+7,58,3,94,1111111111111111101111101111111111111111111111111111111110111111111111111100111111111111111111101111
+7,58,4,91,1110111111111111101111101111110111111111111111111111111110101111111101111101111111111111110111111111
+7,58,5,90,1110111011111111101111101111111111011111111110111111111110111111111101111101011111111111111111111111
+7,58,6,91,1110111111111111101111101111110111111111111111111111111110111111111101111101111111111111110111111101
+7,58,7,92,1111111111111011101111101111110111111111111111111111111100111111111001111111111111111111111111111111
+7,58,8,91,1111111111111111101101101111111111111111111111111100111110111111111001111111111111111111111111101111
+7,58,9,87,1110111111111101101101101111111111110111111111111111111110111111111001011101111111111111111011101111
+7,58,10,92,1111111111111111101111101111111111111111111111111100111110111111111101111101111111111111111111101111
+7,58,11,88,1110111111111111100111100111111111111110111111111111111110111111110101111101111111111111111011101111
+7,58,12,92,1110111111111111111111101111110111111111111111111111111110111101111101111101111111111111111011111111
+7,58,13,94,1111111111111011101111101111110111111111111111111111111110111111111101111111111111111111111111111111
+7,58,14,89,1111111111111011101111101111111111111110111111111111101110111111110001111111111111111111111111101101
+7,58,15,91,1110111111111111100111100111111111111111111111111111111110111111110101111101111111111111111111111111
+7,58,16,91,1111111111111111101111100110111111101111111111111111111110111111011101111111111111111111111111101111
+7,58,17,90,1111111111111111101111100110111111111111111111111111111110111111111101111100111110111111111111101111
+7,58,18,90,1111111111111111101111101111111111111111110111111111111110100111111101111101111111111111111111101101
+7,59,0,92,1111111111111011101101101111110111111111111111111111111110111111111101111111111111111111111111101111
+7,59,1,93,1111111111111111101111101111111111111111111111111100111110111111111001111111111111111111111111111111
+7,59,2,92,1110111111111111101111100111111111011111111111101111111110111111111101111111111111111111111111111111
+7,59,3,89,1110111011111111101111101110110111111111111110111111111110111111111101111101011111111111111111111111
+7,59,4,92,1110111111111111111111101111110111111111111111111111111110111101111101111101111111111111111111110111
+7,59,5,92,1111111111111011101111101111110111111111111111111111111110111111111101111111111011111111111011111111
+7,59,6,94,1111111111111111101111100111111111111111111111111111111110111111110101111111111111111111111111111111
+7,59,7,91,1110111111111011100111101111110111111111111111111111111110111111111101111101111111111111111111111111
+7,59,8,91,1111111111111111101111100110110111111111110111111111111110111111111101111101111111111111111111111111
+7,59,9,91,1110111111111111101111101111111111111111111111111111111110100111111101111111111111111111111111101101
+7,59,10,87,1111111111111111101001100111111111111111111111111100111110111111111001110101111111111111111111101111
+7,59,11,93,1111111111111111111111101111111111111111111111111111111110101111111101111111011111111110111111101111
+7,59,12,91,1111111111111111101111101111111111111111111111111111111110010111011110111101111111111111111111101111
+7,59,13,91,1111111111111111101111100110111111101111111111111111111110111111111101111110111111111111111111101111
+7,59,14,93,1111111111111111101111101111110111111111111111111111111100111111111001111111111111111111111111111111
+7,59,15,88,1111111111111011101101101111111111111111111111111100111110111011111001111111111110111111111111101111
+7,59,16,93,1111111111111111101111100111111111111111111111111111111110111111111111111100111111111111111111101111
+7,59,17,93,1110111111111111101111101110110111111111111111111111111110111111111101111111111111111111111111111111
+7,59,18,91,1111111111111111101111101111111111111111111110111111111110111111111101111100111111110111111111101111
+7,60,0,93,1110111111111111101111101111111111111111111111111110111110111111111001111111111111111111111111111111
+7,60,1,93,1111111111111111101111101110110111111111111111111101111110111111111101111111111111111111111111111111
+7,60,2,93,1111111111111111111111100111111111011111111111111111111110111111111101110101111111111111111111111111
+7,60,3,91,1110111111111111101111000111111111111111111111101111111110111111111111111111011111111111111111101111
+7,60,4,91,1111111111111011101111101111111111111111111111111111111110101110111101111111011111111111111111101111
+7,60,5,91,1111111111111111111111100110111111101111111111111111111110111111111101111110111111111110111111101111
+7,60,6,82,1111111111111010101101100110011111101111111111111110111110111011111001111110111110111111011111101111
+7,60,7,93,1111111111111111101111101111111111111111111111111101111110111111111101111110111111111111111111101111
+7,60,8,94,1111111111111111111111101111111111111111111111111101111110111111111111110101011111111111111111111111
+7,60,9,91,1111111101111111101111100111111111111111111111111110111110111111111001111111111111111111111111101111
+7,60,10,91,1110111111111111101111101111110111111111111111111111111110111111111101111101111111111110111111110111
+7,60,11,93,1111111111111111111111100110111111111111111111111111111110111101110101111111111111111111111111111111
+7,60,12,90,1110111111111111101111101110110111101111111111111111111110100111111101111111111111111111111111111111
+7,60,13,94,1111111111111111101111101111111111111111111111111111111110111111111101111111111111111111111111101101
+7,60,14,91,1110111111111011101111101111110111111111111111101111111110111111111101111111111111111101111111111111
+7,60,15,90,1111111111111011100101101111110111111111111111111111111110111111111101111101111111111111111111101111
+7,60,16,93,1110111111111111111111101111111111111111111111111111111110111101111101110111111111111111111111110111
+7,60,17,90,1111111111111111101111101101110111111111111111111100111110111111111001111101111111111111111111111111
+7,60,18,92,1110111111111111101111101110110111111111111111111111111110111111111101111101111111111111111111111111
+7,61,0,91,1111111101111111101111101111111111111111111111111111111110111111111100111101111111111110111111110111
+7,61,1,88,1110111101111111101111100111110111111111111111111110111110111111111001111111111111111111111111100111
+7,61,2,92,1111111111111111101111111110111111111111111111111111111110101110111101111111011111111111111111101111
+7,61,3,92,1111111111111011111111100111111111011111111111111111111110111111111101110101111111111111111111111111
+7,61,4,92,1111111111111111101111100111111111111111111111111111111111111111111101110101111111111111111111100111
+7,61,5,94,1111111111111111111111101110111111011111111111111111111110111111111101111111111111111111111111111101
+7,61,6,92,1111111111111111101111101110111111111111111111111111111110111111111101111111111111111111111111101100
+7,61,7,91,1111111111111111111111100111111111101111110111111111111110111111111101111110111111111110111111101111
+7,61,8,91,1110111111111111111111100111111111011111111101111111111110111111111101110101111111111111111111111111
+7,61,9,93,1111111111101111111111101111111111111111111111111101111110111111111111110101011111111111111111111111
+7,61,10,94,1111111111111111101111101111110111111111111111111101111110111111111101111111111111111111111111111111
+7,61,11,91,1110111111111111111111100110111111111111111111111111111010111101111101110111111111111111111111111111
+7,61,12,94,1111111111111111111111101111110111111111111111111101111110111111111111111101011111111111111111111111
+7,61,13,91,1111111111111111101111101110111111111111111111111101111110111111111101110101111111111111111111101111
+7,61,14,91,1110111111111111101111000111111111011111111111111110111110111111111111111111111111111111111111101111
+7,61,15,92,1110111111111111101111101111111111111111111111101111111110111111111001111111011111111111111111111111
+7,61,16,91,1111111111111111001111101111111111111111111111111111111110101110111101111111101111111111111111101111
+7,61,17,92,1111111111111011101111101111111111111111111111111111111110111111111101111111011111111111111111101101
+7,61,18,94,1111011111111111111111101111111111111111111011111111111110111111111111111101011111111111111111111111
+7,62,0,86,1110111111111111111111100111110111011111111101011101111110111111111101110101111111111111111111101101
+7,62,1,93,1111111111111111101111101110111111111111111111111111111110111111111101110101111111111111111111111111
+7,62,2,92,1111111111111111101111101110110111111111111111111111111110111111111101111111111111111111111111101101
+7,62,3,92,1111111111111111111111101111111111111111111101111101111110111111111111111101011111111111111111111100
+7,62,4,92,1111111111111011101111101111110111111111111111111111111110111111111101100111111111111111111111111111
+7,62,5,92,1111111111111101111111100111111111011111111111111101111110111111111101111101111111111111111111111111
+7,62,6,92,1111111111111011111111101111111111011111111111111111111110111111111101111111011111111111111111101101
+7,62,7,93,1111111111111111101111101110111111111111111111111111101110111111111101111111111111111111111111111101
+7,62,8,90,1111101111101111111111101110111111111111111111111101111110111111111011110101011111111111111111111111
+7,62,9,91,1111111111101111111111101111111111111111111111111101110010111111111111110101011111111111111111111111
+7,62,10,88,1111111110111111101111101010111111111111111111111101111110111111111101111101111111111101111111101101
+7,62,11,90,1111111111111111101110101110111111111111111111111111111110111111111101110111111111111111110111101110
+7,62,12,93,1111111111111111111111100111111111011111111111111111111110111111111101110101111111111111111111111111
+7,62,13,90,1111011111111111111111101111111111111111111011101011111110101111111111110101011111111111111111111111
+7,62,14,93,1111111111111111111111101111111111011111110011111111111110111111111111111101011111111111111111111111
+7,62,15,90,1110011111111111111111100111111011111111111101111111111110111111111101110101111111111111111111111111
+7,62,16,90,1111111111111111101111101111111111111111111111111111111110111110111101011111011111111101111111101101
+7,62,17,91,1111111111111011101111111110111111011111111111111111111110101111111101111111011111111111111111101111
+7,62,18,91,1111111111111111101111101111110111111111111111111100111110111111111101111111111111110111111111101111
+7,63,0,91,1111111111111111111111100110111111011111111111111111111110111111111101110101111111111111111111101111
+7,63,1,92,1111111111111011101111111111111111011111111111111110111110101111111101111111011111111111111111111111
+7,63,2,92,1111011111111111111111101111111111011111110111111111111110111111111111111101011111111111111111111101
+7,63,3,90,1111111111111111101111101111111111111111111011111111111110111110111101011111011111111101111111101111
+7,63,4,89,1111111111111111101111101110111111111111111111111111111110111111111101110101011111111101111111101101
+7,63,5,94,1111111111111111101111101111111111111111111111111111111110111110111101011111111111111111111111111111
+7,63,6,91,1111111111111111101111101110110111111111111111111111111110111111111101110110111111111111111111111101
+7,63,7,92,1111111111111111101111101110111111111111111111111111111110111111111100111101111111111111111111101111
+7,63,8,92,1111111111111111101111101110110111111111111111111111111110111111111101111111111111111111111111101101
+7,63,9,91,1111111111111111101111101111110111111111111111111100111110111111111101111111111111110111111111101111
+7,63,10,92,1111111111111101111111100111111111111111111111111101111110111111111101011111111111111111111111111101
+7,63,11,90,1111111111111111101111101110110111011111111111111111111110111111111101111101111111111101111111101111
+7,63,12,94,1111111111111101111111101111111111111111111111111101111110111111111111110101111111111111111111111111
+7,63,13,92,1111111111111111101111101110111111011111111111111111111100111111111101111101111111111111111111111111
+7,63,14,91,1111111111111111111111101110110111111111111111111101111110111111111001110101111111111111111111111111
+7,63,15,88,0111101111101011101111101110111111111111111111101111111110111111111111111111011111111111111111101101
+7,63,16,91,1111111111111111101111101111111111111111111111111111111110111110111101011111111111110101111111111101
+7,63,17,91,1111111111111111101111101111110111111111111111111100111110111111111101111111011111111111111111101111
+7,63,18,91,1111011111111111111111101111111111111111111011101011111110111111111101110101111111111111111111111111
+7,64,0,93,1111111111111101111111100111111111111111111111111101111110111111111111110101111111111111111111111111
+7,64,1,92,1111111111111101111111101111111011111111111111111101111110111111111101011111111111111111111111111101
+7,64,2,91,1111111111111101111111100111111111111111111111111111111110111111111101010111011111111111111111111101
+7,64,3,92,1111111111111011101111101111110111111111111111111101111110101111111111101111111111111111111111111111
+7,64,4,94,1111111111111111101111111111111111111111111111111100111110111111111101111111111111111111101111111111
+7,64,5,88,1110111111111001101111101101111111011111111111111111111110101111111111110101011111111111111111111111
+7,64,6,89,1111111111111011101111111111111111111111111111111101111110101111111001111011011110111111111111111011
+7,64,7,91,1111111111111111111111101110110111011111111111111110111110111111111101110101111111111111111111111111
+7,64,8,94,1111111111111101101111111111111111111111111111111101111110111111111111111101111111011111111111111111
+7,64,9,90,1111111111111011111111101011111111011111111111111110111110101111111101110111011111111111111111111111
+7,64,10,91,1111111111111111111111100110111111011111111111111111111110111111111101011101111111111111111111111101
+7,64,11,91,1111111111111101111111100111111111111111111111111101111110111111111101110111011111111111111111101111
+7,64,12,92,1111111111111111101111101111111111011111111111111111111100111111111101011101111111111111111111111111
+7,64,13,93,1111111111111111101111101110111111011111111111111111111110111110111101111111111111111111111111111111
+7,64,14,92,1111111111111111101111101110111111111111111111111111111110111111111101110101111111111111111111101111
+7,64,15,90,1111111111111111111111100110110111011111111111111111111110111111111101111101111111111111111111101101
+7,64,16,90,1111111111111111101111101110110111111111111111111111111110111111111101110110111111111111111111101101
+7,64,17,91,1111111111111111101111101110110111110111111111111111111110111111111101111111111111111111111111101101
+7,64,18,88,1111011111111111111111001111111111111111111010101011111110110111111101110101111111111111111111111111
+7,65,0,93,1111111111111111101111111110111111011101111111111111111110111111111111111111111111111111101111111011
+7,65,1,95,1111111111111111111111111111111111111111111111111100111110111110111101111111111111111111111111111111
+7,65,2,94,1111111111111111101011111111110111111111111111111101111110101111111111111111111111111111111111111111
+7,65,3,91,1111111111111011101111101111111111111111111111111100111110111111111101101111111111111111101111111111
+7,65,4,93,1111111111111011111111101111111101111111111111111101111110111111111101111111111111111111110111111111
+7,65,5,88,1111011111111111101111101111110111111111111011101011111110101111111111100101111111111111111111111111
+7,65,6,89,1111111111111101101111100111111111111111111111111101111110111111111101110111011111111111101111101111
+7,65,7,95,1111111111111111111111111111111111111111111111111100111110111111111101111111111011111111111111111111
+7,65,8,90,1110111111111111111111100110111111011111111111111111111110111111111101011101111111111111111111111101
+7,65,9,91,1111111111111111111111100110111111011111111111111111111110111111111101011101111111111111111111111101
+7,65,10,92,1111111111111101111111101111011111111111111111111111111110111110111101111111011011111111111111111111
+7,65,11,89,1111111111111111101111100110111111011110111111111111111110111111111101010111111111111111111111111101
+7,65,12,89,1111111111111101111111101110111011111111111111111111111110111111111101010101011111111111111111101111
+7,65,13,93,1111111111111111101111100111111111111111111111111111111110111111111101110111111111111111111111111101
+7,65,14,92,1111111111111111101111101110111111011111111101111111111110111110111101111111111111111111111111111111
+7,65,15,91,1111111111111111101111101111111111011111111111111111111100111111111101010101111111111111111111111111
+7,65,16,90,1111011111111111111111101111110111011111111111101110111110111111111101110101111111111111111111111111
+7,65,17,92,1111111111111111111111101110111111111111111111111011111110111111111101110101111111111111110111111111
+7,65,18,89,1111111111111101111111100111111111111111111111111101111110111111111101010111011111111111101111111101
+7,66,0,96,1111111111111111111111111111111111111111111111111110111110111110111101111111111111111111111111111111
+7,66,1,94,1111111111111111101111111111111111111111111111111100111110111111111101111111011111111111111111111111
+7,66,2,92,1111011111111111111111101111110101111111111111111101111110111111111111100111111111111111111111111111
+7,66,3,89,1111111111111011101111101111111111111111111011101011111111101111111101110101111111111111110111111111
+7,66,4,94,1111111111111111111111111111111111111111111111111100111110111111111101011111111011111111111111111111
+7,66,5,94,1111111111111111111111111111111111111111111111111100111110111111111101111111111011101111111111111111
+7,66,6,89,1111111111111111111111100110111111111111111111111100111110111111101001011101111111111111111111111111
+7,66,7,94,1111111111111111111111111111111111011111111111111111111110111111111101111111111011111111111111101101
+7,66,8,92,1111111111111111101111100111111111111111111011111111111110111111111101110111111111111111111111111101
+7,66,9,91,1101111111111111101111100111111111111111111111111111111110111111111101110111111111111111111111111001
+7,66,10,90,1111111111111111101111101110111111101111111111111110111110111110111101101111111111111111111111111011
+7,66,11,91,1111111111111011101111101111111111011111111101111101111110111111111101111111111111111111101111111111
+7,66,12,93,1111111111111001111111101111111101111111111111111111111110111111111101111111111111111111110111111111
+7,66,13,90,1111111111111111111111101111011111111111111111111001110110111110111101111111011011111111111111111111
+7,66,14,95,1111111111111111101111111111111111111111111111111111111110111111111101111111011111111111101111111111
+7,66,15,89,1111111111111111101111100110111111011101111111111111111110111111111101110111111111111111111111111001
+7,66,16,93,1111111011111101111111111110111111111111111111111111111110111111111101110111111111111111110111111111
+7,66,17,92,1111111111111111101111101111111111111111111111111010111110111111111101111101011111111111111111111111
+7,66,18,94,1111111111111111111111111111111111111111111111111010111110111111111100111111011111111111111111111111
+7,67,0,93,1111111111111111101111111111111111111111111111111110111110111111111101011111111101111111101111111111
+7,67,1,94,1111111111111111111111111110111111111111111111111101111110111111111101111111011011111111111111111111
+7,67,2,93,1111111111111111111111111111111111111111111111111100111110111111111101111111111011101111011111111111
+7,67,3,96,1111111111111111111111111111111111111111111111111110111110111110111101111111111111111111111111111111
+7,67,4,96,1111111111111111111111111111111111111111111111111100111110111111111101111111111111111111111111111111
+7,67,5,93,1111111111111111111111111111111111111111011111111110111110111110111101111111111011101111111111111111
+7,67,6,91,0111111111111111111111111110111111111111111111111110111110111111111101001111111011111111111110111111
+7,67,7,93,1111111011111101111111111111111111111111111111111101111110111111111101110111111111111111110111111111
+7,67,8,92,1111111111111111111111101111011111011111111111111011111110111111111101111111111011111111111111101111
+7,67,9,92,1111111111111111111111111111111111111111111111111101110110111110111101111111011011111111111111111101
+7,67,10,92,1111111111111111101111100111111111111111111111111111111110111111111101110111111111111111111111111001
+7,67,11,93,1101111111111111111111111111111111011111111111111111111110111111111101111111111011111111111111101101
+7,67,12,94,1111111111111111111111111111111111111111111111111101111110111110111101111111111011111111111011111111
+7,67,13,91,1111111111111111111111101111011111111111111111111010110110111110111101111111011111111111111111111111
+7,67,14,90,1111111111011011101111100111111101111111111111111111111110111111111101110101111111111111111111111111
+7,67,15,90,1111111111111101111111101111111111111111111011111111111110011111111101110111111111111111110011111101
+7,67,16,91,1111111111111111111111101110111111101111111111111110111110111111111101111111111011011111111111111011
+7,67,17,91,1111111111111111101111111111111111111111111111111100111110111110111101101111111111101011111111111111
+7,67,18,94,1111111111111111111111110111111111111111111111111111111010111111111101111111011111111111101111111111
+7,68,0,96,1111111111111111111111111111111111111111111111111110111110111110111101111111111111111111111111111111
+7,68,1,94,1111111111111111111111111111111111111111111111011100111110111111111101111101111111111111111111111111
+7,68,2,94,1111111111111111111110111111111111111111111111111100111110111111101101111111111111111111111111111111
+7,68,3,94,1111111111111111111111111111111111111111111111111100111111111111111101111111111011101111011111111111
+7,68,4,94,1111111111111111111111111111011111111111111111111011111110111111111101111111111011111111111111101111
+7,68,5,90,1111111111111111111111101011111111011111111111111101110110111110111101111111111011111111111011111111
+7,68,6,89,1111110011111101111111110111111111111111111111101101111110111110111101111111111111111111110011111111
+7,68,7,94,1111111111111111111111011111111111111111111111111101111110111111111101110111111011111111111111111111
+7,68,8,91,1111111111111111111111111110111111110111111111111101111110111111111101111111011011111111111001111111
+7,68,9,94,1111111111111111111111111111111111111111111111111101111110111100111101111111111011111111111111111111
+7,68,10,90,0111111111111111111111111111111111111111111111111101110110111110111101111111011011101111111111111101
+7,68,11,91,1111011111111111111111111111111111111111011110111110111110111110111101111111111011111111111011111111
+7,68,12,89,1111111111110111011111101111011110111111111111111111111110111111111101101111111011111111111110101111
+7,68,13,91,0111111111111111111111111110111111011111111111111010111110111111111101011111111011111111111111111111
+7,68,14,92,1111111111111111111111101111011111111111111111111110111100111110111101111111111111111111101111111111
+7,68,15,89,1111111111111111111111111111011111111111011111111010110110111110111101111111011011101111111111111111
+7,68,16,94,1101111111111111111111111111111111111111111111111101111110111111111101111111111111111111111111101101
+7,68,17,95,1111111111111111111111111111111111011111111111111110111110111111111101111111111011111111111111111111
+7,68,18,93,1111111111111111011111101111111111111111111011111111111110111111111001110111111111111111111111111111
+7,69,0,94,1111111111111111111111111111011111111111111111011100111110111111111101111111111111111111111111111111
+7,69,1,93,1111111110111111111111111111111111111111111111111011111110111111111101111101111011111111111111101111
+7,69,2,94,1101111111111111111111111111111111111111111111111101111110111111111101111111011111111111111111101111
+7,69,3,92,1111111111111111111010111111111111111101111111111100111110111111101101111111111111111111111111111111
+7,69,4,95,1111011111111111011111111111111111111111111111111111111110111111111101110111111111111111111111111111
+7,69,5,87,1111111111111111111111101111111111111111011010111110111110111110111001101111011011111111111011111111
+7,69,6,90,1101111111111111111111110111111111111110111111111100111110111111111101111111111011111111111111101101
+7,69,7,95,1111111111111111111111111111111111011111111111111111111110111111101101111111101111111111111111111111
+7,69,8,92,1111111111111111111111111111111011111111101111111000111110111111101101111111111111111111111111111111
+7,69,9,91,1111111110111110111110111111011111111111111111111110111110111111111101111111111011111111111111101111
+7,69,10,90,1111111111101111111110101111111111111111111111111100111110101110111101111111111111111111111011111111
+7,69,11,89,1111110011111101111111110111111111111111111111101101111010111111101101111111111111111111110111111111
+7,69,12,91,1101111111111111111111111111111011111111111111111100111110111110111101111111111111111111111111101101
+7,69,13,98,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111111111111111
+7,69,14,94,1111111111111111111111111111011111111111111111111011111110111111111101111111111011111111111111101111
+7,69,15,94,1111111111111111111111111111011111111111111111111011111110111111111101111111111011111111111111101111
+7,69,16,90,1111111111111111111111101111011111110011111111111111111100111110111101111111111111111111101101111111
+7,69,17,92,1111111111111111111111111110111111111111111111111100111110111111111101111111011011111111111011111111
+7,69,18,93,1101111111111111111111111111111111111111111111111101111110111111111101111111111111111111111110101101
+7,70,0,94,1111111111111111111111111111111111111111111111111101111110111111111101111111111011011111111111101111
+7,70,1,91,1111111111111111111111111110011111111111111111111010111110111111111101111111011011111111111011111111
+7,70,2,93,1111111111111111111111111111111111111111111111111101111110111110111101110111111011101111111111111111
+7,70,3,91,1101111111111111111111111111111111111111111111111101111110111101101101111111111111111111111110101101
+7,70,4,92,1111111111111111111111111110111111111111111111111100111110111111111101111111011011111111111011111111
+7,70,5,91,1111111111111111111111111110111111111111111111111100111110111111111101111111011011111111111010111111
+7,70,6,93,1111111111111111111111111111011111111111111111111011111110111110111101111111111011111111111111101111
+7,70,7,93,1111111111111111111111111111111111111111111111111101111110111101111101110111111011101111111111111111
+7,70,8,91,1101111111111111111111110111111111111110111111111101111110111111111101111111111111111111111110101101
+7,70,9,91,1101111111111111111111101111111111111111111111111100111110111111111101111111111011111111111111101101
+7,70,10,93,1111111110111111111111111110111111111111111111111110111110111111111101111111111011111111111011111111
+7,70,11,90,1101111110111111111111111111111111111111111111111001111110111111111101111101011011111111111111101111
+7,70,12,94,1111111111111111111111111111011111111111111111111011111110111111111101111111111011111111111111101111
+7,70,13,92,1111111111111111111111111111011111111111101111111011111010111111111101111111111011111111111111101111
+7,70,14,91,1111111111101111111110111111011111111111111111111100111110101110111101111111111111111111111111111111
+7,70,15,93,1111111111111111111111101111111111111111111111011100111110111111111101111111111111111111111011111111
+7,70,16,92,1111111111111111011111111111111111111111111111111101111110111111111101111111111111111101111110101101
+7,70,17,92,1101010111111111111111111111111111111101111111111111111110111111111101110111111111101111111111111111
+7,70,18,93,1111010111111111011111111111111111111111111111111111111110111111111101110111111111111111111111011111
+7,71,0,89,1101010111111111111111111111111111111100111111011111111110111111111101110111111111111111011011111111
+7,71,1,92,1111111111111111110111100111111111111111111111111100111110111111111101111111111111101111111111111111
+7,71,2,93,1111111111111111111111111111011110111111111111111011111110111111111101111111111011111111111111101111
+7,71,3,93,1111111111111111111111111111011111111111111111111011111110111110111101111111111011111111111111101111
+7,71,4,91,1111111111111111111111111110011111111111011111111010111110111111111101111111011011111111111111111111
+7,71,5,92,1111111111111111111111111111111110111111111111111101111110111111111101111111111011011111111011101111
+7,71,6,89,1101111111111111111111110111011111111110111111111101111110111111111101111111111111111111110110101101
+7,71,7,92,1111111111111111111111111111011111111111111111111011111110011110111101111111111011111111111111101111
+7,71,8,91,1111111101111111111111111110011111111111111111111010111110111111111101111111111011111111111011111111
+7,71,9,95,1111111110111111111111111111111111111111111111111111111110111111111101111111111011111111111111101111
+7,71,10,94,1111111111111111111111111111111111111111111111111100111110111110111101111111111011111111111111111111
+7,71,11,89,1111111111101111111110111111011111111111111110111101111110101101111101110111111111101111111111111111
+7,71,12,96,1111111111111111111111111111111111111111111111111110111110111111111101111111111111111111111011111111
+7,71,13,88,1111111110111111111111101110111111111111111111011000111110111111111101111111111011111111111011110111
+7,71,14,93,1111111111111111111111111111111111111111111111111100111110111101111101110111111111101111111111111111
+7,71,15,92,1111111111111111111111101111111111111111111111011101111110111111111001111111111011111111111011111111
+7,71,16,92,1111111111111111111111111111011111111111111111111011111110111110011101111111111111111111110111101111
+7,71,17,91,1111111111111111011111111111111111111111111111111101111110111111111101111111111011111101111110101101
+7,71,18,93,1101111111111111111111111111111111110111111111111101111111111111111101111111111111111111111110101101
+7,72,0,95,1111111111111111111111111111111111111111111111111111111110111111111101111111111011111111111111101101
+7,72,1,88,1111111111111111011111111111011111111111111111111001111110011110111101111111111011111101111110101111
+7,72,2,93,1111111111111111111111111011011111111111111111111110111110111111111001111111111111111111111111101111
+7,72,3,93,1111111110111111111111111111111111111111111111110111111100111111111101111111111011111111111011111111
+7,72,4,91,1111111101111111111111111110011111111111111111111100111110111111111101111111111011111111111011111111
+7,72,5,93,1111111111111111111111111111111101111111111111111010111110111110111101111111111011111111111111111111
+7,72,6,86,1111111111011111111111111111011111111110111111111011111110011110111100111111111001111101111110101111
+7,72,7,91,1111111111111111011111111111011111111111111111111101111110111110111101111111111011111111111111101101
+7,72,8,92,1111111111111111111111111111011111111111111111111011111110111110011101111111111111111111110111101111
+7,72,9,92,1111111111111111111111111111011111111111111111111011111110111110111101111111111011101111111111101111
+7,72,10,92,1101111111111111111111111111111111110111111111111101111111101111111101111111111111111111111110101101
+7,72,11,89,1111111111111110110111111111111110111101111111111101111110111111111101111111111011011111111011101111
+7,72,12,92,1111111111111111111111101011011111111111111111111011111110111110111101111111111011111111111111111111
+7,72,13,95,1111111111111111111111111111111111111111111111111110111110111111111101111111111111111111111011101111
+7,72,14,96,1101111111111111111111111111111111111111111111111111111111111111111101111111111111111111111011101111
+7,72,15,91,1111111111111111111111111111111111110111111111111100111110111111111101111111110011111111111110111101
+7,72,16,95,1111111111111111111111111111111111111111111111110110111110111111111101111111111111111111111011111111
+7,72,17,90,1111111111111111111111111111111110111111111101111101111110111111111101111111111011001111111011101111
+7,72,18,91,1111111111111111011111110111111111111110111111111111111110101111111101111111111111111111111110101101
+7,73,0,93,1111111111111111111111111111011111111111111111111011111110111110011101111111111011111111111111111111
+7,73,1,92,1111111111111111111111111111111101111111111111111010111110111110111101111111111111111111110111101111
+7,73,2,93,1101111111111111111111111111111111110111111111110111111111101111111101111111111111111111111111101101
+7,73,3,92,1111111110111111111111111111111111111111111111111101111100111111111101111111111011111111111010111111
+7,73,4,92,1111111111111111111111111111011111111111111111111111111110101110011101111111111011111111111111101111
+7,73,5,93,0111111111111111111111111111111111111111111111111011111110111111111101111111111111111111110111101101
+7,73,6,92,1101011111111111111111101111111111111111111111111111111111101111111101111111111111111111111110101101
+7,73,7,89,1111111111111111111111111111010111110111111111111001111110111110011101111111111111111111110111101111
+7,73,8,94,1111111111111111111111111111011111111111111111111010111110111111111101111111111111101111111111111111
+7,73,9,93,1111111111111111111111111111111111111111111111110111111110111110111101111111111011111111111011101111
+7,73,10,93,1101111111111111111101111111111111111111111111111111111110111011111101111111111011111111111111101111
+7,73,11,96,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111011101101
+7,73,12,96,1111111111111111111111111111111111111111111111111110111110111111111101111111111111111111111111101111
+7,73,13,90,0111101111111111111111111011011111111111111111111110111110111111111001111111111111111111111011101111
+7,73,14,89,1111111101111111111111111110011111111111111111111110111110111111101001111111111011111101111011111111
+7,73,15,93,1111111111111111111111111011011111111111111111111100111110111111111101111111111111111111111111101111
+7,73,16,96,1101111111111111111111111111111111111111111111111111111110111111111101111111111111111111111111101111
+7,73,17,93,1111111111111111111111111111111111111111111111111011111111111111111101111111111011111111111001101101
+7,73,18,92,1111111110111111111111101111011111111111111111110111111100111111111101111111111011111111111111111111
+7,74,0,92,1111111111111111111111111011111111111111111111111011111110111110111101111111111011111011111011111111
+7,74,1,91,1111111111111111111111110101111111111111111111110111111110111110111101111111111011111111111011101111
+7,74,2,93,1111111111111111111111101111011111111111111111111010111110111111111101111111111111101111111111111111
+7,74,3,92,0111111111111111111111111111111111111111111111111011111110111111111101111111111111011111110111101101
+7,74,4,96,1111111111111111111111111111111111111111111111111110111110111111111101111111111111111111111111101111
+7,74,5,96,1101111111111111111111111111111111111111111111111111111110111111111101111111111111111111111111101111
+7,74,6,94,1111111111111111111101111111111111111111111111011111111110111111111101111111111011111111111111101111
+7,74,7,93,1101111111111111111111111111111111111111111111111110111110111011111101111111111111111011111111101111
+7,74,8,92,1111111111111111111111111011011111111111111111111100111110111101111101111111111111111111111111101111
+7,74,9,93,1101111111111111111111111111111111110111111111110111111111101111111101111111111111111111111111101101
+7,74,10,93,1111111111111111111111111011111111111111111111111011111110111110111101111111111111111011111011111111
+7,74,11,95,1111111111111111111111111111111111111111111111111111111111111111111101111111111011111111111011101101
+7,74,12,89,1111111110111111111111101111011111101111111111110111111101111111111101111111111011111011111011111101
+7,74,13,93,1111111111111111111111111111111111111110111111111011111110111111111101111111111011111111111101101111
+7,74,14,93,1111111111111111111111111111011111111111111111111111111111111110011101111111111011111111111111101101
+7,74,15,96,1111111111111111111111111111111111111111111111111011111110111111111101111111111111111111111011111111
+7,74,16,93,1111111111111111111111111111111101111111111111110110111110111110111101111111111111111111111111101111
+7,74,17,93,1111111111111111111111111111111111111111111111111011111110111110111111111111111011111111110011101111
+7,74,18,92,0111101111111111111111111011011111111111111111111111111110111111111101111111111111111111111011101111
+7,75,0,94,1101111111111111111111111111111111111111111111111110111110111111111001111111111111111111111111101111
+7,75,1,94,1111111111111111111111111111111111111111111111110110111110111111111101111111111111111110111111101111
+7,75,2,95,1111111111111111111111111011111111111111111111111011111110111111111101111111111111111111111011111111
+7,75,3,92,0111101111111111111111111011011111111111111111111111111110111111111101111111111111111111111011101111
+7,75,4,95,1111111111111111111111111101111111111111111111111011111110111111111101111111111111111111111011111111
+7,75,5,91,1111111111111011110111111111111101111111111111110110111110111110111101111111111111111111111111101111
+7,75,6,96,1111111111111111111111111111111111111111111111111010111110111111111101111111111111111111111111111111
+7,75,7,92,1111111111111111111111111111111101111111111111010111111110111110111101111111111111111111111011101111
+7,75,8,92,1111111111111111111101111111111111111111111111011111111110111111111001111111111011111111110111101111
+7,75,9,93,1101111111111111111111111111111011111111111111110110111110111111111101111111111111111111111111101111
+7,75,10,93,1111111111111111111101111111111111111011111111111111101110111111111101111111111011111111111111101111
+7,75,11,92,1101111111111111111111111111111111111111111111010110111110111111111001111111111111111111111111101111
+7,75,12,93,1101111111111111111111111111111111111101111111110111111110011111111101111111111111111111111111101111
+7,75,13,93,1101111111111111111111111111111111111111111111111110111110111111011001111111111111111111111111101111
+7,75,14,94,1111111111111111111101111111111111111111111111001111111110111111111101111111111111111111111111101111
+7,75,15,92,1111111111011111110111111111111111111011111111111110111110111111111101111111111011111111111111101111
+7,75,16,93,1111111111111111111111111111111101110111111111110110111110111111111101111111111111111111111111101111
+7,75,17,93,1101111111111111111111111111111111111111111111110111111111101110111101111111111111111111111111101101
+7,75,18,93,1111111110111111111111011101111111111111111111111011111110111111111101111111111111111111111011111111
+7,76,0,92,1111111111111111111111111111101111111111111111111010111110111111111101101111111111111111111011011111
+7,76,1,94,1101111111111111111111111111111111111111111111111110111110111111111001111111111111111111111111101111
+7,76,2,93,1111111111111111111101111110111111111111111111011111111110111111111101111111111101111111111111101111
+7,76,3,93,1111111111111111111111111101101111111111111111101011111110111111111101111111111111111111111011111111
+7,76,4,93,1111111101111111111111111111101111111111101111111011111110111111111101111111111111111111111011111111
+7,76,5,94,1111011111111111111111111011111111111111111111111011111110111111111101111111111111111111111011111111
+7,76,6,91,1101111111111111111101111111111011111111111111110110111110110111111101111111111111111111111111101111
+7,76,7,94,1111111111111111111111111111111111111111111111001111111110111111011101111111111111111111111111101111
+7,76,8,93,1111111111111111111111111111001111111111111111111011111110111111101101111111111111111111111011111111
+7,76,9,95,1111111111111111111111111111101111111111111111111011111110111111111101111111111111111111111011111111
+7,76,10,93,1111111111111111111111111011111111111111111111111011111110011111111101111111111111111111111011101111
+7,76,11,93,1101111111111101111111111111111111111111111111111110111110111111111001111111111111111111111101111111
+7,76,12,95,1111111011111111111111111111111111111111111111111111111110111111111101111111111111111111111111101110
+7,76,13,89,1101111111111111111111111111110111111101111111111010111110011111111101111111011101111111111111111011
+7,76,14,94,1111111111111111111111111110111111111111111111001111111110111111111101111111111111111111111111101111
+7,76,15,92,1101111111111111111101111111111111111101111111110111111110011111111101111111111111111111111111101111
+7,76,16,92,1101111111111111111111111011111111111101111111111011111110011111111101111111111111111111111111101111
+7,76,17,96,1111111111111111111111111111111111111111111111110111111110111111111101111111111111111111111011111111
+7,76,18,93,1101111111111111111111111111111011111111111111111110111110101111111101111111111111111111111111101111
+7,77,0,88,1111011111111111111111111011101111111111111111101010111110111111111101101111111111111111110011011111
+7,77,1,95,1111111111111111111111111111111111111011111111111011111110111111111101111111111111111111111011111111
+7,77,2,94,1111111111111111111111111111111111111111111111001111111110111111111101111111111111111111101111101111
+7,77,3,92,1111111111111111111101111110111111111111111111011111111110111111011101111111111101111111111111101111
+7,77,4,95,1111111111111111111111111111101111111111111111111011111110111111111101111111111111111111111011111111
+7,77,5,95,1111111011111111111111111111111111111111111111111111111110111111111101111111111111111111111111101110
+7,77,6,94,1111111011111111111111111110111111111111111111101111111110111111111111111111111111111111111111101110
+7,77,7,94,1111111111111111111111111110111111111111111111011111111110111111111101111110111111111111111111101111
+7,77,8,94,1111111111111111111111111111101111111111111111111011111110111111101101111111111111111111111011111111
+7,77,9,94,1111111111111111111111111111001111111111111111111011111110111111111101111111111111111111111011111111
+7,77,10,94,1111111111111111111111111111111111111111111111111011111110011111111101111111111111111111111011101111
+7,77,11,95,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111111011111111
+7,77,12,94,1111111111111111111111011111111111111111111111101111111110111111111101111111111111111111111111101110
+7,77,13,91,0111111011011111111111111111111111111111111111011111111110111111011101111111011111111111111111101111
+7,77,14,92,1111111111111111111111111110100111111111111111011011111110111111111101111111111101111111111111111111
+7,77,15,92,1111111111111111111101111101111111111111111111001111111110111111111101111111111111111111111011101111
+7,77,16,93,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111110010111111
+7,77,17,94,1111011111111111111111111111111111111111111111111011111110111111111101111111111111111111011011111111
+7,77,18,96,1111111111111111111111111111111111111111111111110111111110111111111101111111111111111111111011111111
+7,78,0,93,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111110010111111
+7,78,1,95,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111111011111111
+7,78,2,91,1111111111111111111111011111111111111111111111101111111110011111111101111111111111111101011111101110
+7,78,3,92,1111111111111111111111111111111111111011111111111011111110111111111101011011111111111111111011101111
+7,78,4,95,1111111011101111111111111111111111111111111111111111111110111111111111111111111111111111111111101110
+7,78,5,92,1111111011111111111111111110111111111111111111101111111110111011111101111111111111111111111111101110
+7,78,6,97,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111111011111111
+7,78,7,92,1111011111111111111111111011111111111111111111110011111110111111111101111111111111111111011011111111
+7,78,8,96,1111111111111111111111111111111111111111111111110111111110111111111101111111111111111111111011111111
+7,78,9,94,1111111011111111111111111111111111111111111111111111111110111111111101111111111111111111111011101110
+7,78,10,94,1111111111111111111111111111110111111011111111110111111110111111111101111111111111111111111011111111
+7,78,11,96,1111111111111111111111111111111111111111111111111011111110111111111101111111111111111111111011111111
+7,78,12,94,1111111111111111111111111110111111111111111111011111111110111111111101111111111111111111111111101110
+7,78,13,93,1111111101111111111111111111111111111101111111110111111110111111111101111110111111111111111011111111
+7,78,14,92,1111111011111111111111111111111111111111111111111011111110011111111101111111111111011111111011101111
+7,78,15,94,1111111111111111111111111111111111111111111111111011111110011111111101111111111111111111111011101111
+7,78,16,94,1111111111111111111111111111101111111111111111111111111110111101111101111111111110111111111011111111
+7,78,17,93,1111111111111111111111111111111111111111110111110011111110111111111101111111111111111111111011111011
+7,78,18,91,1111111111111111111111111110111111111111111111001111111110111111011101111111111111111011101111101111
+7,79,0,95,1111111111111111111111111111111111111111111111111011111110111111111101111111111111111111111011101111
+7,79,1,95,1111111011101111111111111111111011111111111111111111111110111111111111111111111111111111111111111110
+7,79,2,94,1111111111111111111111111111111111111111111111110111111110111111111101110111111111111111011011111111
+7,79,3,96,1111111111111111111111111011111111111111111111111111111110111111111101111111111111111111111011111111
+7,79,4,92,1111111111111111111111111111111111011101111111110111111110111111111101011110111111111111111011111111
+7,79,5,95,1111111101111111111111111111111111111111111111110111111110111111111101111111111111111111111011111111
+7,79,6,93,1111111011111111111111111111111111111111111111111011111110111111111101111011111111111111111011101111
+7,79,7,93,1111111111101111110111111111111111111011111111111111111110111111111111011111111111111111111111101110
+7,79,8,93,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111110010111111
+7,79,9,95,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111111011111111
+7,79,10,95,1111111111111111111111111111111111111111111111110111111110111111101101111111111111111111111011111111
+7,79,11,91,1111111111111111111110111011111111111111111111110111111110111111111101111111111011111111110010111111
+7,79,12,92,1111111111111111111111111110110111111011111111011111101110111111111101111111111111111111111111111110
+7,79,13,93,1111111111111111111111111111101111111111111111110011111110111111111101111111111111111111111011101111
+7,79,14,92,1111111111111101101111111111110111111011111111111111111110111111110101111111111111111111111011111111
+7,79,15,94,1011111111111111111111111111111111111111111111110011111110111111111101111111111111111111111011111111
+7,79,16,91,1111111011111111111111111110111111111111110111101111111110111011111101111111111111111111111111111010
+7,79,17,93,1111111111111111111111111111111111111111011111110011111110111111111101111111111111111111111011101111
+7,79,18,94,1111111111111111111111111111111110111111111111111111111110111101111101111111111110111111111011111111
+7,80,0,92,1111111111110111111111111111101111111111111111111011111110111111111101111111111111110111111011101111
+7,80,1,94,1111111111111111111110111111111111111111111111111111111110111111111101111111110111111111111011101111
+7,80,2,92,1011111111111111111111111111111111111111111111110011111110111110111101110111111111111111111011111111
+7,80,3,95,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111011011101111
+7,80,4,91,1111111111101101110111111011111111111011011111111111111110111111111111011111111111111111111011111111
+7,80,5,96,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111111111101110
+7,80,6,94,1111111111111111111111111111101111111111111111110111111110111111111101011111111111111111111011111111
+7,80,7,90,1111111111110111111111111111111111011101111111110111110110111111111101011110111111111111111011111111
+7,80,8,92,1111111011101111111111111111111011111111111111110111111110111111111101111111111111111111111011111110
+7,80,9,97,1111111111111111111111111011111111111111111101111111111110111111111111111111111111111111111111111111
+7,80,10,95,1111111111111111111111111111111111111111111111110111111110111111111101110111111111111111111011111111
+7,80,11,92,1111111111111111111111111011111111111111111111110111111110111111111101111111111111111111010010111111
+7,80,12,96,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111011011111111
+7,80,13,92,1111111111111111011111111111111111111111111111110011111110111111111101110111111111111111111011101111
+7,80,14,94,1111111111111111111111111111111111111111011111110111111110111111111001111111111111111111111011111111
+7,80,15,92,1111111111111111111111111011111111111111111111110011111110111111111101111111011111111111111011101111
+7,80,16,91,1111111111111111011111111011111111110111111111111111111110111111111101111111111110111111111011011101
+7,80,17,93,1111101111111111111111111111111110111110111111111111111110111101111101111111111111111111111011111111
+7,80,18,93,1111111111111111111111111111111111111111011111110011111110111111111101101111111111111111111011111111
+7,81,0,94,1111111111111111111111111011111111111111111111111111111110111111111101011111111111111111011011111111
+7,81,1,93,1111111111111111111011111111101111111111111111110111111110111111011101111111111111111111111011111111
+7,81,2,92,1111111101111111111111111111111111111111111111110110111110111111111101111111111111111111111011101101
+7,81,3,93,1111111101111111111111111111111111111111111111110111111111111111111101111111111101111111111011101101
+7,81,4,94,1111111111111111111110111111111111111111111111111111111110111111111101111111110111111111111011101111
+7,81,5,95,1111111111111111111111111111111111111111111111111111111110111111111001111111111111111111011011111111
+7,81,6,95,1111111111111111111111111111111111111111111111110111111110111111111101111111111110111111111011111111
+7,81,7,91,1111111111111111111111111111101111111111011111110011111110111111111101001111111111111111111011111111
+7,81,8,93,1011111111111111111111111111101111111111111111110111111110111111111101011111111111111111111011111111
+7,81,9,92,1111111111111111111111111111111111111111011111110011111110111111111101101111111111111111101011111111
+7,81,10,89,1111111111111110011101101111111111111111111101110011111110101111111101111111111111111111111011111111
+7,81,11,95,1111111111111111111111111011101111111111111111111111111110111111111111110111111111111111111111101111
+7,81,12,91,1111111111111111111111111111111111111111011111110011111110111111111101101111111111111111110011101111
+7,81,13,94,1111111111111111111110111111111111111111111111111111111110111111111101011111110111111111111011111111
+7,81,14,94,1111111111111111111111111111111111111111111111110011111110111111111101110111111111111111111011111111
+7,81,15,93,1111111111111111111111111011111111111111111111110111111110111111111101111111011111111111111011101111
+7,81,16,95,1111111111111111111111111111111111011111111111111111111110111111111101111111111111111111111111101110
+7,81,17,93,1111111111111111111111111111111111101111011111110111111110111111111001111111111111111111111011111111
+7,81,18,92,1111111101111111111111111111111111111111111111110111111110111111111101111111111111101111111011101101
+7,82,0,95,1111111111111111111111111011111111111111111111111111111110111111111101110111111111111111111111101111
+7,82,1,93,1111111111111101111111111111101111101111011111111111111110111111111011111111111111111111111011111111
+7,82,2,94,1011111111111111111110111011101111111111111111111111111110111111111101111111111111111111111111111111
+7,82,3,93,0111111111111111111111111111111111111111111111111111111110111111111011110111111111111111011011101111
+7,82,4,92,1011111111111111111111111111101111111111111111110011111110111111111101011111111111111111111011111111
+7,82,5,95,1111111111111111111111111111111111111111111111110111111110111111111101110111111111111111111011111111
+7,82,6,93,1111111111111111111111110111111111111111111111111111111110111111111001111111111111111111011011111101
+7,82,7,93,1101111101111111111111111111111111111111110111111111111110111111111101111111111111111111111011101111
+7,82,8,93,1011111111111111111111111111101101111111111111111111111110111111111111010111111111111111111111101111
+7,82,9,94,1111111111111111111111111011101111111111111111110111111110111111111101111111111111111111111011111111
+7,82,10,92,1111111111101111111111111111111111111111111111110111111111111111101101111111111101111111111011101101
+7,82,11,92,1111111101111111111111111111111111111111111111110111111110111111111101110011111011111111111011111111
+7,82,12,93,1111111111111111111111111111111111111111111101110011111110111111111101111111111110111111111011111111
+7,82,13,93,1111111111111111111111110111111110111111111111110111111110111111111101110111111111111111111011111111
+7,82,14,92,1111111111111110111111111111101111111111011111110011111110111111111101111111111111111111111011111111
+7,82,15,92,1111111111111111111110111111111111111111111111111111111110111111111101101111110111111111101011101111
+7,82,16,94,1111111111111111110111111111111111111111111111111111111110111111111101011111111111111111011011111111
+7,82,17,90,1111111111111111111110111011111111111111111111111111111110111111111101011111110101111111111010101111
+7,82,18,93,1111111101111111111111111101111111011111111111111111111110111111111101111111111111111111111111101110
+7,83,0,95,1111111111111111111111111111111111111111101111110111111110111111111101111111111111111111111011111111
+7,83,1,93,1111111111111111111111111011101111111111111111110111111110111111111101110111111111111111111011111111
+7,83,2,90,1111111111111101111101111111101101111111011111111111111110111111111001111111111111111111011011111111
+7,83,3,92,1111111111111111111111110111111111101111111111111111111110111111111011111111111111111111010011111101
+7,83,4,94,1111111111111111111111111011111111111111111111111111111110111111111101110111111111111111111011101111
+7,83,5,95,1111111111111111101111111111111111111111111111110111111110111111111101110111111111111111111111111111
+7,83,6,92,1011111111111111111111111111101101111111111111111111111110111111111111010111111111111111111111001111
+7,83,7,91,1011111111111111111111111111101101111111111110111111111110111111111111010111011111111111111111101111
+7,83,8,93,1111111111111101111111111111101111101111011111111111111110111111111111111011111111111111111011111111
+7,83,9,92,1111111101111111111111111111111111111111111111110111111110111111111001110111111011111111111011111111
+7,83,10,95,1111111111111111111111111111111111011111111111111111111110111111111101111111111111111111111111101110
+7,83,11,94,1111111111111111111110111111111111011111111111111111111110111111111101111111111111111111111111101110
+7,83,12,93,1111111111111111111111111111101111111111011111110011111110111111111101111111111111111111111011111111
+7,83,13,88,1011111111111110111111111011101111111111111111110011111110111111111101011111111111111111111010101111
+7,83,14,95,1111111111111111111110111111111111111111111111111111111110111111111101110111111111111111111011111111
+7,83,15,93,1011111111111110111111111011101111111111111111110111111110111111111101111111111111111111111111111111
+7,83,16,93,1111111111111111111111111111101101101111011111111111111110111111111011111111111111111111110111111111
+7,83,17,92,1011111111111101111111111111101111111111111111111111111110111111111111010111111111111111111011101111
+7,83,18,91,1101111101111111111111111111111111111111110111110111111110111111111101111111111110111111111011101111
+7,84,0,93,1010111111111110111111111011101111111111111111111111111110111111111101111111111111111111111111111111
+7,84,1,92,1111101111111101111111111111101111101111011111111111111110111111111111111011111111111111111011111111
+7,84,2,92,1111111111111111111111111011101111111111011111110111111110111111111101110111111111111111111011111111
+7,84,3,93,1111111111111111111111111111101111111111111111110001111110111111111101111111111111111111111011111111
+7,84,4,94,1111111111111101111111111111111111101111011111111111111110111111111101111111111111111111111011111111
+7,84,5,91,1111111111111111101110101111101111101111111111110111111110111111111111110011111111111111111111111111
+7,84,6,91,1111111111111111111110111011111001101111011111111111111110111111111101111111111111111111110111111111
+7,84,7,94,1111111111111111111111111111101111111111111111111111111110111111111011110111111111111111111011101111
+7,84,8,88,1111111101111111111111111111101101111111111111110111011110111111111001110111111011111111111011011111
+7,84,9,95,1011111111111111111111111111111111111111111111111111111110111111111111010111111111111111111111101111
+7,84,10,92,1111111111111111111111111011111111111111111111111011111110111111111101110101111111111111111011101111
+7,84,11,97,1111111111111111111111111111111111111111111111111111111110111111111101111111111111111111111011111111
+7,84,12,94,1111111111111111111111111111111111111111101111110111111111111111111101111111111111011111111011111110
+7,84,13,93,1111111111111111111111111111111111111111101111110101111110111111111101111111111111111111111011011111
+7,84,14,93,1111111111111111101110111111111111011111101111111111111110111111111101111111111111111111111111101111
+7,84,15,94,1111111111111111111111111111111111111111111111110111101110111111111101110111111111111111111111111110
+7,84,16,92,1111111101111111111111111111111111111111111111110111111110111111111001110111111011111111111011111111
+7,84,17,95,1111111111111111111111111111111111111111111111111011111110111111111101111111111111011111111011111111
+7,84,18,92,1101111101111111111111111111111111111111110111110111111110111111111101111111111111111111111011101111
+7,85,0,93,1011111111111111111111111111101111111111111111111111111110111111111011010111111111111111111111101111
+7,85,1,96,1111111111111111111111111111111111111111111111111111111110111111111111110111111111111111111011101111
+7,85,2,94,1111111111111111111111111111111111111111111111110111101110111111111101110111111111111111111111111110
+7,85,3,91,1111111101111111111111111111111111111111111111110111111110111111111001110111111011111111110011111111
+7,85,4,93,1111111111111111111111111111111111111111011111111011101110111111111101110111111111111111111111111110
+7,85,5,94,1111111111111111111111111111111111111111111111010111111110111111111101111111111111011111111011111111
+7,85,6,92,1111111111111111111111111111101111101101011111111111111100111111111111110111111111111111111011111111
+7,85,7,94,1111111111111101111111111111111111111111111111111111111110111111111001111111111111111111111011101111
+7,85,8,92,1111111101111111111111111111111111111111111111110111111110111111111101110111111110111101111011111111
+7,85,9,91,1111111111111101111111111111111111101111011111111111111110111111111001111111111011110111111011111111
+7,85,10,94,1011111111111111111111111111111111111111111111111111111110111111111101010111111111111111111111101111
+7,85,11,93,1111111101111111111111111111111111111111111111110111111110111111111011110111111011111111111011111111
+7,85,12,91,1111111111111111110110111111111011101111011111111111111110111111111101110111111111111111110111111111
+7,85,13,93,1111111111111111111111111011111101101111111111111111101110111111111101111111111111111111111111111110
+7,85,14,94,1110111111111110111111111011111111111111111111111111111110111111111101111111111111110111111111111111
+7,85,15,90,1011111111011111111111111111101111111111111111111011111110111111111101111101111111011111101011111111
+7,85,16,95,1111111111111111111111111011111111111111111111110111111110111111111101110111111111111111111111111111
+7,85,17,95,1111111111111111111111111111111111111111111111111111101110111111111101111111111111111111111011111110
+7,85,18,93,1111111111111111111111111111101111111111111111010101111110111111111101111111111111111111111011111111
+7,86,0,94,1111111111111111111111111111111111111011111110111111101110111111111101111111111111111111111011111111
+7,86,1,95,1111111111111111111111111111111111111111111111111111101110111111111101111111111111111111111011111110
+7,86,2,91,1111111111111111111111111111111111111111111111110101111110110111111101110111111110111101111011111111
+7,86,3,93,1111111101111111111111111111101111111111111111010111111110111111111101111111111111111111111011111111
+7,86,4,95,1111111111111110111111111111111111111111111111111111111110111111111101111111111111111111111011111110
+7,86,5,92,1110111111111111111111111011111111111111111111111111101110111111111101110101111111110111111111111111
+7,86,6,93,1111111111111111111111111110111111111111111111110101111110111111111111110111111111111111111011101111
+7,86,7,94,1111111111111111111111111111101111111111111111011111111110111111111101111111111111101111111011111111
+7,86,8,93,1111111101111111111111111111101111111111111111110111111110111111111101110111111111111101111111111111
+7,86,9,90,1011111111111111111111111111111111111111111111111111111110111111111010000111111110111111111011101111
+7,86,10,95,1111111111111111111111111111111111111111111111111111101110111111111101110111111111111111111111111110
+7,86,11,92,1111111111111111111111111111111111111111011111110011101110111111111101110111111111111111111111111110
+7,86,12,95,1110111111111111111111111111111111111111111111110111111110111111111101111111111111110111111111111111
+7,86,13,92,1111111111111110111111111011111111111111111111010111111110111111111101111111111111011111111011111111
+7,86,14,93,1111111111111111111111111111111111111111111111111111101110111111111101110111111111111111111011101110
+7,86,15,98,1111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111011111111
+7,86,16,91,1010111111111111111011111111101111111111111101111111111110111111111011110111111111111111111111101111
+7,86,17,93,1111111111111111111111111111111111111111011111111011101110111111111101011111111111111111111111111110
+7,86,18,93,1111111101111111111111111111111111111111111111110111111110111111111101110111111111111101111011111111
+7,87,0,91,1111111111111111111111111111011111111111111111011111101110011111111101111111111110111111111011111110
+7,87,1,94,1111111111111111111111111111101111111111111111111111111110111111111101011111111111101111111011111111
+7,87,2,93,1011111101111111111111111111111111111111111111111111111110111111111101110111111111111101111111101111
+7,87,3,91,1110111111111111111011111111101111111111111101110111111110111111111011110111111111111111111011111111
+7,87,4,93,1111111111111111111110111111111111111111011111111011101110111111111101111111111111111111111111111110
+7,87,5,96,1111111111111111111111111111111111111111111111111111111110111111111111011111111111111111111011101111
+7,87,6,96,1111111011111111111111111111111111111111111110111111111110111111111111111111111111111111111011111111
+7,87,7,95,1111111111111111111111111111111111111011111111111111101110111111111101111111111111111111111011111111
+7,87,8,97,1110111111111111111111111111111111111111111111111111111110111111111111111111111111111111111011111111
+7,87,9,94,1111111111111111111111111111111111111011111110111111101110111111111101111111111111111111111011111111
+7,87,10,90,1111111111111110111111111011111111111111111111010111101110111111111101111111111111011111011011111111
+7,87,11,93,1111111111111111111110111111111111111011111110111111111110111111101101111111111111111111111011111111
+7,87,12,93,1110111111111111111111111110111111111111111111110101111110111111111101110111111111111111111111111111
+7,87,13,92,1111111111111111111111111011111111111111111111111111101110111111111111110101111111110111111011101111
+7,87,14,91,1111111111111111111111111111111111111111011110110011101110111111111101110111111111111111111111111110
+7,87,15,93,1110111111111111111111111111111111111011111111111111101110111111111101111111111111111111111011111110
+7,87,16,92,1111111111111111111111111111111111111111111110111111101110111111111101110111111111111111111011101110
+7,87,17,93,1111111111111111111111111111111111111111111111111111101110111111111101110111111111111111111011101110
+7,87,18,90,1111111111111111111111111111111111110111011111110001111110111111111101110111111111111111111011111110
+7,88,0,94,1110111111111111110111111111111111111111111111111101111110111111111111110111111111111111111011111111
+7,88,1,95,1110111111111111111111111110111111111111111111110111111110111111111101111111111111111111111111111111
+7,88,2,92,1111111111111111111011111111111111111011111110111111101110111111111101111111111111111111111011101111
+7,88,3,96,1111111111111111111111111111111111111111111111111101111110111111111111011111111111111111111011111111
+7,88,4,93,1111111011011111111111111111111111111011111110111111111110111111111101111111111111111111111011111111
+7,88,5,94,1111111111111110111111111111111111111111111110111111101110111111111111111111111111110111111011111111
+7,88,6,94,1110111111111111111111111111110111111111111111111111111110111111101101111111111111111111111011111111
+7,88,7,96,1111101111111111111111111111101111111111111111111111111111111111111111111111111111101111111011111111
+7,88,8,92,1111111111111111111111111111101101111111111101111111111110111111111111011111111111111111101011101111
+7,88,9,94,1111111111111111111111111111111111101111111111111111111110111111111101011111111111101111111011111111
+7,88,10,95,1111111111111111111111111111111111111011111111111111111110111111101101111111111111111111111011111111
+7,88,11,93,1111111110111111111111011111111111111111111111111111101110111111111111011111111111111111111011101111
+7,88,12,93,1110111111111111111111111111111111111011111111111111101110111111111101111111111111111111111011111110
+7,88,13,92,1111111111111111111111111111111111111111111111111111101110111111111101110111111111111111111011001110
+7,88,14,95,1111111111111111111111111111101111111011111111111111111110111111101111111111111111111111111011111111
+7,88,15,93,1110111111111111111110111111111111111111111110111111111110111111111101111111111111111111111011111101
+7,88,16,93,1110111111111111111111111111111111111111011111111111111110011111111111011111111111111111111011101111
+7,88,17,97,1111111111111111111111111011111111111111111111111111111110111111111111111111111111111111111011111111
+7,88,18,94,1111111011111011111111111111111111111111111110111111111110111111111111111111111111111111011011111111
+7,89,0,95,1111101110111111111111111111111111111111111111111111111111111111111111111111110111101111111011111111
+7,89,1,95,1111111011111111111111111111101111111111111110111111111111111111011111111111111111111111111011111111
+7,89,2,92,1101111111111111111111011111110111111111111111111111101110111111111111111111111111111111111011101011
+7,89,3,94,1111111110111111111111011011111111111111111111111111111110111111111111011111111111111111111011111111
+7,89,4,94,1111111111111111111111111111111111111011111111111111111110110111101101111111111111111111111011111111
+7,89,5,94,1111111111111111111111111111111111111011111111111111111110111111101101111111110111111111111011111111
+7,89,6,94,1111111111111111111111111111110111111111111111111111111110101111101101111111111111111111111011111111
+7,89,7,96,1110111011111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,89,8,94,1111111111111111111110111111111111111111111111111111111110111111101100111111111111111111111011111111
+7,89,9,93,1110111111111111111111111111110111111011111111111111111110111111101101111111111111111111111011111111
+7,89,10,95,1111111110111111111111111111110111111111111111111111111110111111111111111111111111111111111011101111
+7,89,11,91,1110111111111111111111011111111111111111111111111111101110111111101101011111111111111111111011110111
+7,89,12,92,1111111110011111111111011111101111111111111111111111101110111111111111011111111111111111111011111111
+7,89,13,93,1110111111111111111111111111110111111111111111111111111110111111101101111111111111111111111011101111
+7,89,14,96,1111111111011111111111111111111111111111111111111111111110111111101111111111111111111111111011111111
+7,89,15,94,1111111111111111111111111011101111111011111111111111111110111111011111111111111111111111111011111111
+7,89,16,96,1111111011111111111111111111111111111111111110111111111110111111111111111111111111111111111011111111
+7,89,17,93,1110111111111111111111111111011111111011111111111111101111111111111101111111111111111111111011111110
+7,89,18,93,1110111111111111111111111110111111111111111111110111111110111111111101111111111111111111111111110110
+7,90,0,93,1111101110111111111110111111111111111111111111111111111111111111111101011111111111101111111011111111
+7,90,1,93,1110111111111111111111111111111111111111111111111111101110111111101111111111110111111111111011110111
+7,90,2,92,1110111111111111111111111111111111111111111111111111101111111111101101111111111111111110011011111110
+7,90,3,91,1110111111111111110110111111011111111011111111111011111110111111111101111111111111111111111011111111
+7,90,4,94,1110101011111111111111111111111111111111111111111111101111111111111111111111110111111111111011111111
+7,90,5,96,1111111110111111111111111111111111111111111110111111111111111111111111111111111111101111111011111111
+7,90,6,89,1111101110111111111111111111011111111011111111111111101110111111110101111111110111101111111011111111
+7,90,7,95,1110111111111111111111111111111111111111111111111111111111111111111111111011111111101111111011111110
+7,90,8,96,1111111011111111111111111111111111111111111110111111111110111111111111111111111111111111111011111111
+7,90,9,94,1111111111111111111111111011101111111011111111111111111110111111011111111111111111111111111011111111
+7,90,10,90,1111101110111111111111111011101111111011111111111111111110111111011111111111110111101111111011111111
+7,90,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+7,90,12,94,1110111111111111111111111111110111111111111111111111110111111111101111111111111111111111111011101111
+7,90,13,93,1110111011111111111111111111111111111111111110111111111110111111111101111111111111111101111011111111
+7,90,14,93,1111111011111111111111111111001111111111111110111111111111111111111111110111111111111111111011011111
+7,90,15,93,1110111011111111111111111011111111111011111111111111111110111111011111111111111111111111111011111111
+7,90,16,94,1111111011111111111111111111110111111111111111111111111110111111101101111111111111111111111011111111
+7,90,17,95,1111111111111111111111111111111111111111111110111111111110101111111101111111111111111111111011111111
+7,90,18,95,1111101111111111111111111111111101111111111111110111111111111111111101111111111111111111111111111110
+7,91,0,97,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,91,1,92,1110101011111111111111110111111111111111111111111111101110111111111111111111110111111111111011111111
+7,91,2,92,1110111111111111111111111011101111111011111111111111111110111111101111111111111111111111111011110111
+7,91,3,94,1111111111111111111111111011111111111111111111111111101110111111011111111111110111111111111011111111
+7,91,4,94,1111111111111111111111101111111111111111111110111111111110101111111101111111111111111111111011111111
+7,91,5,95,1111111111111111111111111111111111111111111110111111111110101111111101111111111111111111111011111111
+7,91,6,93,1111111111111111111111111001111111111011110111111111111111111111011111111111111111101111111011111111
+7,91,7,94,1110111110111111111111111111101111111111111110111111111110111111111111111111111111111111111011111111
+7,91,8,93,1111101110111111111111111111111101111011111111110111111111111111111101111111111111111111111111111110
+7,91,9,97,1111111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011111111
+7,91,10,94,1110111111111111111111111111110111111111111111111111110111111111101111111111111111111111111011101111
+7,91,11,94,1111111011111111111111111111111111111111111110111111011110111111111111111011111111111111111011111111
+7,91,12,97,1111101111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111111
+7,91,13,88,1111101110111111111111111111111101111011111111110111101110111111110101111111110111101111111011111111
+7,91,14,94,1111101111111111111111111111101101111111111111111111111111111111111101111111111111111111111011111110
+7,91,15,94,1111111111111111111111111011111111111011111111110111011110111111011111111111111111111111111111111111
+7,91,16,97,1111111111111111111111111111101111111011111111111111111111111111111111111111111111111111111011111111
+7,91,17,94,1111011111111111111111111011111111111111111111111111111110111111001111111111111111111111111011111111
+7,91,18,95,1111101110111111111111111111111111111111111111111111111111111111111101111111111111101111111011111111
+7,92,0,96,1111101111111111111111111111111111111011111111111111111111111111101111111111111111111111111011111111
+7,92,1,93,1111011111111111111111111011101111111111111111111111111110111111001111111111111111111111111011111111
+7,92,2,96,1111111111111111111111111111111111111111111110111111111111101111111101111111111111111111111011111111
+7,92,3,94,1111111111111111111111110111111111111111111110111111111010111111111111111111111111101111111011111111
+7,92,4,94,1111111111111111111111111011111101111111111111111111011110111111111111111011111111111111111011111111
+7,92,5,93,1111111011111111111111111111111111111111111110111111101110111111011111111111110111111111111011111111
+7,92,6,95,1111111111111111111111111111111111111111111110111111011110111111111111111011111111111111111011111111
+7,92,7,93,1111111011111111111111111111111111111111111110101111111110101111111101111111111111111111111011111111
+7,92,8,95,1111111011111111111111111111101111111111111110111111011111111111111111111111111111111111111011111111
+7,92,9,96,1111111111111111111111111111111111111011111111111111111110111111111111111011111111111111111011111111
+7,92,10,94,1110111111111111011111111111110111111111111111111111111111111111101111111111111111111111111011101111
+7,92,11,91,1110111110111111111111111111101111101111111100111111110110111111111111111111111111111111111011111111
+7,92,12,96,1111111111111111111111111111111111111111111110111111111110111111111101111111111111111111111011111111
+7,92,13,92,1110111110111011111111111111101111111111111110111111111110101111111111111111111111111111111011111111
+7,92,14,97,1111111111111111111111111111111111011111111110111111111111111111111111111111111111111111111011111111
+7,92,15,92,1110111010111111111111111111101111111111111110110111111110111111111111111111111111111111111011111111
+7,92,16,91,1011111111111111111111111111111111111111111110111111001110101111111101011111111111111111111011111111
+7,92,17,95,1111111011111111111111111111111111111111111110111111111110111111111111111011111111111111111011111111
+7,92,18,95,1111011111101111111111111111111111111011111111111111111111111111111111111111111111101111111011111111
+7,93,0,94,1111011111111111111111111111101111011111111110111111111111111111111111101111111111111111111011111111
+7,93,1,93,1111111111111111111111111011111111111111111111111111110110111111001111111111111111111111111010111111
+7,93,2,94,1111011111111111111111111011101111111111111111111111111111111111011111111111111111111111011011111111
+7,93,3,94,1111011111101111111111111111111111111111111111111111111110111111101111111111111111101111111011111111
+7,93,4,95,1110111111111111111111111111110111111111111110111111111111111111111111111111111111111111111011101111
+7,93,5,91,1110111110111011011111111111101111111111111111111111111110101111101111111111111111111111111011111111
+7,93,6,96,1111111111101111111111111111111111111011111111111111111111111111111111111111111111101111111011111111
+7,93,7,94,1111011111110111111111111111111111011111111110111111111111111111111111111111111111111111111011101111
+7,93,8,93,1111111111111111111101111111101111111011111110111111111110111111111111111011111111111111111011111111
+7,93,9,96,1111111011111111111111111111111111111111111111111111011111111111111111111111111111111111111011011111
+7,93,10,94,1111011111111111111111111111111111111111111110111111111110111111111101111111111111101111111011111111
+7,93,11,97,1111111111101111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+7,93,12,95,1111111111111111111111111011111101111111111111111111011111111111111111111011111111111111111011111111
+7,93,13,95,1111111111111111111111111111111111011111111110111111111110111111111011111111111111111111111011111111
+7,93,14,94,1111111011111111111111111111111111011111101110111111111111111111111111111110111111111111111011111111
+7,93,15,93,1110111110111111111111111111101111111111111110110111011111111111111111111111111111111111111011111111
+7,93,16,92,1111011111111111111111111011101111111111111111011111111110111111001111111111111111111111111011111111
+7,93,17,96,1111111111111111111111111111111111011111110110111111111111111111111111111111111111111111111011111111
+7,93,18,92,1110111110111011111111111111111111110111111110111111111110111111111111111011111111111111111011111111
+7,94,0,94,1111011111110111111111111111111111011111111110111111111111111111111111111111111111111111111011101111
+7,94,1,96,1111111111101111111110111111111111111011111111111111111111111111111111111111111111111111111011111111
+7,94,2,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,94,3,92,1111111011111110111111111111111111111111110110111111011111101111111111111111111111111111111011011111
+7,94,4,94,1111111111111111111111111110111111011111110110111111111111111111111111111111111111111111111011111101
+7,94,5,93,0110111111101111111111111111110111111111111110111111111111111111111111111111111111111111111011101111
+7,94,6,95,1111111111101111111111111111111111111001111111110111111111111111111111111111111111111111111011111111
+7,94,7,93,1110111110111111011111111111101111111111111110111111011111111111111111111111111111111111111011111111
+7,94,8,91,1110111100111011111111111111111011111111111111111111111110111111101111111111111111111111110011111111
+7,94,9,93,1111111111111011011111111111101111011111110110111111111111111111111111111111111111111111111011111111
+7,94,10,94,1111111111111111101111111111110111011111110110111111111111111111111111111111111111111111111011111111
+7,94,11,96,1111111111111111111011111111111111111111111110111111111111111111111111111111111111111111111011101111
+7,94,12,95,1111111111111111111111111111111111011111110111111111011111111111111111111111111111111111111011011111
+7,94,13,97,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,94,14,94,1111111111111111111111111111101111111111110110111110111111111111111111111111111111101111111011111111
+7,94,15,96,1111111111101111111111111111111111011011111111111111111111111111111111111111111111111111111011111111
+7,94,16,93,1111011111101111111111111111111011111111111110111111111111110111111111111111111111111111111011101111
+7,94,17,95,1110111111111111111111111111110111111001111111111111111111111111111111111111111111111111111011111111
+7,94,18,94,1111111111101111111111111111111111111011111111111111111110101111111111111111111111101111111011111111
+7,95,0,95,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111110111011101111
+7,95,1,92,0110111111101111111111111110110111111111111110111111111111111110111111111111111111111111111011111111
+7,95,2,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,95,3,97,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,95,4,93,1111111101111111111111111111101111111111110110111110111111111111111111101111111111111111111011111111
+7,95,5,95,1111111011111111111111111111111111111111111110111111111111111111111111111111111101101111111011111111
+7,95,6,95,1111111111101111111111111111111111111101111110111111111111111111111111111111111111111111111011101111
+7,95,7,94,1111011111110111111111111111111111011011111111110111111111111111111111111111111111111111111011111111
+7,95,8,92,1111111111111111111111111110111110111101110110111111111111111111111111111111111111111111111011111001
+7,95,9,94,1111111111101111111111111111111111011001111111110111111111111111111111111111111111111111111011111111
+7,95,10,95,1111111111111111111111111111101111011111110111111110111111111111111111111111111111111111111011111111
+7,95,11,93,1111111011101111111111111101111111111011111110111111111111111111111111111111111111101111111011111111
+7,95,12,96,1111111111111111111111111111110111011011111111111111111111111111111111111111111111111111111011111111
+7,95,13,96,1110111111111111111111111111111111111101111111111111111111111111111111111111111111111111111011011111
+7,95,14,92,1111111111101111111111111111101111111011110110111111111011111111111111111111111111101111111011111111
+7,95,15,95,1111111111111111111111111111111111111101111111110110111111111111111111111111111111111110111011111111
+7,95,16,96,1111111011111111111111111111111111011111111011111111111111111111111111111111111111111111111011111111
+7,95,17,96,1101111111111111111111111111111111111111111110111111111111111111111111111111111111111111111001111111
+7,95,18,94,1111111111111111111011111110111111111011111110111111111111111111111111111111111111111111111011101111
+7,96,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111
+7,96,1,96,1110111111111111111111111111111111011101111111111111111111111111111111111111111111111111111011111111
+7,96,2,92,1110111111101111111111111111111111111101011110111111111111111111111111111111111111111111111011001111
+7,96,3,98,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111011111111
+7,96,4,92,1111111111111111111011111110110111011011111110111110111111111111111111111111111111111111111011111111
+7,96,5,94,1111111111111111111111111111111111111011111111111111111111111110111111111111111110111111111011101011
+7,96,6,97,1111111111101111111111111111111111111101111111111111111111111111111111111111111111111111111011111111
+7,96,7,90,1111111111101111111111111111111111011000111110110111110111111111111111111111111111111111111011101111
+7,96,8,98,1111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,96,9,97,1111111011111111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,96,10,98,1111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111011111111
+7,96,11,95,1101111011111111111111111111111111111111111110111111111111111111111111111111111111111111111001111111
+7,96,12,96,1111111111111111111111111111110111011011111111111111111111111111111111111111111111111111111011111111
+7,96,13,97,1111111111111111111111111111111111011011111111111111111111111111111111111111111111111111111011111111
+7,96,14,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,96,15,95,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111110111011101111
+7,96,16,96,1111111111111111111111111111111111111111110110111110111111111111111111111111111111111111111011111111
+7,96,17,94,1111111001111111111111111111101111111111111110111111111111111111111111101111111111111111111011111111
+7,96,18,94,1101111111111111111111111111111111111101111110111101111111111111111111111111111111111111111001111111
+7,97,0,94,1111111101111111111111111111101111111111111111111101111111111111111111101111111111111111111011110111
+7,97,1,96,1111111011111111111111111111111111111101111110111111111111111111111111111111111111111111111011111111
+7,97,2,96,1111111111011111111111111111111111011011111111111111111111111111111111111111111111111111111011111111
+7,97,3,96,0111111111111111111111111111110111111111111110111111111111111111111111111111111111111111111011111111
+7,97,4,95,1111111101111111111111111111111111111111011110111111111111111111111111101111111111111111111011111111
+7,97,5,93,1110111011111111111111111111101111011101111111111111111111111111111111111111111111110111111011111111
+7,97,6,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111011011111
+7,97,7,96,1111111111101111111111111111111111111110111111111111111111111111111111111111111111111111111011011111
+7,97,8,95,1111111111101111111111111111111111011101111111111111111111111111111111111111111111111111111011011111
+7,97,9,98,1111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+7,97,10,94,1101111111111111111111111111111111011101111110111111111111111111111111111111111111111111111001111111
+7,97,11,96,1110111011111111111111111111111111111111111111111111111111111111111111111111111111111111111010111111
+7,97,12,96,1111111111101111111111111111111111111111111111111111111111111111111111111011111111111111111011011111
+7,97,13,98,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111011111111
+7,97,14,96,1111111111111111111111111111111111001111111111111111111111111111111111111111111111111111111011101111
+7,97,15,97,1111111111111111111111111111111111011011111111111111111111111111111111111111111111111111111011111111
+7,97,16,96,1111111011111111111111111111111111011111111111111111111111111111111111111111111101111111111011111111
+7,97,17,96,1011111111111111111111111111111111111101111111111111111111111111111111111111111111111011111011111111
+7,97,18,97,1111111111111111111111111111111101111111111110111111111111111111111111111111111111111111111011111111
+7,98,0,96,1111111111101111111111111111111111111111011111111111111111111111111111111011111111111111111011111111
+7,98,1,95,1111111101111111111111111111111111111111111110111111111111111111111111101111111111111111111011011111
+7,98,2,97,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111111011111111
+7,98,3,94,1111111011111111111111111111111111001111111111111111111111111111111111111111111110111111111011101111
+7,98,4,95,1111111111101111111111111111111111011111111111111111111111111111111111111011111111111111111011011111
+7,98,5,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+7,98,6,96,1111111011111111111111111111111111011101111111111111111111111111111111111111111111111111111011111111
+7,98,7,95,1111111111111111111111111111111111101111101110111111111111111111111111111111111111111111111011101111
+7,98,8,95,1111111011111111111111111111111111111110111111111111111111111111111111111011111111111111111010111111
+7,98,9,96,1110111111101111111111111111111111111111111111111111111111111111111111111111111111111111111011011111
+7,98,10,96,1111111111111111111111111111111111111101111110111111111111111111111111111111111111101111111011111111
+7,98,11,94,1111111011101111111111111111111111111111111111111111111111111111111111111011111111111111111011011101
+7,98,12,96,1111111111111111111111111011111101111111111110111111111111111111111111111111111111111111111011111111
+7,98,13,95,1111111111111101111111111111111111011011111111111111111111111111111111111111111101111111111011111111
+7,98,14,94,1111111111111111111111111111111111011011111111111111111110111111111111111111111111111111111011100111
+7,98,15,96,1111111111111111111111111111111111001111111111111110111111111111111111111111111111111111111011111111
+7,98,16,95,1111111011111111111111111111110111011111111111111111111111111111111111111111111101111111111011111111
+7,98,17,96,1111111011111111111111111111111111111101111110111111111111111111111111111111111111111111111011111111
+7,98,18,94,1111111111101111111111111111111111011100111111111111111111111111111111111111111111111111111011011111
+7,99,0,96,1111111011111111111111111111111111111111111110111111111111111111111111111111111111111111111011011111
+7,99,1,94,1111111101111111111011111111111111111101111110111111111111111111111111101111111111111111111011111111
+7,99,2,95,1111111011111111111111111111111111111001111111111111111111111111111111111111111111111111110011111111
+7,99,3,96,1111111110111111111111111111111111011111111111111111111111111111111111111111111110111111111011111111
+7,99,4,94,1111111111111101111111101111111111011011111111111111111111111111111111111111111111101111111011111111
+7,99,5,97,1111111111111111111111111111111111111101111110111111111111111111111111111111111111111111111011111111
+7,99,6,94,1111111111111111111111111011111101011111111110111111111111011111111111111111111111111111111011111111
+7,99,7,95,1111111111111101111111111111111111111011111111111011111111111111111111111111111101111111111011111111
+7,99,8,96,1111111111111101111111111111111111011111111111110111111111111111111111111111111111111111111011111111
+7,99,9,94,1111111011111111111111111111111111111001111110111111111111111111111111111111111101111111111011111111
+7,99,10,97,1111111111111111111111111111111111011111111111111110111111111111111111111111111111111111111011111111
+7,99,11,96,1111111111111111111111111111111111001111111111111111111111111111111111111111111101111111111011111111
+7,99,12,92,1111101111101111111111111111111111001111111111111110111111111101111111111111111111101111111011111111
+7,99,13,96,1111111111111111111111111111111111111101111110111111111111111111111111111111011111111111111011111111
+7,99,14,96,1111111111111111111111111111111111001111111111111110111111111111111111111111111111111111111011111111
+7,99,15,93,1111111111001111111111111111111111011111111111111111111111011111111111111011111111111111111011011111
+7,99,16,98,1111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,99,17,95,1110111111101111111111111111111111111111111111111111111111111111111111111111111101111110111011111111
+7,99,18,95,1111111011111111111111111111110111011111111111111111111111111111111111111111111101111111111011111111
+7,100,0,96,1101111111111111111111111111111111111101111110111111111111111111111111111111111111111111111011111111
+7,100,1,97,1111111111111111111111111111111111011111111111111110111111111111111111111111111111111111111011111111
+7,100,2,93,1111111101111111011111111111111111101101111110111111111111111111111111111111111101111111111011111111
+7,100,3,95,1111101111111111111111111111111111011111111111111111111111111111111111111111111111111011111010111111
+7,100,4,94,1111011110111111111111111111111111011111111111111111110111111111111111111111111110111111111011111111
+7,100,5,95,0111111110111111111111111111111111011111111111111111111111111111111111111111111110111111111011111111
+7,100,6,94,1111111111111111101111111111111011001111111111111111111111111111111111111111111101111111111011111111
+7,100,7,96,1111011111111111111111111111111111011111111111111111111111111111111111111111111101111111111011111111
+7,100,8,95,1111111111111101111111111111111111111011111111111011111111111111111111111111111101111111111011111111
+7,100,9,97,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111111011111111
+7,100,10,97,1111111111111111111111111111111111011111111111111110111111111111111111111111111111111111111011111111
+7,100,11,97,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111111011111111
+7,100,12,95,1111111111111111111111111111111111001111111111111111111111111111111111111111111101110111111011111111
+7,100,13,95,1111111011111111111111111111111111111001111111111111111111111111111111111111111111111111110011111111
+7,100,14,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111110111011111111
+7,100,15,96,1110111111101111111111111111111111011111111111111111111111111111111111111111111111111111111011111111
+7,100,16,93,1111111111111111111111111111110111011101111111111111111111101111111111111111111111111111110011111101
+7,100,17,97,1111111011111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+7,100,18,96,1111111111111111111111111111111111011111111110111111111111111111111111111111011111111111111011111111
+8,0,0,48,1000100001100111100010000010010111001111101001011001010011101000100111001101100001101010011101000111
+8,0,1,55,1110001111100010010100001000100110110011001111001101100101111101001000011010110101110011110111111100
+8,0,2,48,0100110101101011101011100010000010101101011110011000000101000001010000010111101010011101001100110111
+8,0,3,48,0000011100111011001110100001111000101001101101011000011011000110100011101000010010110010010101110101
+8,0,4,49,1011010110001010110111101001000101101011011001010101010111000000001001011111001101000000001001111110
+8,0,5,58,1001011111001010101010001110110111010010010010011010111011000110011001101101011101011101110111101110
+8,0,6,41,0111100100000110010110000001000010000010000011101111110001101010101000010010011100111100010100000011
+8,0,7,49,1111100100001000001100101011001101110011110111100000000011010010010000101111100110111100011011000011
+8,0,8,52,1010100100111010011111010101111001010110111110001001111110011000011110000001011000010110100010011100
+8,0,9,50,0100101001000010101100110001011000111111011001101110111001010100001101100101010011111000110001010101
+8,0,10,47,0100010000001011001101011011101001000001000001101110101011110100010111000101001010111000110101101011
+8,0,11,50,1001110000101010011111001001010011101110001010111001001100001100001111101111111001001000101101100000
+8,0,12,50,1100110101100111100000110000000011101011010110100100100011101111011110111110100001011101100010000001
+8,0,13,50,1010010000000011010011010011101010101011001110010111110101001011010100101001010111001100111011000011
+8,0,14,53,1100010011000011101000011110010010011111001011000101110011011110101000001100011110111111100001111010
+8,0,15,49,0011001101011110001010110000010010010010101001010001111001011111000101101110001001111001011101000110
+8,0,16,53,0010110110110110110100101000010011010000100101011001110001111001011101101111101011101110110000110100
+8,0,17,45,1000001100000001101001010000010100111010011011000110011101100111000011111111000101100100011000101001
+8,0,18,56,0011101001110100110111110110000001010101111010000111111111111011001111100101010001100011010011100010
+8,1,0,50,1011011110001010100111000001100101110011010000010111110011000000001001101101001101010000111011111110
+8,1,1,55,1001010111001010111010101110010111001010011011011000011111000110011001011011011101001101000101101110
+8,1,2,53,1110101101001010001100101000001101110011110111101101000011010100001000101110100100111101010011111011
+8,1,3,50,1111000110100000010100001011100110110011001111000000000101111011010000011011110010110011111111001100
+8,1,4,51,1100010101000010101000011000010010011111001011000101110111111111001000001100010100111111100011111010
+8,1,5,56,1110001011100011010100001110100110110011001111001101100001011100101000011010111111110011110101111100
+8,1,6,57,1001110000101010001111001011010011100110001010111001111101001110011101101111011101011001101101101010
+8,1,7,52,1001011111001010111010001100110111011010010010011010001010000100001011101101111011001100110111100100
+8,1,8,50,1001100100101010011111011101111001011110001010101001101100001000001111101001111001011000101000101000
+8,1,9,53,1010110000111010011111000001011011100110111110011001011110011100011110000111011000000110100111010100
+8,1,10,47,0100101001000010101110110001001100101101011001101110011001000000101101100101000011111001111001010001
+8,1,11,53,0101101001000101101001110010111000010111001101011110110111110100001101011000110011100000110110011101
+8,1,12,54,1001110010101110111101001001010011101110001110111001000101011000101111100111101001001100101101110000
+8,1,13,49,0010110100110010010110101000010011010000100001011001111000101101011101101111111011101010110000100100
+8,1,14,50,1110001101000110000100001000000110110011001101001001100101011101001000011010111101110001111111111100
+8,1,15,52,0011001111111010011010110000110010010010101001010100111001111111000101101110000001111011010101000110
+8,1,16,53,0100010001000010101000111110010010011111001011001111110011011110001001001100011111111110100001111010
+8,1,17,52,1101101011000011101110010001001000111111011001101100111001010100101100100101010010111001110001010101
+8,1,18,51,0101001111000111101110110010101100000011001101001100010101110000101001011010110011100001110110111001
+8,2,0,55,1001111010101110111110001000010011101010010110011000001101001100101111100111111001001100111111110000
+8,2,1,51,1001010111001010111001001101110111011110001010111011000010010000001011101101101011001100100101100100
+8,2,2,51,1100001001100000111000001000110010010111001011000101110111111111001000001100010100111111101011111010
+8,2,3,54,1110111101000010000001011000000110111111001101011101100111101101001100011000100101110011110111011100
+8,2,4,53,1101100001011011011101000001011011110110001111011101010110111100001110010001011000100111010110010100
+8,2,5,52,0010011000100100101011110010111000000111111100011010111111010100011101001110110011000000100111011101
+8,2,6,50,0001001111001111101010001000101100011010010010001010001010000100001011011101111011001111110111101100
+8,2,7,53,1101011111000010111110010110110111000011001101011100010101110000101001101010110011100000110110110001
+8,2,8,54,0001110111101111111111101001110010101010001110101001010101111000101111100101101001000000100101110000
+8,2,9,51,1101001010000110101101010010001101000111001101011100000101010000101001011010110011101101111110111001
+8,2,10,52,1001010111000010111000011100110111011011000010001000110011001100001011101100011101001101110111110110
+8,2,11,46,1100011101000010100010001000010010011110001011010111000110100111001000001101110010111110100011101000
+8,2,12,54,1001110010101110111101001001010011101110001110111001000101011000101111100111101001001100101101110000
+8,2,13,55,1001110010101110111101001001010011101110001110111001000101011000101111110111101001001100101101110000
+8,2,14,47,0110101101001100101000110000001000010011110111011101000011010100001001101110100000111001010011111001
+8,2,15,61,1101101001000011001101101010111101110111001101101110110111110100001100011000110111100100111110111111
+8,2,16,50,0101101101000101101001110010010010010111001101010100110111110101001000011000110110110110100010011100
+8,2,17,54,1100010001000010101000011000111000011111001011001111110111111110001101001100010001101001110111111011
+8,2,18,54,1100101001000001010001011000111010010111001101011100100111111101001101011000100011110011111111011100
+8,3,0,57,1100111011000011000100001000111010101110001100011100101101111101001111111100100010110111111111011100
+8,3,1,53,1001111000101110111011011000010011010011010111011000000111001100101101000011111001001100111111110000
+8,3,2,50,1101111010101010111110001100010111101010000100011000000101001000101001100011111001000100111111110010
+8,3,3,60,1001011111000110111010010010111011010011010111011100011101110100101111101110110011101010110110110001
+8,3,4,54,1101101001001111011101010001011010110110001111011100110110110101001110010000111100100110010110010100
+8,3,5,52,0101100101010011101001100110010011010111001101010101010111111100001000011001010110110111100010011100
+8,3,6,54,1001110010101110111101001001010011101110001110111001000101011000101111110111101001001100100101110000
+8,3,7,54,1001110010101110111101001001010011101110001110111001000101011000101111100111101001001100101101110000
+8,3,8,53,1001100011001111101011001000101100011011001100001010011010100110001011011100111011001110110111101100
+8,3,9,58,0101001101010011011100101010111101110110010011101110100111010100001100011000110111100101111110110111
+8,3,10,53,1100010001000010011000011000111000010111001011011101110011111110001101011000010011101011110111111100
+8,3,11,54,1100101001000001100001011000111010011111001101001110100111111101001101001100100001110001111111011011
+8,3,12,53,1101011111000010111110010110110111000011001101011100010101110000101001101010110011100000110110110001
+8,3,13,52,1101011111000010111110010110100111000011001101011100010101110000101001101010110011100000110110110001
+8,3,14,50,1001110010011111011101000001011011101110001110011001000101011100001111100101001000100101111100010000
+8,3,15,58,1101100000101011111101001001010011110110001111111101010110111100101110010011111001001110000111110100
+8,3,16,54,1111010111001010100001001101000110011110001111011111000010010001001011111101100011001110100101111100
+8,3,17,51,1000111101000010011001011000110111111111001000111001100111101100001100001000101101110001110111000100
+8,3,18,53,1100010001000010101000011000111000011101001011001111110111111110001101001000010001101101110111111011
+8,4,0,56,1001100011001110111011001000101110101011001110001011010110101110001011111100110011001110110111100100
+8,4,1,49,1001110010101111101101001001010001011110001000111000001001010000101111000111101001001100101101111000
+8,4,2,58,1101111011001011000100001101111111101010001100011100100101111000101111101110110010100101111111010100
+8,4,3,51,1100111010100010111110001000010110101110000100011000001101101101001001100001101001010110111111111010
+8,4,4,57,1100011011100011000000001000111010111111001000011101110111111100001111101100110010110111110111011100
+8,4,5,55,1100110001000010101100011000111000001110001111001110101101111111001101011100000001101001111111111011
+8,4,6,60,1001010101000110111000010010111011010011011111011101010101111100101111111100110011111010110110110001
+8,4,7,54,1100011011000010011010011000111000010111000011011100111101110110001101001010010011101011110111111100
+8,4,8,51,1101101001001111011101010001011010010110001100011000110110110110001110011000111100101110010110000100
+8,4,9,56,1001100011001111101011001000101100111011001111001110011010100101001011010100111011000110110111111100
+8,4,10,59,1001011011000110101010011010111010010001010111011100011101111110101101101110110001101111110110110001
+8,4,11,56,1100010101000010111000010000111001011111001011001111110111110100001111001010110011101000110111111011
+8,4,12,57,1001111000100110010011001000010011010011011111011100001111101100101101001111111001111100111111011000
+8,4,13,55,1100111111001011101100011000111010101110000100011000100101011101011111110000100010000111111111110100
+8,4,14,62,1101101001010011011001011010111100010110111111001110100111111101001101011100100001110001111111111011
+8,4,15,51,0100001101000001100100101000111011111111000011101010100111010100001100001000110111100101111110010111
+8,4,16,53,1101100000101011011101001001010011110110001111111100010110111100001110010011111000001110000111010100
+8,4,17,59,1101101001001111111101010001011010110110001111011101110110110101101110010000111101100110010110110100
+8,4,18,62,1001111011100110111101011001111011101111001110111001010101110100101111100111110001001100110111110000
+8,5,0,54,1101100001010011011101011010111100010110111111101100100110111101001110011100100001110000000111010010
+8,5,1,59,1001101000101011011001001001010011110110001111011110010011111100001101010011111000001111111111111101
+8,5,2,62,1101101001000011001100011010111110010110101101001110100111111101101111011100110001110101111111111010
+8,5,3,57,1101111001011011010001001101111101101010011110011100100101111000001101101110100010100001111111010101
+8,5,4,61,1100011011010001001000001000111010110111011011011101110111111100001111101100110010110111111111111010
+8,5,5,56,1101101001100011010001011010111100011110101100001110100111111101001101011100100001110001110101011101
+8,5,6,56,1001110001001110111001000010111111100011001110001011010100111100001011111100110011101110110110110100
+8,5,7,60,1001000111000110111010011000101010010011011111011101010111101110101111111100110011011010110111100011
+8,5,8,62,1101111011100110111101011000111010101110001110111000010101111101001111110111110001001100110111110100
+8,5,9,54,1000111111001011101100011001111001101111000100011001100101010100111111100000100010000111111111110000
+8,5,10,55,1100110001000011101100011000111010101010001111001100100101111100001111111110000001101001111111111001
+8,5,11,56,1101111011001000000100001101111101001110001100011110101101101011101101001100110010100101111111010110
+8,5,12,51,1101110100001010111010001010010011000010000111011110101101011010001101011100101011101011100100110001
+8,5,13,57,1000010011000110101100010000111000011110011111001100011101111111101111101110000001101000111111111011
+8,5,14,56,1001111111000111100100000100111011101011001101011101100101111000101111101100110010100101111110010000
+8,5,15,60,0101010001001010011000011011111111010010011110011100010101111100101111111110110011011010110111110101
+8,5,16,58,1000110101000111111001010010111001010011111111011110100101111100101101111100110001010000110111110001
+8,5,17,62,1101001001010010011000011010111110010110011111001110010111111101001111011100100011111011111110111011
+8,5,18,58,1001111011000110111001011000101101101111001111011001010100110100101111100101110011001100110111110100
+8,6,0,66,1101101001000011001000011011111111010110111111001110100111111101101111111100110011010101111111111010
+8,6,1,57,0101010001001010011100011010111110010010011100011100010101111100101111011110110001111010110111110101
+8,6,2,61,1001101001001010011001011011011011110010001111011100010011111100101111011010111001001011111111111101
+8,6,3,59,0101010000001011011000001001110111010110011110011110010101111101101101110111110010011110110111110101
+8,6,4,60,1101111011110010111101001000111010101110011110011000010101111101001111110101110000011100110111110100
+8,6,5,63,1100011011000101001000011000111010110111001011111101110111111100001111101110110011100111111111111010
+8,6,6,63,1001101111000111111100001100111010101011001111011101100101111101001111111111111000001101110111110000
+8,6,7,56,1101111011100111100101010000111011101110001100111000010101111100100111100100110011100100111110010100
+8,6,8,55,0101010001001111111000000011111111010011011111011100010101011000101111101110110011000100110111010000
+8,6,9,59,1001111111000010000100011100111011101010001100011101100101111100101111111100110010111011111110110001
+8,6,10,57,1101001001010010101010001010111010010010001111001110010111110101011111011100100001111010111110111011
+8,6,11,65,1001100011001111011101011000111110111111011110101110011011101101001011010110111011000111110111111010
+8,6,12,63,1101010001001110011100011001111111010010011110011100010101111101101111111110110011011010110111110101
+8,6,13,60,0101111011100010111101011010111010101110001110111000010101111100001111110111110001001100110111110100
+8,6,14,61,1101101001000010001101011010111110010110101101001110000111111101101111011100100001110101111111111011
+8,6,15,64,1101001001010011011000011010111110010110011111001110110111111101001111011100110011111011111110111010
+8,6,16,58,1101111111000011100100001100111101101101001101011101100101111000101111101100110010100101111110010010
+8,6,17,53,1001111011001100001100000101111011001010001100011110101101101011001101001100110010100101111111010100
+8,6,18,54,1101101000101010010000001001010001110110001011011110110111101000101101011010111000001101111111011101
+8,7,0,56,1101111111000010000100011100111001101110001100011101100101111100101111101100110010100101111110110000
+8,7,1,62,1001111111000011100100001100111111101001001101011101100101111000101111111100110011111011111110010011
+8,7,2,63,1001101001001111011100011010111110110111011110101110010111101101001011010110110011110111110001111010
+8,7,3,64,1101000011010011011001011000111110011110011111001110111011111101001111011100111011001011111110111010
+8,7,4,57,1101111011110010110001001000110011101110011010011000110101111100001111010111111000011100110111010100
+8,7,5,57,1101101000101010011100001001011000110110001111011110010111101001101101111000110000001101111111111101
+8,7,6,64,1101111111000110000101011100111011101010001100011111010101111100101111110100110010110111111111111001
+8,7,7,60,1001100011001011011100011000111110111111011110101100101011101101001011011110011011001011110110110010
+8,7,8,59,1101111011100011101100001100111011101101001110011100000101111000101111111101110010100101110110010110
+8,7,9,59,1101111111010010110101001000111100101110011101011001110101111101001111100100110000011100111111110000
+8,7,10,62,1101100001011110011000011001111110010010011110011100110111111101100111011100110011011010110111111101
+8,7,11,64,1101011001000011011100011010111111010110011111001110000101111101001111111110110011111011111110110010
+8,7,12,64,1101010001001110011100011001111111010010011110011100010111111101101111111110110011001010111111110101
+8,7,13,64,1101010001001110011100011001111111110010011110011100010101111101101111111110110011011010110111110101
+8,7,14,62,1001101011001111001101011000111110100111011110101110001001101101001111010111111011000111110111110010
+8,7,15,61,1001110011001011001101001001111111011110001100011100011011111111001001000100110011100111111111111110
+8,7,16,58,0101010001001010011100001000111110010110011110011110010101111100101101010110110011111110110111110101
+8,7,17,57,0101010000001011011000011011110111010010001100011010010101111101101111111111110000011010110111110101
+8,7,18,62,1100011001000001001000011000111110110111011011101110110111111100001111101110110011100111111111111010
+8,8,0,64,1101110001010110011100011001111111010010011110011110110111111101100111111100110011011010110111110001
+8,8,1,63,1101001001001011011000011010111110010111011111001100000101111101000111111110110011111011111110111110
+8,8,2,65,1101110001001110011100011001111111111010011110011100110101111101101111011100110011011010110111110101
+8,8,3,62,1101000001011110011000011001111110010010011110011100010111111101100111111110110011011010110111111101
+8,8,4,63,1101111011000110000101011100111011111010001100011111010101111100101111110110100011110110111111100101
+8,8,5,64,1101010101001110011100011001111111100010011110011100010101111101101111111100110010111011110111111001
+8,8,6,62,1101101011001111001101011000111110100111011110101110001011101101001010010111111011010111110101110010
+8,8,7,63,1001101001001111011100011010111110110111011110101110010101101101001111010110110011100111110011111010
+8,8,8,61,1001001001000011011101011000111110110111011111101110010011111101001111010110110011001011111010111010
+8,8,9,66,1101100011011111011000011010111110011110011110001110111111101101001011011100111011110111110101111010
+8,8,10,61,1101100001010110011001011001111110010010011110001100111011111101100111011100110011011010110111111101
+8,8,11,65,1101000011011011011000011000111110011110011111011110110111111101001111011100111011001011111110111010
+8,8,12,61,1001011001001111011000011010111110110111011010101110110111101100001011010110110011100111110011111010
+8,8,13,63,1100101001000001001100011000111110110111011111101110010111111101001111001110110011110111111101111010
+8,8,14,62,1101010001001010011000011000111111111010011111011100110101111101001111111100110011001011110111111010
+8,8,15,66,1101000011010111011101011001111110010110011110001110011011111101101111011110111011011010111110110101
+8,8,16,65,1001110011011011011101011001111111011110001101011100111011111101001001000100110011100111111111111110
+8,8,17,61,1101000011000011001011001000111110011110011110001110011011111111001111011100111011001011111110111010
+8,8,18,59,1001101111000011100100001000111011011000001101011101100111111000101111111100110011011111111110010011
+8,9,0,64,1101000001011111011000011000111110011110011110001110111011111101101111011100111011011010111110111010
+8,9,1,66,1101000011010011011101011001111110010110011111011110010111111101001111011110111011001011111110110101
+8,9,2,66,1101010011000011001000011111111111100111111111011110100001011101001111111100111011010011111111111010
+8,9,3,64,1101101011000111001011001000111110011110001110001101011111111111101111011100110011101001111110111010
+8,9,4,65,1101000011011011011000011001111110011010011111011110110111111101001111011000111011001011111111111010
+8,9,5,64,1101110001001110011100011000111111111110011110011100110101111101101111011100110011011010110110110101
+8,9,6,65,1101100011011111011000011000011110001110011111011110110111111101001111011100111011011011110110111010
+8,9,7,63,1101000011011011011000011010111110011110011110001110111111101101001011011100111011100111111101111000
+8,9,8,65,1001110011011011001111011001111110011110001101011100111011111101001101001100110011100111111111111010
+8,9,9,59,1101000011000010011001001000111111011110011110001110011011111111001011010100110011001011111110111110
+8,9,10,67,1100101001010011001101011100111010111010011111101111010111111101101111101110110011110110111101111010
+8,9,11,60,1101111011000100000100011000111111010111001100011110010101111100001111010110100011110111111111110101
+8,9,12,63,1101110001001110011100011000111110111010011110001100110101101101101111011100110011111010110111110111
+8,9,13,68,1001101011011111011000011011111111011110011110011110111111111101001011011100111011010111110101111000
+8,9,14,65,1101110011011010011100011001111110011110001101011100111011111101001001011110110011100011111111111110
+8,9,15,63,1001000001011111011001011011111111010010011110011100010111111101100111100100110011011110110111111101
+8,9,16,67,1101111011001111001001011010111110100111111110101110001111111101101110011101111011010101110101110010
+8,9,17,63,1101101011000111001100011001111111100111001111011101100001001101001011110110110011110011111111111010
+8,9,18,66,1101101011011111011100011010111110110111011110101110110111101101001011010110110011100111110001111010
+8,10,0,66,1101111011011111101101011010111110110111011110101110010111101101001010011110110011110111110000110010
+8,10,1,67,1101101011001111011000011010111110100111111110101110101111111101101111010101111011000101110101111010
+8,10,2,58,1001000001011111011001011010111110010110011110111100010111111001100111110100110011001100110001111100
+8,10,3,69,1101101011011111011100011011111111110011011110001100110111101101011011000110110011110111110111111011
+8,10,4,64,1101100001011111011100011010111111111110011110011100110101101101001111010110110011011010110110110101
+8,10,5,66,1101111011001110011100011000111110110111011110101110110111111101101011011100110011100111110001111010
+8,10,6,62,1101010001011010011000011001111110011110011101011100110011111101001011011010111011000011111111111110
+8,10,7,67,1101100011011011011100011001111110011010001111011110111111111101001101011100110011101011111111111010
+8,10,8,67,1001000011010011011111011001111110011110011111011110011111111101001111011110111011000011111110110110
+8,10,9,64,1101110011011011001101011001111110010110001101011100110011111101001101001100110011101111111111111001
+8,10,10,67,1101000001011011011100011001111111011110011111011110010011111101001111011110111011011011110110111101
+8,10,11,63,1101000011010111011001011000111110010110011110001110111111111101101111011100111011001010111110110010
+8,10,12,68,1101111010000111001001011110111110100110111111101110001111111101101110001101111011110101111101111010
+8,10,13,64,1100101001011011001101011000111010111011011110101111010111101101101111111110110011010110110101110010
+8,10,14,67,1101111011001011001101011000111110011110101101111100111011111101101101011100110011100111111111110010
+8,10,15,65,1001110011011111001011011011111110100111011110001110001111111101001110001101111011010101110101111010
+8,10,16,66,1101000011011011011100011001111110010110011111011110111011111101001111011110111011101011110110110010
+8,10,17,63,1101110011010010001101011001111110011110001101011100010111111101001001011110110011100011111111111101
+8,10,18,67,1101100001011111001101011101111010011010011111101101010111111101101111100110110011010110111111111010
+8,11,0,64,1101000011011111011000011000111110010111011111001110011111111101001111011110111011101010110110110010
+8,11,1,65,1101111011011001101101011011111110110110011110111110110011101101001010011110110011110111110000110010
+8,11,2,67,1101111001000011001101011110111110101111011101101110100111101101101110101110111011110111110101110010
+8,11,3,64,1100101010011011101001011000111010110010110110101111011111111101101111011101110011010100111101111010
+8,11,4,63,1101100001011011001100011101111010011010011111001101110011111101001111100110110011010111111111110010
+8,11,5,69,1101000011011111011101011001011110010110011111111110011111111101101111011110111011101010110110111010
+8,11,6,64,1101100001011011001101011110011010011010011111001111011111111101001111000010110011110011111111111010
+8,11,7,67,1101100011011111011100011001111110011010001111111100110111111101101101111100110011001010111111111010
+8,11,8,66,1101100001011111001101011101111010011010011111101101010111111101101111100110110011010110110111111010
+8,11,9,67,1101000001011011011100011001111111011110011111011110010010111101001111011110111011011011111110111101
+8,11,10,65,1001110011011101001011011011111110100111011110001110001111111101001110001101111111010101110101111010
+8,11,11,65,1001110011011111001011011011111110100111011110001110001111111101001110001101111011010101110101111010
+8,11,12,70,1101101011011111011100011011111110110011011111001100010111111101001111100110110011110111110111111011
+8,11,13,62,0101100001001111001101011101111011011010011110101101110110100101111011000110110011010110111111111010
+8,11,14,66,1101010011011011011100011001111110010110011111011100111011111101001111011110111011101011110110110010
+8,11,15,62,1101000001011010011100011001111110011110011101011110110011111101001011011010111011000011111011111110
+8,11,16,62,1101001011011011011100011001111110110010011111001110111011101101001011011110110011100010110110111010
+8,11,17,72,1101100011011111011100011011111111010111011110011100110111111101011111000110111011111111110111110011
+8,11,18,71,1101111011011111101101011001111110010110001110101110111111111101001011011110111011111111110110110010
+8,12,0,66,1001110011011111001011011011111110110011011111001110001111111101001110001011111011010001110111111010
+8,12,1,62,1101100001011011001101011110011010001110011110001111011111111101001111000100100011110111111101111010
+8,12,2,65,1001110011011111001010011011111110100111011110001100001111111101001110000111111011010101110111111011
+8,12,3,71,1101100001011111011101011011111111110111011110011110110111111101011111001100111011111110110101110010
+8,12,4,64,1001110001011101001011011011111110100111011110001110011110111101001110011110111111010101110001111010
+8,12,5,68,1101000011011011011100011001111111011110011111111110000011111101001111001101111011011011111110111101
+8,12,6,67,1101010001011011011100011001111110011110011111011100010011111101001111011110111011111011110110111011
+8,12,7,65,1101000011011011011100011001111111010110011111011110111010111101001111011110111011001010111110110100
+8,12,8,64,1101000011011111011000011010111110010111011111001100011111111101001111110110110011101110110110110010
+8,12,9,69,1101100011011111111100011000111110110011011111001110010111111101001111001110111011110011110111111011
+8,12,10,63,1101000001011001011110011011111110000111011111001110011010111101001110011100111011011001111110111101
+8,12,11,68,1001110011011111001001011001111111111110011110011110000111111101001111001111111111010111100101111010
+8,12,12,66,1101000001011011011100011001111111010110011111011110010110111100001111011110111011101010111110111111
+8,12,13,66,1101000011001111011101011001011110011110011111111100111011100101101111011110111011011011110110111000
+8,12,14,70,1001110011011111011101011001011111110110011111111110001111111101101111011111111011100001110110101010
+8,12,15,63,1101000011011001001011011011111110100111011110001110011111111101001110001100111111010110110101111010
+8,12,16,71,1001010011011101001011011111111110100110011111111110011111110101101111001101111111110111110110111010
+8,12,17,64,1101100011111111011101011001011110010111011110001110001111111101001110011110111011001000110101111010
+8,12,18,72,1101111011010011101101011110111110111111011101111110100111101101101110111110110011110111110101110010
+8,13,0,70,1101110011011011011100011010111110011110011111110110100111111101001111001101110011011111111110111101
+8,13,1,71,1101001011010011101101011111111111111111011101111110000011101101101110111110111011110011110111110010
+8,13,2,69,1101000001011011011101011001111111010110011111111110011110111101001111011110111011101010111110111011
+8,13,3,63,1101000011001111011100011001011110011110011111011100110011100100101111011110111011011011110110111100
+8,13,4,66,1001110011011111001010011011111110100111011101001100001111111101001110000111111011011101110111111011
+8,13,5,66,1001110011011111001111011011111110110011011110001110001111111101001110001011111011010001110111111010
+8,13,6,66,1101010011011011011100011001011111110110011111011110010110111100001111011111111011101000111110110110
+8,13,7,69,1001100001011111011101011001111111010110010111111110001111111101101111011111111011100011110110101011
+8,13,8,67,1101111001010011001100011101111110110111011101011110100111101101101110111110111011100011111100111010
+8,13,9,72,1100000011011011111101011010111111011110011111111110010110111100001111011110110011111110111111111111
+8,13,10,68,1101100011001111111100011001111110110011011111111110010011111101001111011110111011011011110110111000
+8,13,11,69,1101000011011111011101011000011110011110011111001101111111100101101111001110111111110011110111111011
+8,13,12,69,1001111011011011001011011111111110110011011101001110101111111101001110001011110011110011110111111110
+8,13,13,70,1101110011010111101100011010111110111111011111111111000111101101101110111110111011010101110101110010
+8,13,14,74,1101110011010111101101011111111110110111011111111110101111101101101110111110010011110111110111110010
+8,13,15,62,1001111011011011001010011010111110101111011100001100000111111101001110000111111011010101110101111011
+8,13,16,67,1101110011010111001001011001111111111111011110001110001111111101001110001110111111010111100101111010
+8,13,17,66,1001100011111111011101011001011110010110011110011110000111111101001111111111111011001000110101111110
+8,13,18,65,1101100011010011111000011110111110011111011111001100101111111101101110110110100011101110110101110010
+8,14,0,67,1001100011011111011101011000011110011110011111001101111111100101101111011111111011100001110101111011
+8,14,1,68,1101000011111111011101011001011110010110011110011110000111111101001111101110111111001011110111111110
+8,14,2,66,1101000011010011101101011011111110111111011100111110000011101101101110111110111011111000110111110010
+8,14,3,70,1001100011111111011101011101011111010110011111011110000111111101001111111111111011000011110101111110
+8,14,4,71,1000011011011011111101011011111111011010011101111110011111111100001110001110110011111110111111111110
+8,14,5,70,1101100011011011001011011110111110110111011111001110100110111101001111011011110011110011110111111111
+8,14,6,66,1101000001001111011101011000011111011110010111101110001111110101101111011110111111100011110110111011
+8,14,7,70,1101100011011111011100011001111110010110011111011100111111101101101111001111111011110011110111101011
+8,14,8,67,1101001011010011001101011111111111110111011101111110000010101101001111111110111011100010110111110011
+8,14,9,73,1101000001011011111101011001111111011110111111111110011111011101101110011110111011111011111110111010
+8,14,10,70,1101110011011011011100011011011111111110011111011110010110111100001111011011111011101100111110111110
+8,14,11,61,1101010011011011011100011000011110010100011111110110100111111101001111001101110011011011111100110100
+8,14,12,69,1101101011010011001100011111111110111111011101111110000111101101101110111100111011110011110111110010
+8,14,13,68,1101011001010011101101011101111111110111011101011110100011101101101110111110111011100011111100111010
+8,14,14,67,1101000011011111011101011100011110111110011101001100101111100101101111011110111111100011110111111010
+8,14,15,68,1101111001010011001100011001111110010111011111011111100111101101101110101110111011110011111100111011
+8,14,16,66,1101100011001111111100011001111110110011011111111111000011111101101010011110111010011011110110111000
+8,14,17,69,1101110011010111101100011010111110111111011111111110000111101101001111111110111011010101110101110010
+8,14,18,68,1001100011011111011101111001111110010110010111111110001111110101101111001110111111101011110010101011
+8,15,0,65,1101100011010011001000011110111110110111011001111110000111101101101110011110111011110011110111110110
+8,15,1,72,1101101011011011001111011111111110111111011111001110100010111101001111111001110011110011110111111011
+8,15,2,66,1101100011011011011000011100111110110111011111001110100010111101101111011011110011011011110110111110
+8,15,3,69,1101100011001111101101011011111110110011011111111111000111111101001010011110111010110011110111111001
+8,15,4,66,1101110001010011101100011001111110010111011111011011000111101101101111111110111011110001111101110010
+8,15,5,69,1101111011010111001100011010111110111111011111111110000111101101001110101110111011010111110100111011
+8,15,6,69,1101000001011011111101011000111111011110011111101100111111001101101110011010111011111011111110111011
+8,15,7,74,1101000001011111111101011001011111011110111111011111011111111101101111011111111011110011100111111010
+8,15,8,68,1101100011011011011011011110111110010110011111001110100110011101101111011010110011111011110111111011
+8,15,9,73,1101000001011010101001011001111111111111111111111110011111111101001110011111111011101011111110111110
+8,15,10,71,1101100011011111100111011110111110110110011111001110100110101101001111011011111011110011110111111111
+8,15,11,69,1101000001011011011001011000011111011111011111001101111111111101101111011111110011110011100111111011
+8,15,12,72,1101100001011111111100011001111110010110111111011110111111011101101110001111111011111011110111111010
+8,15,13,75,1101101011011011011101011001111111011110011111111100011111101101101111011110111011110011111111111011
+8,15,14,65,1101101001000011001101011111111110110111011101111110100011101101101110111100111011100011110101110010
+8,15,15,68,1101011010010001101100011101110111111111011101011110000111101101101110111110111011110011111110111010
+8,15,16,68,1101100011011111011100011001010110010110011111011100110111111101101111111111111011110011110101101010
+8,15,17,71,1001100011111111011101011101111111010110011111011110001111101101001111001111111011000011110111111111
+8,15,18,70,1101000011011111111100011001011110010110011111001101111111101101101111011011111011110011110111111011
+8,16,0,71,1101000001011111011101011001011110010110111111011110110111111101101111011111111011110011110111111010
+8,16,1,71,1101100011011111111100011001010111111110010111010101011111111101101111111111111011110011101101101010
+8,16,2,70,1101101011011011001111011111111110110111011111001110100010111101001111011101110011100011110111111011
+8,16,3,73,1101100011011111100111011110111110111110011111001110100110101101001111111011111011110011110111111111
+8,16,4,69,1101000011011111111100011001011110010110011111001101111111101101100111011011111011110011110111111011
+8,16,5,67,1101000011011111111100011001011110010110010111001101111101001101101111011011111011110011110111111011
+8,16,6,75,1101000001011111011101011001011111011111011111011111111111111101101111011111111011110011100111111011
+8,16,7,68,1101000001011011111001011000011111011110111111001101011111111101101111011111110011110011100111111010
+8,16,8,68,1101100001011011111100011001111100010110011111111101010111101101101111111110111011110001111101110011
+8,16,9,71,1101111011010011001101011001101111011111011111011010001111101101101111011110111011110011111111111010
+8,16,10,72,1101100011111111010101011110111110010110011111001110101111101101001111001111111011110011110111111111
+8,16,11,69,1001100011011111101111011101111111110110011111011110000110101101001110011011111011000011110111111111
+8,16,12,75,1100101011011111011111011101111111010110011111111100011110101101001111011110111011110011111111111111
+8,16,13,69,1101100011001011100101011010111110111110011111001110100111101101101111011011111011110011110111111011
+8,16,14,74,1101100001011111111100011001111111011110111111011110011111011101111110011111111111111011000111111010
+8,16,15,72,1101000001011111111101011001011110010110111111111011111111111101101111001111111011110011110111111000
+8,16,16,73,1101100001011111101100011001111110010111111111011110111111111101001110001111111011111011111111111010
+8,16,17,71,1101000001011010111001011001111111111110111111111110011111011101101110011111110011101011110110111110
+8,16,18,66,1101000011011110100001011001111110111011111111111110000111111101001010011111101011100011111111111000
+8,17,0,72,1101011001010111011101011001101111011110111111011010011111101101101111011110111011110011111111111010
+8,17,1,69,1101100011011011001101011001011110010111001111011110100111111101101111011111111011110011110111111010
+8,17,2,73,1101000001011111111101011001011110010110111111111011110111111101101111011111111011110011110111111010
+8,17,3,68,1101000001011111011101011001011110010010111111011110111111111101100111001111111011110011110111111000
+8,17,4,73,1100101001011111111100011001111111011110111111011110011111001101011111011111111011111011101111011010
+8,17,5,75,1101100011011111011111011101111111010110011111111100011110111101101110011110111111110011010111111111
+8,17,6,74,1101100001011111111100011001111111011110111111011110011111011101111110011111111111111011000111111010
+8,17,7,74,1101100001011111111100011001111111011110111111011110011111011101111110011111111111111011000111111010
+8,17,8,71,1100101011011111010111011100111111010110011111101100011111101101001111011110111011110011110011111111
+8,17,9,74,1101100011111111010101011111111110010110011111011110101110101101001111001111111011110011111111111111
+8,17,10,72,1101111011011011011101011011101110011111011111011010001111101101101111001111111011110011110111111010
+8,17,11,71,1101100001110111000101011100111111010110011111011110101111101101001111011110111011110011111111111111
+8,17,12,71,1101100011011111000101011110111110010110011111001110101111101101001111011111111011110011110111111111
+8,17,13,73,1101100011111111110111011110111110111110011111001110100110101101001111101011111011100011110111111111
+8,17,14,69,1101000001011111101101011001011110010110111110111011111111111101101010001111111011111011110111111000
+8,17,15,73,1100100001011111111100011001111110010111111111011110111111111101001111001111111011110011111111111010
+8,17,16,69,1101100011001011100101011110111110111110011111001110000111101101101111011011111011110011110111111011
+8,17,17,70,1101100011001011100101011010111111111110011111001110100111101101101111011011111011110011110111111011
+8,17,18,73,1101000001011111111101011111111110010110111111101011111111101101101111001111111011110011110111111000
+8,18,0,74,1100100001011111111100011001111111011110111111011110011111011101111110011111111111111011001111111010
+8,18,1,73,1101101001011111111100011001111111011110111111011110011111001101011111011111111011111011100111011010
+8,18,2,75,1101000011111111111101011011111110010110011111011011101111101101101111001111111001110011111111111111
+8,18,3,71,1101100001011111110101011111111110010110111111101110111110101101001111001111111011110011110111111000
+8,18,4,72,1101100001011111110101011111111110010110111111101011110111101101101011101111111011110011110111111000
+8,18,5,73,1101000011111111111111011110111110111110011111001110101110101101001111001011111011100011110111111111
+8,18,6,73,1101100011011111001111011100111111010110001111101100011111111101101110011111111111110011010111111111
+8,18,7,71,1101100011001111110101011111111010111110011111011110000110101101101111011110111011110011110111111011
+8,18,8,75,1101101001011111011111011101111111011110011111011100011110011101101110011111111111110011010111111111
+8,18,9,73,1101100011011111111100011001111111010110111011111110011111111101111110011110111011111011000111111010
+8,18,10,72,1101100001011111111100011101111110011110011111011110010111101101011111011111111011101011110111011110
+8,18,11,73,1100100011111111110111011010111111111110111111001110101110001101001111101011111011110011101111111011
+8,18,12,69,1100101001011111010111011100111111010110011110001110011111001101011110011110111111110011110011111111
+8,18,13,73,1101100011011111111100011001111111011110111111111100011111110101101111011111111011111011000111111000
+8,18,14,73,1101100001011111111100011001111111011110011111011100011111011101111110011111111111111011000111111110
+8,18,15,75,1101100011011111011111011001111111010110111111111110011110111101101110011110111111110011010111111011
+8,18,16,71,1100100001011111011101011101111110010111011111111100111110111101001110011110111011110011110111111110
+8,18,17,76,1101100011011111111010011001111111010110111111011110011111111101101111001111111111110011011111111011
+8,18,18,71,1101000001010111011111011101101111010110111111011010011111101101101111011110111011110011111111111010
+8,19,0,75,1101101011011111111011011001111111010110011111011100011111111101101111011111111111110011010111110011
+8,19,1,74,1101110011001111011100011001111111011110111111111110011110111101101110001110111111100011011111111111
+8,19,2,72,1100100001010111111111011001101111011110111111011110011111001101101110011110111111101011111111111010
+8,19,3,71,1101000001011111011100011101111111010110111111011010011111111101111111011111111011010011101111110010
+8,19,4,74,1100100001011111110101011101111111011110111111101011010111111101111011011111111011111011010111111010
+8,19,5,71,0101100001011111111100011011111110010110111111011010111111001101111110101111111111110011101111111000
+8,19,6,74,1100000011111111111101011010111110111110011111011010101111101101101111001111111001110011111111111111
+8,19,7,73,1101100011111111110111011011111111010110111111001111101110001101001111101011111011110011101111111010
+8,19,8,70,1001100001011111111010011001111111010110011111011110011111011101101110011111111111110011000111111011
+8,19,9,78,1101100011011111111100011001111111011110111111011100011111111101111111001111111111111011011111111110
+8,19,10,71,1101101001011111011101011001111111010110111111011110011110001101001110011110111111111011010111111011
+8,19,11,75,1101100011001111111110010001111111011110111111111110011111111101111111011111111011110011100111011010
+8,19,12,73,1101111001001111011101011001111111011110011111111100011110111101101110010110111111110011010111111111
+8,19,13,74,1100100011011111111100011001111111011110111111011110011111011101111110011111111111101010011111111010
+8,19,14,72,1101100011011111011111011001111110010110111111111110011110111101101110011111101011110011110111101001
+8,19,15,72,1101100001011111100101011111111111010110111111111110111110101101001111001110111111110011010111111010
+8,19,16,73,1101100001011111011111011001111111010110111111111110011110111101100110011110111111110011010111111011
+8,19,17,75,1101100011011111011111011001111111010110111111111110011110111101101110011110111111110011010111111011
+8,19,18,67,1100100001011111011001011001111110010111011011111110111111111101001110001110111011110011010111111010
+8,20,0,75,1101101011001111111010010001111111011110111111011111011111111101111111011011111001110011110111111010
+8,20,1,72,1101100011011111111111011001111111010110011111111100011111110101101111011111111101110011000111010011
+8,20,2,72,1101110001011111011110011001111111011110111111011110011110110101101110001110111111100011001111111111
+8,20,3,71,1001100011001111111000011001111111010110011111111110011111011101101110011111111111110011010111111011
+8,20,4,75,1100100011011111110110010101111111011110111111011100011110111101101111011111111011110011111111111110
+8,20,5,76,1101100001011111111101011101111111010010111111101011010111111101111011011111111111111011010111111011
+8,20,6,77,1101110011011111011110011101111111010110111111011110011110111101101111011110111111110011010111111111
+8,20,7,77,1101100011001111111100011101111111011110111111111100011110111101111110001111111111100011111111111111
+8,20,8,75,1101100001011111011111011001111111010110111111111110011111111101110111011110111111110001010111111011
+8,20,9,72,1101100011001111111110010001111111011110111111111110011110111101101110011111111011110011100111011010
+8,20,10,73,1101100011011111101101011001111101010110111111111110011110101101101111011110111111110011010111111011
+8,20,11,73,1101100001011111010111011111111111010110111111111110111110111101001110001110111111110011010111111010
+8,20,12,72,1101100011001111111011011001111111011110101111111110011101111101101110011110111011110011100111111010
+8,20,13,74,1101100011011111011110010001111111010110111111111110011110111101111111011111111011110011010111011011
+8,20,14,76,1101100001011111110101011101111111011010111111101111010111111101111011011111111111111011010111111100
+8,20,15,74,1100100011011111111100011101111111011110111111011000011111111101111111001111111011111011011111111000
+8,20,16,75,1101100011011111110111011011111111010110111111101111101110001101001111111111101011110011101111111011
+8,20,17,68,1101100011111111011110001001111110010110111111011110011110111101101110001011111011110011110111101000
+8,20,18,77,1101100011011111011110011001111111001110111111111110011111111101111111011110111111110011110111011011
+8,21,0,75,1101110011001111011110011101111111010110111111011110010110111101101110011111111111100011110111111111
+8,21,1,78,1101100011011111111100011101111111011110111111111100011110111101111111001110111111111011001111111111
+8,21,2,75,1101101011011111011010010001111111001110111111011111011011111101111111011111111111100011110111111010
+8,21,3,74,1101100011001111111110011001111101011110111111111110011111111101111111011010111001110011110111011011
+8,21,4,75,1100100011011111110110010101111111011110111111011100011110111101101111011111111011110011111111111110
+8,21,5,74,1100100001011111110110010101111111011110111111011100011110111101101111011111111011110011111111111110
+8,21,6,74,1101100001011111110101011101111110011010111111101110011111111101101011011111111111111011010111111010
+8,21,7,72,1101100011011111101101011001011101010110111111111111010100101101111111011110111111110011010111111101
+8,21,8,73,1101100001011111010111011111111111010110111111111110011110111101001110001110111111110011011111111010
+8,21,9,76,1101100011011111111100011101111111011110111111111100111110111101111110001111111011100010110111111111
+8,21,10,72,1101100011011111011110010001111111010110111111111111111010101100111111111111111011110001000111011011
+8,21,11,75,1101100011011111110111011011111111010110111111111110001110011101001111011111101011110011111111111011
+8,21,12,73,1101100001011111111111011001111111010110111111111110011111111101100101001110111111110001010111111011
+8,21,13,70,1101100011001111011011011001111111011110101110111110011101111101111110011110111011110011000111111010
+8,21,14,81,1101100011001111111110011101111111011110111111111100011111111101111111011111111111100011111111111111
+8,21,15,74,1101100011011111011100011011111111001110111111111110011110111101111110001110111111110011110111011011
+8,21,16,69,1101100001001111111111010001111111010110111111111110011110111101001110001111111010110011010111111010
+8,21,17,72,1101000001011111010111011111111111010110111111111110111110111101100110011110111111110011000111111010
+8,21,18,77,1101110011011111111100011101111111110010111111011100011110111101111111011111111101110011010111111111
+8,22,0,73,1101100111011111011010010001111111011110111111011111011011111101010111011111101011110011110111111010
+8,22,1,76,1101101011011111110111011010111111000110111111111110001110011101101111011111111111100011111111111011
+8,22,2,76,1101100011011111111100011101111111011110111111011100011110111101101111011110111111111011010111111110
+8,22,3,77,1110100011011111111110010101111111011110111111111100011110111101111111001111111011110011101111011111
+8,22,4,74,1101100011111111111110011011111111011110111111001111010110011101001111011111101011110011110111111010
+8,22,5,74,1101101011011111010011010001111111000110111111111110001011111101111111011111111111100011111111111010
+8,22,6,71,1101100001011111110101011101111110011010111111001110011111111101101011011111111111110001010111111010
+8,22,7,74,1101100011011110011010010001111111001110111111011111011011111101111111011111111111101011110111111010
+8,22,8,75,1100110011001111010110011101111111010110111111011100011110111101101111011111111111110011111111111110
+8,22,9,74,1101100001011111111110010101111111011110111111011110010110111101101110011111111011100011110111111111
+8,22,10,77,1101100011001111111110011001111111111110111111111110011110111101111111011010111101110011110111111011
+8,22,11,73,1101110011011111111100011101111101010010111111011100011110111101111111011111111001110011010111011111
+8,22,12,75,1101110011011111111100011011111111100110111111111110011110111101111110001110111111110011010111011011
+8,22,13,74,1101100011011111011100011101011111011010111111011100011110101101111111011111111101110011110111111111
+8,22,14,79,1101100011001111111110011101111111011110111111111100011111111101111111011111111011100011110111111111
+8,22,15,77,1101100011011111111100011101111111011110111111111100111110111101111110001111101111100010111111111111
+8,22,16,72,1101000001011111011111011001111111010110111111011111011011111101110101001110111111100011110111111011
+8,22,17,74,1101101011011111111010010001111111001110111111111110011111111101111101011011111111110001010111111010
+8,22,18,75,1101101011011111111010011101111111001110111111011100001011111101111111001111111111110011110111111010
+8,23,0,72,0101100011011111010010011011111111010110111111011111001111111101010111011111111111100011110111111010
+8,23,1,75,1101100111011111111111010000111111001110111111111110011010011101101111011111101011110011111111111011
+8,23,2,74,1101101011011011011011010001110111001110111111011110011011111101111111011111111111101011110111111010
+8,23,3,72,1101100011011110010010010001111111001110111111111110001011111101111111011111111111100011111111111010
+8,23,4,78,1101100011011111111110011001111111111110111111111110010110111101111111011110111101110011110111111011
+8,23,5,73,1101100001001111111110010101111111011110111111011110011110111101101110011011111011100011110111111111
+8,23,6,75,1101101011001111110111011000111111010110111111111110001110011101111111011011111011100011111111111111
+8,23,7,81,1101100011011111111110111111111111111110111111111110011110111101101111011110111101110011110111111011
+8,23,8,72,1101100011011111010101011000111111011010111111011100011110111101111111011111111101100011110111111011
+8,23,9,78,1101101011011111111110011111011111000110111111111110001110001101101111011111111111110011111111111111
+8,23,10,75,1101100011001111111100011001111111011110111111111110011110111101111110001111111011100011110111111111
+8,23,11,77,1101110011011111111110011111111111100110111111111100011111111001111111011110111111110011010111010011
+8,23,12,78,1101100011011111111100011101111111111110111111111110111110110101111110001111101111110010111111111011
+8,23,13,75,1101100011001111111110011001111111011110111111111100011110111101111111011010111101100011110111111111
+8,23,14,76,1110100011011111111100010101111111011110111111111100011110111101101111011111111011110011100111111111
+8,23,15,76,1101100011011111111110011101111111011110111111011100011110111101101111001110111111111011011111011110
+8,23,16,75,1101000011111111111110011001111111011110111111011111010110111101001111011111111011110011110111111010
+8,23,17,74,1101100011011111111100011111111111011110111111001100011110011101101111011110101111111011010111111110
+8,23,18,79,1110100011011111111110010101111111011110111111111110011110111101111111001111111011110011101111111111
+8,24,0,77,1100100011011111111110010101111111011110111111111110011110111101101111001110111011111011111111011111
+8,24,1,78,1111100011011111111110011101111111011110111111011100011110111101111111001111111111110011001111111110
+8,24,2,75,1101100011011111111110011101111111011110111111011100011110111101101111011010111111110011110111111001
+8,24,3,77,1101100011001111101110011001111111111110111111111100011110111101111111001110111111111111011111011110
+8,24,4,81,1101100011011111111110101111111111111110111111111110011110110101101111011111111101110011111111111011
+8,24,5,77,1101100001011111111100011101111111111110111111111110111110111101111110001110101111110110110111111011
+8,24,6,78,1101100011011111111110011001111111111110111111111110011110111101101111011110111101110011110111111011
+8,24,7,81,1101100011011111111110111111111111111110111111111110010110111101111111011110111101110011110111111011
+8,24,8,76,1101100011011111111111011011111111100110111111111100011110111101111111011110111111110011010111010011
+8,24,9,76,1101110111011111111110010100111111001110111111111110011011011001101111011111101011110011111111111011
+8,24,10,77,1101100011001111111110010001111111011110111111111110111110111101101111011111101011110011111111111011
+8,24,11,75,1101100111011111111101011100111111101110111111111110011010010101111110001111101111110010111111111011
+8,24,12,77,1101100011011111111110011001011111011110111111111110010110011101111111011110111111110011110111111111
+8,24,13,78,1101101011011111111110011111111111100110111111111110001110101101101011011111111101110011111111111011
+8,24,14,75,1101100011001111111100011101111111011110111111101110011110111101111110001111111011110011010111111111
+8,24,15,74,1101100011011111111100011011111111011110111111011100011110011101101111011110101111101011110111111110
+8,24,16,76,1101101011011111101110011011011111001110111111111110001110011101101111011110111111110011111111111011
+8,24,17,77,1101100011001111111110011101111111110110111111111100011110101101111111011001111111110111110111011111
+8,24,18,80,1101100011011111111100111001111111111110111111111111011110111101111110001111111011100111110111111111
+8,25,0,80,1101100111011111111110010101111111111110111111111110011111011101101111011111111101110011110111111011
+8,25,1,74,1101110011011111111110011000111111001110111111111110011010111101101111011110100011110011111111111011
+8,25,2,77,1101100011011111111110011101111111111110111111011110010110111101111111001111111111110011000111111110
+8,25,3,82,1111100011011111111110111111111111011110111111111100011110111101111111011110111101110011111111111011
+8,25,4,76,1101100011001111111100000101111111011110111111101110111110111101111111001111111011110011011111111111
+8,25,5,75,1101100011001111111110011001111111011111111111111110011010111101101110011111101011110011110111111011
+8,25,6,77,1111100011011111111110011001111111011110111111011100011110111101111111001111111111110111001111011110
+8,25,7,77,1101100011001111101110011101111111111110101111111100011110111101111111001110111111111011011111111110
+8,25,8,80,1101100011011111111100111101111111111110111111111110111110101101111110001111111110110111110111111011
+8,25,9,75,1101100001011111111100011001111111111110111111111111011110111101111110001110101011100110110111111111
+8,25,10,84,1111100011011111111100111001111111111110111111111111011110111101111111001111111111110011111111111111
+8,25,11,73,1101100011011111111110011101111111011110111111011100011110111100111110001111111011100111000111111110
+8,25,12,78,1101100011001111111111011001111111011110111111111110111110111101111111111110101011110011010111111011
+8,25,13,76,1101100011111111111110010011111111100110110111111100011110111101101111011111111111110011111111010011
+8,25,14,78,1101100011011111111110011001111111111110111111111110001110111101101111011111111101110011110111111011
+8,25,15,78,1101101011011111111110011111111111100110111111111110011110101101101011011110111101110011111111111011
+8,25,16,78,1101100011010011111110011111111111011110111111111110010110111101101111011111111101110011111111111011
+8,25,17,75,1001101011001111111110011111111111100110111111111110001100111101101011011110111101110111110111111011
+8,25,18,74,1101100011011111111110011111111111001110111111111110010010111101111111011110101001110011110111110011
+8,26,0,75,1101100011011111111110011101111111111110111111111110010100111101111011001110111111110011000111111110
+8,26,1,77,1001101011001111111110011111111111100110111111011110001110111101101111011111111101110111110111111011
+8,26,2,79,1101100011011111111110011101111111111110111111011110010110111101111111001111111111110011101111111011
+8,26,3,76,1101101011011111111110011111111111100110111111111110011110101101101011011110111101110011010111111110
+8,26,4,78,1101100011011011111110011111111111010110111111111110011110111101101111011111111101110011110111111011
+8,26,5,75,1001101011000111111110011111111111101110111111111110000100111101101011011110111101110111111111111011
+8,26,6,75,1101101011011111111110010011111111100110111111111100001110111101101111011111111111110011110111010011
+8,26,7,74,1001100011101111111010011011111111100110110111111110011100111101101011011110111101110111111111111011
+8,26,8,80,1101100011011111111111011101111111111110111111011110011111111101111111101111101111110011010111111010
+8,26,9,75,1101100011001111111110011001111111011110111111111110110110111101111111011110101011110011000111111111
+8,26,10,80,1101100111001111111110010101111111111110111111111110011111111001111111011111101101110011111111111011
+8,26,11,79,1101110011011111111111111000111111011110111111111110111110011101101111111110111011110011010111111011
+8,26,12,77,1101100011011111111110011101111111111110111111011110000110111101111111011111111111110011100111111010
+8,26,13,78,1101100011011111111110011001111111111110111111111110011110111101101111001111111101110011010111111111
+8,26,14,84,1101100011011111111110111001111111111110111111111110011110111101111111001111111111111011111111111111
+8,26,15,76,1101100011001111101100011101111111111110101111111101011110111101111111001110111111110011011111111110
+8,26,16,80,1101100011011111111110011111111111011110111111111110011110011101101111011111111101110011111111111011
+8,26,17,78,1101100111010011111110010101111111111110111111111110010111111101101111011111111101110011110111111011
+8,26,18,79,1101100011011111111110111101111111111110111111111110011110111101111110001111111110110111010111111010
+8,27,0,80,1101100011011111111110011001111111111110111111111110011110111101111111001011111111111011110111111011
+8,27,1,79,1101100011011111111110111101111111111110111111011110000110111100111111011111111111110011101111111101
+8,27,2,79,1101100011011111111111011001111111111110111111011110011111111101111111001111101111110011011111111010
+8,27,3,77,1111100011011111111100011101111111011110111111011100111010101101111111101111111111110111100111011101
+8,27,4,81,1101100011011111111110111111111111011110111111111110011110011101101111011111111101110011111111111011
+8,27,5,82,1101100011011111111110011001111111111110101111111110011110111101111111001111111111111011111111111111
+8,27,6,77,1001101011001111111110011111111111100110111111011110001110111101101111011111111101110111110111111011
+8,27,7,77,1001101011001111111110011111111111100110111111011110001110111101101111011111111101110111110111111011
+8,27,8,77,1101100011011111111110011001111111111110111111111110011100111101101111001110111111110011010111111111
+8,27,9,76,1101100011011111111110011101111111111110111111111110010110111101111011001111111101110011000111111110
+8,27,10,79,1101100111011111111110010101111111111110111111111110011111011001101111011111101110110011111111111011
+8,27,11,80,1101100011001111111110011111111111011110111111111110011110111101101111011111111101110011111111111011
+8,27,12,74,1101000011011111111110011101111111111110111111011110000100111101111011111110111111010011100111111110
+8,27,13,75,1101100011010111111110011101111111111110111111111110010110111101111111001111111101110011000111111010
+8,27,14,82,1101100011111111111110011101111111111110111111011110111110111101111110011111111111110111100111111110
+8,27,15,76,1101100011011111111110111101111111111110111111111110000110111101111111001111111110110011010111011010
+8,27,16,80,1101100011011111111111011001111111111110111111011110110111111101111111101111101111110011010111111011
+8,27,17,75,1101100011001111111110011101111111011110111111111110011110111101111111011110101011110011000111111110
+8,27,18,79,1101110011011111111111111001111111011110111111111110111010001101100111111110111011110111110111011111
+8,28,0,75,1101110011011111111111111001111111011110111111111110100010001101100111001111111011110011111111011110
+8,28,1,80,1101100011011111111110111101111111111110111111111110011110111101111111111110111010110111010111011011
+8,28,2,80,1101100011011111111110011101111111011110111101011110011110111101111111011101111111110011111111111111
+8,28,3,77,1101100011001111111110111111111111111110111111111110000110111100101111011111111101110011101111111001
+8,28,4,79,1101100011011111111110011001111011111110111111111110011100111101111111001111111111100011111111111111
+8,28,5,79,1101100011011111111110011001111111111110101111111110011111111101101111001110111111111011010111111111
+8,28,6,82,1101100011011111111110011001111111111110101111111110011110111101111111001111111111111011111111111111
+8,28,7,79,1101100011011111111111011001111111111110111111011110011111111101111111001111101111110011011111111010
+8,28,8,84,1101100011011111111110111101111111111110101111111110011010011101111111011111111111111111111111111111
+8,28,9,78,1101100011011111111110011011111111011110111111111110011110111101101111001111111101110011111110111011
+8,28,10,77,1001111011011111111110111001111111001110111111011110001110001101100111111111111011110111110111111111
+8,28,11,80,1101100011001111111111011111111111111110111111111110111010111101101111011110111101110111110111011011
+8,28,12,82,1101110011011111111110011001111111111110111111111110111010111101111110111111111111110111110111011110
+8,28,13,81,1101100011111111111111111101111111011110111111111110111110001101100111011110111011110111101111111111
+8,28,14,80,1101110011011111111110011001111110011110111111111110011110111101110111001111111111110011111111111111
+8,28,15,80,1101100011001111111110011111111111111110101111111110011110111101101111011111111101110011111111111011
+8,28,16,82,1101101011011111111110011101111111111110111111111110011110111101111111011011111101110111110111111011
+8,28,17,81,1101100011001111111110011011111111011110111111111111011110111101101111001111111111111011111111111011
+8,28,18,81,1101100011011111101111011001111111111110101111111110011110111101111111001111111111111011111111111110
+8,29,0,82,1101100011011111111110011001111111111110101111111110011111111101111110001111111111111011111111111111
+8,29,1,78,1101100011011111111110011001111111111110101111111110011110111101101111001110111111111011010111111111
+8,29,2,76,1101100011101111111110011001111110011110111111111111011110001101101111001110111111110011111111111011
+8,29,3,84,1101100011011111111111111111111111011110111111111110111110111101100111011111110011111111101111111111
+8,29,4,80,1100100011011111111110011111111111111110101111111110011110111101101011011111011111111011111111111011
+8,29,5,78,1101100011001111111110011001111111111110101111111110011110110101111111001111111101110011111111111111
+8,29,6,82,1101110011011111111110011001111111011110111111111110011111111101111111001111101111110011111111111111
+8,29,7,78,1101101011011111111111011001111110111110111111011110011110111101110111001111111111110011011111111010
+8,29,8,78,1101100011011110111111011001111111111110111111111110011000111101101111001111111111111011111110111110
+8,29,9,79,1101100011011111101110111001111011111110101111111110011110111101111111001111111111100011111111111111
+8,29,10,79,1101100011001111111110011101111111111110101111111111011110111101101111001111111101110011111111111011
+8,29,11,81,1101100011001111111110011011111111011110111111111110011110111101101111011111111111111011111111111011
+8,29,12,79,1101100011001111111110011111111111111110101111111110011110011101101111011111111101110011111111111011
+8,29,13,84,1101100011011111111110111101111111111110101111111100011010111101111111011111111111111111111111111111
+8,29,14,81,1101100011011111101110111001111111111110101111111110011010011101111111011111111111111111111111111110
+8,29,15,83,1101100011011111111111011101111111111110101111111110011110111101111111001111111111111011101111111111
+8,29,16,84,1101101011111111111111110101111111011110111111111110111110101101101111011111111001110111111111111111
+8,29,17,78,1101100011011111111110011101111111111110111111111110011110011101110111011010111111110111100111111011
+8,29,18,81,1101101011011111111110011101111111111110101111111110011111111101111111001011111101111011110111111011
+8,30,0,86,1101110011011111111110111001111111111110111111111100011011111101111111011111111111111111111111111111
+8,30,1,80,1101100011011111111110011101111111011110101111111110011110111101111111001111101111110011111111111111
+8,30,2,79,1101100011011111111110011001111111111110101111111110011110111101101111001110111111111111010111111111
+8,30,3,82,1101100011011111111110011001111111111110111111111110011111111101111110011110111111110011111111111111
+8,30,4,81,1101100011011111111110101101111111111110101111111100011010111101111111011111111111111011101111111111
+8,30,5,83,1101100011011111111111011101111111111110101111111110011010011101111111001111111111111111111111111111
+8,30,6,81,1101100011011111111110111011111111011110111111111110011110111101111111001111100111111011101111111111
+8,30,7,84,1101110011001111111111011101111111011110111111111110111111111101100111011111111011110111111111111111
+8,30,8,78,1101100011011111111110111011111011011110111111111110011110111101100111001111111011110011101111111111
+8,30,9,82,1101000011011111100111111101111111110110101111111110111110111101111111011111110111101111111111111111
+8,30,10,82,1101100011011111111111011101111111111110101111111110011110111001111111011111111111111011101111101111
+8,30,11,75,1101100011011111111110011101111111110110111111111110011110011101110111001010111111110111100110111011
+8,30,12,82,1101100011011111111110111101111111111110101111110110001010111101111111011111111111111011111111111111
+8,30,13,82,1101100011011111111111011100111111111110101111111100011110111101111111001111111111111111101111111111
+8,30,14,82,1101100011011111111110011001111111111110101111111110011111111101111111001101111111111011111111111111
+8,30,15,82,1101100011011111111111011101111111111110101111111110011110111101111110001111111111111011111110111111
+8,30,16,78,1101100011001111111110011001111111011110111111111110011110111101101111011110110111110011111111111111
+8,30,17,82,1101100011011111111110011011111111111110111111111110011110111101101111011111111111111111010111111011
+8,30,18,80,1101100011001111111111011111111111011110101111111110011110011101101111011111111101111011111111111011
+8,31,0,84,1101110011001111111110111001111111011110111111111110111011111101101111011111111111110111111111111111
+8,31,1,85,1101110011011111111111011101111110111110111111111100011111111101110111011111111011111111111111111111
+8,31,2,85,1101010011011111111111111101111111111110110111111110111111111101100111011111111011110111111111111111
+8,31,3,82,1101100011001111100111111101111111110110101111111110111110111101111111011111110111101111111111111111
+8,31,4,82,1101100011011111111111011101111111111110101111111110011110011101111110011111111111110101111111111111
+8,31,5,82,1101100011011111111110011001111111111110111111111110011011111101111111001110111111111011111111111111
+8,31,6,80,1101100011011111111110011001111111111110111111111100011011111101111110011110111111110011111111111111
+8,31,7,87,1101110011011111111110111001111111111110111111111110011111111101111111011111111111101111111111111111
+8,31,8,80,1101110011001111111111011101111111011110111111111110011010111101100111011111111001111011111111111111
+8,31,9,82,1101100011001111111111001111111111011110101111111110111111011101101111011111111111110111111111111011
+8,31,10,79,1101000011001111111110011101111111111110101111111110011110111101111111001111011111110011111111111111
+8,31,11,78,1101100011011111111110011001111101011110101111111110011111111101111111001101101111111011111111110111
+8,31,12,82,1101100011011111111111011101111111111110101111111100011010111101111111001111111111111111101111111111
+8,31,13,84,1101100011011111111111011100111111111110101111111110011110111101111111001111111111111111111111111111
+8,31,14,78,1101100011001111111101011100111111111110001111111110011110011101101111001111111101111111111111111111
+8,31,15,82,1101100011011111111111011111111111011110101111111100011110111101111111011111111111111011101111111011
+8,31,16,79,1101100011001111111110011111111111111110101111111110011010011101111111001111111111110011111111111011
+8,31,17,82,1101100011011111111111011001111110110110111111111110011110111100101111011111111111111111111111111111
+8,31,18,81,1101100011011111111111011101111111111110101111111110011110111001111110011111111111111011101111101111
+8,32,0,84,1111110011011111111111011101111111111110111111111100011110011101111110011111111111110101111111111111
+8,32,1,84,1101100011011111111111011101111110111110101111111110011111111101110111011111111011111111111111111111
+8,32,2,79,1101100011011111101101011111111111011110101111111100011110111101111111001111111111111011110111111011
+8,32,3,82,1101100011011111111111011100111111110110101111111110011110111101111111011111111111111111101101111111
+8,32,4,80,1101000011011111111111011101111111111110101011111100011010111101111111011111111111111011101111111111
+8,32,5,82,1101110011011111111111011101111111111110101111111110011110111001111110001111111111111111101111101111
+8,32,6,85,1101010011011111111110111001111111111110111111111110011111111101101111011111111111101111111111111111
+8,32,7,86,1101110011011111111111111101111111111110110111111110111111111101110111011111111011110111011111111111
+8,32,8,81,1101100011001111111111011101111111110110101111111110011110111101111111001111110111101111111111111111
+8,32,9,85,1101100011011111100111111101111111111110101111111110111111111101111111011111111111111011111110111111
+8,32,10,85,1101100011011111111111011101111111111110101111111110011111111101111111011111111111111011111110111111
+8,32,11,80,1101100011011111111111011101111111111110101111111110011110111001111110001111111111111011101111101111
+8,32,12,81,1101100011011111111111011101111111111110101111111100011010111101111111001111111111111011101111111111
+8,32,13,82,1101100011011111111111011111111111011110101111111100011110111101111101011111111111111111101111111011
+8,32,14,80,1101100011011111111111011111111111111110101111111100011110110001111110011111111111111011101111101111
+8,32,15,84,1101100011011111111111011101111111111110101111111110011110111101111111011111111111111011101111111111
+8,32,16,81,1101100011011111111110111001111111111110111111111110011011111100111111001110111111111011111111110111
+8,32,17,78,1101100011011111111110011001111111111110110111111110011010111101111110001110111111111010111111111111
+8,32,18,78,1101000011011111111111011001111110110110111111110110011110011100101111011111111111111101111111111111
+8,33,0,82,1101100011011111111111011111111111111110101111111110011110111101111101011111111111111111000111111011
+8,33,1,81,1101100011011011111111011101111111011110101111111100011111111101111111011111111111111011111110111011
+8,33,2,81,0100000011011111111111111101111111111110111111101110011011111101111111001111111111110111111111110111
+8,33,3,79,1101100011011111111110011001111111111110101111111110011110111100111110011110011111111011111111111111
+8,33,4,86,1101100011111111111111011101111111111110101111111110011111111101110111011111111111111011111111111111
+8,33,5,84,1101100011011111111111011101111110111110101111111110011110111101111111011111111111111111101111111111
+8,33,6,85,1101010011011111111111111000111111111110111111111110011111111101101111011111111111101111111111111111
+8,33,7,82,1101110011011111111110011101111111110110101111111110011110111001111111011111111111111111101101111111
+8,33,8,80,1101000011011101111111011001111111110110111111110110011110011101101111011111111111111111111111111111
+8,33,9,82,1111010011011111111110111001111110111110111111111110011111111100101111011111111111101101111111111011
+8,33,10,82,1101100011011111100110111001111111111110101111111110111111111101111111011111111111101111111010111111
+8,33,11,87,1101010011011111111111111101111111111110111111111110011111111101101111011111111111111011111111111111
+8,33,12,80,1101100011011111111111011101111111111110101111111100011010111101111111001111111111111011101111101111
+8,33,13,81,1101100011011111111111011111111111111110101111111100011110110001111110011111111111111011101111111111
+8,33,14,84,1101100011011111111111011101111110111110101111111110011111111101110111011111111011111111111111111111
+8,33,15,81,1101100011011111111111011100111110111110101111111110011111111101110111010101111011111111111111111111
+8,33,16,83,1101110011011111111111011101111111101110111111111100011110111001111110011111111111111111101111111111
+8,33,17,82,1111110011011111111111011101111111111110101111111110011110011101111110001111111111110101111111101111
+8,33,18,82,1101100011011101001111011101111111111110101111111110011111111101111111011111111111111011111110111111
+8,34,0,85,1101010011011111111111111101111111111010111111111110011101111101101111011111111111111011111111111111
+8,34,1,87,1101010011011111111111111101111111111110111111111110011111111101101111011111111111111011111111111111
+8,34,2,83,1100010011011011111111111000111111111110111111111110011111111101101111011111111111101111111111111111
+8,34,3,84,1101010011011111111111111000111111111110111111111110011111111101100111011111111111101111111111111111
+8,34,4,79,1101000011011111111111011111111111110110101111111110011010111101111101011111111111110111010111111011
+8,34,5,85,0101100111011111111111111101111111111110111111101110011111111101111111001111111111111111101111110111
+8,34,6,86,1111010011011111111111111001111111111110111111111110011111111100101111011111111111101111111111111111
+8,34,7,82,1111010011011111111110111000111110111110111111111110011111111101101111011111111111101101111111111011
+8,34,8,84,1101100011011011110110101101111111111110101111111110111111111101111111001111111111111111111111111111
+8,34,9,82,1111110011011111111111011101111111111110101111111110011110011111111110011111111111110001111110101111
+8,34,10,84,1101000011011111110111111101111111111110101111111110111111111101111111011111111111111011011110111111
+8,34,11,87,1101110011011111111110111101111111111110111111111110011111111101101111011111111111111011111111111111
+8,34,12,83,1101100011011111101111011101111110111110101111111110011110111101111111011111111111111111111110111111
+8,34,13,82,1001100011011111110110111001111111111110101111111110111111111101111111011111111111101111101011111111
+8,34,14,84,1101100011011011111111011101111111111110101111111110011110111101111111011111111111111111101111111111
+8,34,15,81,1101100011011111111111011101111110011110101111111100011111111101111111011111111111111011111110111011
+8,34,16,85,1101010111011111111111111101111111111110111111111110011111111101101111011111111111101001111111110111
+8,34,17,83,1111010011011111111110111001111110111110111111111110011111111100101111011111111111111101111111111011
+8,34,18,81,1101100010011101101111011101111111111110101111111110011110111101111111011111111111111111101111111101
+8,35,0,81,1111010011011111111110111001111110111010111111111110011101111100101111011111111111111011111111111011
+8,35,1,85,1101010011011011110111111101111111111110111111111110011111111101101111011111111111111101111111111111
+8,35,2,82,1111010011011111110110111001111110111110111111110111011111111100101111011011111111111111111111111011
+8,35,3,83,1001010011011111111111111101111111111010111111111110011101111101101111011111111111111001111111111111
+8,35,4,85,1101100011011111111111011101111111111110101111111110011110111101111111011111111111111111111110111111
+8,35,5,82,1101100011011011100110101101111110111110101111111110111111111101111111001111111111111111111111111111
+8,35,6,86,1101010101011111111110111101111111111110111111111110011101111101111111011111111111111011111111111111
+8,35,7,86,1101110011011111111111111101111111111010111111111110011111111101101111011111011111111011111111111111
+8,35,8,85,1101010010011111111111101101111111111110111111111110011111111101111111011111111111111011101111111111
+8,35,9,80,1101100011011101101111011101111111111010101111111110011100111101101111011111111111111111111111111101
+8,35,10,85,1111010011011111110111111101111111111110101111111110111111111101101111011111111111111011011110111111
+8,35,11,84,1101000011011111111111111001111011111110111111111110011111111100111111011111111111101111111111111111
+8,35,12,86,1101110011011111111110111101111111111110111111111110011111111101101101011111111111111011111111111111
+8,35,13,87,1101010011011111111111111101111111111110111111111110011111111101101111011111111111111011111111111111
+8,35,14,85,1101110011001111011111111101111111111110101111111110011111111101101111011111111111111011111111111111
+8,35,15,84,1111100010011111111110011101111110111110111111111110011111111101111111011111111111111011111110111111
+8,35,16,83,1100010011011111111111111000111111111110111111111110011111111101101111011111111111101111011111111111
+8,35,17,83,1101010011011011111111111101111111111010111111111110011101111101101111011111111111111011111111111101
+8,35,18,85,1111010011011111111111111001111111111110111111111110011111111100100111011111111111101111111111111111
+8,36,0,82,1101010011011011110111111001111111111110111111111110011111111101101111011110111111101101111111111111
+8,36,1,87,1111010011011111111111111101111111111110111111111110011111111100100111011111111111111111111111111111
+8,36,2,86,1101110011011111111110111101111111111110111111111110011111111101101101011111111111111011111111111111
+8,36,3,84,1101010011011111111110101101111111111110111111111110011111111101101101011111111111111011111111111111
+8,36,4,85,1111010011011111110111111101111111111110111111111110011111111101101111011111111111111011011110111111
+8,36,5,87,1101010011011111111111111101111111111110101111111110111111111101101111011111111111111011111111111111
+8,36,6,84,1111100010011111111111111101111110111110111111111110011111111101111111011111111111001011111110111111
+8,36,7,84,1101010011011111111110001101111111111110111111111111011111111101111111011111111011111011101111111111
+8,36,8,85,1101010011011111111110111100111111111110111111111110011111111101101111011111111111111011111111111111
+8,36,9,85,0101110011011111111111111011111111111110111111111110011111111101101101011111111111101111111101111111
+8,36,10,83,1101010011011111101111111101111111111110111111111110011111111101101111011011111101111011101111111111
+8,36,11,84,1101110010011111111011101101111111111010111111111110011111111101111111011111011111111011111111111111
+8,36,12,82,1101010011011011111111101010111111111010111111111110011111111101101111011111111111101111011111111111
+8,36,13,81,1100010011011111111111111101111111111110110111111110011101111101101111011111111111011011111111011101
+8,36,14,81,1111110011011111111110111001011101111110111111111110011111111100100101011111111111111011111111110111
+8,36,15,85,1101010011011111111111111101111111111110111101111110011111111101101111011111111111101111111111110111
+8,36,16,85,1101010101011111111110111101111111111010111111111110011111111101111111011111011111111011111111111111
+8,36,17,88,1101110111011111111111111101111111111110111111111110011101111101101111011111111111111011111111111111
+8,36,18,84,1100010011011111111111101101111111111110111111111110011111111101101111011111111111111011011111111111
+8,37,0,85,0101110010011111111111101111111111111010111111111110011111111101111111011111111111101011111111111111
+8,37,1,84,1101110011011111111011111001111111111110111111111110011111111101101101011111011111111111111101111111
+8,37,2,86,1101010011011111111111111001111111111110111101111110011111111101101111011111111111111111111111111111
+8,37,3,85,1101010011011111111111111100111111111110111111111110011111111101101111011111111111101111111111110111
+8,37,4,86,1101010011011111111111111101111111111110101111111110011111111101101111011111111111111111111111110111
+8,37,5,84,1101010011011111111011111101111111111110111101111110111111111101101111011111111111101011111111111110
+8,37,6,80,1100010011011111111111011101111111111100110111111110011101111101101111011111111111111011111111011101
+8,37,7,83,1111010011011111110111111101111111111110111101111110011111111101101111011111111111011011011110111111
+8,37,8,88,1101110111011111111111111101111111111110111111111110011111111101101101011111111111111011111111111111
+8,37,9,83,1101010011011111111110101101111111111110111111111110011101111101101111011111111111111011111111101111
+8,37,10,83,1111110010011111111111111101111110111110111111111110011111111101101111011111111111001011011110111111
+8,37,11,85,1111000011011111110111111101111111111110111111111110011011111101111111011111111111111011111110111111
+8,37,12,84,1100010011011111111111111101111111111110111111101110011111111101101111011111111111111011011111111111
+8,37,13,85,1111010011011111110111111101111111111110111111111110011111111101101111011111111111111011011110111111
+8,37,14,88,1101110111011111111111111101111111111110111111111110011111111001101111011111111111111011111111111111
+8,37,15,83,1101110011011111111110111101111111111110111111111110011101111101101101011111011111111011111111011111
+8,37,16,83,0101110011011111111111111011111111111110111111111110011011111101101101011111111011101111111101111111
+8,37,17,85,0101110011011111111111111011111111111110111111111110011111111101101101011111111111101111111101111111
+8,37,18,83,1101010111011111111111111000111111111110111111111110011111111101101111011101111011101111111111111011
+8,38,0,85,1111110010011111111111101111111110111110111111111110011111111101111111011111111111101011011110111111
+8,38,1,83,0101110010011111111111111101111111111010111111111110011111111101101111011111111111001011111111111111
+8,38,2,84,1101000011011111110111111111111111111110111111111110011011111101101101011111111111111111111110111111
+8,38,3,86,0111110011011111111111111001111111111110111111111110011111111101111111011111111111101011111101111111
+8,38,4,84,1101010011011111111111111100111111111110111101111110011111111101101111011011111111101111111111111111
+8,38,5,86,1101010011111111111111111001111111111110111111111110011111111101101111011111111110111111111111110111
+8,38,6,82,1111100011011111110111111101111111111110111111111110001011111100101111011111111111101011111110111111
+8,38,7,84,0101010011011111111111111011111111111110111111111110011111111101111001011111111111110111111101111111
+8,38,8,82,1111100010011111111111111101111110111110111111111110011111111101101111011111111111001011011110111111
+8,38,9,84,1111010011011111110111111101111111111110111111111110011111111101101111011111111111111011011100111111
+8,38,10,83,1101010011011111111110111001111111111110101101111110011111111101101111011111111111111111111011111111
+8,38,11,87,1101010011011111111111111101111111111110111111111110111111111101101111011101111111111011111111111111
+8,38,12,82,0101010011011111111101111101111111111110101111111110011111111101101111011111111111111111110101110111
+8,38,13,86,1101110011011111111111101011111111111110111111111110011111111101101101011111111111101111111111111111
+8,38,14,80,1101010011011111111011111000111111111110111101111110111111111101101111011101111011101111111111111010
+8,38,15,87,1101010111011111111111111101111111111110111111111110011111111101101111011111111111101011111111111111
+8,38,16,83,1101010001011111111110111001111111111110111101111110011111111101101111011111111111111011111111111111
+8,38,17,83,1101010011011111111111101101111111111110111111111110011101111101101111011111111111101111101111101111
+8,38,18,83,1101010011011111111011111101111111111110111101111110011111111101101101011111111111101011111111111111
+8,39,0,85,1101010011011111111110101101111111111110111111111010011111111101101111011111111111111111111111111111
+8,39,1,80,1101010001011111111111111001111111111110111101111110011101111101101111011111111111101011101111101111
+8,39,2,82,1101110011011111111111101001111101110110111111111110001111111101101101011111111111111011111111111111
+8,39,3,91,1101110111011111111111111111111111111110111111111110111111111111101111011111111111101111111111111110
+8,39,4,84,0101110011011111111111101011111111111110111111111110011111111101101101011111111111100111111111111111
+8,39,5,85,1101010011011111111111111011111111111110111111111110011111111101111001011111110111111111111101111111
+8,39,6,83,1101010011011111111110111101111111111110101101111110111111111101101111011111111111111011101011111111
+8,39,7,86,1101010011011111111111111001111111111110111111111110011111111101101111011101111111111111111111111111
+8,39,8,85,0111110011011111111111111001111111111110111111111110011111111100111111011111111111101011111101111111
+8,39,9,86,0111110011011111111111111001111111111110111111111110011111111101111111011111111111101011111101111111
+8,39,10,86,1111010011111111111111111001111111111110111111111110011111111101101111011111111110101111111111110111
+8,39,11,84,0101110011011111111101111001111111111110111111111110011111111101111111011111111111111011101101111111
+8,39,12,82,0101010001011111111110111001111111111110111111111110011111111101111111011101111111111011111101111111
+8,39,13,83,1101010011011111111111111011111111111110111101111010011111111101101001011111111111110111111111111111
+8,39,14,87,1111110010011111111111111111111110111110111111111110111111111101111111011101111111101011111110111111
+8,39,15,85,1101010011011111111111101101111111111110111111111110011111111101101111011111111111111011011111111111
+8,39,16,82,0101010011111111111110111001111111111110111111111110011111111101101001011111111111111111111101110111
+8,39,17,86,1101010011011111111111111011111111111110111111111110011111101101111111011111111110110111111111111111
+8,39,18,87,1101110111011111111111111101111101111110111111111110011111111111101111011111111111101011111111111110
+8,40,0,86,1111010011011111111111111011111111111110111111111110011111111101101010011111111111101111111111111111
+8,40,1,79,0101110011011111111111111001111111111110111101111010011111111100111101011111101111100011111101111111
+8,40,2,86,1101110011011111111111111011111111111110111111111110011111101101111111011111111110100111111111111111
+8,40,3,87,1111010010011111111111111111111110111110111111111110111111111101111111011101111111111011111110111111
+8,40,4,84,0101110011011111111111111001111111111110111111111110011111111100101111011111111111111011111101111111
+8,40,5,86,1111010011011111111111111001111111111110111111111110011111111101111111011101111111101111110111111111
+8,40,6,82,1111010010111111110111111001111111111110111111111110011111111101101111011101111110101111111110110111
+8,40,7,89,1111110010011111111111111111111110111110111111111110111111111101111111011111111111101011111111111111
+8,40,8,85,0111110011011111111111111101111111111110111111111110001111111101101111011111111111101011111101111111
+8,40,9,83,0101110010011111111111111001111111111010111111011110111111111100111111011111111111011011111111111111
+8,40,10,85,1101010011011111111111111001111111111110111111111110011101111101101111011101111111111111111111111111
+8,40,11,83,0101110011011111111101111001111111111110111111111110011111111101111011011111111111111011101101111111
+8,40,12,80,1101110010011111111110111101111111111010111111111110111111111101101101011111111111011011101010111011
+8,40,13,85,0101010011011111111111111101111111111110101101111110111111111101101111011111111111111011111111111111
+8,40,14,86,1101010011011111111110111101111111111110111111111110111111111101101111011101111110111111111111111111
+8,40,15,83,1101010011011111111111101001111111111110111101111010011111111101101111011111111111111111101111111111
+8,40,16,85,1101010111111111111111111001101111111110111111111110011111111111101111011111111110101011111111110111
+8,40,17,87,1111110011011111111111111101111101111110111111111110011111111101101111011111111111101111111111111110
+8,40,18,83,0101110011011111111111101001111111111110111111111110011111111101111101011111111111100111011111111111
+8,41,0,85,1101010011011111111111111001111111111111111111111110011111111101111111011101111111101111110111110111
+8,41,1,86,1111010111111111111111111001101111111110111111111110011111111111101111011111101110101011111111111111
+8,41,2,86,1111010011011111111111111001111101111110111111111110011111111101111111011111111111101111110111111111
+8,41,3,85,1111110011011111111111111101111111111110111111111010011110111101101111011101111111101111111111111110
+8,41,4,85,1111110011011111111111111101111100111110111111111110011111111101101111011111101111101111111111111110
+8,41,5,85,1111110011011111111111111101111101111110101111111110011111111101101111011111101111101111111111111110
+8,41,6,84,0101110011011111101111111011111111111110111111111110011111101101111111011111111110101011111111111111
+8,41,7,85,1101110011011111111111111001111111111110111111111110011111111100101111011111111111110111111101111111
+8,41,8,83,0101110011011111111111111001111110111110111111111110011111111100101111011111111111111011111101111111
+8,41,9,87,1011110010011111111111111111111101111110111111111110111111111101111111011011111111101011111111111111
+8,41,10,84,1101010011011111111110111101111111111110111111111110111111111101100111011101101110111111111111111111
+8,41,11,84,1101010001011111111111111001111111111110111111111110011101111101101111011101111111111111111111111111
+8,41,12,84,1101110011011111111111111011111111111110111111111110011111101101111111011110011110100111111111111111
+8,41,13,85,1101110011011111111111111011111111111110111111111110011111101101111111011111111110100111101111111111
+8,41,14,85,1101010011011111111111111001111111111110111111111110111111111100101111011111111111111011111111110111
+8,41,15,82,0101110011011111111110111101110111111110111111111110011111111101101111011101111110110111111101111111
+8,41,16,81,0101010011011111111111111001101011111110101101111110111101111101101111011111111111101111111111111111
+8,41,17,86,1101010011011111111111111101111111111110111111111110011111111101101111011101111111111011111111111111
+8,41,18,82,0101110011011111111111101001111111111110111101111010011111111101101111011111111111110111111101111111
+8,42,0,84,1101010111111111111111111001111111111110111111111110011101111101101111011111101110101111111110111111
+8,42,1,85,1111010001011111111111111001101111111110111111111110011111111111101111011101111111111011111111111111
+8,42,2,84,1101110011011111111111111001111111111110111111110110011111111100101111011111111111110111111101111111
+8,42,3,85,1101010011011111111111111101111111111110111111111110011111101101101111011101111111111011111111111111
+8,42,4,86,1101110011011111111111111101111111111110101111111110011111111101101111011111110111111011111111111111
+8,42,5,84,1111010011011111111111111101111101111110111111111110011111111101101111011101101111101111111111111110
+8,42,6,85,1101010011011111111111111001111111111111111111111110011111111101011111011100111111111111110111111111
+8,42,7,80,1101010001011111111111111001011111111110111111111110011101111101101111011101111111101110111111110111
+8,42,8,87,1111110011011111111111111001111101111110111111111110011111111101101111011111111111111111110111111111
+8,42,9,83,1101010011011111111111111001111111111110111111110110011111111100111111011111111111100111111101111111
+8,42,10,85,1101110011011101111111111011111111111110111111111110011111111101111111011101111110101111101111111111
+8,42,11,82,1100010001011111111111111001111111111110111111111110011101101101101111011111111111110111111111111111
+8,42,12,85,1101110011011111111111111011110111111110111111111110011111111101111111011111011110100111111111111111
+8,42,13,83,1111010011011111111111111001111101111110111111111110011111101101111111011110101111101111110111111111
+8,42,14,88,1111110010011111111111111111111101111110111111111110111111111101111111011111110111100111111111111111
+8,42,15,84,1001110011011111111111111001111111111110111111111110111111111100101111011011111111111011111101111111
+8,42,16,86,1111010011011111111111111001111101111110111111111110011111111101111111011111111111101111110111111111
+8,42,17,86,1101010011011111111111111101111111111110111111111110011111111101101111011101111111111011111111111111
+8,42,18,86,1111010011011111111111111101111111111110111111111110011111111101101111011101111111111011111111111110
+8,43,0,85,1101110011011111111111111101111111111110111111111110011111111101111111011111101110100111111111111110
+8,43,1,84,1111010011011111111111111011110101111110111111111110011111111101101111011101011111101111111111111111
+8,43,2,84,1111110011011101111111110011110111111110111111111110011111111101111111011101111110100111111111111111
+8,43,3,84,1101110011011111111111011011111111111110111111111110011111111101011111011111011110101111101111111111
+8,43,4,86,1111010011011111111111111101111111111110101111111110011111111101101111011111111111101011111111111111
+8,43,5,86,1101110011011111111111111101111101111110111111111110011111111101101111011101101111111111111111111111
+8,43,6,86,1111010011011111111111111001111101111110111111111110011111111101101111011111111111111111111111011111
+8,43,7,84,1111110001001111111111111001101111111110111111111110011111111111101111011101111111111011110111111111
+8,43,8,86,1101010011011111111111111001111111111111111111111110011111111101011111011101111111111111110111111111
+8,43,9,83,1101010011011111111111111101111111111110111111111110011111101101101111011100111111111011111110111111
+8,43,10,84,1101110011011111111111111101111111111110101111111110011111111101101111011101111111110011111111111110
+8,43,11,87,1111010011011111111111111101111111111110111111111110011111111101101111011111110111111011111111111111
+8,43,12,82,1101010011011111111111111000111111111110110111111110011111111101101111011100111111111111110111111111
+8,43,13,85,1001010011011111111111111101111111111111111111111110011111111101011111011101111111111011011111111111
+8,43,14,83,1101010011011111111111111101111111111110111111111110011111111101011111011100111111111001110111111111
+8,43,15,87,1101010011011111111111111001111111111111111111111110011111111101101111011101111111111111111111111111
+8,43,16,85,1011110011011111111111111101111101111110101111111110011111111101101111011111110111111011111111111111
+8,43,17,87,1101110011011111111111111001111111111110111111111110011111111101101111011111111111111111110111111111
+8,43,18,83,1101110011011111111110111101101111111110101111111110011111111111101111011101111111111011101111110111
+8,44,0,84,1101110011011111111111011001111111111110111111111110011111111101001111011111111111111111110111111110
+8,44,1,86,1101110011011111111111111011111111111110111111111110011111111101111111011111011110101111101111111111
+8,44,2,87,1111010011011111111111111101111101111110111111111110011111111101101111011111111111111111111111011111
+8,44,3,86,1111010011011111111111111001111111111110111111111110011111111101101111011111110111111011111111111111
+8,44,4,87,1111010011011111111111111001111111111110111111111110011111111101101111011101111111111111111111111111
+8,44,5,84,1101000011011111111111111001111101111111111111111110011111111101101111011111111111111111110111011111
+8,44,6,84,1111110011011111111111011011111111111110111111111110011111111101011111011111011110101011101111111111
+8,44,7,84,1101010011011111111111111101111111111110101110011110011111111101101111011111111111101111111111111111
+8,44,8,84,1101110011011111111111111101111111111110111111111110011111111101101111011101111111110011110111111110
+8,44,9,86,1101110011011111111111111001111111111110101111111110011111111101101111011111111111111111110111111111
+8,44,10,84,1101110011011111111111111101111101111110111111111110011111111101101111011110101110101111111111111111
+8,44,11,84,1101110011011111111111111101111111111110111111111110011111111101111111011101001111110110111111111110
+8,44,12,87,1101110010011111111111111001111111111110111111111110011111111101111111011111011111111111111111111111
+8,44,13,84,1101110011011111111111011011111111111111111111111110011111111101001111011101111110101111101111111111
+8,44,14,85,1101110011011111111111111101111111111110111111111110011111111101111111011111101110100111111111111110
+8,44,15,84,1101110011011111111111111101111111111110111111111110011111111101111111011111101110100111111111111100
+8,44,16,84,1101110011011111111111011011111111111110111111011110011111111101011111011111111111101111100111111111
+8,44,17,87,1101110011011111111111111001111111111110111111111110011111111101111111011111011110111111111111111111
+8,44,18,86,1111010001011111111111111001111111111110111111111110111111111111101111011111110111111011111111110111
+8,45,0,83,1101110011011111111011111001111111111110111111111110011111111101001111011111111110101111110111111111
+8,45,1,85,1111110011011111111111011011111111111110001111111110011111111101111111011111011111111011101111111111
+8,45,2,88,1111010011011111111111111001111111111110111111111110011111111101101111011111111111111111111111111111
+8,45,3,84,1111010001011111111111111001111110111110111111111110111111111111101111011101110111111011111111110111
+8,45,4,88,1101110011011111111111111001111111111110111111111110011111111101101111011111111111111111111111111111
+8,45,5,84,1101100010011111111111111001111111111110101111111110011111111101111111011111011111111111110111111111
+8,45,6,84,1101110010011111111111111001111111111110111111111110011111111101101111011111011111111111111111011101
+8,45,7,90,1111010011011111111111111101111101111110111111111110011111111111111111011111111111111111111111111111
+8,45,8,85,1101110011011111111111111001111111111110111111011110011111111101111111011111011110111111101111111111
+8,45,9,87,1101110011011111111111111011111111111110111111111110011111111101111111011111011110101111111111111111
+8,45,10,87,1111010011011111111111110101111111111110111111111110011111111101101111011111111111111111111111011111
+8,45,11,83,1111010011011111111111111101111101111110111111111100011111111101101111011110110111111011111111110111
+8,45,12,84,1111110011011111111111011011111111111111111111111110011111111101001111011111011110101011101111111111
+8,45,13,88,1111010011011111111111111001011111111111111111111110011111111101111111011101111111111111111111111111
+8,45,14,87,1101110011011111111111111001111111111110111111111110011111111111111111011111011110111011111111111111
+8,45,15,86,1101110010011111111111111001111111111110111111111110011111111101111111011101011111111111111111111111
+8,45,16,87,1111010011011111111111111001111111111110111111111110011111111101101111011111111111111111111111111110
+8,45,17,83,1101110011011111111111011001111111111110111111111110011111111101001111011101111111111111110111011111
+8,45,18,86,1101110010011111111111111001111111111110101111111110011111111101111111011111011111111111111111111111
+8,46,0,82,1101110010010111111111111001111111111110101111111110011111111101101111011111011111111111111111011101
+8,46,1,87,1101110010011111111111111001111111111110111111111110011111111101111111011111011111111111111111111111
+8,46,2,85,1111110011011111111111110001111111111110111111111110011111111111001111011111011110111011111111111111
+8,46,3,87,1101010011011111111111111101111111111110111111111110011111111101111111011111011111111111111111011111
+8,46,4,85,1101110010011111111111111001111111111110111111111110011111111101111111011111011111111111111111111001
+8,46,5,83,1101110010011111111111111001111111111110111011111110011111111101101111011101011111111111111111011111
+8,46,6,83,0101110010001111111111111001111111111110101111111110011111111101101111011111011111111111111111111111
+8,46,7,89,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,46,8,86,1111010001011111111111111001111110111110111111111110111111111111101111011101111111111011111111111111
+8,46,9,86,1111011011011111111111111001011111111111111111111110011111111101111111001101110111111111111111110111
+8,46,10,83,1101010010011111111111111001111111011110111111111110011111011101101111011111111111101111111111111111
+8,46,11,85,1111110011011111111111111000111111111110111111111110011111111101101111011111011111111111111111011101
+8,46,12,86,1101110011011111111111111011111111111110111111111110011111111111111111011111011000111011111111111111
+8,46,13,83,1111110011011111111111011001111111111111111111111110011111111101001111011111011110101011101111111111
+8,46,14,85,1101110011011111111111011011111111111110111111111110011111110101111111011111011111111011101111111111
+8,46,15,85,1111110010011111111111111001111111111110001111111110011111111101111111011101011111111111111111111111
+8,46,16,86,1101110011011111111111111001111111111110111011111110011111111111111111011111011110111011111111111111
+8,46,17,86,1101110011011111110111111001111111111110111111111110011111111111111111011111011110111011111111111111
+8,46,18,85,1111010010011111111111111001011111111110111111111110011111111101111111011101011111111111111111111111
+8,47,0,88,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111110
+8,47,1,85,1101110011011111110111111001111111111110111111110110011111111111111111011111011110111011111111111111
+8,47,2,86,1111010011011111111111111001011111111111111111111110011111111101111111001111111111111111111111110110
+8,47,3,84,1101111011011111111110111001111111111110111111111110011111111101101110011111110110111111111111011111
+8,47,4,86,1111110011011111111111111001110110111110111111111110001111111101111111011101111111111111111111111111
+8,47,5,85,1101010001011111111111111001010111111110111111111110111111111111101111011111111111111011111111111111
+8,47,6,87,1101110011011111110111111001111111111110111111111110011111111111101111011111111111111011111111111111
+8,47,7,83,1101110011011111111111111001110111111110111111111110011111111101111110011111011110101111111111011111
+8,47,8,84,1111010010011111111111111000011111111110111111111110011111111101111111011101011111111111111111111111
+8,47,9,85,1111110011011111111111111001011111111110111111111110011111111101101111011111011111111111111111011101
+8,47,10,86,1101010011011111111111111001111111111110111011111110011111111111111111011111011110111111111111111111
+8,47,11,87,1101110011011111111111111101111111111110111111111110011111111101111111011111011111111011111111011111
+8,47,12,84,1101110011011111111111111001111111111110111011111110011111111111101111011101011110111011111111111111
+8,47,13,86,1111110010011111111111111001111111111110001111111110011111111101111111011111011111111111111111111111
+8,47,14,88,1101010011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,47,15,87,1101110011011111111111011101111111111110111111111110011111111101111111011111011111111111111111011111
+8,47,16,86,1101110011011111011111111101111111111110111011111110011111111111111111011111011110111111111111111101
+8,47,17,82,1101010011011111111111111001111111011110111111110110011111111101111111011111011111111011111101011111
+8,47,18,85,1111010010011111111111111001011111111110111111111110011111111101111111011101111111101111111111111111
+8,48,0,84,1101010011011111111111111001111111111110111011111110011111011111101111111111011110111011111111111111
+8,48,1,88,1101110011011111110111111001111101111110111111111110011111111111111111011111111111111111111111111111
+8,48,2,89,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,48,3,81,1111010010011111111111111000011111111110111111111110001111111101111111011101011111111111011111111110
+8,48,4,86,1101110011011111100111111101111111111110111011111110011111111111111111011111011111111111111111111101
+8,48,5,86,1101110011011111011111111001111111111110111111111110011111111111101111011111111110111011111111111111
+8,48,6,84,1101110011011111110111111001111111111110111111110110011111111111101111011111011111111011111111111110
+8,48,7,87,1101110011010111111111111001111111111110111111111110011111111101111111011111111110111111111111111111
+8,48,8,88,1101110011111111111111011101111111111110111111111110011111111101111111011111011111111111111111011111
+8,48,9,87,1101110011011111111111101101111111111110111111111110011111111101111111111111011111111011111111011111
+8,48,10,86,1101010011011111111111111001111111111110111111111110001111111101111111011101111111111111111111111111
+8,48,11,88,1111110011011111111111111001110110111110111111111110011111111101111111011111111111111111111111111111
+8,48,12,87,1100110011011111111111111101111111111110101111111110011111111101111111011111111111111011111111111111
+8,48,13,83,1101010011011111111111111001100111111110111111111010011111111101111111011111011111111111111111011111
+8,48,14,87,1101110011011111111111111001111111011110111111111110011111111100111111011111111111111111111111111111
+8,48,15,84,1101110011011111111111011101111111111110111101111110011111111101111110011111011111111111111111011110
+8,48,16,87,1111110011011111110011111001111111111110111111111110011111101111111111011111111111111011111111111111
+8,48,17,84,1101110011011110111111111001011111111110111111111110011111111101101111011111011111110111111111111111
+8,48,18,87,1101010011011111111111111101111111111110111111111110011111111101111111011111111111111011111111011111
+8,49,0,89,1101110011011111110111111101111111111110111111111110011111111101111111011111111111111111111111111111
+8,49,1,86,1100110011011111111111111001111101111110101111111110011111111111111111011111111111101111111111111111
+8,49,2,86,1101010011011111111111111101111111111110111111111110011111111101111111011111111111111011111011011111
+8,49,3,87,1111110011011111110011111001111111111110111111111110011111101111111111011111111111111011111111111111
+8,49,4,90,1101110011011111111111111101111111111110111111111110111111111101111111111111011111111011111111111111
+8,49,5,86,1101110011011111110111101001111111111110111111111110011111111101111111011111111111111111111111011111
+8,49,6,86,1101010011011111111110111101111111111110111111111110011111111101111111011111111111111011111111011111
+8,49,7,89,1101111011111111111111011101111111111110111111111110011111111101111111011111011111111111111111011111
+8,49,8,88,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111011111111111111
+8,49,9,88,1101010011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,49,10,88,1101110011011111110111111001111101111110111111111110011111111111111111011111111111111111111111111111
+8,49,11,89,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,49,12,87,1101110011011111111110011101111111111110111111111110011111111101111111011111111111111111111011111111
+8,49,13,88,1101110011111111111111111001111111111110111101111110011111111101111111011111111111111111111111011111
+8,49,14,89,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,49,15,87,1101110011010111111111111001111111111110111111111110011111111101111111011111111110111111111111111111
+8,49,16,87,1111110011011110111111111001110110111110111111111110011111111101111111011111111111111111111111111111
+8,49,17,87,1101110011010111111111111001111111111110111111111110011111111101111111011111111111111111111101111111
+8,49,18,84,1101110011011111110111111001111111111110111111110110011111111111101111011111110111111011111111111110
+8,50,0,87,1101111011110111111111011101111111111110111111111110011111111101111111011111011111111110111111011111
+8,50,1,89,1101110011011111111111111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,50,2,86,1101110011011111111110011001111111101110111111111110011111111101111111011111111111111111111111111111
+8,50,3,88,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111011111011111111
+8,50,4,87,1101110011011111111111111001111111111110111110111110011111111101111111011111111111101111111111111111
+8,50,5,86,1100110011011111111111111001111101111110101111101110011111111111111111011111111111111111111111111111
+8,50,6,88,1101110011011111111101111001111111111110111111111110011111111101111111111111111111111011111111111111
+8,50,7,89,0101110011011111111111111101111111111110111111111110111111111101111111011111011111111111111111111111
+8,50,8,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,50,9,87,1101010011011111111111011001111111111110111111111110111111111101111111011111111111110111111111111111
+8,50,10,89,1101110011111111111111111001111111111110111111111110011111111101111111011111111111111111111111011111
+8,50,11,88,1101110011011111111111111001111111111110111101111110011111111101111111011111111111111111111111111111
+8,50,12,88,1101110011011111111111011101111111111110111111111110011111111101111111011111111111111111111111011111
+8,50,13,90,1101111011111111110111111101111111111110111111111110011111111101111111011111011111111111111111111111
+8,50,14,85,1100110011011111111111111101111101111110101111111110011111111101111111011111111111101111111101111111
+8,50,15,87,1101110011011111110001111101111111111110111111111110011101111111111111011111111111111111111111111111
+8,50,16,86,1101110011011111111111111001111111111110111101111110011111111101111111011111111111111111111111011101
+8,50,17,86,1101110011110111111111111001111111111110011111111110011111111101111111011011111111111111111101111111
+8,50,18,88,1100110011011111110111111101111111111110111111111110011111111101111111011111111111111111111111111111
+8,51,0,89,0101110011011111111111111101111111111110111111111110111111111101111111011111011111111111111111111111
+8,51,1,87,1101111010111111110111111101011111111110111111111110011111111101111110011111011111111111111111111111
+8,51,2,88,1101111011111111111111111001111111111110111111111110011111111101111111011101011111101111111111111111
+8,51,3,87,1101110011011101110111111101111111111110111110111110011111111101111111011111111111111111111111111111
+8,51,4,88,1101110011011111111101011101111111111110111111111110011101111111111111011111111111111111111111111111
+8,51,5,87,1101110011011111110011111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,51,6,87,1101110011011111110101111001111111111110111111111110011111111101111111011111111111111111111111111111
+8,51,7,87,1101110011011111111001111101111111011110111111111110011101111111111111111111111111111011111111111111
+8,51,8,89,1101111011011111111111011101111111111110111111111110011111111101111111011111111111111111111111011111
+8,51,9,87,1101110011111111110111111101111111111110101111111110011111111101110111011111011111111111111111111111
+8,51,10,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,51,11,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,51,12,86,1101110011111111111111011011111111111110111111111110011111101101111111011111011111111110111111011111
+8,51,13,90,1101111011010111111111111101111111111110111111111110011111111101111111011111111111111111111111111111
+8,51,14,88,1101111011111111111111011101111111111110111111111110011111111101111111011111011111111111011111011111
+8,51,15,88,1101110011111111111111111001111111111110111111111110011111111101111011011111111111111111111111011111
+8,51,16,87,1100111011010111111111111100111111111110111111111110011111111101111111011111011111111111111111111111
+8,51,17,85,1101110011111111111111011001111111111110111110111110011111111101111111011111111111101110111111011111
+8,51,18,88,1101110011011111110101111101111111111110111111111110011111111111111111011111111111111110111111111111
+8,52,0,89,1101111011111111111111111001111111111110111111111110011111111101111111011101011111111111111111111111
+8,52,1,87,0001110011011111111111111101111111111110111111111110111111111101111111011111011111101111111111111111
+8,52,2,87,1101110011011111111111111101111011111110111111111110011111111101111111011111111111111110111111011111
+8,52,3,89,1101110011011111110101111101111111111110111111111110011111111111111111011111111111111111111111111111
+8,52,4,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,52,5,88,0101110011011111111111110101111111111110111111111110111111111101111111011111011111111111111111111111
+8,52,6,89,1101110011011101110101111101111111111110111111111111011111111111111111011111111111111111111111111111
+8,52,7,86,1101110011011111110111111101111111111110111110111110011111111101111111011111111111111110101111111111
+8,52,8,87,1101110011011111111111111101111111111110101111111110011111111101110111011111011111111111111111111111
+8,52,9,89,1101110011111111110111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,52,10,88,1101110011011111111101011101111111111110111111111110011101111111111111011111111111111111111111111111
+8,52,11,88,1100110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,52,12,89,1101111011011111110111111101111111111110111111111110011111111101111111011111111101111111111111111111
+8,52,13,86,1101110001010101111111111101111111111110111110111110011111111101111111011111111111111111111111111111
+8,52,14,87,1101110011111111111111111001111111111110111111111110011111111101111011010111111111111111111111011111
+8,52,15,86,1101110011011111111111111101111111111110111111111110001011111101111111011110111111111111111111011111
+8,52,16,86,1101110011011111111101011101111111111110111111111110011101111101111011011111111111111111111111111111
+8,52,17,91,1101111011111111111111011101111111111110111111111110011111111111111111011111111111111111111111011111
+8,52,18,85,1101111011110111111111111001111111111110111111111110011111111101111101011101011011101111111111111111
+8,53,0,90,1101111011111101110101111101111111111110111111111110011111111111111111011111111111111111111111111111
+8,53,1,88,1101110011011111111111111001111111111110111111111111011111111101111111011101011111111111111111111111
+8,53,2,89,0101110011011111111111110101111111111110111111111110111111111101111111011111111111111111111111111111
+8,53,3,82,1101110011011111111101011101111111111110111101111110001101111101011011011111011111111111111111111111
+8,53,4,83,0101110011011101110101111101111111111110111101111110011111111101111111011111111111110111101111111111
+8,53,5,89,1101110011011111110111111101111111111110111110111111011111111111111111011111111111111110111111111111
+8,53,6,86,1101110011011111110101011101111111111110111111111110011001111111111111011111111111111111111111111111
+8,53,7,88,1101110011011111111101111101111111111110111111111110011111111101111011011111111111111111111111111111
+8,53,8,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,53,9,89,1101110011011111111111111101111111111110111111111110011111111101111111011111111111111111111111011111
+8,53,10,90,1101111011111111111111111101111111111110111111111110011111111101111111011101011111111111111111111111
+8,53,11,85,1101110011011111111111111001111011111110111111111110011111111101111111011110111111111110111111011111
+8,53,12,86,1101110011011101111111011001111111111110111111111110011111111101111111011101111111111111111111111111
+8,53,13,89,1101111001111111111101111101111111111110111111111110011101111111111111011111011111111111111111111111
+8,53,14,86,1101110011111111110101111001111111111110111111111110011111111111111111011101011111111111111111110111
+8,53,15,89,1101110011011101101111111101111111111110111111111111011111111101111111011111111111111111111111111111
+8,53,16,87,1101110001010101111111111101111111111110111111111110011111111101111111011111111111111111111111111111
+8,53,17,87,0101110011011111111111110101111111111110111110111110111111111101111111011111011111111111111111111111
+8,53,18,87,1101110010011101111101111101111111111110111111111111011111111101101111011111111111111111111111111111
+8,54,0,88,0101111011011101110111110101111111111110111111111110011111111111111111011111111111111111111111111111
+8,54,1,91,1101111011110111111101111101111111111110111111111110111111111101111111011111111111111111111111111111
+8,54,2,89,1101110011011111110111111101111111111110111110111111011111111111111111011111111111111011111111111111
+8,54,3,89,1101111011111101110101111101111111111110111111111110011111111111111111011111111111111110111111111111
+8,54,4,89,0101110011011111111111111101111111111110111101111110011111111111111111011111111111111111111111111111
+8,54,5,84,1101110011011111110101011101111111111110111111111110011001111101111111011111111111111111111111011111
+8,54,6,85,1101110000011101111101111101111111111110111111111111011111111101101111011111011111111111111111111111
+8,54,7,89,1101111011101111111101111101111111111110111111111110011101111111111111011110111111111111111111111111
+8,54,8,87,0101110011011111111111110101111011111110111110111110111111111101111111011111111111111111111111111111
+8,54,9,87,0101110011011111111111110101111111111110111111111110111111111101111111011111010111111111111111111111
+8,54,10,84,0101110011011111111111110101111011111110111111111110011111111101111111011110111111111110111111011111
+8,54,11,88,1101110011011111111111111001111111111110111110111110111111111101111111011111011111111111111111111111
+8,54,12,88,1101111101111111111111111101111111111110111110111110011101111111111111011111011111011110111111111111
+8,54,13,88,1101110011011111110101111101111111111110111111111111011111011111111111011111111111110111111111111111
+8,54,14,87,1101110011011111110101011101111111111110111111111110011101111111111111011111111111111111111111111111
+8,54,15,82,1101110011111101110101111001111111111110111101111110011011111111111011011101011111111111111111110111
+8,54,16,90,1101111011111111111101111101111111111110111111111110011111111101111111011101111111111111111111111111
+8,54,17,87,1101110011011111111111111101111111111110101111111110011111111101111011011111011111111111111111111111
+8,54,18,88,1101111011111101111101111101111111111110111111111110011111111110011111001111111111111111111111111111
+8,55,0,88,1101110011111111110111111101111111111110111110111110011111111101111101011111111111111111111111111111
+8,55,1,89,1101111011010111111101111101110111111110111111111111101111111111111111011111111111111011111111111111
+8,55,2,84,1101110001011101111101111001111111111110111110111110011111111101111111011111011111111111111111111111
+8,55,3,87,1101110010011111111111111001111111111110111111110111111111111101101111011111011111111111111111111111
+8,55,4,89,0101110011011111111111111101111111111110111110111111011111111111111111011111111111111011111111111111
+8,55,5,89,1101110011011111110111111101111111110110111111111110011111111111111111011111111111111111111111111111
+8,55,6,86,1101110011011111111111111001111111111110111110111110011111111100011111011111111111111111111111111111
+8,55,7,90,1101111011111101111101111101111111111110111111111110111111111111111111001111011111111111111111111111
+8,55,8,88,0101111011011111110111110101111111111110111110111110011111111111111111011111111111111111111111111111
+8,55,9,88,1101110011011101110111111101111011111110111111111111011111111111111111011111111111111011111111111111
+8,55,10,87,1101110011011111110101111101111111111110111111011110011111111111111111011111111111110111111111111111
+8,55,11,87,1101110011011111110101011101111111111110111111111111011101011111111111011111111111111111111111111111
+8,55,12,87,1101110011011111110101111101111111111110111111111110101011111101111111011111111111111111111111111111
+8,55,13,86,1101111010110111111101111101111111111110111101111110011101111101111111011111111111111111111111011111
+8,55,14,87,1101111011001111111101111101111111111110111111111110011101111111111111011110111111111111111111011111
+8,55,15,89,1101110011111111110111110101111111111110111111111110011111111101111111011111111111111111111111111111
+8,55,16,88,1101110011111111110101111101111111111110111111111110011111111111111111011111111111111110111101111111
+8,55,17,87,1101111011011101110101011101111111111110111111111110011101111111111111011111111111111111111111111111
+8,55,18,88,1101111011111111110101111101111111111110101111111110011111111111111111011111011111111110111111111111
+8,56,0,87,1101110011011111110111011101111111110110111111111110011101111111111111011111111111111111111111111111
+8,56,1,89,1101111011011101110101111101111111111110111111111110011111111111111111011111111111111111111111111111
+8,56,2,90,0101111011111111111101111101111111111110111111111110011111111111111111001111111111111111111111111111
+8,56,3,85,1101111011001101111101111101111111111110111111111110111101111111111111011110011111111110111111011111
+8,56,4,87,1101111011010111111101111101110111111110111111101111001111111111111111011111111111111111101111111111
+8,56,5,87,1101111011111111110101111101111111111110101111111110111111111111111111011111011111101010111111111111
+8,56,6,89,1101110011011111110111111101111111111110111111111111011111111111111111011111111111111011111111111101
+8,56,7,85,0101110011011101111111111101111011111110111110111111011111111111111111011111111011111011111111111110
+8,56,8,88,1101110011111111111111111101111111111110111110111110011101111111111101011111111111111111111111011111
+8,56,9,87,1101111011001111110101111101111111111110111111111110011111111101111111011110111111111111111111111111
+8,56,10,89,1101110011111111110111110101111111111110111111111110011111111101111111011111111111111111111111111111
+8,56,11,88,1101110011111111110111110101111111111110111111111110011111111101111111011111111011111111111111111111
+8,56,12,87,1101111011011111111101111101111111111110111111111110111101111111111111011110011111111111110111011111
+8,56,13,89,1101111011101101111101111101111111111110111111111110011111111111111111001111111111111111111111111111
+8,56,14,82,0101110011011111110111111101111111111010111110111110001111111101111111011011110111111011111111111111
+8,56,15,91,1101110111011111111101111101111111111110111111111111111011111111111111011111111111111111111111111110
+8,56,16,88,1101111011111111110111111101111111111100110110111110011111111111111111011111101111111111111111111111
+8,56,17,86,0101110011011111110111110101111111111110111110111110111111111101111101011111111111111111111111111111
+8,56,18,90,1101111011011111111111111101111111111110111111111110011101111111111111011110111111111111111111111111
+8,57,0,85,1101111011001101110101111101111111111110111111111110111101111111111111011110111111111110111111011111
+8,57,1,89,1101111011011101111101111101111111111110111111111110011111111111111111011111011111111111111111111111
+8,57,2,89,1101110011111111110111110101111111111110111111111110011111111101111111011111111111111111111111111111
+8,57,3,88,1101110011111111110111110101111111101110111111111110011111111101111111011111111111111111111111111111
+8,57,4,86,1101110011011111110101111101111111111100100111111110111011111111111111111111111111111111111111111110
+8,57,5,92,1101011111111111111111111101111111111110111110111111011111111111111111011111101111111111111111111111
+8,57,6,87,1101110011111111110101111101111111111110111110111010011111111111111111011111111111111111111111011111
+8,57,7,87,1101111011011101111111111101111111011100111111111110011101111111111101011111111111111111111111111111
+8,57,8,88,1101111011011111110101111101111111111110101111111110111111111111111111011111011111111110111111111111
+8,57,9,88,1101111011111101110101111101111111111110111111111110011111111111111111011111111111101011111111111111
+8,57,10,84,1101110011011101111111011101111111111110111110111110011101111111111111011111111111111011111111011101
+8,57,11,89,1101110011011111110111111101111111111110111110111111011111111111111101011111111111111111111111111111
+8,57,12,89,1101111011011101110111111101111111111110111111111110011101111111111111011111111111111111111111111111
+8,57,13,88,1101111011011111111101111101111110111110111111111110010111111111111111011110111111111111111111111111
+8,57,14,90,1101110011111111110111110101111111111110111111111110111111111111111111011111111111111111111111111101
+8,57,15,87,1101110011011111110111111101111110111110111111111111011111101101111111011111111111111011111111111111
+8,57,16,84,1101111011010111110101111101011111111110111111101111001111111111111111011111111111111101101111111011
+8,57,17,89,1101110011111111111111110101110111111110111111111110011111111101111111011111111111111111111111111111
+8,57,18,90,0101111111011111111101111101111111111110111111111110011111111111111111001111111111111111111111111111
+8,58,0,87,1101110011011111111111110101110111111110111111111110011111111101111011011111111111111111111111111111
+8,58,1,90,1101111011111101111101111101111111111110111111111110011111111111111111011111011111111111111111111111
+8,58,2,87,1101111011011111110101111101111111111110101111111110111111111111111111011111011111111110111111111101
+8,58,3,88,1101111011011101111101111101111111111110011111111110011111111111111111011111011111111111111111111111
+8,58,4,90,1101111011011101110111111101111111111110111111111110011111111111111111011111111111111111111111111111
+8,58,5,88,1101110011111111110111110101111111111110111111111110111101111111111111011111111111110111111111111101
+8,58,6,89,1101011011011111110111111101111111111110111111111110011101111111111111011111111111111111111111111111
+8,58,7,87,1101110011111101110111110101111111101110111111111110011111111101111111011111111111111111111111111111
+8,58,8,87,1101111011011101111101111101111111111110111111111110011101111110111111011111011111111111111111111111
+8,58,9,90,1101111011011101110111111101111111111110111111111110011111111111111111011111111111111111111111111111
+8,58,10,88,1101110011111111110111101101111111101110111111111101111011111111111111011111111111111111111111111110
+8,58,11,89,1101110011111111111101110101111011111110111111111110111111111111111111011111111111111111111111111101
+8,58,12,91,1101110111111111111111111101111111111110111110011111111011111111111111011111111111111111111110111111
+8,58,13,88,1101011011111111011101111101111111111110111111111111011111111111111111011111101111111111111111101110
+8,58,14,89,1101111011111101110111111101111111111110111111111110011111111111111111011111111111101011111111111111
+8,58,15,88,1101110011111111110101110101111111111110111111111110011111111101111111011111111111111111111111111111
+8,58,16,89,1101111011011101111111111101111111111110111110111110011111111111111111011111101111111111111111111111
+8,58,17,91,1101011111111111111101111101111111111110111111111111011110111111111111011111011111111111111111111111
+8,58,18,88,1101110011111111111111100101110111111110111111111110011111111101111111011111111111111111111111111111
+8,59,0,88,1101111011111101010111111101111111111110111111111110011111110111111111011111111111101111111111111111
+8,59,1,88,1101011011111111111101111101111111111110111111111111011111111111111111011111101111111011111111101110
+8,59,2,90,1101111011111101111111111101111111111110011111111110111111111101111111011111011111111111111111111111
+8,59,3,88,1101110011011011111101111101111111111110111111111111011011111111111111011111111111111111111111111110
+8,59,4,91,1101110011111111111111111101111111111110111111011111111011111111111111011111111111111111111011111111
+8,59,5,90,1101110111111111011111111101111111111110111110111111111011111111111111011111111111111111111110111110
+8,59,6,89,1101111011011101111111111101111111111110011111111110011111111111111111011111011111111111111111111111
+8,59,7,89,1101111011111101110101111101111111111110111111111111011111111111111111011111111111101011111111111111
+8,59,8,88,1101110011111101111111111101111010111110111111111110011111111111111111011111111111111111111111111101
+8,59,9,89,1101111011111111110101110101111111111110111111111110111111111111111111011111111111101011111111111111
+8,59,10,87,1101111011011101111111110101011111101110111111111100011111111111111111011111111111111111111111111111
+8,59,11,86,1101100011111111110101111101111011111110111111111110111111111111111111011110110111111111111111111101
+8,59,12,90,1101111011111111111101111101111111111110111111111111011011111111111111011111101111111111111111111110
+8,59,13,90,1101010011111111011111111101111111111110111111111111111111111111111111011111111111111111111111101110
+8,59,14,89,1101111011011111111111011101111011111110111111111010011111111111111111011111111111111111111111111111
+8,59,15,86,1101010011111111110101110101111111111110111111111110111101111111111111011110111111111111111111111101
+8,59,16,92,1101110011111111111111111101111111111110111111111111111111111111111111011111101111111111111111111110
+8,59,17,86,1101011011111111011101111101111111111110011111111111001011111111111111011111111011111111111111101111
+8,59,18,88,1101111011011101111111111101111111111110111111101110011111110110111111011111111111111111111111111111
+8,60,0,89,1101110011111101111111111101111111111110011110111111111111111111111111001111011111111111111111111111
+8,60,1,91,1101111111111111011111111101111111111110111111111111111011111101111111011111111111111111111110111110
+8,60,2,89,1101110011111111011111111101111111111110111111111111111111111111101111011111011111111111111111101110
+8,60,3,88,1101011011111111111101111101111111111110111111111111011011111111111111011111101111101111111111111110
+8,60,4,91,1101110011111111111111111101111111110110111111111111111111111111111111011111111111111111111011111110
+8,60,5,89,1101110011111111111111111101101111111110111111011111111011111011111111011111101111111111111111111111
+8,60,6,90,1101110011111111111101111101111111111110111111111111111111111111111111011111101011111111111111111110
+8,60,7,91,1101111011111111111111111101111111111110111111111111011011111111111111011111101111111111111111111110
+8,60,8,87,1101111011111001110101111101111111111110111111011111011111111111111111011111111111101111111011111111
+8,60,9,89,1101110011111010111111111101111101111110111111111111111011111111111111011111111111111011111111111111
+8,60,10,89,1101110011111111111101111101111111111110111111111111011111111111111111011111111111101011111111111011
+8,60,11,91,1101111011111101110111111101111111111110111111111111111111111111111111011111101111111111111111111110
+8,60,12,91,1101111011111101111101111101111111111110110111111110111111111111111111011111111111111111111111111111
+8,60,13,87,1101111011111111110111110101111111111110011111111110111111111101111111011111011111101011111111111111
+8,60,14,85,1101110011011001111101110101011111101110111111111101011111111111111111011111111111111111111111111111
+8,60,15,90,1101111011011111111111111101111111111110111111111110011011111111111111011111111111111111111111111110
+8,60,16,92,1101110011111111011111111101111111111110111111111111111111110111111111011111111111111111111111111111
+8,60,17,89,1101111011111101110111111101111111111110111111111110111111111111111111011111101111101111111111111110
+8,60,18,90,1101111011011101111111111101111111111111111111111010111111111110111111011111111111101111111111111111
+8,61,0,91,1101110011111111111111111101111011111110111111111111111111111111111111011111101011111111111111111111
+8,61,1,85,1101111011011111111101011101111110111110111111111100011110110111111111011111111111111111111111111110
+8,61,2,89,1101111011111100110111111101111111111110111111111111111111111111111111011111101111111111111111111100
+8,61,3,90,1101110011111111111111111101111110110110111111111111111111111111111111011111111111111111111011111110
+8,61,4,92,1101111111111111011111111101111111111110111111111111111011111101111111011111111111111111111110111111
+8,61,5,90,1101110011111111011111111101111111111110111111011111111111110111111111011111111111111111111111111110
+8,61,6,91,1101111011111101110111111101111111111110111111111111111111111111111111011111101111111111111111111110
+8,61,7,91,1101111011111101110111111101111111111110111111111111111111111111111111011111101111111111111111111110
+8,61,8,89,1001110011111111011101111101111111111110111111111111111111111111101111011111111111111111111111111110
+8,61,9,87,1101110011111111111111111101111111111110111011111111111111111111111111001111001011111111111111101110
+8,61,10,93,1101110011111111011111111101111111111110111111111111111111111111111111011111111111111111111111111111
+8,61,11,89,1101111011111111111101111101111111111110111111111111011011110111111111011111101111111111111111111110
+8,61,12,88,1101110011111101111111111101111101111110111111111111111111111111111111011111101011101111111111111110
+8,61,13,89,1101110011111111110101111101111111111110111111111111111111111111110111011111101111111111111111111110
+8,61,14,86,1101110011011111111111111101101111111110111111011110011011111111110111011111101111111111111111111111
+8,61,15,90,1101111011111111110111111101111111111110111111111111111011110011111111011111111111111111111111111110
+8,61,16,93,1101111011111111111111111101111111111110111111111111111111111111111111011111101111111111111111111110
+8,61,17,89,1101110011111101110111111101111111110110111111111111111111111111111111011111111111111111111011111110
+8,61,18,88,1101111001111111111111111100111111111110111111111111011111111111111111011111111111101011111011111011
+8,62,0,90,1101110001111111011101111101111111111110111101111111111111111111111111011111111111111111111111111111
+8,62,1,86,1001110001111111011101111101111111111110111111111011111110111111101111011111111111111111111111111110
+8,62,2,89,1101111011111101110111111101111111111110111111111110111111111111111110011111101111111111111111111110
+8,62,3,89,1101101011111101110111111101111111111110111111101111111111111111111111011111101111111111111111111110
+8,62,4,88,1101110011111111011111111101111111111110111011111111111111111111111111001111001111111111111111111110
+8,62,5,89,1101111111111111111111111101111111111110111111111111111011111101111111010111111001111111111110101111
+8,62,6,89,1101100011111111111111111101111111110110111111011111111111111111111111011111111111111111111011111110
+8,62,7,89,1101110011111011011111111101111110111110111111111111111111110111111111011111111111111111111111111110
+8,62,8,87,1101111011111101010111111101111111111110111111101111111011110011111111011111111111111111111111111110
+8,62,9,93,1101110011111111111111111101111111111110111111111111111110111111111111011111111111111111111111111111
+8,62,10,86,1001110011111101010101111101111111111110111110111111111111111111101111011111111111111111111111111110
+8,62,11,91,1101110011111111111111111101111111110110111111111111111111111111111111011111111111111111111011111110
+8,62,12,89,1101110011111111111111111101111011111100111111111111111111111111111111011111101001111111111111111111
+8,62,13,93,1101110011111111011111111101111111111110111111111111111111111111111111011111111111111111111111111111
+8,62,14,88,1101111011111111110111111101111110111110111111111111111011110011111111011111111111111111111111011110
+8,62,15,92,1101111011111101110111111101111111111110111111111111111111111111111111011111101111111111111111111111
+8,62,16,87,1101110011111111111111111101111010110110111111111111111111111101111111011111101111111111111011111110
+8,62,17,93,1101111011110111111111111101111111111110111111111111111111111111111111011111111111111111111111111110
+8,62,18,87,1001110011111101011101111101111111111110111111111111111111111111101111011111111111111111111111110110
+8,63,0,89,1101111011111101110111111101111111111110111111111110111111111111111110011111101110111111111111111111
+8,63,1,86,1101111011111101110111111101111110111110111111111110111111111111111111011011101111011111110111111110
+8,63,2,90,1101111111111111111111111101111111111110111111111111111011111101111111011111111001111111111110101111
+8,63,3,86,1101101011111101110111111101111111111010111111101111111111111111111111000111101111111111111111111110
+8,63,4,85,1101110011111111111111110101111010110110111111111111111111111001111111011111101111111111111011111110
+8,63,5,85,1101110011111111111111111101111010110110111111111111111111111101111111011111101101111111111011011110
+8,63,6,89,1101110011111111011111111100111110111110111111111111111111110111111111011111111111111111111111111110
+8,63,7,85,1101111011111011110111111101111110111110111111111111111011110011111110011111111111111111110111011110
+8,63,8,90,1101111011111111111111111101111101111110111111111111111111111111111111010111111001111111111110111111
+8,63,9,89,1101110111111111111111111101111111111110111011111111111010111101111111011111111101111111111111101111
+8,63,10,92,1001110011111111111111111101111111111110111111111111111111111111111111011111111111111111111011111111
+8,63,11,89,1101110011111111111111111101010111110110111111111111111110111111111111011111111111111111111111111110
+8,63,12,90,1101110011111111111101111111111111110110111111011111111111111111111111011111111111111111111011111110
+8,63,13,90,1101100001111111011111111101111111111110111101111111111111111111111111011111111111111111111111111111
+8,63,14,89,1101110011111011111111111101111110111110111111111111101111110111111111011111111111111111111111111110
+8,63,15,87,1101111011111111010111111101111110111110111111111111111011110111111111011111111111101111111111011110
+8,63,16,91,1101111011111111111111111101111111111110111111011111111110111111101111011111101111111111111111111111
+8,63,17,91,1101110011111111010111111101111111111110111111111111111111111111111111011111111111111111111111111110
+8,63,18,88,1101110011110111011111111101111111111110111111111111111011111111111111011111111111111111001111111110
+8,64,0,87,1101110011111111111111111101111110111110111111011111101110111111111110011111101111111111111111111110
+8,64,1,91,1101111011111011111111111101111111111110111111111111111110110111101111011111111111111111111111111111
+8,64,2,91,1111110011111111011111111101111011111110111111111111111111111111111111011111111111111011111111111110
+8,64,3,83,1101110011111111110111111001111110110110111111111111111101111101111111011111101101111111111011011110
+8,64,4,91,1101111011111111111111111101111111111110111111111111111111111111111011010111111100111111111111111111
+8,64,5,87,1101111011111101110111111101111101111110111111111110111111111111111110011111101011111111111110111111
+8,64,6,87,1101111011111011110111111101111110111110111111111111111011110111111110011111111111111111111111011110
+8,64,7,89,1001110011111111110111111101111111111110111111111111111111111011111111011111111111111111110011111111
+8,64,8,90,1101111011111111111111111101111101111110111111111111111111111111111111010111111101111111101111111110
+8,64,9,84,1101110011100111011101111101111111111110111111101111111011111111111011011111111011111111011110111111
+8,64,10,89,1101110011111111110111111101111111111110111111111111111111111111111111010111011101111111111110111111
+8,64,11,90,1101111011111111011111111101111101111110111111111111110111111111111111011111111011111111111111111110
+8,64,12,90,1101111111111011111111111101111111111110111011011111111110111101111111011111111101111111111111111111
+8,64,13,89,1101110011111111111111111101111111111110111111111111111010111111101111011111101111111111111111101111
+8,64,14,85,1101111011111111111111111101111010110110111111111111111110111001111111011111100111111111111011111110
+8,64,15,87,1101110011111111111111110001111111011110111111011111111111111011101111011111101111111111111111111111
+8,64,16,89,1101111011111111010111111101111101111110111111111111111111111111111111011111111001111111111110111111
+8,64,17,92,1101110011111111111111111101111111111110111111111111111111111111111111010111111111111111111111111110
+8,64,18,87,1101110011111011111111111101111100111110111111111111101111111111111111011111111011111111111110111110
+8,65,0,89,1101110011111111111111111101111111111110111111111111111011111111111111010111011101111111111110111111
+8,65,1,88,1101010011111111110111111101111111111110111111111111111110111111101111011111101111111111111111101111
+8,65,2,92,1101111011111111011111111101111111111110111111111111111111111111101111011111111011111111111111111111
+8,65,3,89,1100111011111011111111111101111101111110111111111111111110110111111111011111111111111111111111111110
+8,65,4,81,1001110010111111110111111101111110101110111111111111111111110111111111010111110101111110010011111111
+8,65,5,95,1101111011111111111111111101111111111110111111111111111111111111111111011111111111111111111111111111
+8,65,6,86,1101110011111011111111111001011110111110111111011111101110111111111111011111111011111111111111111111
+8,65,7,84,1101110011111111101111110101111101011110111111111111111111111011101111010111101111111111111110111110
+8,65,8,92,1101111011111111111111111101111111111110111111111111111111111111111111010111111101111111111111111110
+8,65,9,92,1101110011111111111111111101111111111110111111111111111111110111111111010111111111111111111111111111
+8,65,10,91,1111110011111111111111111101111111111110111111111111111110111111111111011111101111111011111111101111
+8,65,11,89,1101110011111111011111111101111011111110111111111111111011111111101111011111111111111111111111111110
+8,65,12,89,1101111011111111111101111101111111111110111111111111111111110111111111010110111101111111111111111110
+8,65,13,92,1101110011111111111111111101111111111110111111111111110111111111111111010111111111111111111111111111
+8,65,14,87,1101111011111101010111111101111101111110111111111111111111111111111110011111101011111111111110111111
+8,65,15,90,1101111011111111111111111101111111111110111111111110111111111111111011010111111100111111111111111111
+8,65,16,85,1101111011111011110111111101111110111110111111111111111011110111111110011110111111111111111111001110
+8,65,17,86,1101111111111011110111111101111110111110111111011111111011110111111110011111011111111111111111011110
+8,65,18,89,1101111011111011111111111101111111111110111111111111111111110111101110011111111111111111111111011110
+8,66,0,92,1101111011111011111111111101111111111110111111111111111010111111111111011111111111111111111111111111
+8,66,1,90,1101111011111111111111111101111110111010111111111111111111110111111111010111111111011111111111111111
+8,66,2,90,1110111011111111111111111101111111111110111111111111111110110111111111010111001111111111111111111111
+8,66,3,87,1101110011111011111111111101111001111110111111111111111110111111111111011111111111111011111111101110
+8,66,4,88,1101110011011100111111111101111111111110111111111111111111111111111111011111101111111111111110101111
+8,66,5,88,1111111011111111010111111101111101111110111111111111111110111111111110011111101011111011111111111111
+8,66,6,90,1101110001111111111111111101111111111110111111111111111111111111111011010111111101111111111111111111
+8,66,7,88,1101111011111111111111111101111111111110111111111110111011111111111111010111011100111111111110111111
+8,66,8,88,1101010011111111110111111101110111111110111111111101111111111111101111011111101111111111111111111111
+8,66,9,90,1101111011111111011111111101111111111110111111111111111110111111101111011111111011111111111111101111
+8,66,10,91,1101110011111111111111111101111111011010111111111111111111111111111111010111111111111111111111111111
+8,66,11,93,1101111011111111111111111100111111111110111111111111110111111111111111011111111111111111111111111111
+8,66,12,91,1100111011111011111111111101111111111110111111111111111111110111111111011111111111111111111111111110
+8,66,13,92,1101111011111111111111111101111101111110111111111111111110111111111111011111111111111111111111111110
+8,66,14,90,1101110011111111011111101101111111111110111111111111111111110111101111011111111111111111111111111111
+8,66,15,90,1101110011111111111111111101111011111110111111111111111011111111111111010111111111111111111111111110
+8,66,16,90,1101110011111011111111111101111110111110111111111111111111110111111111010111111111111111111111111111
+8,66,17,90,1101111011111111111111111101111111111010111111111111111010110111111111010111111111111111111111111111
+8,66,18,94,1101111011111111111111111101111111111110111111111111111111111111111111011111111101111111111111111111
+8,67,0,88,1101110011111111011111101101111111111110111101111111111111110111101111010111111111111111111111111111
+8,67,1,90,1101111011111111111111111101111111110010111111111111111010110111111111011111111111111111111111111111
+8,67,2,86,1101110011111011111111111101111110110110111111111111111111110111111101010110111111111111111111111110
+8,67,3,88,1101111011011111111101111101111111111110111111111111011111110111111111010111110111111111111111111101
+8,67,4,88,1111111011111111111111111101111011111110111111111111111010111111111111010111001111111111101111111110
+8,67,5,89,1100110011111111111111111101111011111110111111111111011111110111111111010111111111111111111111111111
+8,67,6,89,1110111011111111111111111101111111111110111111111111111110110111111111010011101111111111101111111111
+8,67,7,89,1110111011111111111111111101111111111010111111111111111110110111111111010111001111111111111111111111
+8,67,8,92,1101111011111111111111111101111111111110111111111111111110111111101111011111111011111111111111111111
+8,67,9,90,1101111011111011011111111101111111111110111111111111111010111111111111011111111111111111111111101111
+8,67,10,89,1101111011111111111111111101111111111010111111111111111010110111111111010110111111111111111111111111
+8,67,11,89,1101111011111111111101111101111111111110111111111110111111110111111111010111111111111111111011111110
+8,67,12,93,1101111011111110111111111101111111111110111111111111111111111111111111010111111111111111111111111111
+8,67,13,88,1101101011111111111111111100111110111010111111111111110111110111111111011111111111011111111111111111
+8,67,14,93,1101111011111111111110111101111111101110111111111111111111111111111111011111111111111111111111111111
+8,67,15,87,1101111111111101011111111101011111111110111111111111111110111111101111011111111000111111111111101111
+8,67,16,89,1101111011111111111101111101111111111110111111111111111111110111111111010110111111111111111111101110
+8,67,17,89,1101111011111111011111111101111111111110111111011111111110111101101111011111111011111111111111111111
+8,67,18,91,1101111011111111111111111101111110111010111111111111111111111111111111010111111111011111111111111111
+8,68,0,87,1110110011111011111111111101111011111010111111111111011111110111111111010111111110111111111111111111
+8,68,1,89,1100111011111111111111111101111111111110111111111111111110110111111111010111011111111111111111111110
+8,68,2,90,1101111011111111111111111101111111111100111111011111111110111101111111011111111011111111111111111111
+8,68,3,91,1101111011111110011111111101111111111110111111111111111111111111101111010111111111111111111111111111
+8,68,4,87,1101111011111111111101111101111111111110111111111011111010110111111110010110111111111111111111111111
+8,68,5,89,1101111011111111111111111101111111111010111111111111111111110111111111010110111111111111111111101110
+8,68,6,90,1101111011111111111111111100111111111110111111011111111110111111101111011111111111111111111111111011
+8,68,7,85,1110111011111011111111111101111111111010111111111101101110110111111111010111001011111111111111111111
+8,68,8,90,1100110011111111111111111101111011111110111111111111111111110111111111010111111111111111111111111111
+8,68,9,90,1101111011111110111111111101111111111110111111111011011111111111101111010111111111111111111111111111
+8,68,10,89,1101111011111111111101111101111111111110111111111111111111110111111110010111111111111111111011111110
+8,68,11,91,1101111011111111111110111101111111101110111111111110111111111111111111011011111111111111111111111111
+8,68,12,86,1110111011111111011111111101111111111010111111111111011110110101111111010111001111111111111111111111
+8,68,13,91,1101111011111111111111111101111111111110111111111111111110111111101111011111111011111101111111111111
+8,68,14,89,1101111011111111111111111101111100111010111111111111111110111111111111011101111111111111011111111111
+8,68,15,90,1101111011111111111111111101111111111110111111111111111111110111111111000111111111011111111111111110
+8,68,16,91,1101111011111111011111111101111110111010111111111111111111111111111111011111111111011111111111111111
+8,68,17,90,1101111011111011111111111101111111111110111111111111111010111111111111010111111111111111111111101111
+8,68,18,86,1101101011111111111111111100111110111010111111111111110010110111111111010111111111111111111111111111
+8,69,0,91,1101111011111011111111111101111111111110111111111111111010111111111111011111111111101111111111111111
+8,69,1,88,1101111011111111111111111101111111111100111111011111111110111101111111010111111011111111111111101111
+8,69,2,90,1101111011111111111111111101111111111010111111111111111111110111111111001111111111011111111111111110
+8,69,3,90,1101111011111111011111111101111110111110111111111111111111111111111111000111111111011111111111111111
+8,69,4,91,1101111011111111011110111101111111101110111111111110111111111111111111011111111111111111111111111111
+8,69,5,90,1101111011111011111111111101111111111110111111111111101111111111111111011011111111011111111111101111
+8,69,6,88,1101111011111011111101111101111111111110111111111111011111110111111110010111111111111111111111111110
+8,69,7,87,1100111011111111111111111101111111111110111110111111111110110111111111010111011111111111111011111110
+8,69,8,91,1101111011111111111111111101111111111110111111111111111111110111111111000111111111111111111111101111
+8,69,9,88,1101111011111011111111111101111111111110111111111111111010111111011111010111111111011111111111111110
+8,69,10,92,1101111011111111111111111101111111111110111111111111111111111111111111000111111111111111111111111110
+8,69,11,88,1101111011111111111110111101111111101110111111011110111111110111111111011011111111011111111111111111
+8,69,12,88,1111111011111111011111111101111111111010111111111111011110110101111111010111111111111111111111101111
+8,69,13,88,1100111011111010011111111101111111111110111111111111111111111111111111011111001111011111111111111111
+8,69,14,93,1101111011111111111111111101111110111010111111111111111111111111111111011111111111111111111111111111
+8,69,15,85,1101111011111111011110111101111100111010111111101111111110111111111111011101111111011111011111111111
+8,69,16,91,1100110011111111111111111101111111111110111111111111111111110111111111010111111111111111111111111111
+8,69,17,88,1101110011111111111111111101111011111110111111111111111111110111111110010111111111111111111011111110
+8,69,18,90,1101111010111111111111111101111111101110111111111111111110111111101111011111111111110111111111111111
+8,70,0,90,1100110011111011111111111001111111111110111111111111111111111111111111010111111111111111111111111111
+8,70,1,90,1101111010111111111111111101111111111110111111011111111010111111111111011111111111101111111111111111
+8,70,2,88,1101111011111111111010111101111111111110111111111011111111111111111111011011111011011101111111111111
+8,70,3,90,1101111011111111011111111101111110111110111111111110111111111111111111000111111111111111111111111111
+8,70,4,86,1111110011111111011111111101111111111010111110111101111111110101011111001111111111111111111111111110
+8,70,5,88,1101111011111111111111111101111111111010111111111111011110110111111111010111111111011111111111101111
+8,70,6,89,1111111011111111111111111101111111111010111111111111011110110101111111010111111111111111111111101111
+8,70,7,89,1101111011111111011110111101111111111110111111111110111111111111111111011011111011111101111111111111
+8,70,8,90,1101111011111111111111111101111111101111111111111111111111110111111111000111111111111101111111101111
+8,70,9,87,1101111011111111111110111101111111111110111111010110111111010111111111011011111111011111111111111111
+8,70,10,86,1101111011111111111111111101111111101110111111111111111110110111011111010011111111011111111101111110
+8,70,11,89,1101111011111011111110111101111111111110111111011110111011111111111111011111111111011111111111111111
+8,70,12,90,1101111011111011111111111101111111111110111111111111101111111111111111011011111111011111111111101111
+8,70,13,89,1101111011111011111111111101111111111110111111111111101111111111111101011011111111011111111111101111
+8,70,14,88,1101111011111111111110111101111111101110111111011111111111110111111111010011111111011111111111111111
+8,70,15,91,1101111011111111111111111101111111111110111111111110011111111111111111001111111111111111111111111110
+8,70,16,89,1101111111111111111101111001111110111010111111111111011111111111111110011111111111111111111111111110
+8,70,17,88,1101111011111011111111111101111111111110111101111110111111110101111111010111111111101111111111111111
+8,70,18,87,1101111011111111111110111101111111101110111111111110111010110111111111011111111111001111111111111111
+8,71,0,86,1101111011111011111111111101110111111110111111111111101111110111111101000011111111111111111111101111
+8,71,1,90,1101111011111111111111111101111011101111111111111111111111111111111110011111111111011101111111101111
+8,71,2,89,1101110011111011111111111101111111111110111111111111111111111111111101011011111111011111111111101111
+8,71,3,90,1100111011111011111111111001111111111110111111110111101111111111111111011111111111111111111111111111
+8,71,4,90,1101111010111111111111111101111111111110111111011111111010111111111111011111111111101111111111111111
+8,71,5,89,1101111010111111111111111101111111111010111111111111111010111111111111011111111111101101111111111111
+8,71,6,90,1100110011111011111111111001111111111110111111111111111111111111111111010111111111111111111111111111
+8,71,7,90,1101111010111111111111111101111111111110111111011111111010111111111111011111111111101111111111111111
+8,71,8,89,1101111011111011111111111101111111101110101111111111101111111111111111011011111111111111111111101111
+8,71,9,87,1100110011111011111111111001111111111110111111111111111111111111001111010111111111011111111111111111
+8,71,10,89,1101111011111111111111111101111110101111111111111111111111110111111111000111111111111101111111101111
+8,71,11,90,1101111011111111011111111101111111111110111111111110111111111111111111000111111111111111111111101111
+8,71,12,85,1111111011111111111110111101111111111110111110010100111111010101111111011011111111011111111111111111
+8,71,13,88,1101110011111111011111111101111111111010111111111111111111110111011111001111111111111111111111111110
+8,71,14,87,1101111011111111011110111101111111111110111111111110011110111101111111011011111011111111111111111111
+8,71,15,90,1111111011111111111111111101111111111010111111111111111111110111110111010111111111111101111111101111
+8,71,16,88,1100110010111011111111111001111111111110111111011111111111111111111111010111111111111111111111111111
+8,71,17,92,1101111011111111111111111101111111111110111111111111111010111111111111011111111111101111111111111111
+8,71,18,87,1100110011111011111111111001111111101110111111011111111111111111111111010011111111111111111111111111
+8,72,0,89,1100111011111011111111111101111011111110111111110111111111111111111111011111111111011111111111101111
+8,72,1,91,1101111011111111111111111001111111101111111111111111101111111111111110011111111111111101111111111111
+8,72,2,87,1101110011111010111111111101111111111110111111111111111111111111111101011011111101011111111111101111
+8,72,3,88,1101110011111011111111111101111011111110111111111111111111111111111101011011111111011111111111101111
+8,72,4,90,1100111011111111111111111001111111111110111111011111111011111111111111011111111111101111111111111111
+8,72,5,88,0101110010111011111111111101111111111110111111111111111110111111111111010111111111111110111111111111
+8,72,6,90,1100110011111111111111111001111111111110111111111111111011111111111111010111111111111111111111111111
+8,72,7,92,1101111011111011111111111101111111111110111111111111111110111111111111011111111111101111111111111111
+8,72,8,85,1101110011111011011111111101111111101110101111111111111111110111111111001011111111111111111111101110
+8,72,9,91,1101111011111111111111111101111111111010111111111111101111101111011111011111111111111111111111111111
+8,72,10,88,1101110011111011111111111101111111111110111111111111111111111111011101001011111111011111111111111111
+8,72,11,89,1101110011111111011111111101111111111010111111111111111111110111111111011111111111111111111111101110
+8,72,12,89,1101111010111111111111111101111111111110111111001111111010111111111111011111111111101111111111111111
+8,72,13,90,1101111010111111111111111101111111111110111111011111111010111111111111011111111111101111111111111111
+8,72,14,92,1101111010111111111111111101111111111111111111111111111010111111111111011111111111101111111111111111
+8,72,15,91,1101111011111111111111111101111111111110111111111111111010111111111111011111111110101111111111111111
+8,72,16,90,1100110011111011111111111101111111111110111111110111111111111111111111011111111111111111111101111111
+8,72,17,88,1101111011111011111111111101111111111110101111110111111111111111111101011011111111011111111111101111
+8,72,18,87,1100111011111111011111111101111111111110111111110110101111111111111111000101111111111111111111111111
+8,73,0,90,1101111011111111111111111001111111111110111111011111111110111111111111011111111111101101111111111111
+8,73,1,91,1100111011111011111111111101111111111110111111111111111011111111111111011111111111101111111111111111
+8,73,2,89,1101101010111111111111111101111111111010111111011111111111111111011111011111111111101111111111111111
+8,73,3,88,1101110011111111011111111101111111111110111111111111111010110111111111011111111111111111111111101110
+8,73,4,88,1101110011111111111111111101111111111010111011111111111111100111111111011111111111111111111111101110
+8,73,5,89,1101111011101111011111111001111111111010111111111111101111111111011111011111111111111111111111111111
+8,73,6,91,1101111010111111111111111101111111111111111111111111111010101111111111011111111111101111111111111111
+8,73,7,92,1101111011111011111111111101111111111110111111111111111110111111111111011111111111101111111111111111
+8,73,8,91,1101111010111111111111111101111111111110111111011111111111111111111111011111111111101111111101111111
+8,73,9,87,1100110011111011111111111101111110111110111111110111111010111111111101011111111111111111111111111111
+8,73,10,89,1101111010111110111111111101111111111111111111111111101010111111111110011111111111101111111111111111
+8,73,11,92,1101111011111111111111111001111111101111111111111111111111111111111111011111111111110101111111111111
+8,73,12,88,1101110011111111111111111101111111111111111011111111111111111111011101001011111111001111111111111111
+8,73,13,92,1101111010111111111111111101111111111110111111111111111010111111111111011111111111111111111111111111
+8,73,14,92,1101111011111011111111111101111111111110111111111111111111111111011111011111111111111111111111101111
+8,73,15,87,1101110011111111111111111001111011111010111111111111101111101111111101011011111111111111111111111111
+8,73,16,89,1101111011111111111111111001111111101101111111111111101111111111111110011111111111101101111111111111
+8,73,17,93,1101111011111011111111111101111111111110111111111111111110111111111111011111111111111111111111111111
+8,73,18,88,1101111011111011111111111101111111111110101111111111101110111111111101011011111111111111111111101111
+8,74,0,92,1101111011111011111111111001111111111110111111111111111111111111111111011111111111111111111111101111
+8,74,1,92,1101111011111111111111111101111111101111111111111111111111111111011111011111111111110101111111111111
+8,74,2,91,1101111010111111111111111101111111111111111111111111111010101111111111011111111111101111111111111111
+8,74,3,89,1101111010111111111111111101111111111110111111111111111010101111111111011111111111101111111111011111
+8,74,4,90,1101111011111111111111111101111111011010111111111111101111111111011111011111111111101111111111111111
+8,74,5,89,1101101010111011111111111101111111111110111111011111111111111111011111011111111111111111111111101111
+8,74,6,88,1101111011101111111111111001111111111110111111111101101111111111111111011111111111110101111111111110
+8,74,7,91,1101111011111111011111111001111111101011111111111111111111111111011111011111111111111111111111111111
+8,74,8,89,1101111011111111011111111101101111111010111111111111101010111111111111011111111111111111111111111111
+8,74,9,91,1101111010101111111111111001111111111110111111111111111111111111011111011111111111111111111111111111
+8,74,10,93,1101111011111111111111111101111111111110111111111111111111111111011111011111111111101111111111111111
+8,74,11,90,1101111010111011111111111101111111111110111111011111111111111111111111011111111111111111111101101111
+8,74,12,89,1101111011111011111111111101111111111101011111111111111110111111110111011111111111111001111111111111
+8,74,13,90,1101111011111111111111111001111111101110111111111111101111111111111110011111111111101111111111111111
+8,74,14,89,1101111010111111111111111101111111111110111111111111111011111111111111011111111111001110111011111111
+8,74,15,93,1101111011111011111111111101111111111111111111111111111110111111111111011111111111101111111111111111
+8,74,16,91,1100111010111011111111111101111111111111111111111111111011111111111111011111111111101111111111111111
+8,74,17,91,1101111011111111111111111101111111111110111111110111111011111111111111011111111111001111111111111111
+8,74,18,91,1101111010111111111111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,75,0,91,1101111010111111111111110101111111110110111111111111111111101111111111011111111111111111111111111111
+8,75,1,88,1101111010101111111111111001111111111111111111111111111010101111011111011111111111101111111111111111
+8,75,2,89,1100111010111011111111111101111111111111111111111111111011111111111010011111111111101111111111111111
+8,75,3,91,1101111011111111111111111001111111101110111111111111101111111111111111011111111111101111111111111111
+8,75,4,86,1101111010111011101111111101111111111110111111011111111011111111111111011110111111011111111101101111
+8,75,5,92,1101111011111111111111111101111111111010111111110111111111111111111111011111111111101111111111111111
+8,75,6,91,1100111010111111111111111101111111111110111111111111111011111111111111011111111111101111111111111111
+8,75,7,90,1101111011111011111111111101111111111111111111110111110011111111111111011111111111001111111111111111
+8,75,8,91,1101111011111011111111111001111111111110111111111111111111111111011111011111111111111111111111101111
+8,75,9,91,1101111011111111111111110101111111101111111111111111111111111101111111011111111111110101111111111111
+8,75,10,89,1101111011111011111111111101111111111110011111110111111011111111111111011111111111101111111111111011
+8,75,11,88,1101111011111011111111111101111111111101111111101111111110111111110111011111111111011001111111111111
+8,75,12,90,1101111010111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,75,13,89,1100111010111011111101111101111111111111111111111111111011111111111111011111111111101111111110111111
+8,75,14,89,1101111011011011111111111101101111111010111111111111111111111111011111011111111111111111111111101111
+8,75,15,92,1101111011111111011111111001111101101111111111111111111111111111111111011111111111111111111111111111
+8,75,16,91,1101111011111111111111111101111111101111111111111111111011101111011111011111111111111101111111111111
+8,75,17,89,1101111010111111111111111101101111111110111111111111111110111111111111011111111111100111111111011111
+8,75,18,90,1101111010111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,76,0,91,1101111110111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,76,1,90,1101111010111111111111111101111111111111111101111111101110111111111110011111111111101111111111111111
+8,76,2,89,1100111010111111101111111101111111111111111111111111111001111111111110011111111111101111111111111111
+8,76,3,90,1101111010111111111111111101111111111110111111111111101010111111111111011111111111101111111111111111
+8,76,4,91,1101111010111111101111111101111111111111111111111111111011111111111110011111111111101111111111111111
+8,76,5,88,1100111010111011111101111101111111111111111111111111101110111111111111011111111111101111111110111111
+8,76,6,90,1101111011111111111111110101110111110110111111111111111111111111111111011111111111100111111111111111
+8,76,7,90,1101111011111111111111111101111111101011111111010111111111111101111111011111111111111101111111111111
+8,76,8,90,1001111011111011111111111101111111111110111111111111111110111111011111011111111111111111111111101111
+8,76,9,88,1101111011111011111111111001111111111110011111110111111011111111111111011111111111101111111111111011
+8,76,10,90,1101111011111111111111111001111111101110111111111111101011111111011111111111111111101111111111111111
+8,76,11,93,1101111011111111111111111101111111101111111111111111111111101111111111011111111111111101111111111111
+8,76,12,88,1101111010111011111111111101111111111100111111111111111011111111011110011111111111111111111111101111
+8,76,13,89,1100111011011011111111111101101111111011111111111111111111111111111011011111111111101111111111111111
+8,76,14,91,1101111011111111011111111001111101101111111111111111111111111111111111011111111110111111111111111111
+8,76,15,90,1101111010111111011111111001111101101111111111111111111111111111110111011111111111111111111111111111
+8,76,16,93,1101111011111111111111111101111111111111111111111111111110111111111110011111111111101111111111111111
+8,76,17,87,1101111010111011101111111001111111111110111111111111101110111111011111011111111111111111111111101111
+8,76,18,91,1101111011111111111111111101111111111111111111111111101010111111111110011111111111101111111111111111
+8,77,0,91,1101111010111111111111111001111101101111111111111111111111111111110111011111111111111111111111111111
+8,77,1,86,1100111011011011011111111101101111111010111111101111111111111111111011011111111111101111111111111111
+8,77,2,88,1101111010111111111111110101110111110110111111111111111111111111111110011111111111100111111111111111
+8,77,3,93,1101111011111111101111111101111111111111111111111111111011111111111111011111111111101111111111111111
+8,77,4,91,1101111110111111101111111101111111111111111111111111101010111111111111011111111111101111111111111111
+8,77,5,90,1101111010111111111111111101111111111110111111111111101110111111111110011111111111101111111111111111
+8,77,6,90,1001111011111011111111111101111111111110111111111111111110111111111111011111111111101111111111101111
+8,77,7,93,1101111011111111111111111101111111111111111111111111111110111111011110011111111111111111111111111111
+8,77,8,89,1101111010111111101101111101111111111111111111111111101110111111111110011111111011111111111111111111
+8,77,9,92,1101111111111111111111111101101111101111111111111111111111111111111101011111111111101101111111111111
+8,77,10,91,1101111010111111111111111101111111111111111111111111101011111111111110011111111111101111111111111111
+8,77,11,90,1110111011111111101111111101111111111111111111111111111000111111111110011111111111101111111111111111
+8,77,12,89,1111111011011111111111111101111111101011111111010111111111111111111111011111111111101101011111111111
+8,77,13,88,1000111011111011111011111101101111111011111111111111111111111101111011011111111111111111111111111111
+8,77,14,90,1101111011111111111111111101111111101011111111010111111111111101111111011111111111111101111111111111
+8,77,15,90,1101111011111111111111111101111111101011111111010111111111111101111111011111111111111101111111111111
+8,77,16,90,1101111110111111101111111101111111111111111111111111101110111111101110011111111111101111111111111111
+8,77,17,91,1101111110111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,77,18,90,1101110010111111101111111101111111111110111111111111101111111111111110111111111111101111111111111111
+8,78,0,88,1101111111111111101011111001111111101111111111111111101010111111111111011111111011101111111111111111
+8,78,1,90,1101101110111111111111111101111111111111111111111111101010111111011111011111111111101111111111111111
+8,78,2,93,1101111111111111101111111101111111111111111111111111111011111111111111011111111111101101111111111111
+8,78,3,90,1101111110111111111111111101101111100111111111111111111110111111111101011111111111101111111111111111
+8,78,4,91,1100111111111111101111111101111111111111111111111111111010111111111110011111111111101111111111111111
+8,78,5,91,1111111011111111101111111101111111111111111111111111101000111111111111011111111111101111111111111111
+8,78,6,90,1101111010111111101111111101111111111011111111111111101111111111111110011111111111101111111111111111
+8,78,7,89,1101111110111111111111111101111111111111111111111111101000111110111110011111111111101111111111111111
+8,78,8,89,1101111010111111111111111111110111111110111111111111101110111111111110011111111111101111011111111111
+8,78,9,91,1101111110111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,78,10,86,1101111010111111111001111001111111101111111111111111101110101111011111011111111011111111111111111111
+8,78,11,86,1101111111111111101111111101111111111111111111111111101010111111111010011111011011101011011111111111
+8,78,12,92,1101111011111111111111111101111111101111111111111111111111111111111101011111111111101101111111111111
+8,78,13,89,1110111111111111101111111101101111111111111111111111111000111111111110011111111111101111111111111101
+8,78,14,89,1101111110111111101111111101111111111111111111101111101110111111101110011111111111101111111111111111
+8,78,15,90,1001111011111011111111111101111111111110111111111111111110111111111111011111111111101111111111101111
+8,78,16,89,1101111010111111111111011101111111111111111111111111101010011111111110011111111111111111111111111111
+8,78,17,92,1101111011111111111111111001111111111111111111111111111111111111011110011111111111101111111111111111
+8,78,18,91,1101111110111110101111111101111111111111111111111111111010111111111111011111111111101111111111111111
+8,79,0,90,1100111010111111101111111101111111111111111111111111111011110111111111011111111111101111111111111111
+8,79,1,91,1101111111111110101111111101111111111011111111111111101111111111111110011111111111101111111111111111
+8,79,2,90,1101111111111111101111111101111111111111111111111111101110111111111110011111111011101111111011111111
+8,79,3,86,1111111010111111101010111101111111111111111111111111101000111111111111011111111111100111111111011111
+8,79,4,92,1101111111111111101111111101111111111011111111111111101111111111111110011111111111101111111111111111
+8,79,5,90,1100111011111111101111111101111111111111111111111111111010111111111110011111111111101111111111111111
+8,79,6,89,1101111010111111111111111101101111110111111111111111111110111111111100011111111111101111111111111111
+8,79,7,91,1101111110111111101111111101111111101011111111111111101111111111111111011111111111101111111111111111
+8,79,8,86,0101111111111111111011111001111111101111111111111111101010011111111111011111111011101101111111111111
+8,79,9,90,1101111011111111101111111101111111101111111111111111111001111111111101011111111111101111111111111111
+8,79,10,93,1101111111111111101111111101111111111111111111111111111011111111111111011111111111101101111111111111
+8,79,11,91,1101111110111111101111111101111111111111111111111111101110111111111110011111111111101111111111111111
+8,79,12,90,1101111010111111101111111101111111111111111111111111101011011111111110011111111111111111111111111111
+8,79,13,87,1101111010111111111111001101111111111011111111111111101110111111110110011111111111101111111111111111
+8,79,14,90,1101111011111111111111111101111111111110111111111111111110111111111110011111101111101011111111111111
+8,79,15,84,1001111111111011101111111101111111111111111111111110101010111111111011011111011011101111011111101111
+8,79,16,89,1101001110111111101111111101111111111111111111111111111010111110111111011111111111101111111111111111
+8,79,17,90,1101111110111110111111111101111111111111111111111111101010111111011111011111111111101111111111111111
+8,79,18,91,1101111011111111111111111101111111111110111111111111111111111111011110011111111111101111011111111111
+8,80,0,87,1101111010111111111111001101111111111011111111111111101110111111110110011111111111101111111111111111
+8,80,1,92,1101111111111111101111111101111111111011111111111111101111111111111110011111111111101111111111111111
+8,80,2,91,1101111011111111101111111101111111111011111111111111101011111111111110011111111111111111111111111111
+8,80,3,90,1101111110111111101111111101111111111111111111111111101111011111111110011111111111101111111011111111
+8,80,4,89,1101111110111111101111111101111011111011111111111111101110111111111110011111111111101111111111111111
+8,80,5,90,1101111101111111101111111101111111111111111111111111101111111111111110011111101111101111111111111011
+8,80,6,90,1101111010111111101111111101101111111011111111111111111011111111111111011111111111101111111111111111
+8,80,7,90,1100101111111111101111111101111111111111111111111111101111110111111110011111111111101111111111111111
+8,80,8,92,1101111011111111111111111101111111111111111111111111111110111111111111011111111111101111111101011111
+8,80,9,88,1101111111111111101111111101111111111110111111111111111011101111111110011111101111101001111111111111
+8,80,10,90,1101111110111111101111111101111111101011111111111111101111111111111110011111111111101111111111111111
+8,80,11,92,1101111111111110101111111101111111111011111111111111101111111111111111011111111111101111111111111111
+8,80,12,91,1101111011111111101111111101111111111011111111111111111110111111111110011111111111101111111111111111
+8,80,13,91,1100111111111111101111111101111111111111111111111111101011111111111110011111111111101111111111111111
+8,80,14,92,1101111011111111101111111101111111101111111111111111111011111111111111011111111111101111111111111111
+8,80,15,86,1101111011111111111111111101111111111110111111111111111100110111111100011111101111101011111111111110
+8,80,16,90,1101111011111111111111101101111111111010111111111111111111111111101110011111111111101111111111111111
+8,80,17,90,1101111111111110101111111101111111111111111111111111101111111111011110011111111111101111011111111111
+8,80,18,91,1101111011111111101111111101111111111111111111111111111011110111111111011111111111101101111111111111
+8,81,0,93,1101111111111111101111111101111111111011111111111111111110111111111111011111111111101111111111111111
+8,81,1,90,1101111011111110101111111111111111111011111111111111101111111111111110011111111110101111111111111111
+8,81,2,91,1101111111111110101111111101111111111011111111111111101111111111111110011111111111101111111111111111
+8,81,3,93,1101111111111111101111111101111111111011111111111111101111111111111111011111111111101111111111111111
+8,81,4,92,1101111011111111101101111101111111111111111111111111101011111111111111011111111111111111111111111111
+8,81,5,86,1100111110111111101111111101111110110011111011111111111001111111111110011111111111101111111111111111
+8,81,6,92,1101111111111111101111111101111111101011111111111111111111111111111110111111111111101111011111111111
+8,81,7,91,1101111011111111101111111101111111111111111111111111101011011111111111011111111111101111111111111111
+8,81,8,90,1101111011111111111111101101111111111010111111111111111111111111101110011111111111101111111111111111
+8,81,9,92,1101111111111110101111111101111111111011111111111111101111111111111111011111111111101111111111111111
+8,81,10,89,1101111110111111101111111100111111111011111111111111101111011111111110011111111111101111111111111111
+8,81,11,89,1101111111111110101111111101111111111011111111111111100111111111111111011111111111001111111011111111
+8,81,12,91,1101111011111110101111111101111111111111111111111111101111111111111111011111111111101111011111111111
+8,81,13,91,1101111111111111101111111101111111101111111111111111111011111111011110011111111111101111111111111111
+8,81,14,90,1101111110111111101111111101111111111111111111111111101111111111011110011111111111101111111011111111
+8,81,15,90,1101111111111110101111111101111111111111111111111111101111011111111110011111111111101111011111111111
+8,81,16,90,1101111011111110101111111101111111111011111111111111110111111111111110011111111111101111111111111111
+8,81,17,89,1101111111011111101111111101111111111011111111111111101010111111111111010111111111101111111111111111
+8,81,18,88,1101111011111111101111111101111111111011110111111111111010111111111110011111111111101101111111111111
+8,82,0,91,1101111011111110101111111101111111111111111111111111101111111111111111011111111111001111111111111111
+8,82,1,91,1101111111111110101111111101111111111011111111111111101111111111111111011111111111101111011111111111
+8,82,2,91,1101111111111111101111111101111111111111111111111111101111111111111101011111111111001111111011111111
+8,82,3,87,1101111110111110101111111101111111111011111111111111100111111111011110011111111111101111111011111111
+8,82,4,90,1101111011111111101111111101111011111011111111111111101011111111111111011111111111101111111111111111
+8,82,5,93,1101111111111111101101111101111111111111111111111111101111111111111111011111111111111110111111111111
+8,82,6,91,1101111011111111101111111101111111111111111111111111101111110111111111011111111111101111011111111111
+8,82,7,92,1101111011111110101111111101111111111101111111111111111111111111111111011111111111101111111111111111
+8,82,8,92,1101111111111111101111111101111111111011111111111111101111111111111111011111111111101111111011111111
+8,82,9,90,1101111110111111101111111101110111111111111111111111101111111111011110011111111111101111111111111111
+8,82,10,91,1101111111111111101101111101111111111011111111111111101111101111111111011111111111101111111111111111
+8,82,11,93,1101111011111111101111111101111111111111111111111111101011111111111111011111111111111111111111111111
+8,82,12,91,1101111111111111101111111101111111111011111111111110111111111111111111011111111101101111011111111111
+8,82,13,92,1101111011111110101111111101111111111111111111111111101110111111111111111111111111101111111111111111
+8,82,14,89,1101111110111101101111111100111111111011111111111111111111011111111110011111111111101111111111111111
+8,82,15,91,1101111111111111101111111101111111111011111111111111101110111111111111011111111111101111111011111111
+8,82,16,90,1101111111111111101111111101111111101111111111111111101011111111011110011111111111101111111111111111
+8,82,17,93,1101111111111110101111111101111111111011111111111111111111111111111111011111111111101111111111111111
+8,82,18,91,1101111111111111101111111101111111111011111111111111111110111111111110011111111111101111111111011111
+8,83,0,90,1101111111111111101101111101111111111111111111111111101111110111111101011111111111101111111011111111
+8,83,1,92,1101111111111111101111111101111111111111111111111111101111111111111111011111111101011110111111111111
+8,83,2,89,1101111111111111101101111101111111111111111110111111101110111111111101011111111111001111111111111111
+8,83,3,93,1101111111111111101111111101111111111111111111111111101111111111111111011111111111111110111011111111
+8,83,4,92,1101111111111111101111111101111111111111111111111111101011110111111111011111111111101111111111111111
+8,83,5,90,1101111011111111101111111101111111101111111111111111101111111111011110011111111111101111111111111111
+8,83,6,90,1101111011101110101111111101111111111111111111111111101011111111111111011111111111111111101111111111
+8,83,7,89,1101111011111111101111111101111011111011111110111111101011111111111111011111111111101111111111111111
+8,83,8,91,1101111111111110101111111101111111111011111111111110111111111111111111011111111111101111011111111111
+8,83,9,89,1101111011111111101111111101111111111111111111111111100111111111111111011111111101001111111101111111
+8,83,10,89,1101111111111111101101111101111111101111111111111111111011101111011111011011111111101111111111111111
+8,83,11,91,1101111111111111101111011101111101111011111111111111111111111111111111011111101111101111111111111111
+8,83,12,90,1101111011111111101101111101111111111011111111111111101111101111111111011111111111101111111111111111
+8,83,13,91,1101111111111110101111111101111111111111111111111111101111111111111111011111111111001111111111101111
+8,83,14,94,1101111111111110101111111101111111111111111111111111111111111111111111011111111111101111111111111111
+8,83,15,89,1101111011111110101111111101111111111001111111111111111111111111111111011111111101101111111111111011
+8,83,16,91,1101111111111010101111111101111111111011111111111111111111111111011111011111111111101111111111111111
+8,83,17,91,1101111111111101101111111101111111101111111111111111111011111111111111011111111111101111111011111111
+8,83,18,92,1101111111111110101111111101111111111011111111111111111111111111110111011111111111101111111111111111
+8,84,0,92,1101111111111111101111111101111111111111111111111111101111110111111111011111111101111110111111111111
+8,84,1,90,1101111111111101101111111101111111111111111111111111101011111111111111011111111111001111110111111111
+8,84,2,92,1101111111111110101111111101111111111111111111111111101111111111111111011111111101101111111111111111
+8,84,3,91,1101111111111111101111111101111111111111111110111111111111111111111111011011111111011110111111011111
+8,84,4,93,1101101111111111101111111101111111111011111111111111111111111111111111011111111111101111111111111111
+8,84,5,89,1101111111111110101111111101111111111111111111011111101011110111110111011111111111101111111111111111
+8,84,6,91,1101111111111111101111111101111101111111111111111111111011111111111111011111101111101111111011111111
+8,84,7,92,1101111111111111101111011101111111101011111111111111111111111111111111011111111111101111111111111111
+8,84,8,92,1101111011111110101111111101111111111111111111111111101111111111111111011111111111111111101111111111
+8,84,9,87,1101111011101111101101111101111111111011111111111111101011101111110111011111111111101111111111111111
+8,84,10,87,1101111111111010101111111101111111111011111111111111101111111111110111010111111111101110111110111111
+8,84,11,96,1101111111111111101111111111111111111111111111111111111111111111111111011111111111111111111011111111
+8,84,12,90,1101111111111110101111111101111111111011111111111111101111111111111111011111111111001111111111101111
+8,84,13,93,1101111111111110101111111101111111111111111111111111111111111111110111011111111111101111111111111111
+8,84,14,92,1101111111111111101111111101111111111111111111111111101011110111111111011111111111101111111111111111
+8,84,15,92,1101111111111111101111111101111111111111111111111111101011110111111111011111111111101111111111111111
+8,84,16,90,1101111111111110101111111101111111111111101111111111101011110111111111011111111111101111111111111111
+8,84,17,92,1101111111111111101111111101111111111111111111111111101111111111111111011111111111001111111111101111
+8,84,18,89,1101111111111011101111010101111101111011111111111111111111111111111111011111101111101111111111111111
+8,85,0,92,1101111111111111101111111101111111111111111111111111101111111111111111011111111111001110111111111111
+8,85,1,92,1101111111111111101111111101111111111111111111111111101111110111111111011111111101111111111111101111
+8,85,2,91,1101111111111110101111111101111111111111111111111111101111101111111111011111111111111111101011111111
+8,85,3,92,1101111111111111101111111101111101111111111111111111111011111111111111011111101111101111111111111111
+8,85,4,89,1101111111111111101111011101111111101111011111111111111011111111111111011111101111101111111011111111
+8,85,5,90,1101111110111111101111111101111101111011111111111111111111111111111111011111111111100111111111101111
+8,85,6,92,1101101111111111101111011101111111111011111111111111111111111111111111011111111111101111111111111111
+8,85,7,91,1101111111111111101111111101111111101011011111111111111111111011111111011111111111101111111111111111
+8,85,8,91,1101111111111110101111111101111111111011101111111111101111111111111111011111111111101111111111111111
+8,85,9,87,1101111111111110101110111101111111111111111111111111111011110111100101011111111111101101111111111111
+8,85,10,91,1101011111111111101111111011111111111111111111111111101111111111111111011111111111111110111011101111
+8,85,11,93,1101111111111111101111111001111111111111111111111111111111111111111111011111111111001111111111111111
+8,85,12,92,1101111111111111101111111101111111111111111111111111101010111111111111011111111111101111111111111111
+8,85,13,91,1101111111111111101111111101111111111111111111111111101011110111111111011111111111001111111111111111
+8,85,14,90,1101111111111110101110111101111111111011111011111111101111111111111111011111111111101111111111111111
+8,85,15,89,1101111111111110101111111101111111111011111111111111111111111111110111011111111111001101111111101111
+8,85,16,89,1101111011111110101111111101111111111011111110111111101111111111111111011111111111101111101111111111
+8,85,17,91,1101111111111110101111111101111111111111101111111111101011110111111111011111111111111111111111111111
+8,85,18,92,1101111111111111101111111101111111111111111111111111101111111111111111011111111111001111111111101111
+8,86,0,90,1101101111111111101111111101111101111111111111111111101010111111111111011111111111101111111111111111
+8,86,1,91,1101111111111111101111111101111111111011111111111111111011111111111111011111101111101111111111111101
+8,86,2,91,0101111111111111101111111101111111101111011111111111111111111011111111011111111111101111111111111111
+8,86,3,89,1001111011111111101111111101111111111011111111111111101111111111111111011111111111001111111111101111
+8,86,4,91,1101111111111111101111111101111111111111111111111111001111110111111111011111111111101111111111101111
+8,86,5,93,1101111111111111101111111001111111111111111111111111111111111111111111011111111101011111111111111111
+8,86,6,91,1101111111111111101111111101111111111111111111111111101011111111111111011111111111001101111111111111
+8,86,7,92,1101111111111111101111111101111111111111111111111111101110111111111111011111111111101111111111101111
+8,86,8,90,1101111111111110101111111101111111111111111111111111101010111111111111011111111111101111111111110111
+8,86,9,90,1101111111111111101110111101111111111011111011111111101111111111111111011111111111101111111111011111
+8,86,10,91,1101111011111111101111111101111101111111111111111111111011110111111111011111111111101111111111111111
+8,86,11,91,1101111111111111101111111101111111111111111111111111101111111111111111011111101111001111111111101111
+8,86,12,92,1101101111111111101111011101111111111011111111111111111111111111111111011111111111111111111011111111
+8,86,13,90,1101011111111111101111111011111111111111111111111111101111111111111111011111111111101110111101101111
+8,86,14,92,1101111111111111101101111111111111111111111111111111101111110111111111011111111101111110111111111111
+8,86,15,90,1101111111111111101101111101111111111111111111111111101111111101111111011111111111001111111111101111
+8,86,16,91,1101111111111110101111111101111111111111111111111111101101111111111111011111111111111110111110111111
+8,86,17,88,1101111111111111101111111101011111111111101111111110101011110111111111011111111111001111111111111111
+8,86,18,91,1101111111111111101111111101111111111111111111111111111011111111111111011111101111001110111111111111
+8,87,0,94,1101111111111111101111111101111111111111111111111111111111111111111111011111101111101111111111111111
+8,87,1,91,1101111111111111101111111101111111111111111111111111101110111111111111011111111111001111111111101111
+8,87,2,92,1101111111111111101111111111111011111011111111111111111111111111101111011111111011101111111111111111
+8,87,3,90,1101111111111111101111111101111101111111111111111111101011111111111111011111101111101111111111111101
+8,87,4,89,1101111111101111101111111101111111111111111111111111101011111111111111011111111101001101111111111111
+8,87,5,94,1101111111111111101111111001111111111111111111111111111111111111111111011111111111011111111111111111
+8,87,6,90,1101111111111111101111111101111111111111101111111111111011111111111111011111101111001110111111111111
+8,87,7,90,1001111111111111101111111101111111111111111111111111111011111111111111011111101111001110111111111111
+8,87,8,91,1101101111110111101111111101111111111011111111111111111111111111111111011111101111111111111011111111
+8,87,9,90,1101111111111111101111011101111111111111111111111111001111110111111111011111111111101111111111101111
+8,87,10,94,1101111111111111101111111101111111111111111111111111111110111111111111011111111111101111111111111111
+8,87,11,88,1101111111111111101111111101111111111011111111111111101011111111111111011111001111101111111111101101
+8,87,12,90,1101111111111111101111111101111101111111111111111111001111111111101111011111111111101110111111111111
+8,87,13,92,1101111111111111101111111101111111111111111111111111101111110111111111011111111111101111111111101111
+8,87,14,92,1101111111111111101111111101111111111111111111111111101010111111111111011111111111101111111111111111
+8,87,15,87,1101101111111111101101111101111101111111111111111111101111111101111111001111111111001111111111101111
+8,87,16,93,1101111111111111101111111101111111111111111111111111101111111111101111011111111101111111111111111111
+8,87,17,91,1101111111111111101111111001111101111111111111111111111111111111111101011111111111001111111111111111
+8,87,18,89,1101111011111111101111111101111101111111111111101111101011111111101111011111111111101111111111111111
+8,88,0,91,1101111101111111101111111111111011111011111111111111111111111111101111011111111011101111111111111111
+8,88,1,91,1101111111111011101111111111111011111011111111111111111110111111111111011111111011101111111111111111
+8,88,2,92,1101111111111111101111111101111111111111111111111111111010111111111111011111111111001111111111111111
+8,88,3,90,1101111111111111101111111101111111111111101111111111101011111111111111011111101111101110111111111111
+8,88,4,92,1101111111111111101111111001011111111111111111111111111111111111111101011111111111101111111111111111
+8,88,5,92,1101111111111111101111111101111101111111111111111111111111111111111111011111101111001111111111111111
+8,88,6,92,1101111111111111101111111101111111111111111101111111111110111111111111011111111101101111111111111111
+8,88,7,93,1101111111111111101111111101111111111111111111111111111100111111111111011111111111101111111111111111
+8,88,8,91,1101111111101111101111111101111111111111111111111111101111111111111111011111111111001101111111111111
+8,88,9,91,1101111111111111101111111101111111111111111111111111111010111111111111011111111101101101111111111111
+8,88,10,91,1001111111111111101111111101111111111111111111111111111011111111111111011111101111001111111111111111
+8,88,11,91,1101101111111111101111111101111111111111111111111111111111111111111111011111101111101110111111111101
+8,88,12,92,1101111111111111101111111001111111111111111111111111101111111111111111011111111111101111111111101111
+8,88,13,95,1101111111111111101111111111111111111111111111111111111111110111111111011111111111011111111111111111
+8,88,14,94,1101111111111111101111111101111111111111111111111111101111111111111111011111111101111111111111111111
+8,88,15,89,1101111111111111101111111101111111111111111111111111101110111111101111011111111111001111101111101111
+8,88,16,92,1101111111111111101111111101111111111111111111111111101111111111111111011111111111001101111111111111
+8,88,17,88,1101111111101111101111111101111111111111111111111111101010111111111111011111111101001111111111101111
+8,88,18,86,1101101111110111101111111101111111001011111110111111111111111111111111011111101111101111111011011111
+8,89,0,90,1101111111111111101111111101011101111111111111111111111111101111111101011111111111001111111111111111
+8,89,1,93,1101111111111111101111111001111111111111111111111111111111111111111111011111101111101111111111111111
+8,89,2,93,1101111111111111101111111111111011111011111111111111111110111111111111011111111111101111111111111111
+8,89,3,88,1101111111111011101111110101111111111111111111111111101111111111111101001111111001101111111111111111
+8,89,4,97,1101111111111111101111111111111111111111111111111111111111111111111111011111111111111111111111111111
+8,89,5,87,1101111111111111101111111101111111111111101111101111101011110111111111011111101111001110111111111111
+8,89,6,90,1001111111111111101111111101111111111111111111111111101011111111111111011111111111001101111111111111
+8,89,7,89,1101111111101111101111111100111111111111111111111111111111111101101111011111101111001111111111111111
+8,89,8,92,1101111111111111101111111001011111111111111111111111111111111111111111011111111101101111111111111111
+8,89,9,91,1101111111111111101111111101111111111111111111111111111010111111111101011111111111101101111111111111
+8,89,10,91,1101111111111111101111111101111111111111111111111111111010111111111111011111011111101101111111111111
+8,89,11,91,1101111111111111101111111101111111111111111111111111111100111111111101011111111101101111111111111111
+8,89,12,90,1101111101111111101111111101111111111011111111111111101111111111111111011111111111001101111111111111
+8,89,13,92,1101111111111111101111111111111011111111111111111111111111111111101111011111111011101101111111111111
+8,89,14,90,1101111111111111101011111101111101110111111111111111111111110011111111011111111111111111101111111111
+8,89,15,91,1101101111111111101111111101111111111111111111111111111111111111111111011111101111101110111111111101
+8,89,16,91,1101111111111111101111011101111111111111111111111111101111111011111111011111111111011101111111111111
+8,89,17,92,1101111111111111101011111111111111111111111111111111111111110111111111011111111111001111111111011111
+8,89,18,94,1101111111111111101111111111111111111111111101111111111111110111111111011111111111011111111111111111
+8,90,0,92,1101111101111111101111111111111111111111111111111111101111111111111101011111111111101101111111111111
+8,90,1,88,1101111111111111101111111101111010111011111111111111111111111111101111011111111011001101111111111111
+8,90,2,89,1101111111111111101011101101111111111111111111111111111111110011111111011111111111001111111111011111
+8,90,3,92,1101111111111111101111011111111111111111111111110111101111111111111111011111111111011101111111111111
+8,90,4,94,1101111111111111101111111111111111111011111111111111111110111111011111011111111111111111111111111111
+8,90,5,96,1101111111111111101111111111111011111111111111111111111111111111111111111111111111101111111111111111
+8,90,6,92,1101111111111111101011111101111111111111111111111111111111110111111111011111110111101111111111111111
+8,90,7,88,1101101111111111101011111110111111111111111111111111111111111111111111011111101111001110111111011101
+8,90,8,87,1101111111111011101111110101111111111111111111111111101111111111111101001111111001101101111111111111
+8,90,9,90,1001111111110111101111111101111111111111111111111111101011111111111111011111111111001111111111111111
+8,90,10,91,1101111111111111101111111101111011111111111101111110111111111111111111011111111101101111111111111111
+8,90,11,91,1101111111111111101111111101111111111111111111111111111110111111101111011111111011101101111111111111
+8,90,12,95,1101111011111111101111111111111011111111111111111111111111111111111111011111111111111111111111111111
+8,90,13,93,1101111111111111101111111111111111111011111111111111111110101111111111011111111111101111111111111111
+8,90,14,92,1101111111111111101111111001011111111011111111111111111111111111111111011111111111101111111111111111
+8,90,15,89,1101111101111111101111111101111111111111111111111111101111111111111111011101111101001101111111111111
+8,90,16,94,1101111111111111101111111011111111111111111111111111111111111111111111011111101111101111111111111111
+8,90,17,93,1101111111111111101111111101111111111111111101111111111111110111111111011111111111011111111111111111
+8,90,18,94,1101111111111111101011111111111111111111111111111111111111011111111111011111111111101111111111111111
+8,91,0,86,1101111111111011101110100101111111111111111111111111101111111111111101001111111101101101111111111111
+8,91,1,89,1101111101111111101111111111111111111111111111111111101101111011111101011111111011101101111111111111
+8,91,2,94,1111111111111111101111011111111111111111111111111111111111110111111111011111111111011111111111011111
+8,91,3,92,1101111111101111101111111111111111111011111111111111111110111111011111011111011111111111111111111111
+8,91,4,91,1111111111110111101111111001011111111011111111111111111111111111111111011111111111101111111111111101
+8,91,5,91,1101111111111111101111011101111111111111111101111111111111110111111111011111111111011101111111111111
+8,91,6,90,1101111101111111101111111111111111101111111111111011111111111111101111011111111011101101111111111111
+8,91,7,91,1101111111111111101111111001111111111111111111111111111110111111011111011111101111101111111111111111
+8,91,8,93,1101111111111111101111111111111111111111111101111110111111110111111111011111111111011111111111111111
+8,91,9,90,1101111111111111101111011101111011111111111101111111111111111111111111011111111101101111111111011111
+8,91,10,93,1101111111111111101111111101111111111111111111111111111110111111111111011111111111111101111011111111
+8,91,11,89,1101111111101111100111111111111111111011111111111111111110111111001111011111111011101111111111111111
+8,91,12,95,1101111011111111101111111111111011111111111111111111111111111111111111011111111111111111111111111111
+8,91,13,94,1101111011111111101111111111111011111111110111111111111111111111111111011111111111111111111111111111
+8,91,14,93,1101111111111111101111111101111111111111111111111111111111110111111111011111110111101111111111111111
+8,91,15,93,1101111111111111101011111111111111111011111111111111111110111111011111011111111111111111111111111111
+8,91,16,93,1101111111111111101111111011111111111111111111111111111111111111101111011111101111101111111111111111
+8,91,17,92,1101111111111111101111111101111111111111111111111111111110111111111111011111111011101101111111111111
+8,91,18,92,1101111111111111101111111101111111111011111111111111111110111111011111011111111111101111111111111111
+8,92,0,92,1101111111111111101111011011111111111111111111111111111111111111111111011111101111101111111111011111
+8,92,1,90,1101111111111111101111111101111011111111111101111111111101111111101111011111111101101111111111111111
+8,92,2,94,1101111111111111101111111111111111111111111111111111111111111111111111011111111111111101111011111101
+8,92,3,92,1101111011111111101111111101111011111111111111111111111110111111111111011111111111111111011111111111
+8,92,4,91,1101111111111111101111111101111111111111111111111111111110110111111111001111111011111111111110111111
+8,92,5,91,1101111111111111101111111111111111111111111111111111110111111111101111010111110111101101111111111111
+8,92,6,93,1101111101111111101111111111111111111111111100111111111111111011111111011111111111111111111111111111
+8,92,7,88,1101111011011111101111111111111011111111110111111100111111110011111111011111111111011111111111111111
+8,92,8,92,1101111111111111101111111101111111111111111111111111111110110111111111011111110111101111111111111111
+8,92,9,90,1101111111101111100111111111111111111111111111111111111101111111001111011111111011101111111111111111
+8,92,10,90,1001111011111111101111111101111011111011110111111111111110111111111111011111111111111111111111111111
+8,92,11,93,1101111111011111101111111101111111111111111111111111111111111111011111011111111111101111111111111111
+8,92,12,95,1101111111111111101111111111111111111011110111111111111111111111111111011111111111111111111111111111
+8,92,13,88,1101111001101111101111111111111011111111111111111111111110111111011111011111011111010111111111111111
+8,92,14,92,1101111011111111101111111101011011111011111111111111111111111111111111011111111111111111111111111111
+8,92,15,93,1101111111111111101111111111111111111111111111111111111110111111011111011111111111101111111111011111
+8,92,16,91,1101111111011111101111111101111111111111110111111111111110111111111111011011111111111011111111111111
+8,92,17,93,1101111011111111101111111111111011111111111111111111111111111111111111011111111111111101111011111111
+8,92,18,94,1101111111111111101111111111111011111111110111111111111111111111111111011111011111111111111111111111
+8,93,0,92,1101111111111011101111111111111011111111110111111111111111111111111111011111011111111111111111101111
+8,93,1,93,1101111111111111101111111111111011111111110111111111111111111111111111011111011111111111011111111111
+8,93,2,92,1101111111111111101111111101111011111111111011111111111101111111111111011111111111101111111111111111
+8,93,3,90,1101111011011111001111111101011111111011111111111111111111111111011111011111111111111111111111111111
+8,93,4,92,1101111111111111101111111111011111111111111111111111111110111111011111011111111110111111111111011111
+8,93,5,91,1101111011111111101111111101111011111011110111111111111111111111111111011111111111101111111111111111
+8,93,6,91,1101111111111111111111111001111111111111111111111111111110111111111111011011111011101011111111111111
+8,93,7,90,1101111111011111101111111101111111111111110111111111111110110111111111001111111111111111111110111111
+8,93,8,93,1101111011111111101111111101011011111111111111111111111111111111111111011111111111111111111111111111
+8,93,9,92,1101111111111111101111111111111011111011110111111111111111111111111111011111011111111111111111101111
+8,93,10,92,1101111111111111101111111101111111111111111111111111111110110111111111011111110111101111111111111111
+8,93,11,92,1101111111111111101111111111111111111111111111111111111110111111011111011111111110101111111111011111
+8,93,12,95,1101111111111111101111111111111011111111111111111111111111111011111111011111111111111111111111111111
+8,93,13,91,1101111001111111001111111111111111111111110110111111111111111111111111011111110111111111111111111111
+8,93,14,91,1101111111011111101111111101111111111111111111110111111101111111011111011111111111101111111111111111
+8,93,15,92,1101111011111111101111111111111011110111111111111111111111111111111111011111111111111101111011111111
+8,93,16,89,1001111111111111101111111111111011111110110111111111111110111111111111010111011111101111111111111111
+8,93,17,91,1101111011111111101111111101111111111011111111111111111110111111011111011111111111111111111111011111
+8,93,18,91,1101111111111111101111011011111111111111111111111111111110111111111111011111101111101111111111011111
+8,94,0,92,1101111011111111101111111101011011111011111111111111111111111111111111011111111111111111111111111111
+8,94,1,90,1101111011111111101111111101111011111111110111111111111111111111111111011110111111101111111111011111
+8,94,2,92,1101111011111111101111111101111011111011111111111111111111111111111111011111111111101111111111111111
+8,94,3,90,1101111011111111101111111111111011110111110111111111111011111111111111011111111111111101111011111111
+8,94,4,92,1101111111111111101111111111011011111111110111111111111111111111111111011111011111111111111111101111
+8,94,5,93,1101111011111011101111111101111011111111111111111111111111111111111111011111111111111111111111111111
+8,94,6,92,1101111111111111101111111111111011101111111111111111111111111111111111011011111011111011111111111111
+8,94,7,92,1101111111111111111111111001111111111111111111111111111110111011111111011111111111101111101111111111
+8,94,8,89,1101111011111111111111111001111111111111111111111111111110111111111111011011111011101011111011111111
+8,94,9,92,0101111111111111101111111101111011011111111111111111111111111111111111011111111111111111011111111111
+8,94,10,93,1101111111111111101111111101111111110011111111111111111111111111011111111111111111111111111111011111
+8,94,11,92,1101111011111111101111111111111011111111111111111111111110111111111111011111111111111101111011111111
+8,94,12,93,1101111011111111101111111101111111111111111111111111111111111111111111011111111111101111111111011111
+8,94,13,90,1101111111111111101111011001011011111111111111111111111110111111111111011111101111111111111111111111
+8,94,14,89,1101111111011111100111111101111011111111111111111111111101110111111111001111111111111111111110111111
+8,94,15,89,1101111111111111101111111101111111111011110111111111110100011111111111011111111111101111111111111111
+8,94,16,95,1101111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,94,17,88,1001111111111101101111111111111011111110110111111111111110111011111111010111011111111111111111111111
+8,94,18,91,1101111111111111111111111101111111111111111111111111111110011111111111011011110011101111111111111111
+8,95,0,91,1101111011111111101111111101111011111011111111111111111111111111111111011111111111101111110111111111
+8,95,1,95,1101111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,95,2,90,1101111111111111101111111101011011111111110111111111111111111111111111011111011111101111101111111111
+8,95,3,93,1101111111111111111111111011111111111111111111111111110110111011111111011111111111111111111111101111
+8,95,4,94,1101111111111111101111111111111011111111110111111111111111111111111111011111111111111111111111101111
+8,95,5,94,1101111111111111101111111111011011111111111111111111111111111111111111011111111111101111111111111111
+8,95,6,93,1101111111111111101111111111101111111111111111111111111111011111111111011111111111101111111111101111
+8,95,7,92,1101111111111111101111111111011011111111110111111111111111111111111111011111011111111111111111110111
+8,95,8,90,1101111111111111101111111111001011111111110111111111111111111111111111011111011111101111111111101111
+8,95,9,94,1101111111111111101111111111111011111111111111111111111110111111111111011111111110111111111111111111
+8,95,10,94,0101111111111111101111111111111011111111111111111111111111111111111111011111111111111111111011111111
+8,95,11,87,1101111011111111101111111101111011011111111111111111111110111111011111011111111111110101001111111111
+8,95,12,93,1101111111111111101111101111111011101111111111111111111111111111111111011111111011111111111111111111
+8,95,13,90,1101111011111111101111111101011011111011111111111111111111111111111111011011111111111011111111111111
+8,95,14,92,1101111011111111101111111111111011111111111111111111111110111111111111011111111111101111111011111111
+8,95,15,92,1101111011111011101111111101111011111111111111111111111111111111111111011111111111111101111111111111
+8,95,16,87,0101111111110101101111011001001011111111111111111111111111111111111111011111101111111111111111111111
+8,95,17,91,1101111111111111101111111101111011011111111111111111111110111111111111011111111111111111011111111101
+8,95,18,92,1101111111111111101111111101011111111011110111111111111111111111011111111111111111111111111111011111
+8,96,0,91,1101111111101111111101101111111011101111111111111111111111111111111111011111111011111111111111101111
+8,96,1,92,1101111111111111101111111011011111111111111111111111110110111011111111011111111111111111111111111111
+8,96,2,94,1101101111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,96,3,91,1101111111111111101111111111011011111111110111111111111111111101111111011111011111111111111111110111
+8,96,4,93,1101111011111111101111111111101011111111111111111111111111111111111111011111111111101111111111111111
+8,96,5,91,1101111111111111101111111111111011111111110111111111111110111111111101011111111111111111111011101111
+8,96,6,93,0101111111111111101111111111111011111111110111111111111111111111111111011111111111101111111111111111
+8,96,7,94,1101111111111111101111111111111011111111111111111111111111111111111111011111111111111111111001111111
+8,96,8,94,1101111111111111101111111111101111111111111111111111111111111111111111011111111111101111111111101111
+8,96,9,91,1101111111111111101111111111011011111111110111111111111111011111111111011111111111101111111111101111
+8,96,10,90,1101111111111111101111111111011011111111110111111111101111111111011111011111111101111111111111011111
+8,96,11,91,1101111111111111101111111101011111110011111111111111111111111111011111110111111111111111111111101111
+8,96,12,92,1101111111111111101111111111111011110111110111111111111111111111111111010111111111111111111111101111
+8,96,13,90,1101111111111111101111111101111011001111111111111111111110111111111111011111111111111111011111111101
+8,96,14,89,1101110111111111101111111111101011111111110111111111111110111101111111011111111111101111111111101111
+8,96,15,92,1101111111111111101111111111011011111111110111111111111111111111111111011111011111111111111111101111
+8,96,16,95,1101111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,96,17,93,1101111111111111101111111111101111111111111111111111111111011111111111011111111111101111111111101111
+8,96,18,95,1101111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,97,0,88,1101111111111111101111111111111011010111110111111111111110111111111111010011111111111111111011101111
+8,97,1,93,1101111111111111101111111111111011111111110111111111111111111111111101011111111111111111111111101111
+8,97,2,92,1101111111111111100111111111111011011111111111111111111111111111111111011111111111111111111011111101
+8,97,3,91,0101111111111111101111111101111011101111111111111111111110111111111111011111111111111111011111111111
+8,97,4,92,1101111111111111101111111111011011111111110111111111111111111111111111011111111111101111111111101111
+8,97,5,92,1101101111111111101111111111111011111111111111111111111111011111111111011111011111101111111111111111
+8,97,6,90,0101011111111111101111111111111011111111111111111111111111111111111111011101111111101111011011111111
+8,97,7,93,1101111111111111101111111111110011111111111111111111111111111110111111011111111111111111111111101111
+8,97,8,91,1101111111111111101111111011111011111111111111111111110110111011111111001111111111111111111111111111
+8,97,9,94,1101101111111111101111111111011111111111111111111111111111111111111111011111111111101111111111111111
+8,97,10,92,1101111111111111101111111111101111111111111011111111111111011111111111011111111111101111111111101111
+8,97,11,94,1101111111111111101111111111101111111111111111111111111111111111111111011111111111101111111111101111
+8,97,12,91,1101111101111111101111111111111011111111111111111111111111111111111101011111111111111111111011100111
+8,97,13,92,0101111111111111101111111111111011111111110111111111111110111111111111011111111111111111111011111111
+8,97,14,96,1101111111111111101111111111111111111111111111111111111111111111111111011111111111101111111111111111
+8,97,15,92,1101111111111111101111111111101011111111111111111111111111011111111111011111111111101111111111101111
+8,97,16,94,1101101111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,97,17,93,0101111111111111101111111111111011111111110111111111111111111111111111011111111111101111111111111111
+8,97,18,91,1001110111111111101111111011111011111111111111111111111111111111111111011111111101101111111111111111
+8,98,0,93,1001101111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,98,1,93,1101101111111110101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,98,2,90,1101111111111111101111111111011011111111110111111111111111110111111111011011111111101111111111101111
+8,98,3,94,1101111111111111100111111111111111111111111111111011111111111111111111011111111111101111111111111111
+8,98,4,91,1101111111111111101111111111101011111111110111111111111111011111111111011111111111101111111111101111
+8,98,5,94,1101111111111111101111111111111011111111111111111111111111111111111101011111111111111111111111101111
+8,98,6,91,1101101111111111101111111111111011111111110111111111111111101111111111011111111111101111111111101111
+8,98,7,94,1101111111111111101111111111111011111111111111111111111111111111101101011111111111111111111111111111
+8,98,8,87,1101111111111111100111111111111011011111111111111111111101111111111111010111111111101111111011101100
+8,98,9,96,1101111111111111101111111111101111111111111111111111111111111111111111011111111111111111111111111111
+8,98,10,92,1101111111111111101111111111101011111111111111111111111111001111111111011111111111101111111111111111
+8,98,11,91,1101111111111111101111111111110111101111111011111111110111111111111111011111111111101111111111101111
+8,98,12,95,1101111111111111101111111111111111111111111111111111111111111111111111011111011111101111111111111111
+8,98,13,92,1101101111111110101111111111111011111111111111111111111111011111111111011111111111101111111111111111
+8,98,14,91,1101111111111111101111111101111011101111111111111111111110111111111111011110111111111111011111111111
+8,98,15,92,0101111111111111101111111111101111111111111111111101111111111111111111011111111111101111111111101111
+8,98,16,92,1101101111111111101111111111111011111111110111111111101111111111111111011111111111101111111111111111
+8,98,17,91,1101111111111111101111111111111011111111111111111111111111011011111101011111011111111111111111101111
+8,98,18,91,1101111111111111101111111101111011111111111111111111111111111111111111011110111111101111111111100111
+8,99,0,92,1101111111111111101111111111111111101111111111111111111111111111111101011111111111101111011111111101
+8,99,1,91,1101101101111111100111111111111011111111111111111011111111111111111111011111111111111111111011111111
+8,99,2,94,1001111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,99,3,88,1101101111111111101111111111011011111111110111111111111111110101111111011011111111101111111111101111
+8,99,4,90,1101101111111111101111101111011011111111110111111111101111111111111111011111111111101111111111111111
+8,99,5,90,1101111111111111101111111111111011111111110111111101111111110111111111011011111111101111111111101111
+8,99,6,95,1101111111111111101111111111111011111111111111111111111111111111111111011111111111111111111111101111
+8,99,7,89,1101101111111110101011111111111011111111111111111111111111011111111101011111111111101111111111111011
+8,99,8,93,0101111111111111101111111111111111111111111111111101111111111111111111011111111111111111111110101111
+8,99,9,92,1101111111111111101111111111101011111111111111111111111111111111111101011111111111101111111111101111
+8,99,10,95,1111101111111111101111111111111111111111111111111111111111111111111111011111011111101111111111111111
+8,99,11,93,1101111111111111101111111111111011111111110111111111101111111111111111011111111111101111111111111111
+8,99,12,93,1001101111111111101111111111111011111111111111111111111111111111111111011111011111111111111111111111
+8,99,13,91,1101111111111111101111111111111011111111111111111111111111011011111101011111111111101111111111101111
+8,99,14,90,1101111111111111101111111111111011111111110111111111111111101111111101010111111111101111111111101111
+8,99,15,94,1101101111111111101111111111111011111111111111111111111111111111111111011111111111111111111111101111
+8,99,16,91,1101101111111110101111111111111011111111111111111111111111011111111101011111111111101111111111111111
+8,99,17,91,1101111111111111101110111111111011111011111111111111111111101111101111011111111111111111111011111111
+8,99,18,93,0101111111111111101111111111111011011111111111111111111111111111111111011111111111111111111111101111
+8,100,0,92,1001111111111111101111101111111011111111111111111111111111111111111101011111111111101111111111111111
+8,100,1,90,1101111111111111101111110111111011111111111111111111111111011011111101011111111111101111111111101111
+8,100,2,92,1101101111111110101111111111111011111111111111111111101111111111111111011111111111101111111111111111
+8,100,3,93,1101111111111111101111111111111011111111110110111111111111111111111111011111111111111111111111101111
+8,100,4,96,1111101111111111101111111111111111111111111111111111111111111111111111011111111111111111111111101111
+8,100,5,92,1101101111111111101111111111111011111111111111111110111111111111111111011111011111101111111111111111
+8,100,6,94,1001111111111111101111111111111011111111111111111111111111111111111111011111111111101111111111111111
+8,100,7,87,0101011111111101101111111110111111111111111111111101111111111111111101001111111111101111101111101111
+8,100,8,94,1111111111111111101111111111111011111111110111111111111111111111111111011111111111101111111111101111
+8,100,9,91,1001111111111111101111111111111011111111111111111111111111101111111101010111111111101111111111111111
+8,100,10,95,1111111111111111101111111111111111111111111111111111011111111111111111011111011111101111111111111111
+8,100,11,91,1101101111111111101111111111111011111111110111111111101111111111111111011111111111101111111111111101
+8,100,12,91,1001111111011111101111111111111011111111111111111111111111101111111111011111111111101111111011111111
+8,100,13,93,1101111111111111101110111111111011111011111111111111111111111111101111011111111111111111111111111111
+8,100,14,94,1101101111111111101111111111111011111111111111111111111111111111111111011111111111111111111111101111
+8,100,15,90,1101111111111111101111111111111011111111111111111111111111011011111101011111111011101111111111101111
+8,100,16,94,1101111111111111101111111111111111111111111111111111111111111111111111011111011011101111111111111111
+8,100,17,91,0111101111111111101111111111111011011111111111111111111111111111111111010111101111111111111111101111
+8,100,18,92,0101111111111111101111111111111011111111111111111101111111111111111111011111111111111111111110101111
+9,0,0,51,1101000000011000011101110111010111011010110111010001110110101100001010101001111000000111001010001011
+9,0,1,52,0111100110000001001011100100111001110111001110100000110110111011100001110001101011010011100011011001
+9,0,2,51,0110010010010110101101111111001100101101111001000011001001111011100100110010011100101100000000110110
+9,0,3,54,0111010111111000000110111010101000110000011111111110111000000100111110110110110101001100001011010010
+9,0,4,47,1010111011110000000000110000010101100100101001111110100111000011110111100110001000001000111001101010
+9,0,5,43,1011001010101011111010000010100010100001001000001011001001000100110010110000001000110111100101111010
+9,0,6,51,1001110101110101001101000110101101000000001011000011111111001101010111100110100001011101101110001000
+9,0,7,52,1000100010000111110010001111101101111101010000100111011000001111010100010111010011011111000011100101
+9,0,8,58,1010000011101100101111111010111101110110110001101010101010110111000011001101001001111110011101101001
+9,0,9,48,1100011100011111010011001100010001100100010010001000001001101111111001011001010101000000000111111111
+9,0,10,55,1100100111101110000101010011110011001011011110011111101101110101010110111111001001000010010010001001
+9,0,11,49,0001101010001010011111000011000001011111110010100110001010110110111001101100010010101010111000001011
+9,0,12,43,1011100010000001011011010110000111110100011010110000001110001111100011000101000000000110010100101100
+9,0,13,47,0100000000111101001000101100000101010000111101000100001111101101101101011111001100111000111100000011
+9,0,14,49,0000010101110000110110111000100111001100100111011111100001100100010000101111101110100101001001010110
+9,0,15,47,1011000001001010101011101001011011110110000011111011001000000011001111010000011001100010010110101010
+9,0,16,47,0001001101111100000000000110110110101101001001011101101010111000001011001010010100010010001101011111
+9,0,17,50,0000110110110011000011001110111010010010011010110100101100011001001111100101000011100111111001000110
+9,0,18,43,1110000010000110001101000011101111100100011001100111000001011010000000010110101101001000010111001001
+9,1,0,42,1101000000011000001101110110010101011000110111010000100110101100101010001011001000000111001000000011
+9,1,1,57,0100000000111101011000101101000111010010111101000101011111101101101101111101111100111000111110001011
+9,1,2,56,1001110101110101001101100110011101001010111011000011111110101101001111100111100001010111001110001000
+9,1,3,47,1101000000011000011101010111100111010000000111010011110111001100010010101000111000001101101010001011
+9,1,4,47,1101000100011000010001111111010011011010010011010001011000101101001010101000111000000010000111101111
+9,1,5,49,1100011000011110010111000100010101100100110110001000100111101110111001011001010101000101001010011011
+9,1,6,55,1000100011010110110110101011101101101101110101000111011000001110011100110111110010011101000011100101
+9,1,7,47,0000010100100001110010011000100111011100000010111111100001100101010000001111001111101111001001010110
+9,1,8,57,1101100111101110100001110001110011010011010111011111101100110111010111111010011001000010010010101001
+9,1,9,45,1010000001001010001111001011011011101110001010111011001001000001001110010101001001100010010110001010
+9,1,10,46,1010001010101001111010010010101110100100111000001010101010110110000011000001001001110110101001111000
+9,1,11,52,1011000011101100101111101010110001110011000001101011001001000101110010101100001000111111010101101011
+9,1,12,56,1010000111101100100111110010111101110110010000001110101000110101010111011101001001111110011101101001
+9,1,13,57,1100100011101110001101011011110011001011111111111011101111110111000010101111001001000010010010001001
+9,1,14,55,1101010110111000100111111010101001110010011111110001111010000100101110110100110101001101001011010010
+9,1,15,51,0111000001011000011100110111010110011000110111011110110100101100011010101011111000000110001010001011
+9,1,16,49,0000010101110000110110111000100111001100100111011111100001100100010000101111101110100101001001010110
+9,1,17,49,0000010101110000110110111000100111001100100111011111100001100100010000101111101110100101001001010110
+9,1,18,51,1000100010001111110010001111101111111001010000000111011000001111010110010111011011010110000011000101
+9,2,0,51,1110000011001000001100111011010011001010111111111111101110110100000010101111011001000010001010001001
+9,2,1,59,0101100001111110011101010111110110011001110111011010110101101111011010101011101000010110010110001011
+9,2,2,59,1011010111111000100111111010111101110010010000101010111000110101011111111101001101001111001001101001
+9,2,3,53,1100000110111100100111110010101001110110011111010101101010000100100110010100110001111100011111010010
+9,2,4,55,0110000001111101011000101111000111010010110101010100011101101101101101101101111100110000011110001011
+9,2,5,54,0101000000011000011100110101010110011000111111001111110110101100011010111011111000011110101010001011
+9,2,6,49,1000000110001111100011101011101111111001010000000110011000001111010111010111011001011100000011000001
+9,2,7,55,1010100011101100110110010110110101110110010000001111101000110101010110011101001011110010011101101101
+9,2,8,54,1000100011011110110010101011101111101101010101000111011000001110011100110111110011010101000011000101
+9,2,9,53,1000100010000111110110001111101101111001110010000111011000001111010110010111011010011110000011100101
+9,2,10,61,1010100111101100100101010011111111010110111111011110101010110101010110011101001001011110011110101001
+9,2,11,51,1100000011101110001111111010110000101011010000101011101101110111000011101111001001100010010001001001
+9,2,12,59,1100010110111100100111110010101101110110011011110001111010000101101111110101001101011101001111100010
+9,2,13,51,1011000111101000100111111010111001110010010100001110101000100100010110011100110001101110011001011001
+9,2,14,59,1000001000111001011010101101010111010010011000001101011111101101001111111101111100111110111110001011
+9,2,15,55,0110000111101100100101110010101101110110110101000110101100110101110101011101001001111000011101101001
+9,2,16,54,1101010100111100000110111010001111110010011111110001011110001100101110110100100101101101001011000010
+9,2,17,57,0100000010111001111001101101100001010010111101000101111011100101101101111101111100011000111110011011
+9,2,18,61,1000100111101110100001110001110111010111010111011111101100111111010110111010011001001110010011101101
+9,3,0,49,1110100011010100110010101011101011100000110101000110011100100110101101110111111010000000000110100001
+9,3,1,57,0101000001111111011100101111000101011011110001010101011101001101011101101101110100110001011010011011
+9,3,2,58,1011100111011010100011101011101101101101010101000011011000001111011100111111110011011101000011100101
+9,3,3,54,1000010011111100110110111010111111110010010000101110111000110100011111110101001101000101001001001001
+9,3,4,54,1101010111101110001111111010110101101010010000101010101101110101000011111101001001100110010001001001
+9,3,5,57,1010000011111000100111111010111000110011110000101011111000110111011111101111001101001011001001101001
+9,3,6,62,1000100110000111110110010011111111010001110011011111111010101111010110010111011011011110001011101101
+9,3,7,53,1010100011101100100101001111101101111110111110000110001000110101010110011101001000011110010110100001
+9,3,8,56,0100100001101110000101010111111110011010110111010010111101101101011010101111101001010000011110001011
+9,3,9,58,0111000111111100110101110010110101110101110101001110100100110111110101011001001000111110010101101001
+9,3,10,52,1101000001001000001100110011010111011000111111001111110100100100011010111011111000001110101010001011
+9,3,11,51,0110000010011000011100111101010010001010111111111111101110111100000010101110011001010010001010001001
+9,3,12,64,1010100111101100100101010011110111010111011111011110101110110111010110011101011001011110011110101101
+9,3,13,57,1000100111101110100001110001111111010110110111011111101000111101010110111000001001001110010011101001
+9,3,14,51,1000000000010111111010001111100101111010110010001101011000001111011110010101011010111110000010000111
+9,3,15,62,1000101010111001010110101101011111010001011000000111011111101101000111111111111100011110111111101001
+9,3,16,54,1110000000001001011100111111010011001010111111111111101110100100000110101101011001110010101010001001
+9,3,17,58,1000001011111000001010101001010111010010011000001101011111111101001011111111111101001110011111001011
+9,3,18,55,1101010100111100000111111010011101110010011111110001111100100100101110110100101101001101001011000010
+9,4,0,61,1000100111101110100001010011111111010111111111011110101000111101010110111000001001001110011111101101
+9,4,1,60,1010100111101100100101110001110111010110010111011111101110110111010110011101011001011110010010101001
+9,4,2,54,1000001111101110100000110001010111010110111001011111101010111101010010111000001001001110011011101001
+9,4,3,61,1000100011111000001011101001111111010010010110001101011101111101001111111111111101001110010111001011
+9,4,4,57,1101000111100100001111111010111101111010010000101010101101111101001011111101001001101111010001001001
+9,4,5,54,1011010111111010100111111010100111100010010000101010011010010101010111111101000101100110001001101001
+9,4,6,54,1101000111111110001111111010111101101010010000001010101000100101010111111101001001100111010011000001
+9,4,7,59,1011110111001010100011101011100101101101010101100011011101011111001000111111110011011100000001101111
+9,4,8,55,0100000001111111000101010111011110011010110101010010111101101101011010101111101001010000011010011011
+9,4,9,59,0101100001101110011100101111101101011011110011010101011101001101011101101101110100110001011110001011
+9,4,10,58,1111000011111000100110110000010101110100110001001110101100111111111101011001001001111110011111101001
+9,4,11,58,0000001111111100011001101011110111010011011100001101010111110101000011111111111100001110010101001011
+9,4,12,57,1111010111110110000111111010111101101010010000101010101001111101001011111101001001100110010001101001
+9,4,13,54,1001010111101000101111111010100111110010010000101010011110010101010111111101000101101111000001001001
+9,4,14,60,1000011011111000111010110001111111010010011000001110011110111111001011111111011101001110001101001011
+9,4,15,52,1000000011111100000110101010010111110010010000101101111001110100011111110101101101000101011011001001
+9,4,16,52,1101000001001000000100110011110111011000110111001111110100100100011010111011111000011110101010001011
+9,4,17,62,1000100110000111111110010011011111010001111011011111111010101111010110010111011011001110001011101101
+9,4,18,58,1011100111011000100001100011101101111101010101000111011100101111010100111111110011011101000011100101
+9,5,0,66,1001100110000111011110010011111101011011111001111111111100101111010111011111011011001110011011001101
+9,5,1,54,1100000111100100001111111010111111110000010010001010101011111101001010110111001001101111000001101001
+9,5,2,53,1010100111101100100101110001110101010110010101010111001100110111010100011111110001011110010010100000
+9,5,3,64,1011100111011000100001100011101111111101010111001111111110101111010110111101011011011101000011101101
+9,5,4,54,1000100110000100111110010011011101010000010001011110111100101101010111011111011011001110010011101001
+9,5,5,64,1101000111100111001111111010111111111011111010101011101011011111001010110101001001101111001001001101
+9,5,6,59,1111000111111000100110110010110101110100110001001010101000111111111101011001001001111110011111101001
+9,5,7,58,0111000011111110110111111001010101100101110101001110100100010111111101011001001000111110010101101001
+9,5,8,54,1000101111101110100001010011111111010101100111001110001000111101010100111000001001001100001111101101
+9,5,9,64,1011110111001010100011101011000101101111011101110001111101011111001010111111110011011110010001101111
+9,5,10,58,1001010111101010001011111010001101111111010000100010101101111111001001111111001011101111010001001001
+9,5,11,57,1111100111000100100011101011110101101000010101101011011101011101001010111101110101011100000001101111
+9,5,12,54,1000000011111110000110110001010111010010010001101101111011110100010110110101101101001101011011101001
+9,5,13,51,1000001111101100100000101010010111110110111000011111101000111101011011111000001001000110011011001000
+9,5,14,61,1010100110101101110100110001110111010110010011011111101110111111010110011111011001011110010010101001
+9,5,15,59,1000100111000110001111010011011111010001111111011101111010100111010110010101011011001110001011101101
+9,5,16,55,1100010011011000100110110001010101110000110000001110011100111111011001011101011101101110001111101011
+9,5,17,64,1011001011111100111010110000111111010110011001001110101110111111101111111111001001011110011101001001
+9,5,18,61,1000100111101110100001010011111111010111111111011110101000111101010110111000001001001110011111101101
+9,6,0,55,1000000111111010000110110001010101010011010001111101111011010100011010111111100101001110011011101001
+9,6,1,63,1011110011011110100011101011000111101110011101100001101101111111000110110101111011011101010001101111
+9,6,2,66,1001100110000111011110010011111101011011111001111111111100101111010111011111011011001110011011001101
+9,6,3,65,1001100110000111011110010011111101011011111001111111111100101111010111011111011010001110011011001101
+9,6,4,61,1010100110101101110100110001110111010110010011011111101110111111010110011111011001011110010010101001
+9,6,5,64,1010100110111101110100110011110111010110010011111111101110111111010110011111011001011110010010101001
+9,6,6,61,1000000011011111000110110001110111010011011001101101111111110111010110110101111011001110011011101001
+9,6,7,59,1001100110100110011110010011011101011010110001111111111000101100010111011111001101001101011011001101
+9,6,8,58,0011001011111110110011110001110101110101010101001110100100010111111101011101011000111110010101001001
+9,6,9,65,1111000011111100111110111000011111000110111001001110101110111111101111111011001001011110011101101001
+9,6,10,58,0111100111111101110110110000010111000110010111001111101100010111111110011101001000011110010010101001
+9,6,11,59,1010000010101110110101111001110101110101110001011110100110111111010101011011011001011110010101101001
+9,6,12,52,1000000011111110000100110001110111010010010101101100111011110100010110110000101101001101011011101001
+9,6,13,63,1000100111101111100001010011011111010111111011011111101000111101010110111101001001001110011111101101
+9,6,14,64,1001010111101010011111011011001101011111111001110010101101101111001101011111011011101111010001001101
+9,6,15,60,1001100110000111001010110010111101111011010000101111111100111111010011111111001011001110011011001001
+9,6,16,61,1010000111101110100101110011110111110110110111011110101000111101010110011001001001011110011011101101
+9,6,17,59,1101100111111000100010010010111101010101111101001010101000111111111101111000001001101110011111101001
+9,6,18,66,1001001111111110111010110000111111010110011001011110101110111111011111111110001001011110011101001101
+9,7,0,54,1010000010101110110101111001110101110101010001001110100110110111010101011001011000011110010101101001
+9,7,1,63,0011001011111110110011110001110101110101110101011110100100011111111101011111011001111110010101001001
+9,7,2,68,1110100111111100110110111011011111010110111001101110101110111111100111111011001001011110011101101001
+9,7,3,61,1011000010111101111100110000110111000110010011011111101110111111011110011111011001011110010010101001
+9,7,4,65,1001100111001100011110010011011101001011111001111111111100101111101111111111011010001110011011001101
+9,7,5,65,1111000010110111111110111000111111010110111001001110101110111111010111011011001001011110011101101001
+9,7,6,64,1001001111111110011110110000011111010111111001011010101110111111011101011110001001011110011101001101
+9,7,7,65,1001010111101010111011011011101101011110011001110110101101111111001111111111011011001011010001001101
+9,7,8,63,1010100110111101110100110011110111110110010110011110101110111111010110011101011001011110011010101001
+9,7,9,60,1010000111101110100101110011110111010110110011111111101000111100010110011011001001011110010011101101
+9,7,10,59,1001100111000111010110010010111101010011111001001111101100101111010111011111001011001110011011001001
+9,7,11,64,1101100110111010101010010011111101011101111101111010111000110111111101101000001001101110011111101101
+9,7,12,62,1000100111101111110000010011011111011011111001011111101000101101010110111111001001001110011111101101
+9,7,13,66,1001100110001111001111010011111101010101111001111111111100111111010111011101011011001110011011001101
+9,7,14,61,1000110111101110000111010011011111010111111011011010101001111101010111111101001011001110010001001101
+9,7,15,64,1001000111101011111001011011001101011111101001110111101100101111001100011111011001101111011011101101
+9,7,16,63,1000110111100111000011110011011101011111110010011111101100111101010111111101001011001110011011001101
+9,7,17,60,1001100110001111101000010010111111110011011001101111101000111111010010111111001001001110011111101001
+9,7,18,60,1001100110000111001010110010111101111011010001101111111100111011010011111111001011001110011011001001
+9,8,0,65,1111000010010111101111011000111111010110111001011110101110111111010111011011011011011010011101101001
+9,8,1,65,1001100110101111011110110011111101010101111001101111111100111111010111011101001001001110011011001101
+9,8,2,62,1001000111111110011110010000011111010011111001011111101110111111011101011110001001001110011101001101
+9,8,3,61,1001101111000111010110110010111101010111111001001010101100101111010111011111001011011110011011001001
+9,8,4,64,1011100110000111001011010010111101010101111001111111111100111111010111011101011011001110011011001101
+9,8,5,61,1001100110001111001110110011111101011011010001101111011100111011010011111111001011001110011011001001
+9,8,6,62,1000110111001110000011010011011111010111111011111111101001111111010111011101001011001110010001001101
+9,8,7,64,1001100110101111001111010011111101010101111001011010111100111101010111111101011011001110011011001101
+9,8,8,67,1000100111101101111110010011011111001011111001101111111110101111111111011110011000001110011011101101
+9,8,9,59,1011100110011100010100110011110101110110010110011110101100111111000110111101011011011110011010001001
+9,8,10,65,1110100110001111011111110011011101010100111001111110111110111111110111011001011011001110011001001001
+9,8,11,69,1001100111111100100110011011111111010111110001101111111100111111000111111111001001011110011111101101
+9,8,12,67,1001100110001111001111010011111101011101111001111111111100111111010111011101011011001110011011001101
+9,8,13,64,1001000111101011111001011011001101010111101001110111101100101111001100011111011001101111011111101101
+9,8,14,63,1000100111101111100000010011111111011011111001011111101000101111010110111111001001001110011111101101
+9,8,15,59,1001100110001111111000010010011111110011011001101111101000111101010010111111001001001110011111101001
+9,8,16,67,0000111011111110110011110001010101110101110101011111101100111111011111111101011011111110010101001101
+9,8,17,59,1011000111100111000011110011111101011111110010011110100100011101110101011111001001001110011011001001
+9,8,18,58,1001110110001100011010010011011101001010011001110110101101111111101111011111011010001010010011001101
+9,9,0,64,1001100110101111001111010011111101010101111001011010111100111101010111111101011011001110011011001101
+9,9,1,62,1000100110101111001111010011111101010101111001011010111100101101010111111101011011001110011011001101
+9,9,2,62,1100000110001111111111011011001100010101111001111111111110111111000111011011011011001110011001000001
+9,9,3,68,1011100101100010011111110011111101011110111001111110111100101111111111111101011011001101011001001101
+9,9,4,64,1001101111000111110100010011011101010111101001111010101100101111001111011111001011111110011011101101
+9,9,5,58,1001000111101011011010111010101101010111111001000111101100101111010100011111001001001111010111001001
+9,9,6,61,1001000110000110111111110011011101010100111001111110111100111111110111011001011111001110011001000001
+9,9,7,74,1110100111101011011111011111101101011111111001111111111110101111001111111111011011001111011001001101
+9,9,8,67,1110100110001111011111010011011101011100111001111111111110101111110111011001011011001110011011001101
+9,9,9,65,1000100111101101111111110011011111000011011001101110111110111111111111011110011000001110011010101001
+9,9,10,65,1111010010001111001111011010111101010110111001011110101110111111010111011111011011001110011011001001
+9,9,11,67,1001100110010111101111010001111111011001111011111111111100111111010111011001010011011010011101101101
+9,9,12,67,1001000111100111011111111011111101011111111001101111111100101111010111111101001001001110011011000101
+9,9,13,68,1001100110101010111110010011101101010101111001111111111100111111101111111111011011001111011001001101
+9,9,14,66,1001100111101101011110000000011111001011111001011111111110111111111101011111011001001110011011101101
+9,9,15,63,1000000111111110111110010011011111010011111001101111101110101111011111011110001000001110011101001101
+9,9,16,67,1001100110001111001011010010111101011101111001111111111100111111011111011101011011001110011011101101
+9,9,17,64,1010100111100101111110010011011111000011111001101111111110101110110111011110011100001110011011001101
+9,9,18,66,1110100110001111011111110011011101010100111001111110111110111111010111011101011011001110011001001101
+9,10,0,68,1001100110001111011111010010111101011101111001111111111100111110011111011101011011001110011011101101
+9,10,1,66,1110100110001111001011010011011101011100111001111111111110101111110111011001011011101110011011001101
+9,10,2,67,1011100111101111011111000000011101001011111001111111111100111111111101011111011011001100011011001101
+9,10,3,66,1001100101100000011110110011111111011110111001011110111110101111111111111101010001001111011001101101
+9,10,4,65,1001100110101101011110010000111101011111111001111111111100110111111101011001011001001110011011101101
+9,10,5,65,1001100111001111001011000010011111001001111001011110111110111111011111011111011011001110011011101101
+9,10,6,67,1001100100100010111111110011101101010110111001111110111100111111111111111101011011001111011001001101
+9,10,7,69,1011100111101010011110010011111101011101111001111111111100101111101111111111011011001101011001001101
+9,10,8,65,1011100111001111011110010010011101000011111001101111111110101111110111011111011110000110011011001101
+9,10,9,66,1000100110100101101011010011111111011101111001111111111100111110011111011110011001001110011011101101
+9,10,10,64,1101100111001111011111100000011101010100111001111110111110111111011101011101011011001110011010001101
+9,10,11,67,1010100110101101011110010011011111001011111001011111111110111111110111011111011001001110011001101101
+9,10,12,67,1010100111100010011111110011111101011110111001111110111101101111110111111100011011001101011001001101
+9,10,13,67,1111100100001111011111110011011101010100111001111110111110111111011111011101011011001110011001001101
+9,10,14,64,1010100110101111011111010011011101011101111001111111111100101111110111011001001001001110011011001001
+9,10,15,66,1101100110001111011110110011111101010100111001101111111110111111110111011001011011001110011011001001
+9,10,16,67,1110100110001111011111110011011101010100111001111110111110111111010111011101011011001110011011001101
+9,10,17,66,1110100110001111011111010011011101011100111001111111011110101111110111011101011011001110011001001101
+9,10,18,66,1000100110101011111111010011101101010101111001111011111100111111101111111101011011001110011001001101
+9,11,0,66,1110100110001111011011010011011101011100111001111111111110101111010111011001011011101110011011001101
+9,11,1,68,1110100110001111001111110011011101110100111001111110111110111111110111011101011011001110011011001101
+9,11,2,65,1001100110000110011111010011111101011110111001111111111100111111010111111000011011001110011001101101
+9,11,3,69,1010100111101011011111110010111101011101111001111110111101101110111111011101011011001101011011001101
+9,11,4,63,1010100110001111011111010010011101011100111011111110111100111111010100011101011011001110011011001101
+9,11,5,71,1111110111101111011111100001011101000011111001111111111100111111011111011111011011001100011011001111
+9,11,6,66,1000100110101001111111010011101111010111111001111011111100111111101111111101011001001110011001001101
+9,11,7,67,1010100110101111011110010011011101001001111001011111111110111111110111011111011011001110011001101101
+9,11,8,64,1101100111001111011111100000011101010100111001111110111110111111011101011101011011001110011010001101
+9,11,9,61,1101100101001111011111100000011101010100111001111110111010111111011101011101001011001110011010001101
+9,11,10,69,1010100110101100001111010011111111011101111001111111111100111110111111111110011001001110011011101101
+9,11,11,67,1001100111100011111010010011111101011101111001111111111100101111001111011111011011101101011001001101
+9,11,12,65,1000100110000101011111010010111111011101111001111111111100111110011111011110011001001110011011101101
+9,11,13,70,1001100110101111101111010011111101011101111001111111111100111110011111011101011011001110011011101101
+9,11,14,70,1111100100101110011111110011011111010100111001111110111110111111011111011101011011001110111001101101
+9,11,15,64,1001100101000000011110110011111101011110111001011110111110101111111111111101011001001111011001001101
+9,11,16,60,1000100111001011001011100010011111011001111001011110111100111111010111011100011011001110011011001101
+9,11,17,70,1011100111100110011111010011111101000110111001111110111111101111111111011111011011001101011001101101
+9,11,18,64,1001100100100101101011010011101111010111111001111111111100111110011111011100011001001110011011101101
+9,12,0,69,1011100111101010011111111010111101010101111001111110111111001110111111011101011011001101011011001101
+9,12,1,69,1000100111100111011111010011111101001110111001111110111101101111111111011111011011001101011001101101
+9,12,2,64,1010100110000101011111010001111101010011111001111111111100111110011111011110011010001110011011101101
+9,12,3,70,1101110111101111011111100010011111001101111001111111111100111111011110011111011001001100011011001111
+9,12,4,66,1101100111001111011111100011011101011100111001111110111100111111111101011101011011001110001010001101
+9,12,5,65,1000100110100010111111110000111101010100111001111110111110111111011111111111011011001111011000001101
+9,12,6,67,1010100110101100001111010011111111011101111001111111111100111110111111011100011001001110011011101101
+9,12,7,72,1001100110101111101111010011111101011101111001111111111100111110011111111111011011001110011011101101
+9,12,8,63,1001100110000100011111010011111101011110111001111111111100111111010011111000011011001110011001101101
+9,12,9,64,1001100110000110011111010011111101011110111001111111111100111111010111111000011011001110010001101101
+9,12,10,62,1000100110000101011111110010011101010101111001111110101100111110011111011101011011001110011011101101
+9,12,11,66,1101100111001111011111000000111111011100111001111111111110111111011101011110011001001110011010001101
+9,12,12,65,1000100110100100001111010011111111011100111001111110111100111110111111111110011011001111011001001101
+9,12,13,72,1010100110101010111111110011111101011101111001111111111100111111111111111111011001001110011010101101
+9,12,14,69,1011100111100110010111010011111101000110111001111110111111101111111111011111011011001101011001101101
+9,12,15,70,1011100111100110011111010011111101000110111001111110111111101111111111011111011011001101011001101101
+9,12,16,66,1001100111100011011111100001011101010110111001111111111100111111011111011111011011001100011011001101
+9,12,17,72,1110110110101110111111110011011101001001111001111110111100111111111111111111011011001111011000001111
+9,12,18,70,1011100110100111011111010011111101000100111001111111111111101111111111011111011011001101011001101101
+9,13,0,68,1000100110100110101111110010111101010100111001111110111110111111011111111111011011001111011001101101
+9,13,1,69,1001100110101111111111010001111101011101111001111111111100111110011111101111011011001110011010001101
+9,13,2,70,1101110111101111111111100010111101001101111001111111111100111101011111011111011001001100011011001101
+9,13,3,71,1001100110101111001111010011011111011101111001111111111100111110011110111111011011001110011011101111
+9,13,4,67,1000100111100110011111010010111101000100111001111110111110111111111111111111011011001111011000101101
+9,13,5,68,1011100110100010111111110001111101010110111001111110111111101111011111011111011011001101011001001101
+9,13,6,71,0110110110101010111111110010111101010101111001111010111101011110111111111101011111011111011011001101
+9,13,7,70,1011100111101110011111111011011101001001111001111110111110101111111111011111011011001101011000001111
+9,13,8,67,1000100110100111111111010011111101001111111000101110111101101110111111011111011011001101011001101101
+9,13,9,73,1001100111101111001111010011111101111100111001111111111100111111011111111111011011001110011011101101
+9,13,10,69,1011100111100110010111010011111101001110111001111110111111101111111111111110011011001101011001001101
+9,13,11,66,1010100110100100001111010011111111010100111001111110111100111110111111011111011011001111011001101101
+9,13,12,70,1011100110100110101111010011111101010100111001111111111101111110011111111111011011001110011011101101
+9,13,13,73,1001100111101111011111010011111101011111111001111110111110101111111111011111111010001101011001101101
+9,13,14,71,1001100110101111101111010011111101011101111001111111111100111110011101111111011011001110011011101101
+9,13,15,71,1001000110101111101111010011111101011101111001111111111100111110011111111111011011001110011011101101
+9,13,16,68,1001110111101111101111100010011111001101111001111111111100111110011110011111011001001100011011001111
+9,13,17,71,1101100111101110001111010011111101011111101001111110111100111111011111111101011011001110011011101101
+9,13,18,64,1110100110001111011111100011011101011100111001111110111100011111111101011111010011001110001010001101
+9,14,0,72,1101100111101110111111110011011101001001111001111110111100111111011111111101011011001111011001101111
+9,14,1,73,1001010110101111101111010011111111011101111011111111111100111110111111111111011011000110011011001101
+9,14,2,72,1001000110101111101111010011011111011101111001111111111100111110011111111111011011101110011011101101
+9,14,3,72,1001100110101111001111010011111101011101111001111111111110111110011110111111011011001110011011101111
+9,14,4,71,1101100111101111101111110011011111011001111001111110111100111110111111111101011011001110011000101101
+9,14,5,72,1001110110101110111111010011111101001101111001011111111100111111011101111111011011001111011011001111
+9,14,6,72,1101100111101110011111110011011111001101111001101110111100111111111111111111011011001111011000001111
+9,14,7,73,1001110111101111111111010011111101011011111001111110111110101111111111011101111010001101011001101101
+9,14,8,67,1001100111101111101111000011011101001101111001111110111100111110111110011111011011001100011011001111
+9,14,9,70,1011110111101110011111111010011111001001111001111111111110101111011111011111011001001101011000001111
+9,14,10,73,1001100111101111011111010011111101011101111001111111110110111111111111011111111110001100011001101101
+9,14,11,72,1001100111101111001111010011111101111110111001111110111100101111011111111111011011001111011011101001
+9,14,12,69,1011100111101110011111111011011101001001111001111110111110101111111111011111011011001101010000001111
+9,14,13,70,1011100111101110011111111011011101001001111001111110111110101111111111011111011011001101011000001111
+9,14,14,74,1001100111101111001111010011111101011111111001111111111100111111011111111111011011001110011011101101
+9,14,15,67,1101000110101110101111010011111101011101001001111110111100111110011111111101011011001110011011101101
+9,14,16,71,1011100111101110011111111011011101011001111001111110111110101111111111011111011011001101011000001111
+9,14,17,70,1001100110101111001111010011011111001101111001111111111100111110011110111111011011001110011011101111
+9,14,18,74,1101100111101110001111010011111101011111111001111110111100111111011111111111011011001111011101101101
+9,15,0,70,1101100111101110101111010011111111011101111001111110110100111110011111111101011011001111011000101101
+9,15,1,73,1101100111101111001111110011011101011011110001111110111100111111111111111111011011001110011101101101
+9,15,2,74,1101100111101111101111110011011111011101111001111110111100111111111111111101011011001110010011101101
+9,15,3,69,1001100111101111001111010011111101011010111001111111111100111110011111111111011011001110011000101101
+9,15,4,74,1001000110101111101111010011111111011111111001111110111100111110011111111111011011101111011011101101
+9,15,5,70,1001100111101111001111010011011101111100111001111111111100101111011111111111011011001110011011101001
+9,15,6,71,1001100110101110111111110011011101001101111001111111101100111111011101111111011011001111011011001111
+9,15,7,73,1101110111101110011111010011111111001101111001001110111100111111111111111111111011001111011000001111
+9,15,8,70,1001110110101110011111010011111101001101111001011111110100111111011101111111111011001100011011101111
+9,15,9,74,1001100111101111111111010011111101011101111001011111111110111111111111011111011110001111011001001101
+9,15,10,70,1001100110101110011111010011011111001001111001111111111110011110111111011111011011011110011001101111
+9,15,11,71,1011100111101111001111111011011101011101111001111110111100101111011110111111011011001101011010001111
+9,15,12,69,1011100111101111011111010011011101001011101001111110111110101111111111011111011010001101011010001111
+9,15,13,72,1001100111101110011111111011111101011101111001111110111110101111111111011101111011001100011001101101
+9,15,14,71,1101100111101110011111110011011111001101111001101110111100111111111111111011011011001111011000001111
+9,15,15,71,1011100111101110011111111011011101011001111001111110111110101111111111011111011011001101011000001111
+9,15,16,71,1001100111101111011111010011111101011101111001111111110110101111111111011111111010001100011001101101
+9,15,17,72,1001100111101111011111010011111101011111101001111110111110111111111111011101111110001100011010101101
+9,15,18,74,1001000111101111101111010011111111011101111001111111110110111110010111111111011111101110011011101101
+9,16,0,73,1101110111101110011111110011011111001101111001101110111100111111111111111011111011001111011000001111
+9,16,1,71,1100100111101110011111010011111111001101111001001110111100111111111111111111011011001111111000001111
+9,16,2,72,1001100111101111001111010011111101011100111001011111111110111111111111011111011011001111011001101101
+9,16,3,72,1001100111101111111111010011011101111101111001111011111100101111011111111111111110001110011011001001
+9,16,4,70,1001100110101110111111111011011101011101111001111110111100111111011111011111011011001100011001101101
+9,16,5,73,1001100111001110111111110011111101001101111001111111101110101111111101111101111011001111011011001111
+9,16,6,69,1001000110101110001111010011111101011111111001111110111110101111011111111111111011001110011001001101
+9,16,7,76,1001000111101111111111111011111111011101111001111110111100111110111111011101011011101101111011101101
+9,16,8,76,1101100111101111001111110011011111011111111001111110111110111111111111011101111011001110011011101101
+9,16,9,71,1001100111101111111111010011111101011111101001111110111100111111111111111101011110001100010010101101
+9,16,10,70,1001100111101110011111011011011111011001111001111110111110101110111111111111011011001101011000001111
+9,16,11,73,1111110111101110011111110011111101001101111001001110111100111111111111011111111011001111011000001111
+9,16,12,68,1001100100101110011101110011011101001101111001101111101100111111011111111111011011001111011011001111
+9,16,13,71,1101100111101110111011110011011111001101111001111110111100111111111101111011011011001111011000001111
+9,16,14,74,1101100111101111001111110011011111011111110001111110111100111111111111111011011011001110011101101101
+9,16,15,68,1101100111100110011111110011011101001001111001101110111100111111111101111111011011001111011000001111
+9,16,16,73,1101100111101111101111110011011111011101111001111100111100111111111111111101011011001110010011101101
+9,16,17,71,1101100111101111100111110011011111011101111000111110111100111111111111111101011011000110010011101101
+9,16,18,73,1101000111101111001111110011111101011011111001111110111100111110111111111110011011101110011101101101
+9,17,0,77,1001010111101110110111111011111111011101111001111110111100111110111111011111111011101101111011101101
+9,17,1,73,1111110111101111011111110011111101101101111001001110111100111111111111011101011011001111011000001111
+9,17,2,72,1001100111001110111111110011111101111101111001111111101100101111011111111111111010001111011011001001
+9,17,3,72,1001100111101111111111010011011101001101111000111011111110101111111101111101111111001110011011001111
+9,17,4,72,1001100111101111111111010011011111011111111001111110111100111111111111111101011110001100010010101101
+9,17,5,69,1001100111101111101111010011111101011101100001011111110110111111010111111011011101001110011011101101
+9,17,6,75,1001110111101110011111110011111101001111111001111110111110101111111111111011111011001111011000101111
+9,17,7,67,1101000110101110001111010011011111011101111001101110111100111111001111111111111011001110011001001101
+9,17,8,74,1101100110101111001111110011011111011111111001111110111110111111111111011101111011001110010011101101
+9,17,9,73,1101100111101111101111110011011111011101111001111100111100011111111111111101011011001110011011101101
+9,17,10,72,1001100111101111111111010011111111011111100001111110111101111111111111111101011011001100010010101101
+9,17,11,74,1101100111101111001111110011011101011111111001111110111100111111101111111011111110001110011101101101
+9,17,12,78,1111100111101111111111110011011101011111111001111110111110111111111111011101111011001110011001101111
+9,17,13,74,1101110111101110001111110011111111001101111001101110111100111111111111011111111011001111011010001111
+9,17,14,76,1101100111101111001111110011111111011111111001111110111100111111111111111001011011101110011101101101
+9,17,15,74,1001000111101111111111111011011111011101110001111110111100111110111111011111011011001101111011101101
+9,17,16,74,1101100111101111001111110011011111011111111001111100111110111111111111011101111011001110010011101101
+9,17,17,74,1101100111101101101111110011011111011101111001111110111100111111111111111101011011001110011011101101
+9,17,18,69,1001100111101111011111010011011111001101111001101011111100101111111111111011111111001110011000001011
+9,18,0,73,1101000111101110110111111011011111011101011001111110111100111110111111011111111011001110011011101101
+9,18,1,77,1001110111101101101111110011111111011101111001111110111100111111111111111101011011101101111011101101
+9,18,2,75,1101110111101110011111110011011101111101111001111110111100111111011111111111111010001111001111001101
+9,18,3,75,1101110111101110101111111011111111001101111001101110111100111111111111011110111011001111011010001111
+9,18,4,74,1101100111101101001111110011111111011101111001111110111100111111111111111001011011101110011101101101
+9,18,5,75,1101100111101111101111110011010111011111111001111110111100111111111111111101011011001110011011101101
+9,18,6,71,1101110111101110011111110011110101101101111001101110111100111111111111011101011011001111011000001111
+9,18,7,74,1111110111101111001111110011111111001101111001001110111100111111111111011111111011001111011000001111
+9,18,8,74,1101100111101111001111110011011110011111111001111100111110101111111111011101011011101110011111101101
+9,18,9,75,1101101111101111001111110011111111011111111001111110111100111111111111111001111011001110010001101101
+9,18,10,78,1101100111101111011111110011011111011111111101111110111110111111111111011101111011101110011001101101
+9,18,11,75,1111100111101111101111110011111101011111111001111110110100111111111111111001011011001010011101101111
+9,18,12,74,1001010111101110110111111011011111011101111001111110111100111110111111011111111011101100011011101101
+9,18,13,76,1101100111101101101111110011011111011101111001111110111100111111111111111101011011001111111011101101
+9,18,14,72,1101100111001101101111010011011111011101111001111110111100111111111111111101011011001110011011101101
+9,18,15,72,1101100111100101101011110011011111011101111001111110111100111111111111111101011011001110011011101101
+9,18,16,74,1101100111101101101111110011011111011101111001111110111100111111111111111101011011001110011011101101
+9,18,17,73,1101100111101101101111110011011111011101111001101110111100111111111111111101011011001110011011101101
+9,18,18,73,1101100111101110001111110011011111011101111001111100111110111111111111011101111011001111010011101101
+9,19,0,74,1101100111101111001111110011011111011111111101111110111100111111111111011101011011001110011001101101
+9,19,1,79,1101100110101101111111110011011111011101111001111110111110111111111111111101111011101111111011101101
+9,19,2,74,1111100111101111101111110011011101111101111001111110111100111111111111111001011010001010011111101101
+9,19,3,76,1101110111101110011111110011111101011111111001111110110100111111011111111111111011001111001101001111
+9,19,4,76,1101100111101101001111110111111111011111111001111110111100111111111111111001111011101110010101101101
+9,19,5,74,1101101111101111001111110011111111011101111001111110111100111111111111111001011011001110011001101101
+9,19,6,76,1101100111101101001111110011011111011101111001111110111100111111111111111101011111101110011111101101
+9,19,7,72,1101100111101101101111110011111111011101111001101110111100111111111111111001011011001110011001101101
+9,19,8,78,1101110111101001111111100011111111011111111001111110111110111111111111011101011011101101111011101101
+9,19,9,74,1001100111101111001111110011011111011101111101111110101100111111111111111101111011101110011001101101
+9,19,10,76,1101110111101110101101111011111111011101111001101110111100111111111111011011111011001111011011001111
+9,19,11,72,1101100111101101001111110011111111001101111001111110111100111111111111111100011011101110011100101101
+9,19,12,77,1001100111101101101110110011111111011101111001111110111110111111111111111101111011101101111011101101
+9,19,13,72,1101110111101110001111110011011111011101111001111100111100111111111111011101011011001111010011101101
+9,19,14,75,1001110111101100101111110011111111011101111001111010111100111111111111111101011011101011111011100111
+9,19,15,76,1101110111111111101111111011111111001101111001101110111100111111111111011110111011001111011010001101
+9,19,16,73,1101101111101111001111110011111111011111111001111110111000111111111111111001111011001110010001101001
+9,19,17,76,1101100111101111101111110011010111011111111001111110111100111111111111111101011011001110011011111101
+9,19,18,75,1101101111101111001111110011011111011111111001111110111100111111111111111001111011001110010011101101
+9,20,0,75,1101100111101101001111110011011111011101111001111110111100111111111111111101011111101110011111101100
+9,20,1,76,1101100111101101001111110011011111011101111001111110111100111111111111111101011111101110011111101101
+9,20,2,77,1101110111101111101111111011111111011101111001101110111100111111111111011101011011001101011011101111
+9,20,3,76,1101110111101000111101100011111111011011111001111110111110111111111111011011111011101111111011001101
+9,20,4,70,1101110111101001001111110011011111011101111001111100111100101111111111011101011010001101111011101101
+9,20,5,78,1101110111101110111111100011111111011111111001111110111110111111111111011101011011101111010011101101
+9,20,6,77,1111100111111111101111110011111111111101111001111110111100111111111111111000011011001011011110101101
+9,20,7,73,1101110111101111101111111011011101001101111001101110111100111111111111011111111010001110011011001101
+9,20,8,78,1101110111101001111111100011111111011111111001111110111110111111111111011101011011101101111011101101
+9,20,9,77,1101110111101001111111100011111111011111111001111110111110111111111111011101011011101100111011101101
+9,20,10,72,1101100111101001101111110011010111011111111001101110111100111111111111111101011011001110011001111101
+9,20,11,78,1101110101101111111111100011111101011111111001111110111110111111111111011101011011101101111011101101
+9,20,12,72,1101110111101000101111100011111111011101111001001110111110111111111111011101011011001111011011101101
+9,20,13,81,1101110111101111111101111011111111011111111001111110111100111111111111011011111011101101111011001111
+9,20,14,75,1101110111101001111111100011011101111111111001111110111110111111111111011001011011001100111111101101
+9,20,15,74,1111100111101111101111110011011111011101111001111110111100111111111110111001011010101011011011101101
+9,20,16,78,1101110111111111101111111011111111011101111001101110111100111111111001111111111011101111011010001101
+9,20,17,74,1101100110101101111111110001011111001101111001111110111110111111111111011100111011001111111011101101
+9,20,18,77,1101100110101101001111110011011111011101111001111110111100111111111111111101111011101111111111101101
+9,21,0,80,1101110111101111111101100011111111011111111001111110111100111111111111011111111011101101111011001111
+9,21,1,78,1101110111101001111111111011111111011111111001111110111110111111111111011001011011101100111011101101
+9,21,2,78,1101110111111111101111111011111111011101111001111110111100111111111011111101011010101111011010101101
+9,21,3,73,1111100111101011101111110011011111011101111001101110111100111111111100111011111011101011011011001101
+9,21,4,77,1101110111101111111111111011111101011101111001101110111100111111111110011011011011101101111011001111
+9,21,5,79,1101110111101111101101111011111111011111111001111110111100111111111111011101111011001101011011101111
+9,21,6,73,1101110111101111101111111011011101001101110001101110111100111111111111011111111010001111011011001101
+9,21,7,77,1101110111111111101111111011111111011101111001101110111100111111111001111111111011101110011010001101
+9,21,8,76,1101100111101101111111110011011101011101111001011110111110111111111111111101011111101110111011100101
+9,21,9,75,1101110111101001111111100011111011111111111000111110111110111111111111011101011011101100011011101110
+9,21,10,74,1101110111101101001111111011111111011101111001101110111100111111111111011101011011001110011011101101
+9,21,11,78,1101100111101111101111110011011111011101111001111110111100111111111110111101011111101101011111101111
+9,21,12,75,1101110111101111001111110010011111011101111001111110111100111111111001111101111111101110011011101101
+9,21,13,78,1101100111111101101111111011111111011101111001101110111100111111111111111111011011101111011110001101
+9,21,14,76,1101100111101111111111110011011111011111111001111110111110111111111111011001011011101111010010101101
+9,21,15,76,1101110111001100111111110011111011011101111000111110111110111111111111111101011111101110011011101101
+9,21,16,79,1101110111101001111111100011111111011111111001111110111110111111111111011101011011101101111011101111
+9,21,17,76,1101110111101001111111100011111111011111111001111110111110111111111111011000011011101101111011101101
+9,21,18,79,1111100111101101011111110011111111011111111001111110111100111111111111111101011111101100011111101101
+9,22,0,79,1101100111101011111111111011111111011111111001111110111110111111111111011001011011101111111011001101
+9,22,1,74,1101110111101101111111111011001111011111111001111110111110111111111111011001011011101100010010101101
+9,22,2,78,1101110110101001111111100011111111011111111001111110111100111111111111011111011011101101111011101111
+9,22,3,77,1101100111111101101111111011111111011101111001101110111110111111111111101101011011101111011110001101
+9,22,4,75,1101110111101101101111111011111111011111111001111110111100111111111011011001011011101100111010101101
+9,22,5,81,1101110111111011111111111011111111011101111001111110111110111111111111111101011010101111011011101101
+9,22,6,78,1111100111101101011111111011111111011111111001011110111100111111111111111101011111101100011011101101
+9,22,7,77,1101110111101001111111110011111111011111111001111110111110111101111111011001011011101100111111101101
+9,22,8,76,1101110111101111111111111011011101011101111001111110111100111111111011010111011011101101111011001101
+9,22,9,72,1101100111101101111111110001111101011101111001001110111110111111101110101001011111101110111011100111
+9,22,10,80,1101110110101111101101111011111111011111111001111110111100111111111111111101111011001111011110101111
+9,22,11,75,1101100111111101101111111011111111011101111001101110111100111111111111011011011011101101011011001101
+9,22,12,75,1101100111101101101111111011111111011101111001101110111100111111111111111001011011101111011110001101
+9,22,13,81,1101110111111001111111111011111111011111111001111110111110111111111111011111011011101100111011101101
+9,22,14,78,1101110111101101111111100011111111011111111001111110111110111111111011011101011011101111011011101101
+9,22,15,80,1101110111111011101111111011111111011101111001111110111100111111111111111101011010101111111010101111
+9,22,16,80,1101110111101001111111111011111111011111111001111110111100111111111111111101011011101100111111101101
+9,22,17,76,1111100111101101011111110011111111011111111001111110011110111111111111011001011111101100011011101101
+9,22,18,75,1101100111101111101101101011111111011111111001111110111100111111111111111101111011001101011010001101
+9,23,0,76,1101110111111101101111111011111100011101111001101010111110111111111111011011011011101100011111101111
+9,23,1,78,1101110111101001111111110011111111011111110001111110111100111101111111011101011011101111111111101101
+9,23,2,78,1101110111101001111111101011111111011111011001111110111110111111111011011111011011101110111011101101
+9,23,3,80,1101110111111101111111110011111111011111111001111110111110111111111111011101011011101101011011101101
+9,23,4,77,1111100111101001011111110011111111011111111001111110111110111111111111011101011111101100011011101101
+9,23,5,79,1101110111111101111111111011111111011101111001111110011110111111111111111001011010101111011011101101
+9,23,6,74,1101110111101101101101111011111111011111111001111110111100111111111011011001011011101100111010101101
+9,23,7,80,1101110111101001111111111011111111011111111001111110111100111111111111111101011011101100111111101101
+9,23,8,82,1101110111111011101101111011111111011111111001111110111100111111111111111111011011101111111010101111
+9,23,9,75,1101110110101001111111100011111111011101111001111110111100111111111111011101011010101101111011101111
+9,23,10,79,1101100111111101111111111011111111011111111001111110111110111011111111011101011011101100111011101101
+9,23,11,79,1111110111101001011111111011111111011111111001011110111100111111111111111111011111101100011011101101
+9,23,12,76,1111100111101101011111110011111111011111111001011110111100111111111111111001011111101100011011101101
+9,23,13,78,1111100111101101011111111011111111011111111001011110111100111111111111111101011111101100011011101101
+9,23,14,76,1101010111101001111111101011111111011101111001111110111100111111111111111101011010101111011011101101
+9,23,15,82,1101110110111011111111110011111111011111111001111110111110111111111111011111011011101101111011101111
+9,23,16,78,1101110111101101111111100011111111011111111001111110111110111111111111011101011010101111011011101101
+9,23,17,81,1101110111111011111111111011111111011101111001111110111110111111111011111101011011101111011011101101
+9,23,18,77,1101110011111001011011111011111111011111111001111110111110111111111111011111011010101100111011101101
+9,24,0,77,1111100111111101011111110011111111011111111001011110111110111111111111111101011011101100010011101101
+9,24,1,75,1101110011101001011011111011111111011111111001111110111100111111111111011011011110101100111011101101
+9,24,2,75,1101100111101101111111101011111111011101111001111110111100111111111111111101011010001101011011101101
+9,24,3,77,1111010111101001011111111011111111011111111001011110111100111111111110111101011111101110011011101101
+9,24,4,80,1111110110111011111111111011111111011111110001111110111110111111111111011111011011101100011011101101
+9,24,5,80,1101110111101001011111110011111111011110111001011110111110111111111111111111011111101101111011101111
+9,24,6,83,1101110111111011101111111011111111011111111001111110111110111111111111111111011011101101111010101111
+9,24,7,79,1101110111111101111101110011111111011111101001111110111100111111111111011101011011101111011011101111
+9,24,8,79,1111110111101001011111111011111111011111111001011110111100111111111111111111010111101110011011101101
+9,24,9,78,1111100111101101011111111011111111011111111001011110111100111111111111111101011111101100011011101101
+9,24,10,79,1101110111111001111111101011111111011101111001011110111110111111111111111101011011101111011011101101
+9,24,11,79,1101110111101111111111110011111111011111111001111110111110111111111011011101011010101111011011101101
+9,24,12,81,1101110111111011101101111011111111011111111001111110111100111111111111111111011011101111111010101101
+9,24,13,80,1111110111101001011111111011111111011111111001011110111100111111111111111111011111101100011011101111
+9,24,14,79,1101110110111001011111110011111111011111111001011110111110111111111111011111011011101101111011101111
+9,24,15,82,1111110111101011111111111011111111011111111001111110111100111111111111111111011111101100011011101101
+9,24,16,78,1101110111101001111111101011111111011111011001111110111110111111111011011111011011101110111011101101
+9,24,17,78,1101110111101001111111101011111111011111011001111110111110111111111011011111011011101110111011101101
+9,24,18,81,1101110111111001101111111011111111011111111001111110111110111111111111110111011011101101111011101101
+9,25,0,79,1101110111111001111111101011111111011111011001111110111110111111111111110101011011101101111011101101
+9,25,1,78,1101110111111001101111110011111111011101111001011110111110111111101111111111011011101111011011101101
+9,25,2,80,1101110111101001011111110011111111011110111001011110111110111111111111111111011111101101111011101111
+9,25,3,77,1001110111101001011101110011101111011110111001011110111110111111111111111111011111101101111011101111
+9,25,4,78,1101110110101111111111110011111111011111111001111110111110101111111011011101011110101111011011101101
+9,25,5,77,1111110111101001011111111011111111011111111001011110111100111111111101111111010011101100011011101111
+9,25,6,75,1101110111101001111111100011111111011111111001111110111110111111111011011111011010101110101011101001
+9,25,7,79,1101110111101111111111111011111111011111011001111110111110111111111011011101011011100111011011101101
+9,25,8,80,1101110111111011101101111011111111010111111001111110111100111111111111111111011011101101111010101111
+9,25,9,83,1101110111111011101111111011111111011111111001111110111110111111111111111111011011101111111010101101
+9,25,10,81,1111110111101011111111111011111111011111111001111110111100111111111111111101011111101100011011101101
+9,25,11,76,1101100111101111111111101001111111011101111001111110111100111111111111110111011010101101011011101101
+9,25,12,77,1111110111111001111111111011111111011101111001011110111100111111111111111101011010101100011011101101
+9,25,13,81,1101110111101011111111101011111111011111111001111110111110111111001111111111011111101111011011101101
+9,25,14,82,1101110111111011101111111011111111011111111001111110101110111111111111111111011011101101111010101111
+9,25,15,78,1101110011111011111101111011111111011111111001111110111100111111111111011111011010101110111010101101
+9,25,16,81,1101110111111011101111111011111111011111111001111110111110111111111111011111011010101101111010101111
+9,25,17,78,1101110011111011111101110011111111011111101001111110111100111111111110111111011011101110111010101111
+9,25,18,79,1101110111101001010111110011111111011111111001011110111110111111111111111111011111101101011011101111
+9,26,0,80,1101110111101011111011101011111111011111111001111110111110111011011111111111011111101111011011101101
+9,26,1,76,1101110110101111111111110011111111011111111001111110111110101111101011011101011110101111011011101100
+9,26,2,80,1101110111101001111100111011111111011111111001111110111110111111111111111111011011101101111011101101
+9,26,3,75,1001110111110011001101110011101111011110111001011110101110111111111111111111011111101101111010101111
+9,26,4,81,1101110111111011101111111011111111011111011001101110111110111111111111111111011011101111111010101101
+9,26,5,79,1101110111101110111111111011111111011111111001111110111110111111111011011101011011100111011011101101
+9,26,6,76,1101110111101001101111110011111111011101111001011110111110111110111111111111011011101111011010101101
+9,26,7,83,1101110111111011101111111011111111011111111001111110111110111111101111111111011011101111111011101101
+9,26,8,78,1101110111101001010101110011111111011111111001011110111110111111111111111111011111101101011011101111
+9,26,9,78,1001110111101001011111110011101111011110111001011110111110111111111111111111011111101101111011101111
+9,26,10,79,1101110111101011111111101011111111010111111001111110111110111111001111011111011111101111011011101101
+9,26,11,79,1101110111101001011111110011111111011110111001011110111110111111111111111110011111101101111011101111
+9,26,12,82,1101110111101001111111101010111111011111111001111110111110111111011111111111011111111111011011101111
+9,26,13,77,1101110111101011010101110011111111011111111001011110111110111111101111111111011111101101011011101101
+9,26,14,81,1101110111101011111111111011111111011111111001111110111110111111011111111111011110001111011011101101
+9,26,15,80,1101110111111011101011101011111111011111111001111110111110111111101111011111011011101101111010111111
+9,26,16,79,1101110111111011001111111011111111011110111001011110111100111111111111111111011011101101111010101111
+9,26,17,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,26,18,78,1011110111101000011111110011111111011111111001011110111110111111111111111101011111101101011011101111
+9,27,0,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,27,1,82,1111110111101001111111111011111111001111111001111110101110111111111111111011011111101101111001111111
+9,27,2,83,1101110111101011111011111011111111011111111001111111111100111111111111111111011111101101111011101101
+9,27,3,76,1101110111111011001111101011111111011110111001001110111110111011011111111111011011101111011010101111
+9,27,4,82,1101110111101011011111101011111111011111111001111110111110111111011111111111011111101110111011101111
+9,27,5,78,1101110111101001111011110011111111011110111001011110111110111011101111111110011111101111111011101111
+9,27,6,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,27,7,82,1111110111101001111111111011111111001111111001111110101110111111111111111011011111101101111001111111
+9,27,8,78,1001110111101001011111110011111111011110111001011110111110111111111111111111011111101011111010101111
+9,27,9,77,1101110111101001101111110011101111011101111101011110111110111110111111111111011011101101111011101101
+9,27,10,81,1101110111101001011111101010111111011110111001111110111110111111111111111111011111111111011011101111
+9,27,11,77,1101110011101001111111110011111111011111111001011100111110011111011111111110011111101101111011101111
+9,27,12,77,1001110111111001111111101011111111011111011001001110111110111111111111111111011011101101011010101111
+9,27,13,81,1111110111101010001111110011111111011111111001111110111110111111111111111101011111101111111011101101
+9,27,14,79,1101110111111011101111111011111111011011011001101110101110111111111111111111011011101111111010101101
+9,27,15,81,1101110111111011101111111011111111011111011001101110111110111111111111111111011011101111111010101101
+9,27,16,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,27,17,79,1101110111101011111011101011111111011111111001111110101110111011011111111111011111101111011011101101
+9,27,18,81,1101110111101011111111111011111111011111111001111110111110111111101111111011011110101111011011101101
+9,28,0,82,1111110111101001111111111011111111001111111001111110101110111111111111111011011111101101111001111111
+9,28,1,83,1111110111101001111111111011111111001011111001111110101110111111111111111111011111101101111101111111
+9,28,2,83,1111110111101001111111111011111111001111111001111110101110111111111111111011111111101101111001111111
+9,28,3,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,28,4,83,1101110111111011111111111011111111011111011001111110111110111111111111111111011011101101111011101101
+9,28,5,81,1111110111101001101111111011111111001111111001101110101110111111111111111111011111101111111000111111
+9,28,6,81,1111110111101001111111111011111111001111111001111110101110111111111011111111011111101101101001111111
+9,28,7,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,28,8,82,1101110111101011111011111010111111011111111001111111111100111111111111111111011111101101111011101101
+9,28,9,81,1101110111101011111111111011111111011111111001111110111110111111101111111011011110101111011011101101
+9,28,10,82,1101110111101001111111111011111111001111111001111110101111111111111111111111011101101101111011101111
+9,28,11,84,1111110111101011111011111011111111011111111001111111111100111111111111111111011111101101111001111101
+9,28,12,81,1111110111101001111111111011101111001111111001111110101110111111111111111111001111101101111001111111
+9,28,13,81,1111110111101001111111011011111111001111111001111110101110111111111111111011011111101101111001111111
+9,28,14,79,1111110111111010001111110001111111001111111001111110101110111111111111111111011111101101111001111101
+9,28,15,83,1111110111101001111111111011111111011111111001111110111110110111111011111101011111101111111011101111
+9,28,16,80,1111110111100001111111111011011111001111111001111110101110111111111111111011011111101101111001111111
+9,28,17,81,1111110111101001111111111011111111001111111001111110101110111111111111111011011111101101111001111110
+9,28,18,81,1101110111111011011111111011111111011111011001101110111110111111111111111111011011100111111011101101
+9,29,0,84,1111110111101011111111111010111111001111111001111111111100111111111111111111011111101101111011101111
+9,29,1,80,1101110111101001111011111011111111011111111001111110101110111111111111111011011111101101111001111101
+9,29,2,81,1111110111101001111111111011101111001111011001111110101110111111111111111111011101101101111011111111
+9,29,3,82,1101110111111011111111111011111111011111111001111110111110111111111111111111001011101101111001101101
+9,29,4,81,1101110111101011111011111011111111011111111001111111111100110111111111111101011111101101111011101101
+9,29,5,86,1111110111101001111111111010111111011111111001111111111111111111111011111111011111101111111011101111
+9,29,6,83,1101110111101011111111111011111011011111111001111110111101111111110111111111011101101101111011111111
+9,29,7,80,1111110111101001111011111011111111001111111001111111101110111111111111111111010111101101111001101101
+9,29,8,81,1111110111101001111111011011111111001111111001111110101110111111111111111011011111101101111001111111
+9,29,9,79,1111110111101001111111011011111111001111011001111110001110111111111111111011011111101101111001111111
+9,29,10,83,1111110111101001111111111011111111001111111001111110101110111111111111111111011111101101111001111111
+9,29,11,79,1110110111101001111111111011111111001111111001111110101110111111111111111011011110101101111001111110
+9,29,12,81,1111110111101001111111111011111111001011111001111110101110111111111111110111011111101001111101111111
+9,29,13,82,1111110111101001110111111011111111001011111001111110101110111111111111111111011111101101111101111111
+9,29,14,83,1111110111101001111111111011111111001111111001111110101110111111111111111011111111101101111001111111
+9,29,15,82,1111110111101001111111111011111111001111111001111110100110111111111111111011111111101101111001111111
+9,29,16,84,1111110111101001111111111011111111011111111001111110111110111111111011111101011111101111111011101111
+9,29,17,82,1111110111101101111111111011111111001111111001111110101110110111111111111011011111101101111001111111
+9,29,18,82,1111110111101011111011110011111111011111111001111111111100111111111011111111011111101101111001111101
+9,30,0,83,1101110111101001111111111011111111011111111001111110111110111111111011111111011111101101111011101111
+9,30,1,82,1111110111001011111111111011111011011111111001111110111101111011110111111101011101101111111011111111
+9,30,2,80,1111110111101001111111111011111111001011111001111110001110111111111111110111011111101001111101111111
+9,30,3,80,1111110111101001111111011011111111001111011001111110101110111111111111111011011111101101111001111111
+9,30,4,82,1111110111101101111111111011111111001111111001111011111110101111111110111111011111101101111001101111
+9,30,5,78,1111110111101011111010111011111111011111111001111110101100010111111111111011011111101101111001111101
+9,30,6,81,1111110111101001111111111011111111001111111001111110100110111011111111111011111111101101111001111111
+9,30,7,83,1111110111101001111111111011111111001111111001111110101110111111111111111011111111101101111001111111
+9,30,8,81,1111110111101001111111111011101111001111011000111110101110111111111111111111011111101101111011111111
+9,30,9,83,1111110111101011111111111010111111001111111001111111111100111111111111111111011101101101111011101111
+9,30,10,84,1111110111101011111111111011111111001111111001111111111100111111111111111111011111101101111011101101
+9,30,11,82,1111110111111001111111111010111111001111011001111110101110111111111111111011111111101101111001111111
+9,30,12,84,1111110111101011111111111011111111011111111001111110111100111111111111111111011101101101111011111101
+9,30,13,79,1111110111101001111011110011101111001111011001111111101110111111111011111111011111101101111001111111
+9,30,14,78,1111110111101000111111111011111101001011111001111100101111111111110111111111011101101101111100111111
+9,30,15,82,1101110111101011110111111011111011011111111001111110111100111111111111111111011111101100111011111111
+9,30,16,84,1111110111101001111111111010111111011111111001111111111100111111111011111111011111101111111011101111
+9,30,17,86,1111110111101011111111111010111111001111111001111111111111111111111111111111011111101101111011101111
+9,30,18,82,1111110111101001111111111011111111001111111001111110101110111111111111111011101111101101111001111111
+9,31,0,82,1111111111101001111111111011111111001111111001111110101110111011111111110011111111101101111001111111
+9,31,1,79,1111110111101001111111111011111111001011110001111110000110111111111111111111011111101001111101111111
+9,31,2,81,1111110111101001111111111011111111001111111001111110110100111111111110111011111111101101111001111111
+9,31,3,84,1111110111101111111111111011111111001111111001111111101110111011111111111111011111101101111011101101
+9,31,4,83,1111110111111001111111111010111111001111011001111111101110111111111111111011111111101101111001111111
+9,31,5,85,1111110111101011111111111010111111001111111001111110111111111111111111111111011111101101111011101111
+9,31,6,82,1111110111111001111111111010111111001111011001111110101110111111111111111111011111101101111001111111
+9,31,7,86,1111110111101011111111111010111111001111111001111111111111111111111111111011111111101101111011101111
+9,31,8,81,1101110111101001111111111010111011011111111001111111011100111111111011111111011111101110111011111111
+9,31,9,84,1111110111101011110111111011111111011111111001111110111100111111111111111111011111101101111011101111
+9,31,10,79,1111110111001011111111111011111111011111111001110110111100111011110111111101011101101101101011111111
+9,31,11,83,1111110111101011111111111011111011010111011001111110111101111111111111111111011101101111111011111101
+9,31,12,81,1111110111111001111111111010111111011111111001111110111100111111011111111111011101101101111001111101
+9,31,13,84,1111110111101011111111111011111111001111011001111110101110111111111111111011111111101101111011111111
+9,31,14,81,1111110111101101111111111011111111001111111001111011111110101111111110111111011110101101111001101111
+9,31,15,80,1111110111101101111111111011111111001111111001111011111110101110111110111111011111101100111001101111
+9,31,16,82,1111110111001011111111111011111111011111111001111110110110111011111111111001011111101111111001111111
+9,31,17,80,1111110111101001111111111011111011001111111001111110101101111011110111111011111101101101111011111111
+9,31,18,83,1111110111101011101111111010111111001111111001011111111110111111111111111111011111101101111011101111
+9,32,0,85,1111111111111011111111111010111111001111111001111111111101111111111111111111011101101101111011101110
+9,32,1,79,1111110111101001111111111010111111011111111001111110111100111111011111110111011101101101111001111101
+9,32,2,84,1111110111101011111111111011111011001111011001111110111101111111111111111111111101101111111011111101
+9,32,3,82,1111110111101011111111111011111111010111011001011110101110111111111111111011011111101101111011111111
+9,32,4,82,1111110111101011111111111011111111001111011001101110101010111111111111111011111111101101111011111111
+9,32,5,83,1111110111101011111011111011111111001111011001111110101110111111111111111011111111101101111011111111
+9,32,6,82,1111110111101011110111111011111111001111011001111100101100111111111111111111111111101101111011111111
+9,32,7,85,1111110111101011111111111011111111011111111001111110111110111111111111111011011111101101111011101111
+9,32,8,86,1111110111101011111111111010111111001111111001111111111111111111111111111111011111101101111011101111
+9,32,9,81,1111110111101011101111111010011111001111111001011110111110111111111111111111011111101101111011101111
+9,32,10,82,1111110111011001111111111010111111001111011001111111101110111111111111111011111111101101111001111111
+9,32,11,82,1111110111101011101111111010111111001111111001011111111110111111111110111111011111101101111011101111
+9,32,12,81,1111110111101001111111111011110111001111011001111110101110111111111111111011011111101101111011111111
+9,32,13,84,1111110111111011111111111010111111001111011001111110101110111111111111111111111111101101111001111111
+9,32,14,84,1111110111101001111111111011111111001111111001111111111111111111111111110111111101101101111001101111
+9,32,15,82,1111111111101011111111111010111111001111111001111110101010111011111111110111011111101101111011111111
+9,32,16,83,1111110110101111111111111011111111011111011001111111101110111011111111111111011111101101111011101101
+9,32,17,82,1111110110101011111111111011111011000111111001111110111101111111111111111111011101101111111011111101
+9,32,18,86,1111110111101011111111111010111111011111111001111110111111111111111111111111011111101101111011101111
+9,33,0,86,1111110111101011111111111010111111001111111001111111111111111111111111111111011111101101111011101111
+9,33,1,77,1111010111101011101111111010011111001111111000011110111110111111111110011111011111101101111011101111
+9,33,2,85,1111110111101011111111111010111111001111111001111111111110111111111111111111011111101101111011101111
+9,33,3,85,1111110111101011111111111010111111001111011001111111111111111111111111111111011111101101111011101111
+9,33,4,80,0111110111101011101111111010111111001111111001011111111110111011111110111111011111101101111001111111
+9,33,5,83,1111010111111011111111111010111111001111011001111110101110111111111111111111111111101101111011101111
+9,33,6,85,1111110111111011111111111010111111001111011001111110101111111111111111111111111111101101111001111111
+9,33,7,82,1111110111101001111111111011111111001111111001111111111110111111111111110101111101101101111001101111
+9,33,8,81,1111110111101011111111111010111111011111111001111110100010111011111111110111011111101101111011111111
+9,33,9,82,1111111110001111111111111011111111001111011001111111101110111011111111111111011111101101111011101101
+9,33,10,79,1111110111011001111011111010111110001111011001111111101110111111111111111011111111101101111001011111
+9,33,11,84,1111110111101011111111111011111111001111011001111110101110111111111111111011111111101101111011111111
+9,33,12,81,1111110111101011111111111011111011001111011001111110111101111111111111110111111101101101111010111101
+9,33,13,84,1111111111111011111111111010111101001111111001111111111101111011111111111111011101101111111011101110
+9,33,14,82,1111111111011001111111111010111111001111011001111111101110111111111111111110111111101101111001111110
+9,33,15,82,0111110111111011111111111010110111001111111001111111111101111111111111111011011101101101111011101111
+9,33,16,83,1111110111101001111111111011111111011111111001111110111110111111111111110011111101101101111011101111
+9,33,17,83,1111110111101011111111111011111111001111111001111111111011111111111111111111001101101101111001101111
+9,33,18,80,1111110110101011111011111011111011001111111001111110111011111011111111110111011111101101111011111101
+9,34,0,81,1111111111011011111111111010111111000111011001111111101100111111111111111110111111101101111001111110
+9,34,1,84,1111111111101001111111111010111111001111111001111110101110111111111111111111011101101111111011111111
+9,34,2,78,1111110110101011011011111010111011001111111001111110111110111011111111110111011111101101111011111101
+9,34,3,80,0111110111100011101111111011111111001111111001011111111011111011111110111111011111101101111001111111
+9,34,4,84,1111110111101001111111111011111111011111111001111110111110111111111111110011111111101101111011111101
+9,34,5,82,1111110111101011111111111011111111001111011001111110101110111111111111111011111101101101111011101111
+9,34,6,84,1111110111101011111111111011111111011111111001111110111110111111111111111011111001101101111011101111
+9,34,7,80,1111110111101001111111111011111111001111111001111111111011111110111111110111001101101101111001101111
+9,34,8,80,1111111110001111111111111010111101001111011001111111101100111011111111111111011101101111111011101111
+9,34,9,85,1111111111111011111101111011111111001111111001111111111111111011111111111111011111101101111011101100
+9,34,10,84,1111111111001011111111111010111111001111011001111111111011111111111111111111011111101101111011101111
+9,34,11,82,1111110111111001111111111010111111001111011001111111101110111111111111111110111111101101111001111110
+9,34,12,84,1111110111101011111111111010111111001111111001111111111110111111101111111111011111101101111011101111
+9,34,13,85,1111110111101011111111111010111111001111011001111111111111111111111111111111011111101101111011101111
+9,34,14,85,1111110111101011111111111010111111001111111001111110111111111111111111111111011111101101111011101111
+9,34,15,85,1111110101111011111111111010111111001111011001111111101111111111111111111111111111101111111001111101
+9,34,16,77,1111110110101011111011111011111011001111111001111110111011110010111111110111011111101101111011111100
+9,34,17,85,1111110111101011111111111010111111001111111001111111111110111111111111111111011111101101111011101111
+9,34,18,82,1111110111101001111111111011111111001111111001111111111010111011111111110101111111101101111001111111
+9,35,0,82,1111110101111001111111111011111111000101011001111111111101111110111111111111111111101111111001111101
+9,35,1,79,1111110110101011111111111010111111001111111001111111101011111111111111110111001101101101111001101111
+9,35,2,80,1111110111001011111111111011111111001111111001111010101011111111111111110111111101101101111011101101
+9,35,3,82,1111110111101011111111111010111111001111011001111110111110111111111111111011011111101101111011101111
+9,35,4,81,1111100111101011111111111010111111001111011001111111111110111111101110111111011111101101111011101111
+9,35,5,85,0111110111101011111111111010111111001111111001111111111111111111111111111111011111101101111011101111
+9,35,6,83,1111111011101011111111111011111101011111111001111111111110110011111111111011111101101101111011111101
+9,35,7,79,1111110110001101111111111010111111001111011001111110101100111111111111110111011111101111111011101111
+9,35,8,81,1111110111101001111111110011111111001111111001111111111110111111111111110011111111101101111011101100
+9,35,9,87,1111111111111011111101111011111111011111111001111110111111111011111111111111011111101101111011111101
+9,35,10,82,1111111111101010111111111011111111001011111001111111111111111011101111111111011101101101111011111100
+9,35,11,81,1111110110111011111001111011111011001111111001111110111111111111111111110111011111101101111011101101
+9,35,12,85,1111110111101011111111111011111111011111111001111110111110111111011111111111111011101101111011101111
+9,35,13,82,1111110111101011111111111010111111000111111001111110111111111111111111111011011101101101111011101111
+9,35,14,83,1111110111101011111111111010111111011111111001111110111110111111111111111011011011101101111011101111
+9,35,15,83,1111110111101011011111111011111111001111111001111111111110111111101111111111111101101101111011101101
+9,35,16,87,1111110101111011111111111010111111001111111001111111101111111111111111111111111111101111111011111101
+9,35,17,83,1111110111101011111111111010111111001111011001111111111110111111101111111111011111101111111001101111
+9,35,18,83,1111110111111011111111111010111111001111011001111111101110111111111111111110111111101101111001111110
+9,36,0,82,1111110111100011011111111010111111001111111001111111111111111111101111111111111101101101111011101101
+9,36,1,85,0111110111101011111111111011111111001111111001111111111110111111111111111111011111101101111011101111
+9,36,2,85,1111111111101011111111111011111101111111111001111111111110110111111111111011111101101101111010111101
+9,36,3,81,1111110011101011111111111010111111001111011001111111111110111011101111111111011111101111111001101111
+9,36,4,83,1111111111101011111111111011111111000111011001111110101101111111111111111111111111101101111011111100
+9,36,5,77,1111110111011001111111111011111111001111111001111010101010111111111111110110111101101101111001101011
+9,36,6,85,1111110111101011111111111011111111011111111001111110111110111111111111111111111011101101111001111110
+9,36,7,82,1111110111111011111111111010111111001111011001111111100110111111011111111110111111101101111011101111
+9,36,8,86,1111111111111011111101111011111111011111111001111110111111111011111111111111011110101101111011111101
+9,36,9,85,0111110111101011111111111010111111001111111001111111111111111111111111111111011111101101111011101111
+9,36,10,82,0111111011101011111111111010111101011111111001111111111110110011111111111011111101101101111011111111
+9,36,11,84,1111110111101011111111111011111111001111111001111111111111111101111111111111011101101101111011101101
+9,36,12,83,1111110111101011011111111011111111011111111001111110111110111111011111111111111011101101111011101101
+9,36,13,83,1111110111001011111111111011111111001111111001111111111110111111101111110111111101101101111011101111
+9,36,14,89,1111111111111011111111111011111111011111111001111110111111111011111111111111111111101101111011111101
+9,36,15,85,1111110101111011111101111010111111001111111001111111101111111111111111111111011111101111111011111101
+9,36,16,81,1111111111111010111111111010011111001111011001111111101110111011101111111110111111101101111011111110
+9,36,17,83,1111110111101011111111111011111111001011111001111111111111111111111111111111011101101101111001111100
+9,36,18,84,1111110101101011111111111011111111001111011001111111101101111110111111111111111111101111111011111101
+9,37,0,88,1111111111111011111111111011111111001111111001111110111110111111111111111111111111101101111011111101
+9,37,1,86,0111110111101011111111111011111111011111111001111111111111111011111111111111011111101101111011101111
+9,37,2,87,0111111111111011111111111011111111001111111001111111111111111111111111111111011111101101111011101101
+9,37,3,84,1111110111101011111101111011111111011111111001111110111110111011111111111111011110101101111011111111
+9,37,4,80,0111110011101011111111111010011101011111111001111111111110111011111111111011011111001101111011111111
+9,37,5,85,0111111111101011111111111010111111001111111001111111111111110111111111111111111101101101111011101111
+9,37,6,87,1111111111111011111111111011111111011111011001111110111111111011111111110111111111101101111011111101
+9,37,7,84,1111110101101011111111111011111110001111111001111111101101111110111111111111111111101111111011111101
+9,37,8,84,1111110111101011111111111010111111001101111001111011111111111111111111111111111011101111111001111110
+9,37,9,80,1111110101111000111111111011110111010111011001111110111110111111111111111111110111101101111001111101
+9,37,10,82,1101110111111011111101111010111111001111111001111111101011111111111111111111011111101101111010111101
+9,37,11,89,1111111101111011111111111011111111011111111001111110111111111011111111111111111111101111111011111101
+9,37,12,82,1111111111101011111111111011111101000111111001111110101101111111111111111111111101101101111010111101
+9,37,13,86,1111111111101011111111111011111111111111011001111111111110110111111111111011111111101101111011111100
+9,37,14,83,1111110111101011111111111011111111001111111001111111111110111111101111110111111001101101111001111111
+9,37,15,84,1111110111001011111111111011111111011111111001111110111110111111111111110111111111101101111011101110
+9,37,16,83,1111110011101011111111111011111111011111111001111110111110111111101111111111111011001101111001111111
+9,37,17,82,1111110111001011111111111011111111001111111001111111111110111110111111110111111101101101111011101110
+9,37,18,79,1111110111111001011111111010111111010101011001111110111110111111011111111111111111101101111001101101
+9,38,0,83,0111111111101011111111111010111111001111111001111111111011110011111111111111111101101101111011101111
+9,38,1,87,0111110111101011111111111011111111011111111001111111111111111111111111111111011111101101111011101111
+9,38,2,88,1111111111111011111111111011111111001111111001111110111110111111111111111111111111101101111011111101
+9,38,3,83,1111110011101011111111111011111111011111111001111110111110111111101111111111111011001101111001111111
+9,38,4,86,0111110111101011111111111011111111011111111001111110111110111111111111111111011111101101111011111111
+9,38,5,83,1111110011101011111111111011111111011111111001111111111111111011101111111111111011001101111001101111
+9,38,6,81,1111111111101011111111111011111101000111111001111110101011111111111111111111111101101101111010101101
+9,38,7,84,0111111111101011111111111010111011001111111001111111111101110111111111111111111101101101111011111111
+9,38,8,85,1111111101101011111101111011111111011111111001111110111111111011111111111111111111001111111001111101
+9,38,9,86,1111110011111011111111111011111111011111111001111110111110111111101111111111111011101101111011111111
+9,38,10,86,1111111111101011111111111010111111011101111001111011111111111111111111111111111011101111111001111110
+9,38,11,84,1111110111101011111111111011111111101111011001111111111110110111111111111011111111101101111011111100
+9,38,12,87,1111111111111011111111111011011111001111111001111110111110111111111111111111111111101101111011111101
+9,38,13,86,1111111111101010111111111011111111111111011001111111111110110111111111111011111111101101111111111100
+9,38,14,84,1110111111101111101111111011111111001101111001111110111111110111111111111111111101101101111011111101
+9,38,15,87,0111111111111011111111111010111111001111111001111111111110111111111111111111111111101101111011101111
+9,38,16,87,1111110111111011111111111011111111001111111011111111111111111111111111111111111001101101111011101101
+9,38,17,82,0111111101101011111111111011111111001111111001111111111110111101101111110111011111101101111001111111
+9,38,18,82,0111110111001011111111111011101111011111111001111111111110111011111111110111011111101101111011101111
+9,39,0,84,0111110101101011111111111011111111001111111001111110111110111111101111111111011111111101111011111111
+9,39,1,85,0111111111101011111111111011111111011111111001111111111111111101111111110111011111101101111001101111
+9,39,2,88,1111111111111011111111111011111111001111111001111110111110111111111111111111111111101101111011111101
+9,39,3,82,0111110111101011111111111011111111001111111001111110111110110111111111101111011011101101111011111111
+9,39,4,83,0111111111101011111111111011111111001111111001111111111110111101101111110111011111101101111001111111
+9,39,5,81,1111110101101011111111111011111110101111010001111111111110110111111111111011111111101101111011111100
+9,39,6,85,1110111111111111111111111011111111001101111001111110111110110111111111111111111101101101111011111101
+9,39,7,86,0111111111101011101111111010111111001111111001111111111111111111111111111111111111101101111011101111
+9,39,8,82,1111111111101011111111111011110111001111011001111110111110110111111111111111111101101101111011111100
+9,39,9,84,1110110111101111101111111011111111101101111001111111110111110111111111111011111111101101111011111101
+9,39,10,85,1110111111111111101111111011111111001101111011111110111111110111111111111111111101101101111011101101
+9,39,11,85,1111110011101011111111111111111111001111111001111111111111111111111111111111111001101101111010111101
+9,39,12,84,1111111101101011111101111011111111011111101001111111111110111011111111111111111111001111111001111101
+9,39,13,86,0111111111111001111111111010111111001111111001111110111111111111111111111111111111101101111011101111
+9,39,14,83,1111110111101011111111111011110111001111011001111111111110111111111111111011110111101101111011111101
+9,39,15,86,1111111111111011111111111011011111101111111001111110111110110111111111111111111111101101111010111101
+9,39,16,86,1111110111101011111111111011111111001111111001111111111110111111111111111111111111101101111011111100
+9,39,17,84,1111111111111011111111111011011111101111011001111110111110110111111111111011111111101101111011111100
+9,39,18,88,1111111111101010111111111011111111111111111001111111111111111111111111111011111111101101111011111100
+9,40,0,80,1111110111101001111111111010111111001111011001111110111111111101111111111011110111101101111011101101
+9,40,1,88,0111111111111011111111111011110111001111111001111111111110111101111111111111111111111101111011111111
+9,40,2,85,1110111111101011101111111011111111111101111001111111110111111101111111111011111111101101111011111101
+9,40,3,83,0111110111101111111110111011111111001111111001111111111111110111111111110111011111101101111001101111
+9,40,4,83,1111110111111011111111111011111111001111011001111110111110111111111111111011110110101101111011111101
+9,40,5,87,1111111111101011111111111011110111001111111001111111111110111111111111111111111111101101111011111101
+9,40,6,87,1111111111111011111111111011111111101111111001111110111110110111111111111111111111101101111010111101
+9,40,7,84,1111111111111010111111111011011111001111011001111110111110111101111111111111111111101101111011111101
+9,40,8,85,1110111111101011111111111011111111001111111001111110111110110111111111111111111111101101101011111111
+9,40,9,79,1011110111111111101111111011111111011101011001110110111110010111111111110111111101101101111111101100
+9,40,10,84,0110111111111111101111111011111111001101111011111110111111110111111111111111111101101101111011101101
+9,40,11,86,1111111111111001111111111010111111001111111001111110111111111111111111111111111111001101111011101111
+9,40,12,86,1111111111111011111111111011011111101111111001111110111110110111111111111111111111101101111010111101
+9,40,13,85,1110111111111111111111111011111111001101111001111110111110110111111111111111111101101101111011111101
+9,40,14,83,0111110101111011111111011011111111001111111001111110111110111111101111111111011111101101111011111111
+9,40,15,88,1111111111101011111111111011111111001111111001111110111110111111111111111111111111111101111011111101
+9,40,16,83,0111111111101011111111111011110111001111111011111110111110110111111111101111011111101101111011101111
+9,40,17,81,1110110111101111101111111011111111001101111001111110111111110111111111111111111001101101011011111101
+9,40,18,82,0111110001101011111111111111111111001111111001011110111110111111101111111111011111111101111010111111
+9,41,0,82,0110110111111111111111011011111111001101111001111110111110110111100111111111111111101101111011111111
+9,41,1,84,1111111101111011111111111011111111001111111001111110111110111111111111111111011101100101111011111101
+9,41,2,84,0111111111101011111111111010110111001111011001111111111110111111111111111111111111101101111011111101
+9,41,3,81,1111110111101001111111111010111111001111111001111110111111111101111111111011110111101101111011101101
+9,41,4,80,1010111111111111101111111011111111001101111001111110111110110111111111111101111101001101111011101101
+9,41,5,82,0110111111111111111111111011111111001101011011111100111111110110111110111111111101101101111011111101
+9,41,6,81,1110110111101001111111111010111111001111011001111110111111111111111111111111110111101101101011101111
+9,41,7,83,1111111111101011111111111011111111001110111001111110111110110101111111111011111111101101111011111101
+9,41,8,83,0111111111111011111111111011110111101111111001111110111110110111111111111111111110101101111010101101
+9,41,9,87,1111111111111011111111111011111111001111111011111110111110110111111111101111011111101101111011111111
+9,41,10,86,1111110111101011111111111011111111001111111001111110111111111111111111111111111011101101111011111101
+9,41,11,86,1111111111101011111111111011111111001111110001111111111110110111111111111111111101111101111011111101
+9,41,12,84,0111111111111010111111111111011111001111011001111110101110111111111111111111111111101101111010111111
+9,41,13,81,1111110001101011111111111011111111001111111001011110111110111101101111111111011111111101111011111101
+9,41,14,84,1110111111111001111111111011111111001111111001111110111110111101111111111111111111001101111011101111
+9,41,15,86,1111111111101011111011111010111111101111111001111110111111110111111111111111111111101101101011111111
+9,41,16,81,1110111111111001111111111010111111001101111000111110111111111111111111111111111101001101111011101101
+9,41,17,88,1111111111111111111111111011111111001111111001111110111110110111111111110111111111101101111011111111
+9,41,18,86,1110111111101011111111111011111111001111111001111110111110111111111111111111111111101101101011111111
+9,42,0,85,1111011111101011111111111011111111001111110001111111111110110111111111111111111101111101111011111101
+9,42,1,85,1111111111101011111111111011111111001111110001111111111110110111111111111111111101111101111010111101
+9,42,2,84,0111111111111011111111111011110111101111111001111111110110110111111111111111111110101101111011101101
+9,42,3,83,1111111111001011111111111011111111001111110001111110111110110111111111111111111101111101111010111101
+9,42,4,84,1111111101111011111111111011111111001111111001111110111110111111111111111111011011100101111011111101
+9,42,5,86,1111110111101011111111111011111111001111111001111110111111111111111111111111111101101101111011111101
+9,42,6,85,0111110111111111111111011011111111001111111001111110111110111111001111111111111111101101111011111111
+9,42,7,81,1110110111101010111111111011111111001101111001111110111111010111111111111111111011101101111011111101
+9,42,8,84,1110111111111011111111111011111111001111111011111110111110110101111111101111011111101101111011101111
+9,42,9,85,1111111111111001111111111011111111001111101001111110111110111111111111111111011111001101111011111111
+9,42,10,85,1111111111101011111111111010110111001101111001111111111110111111111111111111111111101101111011111101
+9,42,11,81,0111111101101011111011111010111111101111011001111110111111110111111111111111101111101101101011110111
+9,42,12,83,1111111111101001111111111010111111111111111001111110111110111101011111111111111111001101101011101111
+9,42,13,88,1110111111111011111011111011111111011111111001111110111111110111111111111111111111101101111011111111
+9,42,14,81,1110111111101001111111111010110111001111011001111111111110111101111111111111111111001101111011111101
+9,42,15,85,0111111111111011111111111011111111001111111001110110111110111111111111111011111111101101111011101111
+9,42,16,83,0111111111101011111111111011110111001011011001111111111110110111111111111111111111101101111011111101
+9,42,17,87,1111111111101011111111111010111111001111111001111110111110111111111111111111111111111101111011111101
+9,42,18,81,0110111101111011111111111011111111001111011011111110111010110111111111011111111101101101111011111101
+9,43,0,84,1111111111101011111111111010111111001001111001111110111110111111111111111111111111011101111011111101
+9,43,1,85,1111111111101011111111111010110111001111111001111111011110111111111111111111111111101101111011111101
+9,43,2,83,1111111111111001111011111011111111011111101001111110111110110111111111111111011111001101111011011111
+9,43,3,86,1110111111011011101111111011111111001111111001111110111111111111111111111111111111101101110011111111
+9,43,4,86,1111111111111001111111111011111111001111111001111110111110111111111111111111011111101101111011101111
+9,43,5,84,0111111111111011111111111011111111001111101001110110111110111111111111111011111111001101111011111111
+9,43,6,83,1111111101101011111011111010111111011111011001111110111111110111111111111111101111101101111011110111
+9,43,7,85,0110111111111011111011111011111111101111111001111110111111110111111111111111111111001101101011111111
+9,43,8,83,1111110111101011111111111011111111001111110001111110111111110111111111111111111101101101111010111101
+9,43,9,85,1111111111001011111111111011111111001111111001101110111110111111111111111111111101111101111011111101
+9,43,10,86,0111111111111011111111111011111111001111111001111110111110111111111111111111111011100101111011111111
+9,43,11,80,1111111101101011111111111011111111000111111001110110111110111111111111111011011111101100111011101101
+9,43,12,86,0110111111111011111011111011111111011111111001110110111111110111111111111111111111101101111011111111
+9,43,13,86,1111111101111011111111111011111111001111111001111110111110111111111111111011111111101101111011101111
+9,43,14,85,1111111111111001111011111011111111001111101011111110111111110111111111111111011111001101111011111111
+9,43,15,88,1110111111111011111111111011111111011111111001111110111110111111111111110111111111101101111011111111
+9,43,16,85,1111111111111111111111111011111111001101111011111100111110111110111110111111111101101101111011111101
+9,43,17,83,1110111111111011110111111011111111001111111001111110111111110101111111101111011111101101111011101111
+9,43,18,86,1111111101111011111111111011111111101111111001111111111110111111111111111111011011100101111011111101
+9,44,0,86,1111111111111011111111101011111111001111111001111110111110111111111111111111111111100101111011111101
+9,44,1,83,0111111111101011111111111010111111001001111001111110111110111111111111111111111011011101111011111111
+9,44,2,85,1111111111111111111111111011111111001101101001111110111110111111111110110111111111101101111011111101
+9,44,3,86,1110111111111011111111111011111111011101111011111100111110111110111111111111111101101101111011111111
+9,44,4,84,1111011101111011111111111011111111001111111001111111101110111111111011111111111011100101111011111111
+9,44,5,86,0111111111111011111111111011111111101111111001111110111110111111111111111111011011100101111011111111
+9,44,6,85,1110111111011011111111111011111111001111111001111110111111111111111111111111111110001101110011111111
+9,44,7,85,1111111111111001101111111011111111001111111001111110111110111111111111111111011111101101111011101111
+9,44,8,85,1101111111111011111111111010110111011111111001111111011110110111111111111111111111001101111011111111
+9,44,9,81,1111111111100001111011111011111111001111101001111111111110111111111111111111011111101101111011010101
+9,44,10,84,1111111111101011111111111011111111000111110001111110111111111111111111111111011101101101111011111101
+9,44,11,84,1111110101111011111111111011111111101110111001111111111110110111111111111111111011100101111011111101
+9,44,12,85,0111111111111011111111111011111111001111101001111110111110111111111111111111111011100101111011111111
+9,44,13,85,0111111111111011111111111011111111001111111001110110111110111111111111111011111111001101111011111111
+9,44,14,85,1111111101111011111111111011111111101111111001111110111110110111111111111111011111100101111011111101
+9,44,15,82,1111101101101011111010111010111111011111011001111111111111111111111111111111101011101101111011110111
+9,44,16,87,1111111111111011111111111011111111011111111001111100111110111111111111111110111101101101111011111111
+9,44,17,85,1110111111111111111111111011111111001101111011111110111110111110111110110111111111101101111011111101
+9,44,18,87,1111111111011011101111110011111111001111111001111110111111111111111111111111111111101101111011111111
+9,45,0,83,1101111111111011111111111010111111011111111001111111011110110111111110111101011111001101111011111111
+9,45,1,85,1111111101111011111111111011110111101111111001111110111110110111111111111111111111100101111011111101
+9,45,2,85,0111111111111011011111111011111111101111111001111110111110111111111111111111011011100101111011111111
+9,45,3,85,1111111111111001101011111011111111001111111001111110111110111111111111111111011111101101111011111111
+9,45,4,84,0111111111111011111111111011111111001101110001111110111110111111111111111011101111101101111011111111
+9,45,5,84,1111111111101011111111111011111111000111111001110110111111111111111111111111011101001111111011111101
+9,45,6,86,1111111101111011111111111011111111101111111001111110111110110111111111111111011111101101111011111101
+9,45,7,86,1111111111111111111111111011111111011111111001111100111110111111111111111110111100100101111011111111
+9,45,8,84,1110111111111011101111110011111111001101111001111100111111111110111111111111111111101101111011111111
+9,45,9,89,1111111111011011111111111011111111011111111011111110111110111111111111111111111101101101111011111111
+9,45,10,87,0111111111111011111111111011111111101111111001111110111110111111111111111111011011101101111011111111
+9,45,11,86,1110111111111011111111111011111111011101111011111100111110111110111111111111111111000101111111111111
+9,45,12,85,1111111101111011111111111011111111101111111001111110111110111111111111111111011011100101111011011111
+9,45,13,83,0111111111111011111111111011111111101111111001111010111110110111111111111111011111100101111010111101
+9,45,14,84,1110111111111111111111111011111111001101111011111110111110111110111110110111111111001101111011111101
+9,45,15,85,1110111111011011111111111011111110001111111001111110111111111111111101111111111110111101110011111111
+9,45,16,87,1111111101111011111111111011111111011111111001111110111110111111111111111111011101101101111011111111
+9,45,17,85,1111111111111011111111111011111111101111111001111100111110110111111111111110111111100101111011111101
+9,45,18,89,0111111111111011111111111011111111101111111001111110111111111111111111111111111011101101111011111111
+9,46,0,84,1111111101111011111111111011111111101111111001111110111110111101111111111111011011100101111011011111
+9,46,1,84,1111111101111011111111111011111111101111111001111110111100111111111111111111011011100101111011011111
+9,46,2,83,1110111111111011111111110011111111001111111001111100111111111110111111111111011011101101111001111111
+9,46,3,87,0111111111111011101111111011111111101101111001111110111110111111111111111111111111101101111011111111
+9,46,4,88,0111111111111011111111111011111111101111111011111110111111111111111111110111111011101101111011111101
+9,46,5,83,1110111111111111111111111011111011001101111001111110111110111110011110111111111111001101111011111111
+9,46,6,83,0101111111111011011101111011111111101110111001111110111110111111111111111111011011101101111011111111
+9,46,7,83,0111111111111011111111111011101111101111111000111110111110111111111011111111011011100101111011111111
+9,46,8,85,1111111111111011111111011011111111001111111011111100111110111110111101111111111110100101111111111111
+9,46,9,86,1110111111011011111111111011111110011101111001111110111111111111111111111111111111011101110011111111
+9,46,10,85,1111111111111001111011111011111111001101111001111110111110111111111111111111111111001101111011111111
+9,46,11,85,1110111111111011101111111011111111011111110011111100111110111110111111111111011111100101111111111111
+9,46,12,83,1111111111111011111111111011111111001111111001111100111110111111111111111111011001100001111011111111
+9,46,13,88,1111111111111111111111110011111111111111111001111110111110111111111111111110111110101101111011101111
+9,46,14,89,1111111111111111111111111011111111011111111001111110111110111111111111111110111101101101111011111111
+9,46,15,85,1111111101111011111111111011111111011111111001111101111110111111111111111111011100100101111011111111
+9,46,16,87,1111111111111011111111111011111110101111111001111110111110111111111101111111111110111101110011111111
+9,46,17,85,0110111111011011111111111011111111001111111001111110111111111111111111111111011011101101111011111111
+9,46,18,87,1111111101111011111111111011111111101111111001111110111110110111111111111111011111101101111011111111
+9,47,0,81,1110111111111011101111111011111111001111110001111100111110110110111111011111011111101101111011111111
+9,47,1,90,1111111101111011111111111011111111111111111011111110111110111111111111111111011111100101111111111111
+9,47,2,85,1111111111111011111111111011111110001111111001111110111110111111111101111110111110111101110011111111
+9,47,3,85,1111111111111011111111011011111111001111111011111100111110111110111101111111111110100101111111111111
+9,47,4,86,0111111111111011111011111011111111101111111001111110111110111111111111111111111111001101111011111101
+9,47,5,86,1111111111111001111111111011111111011101111001111110111110111111111111111111011011101101111011111111
+9,47,6,85,1111111111111111111111110011111111111111111001111010111100111111111111111110111110101101110011101111
+9,47,7,87,1111110111111111111111110011111111111111111001111110111110111111111111111110111110101101111011101111
+9,47,8,88,1111111101111111111111110011111111111111111001111110111110111111111111111110111111101101111011101111
+9,47,9,87,1111111111111011111111111011111111101111111001111110111110110111111111111111011110101101111011111111
+9,47,10,83,1111011111011011111111111011111110001101101001111110111111111111111101111111111110111101110011111111
+9,47,11,89,1110111111111011111111111111111110111111111001111110111110111111111111111111111111011101110011111111
+9,47,12,86,1111111111111011101111111011111111011111111011111110111100111110111111111111011111100101111011111111
+9,47,13,82,1110111101111011111111111011111111101111110001111100111110111111111111101111011011100101111111011111
+9,47,14,87,1111111101111011111111111011111111101111111001111110111110110111111111111111011111101101111011111111
+9,47,15,87,1111111101111011111111111011111111101111111001111110111110110111111111111111011111101101111011111111
+9,47,16,81,1111111111111011111111111011111110101111111001111100111110111101111101111111011110100101110011011111
+9,47,17,88,1111111101111011111111111011011111101111111001111110111110111111111101111111111011111111111011111111
+9,47,18,83,1111111101111011111111011011111111011111111001111101111110111111111111111011011100100101111011111111
+9,48,0,86,1111111101111011111111111011111101101111111001111110111110111111111101111011111011101111111011111111
+9,48,1,90,1111111101110011111111111111011111111111111011111110111110111111111111111111011111110101111111111111
+9,48,2,90,1111111111111011111111111011111111111111111001111110111110111111111111111111011111100101111111111111
+9,48,3,86,0111111101111010111111111011111111111111111011111110111110111111111111111111011011101101111011111101
+9,48,4,84,1111111101111111111111110011111111111111111001111010111100110111111111111110111110101101111011101111
+9,48,5,88,1111111111111111111111110011111111111111111001111110111110111111111111111110111111101101110011101111
+9,48,6,85,1111111111111011111111111011111111001111111001111110111110110111111111111111011110100101111011111111
+9,48,7,88,1111111111111011101111111011111111111111111011111110111100111110111111111111011111101101111011111111
+9,48,8,83,1111011111111011111111111011111110001101111001111110111110111111111111111111111010111101110001111111
+9,48,9,85,1111111111011001111111111011111111011101101001111110111111111111111101111111011111101101111011111111
+9,48,10,89,1111110111111011111111111011111111111111111101111110111110111111111111111111011111101101111011111101
+9,48,11,85,0111111111111011111111110011111111111111111001111110111110111111111111111110111010101101111011101111
+9,48,12,81,1111011101011011110111111111111110001101101001111110111110111111111101111111111110111101110011111111
+9,48,13,90,1111111111111011111111111011011111101111111001111110111111111111111101111111111011111111111011111111
+9,48,14,88,1111111111111011111111111011111111111111111001111110111111111111111111111111011011100101111011111101
+9,48,15,84,0111111111111001111111011011111111011101111001111110111110111111111111111111011011101101111011111111
+9,48,16,87,1111111101111001111111111011011111111111111001111010111110111111111111111111111011101111111011111111
+9,48,17,86,1111111111111011111111111011111111001101111001111110111110111111111101111111011011111101111011111111
+9,48,18,87,1111111101111111111111110011111111111111111001111110111110111111111111111110111111101101111010110111
+9,49,0,87,1111111101111011101111111011111111111111111011111110111110111111101111111110111111101101111010111111
+9,49,1,86,1111111111111111111111110011111111111111111001111110111100111110111111111111011111101101111011110011
+9,49,2,88,1111111111111011111111110011111111111111111001111110111110111110111111111111111111101101110011111111
+9,49,3,87,1111111111111111001111111011111111111111111011111110111100111111111111111110011111101101111011101111
+9,49,4,85,0111111111111011111111111011111111001111111001111110111110111111111101111111011011111101111001111111
+9,49,5,84,1111111111111010111111110011111111111101111001111110111110111111111111111110111010101101111011101111
+9,49,6,86,0111111111111011111111111011111111111111111001111110111110111111111111111110111010101101111011101111
+9,49,7,89,1111111111111011111111110011011111101111111001111110111111111111111101111111111011111111111011111111
+9,49,8,85,1111111111111111111111110011111111001101111001111110111110111111111111111110111011101101110011111111
+9,49,9,88,1111111111111011111111111011110111111111111001111110111110111111111101111111011111111101111011101111
+9,49,10,86,1111111111111011111111110011111111011111111001111110111110111111111101111111011010111101111011111111
+9,49,11,83,0111111111111011111111111010111111101101111001111110111110111101111111111110111011101101111011101111
+9,49,12,86,1111111101111011101111111011111111111111111011111110011100111111111111111111011111101101111011110111
+9,49,13,86,1111111111111111101111110011111111111111111001111110111110111110111111011110111111101101111010111111
+9,49,14,88,1111111101110011111111111111111111101111111011111110111110111111111111111011011011111101111111111011
+9,49,15,84,1111111101111011111111110011011101111111111001111110111110111111111101111011111011100111111011111111
+9,49,16,88,1111111111111011111111111011011111111111111001111110111110111111111111111111011011100101111111111111
+9,49,17,92,1111111111111011111111111011111111111111111001111110111111111111111101111111111111101111111011111111
+9,49,18,88,1111111111111011111111111011011111101111111001111110111110111111111101111111111011101111111011111111
+9,50,0,83,1111111111111010111111110011011111011101111001111110111110111111111111111111011011101101111011101111
+9,50,1,85,0111111111111011111111111011111111101111111001111110111110111111111101111110111010111101111001111111
+9,50,2,92,1111111111111011111111111011111111101111111001111111111111111111111101111111111011111111111011111111
+9,50,3,89,1111111111011010111111110011111111111111111001111110111111111111111101111111111111101111111011111111
+9,50,4,89,1111111101110011111111111111111111101111111011111110111110111111111111111111011011111101111111111011
+9,50,5,86,1111111111111011111111111011110111111111111001111110111110111111111101111011011111111101111011101011
+9,50,6,92,1111111111111011111111111011111111111111111001111110111111111111111101111011111111101111111111111111
+9,50,7,88,1111111101110011111111111111111111101111111011111110111110111111111111111111011011111101111011111011
+9,50,8,88,1111111111111011101111111011110111111111111001111110111110111111111111111111011111111101111011101111
+9,50,9,84,1111111110111111011111111011111111111111111011111110111100111111111101111010011111101101111011101101
+9,50,10,87,1111111111111111101111110011111111111111111001111110111110111111111111011110111111101101111010111111
+9,50,11,88,1111111111101011111111101011111111111111111001111110111111111110111001111111111111101111111011111111
+9,50,12,91,1111111111111011111111111011110111111111111001111110111111111111111101111111111111101111111011111111
+9,50,13,91,1111111111111011111111111011111110111111111001111110111111111111111101111111111111101111111011111111
+9,50,14,85,1111111111101011111111110011011111101111111001111110111110111111111101111111111011101111110011111111
+9,50,15,91,1111111111111011111111110011111111111111111001111110111111111110111111111111111111111101111011111111
+9,50,16,89,1111110111111011111111111011111111111111111101111110111111111111111111111111001111101101111011111101
+9,50,17,92,1111111111111011111111111011111111111111111001111110111111111111111101111111011111111111111011111111
+9,50,18,86,1111111111111011111111110011111111111111111001111110111110111110111111111110011011100101111111111111
+9,51,0,90,1110111111111011111111111011111111111111111001111110111111111111111101111011011111101111111111111111
+9,51,1,91,1111111111111011111111111011111111111111111001111110111111111110111101111111111111111111111011110111
+9,51,2,85,1111111110111111011111111011111111101111111011111110111110111111111101111110011011111101111011101101
+9,51,3,91,1111111111111011111111111011111111111111111001111111111101111111111101111011111111101111111011111111
+9,51,4,88,1111111111011010111111111011111111101111111001111110111111111111111101111111101011111111111011111111
+9,51,5,92,1111111111111011111111110011111111111111111001111111111111111111111101111111111111101111111011111111
+9,51,6,86,1111111111011010111110110011111111111111111001111110111111111111111101111111111111101101111010111111
+9,51,7,89,1111111111111111101111110011111111111111111001111110111110111111111111011110111111101111111011111111
+9,51,8,89,1111111101110011111111111011111111101111111011111110111110111111111111111111111011111101111011111111
+9,51,9,87,1111111111111111101111110111111111111111111001111110111110111111111111011110011111101101111110111011
+9,51,10,87,1111111111101011111111101011111111111111111001111110111110111110111001111111111111101111111011111111
+9,51,11,89,1111111111111111101111111011011111111111111001111110111111111111111111011111111111101101111010111111
+9,51,12,91,1111111111111011111111111011110111111111111101111110111111111111111101111111111011101111111011111111
+9,51,13,93,1111111111111011111111111011111111101111111001111111111111111111111101111111111111111111111011111111
+9,51,14,92,1111111111111011111111111011111111111111111001111110111111111111111101111111111111101111111011111111
+9,51,15,91,1111111111111011111111111011111110111111111001111110111111111111111101111011111111101111111111111111
+9,51,16,86,1111101111111111101111111011011111111111111001111110111110111111111100011111111111111101111010111111
+9,51,17,85,1111111111111011111111111011110111111111111001111110111110110111111111111011011111101101111011101011
+9,51,18,85,1111111111111011111111110011111111111111111001111110111110111110111101111111011011100101111111110111
+9,52,0,92,1111111111111011111111110011111111111111111001111111111111111111111101111111111111101111111011111111
+9,52,1,90,1111111111111011110111111011111111111111111001111111111101111111111101111011111111101111111011111111
+9,52,2,91,1111101111111111111111111011011111111111111101111110111111111111111101011111111111101111111011111111
+9,52,3,85,1110101111111011101111111011111111111111111001111110111110111111111100111011011111111101111110111111
+9,52,4,90,1111111111111011111111111011111111111101111001111110111111111111111101111011111111101111111011111111
+9,52,5,90,1111111111111011111111111011111100111101111001111110111111111111111101111111111111101111111111111111
+9,52,6,90,1111111111011011111111111011111111111111111001111110111111111111111101111111101111110111111011111111
+9,52,7,86,1011111101111010111111111011111111101111111001111110110111111111111101111111111011101111111011111111
+9,52,8,85,1111111111111011111111111011110110111111101001111110111110111111111101111010111111111101111111101011
+9,52,9,91,1111111111111011111111111011111111111111111001111110111111111111111111111011011111101111111011111111
+9,52,10,91,1111111111111111111111111011110111111111111001111110111110111111111111111011111111111101111011111111
+9,52,11,87,1111111111111011111111111011111111111111111001111111111101111111111101111010011111101111111011101011
+9,52,12,87,1111111101011010111111111011111111101111111001111110111110111111111101111111111011111111111011111111
+9,52,13,90,1111111111110011111111111011111111101111111011111110111111111111111111111111101011111101111011111111
+9,52,14,89,1111111111111111101111110011111111111111111001111110111111111111111101011110111111101111111011111111
+9,52,15,91,1111111111111011111111111011110111111111111101111110111110111111111111111111111011101111111011111111
+9,52,16,86,1111101111111111101111111011011111111111111001111110111110111111111110011111111111101101111010111111
+9,52,17,88,1111111111111111101111111011011111111111111001111110111111111111111101011111111111111001111010111111
+9,52,18,90,1110111111111011111111111011111110111111111001111110111111111111111101111011111111101111111111111111
+9,53,0,89,1111111111111111111111011011011111111111111111111110111111111111111101011111111111101001111010111111
+9,53,1,90,1111101111111111101111111011011111111111111001111110111111111111111101011111111111111111111011111111
+9,53,2,86,1111111101111110101111111011011111111111111001111110111110111111111101011111111111111011111010111111
+9,53,3,89,1111111111011011111111111011111111101111111001111110111111111111111101111111111011111101111011111111
+9,53,4,88,1111111111110011111111111011111111101111111001111110011101111111111101111111111111111101111011111111
+9,53,5,88,1111111111111011111111111011111111111111111011111111111111111111111111111010001011101111111011101011
+9,53,6,92,0111111111111011111111110111111111111111111001111111111111111111111101111111111111101111111011111111
+9,53,7,89,1111111111111011111111111011111111111101110001111110111111111111111101111011111111101111111011111111
+9,53,8,89,1111111111111011111111110011111111111101111001111110111111111111111101111111111111100111111011111111
+9,53,9,91,1111111111111011111111111011011111111111111001111111111111111111111101111011111111101111111011111111
+9,53,10,91,1111111111111111101111111011111111111111111001111110111111111111111101111111111111100111111011111111
+9,53,11,86,1111111111111011111111110011111111111101111001111110111011111111111101011010111111101111111011111111
+9,53,12,92,1111111111111011111111111011111111111111111001111110111111111111111111111011111111101111111011111111
+9,53,13,88,1111111111111011111111111011110111111111110101111110111110111110111111111111011011101111111011111111
+9,53,14,85,1111101111111111101111111011011111101111111001111110111110111111111110011111011111101111111010111111
+9,53,15,90,1111111111111011111111111011111111111111111001111110111111111111111011111011111111101101111011111111
+9,53,16,90,1111111111111011110111111011111111111111111001111110111111111111111101111011111111101111111011111111
+9,53,17,89,1111111101111011111111101110111111111111111001111111111101111111111111111011011111101111111011111111
+9,53,18,90,1111101111111111111111111011011111111101111101111110111111111111111101011111111111101111111011111111
+9,54,0,86,1111101111111011101111111011011111111111111001111110111110111111111101011011101111111111111011111111
+9,54,1,93,1111111111111111111111111011011111111111111001111111111111111111111101111111111111101111111011111111
+9,54,2,90,1111111111111010111111111011111111111111111001111110111111111111111111111011111111101101111011111111
+9,54,3,92,0111111111111011111111111111111111111111111001111111111111111111111001111111111111101111111011111111
+9,54,4,90,1111111111111011111111111011111111111101111001111110111111111111111101111011111111101111111011111111
+9,54,5,89,1111111111111011111111111011111111111101111001111110111111111111111101111011111111101111111011111110
+9,54,6,90,1111111111101011111111110011111111111111111001111111111111111111111101111111111111100111111011111111
+9,54,7,89,0111111011111011111111110111111111111101111001111110111111111111111101111111111111101111111011111111
+9,54,8,89,1111111111111011111111111011101111111111111011111111111111111111111101111010011111101111111011111011
+9,54,9,88,0111110111111011111111110111111111111101111001111111111111111111111111111111101011101111111011101111
+9,54,10,88,1111111111111111111111011011011111111111111001111110111111111111111101111011111111101011111010111111
+9,54,11,91,1111111111111011111111111010111111111111111111111110111111111111111111011111111111001101111011111111
+9,54,12,89,1111111111111011111111111011011111111111111001111110111111111111111101111011011111101111111011111111
+9,54,13,89,1111111111011011111111111011011111101111111001111111111111111111111101111111111011111101111011111111
+9,54,14,88,1111111111111011111111111011111111111101111001111110111111111111111101111111110111100101111011111111
+9,54,15,89,1111111111011011111111110011111111101111111001111110111111111111111101111111111011111111111011111111
+9,54,16,89,1111111111111001111111111011111111111111111001111110101111111111111101111011111111101111111011111111
+9,54,17,89,1111111111111011110111111011111111111111111001111110111111011111111111111011111111101111111011111011
+9,54,18,90,1111111111111111111111111011111111111101111001111110111111111111111101011111111111101011111011111111
+9,55,0,90,1111111111101011111111110111111111111111111001111111111111111111111111111111111011100111111011111101
+9,55,1,85,0111110111111011111111110011111111011101111001111111111101111111111111111111101111101111111011001111
+9,55,2,88,1111111110111011111111111010111111111111111110111110101111111111111111011111111111001101111011111111
+9,55,3,90,1111111111111001111111111011111111111111111001111110111111111111111101111011111111101111111011111111
+9,55,4,88,1111111111011011111111111011111111111101110001111111111111111111111111111111101011111101111011101111
+9,55,5,85,0111100111111011111111110111011111101101111001111111111111111111111101111111111011101111111011011111
+9,55,6,89,1111111111111011111111111011111111111101111001111111111111111111111101111011111111101111111011111010
+9,55,7,89,1111111111111011111111111011101111111111111011111110111111110111111101111011011111101111111011111111
+9,55,8,91,1111111111111011111111111011111111111111111001111110111111111111111111111011111111101101111011111111
+9,55,9,88,1111111111111010111111111011111111111101111001111110111111111111111101111011111111101111111011111110
+9,55,10,90,0111111111111011111111111111111111111111111001111110111101111111111111111111111111101101111010111111
+9,55,11,91,1111111111111110111111111011111111111111111001111111111111111111111001111011111111101111111011111111
+9,55,12,90,1111111110111010111111111011111111111111111001111110111111111111111111111111111111101101111011111111
+9,55,13,89,1111111111111011111111111010111111111111111111111110111111111111111111011011111101001101111011111111
+9,55,14,92,1111111111111111111111110011111111111101111001111110111111111111111101111111111111111111111011111111
+9,55,15,87,1111111111011011111111111011111111101111111001111110111111111111111101011111111011101011111011111111
+9,55,16,91,1111111111111011111111111011111111111111111001111111111111111111111101111011011111101111111011111111
+9,55,17,87,1111111111111001111111111011101111111111111011111110101111111111111101111010111111101111111011111011
+9,55,18,90,1111111111111010111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,56,0,89,1111111111111010111111110011111111111111111001111110111111111111111111111011111111101101111011111111
+9,56,1,91,1111111111111110111111111011111111011111111001111111111111111111111001111111111111101111111011111111
+9,56,2,90,1111111111011111111111110011111111111111111001111110111111111111111101111101111011111111111011111111
+9,56,3,87,1111111111111011111111111011111111101100111001111110111111111111111101011111111111101011111011111111
+9,56,4,89,1111111110111011011111111011111111111111111001111110111111111111111111111011111111101101111011111111
+9,56,5,89,1111111111111010111111111011111110111111111001111110111111111111111111111111111111101101111011101111
+9,56,6,89,1111111111111001111111111011111111111111111001111111101011110111111111111011101111111101111111111111
+9,56,7,85,1111011111011011111111111011101111111101110011111110111111111111111111111110111011101111111011101011
+9,56,8,92,1111111111111011111111110011111111111111111011111110111111111111111111111111111111101101111011111111
+9,56,9,83,1111111110111010111111111010111111111111111100111110101111111011111111011111011111001101111011111011
+9,56,10,90,1111111111111011111111111011111111111101111001111111111111111111111101111011111111101111111011111110
+9,56,11,87,1111111111111011111111111011101111111111111011111110111111110111111101111011011111101111111001111011
+9,56,12,90,1111111111111010111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,56,13,90,1111111111111010111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,56,14,91,1111111111111011111111111011111111111100111001111110111111111111111101111111111111111111111011111111
+9,56,15,90,1111111111111101111111110011111111111111111001111110111111111111111101111011111111101111111011111111
+9,56,16,89,0111111110111011111111110111111111111111111001111110111111111111111111111111111011101101111011111111
+9,56,17,89,1111111111101010111111111011111111111111011001111111111111111111111111111111111111100111111011111101
+9,56,18,89,1111111111111010111111110011111111111111111001111110111111101111111111111111111111101101111011111111
+9,57,0,91,1111111111111011111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,57,1,88,0111011110111011111111110111111111111111111001111110111111111111111111111111111011101101111011111111
+9,57,2,90,1111111110111011111111111011111111111101111001111111101111110111111111111111101111111101111111111111
+9,57,3,88,1111111111111001111111111011111111111110111001111110111010111111111101111011111111111111111011111111
+9,57,4,86,1111111111111010011111110011111111101111111001111110111111111111111111111111111111101101111011101101
+9,57,5,88,1111111111111010111111111011111110111111111001111110111111011111011111111111111111101101111011111111
+9,57,6,86,1111011111011011111111111011101111111101111011111110111111111111111111111011111011101101111011111011
+9,57,7,88,1111111110111011011111111011111111111111110001111110111111111111111111111110111111101111111011101111
+9,57,8,86,1111011111011011111111111011111111111101110011111110111111111111111111111111111011101111011011101101
+9,57,9,87,1111111111101010111111111011101111111111011001111111111111111111111111110110111111110111111011111011
+9,57,10,84,1111111111011000111111110011111111111111111001111110101011111111111111111011101111101101111111101111
+9,57,11,93,1111111111111011111111111011111111111111111001111111111111110111111111111111111111111101111011111111
+9,57,12,90,1111111111111011111111110011111111111110111001111110111111111111111111111111111111101101111011111111
+9,57,13,88,1111111111111010111111111011111111101101111011111110111111111111111101011111111111101011111011111111
+9,57,14,90,1111111111111011111111111011111111111101111001111110111111110111111101011111111111111111111011111111
+9,57,15,86,1111111111111001111111111011111111101110111001111111101011111111111111111011101111101001111111111111
+9,57,16,91,1111111111111011111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,57,17,90,1111111111011010111111110011111111111111111011111110111111111111111111111111111111101101111011111111
+9,57,18,89,1111111111111010111111110011111111111111111001111110111111111111111111111111111101101101111011111111
+9,58,0,91,1111111110111011111111111011111111111111111001111111101111110111111111111111101111111101111111111111
+9,58,1,87,1111111110111011011111111011111111111101110001111110111111111111111111111110111111101111111011101111
+9,58,2,88,1111111111111011111111111011111111111101111001111110111101110111111101011111111111111111111011101111
+9,58,3,89,1111111111111011111111111011110111111101111001111110111111110111111101011111111111111111111011111111
+9,58,4,89,1111111110111011011111111011111111111111111001111110111111111111111111111110111111101101111011111111
+9,58,5,86,1111111110111011111011111011111111111001110001111111101111110111111111111111101110111111111111101111
+9,58,6,87,1111111110111011011111110011111111111110111001111110111111110111111111111110111111101111111011111111
+9,58,7,89,1111111110111011111111111011111111111111110001111110111111111111111111111111111111101101111011101111
+9,58,8,85,1110011111111011111111110111111111111101010011111110111111011111111111111111111011101111011011101111
+9,58,9,86,0111011110011011111111111011111111111111111001111110111111111111111111111111111011101100111011111111
+9,58,10,91,1111111111111011111111110111111111111111111001111110111110111111111111111111111111101101111011111111
+9,58,11,87,0111011110111011111111110011111111111111111001111110111111111111111111111111111011101101111011111111
+9,58,12,89,1111111111111010111111110011111111111111111001111110111111111111111111111011111111101101111011111111
+9,58,13,91,1111111111111011111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,58,14,86,1111111111111010111111110011111110101101111011111110111111111111111111011111111101101011111011111111
+9,58,15,90,1111111111111010111111111011111111111111111001111110111111111111111101111111111111101101111011111111
+9,58,16,89,1111111111011010111111110011111111111111111011111110111111111111111111111111111111101101111011110111
+9,58,17,89,1111111111111011111111110011111111111110111001111110111111111111111111111111111101101101111011111111
+9,58,18,89,1111111111111011111111110011111111111111111001111110111111111111111111110111111111101101111011101111
+9,59,0,89,1111111111111011111111110011111111111110111001111111111111111111111111111111111101101101111011101111
+9,59,1,88,1111111111111010111111110011111111111111111001111110111111111111111111111011111111101101111011111101
+9,59,2,89,1111111110111010111111110011111111111111111101111110111111111111111111111110111111101101111011111111
+9,59,3,90,1111111111111011011111111011111111111111111001111110111111111111111111111011111111101101111011111111
+9,59,4,88,1111111111111011111111110011111111111110111001111110111111111111111111111111111101101101111011111101
+9,59,5,91,1111111111111011111111110111111111111111111001111110111110111111111111111111111111101101111011111111
+9,59,6,88,1111110101111011111111110011111111111111111001111110111111111111111111110111111111101101111011111111
+9,59,7,90,1111111111111011111111110111111111111111111001111110111110111111111111111111111111101101111011101111
+9,59,8,85,1111111111111010111111110011111110101101111011111110111101111111111111011111111111101101111011011111
+9,59,9,88,1111111111111011111111110011111110111111111001111010111111111111111111111111111101101011111011111111
+9,59,10,89,1111111111111010111111110011111111111111111001111110110111111111111111111111111111101101111011111111
+9,59,11,89,1111111111111010111111111011111111111111111001111110111111111111111101111011111111101101111011111111
+9,59,12,88,1111111111110011111111111011110111111101111001111110111111110111111101111111111111111101111011111111
+9,59,13,90,1111111111111010111111111011111111111111111001111110111111111111111101011111111111101111111011111111
+9,59,14,88,1111111110111011011111111011111111111111110001111110111111111111111111111110111111101101111011111111
+9,59,15,91,1111111111111011111111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,59,16,89,1111111111111011111111110011111111111110111001111110111111111111111111111111111101101101111011111111
+9,59,17,90,1111111111111011111111110011111111111111111001111110111111111111111111110111111111101101111111101111
+9,59,18,88,1111111101111011111111110111111111111101111001111010111111011111111111111111111111101101111011111111
+9,60,0,87,1111111111111011111111110011111111111010111000111110110111111111111111111111111111101101111011111111
+9,60,1,88,1111111111111010111111110011111111111111111001111111111111111111111111111111011101101101111011101111
+9,60,2,87,1111111111111011111111110011011111111110111001111110111110111111111111111111111101101101111011111111
+9,60,3,90,1111111111111011101111110011111111111111111001111110111111111111111111111111111111101101111011111111
+9,60,4,86,1111111111111011111111110011111111111101111001110110111110111111111111111101111101101101111011111111
+9,60,5,87,1111111111111010111111110011111111111110111001111110111111111111111111111011111111101101111011111101
+9,60,6,90,1111111111111011111111110111111111111111111001111110111011111111111111111111111111101101111011101111
+9,60,7,88,1111111111111011111111110011111111111110111001111111111110111111111111111111111101101101111011101111
+9,60,8,87,1111110101111010111111111011111111111111111001111110111111111111111111110111111111101101111011101111
+9,60,9,88,1111111111111011111111110011111111111111111001111110111111111111111101111011111111101101111011110111
+9,60,10,89,1111110101111011111111110011111111111111111001111111111111111111111111111111111101101101111011111111
+9,60,11,88,1111111111111011111111110011111111111110111001111110111111111111111111110111111111101101111011101111
+9,60,12,89,1111111110111011111111111011111101111110111001111110111111111111111111111111111111101101111011111111
+9,60,13,87,1111111111111011011111110011111111111111111001111110111111111111111111111011111101101101111011101111
+9,60,14,88,1111111111111010111111111011111111111111111001111110011111111111111001011111111111101111111011111111
+9,60,15,89,1111111111111010111111110011111111111111111001111110110111111111111111111111111111101101111011111111
+9,60,16,90,1111111111111010111111110011111111111111111001111110111111111111111101111111111111101111111011111111
+9,60,17,89,1111111111111010111111111011111111111111111001111110110111111111111111011111111111101101111011111111
+9,60,18,89,1111111111111011111111110011111111111111111001111110111111111111111101111111101111101101111011111111
+9,61,0,88,1111111111111010111111110011111111111111111001111110110111111111111111111111111111101101011011111111
+9,61,1,87,1111111111111011101111110011111111111111101001111110111111111111111101111111101111101101111011111111
+9,61,2,88,1111111110111011111111111011111101011110111001111110111111111111111111111111111111101101111011111111
+9,61,3,88,1111110110111011111111111011111101111110111001111110111111111111111111111111111111101101111011111111
+9,61,4,89,1111110111111011111111110011111111111111111001111111101111111111111111111111111101101101111011111111
+9,61,5,88,1111111101111011111111101011111111111111111001111110111111111111111111111011111111101001111011111111
+9,61,6,87,1111111111111011111111110011111111111110111001111111111110111111111111111111101101101101111011101111
+9,61,7,88,1111111111111011111111110011111111111111111001111110110101111111111101111111111111101101111011111111
+9,61,8,88,1111111111111011111111110011111111111110111001111111111110111111111101111111111101101101111011111111
+9,61,9,89,1111111111111011111111110011111111111111111001111110111111111111111111111111101111101101111011101111
+9,61,10,86,1111111111111010111111110011111111111111110001111110110101111111111111111111111111101101111001111111
+9,61,11,90,1111110111111011111111111011111111111111111001111110111111111111111111111011111111101101111011111111
+9,61,12,87,1111111111011010111111110011111111111111111001111111111110111111111111111111111101101101111011101111
+9,61,13,88,1111111111111011111111110111111111111110111001111110111011101111111111111111111111101101111011101111
+9,61,14,89,1111110101111011111111110011111111111111111001111111111111111111111111111111111101101101111011111111
+9,61,15,90,1111111111111011101111111011110111111111111001111110111111111111111111111111111111101101111011111111
+9,61,16,90,1111110111111011111111110011111111111111111001111111111111111111111111111111111101101101111011111111
+9,61,17,85,1110111101111010111111110011111111111111111001111111111111111111111111111111011101101101101011101111
+9,61,18,89,1111111111111011111111111011011111111111111001111110111110111111111111111011111111101101111011111111
+9,62,0,90,1111111101111011111111101011111111111111111001111111111111111111111111111011111111101101111011111111
+9,62,1,87,1111110111111011111111110011111111111111111001111110101111111111111111111111111101101001111011111111
+9,62,2,84,1111110111111011111111110011111111111111111001111110101101111111111111111111101000101101111011111111
+9,62,3,88,1111111111111010111111110011111111111111111001111111110111111111111111111111111111101101111001111011
+9,62,4,89,1111110111111011111111111011111111111111111001111101111111111111111111111111111101101101111011111101
+9,62,5,85,1111110100111011110111110011111101111110111001111110111111111111111111111111111111101101111011111111
+9,62,6,90,1011110111111011111111110011111111111111111001111111111111111111111111111111111111101101111011111111
+9,62,7,85,1111111111111010111111100011110111111111111001111110110111111111111111111111111101101101011011111111
+9,62,8,87,1111111111111011111111110011111111111111111001101110111111111111111111111111101111101101111011100111
+9,62,9,88,1111111111111111111111111011011110111111111001111110111110111111111111111011111111101101111011011111
+9,62,10,89,1111110111111011111111111011111111111111111001111110111111101111111111111011111111101101111011111111
+9,62,11,88,1111110101111011110111110111111111111111111001111111111111111111111111101111111101101101111011111111
+9,62,12,88,1111111111111011111111110011111111011110111001111110111111111111111111111011111111101101111011111111
+9,62,13,88,1111110111111011111111111011101111111111111001111111111111110111111111111111111101101001111011111111
+9,62,14,88,1111110111111011111111111011111101111110111001111111111111111111111111111111111111101100101011111111
+9,62,15,88,1111110110111011111111110011111101111111111001111110111111111111111111111111111111101101111011111111
+9,62,16,84,1111110101111011111111110111111111111110111001111110111011101111111111111011111111101101111011101011
+9,62,17,90,1111111111111011111111101011111111111111111001111110111111111111111111111111111111101001111011111111
+9,62,18,85,1111110110111011111111110011111111111111111001111110101111111111101111111011111101101101111011111111
+9,63,0,89,1111110111111011111111110011111111111111111001111110101111111111111111111111111111101101111011111111
+9,63,1,86,1111110111111011111110111011111111111111111001111110111111101111111111111011111101101001111011111111
+9,63,2,87,1011110101111011110111110111111111111111111001111111111111111111111111101111111101101101111011111111
+9,63,3,89,1111110111111011111110110011111111111111111001111111101111111111111111111111111111101101111011111111
+9,63,4,88,1111011111111011101111111011111101111110111001111111111111111111111111111111111111101101111011101111
+9,63,5,87,1111110110111011111111110011111101011111111001111110111111111111111111111111111111101101111011111111
+9,63,6,89,1111110111111011111111111011111111111111111001111110111111101111111111111011111111101101111011111111
+9,63,7,90,1111111111111011111111101011111111111111111001111110111111111111111111111111111111101001111011111111
+9,63,8,89,1111111111111011101111111011111101011111111001111111111111111111111111111111111111101101111011111101
+9,63,9,88,1111110111111011111111111011111111111110111001111101111111111111111111111111111101101100111011111111
+9,63,10,92,1111111111111011111111111011111111111111111001111111111110111111111111111111111111101101111011111111
+9,63,11,86,1011110111111111111111110011011110111111111001111110111111111111111111111011111111101101111011011111
+9,63,12,88,1111110111111011110111111011111101111110111001111110111111111111111111111111111111101101111011111111
+9,63,13,87,1111111100111011111111100011111111111111111001111110111111111111111111111111111111101001111011111111
+9,63,14,88,1111111111111011101111111011111111011111101001111111111111111111111111111111111111101101111011100111
+9,63,15,86,1111111111111011111111110011111101011110111001101110111111111111111111111111101111101101111011111111
+9,63,16,93,1111111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011111111
+9,63,17,82,1111110111111010110111101011111101111110111001111110111111111111111111101111111111101000101011111111
+9,63,18,83,1111110100011011110111110011111101111110111001111110111111111111111111111111111111101001111011111111
+9,64,0,93,1111111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011111111
+9,64,1,91,0111111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011101111
+9,64,2,88,1111111111111011110110100011111111111111111001111111111111111111111111111111111111101001111011111111
+9,64,3,89,1111110111111011111111111011111111111111111001111110101111111111111111101111111111101101111011111111
+9,64,4,89,1111111111111011111011111011111111111111111001111110111111101111111111111111111111101101111010111111
+9,64,5,88,1111110111111011111111110011111111111111111001111111101110111111111111111011111111101101111011111111
+9,64,6,87,1111111111111011101111111011111101011111111001111111111111111111111111111111101111101001111011111101
+9,64,7,92,1111111111111011111111111011111111111111111001111110111111111111111111111111111111101101111011111111
+9,64,8,87,1111011111111011101111111011111101111100111001111111111111111111111111111111111111101101111011101111
+9,64,9,89,1111111111111011101111111011111101011111111001111111111111111111111111111111111111101101111011111101
+9,64,10,87,1111110111111011111111110011111111111111111001101110111111111111111111111011101111101101111011111111
+9,64,11,88,1111111111111011111111111011111101011110111001111110111111101111111111111111111111101101111011111111
+9,64,12,85,1111110111111011111110111011111111111111111001111010111111111111111111111011110101101001111011111111
+9,64,13,88,1111111111111011111111101011111111111111111001111110111111101111111111111111111111101001111011110111
+9,64,14,89,1111110111110011111111111011111111111111111001111101111111111111111111111111111101101101111011111111
+9,64,15,86,1111110111111011111110110011111111111110111001111111101111111111111111111110111111101100111011111111
+9,64,16,84,1111110101111011110111110011111111111111111001111101111111111101111111101111111101101100111011111111
+9,64,17,88,1011110111111011111111111111111111101110111001111111111111111011111111111111111101101101111011111111
+9,64,18,88,1111111111111011101111111011111111011111111001111111111111111111011111111111111111101101111011100111
+9,65,0,87,1111111111111011101111111011111101011101111001111110111111111111111111111111111111101101111011111101
+9,65,1,88,1111111111111011111111101011011111111111111001111111111111101111111111111111111111101001111011110111
+9,65,2,86,1111110111111011110111100011111101011111111001111110111111111111111111111111111111101101111011111111
+9,65,3,86,1111110110111011111111111011111111111111101001111110101111111111111111101111111101101101111011111111
+9,65,4,89,1111111111111011101111111011111101011111111001111111111111111111111111111111111111101101111011111101
+9,65,5,86,1111011111111011101111111011111101111100111001111111111111111111111111011111111111101101111011101111
+9,65,6,89,1111111111111010111111110111111111111111111001011111101111111111111111111011111111101101111011111111
+9,65,7,86,1111110111111011111011111011111111111111111001111110111110001111111111111111111111101101111010111111
+9,65,8,90,1111111111111011111111111011111111111101111001111110111111111111111111111111111111101101111011101111
+9,65,9,92,0111111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011111111
+9,65,10,88,0011101111111011111111111011111111111110111001111111111111111111111111111111111101101101111011111111
+9,65,11,90,1111110111111011111111111111111111101111111001111111111111111011111111111111111111101101111011101111
+9,65,12,89,1110111111111011101111111011111111111111111001111110111111111111111111111111110111101101111011111111
+9,65,13,84,1111111111111011111011111011111101011111110001111111111111101111111111111011111111101101110010111101
+9,65,14,89,1111110111111011111111111011111111111111111001111110111111111111111111111111101111101101111011111101
+9,65,15,88,1111111111111011101111111011111101011111111001111111101111111111111111101111111111101101111011111111
+9,65,16,87,1111111111111011111111101011111111111110111001111110111111101111111111111111111111101001111011110111
+9,65,17,88,1111111111111011111111101011111111111111111001111110111111101111111111111111111111101001111011110111
+9,65,18,88,1111110111110111111111111011111111011111111001111101111111111111111111111111111100101101111011111111
+9,66,0,90,0110111111111011111111111011111111111111111001111111111111111111111111111111111011101101111011111111
+9,66,1,88,0011101111111011111111111011111111111110111001111111111111111111111111111111111101101101111011111111
+9,66,2,89,1111111111111011111011111011111111101111111001111110111111111011111111111111111111101101111011111111
+9,66,3,89,1110110111111011101111111111111111111111111001111111111111111111111111111111110111101101111011101111
+9,66,4,88,1111111111111010111111110011111111111111111001011111101111111111111111111011111111101101111011111111
+9,66,5,89,1111111111111011101111111111111101011111111001111111101111111111111111101111111111101101111011111111
+9,66,6,89,1111111111111011111111111011111111111101111001111110111111111111111111111111111111101101111011101101
+9,66,7,89,1111111111111010101111111011111101111111111001111111111111111111111011111111111111101101111011111111
+9,66,8,87,1011110111111011111111111011111111111111111001111110111110101111111111110111111111101101111011111111
+9,66,9,86,1111110111111011111011111011111111111111111001111110111111011111111111111111101111101101111010111101
+9,66,10,86,1111111111111010110111111011111111111110111001111110111111111111111111111111111011101001111011110111
+9,66,11,86,1111111111111011111101101011111111111101111001111110101111101111111111111111111111101101111011101111
+9,66,12,85,1111111111111011110111111011111101111100111001110111111101111111111111011111111111101101111011101111
+9,66,13,86,1111010111111011101111111111110111101111111001111111111111111010111111111111111111101101111011101111
+9,66,14,83,1111111111111010101011111011111101011111111001111111111110001111111111111111111111101101111010111101
+9,66,15,89,1101110111111011111111111011111111111111111001111110111111111111111111111111111111101101101011111111
+9,66,16,90,1111111111111011111111111011111111111101111001111110111111111111111111111111111111101101111011101111
+9,66,17,89,1111111111111011111111111011111111111101111001111110111111111101111111111111111111101101111011101111
+9,66,18,88,1111111111111011101111111011111111111111111001111101111111111111011111111111111111101101111011100111
+9,67,0,91,1110110111111011101111111111111101111111111011111111111111111111111111111111111111101101111011111111
+9,67,1,87,1111111111111010101111111011111111111111111001111111111111111111111011111111110111101101111011001111
+9,67,2,90,1111111111111011111111111011111111111111111001111110111111111111111111111111111111101101101011101111
+9,67,3,89,1101110111111011111111111011111111111101111001111110111111111111111111111111111111101101111011111111
+9,67,4,87,1111111111111010101111110011111111111111111001011111101111111111111111111111110111101101111011111111
+9,67,5,89,1110110111101011111111111111111111111111111001111111111111111111111111111011111111101101111011101111
+9,67,6,87,1111111111101010111111111011111111111101111001111110111111111101111111111111111111101101111011101111
+9,67,7,89,1111111111111011111111110011111111111111111001011111101111111111111111111011111111101101111011111111
+9,67,8,92,1111111111111011111111111111111111011111111001111111101111111111111111101111111111101111111011111111
+9,67,9,86,1101110111111011101111111011111101111111111000111110111111111110111111111111111111101101111011111111
+9,67,10,90,1111111111111011101111111011111111111111111001111110111111111111111111111111111111101101111011101111
+9,67,11,89,1111111111111010111111111011111101111101111001111111111111111111111011111111111111101101111011111111
+9,67,12,90,1111110111111011101111111111111111111111111001111111101111111111111111111111110111101101111011111111
+9,67,13,87,1110111111111011101111111111111101011111111001111110111111111111111111101111111111101101111011101111
+9,67,14,85,1111111111111010111111111011111101011111110001111111111110101111111111111111111111101101111011101101
+9,67,15,86,1111111111111011101011111001111111111101111001111110111111011111111111111111111111101101111110111101
+9,67,16,86,1111111111111011101111111011111111111101111000111110111111111101111111111111110111101101111011101111
+9,67,17,89,1110110110111011101111111111111111111111111001111111111111111111111111111111111111101101111011101111
+9,67,18,87,1111110111111011101111111111111101111111111001110111111111111111111111011111110111101101111011101111
+9,68,0,88,1110110110111011101111111111111111111110111001111111111111111111111111111111111111101101111011101111
+9,68,1,89,1110110111101011111111111111111111111111111001111111111111111111111111111011111111101101111011101111
+9,68,2,89,1110110111111011101111111111110111111111111011111111111111111111111011111111111111101101111011011111
+9,68,3,88,1111111111111010101111111011111101111111111001111111111111111111111111111111110011101101111011111111
+9,68,4,86,1110110110111011101111111011111111111111111001111111111111111111111111111111111111101101101011101011
+9,68,5,91,1111111111111011111111111111111111111101111001111110111111111111111111111111111111101101111011101111
+9,68,6,88,1111110111111011101111111011111111111111111001111110111111111111111111011111111111101101111011101111
+9,68,7,88,1111111111111011101011111111111101111111111001110111111111111111111111111111110111101101111011101111
+9,68,8,88,1110111111111011101111111111111111111111111001111111111111111111111011111111111111101101111011001110
+9,68,9,87,1111110110111010101111111011111111111111111001111111111111111111111111111111110111101101111011101111
+9,68,10,87,1110110110111010101111111011111101111111111001111111111111111111111111111111111111101101111011111111
+9,68,11,90,1111111111111011111111111111111111111101111001110111111111111111111011111111111111101101111011101111
+9,68,12,90,1110110111101011111111111111111111111111111011101111111111111111111111111111111111101101011011111111
+9,68,13,87,1110110111111011101111111111111101111111111001111111111111111111111111111011111111101101111011001111
+9,68,14,88,1111111111111011111111111111101101111111101001111111101111111111111111001111110111101111111011111111
+9,68,15,90,1111110111111011101111111111111111011111111001110111111111111111111111111111111111101101111011111111
+9,68,16,92,1111111111111011111111111011111111111111111001111110111111111111111111111111111111111101111011101111
+9,68,17,90,1111111111111011111111111011111111111111111001111110111111111111111111111111111111101101101011101111
+9,68,18,84,1111111111111010101011111011111110111101111001111110111111111101111111111111111111101101111010101111
+9,69,0,89,1111111111111011111111111011111111111111111001110110111111111111111111111111111111101101101011101111
+9,69,1,89,1111111111111011111111111111111111111101111001111101111111111111111011111111111111101101111011101110
+9,69,2,90,1111110111111011101111111111111111011111111001110111111111111111111111111111111111101101111011111111
+9,69,3,88,1100110111111011101111111111110111111111111011111111111111111111111011111111111111101101111011011111
+9,69,4,88,1111110110111010111111111111111111111111101001111111111111111111111111111111110111101101111011101111
+9,69,5,86,1110110111101011101111111011111111111111111001011111111111111111111111111011111111101101111011101111
+9,69,6,89,1110110111111011101111111111111111111111111011111111111111111111111011111111111111101101111001011111
+9,69,7,85,1110110111111011101111111111110101111111111001111111111111111111111111111011111111100101111011001111
+9,69,8,90,1111110111111011111111111111111111101111111001111110111111111111111111111111111111101101111011101111
+9,69,9,89,1110111111101011111111111111111111111101111001111111111111111111111111111011111111101101111011101111
+9,69,10,93,1111111111111011111111111011111111111111111011111111111111111111111111111111111011101101111011111111
+9,69,11,85,1111111111111010101111110011111101111111111001111110111111111111111111111111110111101101101011101111
+9,69,12,89,1110110111111011101111111111111111011111111001110111111111111111111111111111111111101101111011111111
+9,69,13,88,1111110111111011101111111111111101111111111001111111111111111111111111111011111111101101111011001111
+9,69,14,89,1110110111101011111111111111111111111111111001111111111111111111101111111111111111101101111011101111
+9,69,15,87,1110110111111011101111111111110111111111101011111111111111111111111011111011111111101101111011011111
+9,69,16,89,1111011111111011101111111111110111111111111001111110111111111111111111111111111111101101111011101111
+9,69,17,89,1110110101111011111111111111111111111101111011111111111111111111111011111111111111101101111011011111
+9,69,18,87,1111111110111011111111111011101111111111111001111110110111111111111111111111111111101101101011101111
+9,70,0,91,1110110111111011111111111111111111011111111001111111111111111111111111111111111111101101111011111111
+9,70,1,85,1100110111101011101111111111111111111111111001110111110111111111101111111111111111101101111011101111
+9,70,2,90,1110110111111011101111111111111111111111111011111111111111111111111011111111111111101101111011101111
+9,70,3,89,1111110111111011111111111111110111101111111001111110111111111111111111111111111111101101111011011111
+9,70,4,88,1110110111101011111111111111111111111111111001111111111111111111101111111111111111101101111001101111
+9,70,5,89,1111111111111011111111111111111111111101111001111101111111111111111011111111111111101101111011101110
+9,70,6,88,1110110111101011101111111011111111111111111001011111111111111111111111111111111111101101111011111111
+9,70,7,86,1111110111111011100111111110111111011111111001110111111111111111111111111011111111101101111011101111
+9,70,8,86,1110110111111011101111111111111111111101111011111111111111111111111011111011111111101001111001011111
+9,70,9,89,1110111111101011111111111111111111111111011001111101111111111111111111111111111111101101111011101111
+9,70,10,88,1110110111111011100111111111111111111101111011111111111111111111111011111111111111101101111011011111
+9,70,11,87,1010010101111011111111111111111111111111111011111111111111111111111011111111111111101101111001011111
+9,70,12,86,1111110110111010111011111111111111111111101011111111111011111111111111111111110011101101111011101111
+9,70,13,93,1111111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011111111
+9,70,14,87,1110110101111011101101111111111111111101111011111111111111111111111111111011111111101101111011011111
+9,70,15,86,1110110111101011111111111010111111111111111001011111111111111111111011111111111111101101111011101111
+9,70,16,89,1111111111111011101111111011111111011111111001110111111111111111111111111111111111101101111011101111
+9,70,17,90,1110110111111011111111111111111111111111111001110110111111111111111111111111111111101101101111111111
+9,70,18,89,1110111111111011111111111111111111101111111001111111111111111111111111111011101111101101111011101111
+9,71,0,92,1110111111111011111111111011111111111111111001111111111111111111111111111111111111101101111011111111
+9,71,1,89,1111110111101001111111111111111111111111111001111111111111111111101111111111111111101101111011101111
+9,71,2,88,1110111111101011111011111101111111111111011001111111111111111111111111111111111111101101111011101111
+9,71,3,86,1111110110111010111111111111111111111111101011111101111011111111111111111111110011101101111011101111
+9,71,4,90,1110110111111011101111111111111111111111111011111111111111111111111011111111111111101101111011101111
+9,71,5,87,1010110111111011101111111111111111111111111011111011111111111011111011111111111111101101111011101111
+9,71,6,87,1110110111101011111111111111110111111111011001111100111111111111111111111111111111101101111011111111
+9,71,7,91,1111111111111011111111111111111111101111111001111111111111111111111111111111111111101101111011001111
+9,71,8,90,1100110111111011111111111111111111011111111001111111111111111111111111111111111111101101111011111111
+9,71,9,91,1110110111111011111111111111111111011111111001111111111111111111111111111111111111101101111011111111
+9,71,10,87,1110111111111011100111101011111111111101111011111111111111111111111111111111111111101101101011101111
+9,71,11,87,1111111111111011101110111111111111011111111001110111111111111110111011111111111111101101111011011111
+9,71,12,86,1110011111111011111111111111111111100111111001111111111111111011111111111011101111101101111011101111
+9,71,13,89,1110111111111011111111111111111111101111111001111111111111111111111111111011101111101101111011101111
+9,71,14,90,1111111111111011111111111011111111111101111001111111111111111111111111111111011111101101111001111111
+9,71,15,89,1111111111011011111111111111111111111111111001111101111111111111111011111111111111101101111011101110
+9,71,16,91,1111110111111011111111111011111111111111111001111111111111111111111111111111111111101101111011101111
+9,71,17,91,1110111111111011111111111111111111001111111001111111111111111111111111111111111111101101111011111111
+9,71,18,86,1010010101111011111110111111111111111111111011111111111111111111111011111111111111101101111001011111
+9,72,0,88,1110111111111011111111111111111111101101111001111111111111111111111111111111101111101101111011101011
+9,72,1,88,1110110111111011101111111101111111111111111011111111111111111111111011111011111111101101111011101111
+9,72,2,88,1100110111111011111110111111111111011111111001101111111111111111111111111111111111101101111011111111
+9,72,3,90,1100110111111011111111111111111111011111111001111111111111111111111111111111111111101101111011111111
+9,72,4,88,1010010111111011111111111111111111111111111001111111111111111111111111111111111111101101111001011111
+9,72,5,89,1111111101111011111111101111111111101111111011111111111111111111111011111111111111101101111011001111
+9,72,6,88,1110110111101011111111111011111111111111111001111111111111111111101111111111111111101101111011101111
+9,72,7,92,1111111111111001111111111111111111111111111001111111111111111111111111111111111111101101111011101111
+9,72,8,89,1110111111111011111111111011110111011101111001111111111111111111111111111111111111101101111011111111
+9,72,9,91,1111111111111011111111111111111111101111111001111111111111111111111111111111011111101101111001111111
+9,72,10,90,1011111111111011111111111111111111111111111001111111111111111111111111111111111111101101111011001110
+9,72,11,89,1111111111011011111111111111111111101111111001111101111111111111111011111111111111101101111011101111
+9,72,12,83,1110110111101001111111111111100111111111011001111110111111111111101111111111111011101101111011101111
+9,72,13,91,1111110111101011111111111111111111111111111001111101111111111111111111111111111111101101111011111111
+9,72,14,89,1110111111111011111111111111111111101111111001111111111111111111111111111011101111101101111011101111
+9,72,15,88,1111111111011011111111111111111111111111111001111101111110111111111011111111111111101101111011101110
+9,72,16,91,1110110110111011111111111111111111111111111001111111111111111111111111111111111111101101111011111111
+9,72,17,85,1000110111111011101111111111111111011111111011111011111111111011111011111111111111101101111011101111
+9,72,18,89,1111111111111011111111111111111111101111111001110111111111111111111111111111101111101101111011001111
+9,73,0,86,1111111111111011111111111111111111101111111001101111111111111111111111111010011111101101111001001111
+9,73,1,92,1110111111111011111111111111111111101111111001111111111111111111111111111111111111101101111011111111
+9,73,2,91,1111111111111011111111111111110111101111111001111111111111111111111111111111011111101101111011111111
+9,73,3,90,1111110111101011111111111111111111111111111001111101111111111111111111111111111111101101111001111111
+9,73,4,91,1111111111111011111111111111111111100111111000111111111111111111111111111111111111101101111011111111
+9,73,5,86,1110111111111011111111111111111111101111111001111111111111111111111111111011001111101101111001101110
+9,73,6,87,1111111111111011111111111011110111101111111001111101111111111110101011111111111111101101111011111111
+9,73,7,88,1110111111011011111111111111111111011001111001111111111111111111111111111111111111101101111011101111
+9,73,8,91,1111111111110001111111111111111111111111111101111111111111111111111111111111111111101001111011101111
+9,73,9,88,1110111111111011111111111111111111101111111001111111111111111111111111111011101110101101111011101111
+9,73,10,88,1111111111111011111111111111111111101111111001111101111011111111111101111011111111101101111011101111
+9,73,11,87,1110111111111011111111111111111111101111111001100111111111111111111111111111101111101101111011001111
+9,73,12,88,1110111101111011011111101111111111101101111011111111111111111111111011111111111111101101111011111111
+9,73,13,88,1101110111111011111110111111111111011111111001101111111111111111111111111111111111101101111011011111
+9,73,14,90,1110111111111011111111111111111111101111111001111101111111111111111111111111111111101101111011101111
+9,73,15,88,1111111111111011111101111111111111101111111001101111111111111111111011111011111111101101111011101111
+9,73,16,89,1110110101111011111111101111111111111111111011111111111111111111101111111111111111101111111011001111
+9,73,17,87,1111111111101010111111111011111111101111111001111111111111111111111011111111101111101101111011101111
+9,73,18,90,1110111111111011111111111111111111101111111001101111111111111111111111111111111111101101111011101111
+9,74,0,87,1111111111111011111111111111111111101111111000101111111111011111111111111011110111101101111011101111
+9,74,1,89,0110111111111011111101111111111111101111111001111111111111111111111011111111111111101101111011111111
+9,74,2,88,1110111110111011111111111111111111101111111001101111111111111111111111111111111111101101111011101110
+9,74,3,85,1011111111111011111100111111111111101111011001111101111111111111111011111011111111101101111011101111
+9,74,4,89,1110110110111011111111111111111111111111111001111111111110111111111111111011111111101101111011111111
+9,74,5,90,1110110110111011111111111111111111111111111001111111111111111111111111111011111111101101111011111111
+9,74,6,88,1110111111101011111111011011111111101111111001111111111111111111111111111111111111101101111011101111
+9,74,7,86,1111111111111010111111101111111101101111111001101111111111111111111011111111101111101101111011101111
+9,74,8,92,1110111111111011111111111111111111101111111001111111111111111111111111111111111111101101111011111111
+9,74,9,90,1110111111111011111111111111111111101111111000111111111111111111111111111111111111101101011011111111
+9,74,10,91,1110111110111011111111111111111111111111111001111111111111111111111111111011111111101101111011111111
+9,74,11,89,1110110111111011111111111111111111101111111001111111111111111011101111111111111111101101111011111111
+9,74,12,88,1110111111111011111111111111111111101111111001101101111111110111111111111111111111101101111011101111
+9,74,13,92,1111110111101011111111111111111111111111111001111111111111111111111111111111111111101101111101111111
+9,74,14,91,0111111111111011111111111111111111111111111001111111111111111111111111111111111111101001111011101111
+9,74,15,89,1110111111110001111111111111111111101111111101101111111111111111111111111111111111101101111011101111
+9,74,16,88,1110110110111011111111111111111111111111111001111111111011111111111101111011111111101101111011111111
+9,74,17,90,1110110110111011111111111111111111111111111001111111111111111111111111111011111111101101111011111111
+9,74,18,88,1110111111111011111101111111111111111111111001111111111111111111111011111011101111101101111011101111
+9,75,0,88,0010110111111011111111111111111111111111111001111111111111111111111111111011111111101101011011111111
+9,75,1,90,1111111110111011011111111111111111111111111001111111111111111111111111111111111111101001111011101111
+9,75,2,88,1110111111101011111101111011111111101111111001111111111111111111111111111111111111101101111011101111
+9,75,3,90,0110111111111011111111011111111111101111111011111111111111111111111011111111111111101101111011111111
+9,75,4,89,1110110110111011111111111111111111111111111001111111111011111111111101111011111111101101111111111111
+9,75,5,91,1111110111101011111111111111111111111111111001111111111111111111111111111111111111101101111001111111
+9,75,6,89,1110110110111011111111111111111111111111111001111111111111111111101111111011111111101101111011111111
+9,75,7,90,1110111111111011111111111111111111101111111001111111111111111011111111111111111011101101111011111111
+9,75,8,88,0110110111111011111101111111111111101111111001111111111111111111111011111111111111101101111011111111
+9,75,9,91,1110111110111011111111111111111111111111111001111111111111111111111111111011111111101101111011111111
+9,75,10,86,1110110111111011101111111111111111101111111001111111111111111001101111111111111111101101111011111011
+9,75,11,89,1110110100111011111111111111111111111111111001111111111111111111111111111011111111101101111011111111
+9,75,12,89,1111110111101011111111111111111111111111111001111111111011111111101111111111111110101101111101111111
+9,75,13,90,1110110111111011111111111111111111101111111001111111111111111011111111111111111111101101111011111111
+9,75,14,88,1110111111101011111111111011111111101111111001111111111111111111111111111101111111101101111011101111
+9,75,15,86,1110111110111011111111011111111111101111111001101011111111111111111111111111111111101101111011101110
+9,75,16,87,1110110110111011111111111111111111101111111001111111111111111011101111111111111101101101111011111111
+9,75,17,88,1110110111111011111111111111111111111111111001101111111110111111111111101011111111101101111011111111
+9,75,18,89,0111111110111011111111111111111111111111111001111111111111111111111111111011111111101001111011101111
+9,76,0,90,0110110110111011111111111111111111111111111011111111111011111111111101111111111111101101111111111111
+9,76,1,87,1110111111111011111111011111111111101111101001111101111111111111111011111011111111101101111011111111
+9,76,2,90,1110111111111011110111111111111111111111111001111111111111111011111111111011111111101101111011111111
+9,76,3,88,1110110010111011101111111111111111101111111001111111111111111111111111111111111111101101111011111111
+9,76,4,89,1111110111100011111111111111111111111111111001111111111111011111111111111111111111101101111001111111
+9,76,5,88,1111110111101011111111111111111111111111111001111111111011111111101111111111111110001101111101111111
+9,76,6,89,1111111110111011111111111111111111111111111001111111111111111111111111101011111111101101011001111111
+9,76,7,92,1110110111101011111111111111111111111111111001111111111111111111111111111111111111101101111111111111
+9,76,8,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,76,9,87,1110111110111011011111111111111111101111111001111111111111111111111111111111111011101001111011101111
+9,76,10,91,0110111111111011111111111111111111111111111001111111111111111111111111111111111111101001111111101111
+9,76,11,89,1111110110111011111111111111111111101111111001111111111111111011111111111011111111101101111011111111
+9,76,12,88,0010110111111011111111111111111111111111111001111111111111111111111111111011111111101101111011111011
+9,76,13,88,1110110110111011111111111111111111111111111001111111111011111111111101111011111111101101011111111111
+9,76,14,90,1110111110111011011111111111111111111111111001111111111111111111111111111111111111101001111111101111
+9,76,15,89,1111110110111011111111111111111111111111111001111111111011111111111101111011111111101101111011111111
+9,76,16,92,1110110111111011111111111111111111111111111001111111111111111111111111111111111111101101111011111111
+9,76,17,91,1111111111101011111111111111111111111111111001111111111101111111111111111111111111101101111001111111
+9,76,18,91,1110111111111011111111111111111111101111111001111111111111111111111111111111111011101101111011111111
+9,77,0,86,1110110010111011101111111101111111101111111001111111111111111111111111111101111111101101111011111111
+9,77,1,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,77,2,86,1010010111101011111111111111111111111111111001111111111111111111111111011111111111101101111001111011
+9,77,3,91,0111111111111011111111111111111111111111111001111111111101111111111111111011111111101101111011111111
+9,77,4,91,1111110110111011111111111111111111111111111011111111111011111111111111111111110111101101111101111111
+9,77,5,83,0110110111100001111111011111111111111101111001101111111111011111111101111111111111101101111011111111
+9,77,6,89,0110111110111011111111111111111111111111111001111111111101111111111111111011111111101101011111111111
+9,77,7,86,1110110111111011110111111111111111111111111001111111111011111011111101111011111111101101111011111101
+9,77,8,91,1111111111111011111111111111111111111111111001111111111111111011111111111111111111101101101011011111
+9,77,9,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,77,10,88,0010110111111011111111111111111111111111111001111111111111111111111111111111110111101101111011111011
+9,77,11,90,1110111111111011111111111111111111101111111001111111111111111111111111111011111011101101111011111111
+9,77,12,89,0110110110111011111111111111111111111111111011111111111011111111111101111111111111101101111111011111
+9,77,13,89,0110110110111001111111111111111111111111111011111111111011111111111101111111111111101101111111111111
+9,77,14,86,1111110110111011111111111111111011111111111001111111110011111111111111111011111110101101110011111111
+9,77,15,87,1111110111101001111111111111111111111111111001111111111011111111101101111111111111001101111101111111
+9,77,16,89,1111111111100011111111111111111111111111111001111111111111011011111111111111111111101101111001111111
+9,77,17,90,1111110111101011111111111111111111111111111001111111111101111111111111111111111111101101111001111111
+9,77,18,92,1011111111111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,78,0,87,1110111111111011111111111111111111101111111001111111111101111011111011111011111011101101111011111111
+9,78,1,93,1111111111111011111111111111111111111111111001111111111111111111111111111111111011101101111011111111
+9,78,2,88,1011111111101011111111111111111111111111111001111111111101111011111111111111111111101101101001111111
+9,78,3,92,1111110111111011111111111111111111111111111001111111111111111111111111111111111111101101111011011111
+9,78,4,93,1111111111111011111111111111111111111111111001111111111111111111111111111111111011101101111011111111
+9,78,5,88,1110111111111011111111111111111111101111111001111111111111111011111111111011111111101101101011011111
+9,78,6,91,1011111111111011111111111111111111111111111001111111011111111011111111111111111111101101111011111111
+9,78,7,89,1111111011111011111111111111111111111111111001111111111111111011111111111111101111101101101011011111
+9,78,8,88,1111110111100011111111111111111110111101111001111111111111111111111111111111111111101101111001111111
+9,78,9,85,1111111111101001111111111111111111111111111001111111111011011011101101111111111111001101101101111111
+9,78,10,91,1110111111111011111111111111111111111111111001111111111111111011111111111111111111101101101011111111
+9,78,11,90,0011110111111011111111111111111011111111111101111111111111111111111111111111110111101111111011111011
+9,78,12,90,0111111111111011111111111111111111111111111001111111111101111111111111111011111011101101111011111111
+9,78,13,90,1110111111111011111111111111111111101111111001111111111111111111110111111011111111101101111011111111
+9,78,14,91,1111111111111011111111111111111111111111111001111111111111111011111111111011111111101101101111011111
+9,78,15,92,0111111111111011111111111111111111111111111001111111111101111111111111111111111111101101111011111111
+9,78,16,92,0110111110111011111111111111111111111111111101111111111111111111111111111011111111101101111111111111
+9,78,17,84,0110010110111001111111111111111111111111111011111111111001111110111101111111111111100101011111111111
+9,78,18,87,1110110111101011111111111011111111101111111001111111111011111111111111111011111111001101111111111111
+9,79,0,90,1111110111111011111111111111111111111111111001111111111111111011111111111111111111101101101011011111
+9,79,1,92,1111111111111011111111111111111111111111111001111111111111110111111111111011111111101101111111011111
+9,79,2,85,0011110111111001111111111111111011111111111101111111111111111111101101111110110011101111111011111011
+9,79,3,92,1111111111111011111111111111111111111101111001111111111111111111111111111111111111101101111001111111
+9,79,4,86,1111111111111001111111111111111111111111111001111111111011011011101101111111111111001101101101111111
+9,79,5,91,1111111111101011111111111111111111111110111001111111111111111111111111111111111011101101111011111111
+9,79,6,89,0011110111101011111111111111111011111111111101111111111111111111111111111111110111101111111011111011
+9,79,7,89,0011110111111011111111111111111011111111111101111111111111111111111110111111110111101111111011111011
+9,79,8,91,1111111111111011111111111111111111111111111001111111111111111011111111111011111111101101101111011111
+9,79,9,89,1111111011111011111111111111111111111111111001111111111111111011111111111111101111101101101011011111
+9,79,10,92,0110111110111011111111111111111111111111111101111111111111111111111111111011111111101101111111111111
+9,79,11,91,1110111111111011111111111111111111111111111001111111111111111011111111111111111111101101101011111111
+9,79,12,91,1110111111111011111111111111111111111111111001111111111111111111111111111011111011101101111011111111
+9,79,13,92,1111111111111011111111111111111111101111111001111111111111111111110111111111111111101101111011111111
+9,79,14,94,1111111111111011111111111111111111111111111001111111111111111111111111111111111111101101111011111111
+9,79,15,90,1111111111111011111111111111111111111111111001111111111111111011111111111011111011101101101111011111
+9,79,16,94,1111111111111011111111111111111111111111111001111111111111111111111111111111111111101101111011111111
+9,79,17,85,1111110111100011111111111111111110111101111001111111111111011111111110111111111011101101111001111111
+9,79,18,90,1011111111111011111111111111111111111111111001111111011111111011111111111111111111101001111011111111
+9,80,0,92,1111111011111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,80,1,90,1111111111111011111111111111111111111111111001111111111111111111111111111111101111101101001011011111
+9,80,2,91,0111111111111011111111111111111111111111111001111111111111011111111111111011111111101101111111011111
+9,80,3,91,1010111110111011111111111111111111111111111101111111111111110111111111111011111111101101111111111111
+9,80,4,89,1011111111111011111111111111111111111111111000111111011111111011111111111111111111101001111011111111
+9,80,5,94,1111111111111011111111111111111111111111111001111111111111111111111111111111111111101101111011111111
+9,80,6,91,0111110111111011111111111111111111111111011101111111111011111111111111111111110111101101111111111111
+9,80,7,88,0010111110101011111111111111111011111111111101111111111111111111111111111011111111101111111011111011
+9,80,8,89,1011111111111011111111111111111111111111111001111111101101111111111110111111111111101101111011111011
+9,80,9,91,0111110111111011111111111111111011111111111101111111111110111111111111111111110111101111111011111111
+9,80,10,91,1110111111111011111111111111111111111111111001111111111111111011111111111011111011101101111111111111
+9,80,11,89,1111111111111011111111111111111111111111111001111111111101111111111111111011111011101101101011011111
+9,80,12,89,0110111110111011111111111111111111111111111001111111111111111111111111111010111011101101111111111111
+9,80,13,92,1110111111111011111111111111110111111111111101111111111111111111111111111011111111101101111011111111
+9,80,14,90,1011111111111011111111111111111111111110111001111111111111111111111111111111110011101101111011111111
+9,80,15,89,0011110111101011111111111111111011111111111101111111111111111111111110111111111111101111111011111011
+9,80,16,93,1111111111111011111111111111111111111111111001111111111111111111111111111111111111101101111011011111
+9,80,17,91,1111111111111011111111011111111111111111111001111111111111111011111111111011111111101101101111111111
+9,80,18,90,1111110111111011111111111111111111111111111001111101111111111011111111111111111111101101111011011111
+9,81,0,90,1111111111111011111111111111011111111111111001110111111111111111111111111111111101101101101011111111
+9,81,1,89,1011011111111011111111011111111111111111111001111111111111111011111111111011111111101101101111111111
+9,81,2,93,1110111111111011111111111111111111111111111101111111111110111111111111111011111111101111111011111111
+9,81,3,88,0111110111111011111111111111110011111111111101111111111110111111111111111111110111101101111011111110
+9,81,4,93,1111111111111011111111111111111111111111111101111111111111111111111111111111111111001101101111011111
+9,81,5,86,1010111110111011111111111111111110111111111001111111111111110111111111111011101111101101011011111111
+9,81,6,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111111101101111011111111
+9,81,7,92,1111111111111011111111011111111111111111111001111111111111111111111111111011111111101101101111111111
+9,81,8,88,1110111011111011111111111111111111111111111001111111111111111011111111111011111111101101011011110111
+9,81,9,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111011101101111111111111
+9,81,10,92,1111011111111011111111111111111111111111111001111111111111111111111111111111111111101101101011111111
+9,81,11,91,1110111111111011111111111111111111111111111001111111111111111011111111111011111011101101111111111111
+9,81,12,92,1111011111111011111111111111111111111111111001111111111111111111111111111111111111101101101011111111
+9,81,13,92,1111101111111011111111111111111111111111111001111111111111011111111111111111111111101101111011111111
+9,81,14,92,1111110011111011111111111111111111111111011101111111111011111111111111111111111111101101111111111111
+9,81,15,90,0111111111111011111111111111111111111111111001111101111111111011111111111111110111101101111011111111
+9,81,16,90,1111110111111011111111111111111111111111111001111101111111111011111111111111111111101101111011011111
+9,81,17,90,1011111111111011111111111111111111111110111001111111111111111111111111111111110011101101111011111111
+9,81,18,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111011111111
+9,82,0,90,1111111111111010111111111111111111111111111101111111111110111111111111111111111110001101101111011111
+9,82,1,93,1110111111111011111111111111111111111111111101111111111111101111111111111011111111101101111111111111
+9,82,2,92,1111111111111011111111111111111110111111111001111111111111111011111111111111111011101101111111111111
+9,82,3,91,1110111111111011111111111111111111111111111001111111111111111011111111111011111011101101111111111111
+9,82,4,93,1111111111111011111111111111111111111111111101111111111111111011111111111011111111101101111011111111
+9,82,5,90,1110110111111011111111111111111111111111111001111101111110111111111111111111111111101111111011011111
+9,82,6,91,1011111111111011111111111111111111111111111101011111111111111111111111111111111111001101111011011111
+9,82,7,90,1111111111111011111101111111111111111110111001111111111111111111111111111111110011101101101111111111
+9,82,8,93,1111111111111011111111111111111111111111111101111111111111111111111111111111111111001101101111011111
+9,82,9,90,1110111111101011111111111111111111111111111001111111111111111011111111111011111011101101111111111111
+9,82,10,91,1111110011111011111111111111111111111111011101111111101011111111111111111111111111101101111111111111
+9,82,11,88,1111011111111011111111111111111111111111111001111110111111111110111111110111111101101101101011111111
+9,82,12,92,1111111111111011111111011111111111111111111001111111111111111011111111111111111011101101111111111111
+9,82,13,89,1011011111111011111111111111111111111111111001111111111011111011111111111011111111101101101111111111
+9,82,14,92,1110111111111011111111111111111111111111111101111111111111111011111111111011111111101101111011111111
+9,82,15,94,1111111111111011111111111111111111111111111001111111111110111111111111111111111111101111111011111111
+9,82,16,92,1110111111111011111111111111111111111111111101111111111110111111110111111011111111101111111011111111
+9,82,17,92,1110111111111011111111111111111111111111111101111111011110111111111111111011111111101111111011111111
+9,82,18,90,1111111111111011111111111111111111111110111001111111111111111011111111111111111111101101111001011111
+9,83,0,91,1110111111111011111111111111111110111111111101111111011111111111111111111011111011101111111011111111
+9,83,1,92,1111111111111011111111111110111111111111111001111111111110111011111111111111111111101101111111111111
+9,83,2,92,1110111111111011111111111111111111111111111101111111111111111011111111111011111111101101111011111111
+9,83,3,91,1110111111111011111111111111111111111111111001111111111110111111110111111011111111101111111011111111
+9,83,4,92,1111111011111011111111111111111111111111111111111111011010111111111111111011111111101111111011111111
+9,83,5,86,1010011111111011111111111111101111111110111000111111111111111011111111111011111111101101101111111111
+9,83,6,92,1111111111111011111111111111111111111111111001111111111111111011111111111011111111101111101011111111
+9,83,7,93,1111111111111011111111111111111111111111111101111111111110111111111111111111111111101100111011111111
+9,83,8,91,1111111111111011111111111111111111111111111101111111011111111011111110111011111111101101111111011111
+9,83,9,94,1111111111111111111111111111111111111111111101111111111111111111111111111111111111001101101011111111
+9,83,10,91,1110111111111011111110011111111111111111111101111111111111111011111111111111111011101101111111111111
+9,83,11,90,1111111111111011111111001111101111111111111011111111111111111011111111111011111111101101111011111111
+9,83,12,92,1011111111111011111111111111110111111111111001111111111111111011111111111111111111101101111111111111
+9,83,13,89,1111111111111011111111011111111111111111111101011111110111111111111111111111111011001101111011011111
+9,83,14,91,1110111111111011111111111111111111111111111001111111111110111111111111111010111111101111111011111111
+9,83,15,93,1111111111111011111111111111111111111111111001111111111111111011111111111111111011101101111111111111
+9,83,16,92,1111111111111011111111111111111111111111111101111111111111101011111111111010111111101101111111111111
+9,83,17,93,1110111111111011111111111111111111111111111101111111111111111111111111111011111111101101111011111111
+9,83,18,93,1111111111111011111111111111111111111111111101111111111111111111111111111111111111001101101111011111
+9,84,0,93,1110111111111011111111111111111111111111111101111111111111111011111111111011111111101111111011111111
+9,84,1,92,1110111111111011111111111111111111111111111011111111111110111111110111111011111111111101111011111111
+9,84,2,93,1111111111111011111111111111111111111111111101111111111110111011111111111111111111101100111111111111
+9,84,3,91,1110111111111011111111111111111111111111111101111111111111111011111111111010111111101101111011111111
+9,84,4,88,1101111011111011111111111111111111111111111101111111011011111011111111111011111111001101111011111111
+9,84,5,95,1101111111111111111111111111111111111111111111111111111110111111111111111111111111101111101011111111
+9,84,6,89,1110111111111011111111101111101111111111111001111111111111111011111111111011111111101101111011111111
+9,84,7,93,1111111111111011111111011111111111111111111111111111111111111011111111111011111111101101111011111111
+9,84,8,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111011111111
+9,84,9,90,1110111111111011111111111111111111011111111101111111111111101011111111111010111111101101111111111111
+9,84,10,93,1111111111111011111111111111101111111111111101111111111111111011111111111011111111101101111111111111
+9,84,11,89,1111111111111011111111111111111111111111111001111111011111111011111110111011111111101111101011011111
+9,84,12,91,1111111111100011111111111111111111111111111101111111111110111111111111111111111111101100111011111111
+9,84,13,92,1111111111111011111111111111111111111111111101111111111110111110111111111111111111101100111011111111
+9,84,14,91,1110111111111011111110011111111111111111111101111111111110111111111111111111111011101101111111111111
+9,84,15,92,1111111111110011111111111111111111111111111101111111111111111011111111111111111111101100111011111111
+9,84,16,90,1110111111111011111111111111111110111111111001111111011111111011111111111111111011101101111111111111
+9,84,17,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111011101111111011111111
+9,84,18,93,1111111111111011111111111111111111111111111101111111111110111111111111111111111111101101101111011111
+9,85,0,92,1111111111111011111111111111111111111111111101111111111110011111111111111111111111101101101111011111
+9,85,1,91,1101111111111011111111111111111111111111111101111111111110111111111111111111111111101101101111011101
+9,85,2,91,1111111111111011111111111111001111111111111101111111111111111011111111111011111111101100111111111111
+9,85,3,93,1111111111111011111110111111111111111111111101111111111110111011111111111111111111101101111111111111
+9,85,4,92,1110111111111011111110111111111111111111111101111111111111111011111111111011111111101111111011111111
+9,85,5,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111011111111
+9,85,6,94,1111111111111011111111111111111111111111101101111111111111111111111111111011111111101111111011111111
+9,85,7,91,1111111111111011111111111111111111111111111101111110111111111111111111111011111010101101111011111111
+9,85,8,90,1110111111111011111111101111101111111111111101111111011111111011111111111011111111101111111011111111
+9,85,9,89,1111111111111011111111111111011111111111111001111111111111111011111110111011111111101111101011011111
+9,85,10,94,1111111111111011111111111111111111111111111101111111111110111111111111111111111111101100111111111111
+9,85,11,92,1111111111111011111111111111111111111111111101111111111111111011111111011011111111101101111011111111
+9,85,12,95,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111111111111
+9,85,13,92,1111111111111011111111111111101111111111111101111111111111111011111111111011111111101101111011111111
+9,85,14,95,1111111111111011111111111111111111111111111111111111111111111111111111111011111111101101111011111111
+9,85,15,91,1110111111111011111111111111111111111111111001111111111110111111110111111011111111111101111011111111
+9,85,16,91,1110111111111011111111111111111111111111111100111111111111111011111111111011111111101101111011111111
+9,85,17,93,1111111111111011111111111111101111111111111101111111111111111011111111111001111111101111111111111111
+9,85,18,88,1110111111111011111110011111111111111111111001111111110111111011111111111011111111101101111011111111
+9,86,0,91,1110111111110011111111110111111111111111111111111111111111111011111111111011111111101101111011111111
+9,86,1,92,1110111111111011111110111111111111111111111001111111111111111111111111111011111111101111111011111111
+9,86,2,95,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111111111111
+9,86,3,92,1111111111111011110111111111111111111111111101111111111111111111111111111011111111101101111011111101
+9,86,4,92,1111111111111010111111111101111111111111101111111111111111111111111111111011111111101101111011111111
+9,86,5,95,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101111111011111111
+9,86,6,90,1111111111111011111110111111101111111111111101111111111110111011111111111011111111101101111011111111
+9,86,7,95,1111111111111011111111111101111111111111111101111111111111111111111111111111111111101101111111111111
+9,86,8,94,1111111111111011111111111111111111111111111101111111111110111111111111111111111111111101111011111110
+9,86,9,93,1111111111111011111110111111111111111111111101111111111111111011111111111011111111101101111111111111
+9,86,10,89,1111111111111011111110111111111111111111111101111111111110111011111111111011111011101101111010111111
+9,86,11,95,1110111111111111111110111111111111111111111101111111111111111011111111111111111111101111111111111111
+9,86,12,94,1111111111111011111110111111111111111111111111111111111111111011111111111011111111101101111111111111
+9,86,13,93,1111111111111011111111111111111111111111111101111111111110111111111111111110111111101101111011111111
+9,86,14,91,1111011111111011111111011111111111111111111101111111111111111101111111111011111111101101111011111111
+9,86,15,94,1111111111111011011111111111111111111111111111111111111110111111111111111111111111101101111011111111
+9,86,16,94,1110111111111011111111111111111111111111111101111111111111111011111111111111111111101101111111111111
+9,86,17,92,1111111111111011111110111111111111111111111101111111111110111111111111111011111111101110111011111111
+9,86,18,92,1111111111111011111111011111111111111111101101111111111111101111111111111111111111101100111111111111
+9,87,0,94,1111111111111011111111111111111111111111111101111111111111111111111111111110111111101101111011111111
+9,87,1,89,1111111110111011010111111111111111111111111101111111111110111111111111111011111111101101111011111101
+9,87,2,94,1111111111111011011111111111111111111111111111111111111110111111111111111111111111101101111011111111
+9,87,3,95,1111111111111011111111111101111111111111111101111111111111111111111111111111111111101101111111111111
+9,87,4,94,1111111111111011111111111111111111111111111101111111111110111111111111111011111111101101111111111111
+9,87,5,96,1111111111111011111111111111111111111111111101111111111111111111111111111111111111111101111011111111
+9,87,6,93,1111111111111011111110111111111111111110111101111111111111111111111111111011111111101110111111111111
+9,87,7,92,1111111111111011111111111111111111111111111101111111111110111111011111111011111111101101111011111111
+9,87,8,91,1110111111111011110111111111111111111111111101111111111111111011111111111111111111101101111011111101
+9,87,9,94,1111111111111011111111111111111111111111111101111111111111111011111111111011111111101101111111111111
+9,87,10,90,1111111111111111110111111111011111111110111101111111101111111111111111111011111111101101110011111111
+9,87,11,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111111101101111111111101
+9,87,12,94,1110111111111011111111111111111111110111111101111111111111111111111111111111111111101101111111111111
+9,87,13,92,1111111110111011111111111111111111111111111101111111111111111011111111111011111111101111111011111110
+9,87,14,95,1111111111111011111111111111111111111111111101011111111111111111111111111111111111111101111111111110
+9,87,15,91,1111111111111001111111111111111111111111111101111101111110111111111111111011111111101101111011111111
+9,87,16,94,1111111111111011111111011111111111111111111111111111111111111101111111111111111111101101111011111111
+9,87,17,89,1111011111111011011111111110101111111111111111111111111110111111111111011011111111101101111011111111
+9,87,18,94,1111111101111011111111111111111111101111111101111111111111111111111111111111111111101101111111111111
+9,88,0,93,1111111111011011111111110111111111111111111101111111111111111111111111111111111111101101111111111101
+9,88,1,93,1111111111111011111111111101111111111111111101111111111110111111111111111011111111101101111111111111
+9,88,2,94,1111111111111011111111111111111011111111111101011111111111111111111111111111111111111101111111111110
+9,88,3,93,1111101101111011111111111111111111101111111101111111111111111111111111111111111111101101111111111111
+9,88,4,94,1111111111111011111011111111111111111111111101011111111111111111111111111111111111111101111011111111
+9,88,5,95,1111111111111011111111111111111111111111111101111111111111111111111110111111111111111101111111111110
+9,88,6,94,1111111111111011111111111111111111111111111101111111111111111101111111111111111111101101111011111111
+9,88,7,93,1111111111111011111111011111111111111111111101111111111111111011111111111011111111101101111111111111
+9,88,8,95,1111111111111011111111111111111111101111111101111111111111111111111111111111111111101101111111111111
+9,88,9,94,1111111101111011111111111101111111111111111101111111111111111111111111111111111111101101111111111111
+9,88,10,93,1111111111111011111111111111111111111111111101011111111110111111111111111011111111101101111111111111
+9,88,11,95,1111111111111011111111111111111111111111111101111110111111111111111111111111111111111101111111111110
+9,88,12,91,1111111110111011111111111111111111111111111101111110111111111011111111111011111111101111111011111110
+9,88,13,91,1111111110111011111111111111111111111111111101111111111111111001111111111011111111101111111011111110
+9,88,14,92,1111011101111001111111111111111111101111111101111111111111111111111111111111111111101101111111111111
+9,88,15,92,1111011111111011111111111111111111011111111101011111111111111111111111111111111111111101011111111110
+9,88,16,94,1111111111111011111111111111111111111111111101011111111111111111111111111011111111101101111111111111
+9,88,17,93,1111111111111011111111111111111111111111111101111111111111111111111111111110111111101101111011111101
+9,88,18,95,1111111111111011011111111111111111111111111101111111111111111111111111111111111111101101111111111111
+9,89,0,93,1111111111111011111111111111111111111111111101111111111111111101111111111011111111101101111011111111
+9,89,1,93,1111111111111011111111111101111111011111111101111111111110111111111111111111111111101101111111111111
+9,89,2,91,1111111111111011111111111111111011111111111101011111111111011111111111111111111101011101111111111110
+9,89,3,94,1111111111111011111111111111111111111111111101011111111111111111111111111011111111101101111111111111
+9,89,4,95,1111111111111011111111111111111111111111111101111111111111111111111111111111111111101101111111111110
+9,89,5,95,1111111111111011111111111111111111101111111101111111111111111111111110111111111111111101111111111111
+9,89,6,92,1111111111111011111010111111111111111111011101011111111111111111111111111111111111111101111011111111
+9,89,7,93,1111111111111011111111111111101111111111111101111110111111111111111111111111111111111101101111111110
+9,89,8,94,1111111111111011111011110111111111111111111101111111111111111111111111111111111111101101111111111111
+9,89,9,93,0111111111111011111111111111111111101111111101011111111111111111111111111111111111111101111011111111
+9,89,10,95,1111111111111011111111111111111111111111111101111111111111111111111110111011111111111101111111111111
+9,89,11,94,1111111111111011111111111111111111111111111101011111111111111111111111111111111111101101111111111110
+9,89,12,93,1111111111111011111111111111111111111111111101011111111111111111111111111111111111101001111011111111
+9,89,13,93,1111111111111011111011111111111111111111111101111111111111111101111111111111111111111101111011111011
+9,89,14,92,1111111111111011111111111101111111111111111101011111111110111111111111111011111111101101111111111111
+9,89,15,94,1111111111111011111111111111111111111111111101110111111111111111111111111011111111101101111111111111
+9,89,16,94,1111111111111011111111111111111111111111111101111111111111111101101111111111111111111101111111111110
+9,89,17,92,1111111111111011111111111011111111111111111101111110111111111111111111101111111111101101111011111111
+9,89,18,93,1111111111111011111111111101111111111111111101111111111110111111111111111011111111101101111111111111
+9,90,0,96,1111111111111011111111111111111111111111111101111111111111111111111111111111101111111101111111111111
+9,90,1,90,1111111111111011111010111111111111111111011101011111111111111111111111111111111111101101111011111110
+9,90,2,95,1111111111111011111111111111111111111111111101011111111111111111111111111111111111101101111111111111
+9,90,3,94,1111111111111011111111111111111111111111111101111111111111111111111110111011111111111101111111111110
+9,90,4,94,1111111111111011111111111101111111111111111101111111111110111111111111111111111111101101111111111111
+9,90,5,91,1111111110111011111011111111111111111111111101111111111111111101111111111111111111110101111011111011
+9,90,6,93,1111111111111011111111111111111111111111111101111111111111111101111110111011111111111101111111111110
+9,90,7,94,1111111111111011111111111111111111111111111101111111111111111111101110111111111111111101111111110111
+9,90,8,94,1111111111111011111101111111111111111111111101111111110111111111111110111111111111111101111111111111
+9,90,9,93,1110111111111011111111111111111111101111111111111111111111111111111110111011111111111001111111111111
+9,90,10,94,1111111111111011111011110111111111111111111101111111111111111111111111111111111111101101111111111111
+9,90,11,93,1111111111111011111011111111111111111111111101111111111111111101111111111111111111111101111011111011
+9,90,12,93,1111111111111011111011111111111111111111111101111111111111111111111101111111111111101101111111111110
+9,90,13,93,1111111111111011111111110111111111111111111101111111111111111111110111111111111101101101111111111111
+9,90,14,92,1111111111111011111111111111111111111111111101011111111111111111101111111111111111101001111011111111
+9,90,15,94,1111111111111011111111101111111111111111111101111111111111111101111111111111111111111101111111111110
+9,90,16,94,1111111111111011111111111111111111111111111101111111111111111101111110111011111111111101111111111111
+9,90,17,94,1111111111111011111011111111111111111111111101111111111111111111111111111111111111111101111011111011
+9,90,18,91,1111111111111010111111111101111111101111111101111111111110111111111111111111111111101101111111111110
+9,91,0,94,1111111111111011111101101111111111111111111101111111111111111111111111111111111111111101111111111110
+9,91,1,92,1111111111111011111011110111111111111111111101111111111111111101111111111111111110101101111111111111
+9,91,2,96,1111111111111011111111111111111111111111111101011111111111111111111111111111111111111101111111111111
+9,91,3,93,1111111101111011111111111111111111101111111101111111111111111111111111111111101111101101111111111111
+9,91,4,97,1111111111111011111111111111111111111111111101111111111111111111111111111111111111111101111111111111
+9,91,5,91,1111011111111011111111110111111111111111111101111111111111111111110111111111101101101101111111111111
+9,91,6,93,1111111111111011110011111111111111111111111101111111111111111111111101111111111111101101111111111111
+9,91,7,92,1111111111111011111111110111111111111111111101111111111111111111110111111111111101101101111111111110
+9,91,8,90,1111111111111011111111110111111111111111111101111111111111111101110011111111111101111101111011111011
+9,91,9,95,1111111111111011111011111111111111111111111101111111111111111111111111111111111111101101111111111111
+9,91,10,93,1111111111111011111101111111111111111111111101101111110111111111111111111111110111111101111111111111
+9,91,11,95,1111111111111011111111111111111111111111111101111111111111111111111110111111101111111101111111111111
+9,91,12,92,1111111111111011111111110111111111111111111101111111111111111111101111111111111101101101111111110111
+9,91,13,92,1111111111111011111111111111111111111111111101111111111111111111110110111111101101111101111111110111
+9,91,14,94,1111111111111011111011111111111111111111111101111111111111111111111110111111111111111101111111111011
+9,91,15,95,1111111111111011111111111111111111111111111101111111111111111111111111111111101111111101111011111111
+9,91,16,95,1111111111111011111111111111111111111111111101111111111111111111111110111111111111101101111111111111
+9,91,17,93,1111111111111011111111111101111111111111111101111111111110111111111111111011111111111101111111111110
+9,91,18,93,1111111111111011111101111111111111111111111101111111111111111111111110111111111111100101111111111111
+9,92,0,93,1111111110111011111011111111111111111111111101111111110111111111110111111111111111111101111111111111
+9,92,1,93,1111111111111011111011111111111111111111111101111111111111111111111110111111111111101101111111111011
+9,92,2,92,1111111101111011111111111111111111101111110101111111111111111111111111111111101111101101111111111111
+9,92,3,91,1111111111111011111011011111111111111011111101011111111111111110111111111111111111101101111111111111
+9,92,4,89,1111111111111011111101111111111111111111111101111101110111111111011110111101110111101101111111111111
+9,92,5,94,1111111111111011111101111111111111111111111101101111111111111111111111111111111111110101111111111111
+9,92,6,93,1111111111111011111101111111111111111111111101101111110111111111111111111111110111111101111111111111
+9,92,7,93,1111111111111011111101111101111111111111111101111111110110111111111111111111111111111101111111111111
+9,92,8,91,1111111111111011111011111111111111111111111101111111111111111111101100111111111111101101111111111011
+9,92,9,94,1111111111111011110011111111111111111111111101111111111111111111111111111111111111110101111111111111
+9,92,10,93,1111111111111011110011111111111111111111111101111111111111111111111101111111111111101101111111111111
+9,92,11,94,1111111111111011111111111111111011111111111101111111111111111111111110111111101111111101111111111111
+9,92,12,91,1111111111111011111101111111111111111111111101011111111111111111111110111111111111100101111111111011
+9,92,13,94,1111111111111011111111111111111111111111111101111111111111111111111111111011111111111101111011111011
+9,92,14,93,1111111111111011110111111111111111111111111101111111111111111111111110111111101111101101111111111111
+9,92,15,93,1111111111111011111011111111110111111111111001111111111111111111111101111111111111111101111111111111
+9,92,16,91,1111111111111010111011111111111111111111111101111111111111110111111110111111110111101101111111111111
+9,92,17,93,1111111111111011111101111011111111111111111101111111111111111111111111111111111111100101111111111111
+9,92,18,95,1111111111111011111111111111111111111111111101111111111111111111111110111111111111101101111111111111
+9,93,0,93,1111111111111011111011111111111111111111111101111111111111111111110111111111111101111101111111111110
+9,93,1,89,1111111111111011111101110011110111111111111001111101111111111111111101111111111111101101111111111111
+9,93,2,91,1111111111111011111011111111111111111111111101111111111111111111101110111111111111101101111111110011
+9,93,3,92,1111111111111011111011111111111111111111111101111111111111111111111100111111111111101101111111111011
+9,93,4,92,1111101111111011111101111111111111111111111101101111111110111111111111111111111111111101101111111111
+9,93,5,92,1111111111111011111101111101111111111111111101111111110111111111111111110111111111110101111111111111
+9,93,6,91,1111111111111011111111011111111111101011111101111111111111111110111110111111111111101101111111111111
+9,93,7,94,1111111111111011111011111111111111111111111101011111111111111111111111111111111111101101111111111111
+9,93,8,90,1111111111101011111101111111111111111111111101101111111111111111111111111011110111111101111011111011
+9,93,9,96,1111111111111011111111111111111111111111111101111111110111111111111111111111111111111101111111111111
+9,93,10,91,1111111111111011110101111111111111111111111101101111111111111111111110111111101111110101111111111111
+9,93,11,93,1111111111111011111111111111111111111111111101111111111011111111111011111111111011101101111111111111
+9,93,12,92,1111111111111011111011111111111111111111111001111111111111111111111101111111111111100101111111111111
+9,93,13,94,1111111111111011111111111111110111111111111101111111111111111111111110111111111111111101111111111101
+9,93,14,93,1111111111111011111101111111111111111111111101101111111111111111111111111111110111110101111111111111
+9,93,15,94,1111111111111011111101111111111111111111111101101111110111111111111111111111111111111101111111111111
+9,93,16,94,1111111111111011111011111111111111111111111101111111111111111111111111111111111111110101111011111111
+9,93,17,92,1110111111111011110111111011111111111111111101111111111111111111111111111011111111111101111111111011
+9,93,18,93,1111111111111011110011111111111111111111111101111111111111111111111111111111111111110101111111111011
+9,94,0,94,1111111111111011111111111111110111111111111101111111110111111111110111111111111111111101111111111111
+9,94,1,90,1111111111111011111101110011111111111111111001111101111111111111111101111111111111101101111111111111
+9,94,2,92,1111111111111011110011111111111111111111111101111111111011111111111111111111111011111101111011111111
+9,94,3,92,1111111111111011111111111111111111111111111101111111111101111111111011111111111111100101111111111011
+9,94,4,93,1111111111111011110011111111111111111111111101111111111111111111111111111111111011111101111111111011
+9,94,5,95,1111111111111011111111111111111111111111111101111111110111111111111111111111111111110101111111111111
+9,94,6,92,1111101111111011111101111111111111111111111101101111111111111111111111111111111111111101100111111111
+9,94,7,91,1111111111111011111111111111111111111111111101111111111010111111111011111101111011101101111111111111
+9,94,8,93,1111111111111011111001111101111111111111111101111111111111111111111111110111111111110111111111111111
+9,94,9,94,1111111111111011111111111111111111111111111101011111110111111111111111111111111111101101111111111111
+9,94,10,93,1111111111111011111111111111111111111111111101111111111011111111111011111111111011101101111111111111
+9,94,11,93,1111111111111011111011111111111111111011111101011111111111111111111111111111111111101101111111111111
+9,94,12,89,1111111111111011111001111101111111111111111101111111110111111111111111110111111111110001111111111011
+9,94,13,91,1111111111111001110111111111111111111111111101111111011111111111111011111111111111110101111011111111
+9,94,14,94,1111111111111011111111111111110111111111111101111111110111111111111111111111111111111101111011111111
+9,94,15,95,1111111111111011111011111111111111111111111101111111111111111111111111111111111111110101111111111111
+9,94,16,94,1111111111111011111111111111111111111111111101111111110111111111110111111111111111111101111111111110
+9,94,17,93,1111111111111011111011111111111111111111111101111111111111011111110111111111111101111101111111111111
+9,94,18,92,1111111111111011111011111111110111111111111101111111111111111111111110111111111111101101111111111101
+9,95,0,94,1111111111111011111111111111111111111111111101111111111111111111111110101111111111111101111111111101
+9,95,1,93,1111111111111011111001111101111111111110111101111111111111111111111111111111111111110111111111111111
+9,95,2,92,1111111111111011111111111111111111111111111101111111111011111111111011111110111011101101111111111111
+9,95,3,92,1111111111111011111111111111111111111111111101111111011011111111111011111111111011101101111111111111
+9,95,4,93,1111111111111011111011111111111111111111111101111111111111011111111110111111111111111101111111111101
+9,95,5,91,1111111111111011111011111111110111111111111101111111111101111111110111111111111101101101111111111111
+9,95,6,93,1111111111110011111111111111110111111111111101111111110111111111111111111111111111111101111110111111
+9,95,7,93,1111111111111011111111111111110111111111111101111111110111111111110111111111111111111101111011111111
+9,95,8,95,1111111111111011111111111111111111111111111101111111111111111111111111111111111011111101111111111011
+9,95,9,92,1111111111111011110011111111110111111111111101111111110111111111110111111111111111111101111111111111
+9,95,10,93,1111111111111011110011111111111111111111111101111111111111111111111111111111111011111111111011111011
+9,95,11,94,1110111111111011111111111111110111111111111101111111110111111111111111111111111111111101111111111111
+9,95,12,92,1111111111111011111111111111111111111111111101010111110111111111110111111111111111101101111111111111
+9,95,13,94,1111111111111011111111111111110111111111111101111111110111111111111111111111111111111101111111011111
+9,95,14,93,1111111111111011111011111111111111111011111101011111111111111111111111111111111111101101111111111111
+9,95,15,92,1111111111111011111111111111111111111111111101011111110111111111111111101111111011101101111111111111
+9,95,16,91,1111111111111010110011111111110111111111111101111111111011111111111111111111111111101101111111111111
+9,95,17,91,1111111111111011110001111111111111111111111101111111111111111111111110111111111011111101111011111111
+9,95,18,93,1111111111111011111111110011111111111111111001111111111111111111111111111111111111101101111111111111
+9,96,0,90,1111111111111011111011011111111011111111111101111111111111011111111110111111111111111101111111111001
+9,96,1,92,1111111111111011111111111111111111111111111101111111111011111111111011111110111011101101111111111111
+9,96,2,92,1111111111111011110011111101111111111111111101111111111111111111111111111111111111110111111011111011
+9,96,3,94,1111111111111011111001111111111111111110111101111111111111111111111111111111111011111111111111111111
+9,96,4,93,1111101111111011111101111111110111111111111101111111110111111111111111111111111111111101111111111111
+9,96,5,91,1110111111111010111111111111110111111111111101111111110111111111111101111111111111111101111110111111
+9,96,6,92,1111111111111011111111111111111111111111111101111111110111111111111011111111111111101001111110111111
+9,96,7,91,1111111111110011111111111111110111111111111101101111111011111111111111111110111011111101111111111111
+9,96,8,91,1111111111111011111111110011111111111110111001111111111111111111111111111111111111001101111111111111
+9,96,9,93,1111111111111011111001111101111111111111111101111111111111111111111011111111111111110111111111111111
+9,96,10,92,1111111111111011111001111111111111111111111101111111111111011111111110111111111111111101111111111101
+9,96,11,94,1111111111111011111111111111111111111111111101111111111111111111111110101111111111111101111111111101
+9,96,12,93,1111111111101011111111111111111111111111111101111111110111111111111111111111111011111101111111111011
+9,96,13,95,1110111111111011111111111111110111111111111101111111111111111111111111111111111111111101111111111111
+9,96,14,91,1111111111111011111111111111110111111111111101110111110111111111111111111111111111101100111110111111
+9,96,15,92,1111111111110011111111111110111111111111111101011111110111111111110111111111111111111101111111111111
+9,96,16,93,1111111111111011111011111111110111111111111101111111110111111111111111111111111111111101111111011111
+9,96,17,91,1111111111111011111111111111111111111011111101110111111111011111111110111111111111111101111111101101
+9,96,18,94,1111111111111011110111111111111111111111111101110111111111111111111111111111111011111111111011111111
+9,97,0,91,1110111111110011111111111111110111111111110101111111111011111111110111111111111111111101111111111111
+9,97,1,93,1111111111111011111111111110111111111111111101011111110111111111111111111111111111111101111101111111
+9,97,2,89,1111111111111011111011111111111111111111111101111111110111111110111010111111111111101001111110111111
+9,97,3,92,1111111111111011111101111111111111111111111001111111111111011111111111111111111111111101111111101101
+9,97,4,91,1110111111111011111111111111111111111111111101111111110111111011111011111111111111101001111111111111
+9,97,5,94,1111111111111011111111111111110111111111111101111111111111111111111111111111111111101101111110111111
+9,97,6,93,1111111111111011111111111111111111111111111101111111111111011111111110101111111111111101111111111101
+9,97,7,91,1111111011111011111001111111110111111111111101111111111111111111111110111111111111111101111111111101
+9,97,8,92,1111111111111011111001111111111111111111111101111111111111011111111011111111111111110111111111111101
+9,97,9,92,1111111111111011111001111101111111111111111101111111111111111111111110111111111110111101111111111111
+9,97,10,93,1111111111111011111001111111111111111111111101111111111111111111110011111111111011111111111111111111
+9,97,11,91,1011111101111011111001111101111111111110111101111111111111111111111111111111111111110111111111111111
+9,97,12,91,1111111111111011111001111111111111111111111101111111111111001111111110111111111111111101111111111101
+9,97,13,90,1111111111111011100011111101111111111111111101111111111111110111111111111111111111110111111011111011
+9,97,14,93,1111111111101011111011111111111111111111111101111111110111111111111111111111111111111101111111011111
+9,97,15,91,1111111111111011111111111111110111111111111101111111110111111111111110111111111011111101111110111011
+9,97,16,93,1111111111111011111011011111111111111111111101111111111111111111111110111111111111110111111111111101
+9,97,17,89,1111111111111011110001111101111111111111111101111111111111011111111111111111111111111101101011111011
+9,97,18,91,1111111111111011111001111111111111111111111101111111110111111111111010111111111111101101111111111111
+9,98,0,89,1111111111111011111011011111111111111111111001111111111111111111111110111111111101110001111111111101
+9,98,1,94,1111111111111011111101111111111111111111111101111111111111011111111111111111111111111111111111101101
+9,98,2,94,1111111111111011111111111111111111111111111101111111111111111111111111111111111111101101111110111101
+9,98,3,91,1110111111111011111111111110110111111111111101011111110111111111111111111111111111111101111101111111
+9,98,4,93,1111111011111011111101111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,98,5,91,1111111111101011111011111111111111111111111001111111110111011111111111111111111111111101111111011111
+9,98,6,92,1111111111101011111001111101111111111111111101111111111111111111111111111111111110111101111111111111
+9,98,7,92,1111111111111011111011111111111111111111111101111111110111111111111110111111111111111101111111011110
+9,98,8,92,1111111111111011111111111111111111111111111001111111111111011111111110111111111111111101111111101101
+9,98,9,93,1111111111111011111101111111111111111111111101111111111111011111111111101111111111111101111111111101
+9,98,10,90,1111111111111011111111111111111111111111111101111111110111011111111010101111111111101101111111111101
+9,98,11,93,1111111111111011111001111111111111111111111101111111111111111111111110111111111111101101111111111111
+9,98,12,91,1111111111111011111101111111111111111111111001111111110011111111111111111111111111111101111111101101
+9,98,13,89,1110111111111011111111111111111011111111111101111111111111011011111011111111111111101001111111111110
+9,98,14,91,1111111111111011111001111111111111111111111101011111110111111111110011111111111011111111111111111111
+9,98,15,94,1111111111111011111111111110111111011111111101111111111111111111111111111111111111111101111101111111
+9,98,16,94,1111111111111011111111111111111111111111111101111111111111011111111111101111111111110101111111111111
+9,98,17,89,1011111101111011111001111101111111111110111101011111111111111111111110111111111111111111111111111101
+9,98,18,91,1111111111101011111001111111111111111111111101111111110111011111111111111111110111111111111111011111
+9,99,0,89,1111011111101011111111111111111111111111111001111111110111011111111110111111111111111101111111001111
+9,99,1,92,1111111011111011111001111111111111111111111101111111111111011111111111111111110111111111111111111101
+9,99,2,92,1111111111111011111111111111111111111111111001111111110011111111111110111111111111111101111111101111
+9,99,3,90,1111111111111011111001111111111111111111111101111111110111101111111111111111111111111101111111011100
+9,99,4,93,1111111111111001111101111111111111111111111101111111111111011111111111101111111111111101111111111111
+9,99,5,92,1111111111111011111111111111111111111111111101111111110111011111111111101111111111110101111111111101
+9,99,6,95,1111111111111011111011111111111111111111111101111111111111111111111110111111111111111111110111111111
+9,99,7,89,1111111111111011111101111111111111111111111101111111110111011111111111111111111111111101011111001100
+9,99,8,91,1110111111111011111101111110111111111111111101011111110111111111111111111111111111101101111111111111
+9,99,9,92,1111111111111011111011111111110111111111111101111111111111111111111110111110111111111101111101111111
+9,99,10,92,1111111111111010111101111111111111111110111101111111111111011111111111101111111111111111111111111101
+9,99,11,91,1011111111111011111001111101111111111111111101011111111111111111111110111111111111111111111111111101
+9,99,12,91,1111111111111011111011111111111111011111111101111111110111111111111110111111111111111101111111011110
+9,99,13,92,1111111111111011111111100110111111111011111101111111111111111111111111111111111111111101111101111111
+9,99,14,93,1111111111111011111001111101111111111111111101111110111111111111111111111111111111111101111111111111
+9,99,15,91,1111111111101011111001111111111111111111111101111111111111111111111110111111111110101101111111111111
+9,99,16,93,1111111011111011111101111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,99,17,93,1111111011111011111101111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,99,18,93,1111111011111011111101111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,100,0,91,1110111111111011111011111111111111111111111101111111111111111111111110111111111110101111110111111011
+9,100,1,91,1111111111001011111001111111111111111111111101111111011111111111111110111111111111111101111111111111
+9,100,2,91,1111111011111011111101111111111111111111111101111111111111011111111111111111111111110101111111101101
+9,100,3,94,1111111111111011111111111111111111111111111101111111110111111111111111101111111111111101111111111101
+9,100,4,92,1111111011111011111001111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,100,5,90,1111111111111011111101111111111111111111111101111111110111101111111111111111111101111101111111011100
+9,100,6,91,1111111111111011111101111111111111111111111101101111111111111111110111111111111111011101111111101101
+9,100,7,94,1111111011111011111111111111111111111111111101111111111111111101111111111111111111111101111111111101
+9,100,8,94,1111111111111001111001111111111111111111111101111111111111111111111111111111111111111101111111111111
+9,100,9,92,1111111111111011111101111101011111111111111111111110111111011111111111101111111111111101111111111111
+9,100,10,90,1111111111111011111111111111110111111111111001111111110011111111111110111110111111111101111111101111
+9,100,11,93,1111111111111011111011111011111111111111111101111111111111111111111110111111111111111101111101111111
+9,100,12,94,1111111111111011111011111111111111111111111101111111111111111111111110111111111111110111110111111111
+9,100,13,90,1111111111111011111111111111111101111111111101111111110111001111101111101111111111111101111111111101
+9,100,14,94,1111111111110011111011111110111111111111111101111111111111111111111110111111111111111111111111111111
+9,100,15,94,1111111111111011111111111111111111111111111101101111111111111111111111111111111111111101110111111101
+9,100,16,92,1111111111111001111101111111111111111111111101111111111111011111111111101111111111111101111101111111
+9,100,17,92,1111111011101011111101111111111111111111111101111111111111111111111111111111111111111101111111101101
+9,100,18,91,1111111011111011111101111110111111111111011101111111111111111011111111111111111111111101111111111101
diff --git a/Metaheuristics/BinaryAntColonyAlgoritm.cpp b/Metaheuristics/BinaryAntColonyAlgoritm.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..2c874ed53336001abecc0dc25d17a6dfd4b613a6
--- /dev/null
+++ b/Metaheuristics/BinaryAntColonyAlgoritm.cpp
@@ -0,0 +1,80 @@
+#include "BinaryAntColonyAlgoritm.h"
+#include <algorithm>
+#include <limits>
+#include <functional>
+#include <numeric>
+#include <iostream>
+BinaryAntColonyOptimization::BinaryAntColonyOptimization(std::ostream& outstream, int iteration, int population, double vaporization, double resetThreshold):
+	maxIteration(std::max(iteration, 1)), amountOfPopulation(std::max(1, population)), vaporization(std::clamp(vaporization, 0.0, 1.0)), 
+	resetThreshold(std::clamp(resetThreshold, 0.0, 1.0)), BinaryHeuristic(outstream)
+{
+
+}
+Solution BinaryAntColonyOptimization::execute(int rounds, int n, std::function<double(const std::vector<bool>&)> objectiveFunction, ObjectiveFunctionGoal goal)
+{
+	outstream << "Iteration,populationNumber,objectiveFunction,binary,convergenceFactor" << std::endl;
+	std::function<bool(double, double)> op = getOperatorFromGoal(goal);
+	Solution bestFound;
+	bestFound.objectiveFunctionValue = (goal == ObjectiveFunctionGoal::min) ? std::numeric_limits<double>::max() : std::numeric_limits<double>::min();
+	
+
+	for (int r = 0; r < rounds; r++) {
+		Solution bestFoundInRun;
+		//init with Worst Value
+		bestFoundInRun.objectiveFunctionValue = (goal == ObjectiveFunctionGoal::min) ? std::numeric_limits<double>::max() : std::numeric_limits<double>::min();
+		//Init Pheromons with 0.5
+		std::vector<double> pheromons(n);
+		std::fill(pheromons.begin(), pheromons.end(), 0.5);
+
+		std::vector<Solution> population(amountOfPopulation);
+		for (int i = 0; i < maxIteration; i++) {
+			//Geneartion Population
+			for (Solution& sol : population) {
+				std::vector<bool> bitstring(n);
+				std::transform(pheromons.begin(), pheromons.end(), bitstring.begin(),
+					[this](double pheromon)->bool {return rand.doubleRandom() < pheromon; });
+				sol.bitstring = bitstring;
+				sol.objectiveFunctionValue = objectiveFunction(sol.bitstring);
+				//UpdateBest
+				if (op(sol.objectiveFunctionValue, bestFoundInRun.objectiveFunctionValue)) {
+					bestFoundInRun = sol;
+				}
+			}
+			//Reset
+			double convergenceFactor = calculateConvergenceFactor(pheromons);
+			if (convergenceFactor >= resetThreshold) {
+				std::fill(pheromons.begin(), pheromons.end(), 0.5);
+			}
+			for (int k = 0; k < population.size() - 1; k++) {
+				outstream << r << ","  << i << "," << k << "," << population[k].objectiveFunctionValue << ","
+					<< population[k].bitstringToStdString() << "," << convergenceFactor << std::endl;
+			}
+			//UpdatePheromons
+			std::cout << "BestFound:" << bestFoundInRun.bitstringToStdString() << " with value:" << bestFoundInRun.objectiveFunctionValue << " cF:" << convergenceFactor << std::endl;
+			for (int bit = 0; bit < n; bit++) {
+				bool bestDecision = bestFoundInRun.bitstring[bit];
+				pheromons[bit] = (1.0 - vaporization) * pheromons[bit] + (bestDecision ? vaporization : 0.0);
+			}
+
+		}
+		//update best run
+		if (op(bestFoundInRun.objectiveFunctionValue, bestFound.objectiveFunctionValue)) {
+			bestFound = bestFoundInRun;
+		}
+	}
+	
+
+	return bestFound;
+}
+
+
+
+
+
+
+double BinaryAntColonyOptimization::calculateConvergenceFactor(std::vector<double> pheromons)
+{
+	//Sums the proportion to the marginal values
+	double sum = std::transform_reduce(pheromons.begin(), pheromons.end(), 0.0, std::plus<double>(), [](double value) {return std::abs(2*value - 1.0);});
+	return sum/(double)pheromons.size();
+}
diff --git a/Metaheuristics/BinaryAntColonyAlgoritm.h b/Metaheuristics/BinaryAntColonyAlgoritm.h
new file mode 100644
index 0000000000000000000000000000000000000000..20cd44b3525cf7287e0527554e2271955d6a717d
--- /dev/null
+++ b/Metaheuristics/BinaryAntColonyAlgoritm.h
@@ -0,0 +1,31 @@
+#pragma once
+#include "ObjectiveFunction.h"
+#include "BinaryHeuristic.h"
+#include "Random.h"
+#include <ostream>
+#include <functional>
+
+class BinaryAntColonyOptimization;
+typedef BinaryAntColonyOptimization Baco;
+
+
+
+
+
+class BinaryAntColonyOptimization : BinaryHeuristic
+{
+public:
+	BinaryAntColonyOptimization(std::ostream& outstream, int iteration, int population, double vaporization = 0.3, double resetThreshold = 0.99);
+	Solution execute(int round, int n, std::function<double(const std::vector<bool>&)> objectiveFunction, ObjectiveFunctionGoal goal) override;
+protected:
+
+private:
+	//Params:
+	int maxIteration;
+	int amountOfPopulation;
+	double vaporization;
+	double resetThreshold;
+	//Methods 
+	double calculateConvergenceFactor(std::vector<double> pheromons);
+};
+
diff --git a/Metaheuristics/BinaryHeuristic.cpp b/Metaheuristics/BinaryHeuristic.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..5bce034813a91eb2c03d49cf4f086fe31ff0acfd
--- /dev/null
+++ b/Metaheuristics/BinaryHeuristic.cpp
@@ -0,0 +1,18 @@
+#include "BinaryHeuristic.h"
+
+BinaryHeuristic::BinaryHeuristic(std::ostream& outstream):
+outstream(outstream)
+{
+
+}
+
+std::function<bool(double, double)> BinaryHeuristic::getOperatorFromGoal(ObjectiveFunctionGoal goal)
+{
+	switch (goal) {
+	case ObjectiveFunctionGoal::min:
+		return std::less<double>();
+	case ObjectiveFunctionGoal::max:
+	default:
+		return std::greater<double>();
+	}
+}
diff --git a/Metaheuristics/BinaryHeuristic.h b/Metaheuristics/BinaryHeuristic.h
new file mode 100644
index 0000000000000000000000000000000000000000..67f9498ccee47ed186d45161f64737be20c383b6
--- /dev/null
+++ b/Metaheuristics/BinaryHeuristic.h
@@ -0,0 +1,21 @@
+#pragma once
+#include "ObjectiveFunction.h"
+#include <functional>
+#include <ostream>
+#include "Random.h"
+
+class BinaryHeuristic
+{
+public:
+	BinaryHeuristic(std::ostream& outstream);
+	enum class ObjectiveFunctionGoal { min, max };
+	virtual Solution execute(int rounds, int n, std::function<double(const std::vector<bool>&)> objectiveFunction, ObjectiveFunctionGoal goal) = 0;
+protected:
+	//Interfaces
+	PseudoRandom rand;
+	std::ostream& outstream;
+	std::function<bool(double, double)> getOperatorFromGoal(ObjectiveFunctionGoal goal);
+private:
+	
+};
+
diff --git a/Metaheuristics/GeneticAlgorithm.cpp b/Metaheuristics/GeneticAlgorithm.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..4192c676009f23dda1b253e269b0d21ed870b3b8
--- /dev/null
+++ b/Metaheuristics/GeneticAlgorithm.cpp
@@ -0,0 +1,100 @@
+#include "GeneticAlgorithm.h"
+#include <iostream>
+
+GeneticAlgorithm::GeneticAlgorithm(std::ostream& outstream, int iteration, int population, double mutateProbability, double swapProbability, double tournamentSize):
+	iteration(iteration), populationSize(population), mutateProbability(mutateProbability), swapProbability(swapProbability), tournamentSize(tournamentSize), BinaryHeuristic(outstream)
+{
+}
+
+Solution GeneticAlgorithm::execute(int rounds, int n, std::function<double(const std::vector<bool>&)> objectiveFunction, ObjectiveFunctionGoal goal)
+{
+	outstream << "round,iteration,populationNumber,objectiveFunction,binary" << std::endl;
+	std::function<bool(double, double)> op = getOperatorFromGoal(goal);
+	Solution bestFound;
+	//init with Worst Value
+	bestFound.objectiveFunctionValue = (goal == ObjectiveFunctionGoal::min) ? std::numeric_limits<double>::max() : std::numeric_limits<double>::min();
+	for (int r = 0; r < rounds; r++) {
+		Solution bestFoundInRun;
+		//init with Worst Value
+		bestFoundInRun.objectiveFunctionValue = (goal == ObjectiveFunctionGoal::min) ? std::numeric_limits<double>::max() : std::numeric_limits<double>::min();
+		//Init populattion
+		std::vector<Solution> population(populationSize);
+		std::vector<Solution> childList(populationSize);
+		for (Solution& sol : population) {
+			std::vector<bool> bitstring(n);
+			std::generate(bitstring.begin(), bitstring.end(), [this]() {return rand.doubleRandom() < 0.5; });
+			sol.bitstring = bitstring;
+		}
+
+		for (int i = 0; i < iteration; i++) {
+			//Evaluate
+			for (Solution& sol : population) {
+				sol.objectiveFunctionValue = objectiveFunction(sol.bitstring);
+				//UpdateBest
+				if (op(sol.objectiveFunctionValue, bestFoundInRun.objectiveFunctionValue)) {
+					bestFoundInRun = sol;
+				}
+			}
+			for (int k = 0; k < population.size() - 1; k++) {
+				outstream << r << "," << i << "," << k << "," << population[k].objectiveFunctionValue << ","
+					<< population[k].bitstringToStdString() << std::endl;
+			}
+			//GenerateChildren
+			for (int k = 0; k < populationSize / 2; k++) {
+				childList[2 * k] = selectAParent(population, op);
+				childList[2 * k + 1] = selectAParent(population, op);
+				crossover(childList[2 * k], childList[2 * k + 1]);
+				mutate(childList[2 * k]);
+				mutate(childList[2 * k + 1]);
+			}
+			//Exchange generations
+			std::swap(population, childList);
+			std::cout << "BestFound:" << bestFoundInRun.bitstringToStdString() << " with value:" << bestFoundInRun.objectiveFunctionValue << std::endl;
+		}
+		//update best run
+		if (op(bestFoundInRun.objectiveFunctionValue, bestFound.objectiveFunctionValue)) {
+			bestFound = bestFoundInRun;
+		}
+	}
+	
+	return bestFound;
+}
+
+Solution& GeneticAlgorithm::selectAParent(std::vector<Solution>& population, std::function<bool(double, double)> op)
+{
+	Solution* tournamentBest = &population[rand.randomIntegerInRange(0, populationSize)];
+	double participants;
+	for (participants = tournamentSize; participants >= 2; participants -= 1.0) {
+		Solution& next = population[rand.randomIntegerInRange(0, populationSize)];
+		if (op(next.objectiveFunctionValue,tournamentBest->objectiveFunctionValue)) tournamentBest = &next;
+	}
+	//if decimal participant stays in tournament its a chance to play another
+	if (participants > 1) {
+		if (rand.doubleRandom() < participants - 1.0) {
+			Solution& next = population[rand.randomIntegerInRange(0, populationSize)];
+			if (op(next.objectiveFunctionValue, tournamentBest->objectiveFunctionValue)) tournamentBest = &next;
+		}
+	}
+	return *tournamentBest;
+}
+
+void GeneticAlgorithm::crossover(Solution& parentA, Solution& parentB)
+{
+	std::vector<bool>::iterator iterA= parentA.bitstring.begin();
+	std::vector<bool>::iterator iterB= parentB.bitstring.begin();
+	for (int i = 0; i < parentA.bitstring.size(); i++) {
+		if (rand.doubleRandom() <= swapProbability) {
+			//Swap 
+			std::iter_swap(iterA, iterB);
+		}
+		iterA++;
+		iterB++;
+	}
+}
+
+void GeneticAlgorithm::mutate(Solution& individual)
+{
+	std::transform(individual.bitstring.begin(), individual.bitstring.end(), individual.bitstring.begin(), [this](bool bit) {
+		return (rand.doubleRandom() < mutateProbability) ? !bit : bit;
+	});
+}
diff --git a/Metaheuristics/GeneticAlgorithm.h b/Metaheuristics/GeneticAlgorithm.h
new file mode 100644
index 0000000000000000000000000000000000000000..bad73988ced27769100c9a653011cf260e02e321
--- /dev/null
+++ b/Metaheuristics/GeneticAlgorithm.h
@@ -0,0 +1,25 @@
+#pragma once
+#include "ObjectiveFunction.h"
+#include "BinaryHeuristic.h"
+#include <ostream>
+
+
+class GeneticAlgorithm : BinaryHeuristic
+{
+public:
+	GeneticAlgorithm(std::ostream& outstream, int iteration, int population, double mutateProbability = 0.01, double swapProbability = 0.5, double tournamentSize = 2.0);
+	Solution execute(int round, int n, std::function<double(const std::vector<bool>&)> objectiveFunction, ObjectiveFunctionGoal goal) override;
+protected:
+private:
+	//params:
+	int iteration;
+	int populationSize;
+	double mutateProbability;
+	double swapProbability;
+	double tournamentSize;
+	//methods:
+	Solution& selectAParent(std::vector<Solution>& population, std::function<bool(double, double)> op);
+	void crossover(Solution& childA, Solution& childB);
+	void mutate(Solution& individual);
+};
+
diff --git a/Metaheuristics/Metaheuristics.cpp b/Metaheuristics/Metaheuristics.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..3f7986e590f034c3fa9e941001166e057212b583
--- /dev/null
+++ b/Metaheuristics/Metaheuristics.cpp
@@ -0,0 +1,114 @@
+// Metaheuristics.cpp : This file contains the 'main' function. Program execution begins and ends there.
+//
+
+#include <iostream>
+#include <vector>
+#include <string>
+#include <thread>
+#include <chrono>
+#include <random>
+#include "ObjectiveFunction.h"
+#include "BinaryAntColonyAlgoritm.h"
+#include "GeneticAlgorithm.h"
+#include <fstream>
+#include <functional>
+#include <algorithm>
+#include <iterator>
+
+
+void onemax() {
+    std::fstream file("01.csv", std::ios::out);
+    if (!file.is_open()) {
+        std::cout << "Cant open file";
+    }
+    objective::OneMax onemax(100, 1);
+    auto f = std::bind(&objective::OneMax::function, &onemax, std::placeholders::_1);
+
+
+    ///*Baco instance with parameter: iteration, population, vaporization, resetThreshhold, ostream*/
+    //Baco instance(file, 1000, 100, 0.05, 0.99);
+    /*GeneticAlgorithm instance with parameter: iteration, population, mutateProbability, swapProbability, tournamentsize*/
+    GeneticAlgorithm instance(file, 101, 20, 0.1, 0.7, 2.0);
+    Solution sol = instance.execute(10, 100, f, BinaryHeuristic::ObjectiveFunctionGoal::max);
+    std::cout << "Value: " << sol.objectiveFunctionValue << std::endl;
+    file.close();
+}
+void knapsack() {
+    std::fstream file("knapsack2.csv", std::ios::out);
+    if (!file.is_open()) {
+        std::cout << "Cant open file";
+    }
+    /*GeneticAlgorithm instance with parameter: iteration, population, mutateProbability, swapProbability, tournamentsize*/
+    GeneticAlgorithm instance(file, 100, 100, 0.005, 0.5, 5.0);
+
+    //Generate Problem
+    objective::KnapsackProblem knapsack(275.0, 2000);
+    //generate Items
+    double value = 5;
+    double weight = 0;
+    for (int i = 0; i < 100; i++) {
+        if (i % 10 == 0) {
+            value++;
+            weight++;
+        }
+        objective::Item item;
+        item.value = value;
+        item.weight = weight;
+        knapsack.itemVec.push_back(item);
+    }
+    //Bind as callable object
+    auto f1 = std::bind(&objective::KnapsackProblem::function, &knapsack, std::placeholders::_1);
+    std::chrono::high_resolution_clock::time_point start = std::chrono::high_resolution_clock::now();
+    Solution sol = instance.execute(1, 100, f1, BinaryHeuristic::ObjectiveFunctionGoal::max);
+    std::cout << "Value: " << sol.objectiveFunctionValue << std::endl;
+    std::chrono::high_resolution_clock::time_point endPoint = std::chrono::high_resolution_clock::now();
+    std::chrono::milliseconds time = std::chrono::duration_cast<std::chrono::milliseconds>(endPoint - start);
+    std::cout << "Time: " << time.count() << "ms";
+    file.close();
+}
+
+void knapsack2() {
+    std::fstream file("onemaxtrigger.csv", std::ios::out);
+    if (!file.is_open()) {
+        std::cout << "Cant open file";
+    }
+    /*GeneticAlgorithm instance with parameter: iteration, population, mutateProbability, swapProbability, tournamentsize*/
+    GeneticAlgorithm instance(file, 100, 20, 0.01, 0.6, 7);
+    /*Baco instance with parameter : iteration, population, vaporization, resetThreshhold, ostream */
+    //Baco instance(file, 1000, 20, 0.10, 0.999);
+    //Generate Problem
+    objective::KnapsackProblem knapsack(275.0, 2000);
+    //generate Items
+    double value = 5;
+    double weight = 0;
+    for (int i = 1; i < 99; i++) {
+        objective::Item item;
+        bool trigger = false;
+        //item.value = normal_pdf(i/100.0, 0.5, 0.5) * 10.0 * (trigger? 0:1);
+
+        //std::cout << item.value << " ";
+        item.weight = weight;
+        knapsack.itemVec.push_back(item);
+    }
+    //Bind as callable object
+    auto f1 = std::bind(&objective::KnapsackProblem::function, &knapsack, std::placeholders::_1);
+    Solution sol = instance.execute(10, 100, objective::onemaxTrigger, BinaryHeuristic::ObjectiveFunctionGoal::max);
+    std::cout << "Value: " << sol.objectiveFunctionValue << std::endl;
+    file.close();
+}
+
+int main()
+{
+    knapsack();
+    return 0;
+}
+// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
+// Debug program: F5 or Debug > Start Debugging menu
+
+// Tips for Getting Started: 
+//   1. Use the Solution Explorer window to add/manage files
+//   2. Use the Team Explorer window to connect to source control
+//   3. Use the Output window to see build output and other messages
+//   4. Use the Error List window to view errors
+//   5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
+//   6. In the future, to open this project again, go to File > Open > Project and select the .sln file
diff --git a/Metaheuristics/Metaheuristics.vcxproj b/Metaheuristics/Metaheuristics.vcxproj
new file mode 100644
index 0000000000000000000000000000000000000000..b85e7d671e08509ed26c461a9544b3cc89d399d0
--- /dev/null
+++ b/Metaheuristics/Metaheuristics.vcxproj
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <VCProjectVersion>16.0</VCProjectVersion>
+    <ProjectGuid>{5C72CD50-6274-4B64-93B1-68DC780190ED}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>Metaheuristics</RootNamespace>
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="Shared">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+      <LanguageStandard>stdcpp17</LanguageStandard>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+      <LanguageStandard>stdcpp17</LanguageStandard>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="BinaryAntColonyAlgoritm.cpp" />
+    <ClCompile Include="BinaryHeuristic.cpp" />
+    <ClCompile Include="GeneticAlgorithm.cpp" />
+    <ClCompile Include="Metaheuristics.cpp" />
+    <ClCompile Include="ObjectiveFunction.cpp" />
+    <ClCompile Include="Random.cpp" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="BinaryAntColonyAlgoritm.h" />
+    <ClInclude Include="BinaryHeuristic.h" />
+    <ClInclude Include="GeneticAlgorithm.h" />
+    <ClInclude Include="ObjectiveFunction.h" />
+    <ClInclude Include="Random.h" />
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/Metaheuristics/Metaheuristics.vcxproj.filters b/Metaheuristics/Metaheuristics.vcxproj.filters
new file mode 100644
index 0000000000000000000000000000000000000000..b69ef430c92d5fdd1ec449a1ec360adf70b97010
--- /dev/null
+++ b/Metaheuristics/Metaheuristics.vcxproj.filters
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <Filter Include="Source Files">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="Header Files">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
+    </Filter>
+    <Filter Include="Resource Files">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="Metaheuristics.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="ObjectiveFunction.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="BinaryAntColonyAlgoritm.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="Random.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="GeneticAlgorithm.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="BinaryHeuristic.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="ObjectiveFunction.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="BinaryAntColonyAlgoritm.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="Random.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="GeneticAlgorithm.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="BinaryHeuristic.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/Metaheuristics/ObjectiveFunction.cpp b/Metaheuristics/ObjectiveFunction.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..111d607f46aa655879d6a23090980526e35ff814
--- /dev/null
+++ b/Metaheuristics/ObjectiveFunction.cpp
@@ -0,0 +1,120 @@
+#include "ObjectiveFunction.h"
+#include <algorithm>
+#include <iostream>
+
+double objective::onemaxLinear(const std::vector<bool>& bitstring)
+{
+	return (double)std::count(bitstring.begin(), bitstring.end(), true);
+}
+
+double objective::onemaxWithTrap(const std::vector<bool>& bitstring)
+{
+	int x = std::count(bitstring.begin(), bitstring.end(), true);
+	if (x < 70) {
+		return x;
+	}
+	else if (70 <= x && x < 80) {
+		return x;//70 + x*0.000000001;//return 140.0 - x;
+	}
+	else if (80 <= x && x < 90) {
+		return x;//70 + x*0.000000001;//return x - 20.0;
+	}
+	else {
+		return 3.0*x -200.0;
+	}
+
+	
+}
+float normal_pdf(float x, float m, float s)
+{
+	static const float inv_sqrt_2pi = 0.3989422804014327;
+	float a = (x - m) / s;
+
+	return inv_sqrt_2pi / s * std::exp(-0.5f * a * a);
+}
+double objective::onemaxTrigger(const std::vector<bool>& bitstring)
+{
+	if (bitstring.size() != 100) {
+		return 0;
+	}
+	double sum = 0;
+	if (bitstring[0]) sum += normal_pdf(0 / 100.0, 0.5, 0.5);
+	if (bitstring[99]) sum += normal_pdf(99 / 100.0, 0.5, 0.5);
+	for (int i = 1; i < 99; i++) {
+		bool trigger = bitstring[i-1] && bitstring[i] && bitstring[i+1];
+		if(bitstring[i]) sum += (1 - normal_pdf(i / 100.0, 0.5, 0.5)) * (trigger ? 0 : 1);
+	}
+	return sum;
+}
+
+
+
+
+
+
+Solution::Solution()
+{
+}
+
+Solution::Solution(std::vector<bool> bitstring, double objectiveFunctionValue):
+	bitstring(bitstring), objectiveFunctionValue(objectiveFunctionValue)
+{
+}
+
+std::string Solution::bitstringToStdString()
+{
+	std::string str(bitstring.size(), 0);
+	std::transform(bitstring.begin(), bitstring.end(), str.begin(),
+		[](bool b) -> char { return b?'1':'0'; });
+	return str;
+}
+
+objective::KnapsackProblem::KnapsackProblem(double weightLimit, double limitPenalty) : weightLimit(weightLimit), limitPenalty(limitPenalty)
+{
+}
+
+double objective::KnapsackProblem::function(const std::vector<bool>& bitstring)
+{
+	double value = 0, weight = 0;
+	int lastIndex = std::min(itemVec.size(), bitstring.size());
+	for (int i = 0; i < lastIndex; i++) {
+		if (bitstring[i]) {
+			value += itemVec[i].value;
+			weight += itemVec[i].weight;
+		}
+	}
+	if (weight < weightLimit) {
+		return value;
+	}
+	return -value;
+}
+
+objective::OneMax::OneMax(int n, int k): results(n+1)
+{
+	generateKStep(k);
+}
+
+void objective::OneMax::generateKStep(int step)
+{
+	std::cout << "Results:";
+	int result = 0;
+	for(int i = 0; i < results.size(); i++) {
+		results[i] = result;
+		if (i % step == 0) {
+			result++;
+		}
+		std::cout << result << " ";
+	}
+	std::cout << std::endl;
+}
+
+double objective::OneMax::function(const std::vector<bool>& bitstring)
+{
+	int x = std::count(bitstring.begin(), bitstring.end(), true);
+	if (x < results.size()) {
+		return results[x];
+	}
+	else {
+		return results[results.size() - 1];
+	}
+}
diff --git a/Metaheuristics/ObjectiveFunction.h b/Metaheuristics/ObjectiveFunction.h
new file mode 100644
index 0000000000000000000000000000000000000000..b110c851bf68de2e94bf60ae4cff186b321ecc11
--- /dev/null
+++ b/Metaheuristics/ObjectiveFunction.h
@@ -0,0 +1,42 @@
+#pragma once
+#include<vector>
+#include<string>
+
+
+
+struct Solution {
+    std::vector<bool> bitstring;
+    double objectiveFunctionValue;
+    Solution();
+    Solution(std::vector<bool> bitstring, double objectiveFunctionValue);
+    std::string bitstringToStdString();
+};
+namespace objective {
+	double onemaxLinear(const std::vector<bool>& bitstring);
+    double onemaxWithTrap(const std::vector<bool>& bitstring);
+    double onemaxTrigger(const std::vector<bool>& bitstring);
+    class OneMax{
+    public:
+        std::vector<int> results;
+        OneMax(int n, int k);
+        void generateKStep(int k);
+        double function(const std::vector<bool>&);
+    };
+    // 
+    struct Item {
+        double value;
+        double weight;
+    };
+    class KnapsackProblem {
+    public:
+        KnapsackProblem(double weightLimit,double limitPenalty);
+        // List of items that can be selected
+        std::vector<Item> itemVec;
+        // Limit of the maximum weight that will apply the penalty
+        double weightLimit;
+        // The penalty for exceeding the limit
+        double limitPenalty;
+        double function(const std::vector<bool>&);
+    };
+}
+
diff --git a/Metaheuristics/Random.cpp b/Metaheuristics/Random.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..2ffabede7668ab68a85efb603d000f49df4e2bde
--- /dev/null
+++ b/Metaheuristics/Random.cpp
@@ -0,0 +1,20 @@
+#include "Random.h"
+
+PseudoRandom::PseudoRandom(): generator(rd()), boolDistribution(0.5), doubleDistribution(0,1)
+{
+}
+
+bool PseudoRandom::randomBool()
+{
+	return boolDistribution(generator);
+}
+
+double PseudoRandom::doubleRandom()
+{
+	return doubleDistribution(generator);
+}
+
+int PseudoRandom::randomIntegerInRange(int min, int max)
+{
+	return std::uniform_int_distribution(min,max-1)(generator);
+}
diff --git a/Metaheuristics/Random.h b/Metaheuristics/Random.h
new file mode 100644
index 0000000000000000000000000000000000000000..61cd6ed94e92174911e0160aef90baa07e634868
--- /dev/null
+++ b/Metaheuristics/Random.h
@@ -0,0 +1,16 @@
+#pragma once
+#include <random>
+class PseudoRandom
+{
+public:
+	PseudoRandom();
+	bool randomBool();
+	double doubleRandom();
+	int randomIntegerInRange(int min, int max);
+private:
+	std::random_device rd;  //Will be used to obtain a seed for the random number engine
+	std::mt19937 generator; //Standard mersenne_twister_engine seeded with rd()
+	std::bernoulli_distribution boolDistribution;
+	std::uniform_real_distribution<double> doubleDistribution;
+};
+
diff --git a/Metaheuristics/ga.csv b/Metaheuristics/ga.csv
new file mode 100644
index 0000000000000000000000000000000000000000..11212a8f84b68ad4a8f38bbe93bcc1a7e6e6e2fb
--- /dev/null
+++ b/Metaheuristics/ga.csv
@@ -0,0 +1,19191 @@
+round,iteration,populationNumber,objectiveFunction,binary
+0,0,0,45,0010000110011000000110011100000010111100101011000101000101001010000100110111000100101110110110110111
+0,0,1,47,0001010011110011000101100000011000111110001000101011111100011110000110001001100000010010101111101101
+0,0,2,51,1011111000001001101110101010011010100001100011010110010111111001011010011000101100000101011011100011
+0,0,3,47,1101000110101011000100010001000111101000110001001010001010110111100001011011000110110001101000110111
+0,0,4,49,1110100111000001111011010011111001100110011100000000000010001010001110111111001111001000001100111001
+0,0,5,50,0011010001011101110001010111001010010111100110110000100110010110111011111010110100000100101001000101
+0,0,6,51,0011111100111110100000001100001011001101110010100000111111111110010010100111110110000011010010001100
+0,0,7,47,0000100001101001100010100111001010011011110101010000001010111011111111111101010011011000010000000001
+0,0,8,41,1001011001000110100100001000011111101101001001101011001110100000000000110110101000110101001000001000
+0,0,9,51,1110001011010001001111010100010100011000011110011011110010011001001001111011101010100010100100011111
+0,0,10,52,0101101011101111110000110100100011000111011011010100100111001000011110101001101011011111010001001000
+0,0,11,50,0110000011111001101000011001111101001110101110111001010010010001101101001101001110001100001101100100
+0,0,12,45,0001001100110111110001100100000011011001001101001100011100001000111100110100000010000110101010101111
+0,0,13,47,0110001100101111100001010000100000100111110011110011000110111011000010100110111000000011111010011000
+0,0,14,51,1111101111100000011010110000000010001001001001111111011010100101010000110111010111111001100010001110
+0,0,15,54,0000001101001001100111101100110101100101101101110010100001110111001111001000011101111101010010111011
+0,0,16,51,1101100001111010011100011111001101101010001110010001011000010110001100001010010111011110101011100001
+0,0,17,50,1011100100010001000111001110110011000001001111001101111101000011110011101100111111000001100100000110
+0,0,18,51,1111001111001011111100011010010111110000001011100010001000011100000010011011001000010010111101101111
+0,1,0,49,1000001101001001100111101110110101100111101101100010100000110111001111001000010101111000000000111001
+0,1,1,53,0110100111000001111011010001111001100100011100010000000011001010001110111111001111001101011110111011
+0,1,2,49,1111101110100000010111100010000011000001001001011101111100000101010000111110010111111001100010001110
+0,1,3,53,1011100101010011001010011100110010001001001111101111011011100011110011100101111111000001100100000110
+0,1,4,48,0100100011111010001000011111001111101010010110010000001010010110011101001110010111001110100010100001
+0,1,5,50,1001100001101001110110100111001000011011101101010001011000111011101110111001010011011000011001000001
+0,1,6,47,0001010011110011000101100000011000111110001000101011111100011110000110001001100000010010101111101101
+0,1,7,47,0001010011110011000101100000011000111110001000101011111100011110000110001001100000010010101111101101
+0,1,8,52,0011001100111011100000001101011011001111110010110000110111111100011010000111000110000111011101001100
+0,1,9,48,0110110011111100101000011000101101001100101110101001011010010011100101100101111110001000000010100100
+0,1,10,43,1011100001011000011100011111001101101000000110010000011100010110001000001000001111001100101011100001
+0,1,11,58,1101011000101011101110101010011010100011101011010111010011111001011110011010110100010111011011100011
+0,1,12,51,0110100011101001101010011011111101001110011110101001000010010000101111001111001111001000001101100100
+0,1,13,49,1110001111010001111001010001111001100110101100010000010010001011001100111101001110001100001100111001
+0,1,14,49,0100101110100101100001010001000011000101001010001011100110101100011110000011110011011101110011101110
+0,1,15,54,0111010011101110110000110100101011010111111011110100100111011000011110101001101011001111000001000001
+0,1,16,49,1101100001111001011100101111011011101010000010010100011000111110001100001000000101011111001011100001
+0,1,17,52,1011111000001010101110011010001100100001100111010011010111010001011010011010111110000100111011100011
+0,1,18,55,0111111100111110100000011101101011001100100110110000111011011010000010100111111110001111011010000110
+0,2,0,56,1011111101001011100111111100110101100101101101100010000001110111001111001000111111011000100000111001
+0,2,1,46,1000001000001000101110001010001100100011100111010011110111010001011010011010110100100100011011100011
+0,2,2,50,1001011000001010101110011010001000100001101111010011010111011001011010011010110110000100111011100011
+0,2,3,60,1111111000101011101110101010011110100011100011010111010011110001011110011010111100010111011011100011
+0,2,4,48,0111100010101001101011111010101101000100011110001001101000000101000111001110011111001001001001000110
+0,2,5,51,1110101111100000010110000011010011000011001001111101010110010000111000111111000111111000100110101100
+0,2,6,51,1011001100011011000110001101011011001011111010110000010111111000011010000111000110000111111101000100
+0,2,7,55,0011100101110011101000011100110010001101000111101111111011100111110011100101111111000001000100001110
+0,2,8,53,0111010011101110110000110100101011010111111011110100100111011000011100101001101011001111000001000001
+0,2,9,53,0111010011101110100000110100101011010111111011110100100111011000011110101001101011001111000001000001
+0,2,10,58,1101011000101011101110101010011010100011101011010111010011111001011110011010110100010111011011100011
+0,2,11,57,1101011000101011101110101010011010100011101011010111010010111001011110011010110100010111011011100011
+0,2,12,48,0110111100100010101001010101101001001100100110010000100011001010000010100111111110001101011110001011
+0,2,13,60,0111100111011101110010011001111011100100011100110000011011011010001110111111001111001111011010110110
+0,2,14,49,0110100011000001111011010001111001001100011100110001000010000010001110001111001111001101011110110110
+0,2,15,55,0110100111101001101010011011111101100110011110001000000011011000101111111111001111001000001101101001
+0,2,16,51,0011001100110011100000001101011011001110110000110000110011001100011110111101000110001111011101011100
+0,2,17,50,1110001111011001111001010001111001100111101110010000010110111011001000000111001110000100001100101001
+0,2,18,53,0101100111001001111110010011001000011010101100010001010000111011001110111011000111011100011101110011
+0,3,0,51,1111101110101010010110000011010011100011001001110101010110010000011001111011000101111101000010100011
+0,3,1,61,1110111001100001101110101010011110000011100011011111010011110001111110011110111110010010111111101100
+0,3,2,51,1101110111001001111110000010001000011010101101010001010000111011001110111010000101011100011101100011
+0,3,3,60,0101001000101011101110111011011010100011101010010111010011111001011110011011110110010111011011110011
+0,3,4,58,0011100101110111100000011000110011001100011111101011111011100111111010100111111111000011010100001110
+0,3,5,58,0111100111011001111010011101111010100101000100110100011011011010010111111101001111001101001010110110
+0,3,6,53,0110100101100001110011100101111001100101011101011000001011001010101110111101011011001001011010101001
+0,3,7,52,1010100011101001101010011011111101100110011110000000000011011000101111111111001111001000001101001001
+0,3,8,60,1101110000101011101110001010011010100011011111001111010111011000111110011010110101010111011011101011
+0,3,9,53,0110001111101001101010111011111101100110101010010000000010111001001111111111001110001000001101100001
+0,3,10,55,1011100101100011101100011100110010001101001101101110111011110111001011100001111111100001000000101011
+0,3,11,57,0011111101011011100011111100110101100101100111100011000001100111110111001100111111011000100100011100
+0,3,12,59,0101101110001001111110110010111100101011100110010101010010111001001110111011001111011100011101110011
+0,3,13,55,1111110001101011101111001011001010010010101001010011010001110011011110011010110100000111011011100011
+0,3,14,54,0111010011101110100000110100101111010111111011110100100111011000011110101001101011001111000001000001
+0,3,15,54,0111010011101110110000110100101011010111111011110100100111011000011110101001101011001111000001000001
+0,3,16,54,1011111101001101110110111001111001100101001100100010001001010110001110011000111111011000100000111011
+0,3,17,61,0111100111011011100011011100110101100100111101110000010011111011001111101111001111001111011010110100
+0,3,18,57,0111011100101011101110111010011010100111101010000110010010111011001110011110000110001111011011100011
+0,4,0,61,0101001000111011101110111011011010100111101010010111010011111001011110011011110110010111011011100011
+0,4,1,60,0101001000101011101110111011011010100011101010010111010011111001011110011011110110010111011011110011
+0,4,2,60,1101010000101011101110101010011010100011001111000111010111111000011110011010110111010111011011111011
+0,4,3,59,0101101000101011101110011011011010100011111000011111010011011001111110011011110100010111011011100011
+0,4,4,61,0001111101011011100111111100011110110101100111100011010001100111010111001110111111011000100111010101
+0,4,5,59,0111011000101011101010111011110001100011101010010111000011111001111110111001110110010111011000111010
+0,4,6,58,1001110111011011111110010010111001001010101101110111010000111111011110101000001101011100100101101010
+0,4,7,49,0111111101001001100011101100000100110101100111000001000001100011100111011100110011011000011100010101
+0,4,8,59,0111100111011001111010011101111010101101000100110100011011011010010111111101001111001101001010110110
+0,4,9,58,0111100111011001111010011101111010100101000100110100011011011010010111111101001111001101001010110110
+0,4,10,55,0111101110011001111110110010111100100011100110010011010000101001000111001111001111011100011101010010
+0,4,11,61,0001111101001011100011111100110101101101100111100101000011110111111110111000111111011000100100111101
+0,4,12,64,0011111101011011100111111101010100100001100110110011000001110111111110001110111110011110111110011111
+0,4,13,52,0101001000101011101010111010111011100111101011000111010011101001010111011001110111000001000001110000
+0,4,14,57,1111110001101111100011010011001011010010101111110011110001110011011110011000111100001111000001100011
+0,4,15,53,0111010011101010111100101100101010010111111001010100000111011000011110101011100011000111011011000001
+0,4,16,54,1111110100100011101100011000110010001111001101101110111011010101001011101000110111110001000000101011
+0,4,17,61,1001100001101011101110001110011010100001011111001111010111111010111110010011111101000111011011101011
+0,4,18,59,0111100101110111100000001000100011001110011111111011010011100111111010110111111110000011010101101110
+0,5,0,61,1001100000101011111010001100011011100101010111100110010111111010011111110111111101001111011011101010
+0,5,1,57,0111100111011001101110011111111010100001001100011101011011011010010110011001001111000101001010110111
+0,5,2,53,1111010001101010101100101100001010100111111101010100000111011000011110101010110011000111011011001001
+0,5,3,60,0101010010101011111110101010111010010011001011000111010111111000011110011011100111010111011011110011
+0,5,4,57,1101010100100011101110001010111010100011001101000111010011111100011110101010110111010111000011111011
+0,5,5,57,1111110000101011101100111000010010001111001111101110111111010001001011011000110111110001011000101011
+0,5,6,61,0001111101011011100011111100111100111111100111100011010001110111010110001110111111011000100110010101
+0,5,7,61,0001101101001011100111111100010111100101100111100101000011100111111111111000111111011000100101111101
+0,5,8,56,0111100101011111100000001001100010001110011111111011010011110111111011110111001110000011010000100110
+0,5,9,63,0111100111110001111010011100111011101101000100111100011011001010010110111101111111001101001111111110
+0,5,10,57,1101010000101011101111111100011010100011000111100111010101101000010110011010111111011100000011111011
+0,5,11,67,0001111101011011100110101110011110110101101111000011010011110111011111001110111111110011111111010101
+0,5,12,62,0101001000101011101110111011011010100111101010011111010011111001111110011011110110010111011011100011
+0,5,13,58,0101101000111011101110011011011010100011111000010111010011011001011110011011110100010111011011100011
+0,5,14,55,1001101001001011100111101100011010110101000111000011010011101010010111000110111111011100001011110101
+0,5,15,68,0001110111111011101110011110011110100001111111101111010101110111111110011011111101000011110111001011
+0,5,16,59,1001010000101011101110101110011010100011101111000111010111100000011111011010110111010111011111010011
+0,5,17,62,0101111101011011100111111000011110110101000111100011010001111111010110001110111111011000100011111101
+0,5,18,61,0101100101110011100101011100011111010100000111111011010001100111110111011110111111011000100111110101
+0,6,0,64,0001110111111011101100011110011110000001111111111011010101100111110110011111111101001010110111001001
+0,6,1,64,0101100101110011100101011100011111110100000111101111010001110111111111011010111111010001100111110111
+0,6,2,65,1101011000101011101110101111011010100011101111011111010111111001111110011010110111010011011111000011
+0,6,3,56,0001000000101011111110111010011010100111101010000111010011100000011111011011110110010111011011110011
+0,6,4,62,0101001000111011101010111111011010111111101010001011010011111011111110011011110111010010001011100011
+0,6,5,62,0001111101101011100111111000111100100111100111110111010001110101010110001110111110011101110110010101
+0,6,6,54,0011110101110111100010011100100010101111000100010011010011000110011010100111111110000011010111101110
+0,6,7,67,0111101111011001111010101000111011101101111111101100011011101011010110111101111111001101001101011110
+0,6,8,58,0101100111110011100101011000011111010100000111110011010001100111110110001110111111011000100111110101
+0,6,9,66,0101111101011011100111111100011110110101000111101011010001111111010111011110111111011000100011111101
+0,6,10,61,0001110101111011100011111100111110011101000111101011010001110111010111001110111111011000100110010101
+0,6,11,62,0101101101010011100101011100011101111110100111110011010001100111110110011110111111011000100111110101
+0,6,12,62,1001100000101011101010001110011011100111110111100111010111101000011111111011110111011111011011001010
+0,6,13,58,1001010000101011111110101100011010100001001111000110010111110010011111010110111101000111011111110011
+0,6,14,64,0001111001011011101110101010011010110111101110000011010011110111011111011110111111110011011011100101
+0,6,15,65,0101001100101011100110111111011110100101101011011111010011111001111110001011110110010111111111010011
+0,6,16,64,0001111101011111100011111000101100101111111111100111010011100111011010100111111111010010000111011110
+0,6,17,56,0011111101011011100010101100110010111111100111000011010001110111010110001110111110001001110100000101
+0,6,18,60,0101100101010011100101011111111011000101000111111101010001100011110111011100111111011000001111110101
+0,7,0,66,0101011100001011100111110100011110110011100111001111010011111111011111011110111111011010101011111001
+0,7,1,63,1101111000111011101110101111011010100101001111111011010101111001110110011010110111010001010111000111
+0,7,2,65,0001111001011011101110001010011010110111111111000011010011110111011101010111111111010111011011110101
+0,7,3,61,0001111101001111100011111000101100101111101110100111010011100111011010101110111111110010000111001110
+0,7,4,64,0001111101011111100011110000101100101111111111100111010011101111011010100111111111010010000111011110
+0,7,5,64,0001111101011111100011111000101100101111111111100111010011100111011010100111111111010010000111011110
+0,7,6,62,0101011000001011101110100110011010110011101111001011010111110011011111011110110111110011011111000011
+0,7,7,66,1001111001111011101110101011011010100111101110010111010011111101111110011010111111010011011011100101
+0,7,8,64,0101101101010011100101111111111011100111000111011101010001100011110111011000111111011001001111110111
+0,7,9,60,1101010000101011100110001111011010000001101111111111010111111001111110011110110111010010011111000001
+0,7,10,60,0101101100101001101110011110011110110000101101011011011011111011010110011011011111000101100011010111
+0,7,11,63,0111000111111011100110111101011110100101001010011111010011011100111110001011100110010111111110110011
+0,7,12,63,0001100101010011101000011100011101110111100111110011010001100111110110011110111111011011110111111110
+0,7,13,61,1101101000101011100111001110011011101110110111100111010111101000011111111011110111011100001011000001
+0,7,14,64,0001111101101011100111111000111100100111100111101011010001110111010111001110111111011101110110010101
+0,7,15,60,0001110101111011100011111100111110011101000111110111010011110101010110001110111110011000100110010101
+0,7,16,68,0101011100111011100110111111011110100101101111011111010001111001011111001111110110011101111011010111
+0,7,17,63,0101101101001011100111111100011110110101000011101011010011111111110110011010111111010010100111111001
+0,7,18,60,0001111101101011100011111000111110000101000111111011010001110111010111001110111111011000110110010101
+0,8,0,59,1101101001001111100111000110011011101110110111100011010111101000011011110011110111011000001111000011
+0,8,1,65,0001111100111011100011111000101100101111111111100111010011101111011110101111111111010110000011011100
+0,8,2,73,1101111101111011101110101011011110110111001111100111010011111111111110011010111111010011111011101101
+0,8,3,58,0001101001001011100111111100011010110101100010011011010011111101110110011010111111010010100111110001
+0,8,4,60,1101111000011011101110111111011010100101001111111101010101110001110110011000110111010001000111000111
+0,8,5,67,0101101101110011100101101111111011100111000111011011010001101011110111011010111111011001011111110111
+0,8,6,69,0101011101001011100111110100111110110111100111001011010001111111011111001110111111011111111011111001
+0,8,7,61,0001111100101011100111111000011100100011100111101111010011110111010111011110111111011000100110010101
+0,8,8,70,0101001100111011100111111111011110110101101011011111010001111101111111011011110110010101111011110111
+0,8,9,61,0101111101001011100110111100011110100101000111101011010011111011010110001110111111011010100111011001
+0,8,10,59,0001110101101011100110111000111100100111100111100011010001110101010110001110111111011101110110010101
+0,8,11,67,0001111101111011100111111100111100111111100111101111010001110111010111001110111110011101100110010101
+0,8,12,66,0101011100001011100111110100011110110011100111001111010011111111011111011110111111011010101011111001
+0,8,13,66,0101011100001011100111110100011110110011100111001111010011111111011111011110111111011010101011111001
+0,8,14,64,0001111101101011100111011100111101101110110111101011010011110101010111001110110111011100111110010001
+0,8,15,62,1101101000111011100111101010011010100111100111100111010101101010011111111011111111011101000011000101
+0,8,16,61,0001111101101011100110011100111110100101100101101011011011110111010110011010111111001101110010010101
+0,8,17,63,0101101100101001101111111010011100110010101111011011010001111011010111001111011111010101100111010111
+0,8,18,63,0101101101010011100101111101011111110101000011101011010001110111110110011010111111111010000111111001
+0,9,0,67,0101001100111011101111111111011110110101101011011111010001111001111110011000110110010101111011110111
+0,9,1,63,1101111000011011100110111111011010100101001111111101010101110101110111011011110111010001000111000111
+0,9,2,64,0101101101110001100101101111011100100110100111011011010001101011010111011110111111011001011111110111
+0,9,3,64,0101100100101011101111111010011011110011001111011011010001111011110111001011011111010101100111010111
+0,9,4,66,0001111100111011100111111010001100100111111111110111010011101101011110101111111110010110110011011100
+0,9,5,68,0101001100111011100011111101011110111101101011001111010001111111111111011011110111010101001011110111
+0,9,6,64,0001111100011011100111111000101100101111101111100111010011101111011110001110111111010111010011011100
+0,9,7,71,0101011101101011100111110100111110110111110111001011010001111111011111101111111111011110101011111001
+0,9,8,70,0101001101001011101111111110011110110111100111001011010001111111010111001111111111011111100011111111
+0,9,9,62,0101111100101001100111110000111100110010101111011011010001111011011111001110011111010101111111010001
+0,9,10,64,0101111101001011100111111110011110100111000111101011010011111011010110011010111111011010100111011001
+0,9,11,63,0101101101001011100110111100111010100101000111011101010011111011110111001100111111010001101111110111
+0,9,12,59,0101101100001001100111110000111100110010100111011011010001111011010111001111111111010101100011011101
+0,9,13,73,0101011101101011101111111110011110110111101111001011010001111111011111001110011111011111111111110011
+0,9,14,60,0001111101101011100111010100111110100111100101001011011011110111010110011010111111001101110010010001
+0,9,15,70,0101011101001011100110111100111110110101100111101011010001111111011111001110111111011111111011111101
+0,9,16,60,0001100101101011100111111000011100100110101111001011010001111101010111001111011111011101110110010101
+0,9,17,63,0101111100101001101110111110111100110011100111110011010001110011010110001110111111010101100111010111
+0,9,18,67,0101111101101011100111010100111110100101100111101011010011111111010111001010111111001111111011111001
+0,10,0,65,0101011100101001101110111110111110110011100111010011010001111011011110101110111111010101100111010111
+0,10,1,70,0101111101101011100111110100111100110111110111101011010001110111110111001111111111011110101011111001
+0,10,2,67,0101101101001011100011111111011110100101100111100011010011111111111110011010111111010110101111011101
+0,10,3,63,0101011100111011101111111110011110110111001011011111010001111001010110011000110110011001110011110011
+0,10,4,66,0101101101100011100111111110011100110110100111011011010001101111010111001110011111011001111111110111
+0,10,5,70,0101011101111001101101101111011110100011101111001011010001111011011111011110111111011111011111110011
+0,10,6,65,0101001100101011100111101100011110111000101111001111010001111111011111001011111111010101001011111111
+0,10,7,61,0101101100011001100011110001111100110111100011011011010001111011110111011111110111010101100011010101
+0,10,8,64,0101001101111011101111111100011110110111101011001111010001101001111110011000110110010101111011110101
+0,10,9,66,0001011100011011100110111111111110110101100101011011011001110111011110011110111111011101110010010111
+0,10,10,63,0101111101101011100111010100111110100111110101001011010011110111010110101010111111001111110010110001
+0,10,11,68,0001011101101011100111110100111110110111100111001011011001111111011111011111111111011100101011011001
+0,10,12,69,0101001100101011101111111111011110110101101011011111010001111001011111011100110110010111111011111111
+0,10,13,68,0101011101011011100110111100111110110101100111101011010001111111111110001010111111011101111011110101
+0,10,14,63,0001011100111010100011111001011100101101101011010111010011111111111110101111111110010110000011011110
+0,10,15,70,0101101100111011100111111110001110110111111111101111010001101101011111011011110111010101111011110101
+0,10,16,66,0001011100111011100101111010001100100111111111111111010011111101011110001111111110011110110011011100
+0,10,17,69,0101111101001011100110111100111110110101100111100011010001101111011111101110111111010111111011111101
+0,10,18,70,0101111001101011100111011110111110110101101111101011010011111111010111001010111111001111111011111001
+0,11,0,67,0101111100111011100111111100101110110101111111101011010001101101011111010010110111010111111011110100
+0,11,1,71,0101101101001011100110111110111110110111100111100111010001101111011111101111111111010101111011111101
+0,11,2,66,0101101101001011100011111111011110110101100111100011010001111101111110011010111111010110111011011101
+0,11,3,69,0101001100101011101111111111011110100101101011011111010011111011011101011100110110010111101111111111
+0,11,4,69,0101011101101011101111110100011110100111100111001011010001111111011111001110011111011111111011111011
+0,11,5,67,0001011101101011100111110100111110110111100111001011011001111111011111011111111111010100101111010001
+0,11,6,65,0101011100111010100111111111001110110111111011100111010001111101011111001011110111010100001011110101
+0,11,7,67,0001101100111011100011011000011100101101101111011111010011101111111110111111111110010111110011011110
+0,11,8,71,0101001101111001100101111111111110110101101111001011010001111111011111001010111111011111011111111011
+0,11,9,68,0101111001101011101111001110011110100011101111101011010011111011010111011110111111001111111011110001
+0,11,10,66,0101011000101001101110111110111110110111100111110011010001111011011111101110111111000101100111010111
+0,11,11,68,0101111101101011100111011110111110110001101111001011010011111111010110001010111111001111111011111001
+0,11,12,68,0101111101001011100110111100111110110101100111100011010011101111011111001110111111010111111011111001
+0,11,13,71,0101111001101011100111011110111110110101101111101011010001111111010111101010111111001111111011111101
+0,11,14,70,0101111101101011101111111100111100110111110111111011010001110011011110101111111111010110101011110001
+0,11,15,65,0101011100101001100110110110111110110011100111000011010001111111110111001110111111011101100111011111
+0,11,16,68,0101101100111011100111011110011110110101111111101011010011101101011111011011110111010101111001110101
+0,11,17,72,0101111001101011100111111110101110110111101111101111010001111111010111001010111111011111111011111001
+0,11,18,72,0101111101101011100111011110111100110101101111101011010011111111010111001110111111011111111011111001
+0,12,0,72,0101111001101011101111111110101110110111001111101111010001111111010111001010011111011111111011111011
+0,12,1,68,0101011101101011100111110100011110100111100111001011010001111111011111001110111111011111111011111001
+0,12,2,68,0101111001101011100111001110111110100101101111101011010011111011010111001110111111001111111011111001
+0,12,3,72,0101111001101011101111011111011110110011101111101011010001111111010111111010111111001111111011110101
+0,12,4,71,0101111001101011100111011110111110110101101111101011010001111111010111101010111111001111111011111101
+0,12,5,71,0101111001101011100111011110111110110101101111101011010001111111010111101010111111001111111011111101
+0,12,6,73,0101111101101011100111011110111100110111110111111011010011110011011111101110111111011110111011111001
+0,12,7,70,0101111101101011101111111100111100110101101111101011010001111111011110001111111111010111101011110001
+0,12,8,70,0001111101101011100111110110101110110111101111101011010001111111011111011011111111010100111111110001
+0,12,9,70,0101011001101011100111111100111110110111100111001111011001111111011111001110111111011111101011011001
+0,12,10,69,0001101100111011100011011000011100101101101111111111010011111111010110111111111111010111110011111110
+0,12,11,69,0101111001101011100111011110111110110101101111001011010001101111111111101010111110001111111011011101
+0,12,12,67,0101101100101011101111111110011110100101101011001011010001111011011101101010111110010111101111111111
+0,12,13,73,0101011001101011100111011111111110110101101111111111010011111111010111011100110111001111111011111101
+0,12,14,71,0101111101100011100110111100101110110111100111100111010011111111010111001111111111011111111011111001
+0,12,15,68,0101111001001011100111111110111110110101101111101011010001101111011111001010111111010101111011111001
+0,12,16,75,0101001101101011101111111111011110110111101111111111010011111011011101011101111110010111111011111011
+0,12,17,66,0101111000101011100111111110101110100101101011001110010001111111010111001010110111011111101111111101
+0,12,18,70,0101101101101011100111011110111100110101101111011111010011111111011111001110111110010111101011111001
+0,13,0,71,0101111001101011101101011111011110110011101111101011010001111111010111101010111111001111111011111101
+0,13,1,71,0101111001101011100111011110111110110101101111101011010001111111010111111010111111001111111011110101
+0,13,2,76,0101101101101011101111111111011110110111101111111111010011111011011101011111111110010111101011111011
+0,13,3,69,0101001101101011100111011110111100110101101111011111010011111111011111001100111110010111111011111001
+0,13,4,76,0101111001101011100111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,13,5,66,0101011001101011101111011100011110110011100111001011011001111111010111101110111111001111101011011001
+0,13,6,68,0001111101101011100111110110101110110111101111101011010001111111010111011010011111001110111111110001
+0,13,7,72,0101111001101011100111011110111110110101101111101011010001111111011111101011111111010101111011111101
+0,13,8,73,0101101001101011101111111111011110110111101111101111010011111011011101011100111110011111111011110011
+0,13,9,75,0101011101101011111111011111011110110011101111111011010001111111010111111011111111000111111011111101
+0,13,10,68,0101011100101011101111110100011110100101101011001011010001111011011111101110111110010111111111111111
+0,13,11,65,0101101101101011100111111110011110100111100111001011010001111111011101001010110111011111100011111001
+0,13,12,69,0101011000101011101111111111011110100101101011101011010011111011010101101100110111011111111111111101
+0,13,13,72,0101011101101011100111011110111110110101101111101011010001111111010111011010111111001111111011111111
+0,13,14,69,0101111000101011100111011110111100110111110111111011010011110011011111001010111111011110111011111001
+0,13,15,75,0101111101101011101101111110101110110111001111101111010001111111010111101110011111011111111111111011
+0,13,16,71,0101111101101011100111011110111110110101101111101011010001111111010111001110111111010111111011111001
+0,13,17,71,0101111001101111101111111100111100110101101111101011010001111111011110101011111111001111101011110101
+0,13,18,68,0101011001101011100111111100111110110111100111001011010001111111011111001010111111011111101011111001
+0,14,0,75,0101101101101011101111011111011110110101101111111111010011111011011101011111111111001111101011111011
+0,14,1,73,0101011101101011100111111110111110110111101111101011010001011111010111011010111110011111111011111111
+0,14,2,73,0101101001101011101111111111011110110111101111101111010011111011011101011010111110011111111011110011
+0,14,3,76,0101111001101011100111111111111110110111101111101111010001111111011111011100111111011111111011110101
+0,14,4,77,0101101101101011101111111111111110110111101111111111010011111111011101011110111111010111101011111001
+0,14,5,75,0101111001101011100111111111011110110111101111101111010001111011011111011011111110011111111011110111
+0,14,6,74,0101111101101011100111011110111110110111101111111011010001111111010111011010111111001111111011111101
+0,14,7,71,0101011001101011111111011111011110110001101111101011010001111111010111111011111111000111111011110101
+0,14,8,73,0101111001101111101111111100111110110101101111101011010001111111011111101011111111001111101011110101
+0,14,9,74,0101111001101011100111111111111100110111101111101111010001111111011110011010111111011111111011110101
+0,14,10,76,0101111001101011100111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,14,11,76,0101111001101011100111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,14,12,69,0101011001101011111111011100011110110011101111001011011001111111010111101110111111001111101011111001
+0,14,13,71,0101011101101011101111011011011110110011100111111011010001111111010111111011111111000111111011011101
+0,14,14,76,0101011001101011111111011111111110110111101111111011010001111111010111111011101111010111111011111101
+0,14,15,74,0101111101101011100111111111011110110011101111101111010001111111011111011010111111001111111011110101
+0,14,16,73,0101111001101011101111111110111110110101101111101011010011111111011110101011111110001111101011111011
+0,14,17,73,0101101101101111101111111101011100110111101111111111010001111011011101011111111111010101101011110101
+0,14,18,70,0101111001101011100111011111011110110101101011101011010001111111010111101001111111010101111111111101
+0,15,0,73,0101101000101011101111011111111110110101101111101011010011111011011101111111110111001111101011111111
+0,15,1,73,0101011101101011101111111110011110100101101111111111010011111011011101001110111111011111111011111001
+0,15,2,75,0101111101101011100011111111011110110111111111101111010001111011011111011010111110011111111011110111
+0,15,3,74,0101111001101011100111111111011110110011101111101111010001111111011111011011111111001111111011110101
+0,15,4,76,0101111101101011100111011110111100110111101111111111010001111111010111011110111111011111111011111101
+0,15,5,73,0101111001101011100111111111111110110111101111101011010001111111011111011000111111001111111011110101
+0,15,6,75,0101101001101011101111111111111110110111101111101111010001111111011111011010111110011111111011110011
+0,15,7,71,0101011101101011100111111110011110110111101111101011010011011011010101011010111110011111111011111111
+0,15,8,77,0101111001101011110111011111111110110111101111111011010001111111010111111011111011011111111011111101
+0,15,9,70,0101011101101011101111011110111110110111101111111011010001111111010111011010100111000111111011111001
+0,15,10,72,0101111101101011100111111101011110010101101111101111010001111111011111111010111111001111101011110101
+0,15,11,73,0101111001101111101111111110111110110011101011101011010001111111011111001011111111001111111011110101
+0,15,12,78,0101111001101011110111111111111110110111101111111011010001111111011111111011101111011111111011110101
+0,15,13,73,0101011001101011101111011111111110110111101111101111010001111111010111011010111111010111111011110101
+0,15,14,76,0101101101101011101111111111111110110111101111111111010011111111011101011110111111010111101011110001
+0,15,15,75,1101101101101111101111111101011100110111101111111111010001111011011101011111111111010101101011111101
+0,15,16,76,0101111001101011100111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,15,17,75,0101111001101011000111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,15,18,76,0101011001101011101111111111111110100111101111101011010011111111011101101110111111011111111011111101
+0,16,0,72,0101101001101011101111011111111110110101101111101011010011111011011101011110110111001111101011111111
+0,16,1,77,0101111100101011100111011110111100110111101111111111010001111111010111111111111111011111111011111101
+0,16,2,75,0101101001101011101111111111111110110111101111101111010001111111011111011010111110011111111011110101
+0,16,3,75,0101111001101011100111110111111110110111101111101111010001111111011111011010111111011111111011110011
+0,16,4,73,0101101001101011101111111111111100100111101111101011010011111111011111011010111110011111111011110011
+0,16,5,78,0101011101101011101111111111111110110111101111101111010001111111011101101110111111011111111011111101
+0,16,6,76,0101111001101011101111111111111110100111101111101011010011111111010101101010111111011111111011111111
+0,16,7,73,0101011101101011100011111111011110110111111111101111010001111011011111011110111110001111111011110101
+0,16,8,73,0101111001101011100111111111011110110011101111101111010001111111011101011010111111011111111011110101
+0,16,9,76,0101111001101011100111111111111110110111101111101111010001111111011111011011111111001111111011110101
+0,16,10,78,0101111101101011100111111111011110110111111111101111010011111111010101011010111111011111111011111111
+0,16,11,70,0101011001101011100111111110111110110111101111101011010001011011011111011010111110011111111011110101
+0,16,12,76,0101111001101011100111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,16,13,75,0101111001101011000111111111111110110111101111101111010001111111011111011010111111011111111011110101
+0,16,14,76,0101111101101011100111011111111100110111101111101111010001111111011111011010111111011111111011111101
+0,16,15,75,0101101001101011100111111110111110110111101111111111010001111111010111011110111111011111111011110101
+0,16,16,77,0101111001101011100111111111111110110111101111101111010001111111011111011110111111011111111011110101
+0,16,17,73,0101111101101011000111011110111100110111101111111111010001111111010111011010111111001111111011111101
+0,16,18,76,0101111001101011100111111111111110110111101111101011010001111111011111101010111111011111111011111101
+0,17,0,75,0101011001101011101111111111111110100111101111101111010001111111011101101110111111011111111011110101
+0,17,1,79,0101011101101011101111111111111110110111101111101111010011111111011101011110111111011111111011111101
+0,17,2,80,0101111101101011100111111111011110110111111111101111011011111111011101011010111111011111111011111111
+0,17,3,75,0101111001101011100111111111101110110111101111101111010001111111010111011110111111011111111011110101
+0,17,4,75,0101011101101011100011111111011110110111111111101111010001111111011111011110111111001111111011110101
+0,17,5,73,0101111001101011100111011111111100110111101111101111010001111011011111011010111110011111111011111101
+0,17,6,77,0101111001101011100111111111111110110111101111101011010001111111011111111010111111011111111011111101
+0,17,7,75,0101111001101011100111111111111100110111101111101111010001111111011111001110111111011111111011110101
+0,17,8,76,0101111001101011100111111111111110110111101111101111010001111111011111111010111111001111111011110101
+0,17,9,74,0101111001101011100111111111111110010111101111101011010001111111011111001010111111011111111011111101
+0,17,10,76,0101111001101011100111111111111110110111001111111111010001111111010101101110111111011111111011110111
+0,17,11,74,0101101001101011101111111110111110100111101111101011010011111111010111011010111111011111111011111101
+0,17,12,79,0101111101101011100111111111011110110111111111101111010001111111011111011010111111011111111011111111
+0,17,13,72,0101101001101011101011111111111110110111101111101111010011111111010101011010111110011111111011110100
+0,17,14,74,0111111001101011100111111111011110010011101111101111010001111111011101011010111111011111111011110111
+0,17,15,77,0101111101101011100111111111011110110111111111101111010011111111010101011010111111011111111011111101
+0,17,16,79,0101111001101011100111111111111110110111101111101111010011111011011111011110111111011111111011111111
+0,17,17,70,0111101001101011101111011111111110110101101111101011010001111111011101011110110111001111101010110101
+0,17,18,77,0101111101101011100111011111111110110111101111101111010001111111011111011010111111011111111011111101
+0,18,0,78,0101111101101011100111111111011110110011111111101111011011111110011101011010111111011111111011111111
+0,18,1,75,0111111001101011100111111111011110010111101111101111010001111111011101011010111111011111111011110111
+0,18,2,75,0101111001101011100111111111011100110111111111101111010001111111011111001110111111011111111011110101
+0,18,3,75,0101011101101011100011111111111110110111101111101111010001111111011111011110111111001111111011110101
+0,18,4,78,0101111101101011100111111111111100110111101111101111010001111111011111011110111111011111111011111101
+0,18,5,72,0101111001101011100111011111111110110111101111101101010001111111011111001010111111011111101011110101
+0,18,6,71,0101011001101011100111101111111110100111001111101111010001111111010101101110111111011111111011110101
+0,18,7,79,0101111001101011101111111111111110110111101111111111010001111111011101101110111111011111111011110111
+0,18,8,76,0101111001101011100111111111111110110111101111101111010001111111010111011110111111011111111011110101
+0,18,9,76,0101111001101011100111011111101110110111101111101111011001111111011111011010111111011111111011111101
+0,18,10,77,0101111101101011100111111111111110110111111111101111010011111111010101001010111111011111111011111101
+0,18,11,76,0101111001101011100111111111011110110111001111111111010001111111010101111110111111011111111011110111
+0,18,12,76,0101111001101011100111111111011110010111101111101111011001111111011101011010111111011111111011111111
+0,18,13,77,0111111101101011100111111111011110110011111111101111010011111111011101011010111111011111110011110111
+0,18,14,77,0101111001101011100111111111011110110111101111101111010001111011011111011110111111011111111011111111
+0,18,15,81,0101111101101011100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,18,16,78,0101111101101011100111111111111110110111101111101111010001111111011101011110111111011111111011111101
+0,18,17,79,0101011101101011101111011111111110110111101111101111010011111111011111011110111111011111111011111101
+0,18,18,78,0101111101101011100111111111101110110111111111101111010011111111010101011110111111011111111011111101
+0,19,0,77,0101111001101011100111111111011110111111101111101111010001111011011111011110111111010111111011111111
+0,19,1,77,0101111101101011100111111101111100110111101111101111010001111111011111011110111111011111111011111101
+0,19,2,77,0101111101101011100011111111111110110111011111101111010011111111011111011010111111001111111011111101
+0,19,3,77,0101011101101011100111111111111110110111101111101111010001111011011111011110111111011111111011110111
+0,19,4,80,0101111101101011100111111111111110110111011111101111010011111111011111011110111111011111111011110111
+0,19,5,77,0101111001101011100111111111011110110111101111111111010101111111010101111010111111011111111011110111
+0,19,6,74,0101111101101011100111111111011110010111101111101111011001111111010101011010011111011111111011111101
+0,19,7,78,0101111001101011100111111111111110110111111111101111010011111111011101001010111111011111111011111111
+0,19,8,80,0101101101101011100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,19,9,81,0101111101101011100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,19,10,79,0101011101101011101111011111111110110111101111101111010011111111011111011110111111011111111011111101
+0,19,11,77,0101111101101011100111111111111110110111111111101111010011111111010101001010111111011111111011111101
+0,19,12,78,0101011101101011101111111111111110110111001111101011010011111111011111011110111111011111111011111101
+0,19,13,71,0101011001101011100111001111111110100111101111101111010001111111010101101110111111011111111011110101
+0,19,14,77,0101111001101011101111111111111110110111101111101111010001111111011101101010111111011111111011110111
+0,19,15,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,19,16,77,0101111001101011100011111111011110110111111111101111010001111111011111011110111111011111111011110111
+0,19,17,74,0101111001101011100111111111011100110111101111101111010001111011011111001110111111011111111011111101
+0,19,18,79,0101111001101011100111111111011110110111111111101111010011111111011111011010111111011111111011111111
+0,20,0,79,0101111001101011100111111111111110110111101111101111010011111111011111011110110111011111111011111111
+0,20,1,77,0101011101101011101111111111011110110111011111101011010011111111011111011010111111011111111011111101
+0,20,2,80,0101101101101011100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,20,3,79,0101111001101011100111111111011110110111111111101111010011111111011111011010111111011111111011111111
+0,20,4,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,20,5,78,0101111001101011100111111111011110111111101111111111010001111011011111011110111111010111111011111111
+0,20,6,78,0101111101101011100111111101111100110111101111101111010101111111011111111010111111011111111011111101
+0,20,7,76,0101111001101011100111111101011110110111101111111111010001111111010111011110111111011111111011110111
+0,20,8,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,20,9,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,20,10,78,0101111101101011100111111111111110110111111111101111010011111111010111001010111111011111111011111101
+0,20,11,77,0101011101101011101111111111111110110111001111101011010011111111011101011110111111011111111011111101
+0,20,12,79,0101111101101001100111111111111110110111111111101111010011111111010111011010111111011111111011111111
+0,20,13,77,0101101101101011100111111111111110110111111111101111010011111111011101001010111111011111111011111101
+0,20,14,78,0101011101101011101111111111111110110111001111101011010011111111011111011110111111011111111011111101
+0,20,15,77,0101111101101011100111111101111100110111101111101111010001111111011111011110111111011111111011111101
+0,20,16,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,20,17,77,0101011101101011100111111111111110110111101111101111010001111011011111011110111111011111111011110111
+0,20,18,80,0101111001101011100111111111011110111111101111101111010001111111011111111110111111011111111011111111
+0,21,0,79,0101111101101001100111111111111110110111111111101111010011111111010111011010111111011111111011111111
+0,21,1,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,21,2,76,0101111001101011100111111110011110110111101111111111010001111011011111011110111111010111111011111111
+0,21,3,80,0101111101101001100111111111111110111111111111101111010011111111010111011010111111011111111011111111
+0,21,4,77,0101001101101011101111111111111110110111001111101011010011111111011111011110111111011111111011111101
+0,21,5,84,0101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,21,6,80,0101111111101011100111111111111110110111001111101111010011111111011101011110111111011111111011111111
+0,21,7,79,0101011101101011101111111111111110110111111111111011010011111111011110011110111111011111011011111101
+0,21,8,78,0101111101101011100111111111111110110111111111101111010011111111010111001010111111011111111011111101
+0,21,9,79,0101111101101001100111111111111110110111111111101111010011111111010111011010111111011111111011111111
+0,21,10,80,0101110101101011100111111110111110110111111111101111010011111111011111011110111111011111111011111111
+0,21,11,78,0101111101101011100111111111111110110111111111101111010011111111010111001010111111011111111011111101
+0,21,12,78,0101011001101011100111111111011110110111111111101111010011111111011111011010111111011111111011111111
+0,21,13,78,0101111001101011100111111111111110110011101111101111010011111111011111011110110111011111111011111111
+0,21,14,79,0101111001101011100111111101011110111111101101101111010001111111011111111111111111011111111011111111
+0,21,15,80,0101111001101011100111111111011110111111101111101111010001111111011111111110111111011111111011111111
+0,21,16,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,21,17,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,21,18,79,0101011101101011101111111111111110110111011111101011010011111111011111111010111111011111111011111101
+0,22,0,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,22,1,80,0101111101101001100111111111111110111111111111101111010011111111010111011010111111011111111011111111
+0,22,2,77,0101111101101001100111111101011110111111111101101111010001111111011111011011111111011111011011111111
+0,22,3,81,0101111001101011100111111111111110111111101111101111010011111111010111111110111111011111111011111111
+0,22,4,80,0101111111101011100111111111111110110111001111101111010011111111011101011110111111011111111011111111
+0,22,5,79,0101111111101011100111111111111110110111001111101111010011111111001101011110111111011111111011111111
+0,22,6,78,0101010101101011101111111111111110110111011111101011010011111111011111111010111111011111111011111101
+0,22,7,79,0101011101101011101111111111111110110111011111101011010011111111011111111010111111011111111011111101
+0,22,8,74,0101111001101011101111111110011110110111101111111011010001111011011110011110111111010111111011111101
+0,22,9,82,0101011101101011101111111111111110110111111111111111010011111111011111011110111111011111011011111111
+0,22,10,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,22,11,77,0101111101101011100111111111111110110111111111101111010011111111010111001010111110011111111011111101
+0,22,12,79,0101111101101011100111111111111110110111001111101111010011111111010111011110111111011111111011111111
+0,22,13,80,0101111111101001100111111111111110110111111111101111010011111111011101011010111111011111111011111111
+0,22,14,82,0101011101111011100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,22,15,84,0101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,22,16,83,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,22,17,81,0101111101101011100111111111111110110111110111101111010011111111011111011110111111011111111011111111
+0,22,18,81,0101111001101011100111111111111110111111101111101111010001111111010111111111111111011111111011111111
+0,23,0,81,0101111111101011100111111111111110110111101111101111010011111110011111011110111111011111111011111111
+0,23,1,81,0101111001101011100111111111111110111111111111101111010001111111010111111111111111011111111011101111
+0,23,2,83,0101111111101011101111111111111110110111001111111111010011111111011111011110111111011111111011111111
+0,23,3,82,0101111101111011100111111111111110110111111111101111010011111111011101011110111111011111111011111111
+0,23,4,82,0101111101101001100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,23,5,80,0101111101101011100111111111111110111111101111101111010011111111010111011010111111011111111011111111
+0,23,6,82,0101111111101011100111111111111110110111111111111111010011111111011101011010111111011111111011111111
+0,23,7,81,0101111101101001100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,23,8,79,0101011101101011101011111111111110110111111111101011010011111111011111111010111111011110111011111111
+0,23,9,81,0101111101101011100111111111111110110111011111111111010011111111011111011110111111011111111011111101
+0,23,10,82,0101111101101011100111111111111110111111111111101111010011111111011111011100111111011111111011111111
+0,23,11,81,0101111001101011100111111111111110110111101111111111010011111111010111111110111111011111111011111111
+0,23,12,78,0101111101101011100111111111111110110111000111101111010011111111010111011110111111011111111011111111
+0,23,13,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,23,14,77,0101111101101011100111111111111110110111001111101111010011111111001101011110111111011111111001111111
+0,23,15,82,0101111111101011100111111111111110110111110111101111010011111111011111011110111111011111111011111111
+0,23,16,83,0101111101101001100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,23,17,82,0101011101111011100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,23,18,82,0101111001101011100111111111111110111111101111111111010011111111010111111110111111011111111011111111
+0,24,0,80,0101111101101011100111111111111110110111111111101110010011111111011111011110111111011111111010111111
+0,24,1,82,0101111101101011100111111111111110111111111111101111010011111111011111011100111111011111111011111111
+0,24,2,82,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,24,3,81,0101111101101011100111111111111110110111011111101111010011111111011111011110111111011111111011111111
+0,24,4,81,0101101101101011100111111111111110111111111111111111010011111111011101011010111111011111111011111111
+0,24,5,83,0101111111101001100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,24,6,82,0101011101111011100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,24,7,78,0001101101101011100111111111111110110111111111101111010001111111011111011110110111011111111011111111
+0,24,8,80,0101111001101011100111111111111110111111011111101111010001111111011111011111111111011111111011101111
+0,24,9,82,0101111101101011100111111111111110110111111111111111010011111111010111111110111111011111111011111101
+0,24,10,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,24,11,79,0101111101101011100111111111111110110111011111101111010011111111011101011110111111011111111011111101
+0,24,12,82,0101011101101011100111111111111110110111111111101111010011111111011111111110111111011111111011111111
+0,24,13,79,0101111001111011100111111101111110110111101111111111010011111111010111011110110111011111111011111111
+0,24,14,82,0101111111101011100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,24,15,81,0101111101101011100111111111111110111111111111111111010011111110011101011100111111011111111011111111
+0,24,16,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,24,17,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,24,18,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,25,0,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,25,1,82,0101011101111011100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,25,2,82,0101111101101011100111111111111110111111111111111111010011111111011101011100111111011111111011111111
+0,25,3,80,0101111101101011100111111111111110110111111111101111010011111110011111011110111111011111111011111110
+0,25,4,80,0101111101101011100111111111111110110111011111101111010011111111011111011110101111011111111011111111
+0,25,5,82,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,25,6,81,0101111101101011100111111111111110111111111111111111010011111110011101011110111111011111111011111101
+0,25,7,82,0101111101101011100111111111111110110111111111111111010011111111011111011100111111011111111011111111
+0,25,8,81,0101111101101011100111111101111110110111111111111111010011111111011111011110111111011111111011111101
+0,25,9,83,0101011101111011100111111111111110110111111111111111010011111111010111111110111111011111111011111111
+0,25,10,82,0101111101101011100111111111111110111111111111101111010011111111011111011100111111011111111011111111
+0,25,11,82,0101111101101011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,25,12,81,0101111111101010100111111111111110110111111111101111010011111111011111011010111111011111111011111111
+0,25,13,81,0101111101101011100111111111111110110111111111111111010011111111010111111110111101011111111011111101
+0,25,14,82,0101111101101011100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,25,15,81,0101101101101011100111111111111110111111111111111111010011111111011101011010111111011111111011111111
+0,25,16,82,0101111101101011100111111111111110110111111111111111010011110111011111111110111111011111111011111101
+0,25,17,81,0101111101101011100111111111111110110111111111111111010011111111010111011110111111011111111011111101
+0,25,18,82,0101111101111011100111111111111110110111111111101111010011111111011111011110111110011111111011111111
+0,26,0,82,0101101101101011100111111111111110111111111111111111010011111111011101011110111111011111111011111111
+0,26,1,80,0101111101101011100111111111111110110111111111111111010011111111011111011010111111011111111011111100
+0,26,2,80,0101111101101010100111111011111110110111111111111111010011111111011111011010111111011111111011111111
+0,26,3,82,0101111111101011100111111111111110110111111111101111010011111111011111011100111111011111111011111111
+0,26,4,81,0101111101101011100111111111111110110111111111111111010011111111010111011110111111011111111011111101
+0,26,5,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,26,6,83,0101111101111011100111111111111110110111111111111111010011111111011111011100111111011111111011111111
+0,26,7,82,0101111101101011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,26,8,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,26,9,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,26,10,81,0101111101100011100111111111111110110111111111111111010011111110011111011110111111011111111011111111
+0,26,11,81,0101111101111011100111111111101110010111111111111111010011111111011111011110111111011111111011111101
+0,26,12,83,0101111101111011100111111111111110110111111111111110010011111111011111111110111111011111111011111101
+0,26,13,79,0101111101101011100111011111111110110111111111101111010011110110011111011110111111011111111011111111
+0,26,14,82,0101011101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,26,15,84,0101111101111111100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,26,16,82,0101111101111011100111111111111110010111111111111111010011101111011111011110111111011111111011111111
+0,26,17,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,26,18,84,0101011101111011100111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,27,0,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,27,1,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,27,2,80,0101111101101011100111111111111110010111111111111110010011111111011111011110111111011111111011111101
+0,27,3,85,0101111101111011100111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,27,4,79,0100111101101011100110111111111110010111111111111111010011111111011011011110111111011111111011111111
+0,27,5,83,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,27,6,82,0101111101111011100111111111111110010111111111101111010011111111011111011110111111011111111011111111
+0,27,7,85,0101111101111011100111111111111110110111111111111111011011111111011111011110111111011111111011111111
+0,27,8,81,0101111101101011100111111111111110110111111111101111010011111111011101011110111111011111111011111111
+0,27,9,83,0101101101111011100111111111111110011111111111111111010011111111011111011110111111011111111011111111
+0,27,10,83,0101011101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,27,11,80,0101111101101011100111111111111110110111111111101111010011111111010111011110111111011111111011111101
+0,27,12,82,0101011101111011100111101111111010110111111111111111010011111111011111111110111111011111111011111111
+0,27,13,80,0101111101111011100111101101111110010111111111111111010011101111011111011110111111011111111011111111
+0,27,14,83,0101111101111011100111111111111110110111111111111111010011111011011111011110111111011111111011111111
+0,27,15,83,0101011101111011100111111111111110110111111111101111010011111111011111111110111111011111111011111111
+0,27,16,83,0101111100111111100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,27,17,84,0101111101111111100111111101111110110111111111111111010011111111011111011110111111011111111011111111
+0,27,18,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,28,0,85,1101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,28,1,80,0101111101101011100111111101111110110111111111101111010011111111010111011110111111011111111011111111
+0,28,2,82,0101111101111011100111111111111110110111111111101111010011111111011111011110011111011111111011111111
+0,28,3,82,0101101101111011100111111111111110011111111111111111010011111111011111011110111111011111111011011111
+0,28,4,82,0101111101111011100111111111111110110111111111100111010011111111011111111110111111011111111011101111
+0,28,5,83,0101111101111011100111111111111110110111111101111111010011111111011111011110111111011111111011111111
+0,28,6,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,28,7,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,28,8,84,0101101101111011100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,28,9,84,0101111101111011100111111111111110010111111111111111010011111111011111111110111111011111111011111111
+0,28,10,81,0101011101111011100111111111111110110111111111101111010011111111011111111110111111011011110011111111
+0,28,11,84,0101111101111011100111101111111110110111111111111111011011111111011111011110111111111111101011111111
+0,28,12,81,0101111101111011100111101111111010110111111111101111010011111111011111111110111111011111101011111111
+0,28,13,83,0101011101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,28,14,84,0101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,28,15,84,0101111101111011100111111111111110010111111111111111011011111111011111011110111111011111111011111111
+0,28,16,84,0101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,28,17,82,0101111101111011100111111101111110010111111111111111010011111111011111011110111111011111111011111111
+0,28,18,81,0101011101011011100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,29,0,83,0101101101111011100111111111111110111111111111111111010011111111011111011110111111010111111011111111
+0,29,1,83,0101011101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,29,2,86,0101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111111111111
+0,29,3,84,1101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,29,4,84,0101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,29,5,83,0101111101111011100111111111111110010111111101111111010011111111011111111110111111011111111011111111
+0,29,6,81,0001111100111011100111111111111110110111111111111111010011111111011111011110111111011110111011111111
+0,29,7,85,0101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,29,8,83,0101111101111011100111111111111110010111111111111111011011110111011111011110111111011111111011111111
+0,29,9,86,1101111101111111100111111111111110110111111111111111010111111111011111011110111111011111111011111101
+0,29,10,83,0101111101111111100111111111111110110111101111111111010011111111011111011110111111011111111011111101
+0,29,11,85,1101111101111011100111111111111110010111111111111111010011111111011111111110111111011111111011111111
+0,29,12,82,0101111101111011100111111101111110010111111111111111010011111111011111011110111111011111111011111111
+0,29,13,84,0101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,29,14,85,0101111101111011100111111111111110011111111111111111011011111111011111011110111111011111111011111111
+0,29,15,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,29,16,84,1101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,29,17,84,0101111101111111100111111111111110100111111111111111010011111111011111011110111111011111111011111111
+0,29,18,83,0101111101111011100111111111111110010111111111111111011011111111011111011110111111011111111011111011
+0,30,0,84,0101111101111111100101111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,30,1,83,0101011101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,30,2,85,0101101101111111100111111111111110111111111111111111010111111111011111011110111111010111111011111111
+0,30,3,83,1101111101111011100111111111111110110111111111111111010001111111011111011110111111011111111011111101
+0,30,4,84,1101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,30,5,81,0101111101111011100111111111011110110111111111101111010011111111011111011010111111011111111011111111
+0,30,6,85,0101111101111011100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,30,7,83,0101101101111011100111111111111110111111111111111111010011111111011111011110111111010111111011111111
+0,30,8,86,0101111101111111100111111111111110110111111111111111011011111111011111011110111111011111111011111111
+0,30,9,82,0101111101111011100111111111111110010111111111111111010011110111011111011110111111011111111011111111
+0,30,10,84,1101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,30,11,84,1101111100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,30,12,82,0101111101111111100111111111101110010111111111111111010011111111011111011110111111011111111011111101
+0,30,13,83,0101111101111011100111111111111110110111101111111111011011111111011111011110111111011111111011111011
+0,30,14,85,0101111101111011100111111111111110010111111111111111011011111111011111011110111111011111111111111111
+0,30,15,84,0101111101111111100111111111111110110111111111111111010011110111011111011110111111011111111011111111
+0,30,16,83,0101111101111011100111111111111110110111111111101111010011111111011111011110111111011111111011111111
+0,30,17,83,0101111101111011100111111111111110010111111111111111011011111111011111011110111111011111111011111011
+0,30,18,85,1101111101111011100111111111111110001111111111111111010011111111011111111110111111011111111011111111
+0,31,0,83,1101111101111011100111111111111110001111111111111111010011111111011111011110111111011111111011011111
+0,31,1,86,0101111101111011100111111111111110111111111111111111010011111111011111111110111111011111111011111111
+0,31,2,85,0101111101111011100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,31,3,85,0101101101111111100111111111111110111111111111111111010111111111011111011110111111010111111011111111
+0,31,4,86,0101111101111011100111111111111110010111111111111111011011111111111111011110111111011111111111111111
+0,31,5,82,0101011101111011100111111111111110110111011111111111010011111111011111011110111111011111111011111111
+0,31,6,86,0101111101111111100111111111111110110111111111111111011011111111011111011110111111011111111011111111
+0,31,7,83,0101101101111011100111111111111110111111111111111111010011111111011111011110111111010111111011111111
+0,31,8,83,0101111100111011100111111111111110010111111111111111011011111111011111011110111111011111111011111111
+0,31,9,87,1101111101111111100111111111111110101111111111111111010011111111011111111110111111011111111011111111
+0,31,10,82,0101111101111111100111111111100110110111111101111111010011111111011111011110111111011111111011111111
+0,31,11,83,0101110101111111100111111111111110010111111111111111010011111111111111011110111111011111111011111101
+0,31,12,85,1101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,31,13,83,0101110100111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,31,14,85,0101111101111011100101111111111110110111111111111111011011111111011111011110111111011111111111111111
+0,31,15,84,0101111101111111100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,31,16,81,0101111101111011100111111111101110010111101111111111011011111111011111011110111111011111111011111011
+0,31,17,84,0101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,31,18,86,1101111101111111100111111111111110110111111111111111011011111111011111011110111111011111111011111101
+0,32,0,86,1101111101111011100111111111111110111111111111111111010011111111010111111110111111011111111011111111
+0,32,1,85,1101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,32,2,86,0101111101111111100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,32,3,84,1101111101111011100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,32,4,84,0101111101111111100111111111111110010111111111111111010011111111011111011110111111011111111011111111
+0,32,5,84,0101111101111111101111111111111110110111111101111111010011111111011111011110111111011111111011111101
+0,32,6,84,1101111101111011100111111111111110000111111111111111011011111111011111011110111111011111111111011111
+0,32,7,83,0101111101111011100111111111111110011111111111111111010011111111111111011110101111011111111011011111
+0,32,8,84,0101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111111111111
+0,32,9,88,0101111101111011100111111111111110111111111111111111011011111111111111111110111111011111111011111111
+0,32,10,83,0101111100111111100101111111110110110111111111111111011011111111011111011110111111011111111011111111
+0,32,11,84,0101110101111011100111111111111110110111111111111111010011111111011111011110111111011111111111111111
+0,32,12,87,1101111101111111100111111111111110110111111111111111011011111111011111011110111111011111111111111101
+0,32,13,86,1101111101111111100111111111111110110111111111111111011011111111011111011110111111011111111011111101
+0,32,14,85,1101111101111111100111111111111110110111111111111111011011110111011111011110111111011111111011111101
+0,32,15,83,0101101101111011100111111111111110111111111111111111010011111111011111011110111111010111111011111111
+0,32,16,86,0101111101111111100111111111111110101111111111111111010011111111011111111110111111011111111011111111
+0,32,17,87,1101111101111011100111111111111110111111111111111111010011111111011111111110111111011111111011111111
+0,32,18,86,1101111101111111100111111111111110101111111111111111010011111111001111111110111111011111111011111111
+0,33,0,88,0101111101111111100111111111111110110111111111111111011011111111111111111110111111011111111011111111
+0,33,1,86,1101111101111011100111111111111110111111111111111111011011111111011111011110111111011111111011111101
+0,33,2,84,1101111101111111100111111111111110110111111111111111010011110111011111011110111111011111111011111101
+0,33,3,85,1101111101111111100111111111111110110111111111111111011011111111011111011110101111011111111011111101
+0,33,4,85,0101111101111011100111111111111110111111111111111111010011111111111111111110111101011101111011111111
+0,33,5,86,0101111101111111100111011111111110101111111111111111011011111111011111111110111111011111111011111111
+0,33,6,85,0101111101111111101111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,33,7,84,0101111101111111100111111110111110101111111101111111010011111111011111111110111111011111111011111111
+0,33,8,85,1101111101111111100111111111111110111111111111111111011011110111011111011110111111011111110011111101
+0,33,9,85,1101111101111011100111111111111110110111111111111111010011111111010111111110111111011111111011111111
+0,33,10,85,0101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,33,11,83,1101111101111011100111111111111110010111111111111111010011111111011111011110111111011111111011111101
+0,33,12,85,1101101101111111100111111111111110101111111111111111010011111111011111111110111111010111111011111111
+0,33,13,85,0101111101111011100111111111111110111111111111111111010011111111011111011110111111011111111011111111
+0,33,14,84,0101111101111011101111111111111110111111111101101111010011111111011111111110111111011111111011111101
+0,33,15,86,1101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111111
+0,33,16,85,1101111101111111100111111111111110110111111111111111011011111011011111011110111111011111111011111101
+0,33,17,83,1101111101111111100111111011111110110111111111111111010011111111011111011110111111011111010111111101
+0,33,18,85,0101111101111011100111111111111111001111111111111111010011111111011111111110111111011111111111011111
+0,34,0,89,1101111111111111100111111111111110111111111111111111010011111111111111111110111111010111111011111111
+0,34,1,85,0101101101111111100111111111111110100111111111111111011011111111011111111110111111011111111011111111
+0,34,2,86,1101111101111111101111111111111110111101111111111111010011111111011111011110111111011111111011111101
+0,34,3,83,0101111101111111100111111111111110010101111111111111010011111111011111011110111111011111111011111111
+0,34,4,86,1101111101111111100111111111111110100111111111111111011011111111011111011110111111011111111011111111
+0,34,5,87,1101111101111111100111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,34,6,87,0101111101111011100111111111111111111111111111111111011011111111011111011110111111011111111011111111
+0,34,7,84,1101111101111011100111111111111110111111111111111111010001111111011111011110111111011111111011111101
+0,34,8,84,0101111101111011101111111111111110111111111111101111010011111111011111111110111111011111111011011101
+0,34,9,84,0101111101111011100111111111111111001111111101111111010011111111011111111110111111011111011111111111
+0,34,10,85,0101111101111111100111111111111110101111111101111111010011111111011111111110111111011111111011111111
+0,34,11,84,0101111101111011100111011110111110101111111111111111011011111111011111111110111111011111111011111111
+0,34,12,84,1101111101111111100111111111111110110111111111111111010011111011011111011110111111011111111011111101
+0,34,13,83,1101111101110011100111111111111110010111111111111111011011111111011111011110111111011111111011111101
+0,34,14,86,0101111101111011100111111111111110110111111111111111010011111111111111111110111111011111111011111111
+0,34,15,86,0101111101111111100111111111111110111111111110111111011011111111111111111110111101011101111011111111
+0,34,16,85,0101111101111111101111111111111110110111111111111111011011111011011111011110111111011111111011111101
+0,34,17,85,1101111101111111100111111111111110110111111111111111010011111111011111011110111111011111111011111101
+0,34,18,84,1101101101111011100111111111111110110111111111111111010011111011011111111110111111011111111011111111
+0,35,0,86,1101111101111111100111111111101110110111111111111111010011111111011111111110111111011111111011111111
+0,35,1,85,0101111101111011100111110111111110110111111111111111010011111111111111111110111111011111111011111111
+0,35,2,83,0101101101111011100111111111111110100110111111111111011011111111011111111110111111011111111011111111
+0,35,3,88,0101111101111111100111111111111111111111111111111111011011111111011111011110111111011111111011111111
+0,35,4,84,1101111101111111100111111111111110101011111111111111011011111111011111011110111111011111111011110101
+0,35,5,85,1101111101111111101111111111111110110101111101111111010011111111011111011110111111011111111011111111
+0,35,6,83,0101111101111011100111111111111110111111111111101111010011111111011111111110111111011111111011011101
+0,35,7,88,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,35,8,84,0101111101111011101111111111111110110111111111111111011011111011011111011110111111011111111011111101
+0,35,9,84,1101111101110111100111111111111110010111111111111111011011111111011111011110111111011111111011111101
+0,35,10,84,0101111101111111100111111111110110111111111110101111011011111111111111111110111101011101111011111111
+0,35,11,84,0101101101111111100111111111111110100111111111111111011011111111011111101110111111011111111011111111
+0,35,12,82,0101111101111111100111111110111110101111111110111111011011111111011111011110111111011111111011011101
+0,35,13,89,0101111101111111100111111111111111111111111111111111011011111111111111111110111101011101111111111111
+0,35,14,84,0101111101111011101111111111111110101111111101111111010011111111011111111110111111011111111011011111
+0,35,15,85,0101111101111111100111111111111110111111111111101111010011111111011111111110111111011111111011111101
+0,35,16,86,1101111110111111100101111111111110111111111011111111010011111111111111111110111111010111111011111111
+0,35,17,89,1101111111111111100111111111111110111111111111111111010011111111111111111110111111010111111011111111
+0,35,18,84,0101111101111011101111111111111110111111111111101111010011111111011111111110111111011111111011011101
+0,36,0,86,1101111101111111101111111111111110110111111101111111010011111111011111011110111111011111111011111111
+0,36,1,87,1101111101111111101111111111111110110101111111111111010011111111011111111110111111011111111011111111
+0,36,2,86,0101111101111011100111111111111110111111111111111110010011111111111111111110111111011111111011111111
+0,36,3,88,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,36,4,86,1101111111111111100111111111111110111101111111111111010011111111011111111110111111010111111010111111
+0,36,5,86,1101111101111111101111111111111110110111111101111011010011111111111111011110111111011111111011111111
+0,36,6,86,0101111101111011100111111111111110111111111111111111010011111111011111111110111111011111111011111111
+0,36,7,84,0101111101101011101111111111111110111111111111101111010011111111111111111110111111011111111011011101
+0,36,8,85,0101111101111011100111111111111110111111111111011111011011111111011111011110111111011111111011111111
+0,36,9,86,0101111101111111100111110111111111110111111111111111010011110111111111111110111111011111111011111111
+0,36,10,87,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011101111
+0,36,11,85,1101111101111111101111111111111110110101111101111111010011111111011111011110111111011111111011111111
+0,36,12,85,0101111101111011100111110111111110110111111111111111010011111111111111111110111111011111111011111111
+0,36,13,88,0101111101111111100111111111111111111111111111111111011011111111111111111110111101011101111101111111
+0,36,14,84,0101111101111111100111111111110110111111111110101110011011111111111111111110111101011111111011111111
+0,36,15,84,0101111101111111100111111111111110111111111111101111010011111111011111111110111111011101111011111101
+0,36,16,87,1101111101111111100111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,36,17,88,1101111101111111101111111111101110110111111111111111010011111111011111111110111111011111111111111111
+0,36,18,86,1101111101111111101111111111111110010111111111111111010011111111011111111110111111010111111011111111
+0,37,0,86,0101101111111111100111111111111110110111111011111111010011111111111111111110111111011111111011111111
+0,37,1,86,1101111101111111100111110111111111111111111111111111010011110111111111111110111101011111011011111111
+0,37,2,86,1101111111111111100111111111111110110101111111111111010011111111011111111110111111011111111010111111
+0,37,3,88,1101111101111111101111111111111110111111111111111111010011111111011111111110111111010111111011111111
+0,37,4,87,0101111101111111100111111111111110111111111111101110011011111111111111111110111111011111111011111111
+0,37,5,83,0101111101111011100111111111110110111111111110111111010011111111011111111110111101011111111011111111
+0,37,6,88,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,37,7,85,1101111101111111100111111111111110010111111111111111010011111111011111111110111111010111111011111111
+0,37,8,88,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,37,9,87,1101111101111111100111111111101110110111111111111111010011111111111111111110111111001111111111111111
+0,37,10,85,1101111101111111101111111111111110110111111011101111010011110111011111111110111111011111111011111111
+0,37,11,90,1111111111111111100111111111111110111111111111111111010011111111111111111110111111011111011011111111
+0,37,12,87,1101111101111111101111111111111110110101111111111111010011111111011111111110111111011111111011111111
+0,37,13,87,1101111101111111101111111111111110110101111111111111010011111111011111111110111111011111111011111111
+0,37,14,89,1101111111111111101111111111111110111111111011111111010011111111111111111110111111011111011011111111
+0,37,15,87,1101111101111111100111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,37,16,88,0101111101111111110111111111111110111111111111111111010011111111111111111110111111011101111101111111
+0,37,17,88,1101111101111111101111111111111111110111111111111111011011111011011111111110111101011111111011111111
+0,37,18,84,0101111101111011100111111111111110101111111111111111011001111111011111111110111111011111111001111111
+0,38,0,87,1101111111111111101111111111111110111101111011111111010011111111011111111110111111011111011011111111
+0,38,1,89,1101111101111111101111111111111110110111111111111111010011111111111111111110111111011111111011111111
+0,38,2,85,0101111101111111101111111111111110111111111111111111010011111111011111111110101101011101111011111111
+0,38,3,89,1101111101111111100111111111111111110111111111011111011011111111111111011110111111011111111111111111
+0,38,4,88,0101111101111111111111111111111110111111111111111110010011111111111111111110111111011101111101111111
+0,38,5,88,1101111111111111100111111111111110111111111011111111010011111111111111111110111111011111011011111111
+0,38,6,89,0111111111111111100111111111111010111111111111111111010011111111111111111110111111011111111011111111
+0,38,7,85,1101101111111111100111111111111110110111111001111111010011111111111111111110111111011111011011111111
+0,38,8,88,1101111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,38,9,88,1101111101111111101111111111111110111111111111111111010011111111011111111110111111010111111011111111
+0,38,10,87,1101111101111111101111111111111111110101111111111111010011111111011111111110111101111111101011111111
+0,38,11,88,1101111101111111101111111111111110110111111111111111011011111011011111111110111111011111111011111111
+0,38,12,90,1111111111111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,38,13,87,1101111101111111100111111111111110111101111111111111010011111111111111111110111111011111011011111111
+0,38,14,87,1101111101111111101111110110111111111111111111111111010011110111111111111110111111011111011011111111
+0,38,15,86,1101111101111111100111111111111110110111111111111111010011111111011111111110111101011111111011111111
+0,38,16,87,0101111101111111101111111111111111111111111011110111011011111111111111011110111101011111011111111111
+0,38,17,88,1101111111111111100111111111111110111111111111011111010011111111111111111110111111011101111011111111
+0,38,18,88,0101111111111111110111111111111110111111111111111111010011111111111101111110111111011101111101111111
+0,39,0,87,1101111101111111101111111111111111111111111011110111011011111111111111011110111101011111011011111111
+0,39,1,88,0101111101111111101111111111111110111111111111111111010011111111011111111110111111010111111111111111
+0,39,2,87,1101111101111111101111111111111110110111111111011111011011111111011111011110111111010111111111111111
+0,39,3,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,39,4,88,1101111101111111111111111111101110111111111011111111010011111111111111111110111111011111011011111111
+0,39,5,86,0101111101111111101111111111111110111111111111110110010011111111111111111110111111011101111101111111
+0,39,6,88,0111111111111111100111111111111010111111111111111111010011111111111101111110111111011101111111111111
+0,39,7,90,0101111111111111110111111111111110111111111111111111010111111111111111111110111111011111111001111111
+0,39,8,89,1101111111111111100111111111111110111111111111011111010011111111111111111110111111011111111011111111
+0,39,9,86,1101111101111111101111110110111111111111111111111111010011110111111111111110111111011101011011111111
+0,39,10,89,1101111111111111100111111111111110111111111011111111011011111111111111111110111111011111011011111111
+0,39,11,87,1101111101111111101111111111111110110111111111111111010011111011011111111110111111011111111011111111
+0,39,12,88,1101111111111111101111111111111110111111111011111111010011111111011111111110111101011111111011111111
+0,39,13,88,1111111111111111101111111111111110110101111111111111010011111111011111111110111111011111011011111111
+0,39,14,87,1101111101111111101111111111111110111111111111011111010011111111011111111110111111011101111011111111
+0,39,15,85,0101111111111111100111111111111110111110111111111111010011111111111111111110101101011101111011111111
+0,39,16,89,1101111111111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,39,17,89,1111111101111111101111111111111110110111111111111111010011111111011111111110111111011111111011111111
+0,39,18,86,0101111101111111101111111111111110111111111111111111010011111111111111111110101101011101111011111111
+0,40,0,90,1101111111111111100111111111111110111111111111111111010011111111111111111110111111011111111011111111
+0,40,1,87,0101111111111111110111011111111110111111111011111111011111111111111111111110111111011111011001111110
+0,40,2,90,1111111111111111000111111111111110101111111111111111010011111111111111111110111111011111111111111111
+0,40,3,85,0101111111111111100111111111111010111111111111011111010011111111111101111110111111011101111011111111
+0,40,4,87,1101111101111111101111111111111110111111111011111111010011111111011111111110111111011111011011111111
+0,40,5,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,40,6,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,40,7,89,1101111111111111100111111111111110111111111011111111011011111111111111111110111111011111011011111111
+0,40,8,86,1101111101111111101101111111111110111111111011111111010011111111011111111110111101011111111011111111
+0,40,9,87,1101111111111111101111111111111110111111111011111111010011111111011111101110111111011111011011111111
+0,40,10,89,1101111111111111101111111111111110110111111111111110010011111111111111111110111111011111111011111111
+0,40,11,87,0101111101111111101111111111111110111111111111110111010011111111111111111110111111011101111101111111
+0,40,12,88,1111111111111111101111111111111110111111111111110111010011111111011111111110111111011111011001111111
+0,40,13,87,0111111101111111101111111111111110110101111111111110010011111111111111111110111111011101111111111111
+0,40,14,90,1101111111111111110111111111111110111111111111111111010011111111111111111110111111011111111001111111
+0,40,15,90,0101111101111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,40,16,89,1101111111111111101111111111111110111111111111011111010011111111111111111110111110011111111011111111
+0,40,17,86,1101111101111111100111111111111110111111111111011111010011111111011111111110111111011101111011111111
+0,40,18,87,1101111111111111100111111111111110111111111011111111011011111111011111011110111111011111011011111111
+0,41,0,90,1111111111111111101111111111111110111111111111110111011011111111011111111110111111011111011011111111
+0,41,1,86,1101111111111111100111111111111110111111111011111111010011111111011111011111111111011111011001111111
+0,41,2,87,1101111101111111101111111111111110110111111111011111010011111011111111111110111111010111111111111111
+0,41,3,90,1101111111111111101111111111111110111111111111011111011011111111111111111110111110011111111011111111
+0,41,4,87,1101111111111111101111111111111110111111111111011111010011111111011111111110111110011111011011111111
+0,41,5,89,1101111111111111100111111111111110111111111011111111011011111111111111011110111111011111111011111111
+0,41,6,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,41,7,89,1101111101111111100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,41,8,89,1101111101111111101111111111111110111111111111111111010011111111011111111110111111011111111011111111
+0,41,9,87,1101111101111111101111111111111110110111111111011111011011111111111110111110111111010111011111111111
+0,41,10,88,1101111111111111100111111011111110111111111111111111010011111111111111111110111111011101111011111111
+0,41,11,89,1101111101111111100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,41,12,87,0101111111111111110111111111111111111111111011011111011011111111111111111110111111011111011001111110
+0,41,13,90,1101111111111111100111011111111110111111111111111111010111111111111111111110111111011111111011111111
+0,41,14,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,41,15,88,0101111111111111110111111111111110111111111111111111010011111111111111011110111111011111111001111111
+0,41,16,90,1101111111111111100111111111111110111111111111111111010011111111111111111110111111011111111011111111
+0,41,17,89,1101110111111111100111111111111110111111111111111111010011111111111111111111111111010111111011111111
+0,41,18,88,1101111101111111101111111111111110110111111111011111011011111111111111111110111111010110111111111111
+0,42,0,88,1101111101111111101111111111111110110111111111111111011001111111111111111110111111010110111111111111
+0,42,1,88,1101111101111111101111111111111110110111111111011111011011111111111111111110111111010110111111111111
+0,42,2,88,1101111101111111100111111111111110111111111111111111011011111101111111011110111111011111111011111111
+0,42,3,89,1101111111111111100111111111111110111111111011111111010011111111111111111110111111011111111011111111
+0,42,4,89,1101111101111111100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,42,5,90,1101111101111111101111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,42,6,89,1001111111111111101111111111111110111111111111011111011011111111111111111110111110011111111011111111
+0,42,7,88,1101110111111111101111111111111110111111111111011111011011111011111111111110111110011111111011111111
+0,42,8,89,1101111111111111100111011111111110111111111111011111011111111111111111111110111110011111111011111111
+0,42,9,91,1101111111111111101111111111111110111111111111111111010011111111111111111110111111011111111011111111
+0,42,10,88,1101111101111111100111111111111110111111111111111111010011111011111111111110111111011111111011111111
+0,42,11,91,1101111111111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,42,12,90,1101111111111111100111011111111111111111111111111111010011111111111111111110111111011111111011111111
+0,42,13,89,1101111101111111100111111111111110111111111111111111010111111011111111111110111111011111111011111111
+0,42,14,88,1101111101111111100111111111111110111111111011111111011011111111111111011110111111011111111011111111
+0,42,15,90,1101111111111111100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,42,16,89,0101111111111111101111011111111110111111111111111111010111111111111111111110111111011110111011111111
+0,42,17,89,1101111111111111110111111111111110111111111111111111010011111111111111011110111111011111111001111111
+0,42,18,85,1101110110111111101111111111111110111111111111110111010010111111011111111110111111011111011011111111
+0,43,0,91,1101111111111111101111111111111111111111111111111111010011011111111111111110111111011111111011111111
+0,43,1,89,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,43,2,90,1101111111111111100111111111111110111111111111111111010011111111111111111110111111011111111011111111
+0,43,3,86,1101110111111111101111111111111100111111111011011111011011111011111111111110111110011111111011111111
+0,43,4,89,1101111111111011100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,43,5,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,43,6,86,1101111111111111100111011111111110111111111101111111010011111111111111011110111111011110111011111111
+0,43,7,91,0101111111111111111111111111111110111111111111111111010111111111111111111110111111011111111001111111
+0,43,8,89,1101111111111111100111111111111110111111111011111111011011111111111111011110111111011111111011111111
+0,43,9,88,1101111101111111100111111111111110111111111011111111010011111111111111111110111111011111111011111111
+0,43,10,90,1101111111111111110111111111111110111111111111111111011011111111111111011110111111011111111001111111
+0,43,11,88,1101111111111111100111011111111110111111111111011111010111111111111111111110111110011111111011111111
+0,43,12,88,1101111111111111100111011111111110111111111111111111010011111111111111111110111011011111111011111111
+0,43,13,90,1101111111111111110111111111111111111111111111111111010011111111111111011110111111011111111001111111
+0,43,14,88,1101111111111111100111111111111110111111111111111111010011111111111111011100111111011111111011111111
+0,43,15,89,1101111111111110111111111111111110111111111111111111010011111111111110111110111111011111111001111111
+0,43,16,90,1101111111111111100111011111111111111111111111111111010011111111111111111110111111011111111011111111
+0,43,17,90,1101111111111111100111111111111111111111111111111111010011111011111111111110111111011111111011111111
+0,43,18,91,1001111111111111101111111111111110111111111111111111011011111111111111111110111111011111111011111111
+0,44,0,88,1100111111111111100111111111111110111111111111111111010011111111101111111110111111011111111011111111
+0,44,1,88,1101111111111111100111011111111110111111111111111111010011111111111111111110111011011111111011111111
+0,44,2,91,1001111111111111101111111111111111111111111011111111011011111111111111111110111111011111111011111111
+0,44,3,88,1101111101111111100111111111111110111111111111111111010011111111111111111110111111011110111011111111
+0,44,4,87,1101111011111111100111111111111110111111111111111111010011111111111111111110111111011110111011011111
+0,44,5,90,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,44,6,87,1101111111111111100111011111111011111111111111111111010011111111111111011110111011011111111011111111
+0,44,7,90,1101111111111111110111111111111110111111111111111111010011111111111111111110111111011111111001111111
+0,44,8,90,1101111111111111100111111111111110111111111111111111011011111111111111011110111111011111111011111111
+0,44,9,86,1101111111111111100111011111111110111110111011111111010011111111111111111110111011011111111011111111
+0,44,10,89,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,44,11,89,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,44,12,92,1101111111111111101111111111111110111111111111111111010111111111111111111110111111011111111011111111
+0,44,13,90,0001111111111111111111111111111110111111111111111111011011111111111111111110111111011111111001111111
+0,44,14,91,0101111111111111111111111111111110111111111111111111010111111111111111111110111111011111111001111111
+0,44,15,91,1001111111111111101111111111111110111111111111111111011011111111111111111110111111011111111011111111
+0,44,16,89,1101111111111111100111111111111111111111111111111111010011111111111111011100111111011111111011111111
+0,44,17,88,1101111101111111100111111111111110111111111111111111010011111111111111111110111111011110111011111111
+0,44,18,88,1101111011111110111111111111111110111111111111111111010011111111111110111110111111011111111001111111
+0,45,0,91,1101111111111111101111111111111110111111111111111111010011111111111111111110111111011111111011111111
+0,45,1,89,1100111111111111100111111111111110111111111111111111010111111111101111111110111111011111111011111111
+0,45,2,92,1101111101111111111111111111111111111111111111111111010111111111111111111110111111011110111011111111
+0,45,3,87,0101111111111111100111111111111010111111111111111111010011111111111111111110111111011111111001111111
+0,45,4,89,1101111101111111100111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,45,5,87,1101111101111111100111111111111110111111111111111111010011111111111111101110111111011110111011111111
+0,45,6,92,1001111111111111101111111111111111111111111111111111011011111111111111111110111111011111111011111111
+0,45,7,90,1001111111111111101111111111111110111111111011111111011011111111111111111110111111011111111011111111
+0,45,8,91,0101111111111111111111111111111110111111111111111111010111111111111111111110111111011111111001111111
+0,45,9,89,0001111111111111111111111111111110111111111111111111011011111111111111111110111111011110111001111111
+0,45,10,89,1001111111111111101111111111111110111111111011111111011011111111111111111110111111011111111011011111
+0,45,11,91,1001111111111111101111111111111110111111111111111111011011111111111111111110111111011111111011111111
+0,45,12,90,0101111111111111111111111111111110111111111101111111010111111111111111011110111111011111111011111111
+0,45,13,89,1101111111111111100111111111111110111110111111111111011011111111111111111110111111011111111001111111
+0,45,14,90,1101111111111111110111111111111110111111111111111111011001111111111111011110111111011111111011111111
+0,45,15,89,1101111111111111100111111111111110111111111111111111011011111111111111011110111011011111111011111111
+0,45,16,91,1101111111111111100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,45,17,90,1101111111111111101111111111111110111111111111111111010011111111111111011110111111011111111011111111
+0,45,18,90,1101111111111111100111111111111110111111111111111111011011111111111111011110111111011111111011111111
+0,46,0,90,1101111111111011100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,46,1,91,1101111111111111100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,46,2,91,1101111111111111111111111111111110111111111111111111010011111111111111111110111111011111111001111111
+0,46,3,90,1101111111111111100111111111110111111111111111111111010011111111111111111110111111011111111011111111
+0,46,4,88,0101111111111111100111111111111110111111111111111111010111111111111111111110111111011110111011111011
+0,46,5,91,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111001111111
+0,46,6,88,1101111111111111100111111111111110111111111111111111010011111111111111011110111011011111111011111111
+0,46,7,91,1101111111111111100111111111111111111111111111111111011111111111111111111100111111011111110011111111
+0,46,8,91,1101111111111101110111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,46,9,89,1101111111111111100111111111111110111111111111111111011001111111111111011110111111011111111011111111
+0,46,10,90,1000111111111111101111111111111110111111111111111111011011111111111111111110111111011111111011111111
+0,46,11,91,1101111111111111110111111111111111111111111111111111011001111111111111011110111111011111111011111111
+0,46,12,88,1101111111111111110111111111111110111111111111111111010011111111110111111110111111011101011011111111
+0,46,13,89,1101111101111111101111111111011111111111111111111111011111111111111111011110111011011110111011111111
+0,46,14,87,1101111101111111100111111111111110111111111111111111010011111111111111101110111111011110111011111111
+0,46,15,90,1101111111111111100111111111111110111111111111111111011011111111111111011110111111011111111011111111
+0,46,16,90,0101111111111111101111111111111111111111111101111111010111111111111111011110111111011111111011111111
+0,46,17,89,1101111111111111110111111101111110111111111111111111010111111110111111111100111111011111111011111111
+0,46,18,89,1101111111111111101011111111111110111111111111111111011011111111111111101110111110011111111011111111
+0,47,0,90,1101111111111101110111111111111111111111111111111111010011111111111111111100111111011111111011111111
+0,47,1,90,1101111111111111110101111111111111111111111111111111011101111111111111011110111111011111111010111111
+0,47,2,89,1101111111111111110011111111111111111111111111111111011001111111111111101110111111011111111011111011
+0,47,3,90,1101111111111111101111111111111110111111111111111111011011111111111111011110111110011111111011111111
+0,47,4,90,1101111111111111100111111111111111111111111111111111011011111111111111111110111111011111110011111011
+0,47,5,90,1101111111111111100111111111110111111111111111111111010111111111111111111100111111011111111011111111
+0,47,6,86,1101111101111111101111111111011111111111111111111111010011111111111111010110111011011110111011111111
+0,47,7,88,1101111111111111100111111111111110111111111111111111011111111111111111011110011011011111101011111111
+0,47,8,91,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111001111111
+0,47,9,91,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111001111111
+0,47,10,87,1101111111111111100011111111111110111111111111111111011011111111111111101100111110011111111011111111
+0,47,11,93,1101111111111101111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,47,12,91,1101111111111111100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,47,13,90,1101111111111011100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,47,14,93,1101111111111111111111111111111111111111111111111111010111111111111111011110111111011111111011111111
+0,47,15,87,0101111111111101100111111111111111111111101101111111010111111111111111111100111111011111111011111111
+0,47,16,87,1101111111111011100111111111111110111111111111111111010011111111111111011100111111011111111011111111
+0,47,17,92,1101111111111111100111111111111111111011111111111111011111111111111111111110111111011111111011111111
+0,47,18,90,1101111111111111100111111111111110111111111111111111010111111111111111111100111111011111111011111111
+0,48,0,90,1101110111111111100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,48,1,87,1101111111111011100111111111111110111111111111111111011011011111111111011110111111011111111011011111
+0,48,2,90,1101111111111111110111111111111110111111111111111111010011111111111111111110111110011111111011111111
+0,48,3,88,1001111110111101101011111111111111111111111111111111011111111111111111101100111111011111111011111111
+0,48,4,90,1101111101111111111111111111111111111111111111111111010011111111111111111100111111011111111001111111
+0,48,5,91,1101111111111011100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,48,6,91,1101111111111101111111111111111111111111111111111111010111111111111111111000111111011111111011111111
+0,48,7,90,1101111111111111110101111111111111111111111111111111011101111111111111011110111111011111111010111111
+0,48,8,89,1101111111111111100111111111110111111111111111111111010111111111111111111100111111011111111001111111
+0,48,9,92,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,48,10,91,1101111111111111101111111111111111111111111111111111011011111111111111111110111111011111110011111011
+0,48,11,90,1101111101111111110111111111111111111111111111111111010011111111111111111110111111011111111001111111
+0,48,12,89,1101111111111111101111111111111110111111111111111011011011111111111111011110111110011111111011111111
+0,48,13,89,1101111111111100110111111111111111111111111111111111010011111111111111111100111111011111111011111111
+0,48,14,92,1101111111111101110111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,48,15,90,1101111111111011100111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,48,16,90,1101111111111111100111111111111111111011111111111111001111111111111111111100111111011111111011111111
+0,48,17,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,48,18,91,1101111111111111111111111111111111111111111111111111010011111111111111011110111111011111111001111111
+0,49,0,90,1101111111111111100111111111110111111111111111111111010111111111111111111100111111011111111011111111
+0,49,1,90,1101111111111111101111111111111111111111111111111111011011111111111111111110111111011111110001111011
+0,49,2,92,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,49,3,93,1101111101111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,49,4,88,1101111111101101110111111111111111111111111111111111000011111111111111111100111111011111111011111111
+0,49,5,89,1101111111111110100111111111111111111011111111111111011111111111111111111100111111011111111010111111
+0,49,6,92,1101111111111111111111111111111111111111111111111111010011111111111111011110111111011111111011111111
+0,49,7,89,1101111101011111111111111111111111101111111111111111010011111111111111111110111111011111111001111111
+0,49,8,89,1101111111111011100111111111111111111111111111111011010111111111111111011110111111011111111011111111
+0,49,9,92,1101111111111111111111111111111111111111111111111111010011111111111111111110111111011111111001111111
+0,49,10,91,1101111111111111100111111111111111111111111111111111001111111111111111111100111111011111111011111111
+0,49,11,88,1101111111011111100111111111110111111011111111111111010111111111111111111101111111011111111001111111
+0,49,12,89,1101111111111011110101111111111111111111111111111111010111111111111111111100111111011011111011111111
+0,49,13,91,1101111101111111101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,49,14,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,49,15,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,49,16,88,1101111101111111100111111111111111111111111111111111010011111111111111011110111111011111111001111111
+0,49,17,90,1101111111111111111111111111111110111111111111111011011010111111111111111110111110011111111011111111
+0,49,18,92,1101111111111111110101111111111111111111111111111111011101111111111111111110111111011111111011111111
+0,50,0,92,1101111111111111100111111111111111111111111111111111011111111111111111111100111111011111111011111111
+0,50,1,91,1101111111111111100111111111111111111111111111111111000111111111111111111110111111011111111011111111
+0,50,2,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,50,3,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,50,4,88,1101111111111111111111111111111111111111111111111111010011111111110111011110111111011101101011101111
+0,50,5,92,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,50,6,90,1101111111011111100111111111111111111111111111111111010111111111111111111101111111011111111001111111
+0,50,7,87,1101111111111011100111111111110111111011111111111011010111111111111111011110111111011111111011111111
+0,50,8,92,1101111101111111111111111111111111111111101111111111010111111111111111111110111111011111111011111111
+0,50,9,93,1101111101111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,50,10,92,1101111111111111111111111111111111111111111111111111010011111111111111011110111111011111111011111111
+0,50,11,92,1101111101111111011111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,50,12,91,1101111111111111111111111111111111111111111111111111011011111111111111111110111111011111110001111011
+0,50,13,91,1101111101111111101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,50,14,90,1101111101111110101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,50,15,91,1101111101111111101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,50,16,92,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,50,17,91,1101111101111111111111111111111111111111111111111111010011111111111111111110111111011110111011111111
+0,50,18,91,1101111111111111110111111111111111111111111111111111010011111111111111011110111111011111111011111111
+0,51,0,91,1101111101111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,51,1,91,1100111111111111101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,51,2,91,1101111111111111101111111111111111111111111111111111000111111111111111111100111111011111111011111111
+0,51,3,91,1101111111111111111111111111111111111111111111111111011011111111101111011010111111011111111011111111
+0,51,4,92,1101111101111111111111111111110111111111111111111111010111111111111111111110111111011111111011111111
+0,51,5,85,1101110111110011000111111111111111111011111111111011010111111111111111011110111111011111111011111111
+0,51,6,87,0101111101111111000111111111111111111111111111111111000111110111111111111110111111011111111011111111
+0,51,7,93,1101111111111111101111111111111111111111111111111111010011111111111111111110111111111111111011111111
+0,51,8,90,1101111111111111110111111111111111111111111111110111010011111111111111011110111111011111111011111111
+0,51,9,90,1101111101111110101111111111111111111111111111111111010011111111111111111110111111011111111011111111
+0,51,10,93,1101111111111111100111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,51,11,90,1101111111111111100111111111111111111111111111111111000111111111111111111100111111011111111011111111
+0,51,12,93,1101111111111111101111111111111111111111111111111111011111111111111101111110111111011111111011111111
+0,51,13,90,1101111101111111010111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,51,14,89,1101111101111111011111111111111111111111111101111111010011111111111111110110111111011111111011111111
+0,51,15,92,1101111111111111111111111111111111111111111111111101010111111111111111011110111111011111111011111111
+0,51,16,92,1101111111111111110111111111111111111111111111111111000111111111111111111110111111011111111011111111
+0,51,17,91,1101111101111111001111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,51,18,92,1101111111011111101111111111111111111111111111111111011111111111111111111100111111011111111011111111
+0,52,0,89,1101011101111011101111111111110111111111111111111111010111111111111111111110111111011111111011111111
+0,52,1,92,1101111101111111011111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,52,2,91,1101111111011111101111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,52,3,93,1101111111111111111111111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,52,4,92,1101111111011011101111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,52,5,91,1101111111111111101111111111111111111111111111110111011011111111111111111100111111011111111011111111
+0,52,6,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,52,7,89,1101111111011111100111111111111111111111111101111111010111111111111111111100111111011111111011111111
+0,52,8,93,1101111111111111101111111111110111111111111111111111011111111111111111111110111111011111111011111111
+0,52,9,91,1101011101111111110111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,52,10,91,1101111101111111010111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,52,11,91,1101111111111111111111111111111111111111111111111101010111111111111111011100111111011111111011111111
+0,52,12,91,1101111101011111001111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,52,13,92,1101111111111111101111111111111111111111111111111111010111111111111111111100111111011111111011111111
+0,52,14,93,1101111111111111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,52,15,91,1101111101111111110111111111110111111111111111111111010111111111111111111110111111011111111011111111
+0,52,16,92,1101111111111111111111111111111111111111111111111111000111111111111111111100111111011111111011111111
+0,52,17,91,1101111111111111100111111111111111111111111111111111000111111111111111111110111111011111111011111111
+0,52,18,91,1101111101111111010111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,53,0,93,1101111111111111101111111111111111111111111111111111011111111111111111111100111111011111111011111111
+0,53,1,91,1101111111001111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,53,2,92,1101111111111111001111111111110111111111111111111111011111111111111111111110111111011111111011111111
+0,53,3,92,1101111101111111110111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,53,4,92,1101111111111111101111111111110111111111111111111111011111111111111111111100111111011111111011111111
+0,53,5,93,1101111111111111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,53,6,92,1101111101011111011111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,53,7,92,1101111111111111101111111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,53,8,92,1101111111111111101011111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,53,9,92,1101111111111111101111111111111111111111111111101111010111111111111111111110111111011111111011111111
+0,53,10,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,53,11,89,1101011101111111101111111111111111111111111111110111010111111111111011111110111111011111111011111111
+0,53,12,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,53,13,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,53,14,91,1101111101011111111111101111111111111111111111111111011111111111111111011110111111011111111011111111
+0,53,15,90,1101111111111111001111111111111111111111111111111101011111110110111111111110111111011111111011111111
+0,53,16,93,1101111111111111111111111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,53,17,93,1101111111111111111111111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,53,18,92,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111101011111111
+0,54,0,93,1101111111111111100111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,54,1,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,54,2,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,54,3,91,1101111111111111101111111111111111111111111111101111010111111110111111111110111111011111111011111111
+0,54,4,93,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111101011111111
+0,54,5,93,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,54,6,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,54,7,93,1101111111111111111111111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,54,8,90,1101111111111111101111111111110101111111111111111111010111111111111111111100111111011111111011111111
+0,54,9,93,1101111111111111101011111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,54,10,92,1101111111111111101111111111111111111111111111111111010111111111111111111110111101011111111011111111
+0,54,11,92,1101111111111111111011111111111111111111111111111101011111111111111111011110111111011111111011111111
+0,54,12,93,1101111111111111100111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,54,13,93,1101111111111111111111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,54,14,90,1101111111111111101111111111111111111111111110111101011111111111111111011100111111011111111011111111
+0,54,15,93,1101111111111111111111111111110101111111111111111111011111111111111111111110111111011111111011111111
+0,54,16,92,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111101011111111
+0,54,17,92,1101111111111111101011111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,54,18,92,1101111111011111111111101111111111111111111111111111011111111111111111011110111111011111111011111111
+0,55,0,92,1101111111111111111111111111111111111111111101111111011111111111111111111100111111001111111011111111
+0,55,1,93,1101111111111111111111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,55,2,93,1101111111111111110011111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,55,3,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,55,4,92,1101111111111111100111111111111111111111111111111111011111111111111111111110111111011111111011011111
+0,55,5,93,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,55,6,92,1101111111111111110111111111111111111111110101111111011111111111111111111110111111011111111011111111
+0,55,7,93,1101111111111111111111111111111110111111111111111111011111111111111111111100111111011111111011111111
+0,55,8,92,1101111111011111100111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,55,9,94,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011101111011111111
+0,55,10,93,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,55,11,94,1101111111111111101111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,55,12,94,1101111111111111111111111111111111110111111111111111011111111111111111111110111111011111111011111111
+0,55,13,92,1101111111111111101111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,55,14,92,1101111111111111100111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,55,15,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,55,16,93,1101111111111111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,55,17,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,55,18,94,1101111111111111111111111111111111111111111111111111010110111111111111111110111111111111111011111111
+0,56,0,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,56,1,93,1101111111011111101111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,56,2,90,1101111111111111100011111111110111111111111111111011011111111111111111111110111111011111111011111111
+0,56,3,94,1101111111111111111101111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,56,4,95,1101111111111111111111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,56,5,93,1101111111011111101111111111111111111111111111111111111111111111111111111110111111011111111011111110
+0,56,6,93,1101111111111111111111111110111111110111111111111111011111111111111111111110111111011111111011111111
+0,56,7,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,56,8,93,1101111111111111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,56,9,94,1101111111111111111111111111111111111111111111111111011110111111011111111110111111111111111011111111
+0,56,10,92,1101111111011111101111111111111111111111111111111111010111111111111111111100111111111111111011111111
+0,56,11,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,56,12,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,56,13,92,1101111111111111101111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,56,14,93,1101111111111111101111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,56,15,91,1101111111111111110111111111111111111111111101111011011111111111111111111100111111011111111011111111
+0,56,16,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,56,17,92,1101111111111111111111111111111111111111111111111111010110111111111111111110111111011101111011111111
+0,56,18,92,1101111101111111111111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,57,0,93,1101111111111111110101111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,57,1,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,57,2,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,57,3,93,1101111111111111110111111111111111111111111101111111011111111111111111111110111111011111111011111111
+0,57,4,94,1101111111111111111111111111111111111111111111111111011110111111011111111110111111111111111011111111
+0,57,5,93,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011110111011111111
+0,57,6,92,0101111111111111111111111110111111110111111111111111011111111111111111111110111111011111111011111111
+0,57,7,93,1101111111011111101111111111111111111111111111111111111111111111111111111110111111011111111011111110
+0,57,8,92,1101111111111111111111111110111111010111111111111111011111111111111111111110111111011111111011111111
+0,57,9,92,1101111111111111101111111111111111111111111101111111011111111111111111111100111111011111111011111111
+0,57,10,92,1101111111111111101111111111111111111111111111111111010111111111111101111110111111011111111011111111
+0,57,11,92,1101111111111111110111111111111111111101111111111111011111111111111111111110111101011111111011111111
+0,57,12,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,57,13,91,0101111111111110111101111111101111111111111111111111011111111111111111111110111111011111111011111111
+0,57,14,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,57,15,91,0101111111111111100111111111111111111111111111111110011111111111111111111110111111011111111011111111
+0,57,16,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,57,17,91,1101111111111111110111011111111111111111111111111111011111110111111111111110111111011111111011101111
+0,57,18,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,58,0,95,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111111111111
+0,58,1,92,1101111111111111110111111111111111111111101111101111011111111111111111111110111111011111111011111111
+0,58,2,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,58,3,94,1101111111111111111111111111111111111111111111111111011110111111011111111110111111111111111011111111
+0,58,4,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,5,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,58,6,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,58,7,93,1101111111111111110111111111111111111111111111111111011111111111011111111110111111011111111011111111
+0,58,8,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,58,9,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,10,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,11,93,1101111111111111110101111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,12,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,13,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,14,93,1101111111111111110111111111111111111111111111101111011111111111111111111110111111011111111011111111
+0,58,15,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,58,16,95,1101111111111111111111111111111111111111111111111111011101111111111111111110111111111111111011111111
+0,58,17,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,58,18,92,1101111111111111110111111111111111111101111111111111011111111111111111111110111101011111111011111111
+0,59,0,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,59,1,93,1101111111111111110111111111111111111111111111111111011111011111111111111110111111011111111011111111
+0,59,2,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,59,3,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,59,4,95,1101111111111111111111111111110111111111111111111111011111111111111111111110111111111111111011111111
+0,59,5,92,1101111111111111111111111111111111111111111111111111011101111111111011011110111111111111111001111111
+0,59,6,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,59,7,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111011111111011111111
+0,59,8,94,1101111111111111110111111111111111111111111111111111011101111111111111111110111111011111111111111111
+0,59,9,93,1101111111111111110101111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,59,10,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,59,11,93,1101111111111111111111111111111111111111011111111111011110111111111111111110111111011111111011111111
+0,59,12,93,1101111111111111100111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,59,13,93,1101111111111111111111111111111111111111101111111111011110111111011111111110111111111111111011111111
+0,59,14,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,59,15,94,1101111111111111111111111111111111111111111111111111011111111111111111111110111101011111111011111111
+0,59,16,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,59,17,92,1101111111111111110111111111111011111111111111111111011111111111011111111110111111011111111011111111
+0,59,18,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,60,0,94,1101111111111111111111111111111111111111111110111111011110111111111111111110111111111111111011111111
+0,60,1,94,1101111111111111111111111111111111111111011111111111011111111111111111111110111111011111111011111111
+0,60,2,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,60,3,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,60,4,95,1101111111111111111111111111110111111111111111111111011111111111111111111110111111111111111011111111
+0,60,5,95,1101110111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,60,6,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,60,7,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,60,8,92,1101111111111111110111111111111111111111011111111111011111111111111111011110111111011111111011111111
+0,60,9,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,60,10,91,1101111111111111100101111111111111110111111111111111011111111111111111111110111111011111111011111111
+0,60,11,94,1101111111111111110111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,60,12,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,60,13,93,1101111111111111111111111111111111111111111111111111001110111111111111111100111111111111111011111111
+0,60,14,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,60,15,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,60,16,92,1101111111111111111111111111111111111111011111111111011110111011111111111110111111011111111011111111
+0,60,17,95,1101111111111111111111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,60,18,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,61,0,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,61,1,92,1101111111111111111111111111111111111111111111111111001110111111111011111100111111111111111011111111
+0,61,2,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,61,3,93,1101111111111111111111111111111111111111111111111011011110111111111111111100111111111111111011111111
+0,61,4,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,61,5,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,61,6,92,1101111111111111111111111111111111111111011111111111011110111011111111111110111111011111111011111111
+0,61,7,94,1101111111111111111111111111111111111111111111111111010111111111111111110110111111111111111011111111
+0,61,8,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,61,9,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,61,10,95,1101110111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,61,11,94,1101111111111111111111111111111111111111111111011111011110111111111111111110111111111111111011111111
+0,61,12,95,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111111
+0,61,13,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,61,14,94,1101111111111111111111111111111011111111111111111111011111111111111111111100111111111111111011111111
+0,61,15,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,61,16,92,0101111111111111110111111111111111111111011111111111011111111111111111011110111111111111111011111111
+0,61,17,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,61,18,94,1101111111111111111111111111111111111111111111111111010111111111111111111110111111111111111010111111
+0,62,0,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,62,1,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,62,2,95,1111111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,62,3,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,62,4,91,1101111111111111111111111111111111111101011111111111011110111011111111111110111111011111111011111111
+0,62,5,94,1101111111111111111111111111111111111111111111011111011110111111111111111110111111111111111011111111
+0,62,6,93,1101111111111111111111111111111111111111111111111111011110110111111110111110111111111111111011111111
+0,62,7,94,1101111111111111111111111111111111111111111111111111011111111110111111111110111111011111111011111111
+0,62,8,92,1101111111111111111111111111111111111111111111111111010111111111111111110110111111011110111011111111
+0,62,9,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,62,10,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,62,11,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,62,12,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,62,13,95,1111111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,62,14,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,62,15,94,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111101
+0,62,16,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,62,17,94,1111111111111111111011111111111111111111111111110111011110111111111111111110111111111111111011111111
+0,62,18,92,1101110111111111111111111111111111111111111111111111001111111111111011111100111111111111111011111111
+0,63,0,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,63,1,95,1101111111111111111111111111111111111111111111111111011111111111111111111110011111111111111011111111
+0,63,2,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,63,3,94,1101111111111111111111111111111111111111111111111111011111111111111111111110101111011111111011111111
+0,63,4,94,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111101
+0,63,5,93,1101111111111111111111111111111110111111111111111111001111111111111111111110111111111111111011111101
+0,63,6,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111110
+0,63,7,95,1111111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,63,8,94,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111111
+0,63,9,95,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111111
+0,63,10,93,1101111111111111111111111111111111111111111111111111011111111111111111111110111011001111111011111111
+0,63,11,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,63,12,94,1111111111111111111111111111111111111111111111111111011110111111111111111110011111011111111011111111
+0,63,13,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,63,14,94,1101111111111111111111111111111111111101111111111111011111111111111111111110111111111111111011111101
+0,63,15,94,1101111111111111111111111111111110111111111111111111011110111111111111111110111111111111111011111111
+0,63,16,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,63,17,95,1101111111101111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,63,18,96,1111111111111111111111111111111111111111111111111111011111111111111111110110111111111111111011111111
+0,64,0,95,1101111111101111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,64,1,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,64,2,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,64,3,95,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,64,4,92,1101111111111111111111111111111100101111111111111111011111111111111111111110111111011111111011111111
+0,64,5,95,1111111111111111111111111111111111111011111111111111011110111111111111111110111111111111111011111111
+0,64,6,93,1101111111111111111111111111111110111111111111111111011110111111111111111110111111011111111011111111
+0,64,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,64,8,94,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011101111
+0,64,9,93,1101111111111111111111111111111111111111111111111111011110111111111111111100111111111111111011111101
+0,64,10,91,1101101111011111111111111111111111111111111111111111011110111111111111111110111111110110111011111111
+0,64,11,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,64,12,96,1101111111101111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,64,13,95,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111111
+0,64,14,92,1101111111111111111111111111111111111111111111111111011111111111111111111110101111011111111011111100
+0,64,15,95,1101111111111111111111111111111111111101111111111111011111111111111111111110111111111111111011111111
+0,64,16,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111111111110011111111
+0,64,17,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,64,18,95,1101111111111111111111111101111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,0,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111111110111011111111
+0,65,1,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,2,95,1111111111111111111111111111111111111011111111111111011110111111111111111110111111111111111011111111
+0,65,3,94,1101111111111111111111111111111011111111111111111111011110111111111111111110111111111111111011111111
+0,65,4,96,1111111111111111111111111111111111111111111111111111011111111111111110111110111111111111111011111111
+0,65,5,93,1101111111101111110111111111111111111111111111111111011111111111111111111111111110011111111011111111
+0,65,6,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,7,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,65,8,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,65,9,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,10,94,1101110111101111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,11,95,1101111111111111111111111101111111111111111111111111011111111111111111111110111111111111111011111111
+0,65,12,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,65,13,94,1101111111111111111111111111111111111111111111111111011111111101111111111110111111011111111011111111
+0,65,14,95,1101111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111111
+0,65,15,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011101111
+0,65,16,92,1111111101111111101111111111111110111101111111111111011111111111111111111110111111011111111011111111
+0,65,17,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,65,18,95,1111111111111111111111111111111111111011111111111111011110111111111111111110111111111111111011111111
+0,66,0,96,1111111111111111111111011111111111111111111111111111011111111111111111111110111111111111111011111111
+0,66,1,95,1111111111111111111111111111111111111011111111111111011110111111111111111110111111111111111011111111
+0,66,2,94,1101111111101111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,66,3,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111110111011111111
+0,66,4,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,66,5,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,66,6,93,1101111111101111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,66,7,95,1101110111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,66,8,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,66,9,95,1101111111111111111111111111111111111111111111111111011111111111111110111110111111111111111011111111
+0,66,10,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011101111
+0,66,11,94,1101111111111111111111111101111111101111111111111111011111111111111111111110111111111111111011111111
+0,66,12,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,66,13,92,1101111111101111111111111111111111111111110111110111011111111111111111111110111111011111111011111111
+0,66,14,90,1101111101111111101111111111111110111101111111111111011110111111111111111110111111011111111011111111
+0,66,15,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,66,16,94,1101111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,66,17,94,1101111111111111111111111111111111111111111111111111011111111101111111111110111111011111111011111111
+0,66,18,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,0,94,1111111111111111111111111111111111111011111111111111011110111111111111111110011111111111111011111111
+0,67,1,96,1111111111111111111111111011111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,2,95,1101111111111111111111111111101111111111111111111111011111111111111111111110111111111111111011111111
+0,67,3,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,67,4,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,67,5,94,1101111111111111111111111101111111111111111111111111011111111111111111111110111111011111111011111111
+0,67,6,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,67,7,96,1111111111111111101111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,8,95,1101111111111111111111111111111111111111111111111111011111111111111110111110111111111111111011111111
+0,67,9,94,1101111111111111111111111111101111111111111111111111111111111111110111111110111111011111111011111111
+0,67,10,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,11,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,67,12,95,1111111111111111111111111101111111101111111111111111011111111111111111111110111111111111111011111111
+0,67,13,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,14,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,67,15,94,1111101111111111111111111111111111111011111101111111011111111111111111111110111111111111111011111111
+0,67,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,67,17,95,1111111111111111111111111111111111111111111101011111011111111111111111111110111111111111111011111111
+0,67,18,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,0,95,1111111111111111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,68,1,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,2,96,1111111111111111111111111011111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,3,96,1111111111111111111111111011111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,4,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,68,5,93,1101111111111111111111111101111111111111111111111111011111111111111111111110111111011111110011111111
+0,68,6,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,7,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011110111
+0,68,8,94,1111111111110111111111111111111111111111111111111111011110111111111111111110111111011111111011111111
+0,68,9,96,1111111111111111111111111111111111111111111111111111011111111111011111111110111111111111111011111111
+0,68,10,95,1111111111111111111111111011111111111111111111111111001111111111111111111110111111111111111011111111
+0,68,11,95,1111111111111111111111011111111111110111111111111111011111111111111111111110111111111111111011111111
+0,68,12,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,13,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,68,14,97,1111111111111111111111111111101111111111111111111111111111111111111111111110111111111111111011111111
+0,68,15,93,1101111111111111101111111111111111111111111111111111011111111111110111111110111111011111111011111111
+0,68,16,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,68,17,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,68,18,95,1111111111111111101111111111111111111111111111111111011111111111111111101110111111111111111011111111
+0,69,0,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,69,1,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,69,2,95,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111101011111111
+0,69,3,95,1111111111111111111111111011111111111111111111111111011110111111111111111110111111111111111011111111
+0,69,4,94,1111111111111111111111011011111111111111111111111111001111111111111111111110111111111111111011111111
+0,69,5,95,1111111111101111111111111111111111110111111111111111011111111111111111111110111111111111111011111111
+0,69,6,96,1111011111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,69,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,69,8,96,1111111111111111111111111111111111111111111111111110011111111111111111111110111111111111111011111111
+0,69,9,95,1111111111111111111111111111111111011111111111111111011111111111111111111110111111011111111011111111
+0,69,10,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,69,11,94,1111111111111111111111111111111111111111111111111111011111110111101111111110111111011111111011111111
+0,69,12,95,1111111111111101111111111111111111111111111111111111011111111111111111111110111111111111111011110111
+0,69,13,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,69,14,94,1111111111111111111111111111111111111111111111111111011111111111111111101110111111011111111011111011
+0,69,15,94,1101111111111111101111111111111111111111111111111111011111111111110111111110111111111111111011111111
+0,69,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,69,17,95,1111111111111111111111111011111111111111111111111111011111111111111111111110111011111111111011111111
+0,69,18,96,1111111111111111111111111111111111111111111111111111011111111111111110111110111111111111111011111111
+0,70,0,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,70,1,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,70,2,96,1111111111111111111111111111111111111111111111110111011111111111111111111110111111111111111011111111
+0,70,3,95,1111111111111111111111111111111111111111111111111111011111111111111111111110111011011111111011111111
+0,70,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,70,5,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,70,6,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,70,7,96,1111111111111111111111111111111111111111111111111111010111111111111111111110111111111111111011111111
+0,70,8,97,1111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111011111111
+0,70,9,95,1111111111111111111111111011111111111111111111111111011111111111111111111110111011111111111011111111
+0,70,10,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,70,11,96,1111111111111111111111111111111111111111111111111111011111111111111110111110111111111111111011111111
+0,70,12,95,1111111111101111111111111111111111110111111111111111011111111111111111111110111111111111111011111111
+0,70,13,95,1111111111101111111111111111111111110111111111111111011111111111111111111110111111111111111011111111
+0,70,14,95,1111111111111111111111111111111111111111111111111111011111111111111110111110111011111111111011111111
+0,70,15,94,1111111111111111111101111011111111111111101111111111011111111111111111111110111111111111111011111111
+0,70,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,70,17,95,1111101111111111111111111011111111111111111111111111111111111111111111111110111011111111111011111111
+0,70,18,97,1111111111111111111111111111111111111111111111111111011111111111111110111111111111111111111011111111
+0,71,0,96,1111111111111111111111111111111111111111111111110111011111111111111111111110111111111111111011111111
+0,71,1,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,71,2,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,71,3,95,1111111111111111111111111111111111111111111111111111011110111111111101111110111111111111111011111111
+0,71,4,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,71,5,96,1101111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,71,6,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,71,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,71,8,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,71,9,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,71,10,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,71,11,94,1101111111011111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,71,12,95,1111111111011111111111111111111111111111111111111111011111111111111111111110111111011111111011111111
+0,71,13,95,1111111111111111111111111111111111111111111111111111011111111111111111111110111011011111111011111111
+0,71,14,94,1111111111111111111111111111111111111101111111111111011111111111111111111110111011110111111011111111
+0,71,15,95,1111111111101111111111111111111111111111111111110111011111111111111111111110111111111111111011111111
+0,71,16,95,1111111111111111111111111111111111111111111111111111011111101111111111111110111011111111111011111111
+0,71,17,96,1111111111111111111111111111111111111111110111111111011111111111111110111111111111111111111011111111
+0,71,18,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,72,0,97,1111111011111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,72,1,95,1101111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,72,2,97,1111111111111111111111111111111111111111111111111111011111111111111101111111111111111111111011111111
+0,72,3,95,1111111111111111111111110111111111111111111111111111011110111111111111111110111111111111111011111111
+0,72,4,96,1101111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,72,5,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,72,6,96,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101110011111111
+0,72,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,72,8,96,1111111111111111111111111111111111111011111111101111011111111111111111111111111111111111111011111111
+0,72,9,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,72,10,94,1111111111111111111111111111111111111111011111111111011111101111111111111110111011111111111011111111
+0,72,11,95,1111111111111111111111111111111111111111111111111111011111111110111111111110111011111111111011111111
+0,72,12,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,72,13,97,1111111111111111111111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,72,14,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,72,15,96,1111111111111111111111111111111111111111111111111111011110111111111111111110111111111111111011111111
+0,72,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,72,17,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,72,18,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,73,0,95,1101111111111111111111111111111111111111111111111111011111111111101111111110111111111111111011111111
+0,73,1,96,1111111111111111111111111111111111111111111111111111011111111111111101111110111111111111111011111111
+0,73,2,96,1111111111111111111111011111111111111111111111111111011111111111111111111110111111111111111011111111
+0,73,3,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,73,4,93,1101101011111111111111111111111111111111111011111111011111111111111111111110111111111111111011111111
+0,73,5,97,1111111111111111111111111111111111111111111111111111011111111111111111111101111111111111111011111111
+0,73,6,97,1111111111111111111111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,73,7,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,73,8,95,1111111111111111111111111111111111111111111110111111011111111111111111111110111111101111111011111111
+0,73,9,95,1111111101111111011111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,73,10,96,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101110011111111
+0,73,11,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,73,12,97,1111111011111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,73,13,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,73,14,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,73,15,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,73,16,97,1111111111111111111111111111111111111111111111111111011111111111111101111111111111111111111011111111
+0,73,17,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,73,18,96,1111111111111111111111111111111111111111111111111111011111111111111100111110111111111111111111111111
+0,74,0,96,1111111111111111111111110111111111111111111111111111011111111111111111111110111111111111111011111111
+0,74,1,96,1111111111111111111111111111011111111111111111111111011111111111101111111111111111111111111011111111
+0,74,2,96,1111111111111111111111011111111111111111111111111111011111111111111111111110111111111111111011111111
+0,74,3,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111101111011111111
+0,74,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,74,5,96,1111111111111111111111111111111111111111111111110111011111111111111111111110111111111111111011111111
+0,74,6,97,1111011111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,74,7,95,1111111111111111111011111111111111111111111111111111011111111111111111111110101111111111111011111111
+0,74,8,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,74,9,96,1111111111111111111111111111111111111111111111111111011110111111111111111111011111111111111011111111
+0,74,10,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,74,11,97,1110111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,74,12,95,1111111111111111111111111111111111111101111111111111011111111111111111111100111111111111111011111111
+0,74,13,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,74,14,96,1111111111111111011111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,74,15,96,1111111101111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,74,16,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,74,17,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,74,18,96,1111111111111111011111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,75,0,95,1111111111011111011111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,75,1,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,75,2,97,1111111111111111111111111111111111111111111111111111011111111111111111111111011111111111111011111111
+0,75,3,97,1111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111011111111
+0,75,4,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,75,5,97,1111011111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,75,6,95,1111111111111111111111111111111111111111111111111111011111111111111111101111111111111001111011111111
+0,75,7,96,1111111111111111111111111111111111111101111111111111011111111111111111111110111111111111111011111111
+0,75,8,95,1111111111111111111111011111111111111111111111111111011111111111111111111110110111111111111011111111
+0,75,9,96,1111111111111111111111111111111111111111111111111111011110111111111111111111011111111111111011111111
+0,75,10,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,75,11,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,75,12,96,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111011
+0,75,13,96,1111111111111111111111110111111111111111111111111111011111111111111111111110111111111111111011111111
+0,75,14,96,1111111111111111111111011111111111111111111111111111011111111111111111111110111111111111111011111111
+0,75,15,96,1111111101111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,75,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111011111111111011111111
+0,75,17,94,1111111101111111111111011111111111111111111111111111011111101111111111111110111111111111111011111111
+0,75,18,96,1111111111111111111111111111111111111111111111111111011111111111111111101111111111111101111011111111
+0,76,0,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,76,1,95,1111011111111111111111011111111111111111111111111111011111111111111111111111110111111111111011111111
+0,76,2,96,1111111111111111111111111111111111111111111111111111001111111111111111111110111111111111111011111111
+0,76,3,95,1111111111111111111111011111111111111111111111111111011111111111111111011111011111111111111011111111
+0,76,4,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,76,5,94,1111101111111111111111111111111111111111011111111111011111111111111011111111111011111111111011111111
+0,76,6,96,1111111111111111111111111111111111111111111111111111011111111111111111111110110111111111111011111111
+0,76,7,95,1111111111111111111111011111111111111111111111111111011110111111111111111111011111111111111011111111
+0,76,8,97,1111011111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,76,9,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111011111111111011111111
+0,76,10,96,1111111111111111111111111111111111111111111111111111011111111111111111101111111111111101111011111111
+0,76,11,95,1111111111111111110111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,76,12,96,1111111111111111111111111111111111111111111111111111011111111111111111101111011111111111111011111111
+0,76,13,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,76,14,94,1111111111111111111111110111111111111111111111111111011111111111111111111110111111111111111001110111
+0,76,15,92,1111111101111111101111011111111111111111111111111111011111101111111011111110111111111111111011111111
+0,76,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111111011111111111111011111111
+0,76,17,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,76,18,96,1111111111111111111111110111111111111111111111111111011111111111111111111110111111111111111011111111
+0,77,0,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,77,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111011111111111011111111
+0,77,2,95,1111111111111111111111110111111111111111111111111111011111111111111111101111011111111111111011111111
+0,77,3,95,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111001110111
+0,77,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,77,5,95,1111111111111111111111110111111111111111110111111111011111111111111111111110111111111111111011111111
+0,77,6,95,1111011111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,77,7,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,77,8,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111011111111111011111111
+0,77,9,93,1111111111111111111111011111111111111111111011111111010110111111111111111111011111111111111011111111
+0,77,10,95,1111111111111111111111111111111111111111111111111111011111111111111011111110111011111111111011111111
+0,77,11,97,1111111111111011111111111111111111111111111111111111111111111111111111111110111111111111111011111111
+0,77,12,96,1111111111111111111111111111111111111111111111111111011111011111111110111111111111111111111011111111
+0,77,13,96,1111111111111111111111111111111111111111111111111111001111111111111111111110111111111111111011111111
+0,77,14,95,1111111111111111111111111111111111111111111111111111001111111111111111111110111011111111111011111111
+0,77,15,95,1111111101111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,77,16,96,1111111111111111111111111111111111111110111111111111011111111111111111111110111111111111111011111111
+0,77,17,94,1111111111111111111111111111111111111111111111111111001101111111111111101111011111111111111011111111
+0,77,18,95,1111111111111111111111110111111111111111111111111111011111111111111111111110111110111111111011111111
+0,78,0,97,1111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,78,1,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,78,2,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111010111111
+0,78,3,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,78,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,78,5,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,78,6,96,1111111111111111111011111111111111111111111111111111001111111111111111111111111111111111111011111111
+0,78,7,94,1111111111111111111111110111111111111111111111111111011111111111111111101110011111111111111011111111
+0,78,8,95,1111111111111111111111111111111111101111111111111111001111111111111111111110111111111111111011111111
+0,78,9,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,78,10,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,78,11,94,1111111111111111111111111111111111111111111111111111011111111111111011011110111011111111111011111111
+0,78,12,95,1111111111111111111111111111111111111111111111111111011111011111111011111110111111111111111011111111
+0,78,13,96,1111111111111111111111111111111111111111111111111111011111111111111110111111111011111111111011111111
+0,78,14,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,78,15,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111011111111111011111111
+0,78,16,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,78,17,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,78,18,94,1111111111101111111111111111111111110111111111111111011111111111111111111110111011111111111011111111
+0,79,0,96,1111111111111111111111111111111111111111111111111111011111111111111110111111111011111111111011111111
+0,79,1,96,0111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,79,2,96,1111111111111111111111111111111111111111111111111111011111111011111111111111111111111111111010111111
+0,79,3,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,79,4,95,1111111111111111111111111111111111111111111111111111011111111111110111111110111011111111111011111111
+0,79,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111011111111111011111111
+0,79,6,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,79,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111101111011111111
+0,79,8,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,79,9,96,1011111111111111111101111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,79,10,95,1111111111111111111111111111111111111111111111111111011111111111011111111110111011111111111011111111
+0,79,11,95,1111111111111111101111111111111111111111111111111111011111111111111111111110111011111111111011111111
+0,79,12,95,1111111111111111111111111111111111111111111111111111011111111111111111111110111011111111111011111110
+0,79,13,93,1111111111111101111111111111111110111111111111111111011111111111111110101111111011111111111011111111
+0,79,14,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,79,15,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,79,16,95,1111111111111111111111111111111111111111111111111111011111011111111111111110111011111111111011111111
+0,79,17,96,1111111111111111111111111111111111111111111111111111011111111111111011111110111111111111111011111111
+0,79,18,97,1111111111111111111111111111111111111111111111111011011111111111111111111111111111111111111011111111
+0,80,0,95,1111111111111111111111111111111110111111111111111111011111111011111111111111111111111111111010111111
+0,80,1,95,1111111111111111111111111110111111111111111111111111011111111111111111111111111111110101111011111111
+0,80,2,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,80,3,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,80,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,80,5,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,80,6,95,1111111111101111111111111111111111111111111111111111011111111111111011111111111111111101111011111111
+0,80,7,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,80,8,97,1111111111111111111111111111111111111111111111111111011111111011111111111111111111111111111011111111
+0,80,9,94,1111111111111111111111111110111111111111111111111111011111111111111111111110111111111101111010111111
+0,80,10,95,1111111111111111111111111101111111111111111111111111011111111111111111111111111111111101111011110111
+0,80,11,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,80,12,96,1111111111101111111111111111111111111111111111111111011111111111111110111111111111111111111011111111
+0,80,13,94,0111111111111111111101111111111111111111111111111111011111111111111111110111111011111111111011111111
+0,80,14,96,0111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,80,15,94,1011111111111111111101111111110101111111111111111111011111111111111111111111111111111111111011111111
+0,80,16,96,1011111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,80,17,96,1111111111111111111101111111111111111111111111111111011111111111111111111111111111111111111010111111
+0,80,18,95,1111111111111111111111111111111111111111111111111011011111111111111111111110111011111111111011111111
+0,81,0,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111111
+0,81,1,96,1111111111111111111111111111111111111111111111111111011111111101101111111111111111111111111011111111
+0,81,2,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111011111111
+0,81,3,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,81,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,81,5,97,1111111111111111111111111111111111111111111111111111011111111011111111111111111111111111111011111111
+0,81,6,96,1111111111111111111011101111111111111111111111111111111111111101111111111111111111111111111011111111
+0,81,7,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,81,8,97,1011111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,81,9,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111101111011111111
+0,81,10,97,1111101111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,81,11,96,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111101111011111111
+0,81,12,96,1111111111101111111111111111111111111111011111111111011111111111111111111111111111111111111011111111
+0,81,13,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,81,14,97,1111111111111111111111111111111111111111011111111111011111111111111111111111111111111111111011111111
+0,81,15,95,1111111111111111111111111111111111111111111111111011011111111111111111111110111011111111111011111111
+0,81,16,95,1011111111111111111111111111111111111111111111111101011111111111111111111111111111111101111011111111
+0,81,17,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,81,18,96,1111111111111111111111111111111111111111111111111111011111111111101111111110111111111111111011111111
+0,82,0,96,1111111111111111111111111111111111111111111111111111011111111111111111111011111111111101111011111111
+0,82,1,96,1111111111011111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,82,2,95,1111111111111111111111111111111110111111111111111111011111111111101111111110111111111111111011111111
+0,82,3,96,1111111111101111111111111111111111111111111111111111011111111011111111111111111111111111111011111111
+0,82,4,96,1111111111111111111111011111111111111111111111111111111111111101011111111111111111111111111011111111
+0,82,5,96,1111111111101111111111111111111111111111011111111111011111111111111111111111111111111111111011111111
+0,82,6,95,1111111111111111111111111111111111111111111111101111011111111011111111111110111111111111111011111111
+0,82,7,98,1111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,82,8,95,1111111111101111111111111111111111111111011111111111011111111111111111011111111111111111111011111111
+0,82,9,96,1111111111101111111111111111111111111111011111111111011111111111111111111111111111111111111011111111
+0,82,10,94,1111111111111111111111111111111111111111101111110111011111111111111111111110111111111101111011111111
+0,82,11,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,82,12,96,1111101111111111111111111111111111111111111111111111011111111111111111111111111111011111111011111111
+0,82,13,97,1111101111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,82,14,96,1111111111111111111111111111111111111111111111111111111111111011101111111110111111111111111011111111
+0,82,15,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,82,16,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,82,17,97,1111111111111111111111111111111111111111111111111111111111111101111111111110111111111111111011111111
+0,82,18,97,1111111111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,83,0,98,1111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,83,1,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,83,2,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,83,3,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,83,4,98,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,83,5,95,1111111111111111111111011111101111111111111111111111011111111101111111111111111111111111111011111111
+0,83,6,96,1111101111111111111111111111111111111111111111111111011111111111111111111110111111111111111011111111
+0,83,7,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,83,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111011111111
+0,83,9,94,1111111111011111111111111111111111111111111111111111001111111101111111111110111111111111111011111111
+0,83,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,83,11,95,1111111111111110111111111111111111111111111111111111011111111101111111111110111111111111111011111111
+0,83,12,92,1111101111111111111111111111111111111111101111110111011111111111111111111110111111111001111011111111
+0,83,13,96,1111111111111111111111111111111111111111111111111111011111111111111111011111111111011111111011111111
+0,83,14,97,1111111111111111111111111111111111111111111101111111011111111111111111111111111111111111111011111111
+0,83,15,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,83,16,95,1111111111101111111111111111111111111111111111111111011111111011101111111111111111111111111011111111
+0,83,17,96,1111111111111111111111111111111110111111111111111111011111111111111111111110111111111111111011111111
+0,83,18,98,1111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,84,0,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111011111111
+0,84,1,96,1111111111111111111111011111111111111111111111111111011111111101111111111111111111111111111011111111
+0,84,2,97,1111101111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,84,3,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,84,4,97,1111111111101111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,84,5,96,1111111111111111111111111111111111111111111111111111011111111011101111111111111111111111111011111111
+0,84,6,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,84,7,94,1111111111111111111111011011111111111111101111111111011111111111111111111111111111011111111011111111
+0,84,8,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011110111
+0,84,9,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,84,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,84,11,96,1111111111111111111111111111111111111111111111111111111111111101111111111110111111111111111011111011
+0,84,12,97,1111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111011111111
+0,84,13,98,1111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,84,14,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,84,15,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,84,16,96,1111111111111111111111011111111111111111111111111111111111111101110111111111111111111111111011111111
+0,84,17,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,84,18,97,1111111111111101111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,85,0,95,1111111111111111111011111111111111111111111111111111011110011111111111111111111111111111111011111111
+0,85,1,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,85,2,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,85,3,97,1111111111111101111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+0,85,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,85,5,96,1111111111111111111111111111111111111111111111111111011111111111111111111111111110111111111011110111
+0,85,6,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,85,7,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,85,8,96,1111111111111111111111111111111111111111111111111111111110111101110111111111111111111111111011111111
+0,85,9,97,1111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111011111111
+0,85,10,98,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,85,11,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,85,12,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,85,13,96,1111111111111111111111011111111111111111111111111111011111111101111111111111111111111111111011111111
+0,85,14,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111011111111
+0,85,15,97,1111101111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,85,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,85,17,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111111110111111011111111
+0,85,18,96,1111111111111111111111111011111111111111111111111111011110111111111111111111111111111111111011111111
+0,86,0,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,86,1,96,1111111111111101111111111111111111111111111111101111011111111111111111111111111111111111111011111111
+0,86,2,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111111110111111011111111
+0,86,3,96,1111111111111111111111011111111111111111111111111111011111111101111111111111111111111111111011111111
+0,86,4,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111110011111111
+0,86,5,96,1111111111111111111111011111111111111111111111011111111110111111111111111111111111111111111011111111
+0,86,6,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,86,7,97,1111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111011111111
+0,86,8,98,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,86,9,96,1111111111111111111111011111111111111111111111111111111111111111111101111111111111111111111011101111
+0,86,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,86,11,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,86,12,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111111110111111011111111
+0,86,13,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,86,14,96,1111111111111111110111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,86,15,96,1111111111111111111111111011111111111111111111111111111101111111111111111111111111110111111011111111
+0,86,16,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,86,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111011111101
+0,86,18,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,87,0,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,87,1,97,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111101111011111111
+0,87,2,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,87,3,97,1111111110111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,87,4,97,1111111111111111111111011111111111111111111111011111111111111111111111111111111111111111111011111111
+0,87,5,97,1111111111111111111111011111111111111111111111111111111110111111111111111111111111111111111011111111
+0,87,6,97,1111111111111111111111011111111111111111111111111111111111111101111111111111111111111111111011111111
+0,87,7,98,1111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111011111111
+0,87,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111
+0,87,9,94,1111100111111111111111011111111111111111111111101111011111111111111111111111111111111111111011111111
+0,87,10,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,87,11,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,87,12,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,87,13,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111
+0,87,14,97,1111111111111111111111011111111111111111111111111111111111111111111111111101111111111111111011111111
+0,87,15,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111101
+0,87,16,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,87,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111111
+0,87,18,96,1111111111111111111111011111111111111111111111111111011111111111111111111111101111111111111011111111
+0,88,0,97,1111111111101111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111111
+0,88,2,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,88,3,97,1111111111111111111111111111111111111111111111111111111111111101111111111101111111111111111011111111
+0,88,4,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011011111111
+0,88,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,88,6,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,7,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,8,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,9,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,88,11,97,1111111111111111111111111111111111111111111111111111011111111111101111111111111111111111111011111111
+0,88,12,96,1111111111101111111111011111111111111111111111111111111111111111111111111111111111111111011011111111
+0,88,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,88,14,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,15,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,16,97,1111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111011111111
+0,88,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111101
+0,88,18,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+0,89,0,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111101
+0,89,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+0,89,2,96,1111111111111111111111110111111111111111011111111111011111111111111111111111111111111111111011111111
+0,89,3,98,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111101
+0,89,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111111
+0,89,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,7,96,1111111111111111111111111111111111111111111111111111011111111111111111111111101111111111111011111101
+0,89,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,9,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,89,10,98,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,11,98,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111
+0,89,12,97,1111111111111111111111111111111111111111111111110111111111111111111111111111111111111111011011111111
+0,89,13,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,14,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,89,15,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111101
+0,89,16,98,1111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111011111111
+0,89,17,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111101111011111111111
+0,89,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,0,97,1111111111111111101111011111111111111111111111111111111111111111111111111111111111111111111111111101
+0,90,1,98,1111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111111
+0,90,2,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+0,90,3,95,1111111111111111101111111111111111111111111111111111111101111111111110111111111111111111111011111101
+0,90,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111011111111
+0,90,6,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+0,90,7,97,1011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111101
+0,90,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111010111111
+0,90,9,97,1111111111111111111111111111111111111111111111111111011111111111111111111111111101111111111011111111
+0,90,10,98,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111111
+0,90,12,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,14,96,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111111010111111
+0,90,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,90,17,96,1111111011111111101111111111111111111111111111111111111111111111111111111111111111111111111011110111
+0,90,18,96,1111111111111111111111110111111111111111011111111111011111111111111111111111111111111111111011111111
+0,91,0,96,1111111101111111101111011111111111111111111111111111111111111111111111111111111111111111111111111101
+0,91,1,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+0,91,2,98,1111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,4,97,1111111111111111111101111111111111111111111111111111111111111111111111111110111111111111111011111111
+0,91,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,7,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+0,91,8,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111011111011
+0,91,9,95,1111111111111111111011110111111111111111011111111111011111111111111111111111111111111111111011111111
+0,91,10,96,1101111111111111111111111101111111111111111111111111111111111111111111111111111111111111111010111111
+0,91,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111010111111
+0,91,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011011111111
+0,91,13,99,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111
+0,91,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111010111111
+0,91,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111111
+0,91,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,17,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,91,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,1,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111010111111
+0,92,2,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,5,97,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111010111111
+0,92,6,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111011111111
+0,92,7,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111
+0,92,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,9,97,1111111111111111111111111111111111111011111111111111111111111111111111011111111111111111111011111111
+0,92,10,98,1011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,12,99,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111
+0,92,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,14,99,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111
+0,92,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,17,98,1111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,92,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111111
+0,93,0,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111
+0,93,1,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,2,97,1111111111111111111111111111111111111111111111011111111111111111111111111111111111110111111011111111
+0,93,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,4,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111
+0,93,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,6,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+0,93,7,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+0,93,9,98,1110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,10,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111111
+0,93,11,96,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111101111011011111
+0,93,12,98,1111111111111111111111111111111111111111111111111111011111111111111111111111101111111111111111111111
+0,93,13,97,1111111111111111111111111111111111111111111111111111111111110111111111111101111111111111111011111111
+0,93,14,98,1011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,15,97,1111111111111111111111111111111111111110111111011111111111111111111111111111111111111111111011111111
+0,93,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,17,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,93,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,0,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+0,94,2,97,1111111111111111111111111111111111111111111111111111011111111111111111111111101111111111111011111111
+0,94,3,99,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111
+0,94,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,5,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111
+0,94,6,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,7,97,1111111111111111111111111111111011111110111111111111111111111111111111111111111111111111111011111111
+0,94,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,9,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111
+0,94,11,97,1111111111111111111111101111111011111111111111111111111111111111111111111111111111111111111011111111
+0,94,12,98,1111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111011111111
+0,94,13,98,1011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+0,94,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+0,94,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111011111111
+0,94,17,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,94,18,96,1111111111111111111111011111111111111111111111111111111111111110011111111111111111111111111011111111
+0,95,0,97,1111111111111111111111101111111011111111111111111111111111111111111111111111111111111111111011111111
+0,95,1,98,1111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,2,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,5,96,1111111111111111111111111111111111111111111111111111111111011111111111111111111111011111111001111111
+0,95,6,97,1011111111111111111111111111111111111111111111011111111111111111111111111111111111110111111111111111
+0,95,7,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,8,97,1011111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+0,95,9,95,1111111111111111011111111111111111111111111111111111111111101111111111111111111111110111011011111111
+0,95,10,98,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111011111111
+0,95,11,96,1101111111111111111111111111111010111111111111111111111111111111111111111111111111111111111011111111
+0,95,12,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,14,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,16,99,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111
+0,95,17,98,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111111
+0,95,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111011
+0,96,0,98,1111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,1,97,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+0,96,2,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001110111
+0,96,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111001111111
+0,96,6,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+0,96,7,97,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111001111111
+0,96,8,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111001111111
+0,96,9,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111001111111
+0,96,11,98,1111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111011111111
+0,96,12,98,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111011111111
+0,96,13,95,1111111111111111111111101111111011111110111111111111111111111111111111111111111101111111111011111111
+0,96,14,98,1011111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111
+0,96,15,96,1111111110111111111111010111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,17,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,96,18,98,1111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,1,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,2,97,1111111111111111111111111111111111111111111111111111111111011111101111111111111111111111111011111111
+0,97,3,97,1111111111111111111111111111111111111111111111111111111111011111111111111101111111111111111011111111
+0,97,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111101111111111
+0,97,5,97,1011111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111111
+0,97,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+0,97,7,98,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111011111111
+0,97,8,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+0,97,9,97,1011111111011111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,10,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+0,97,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111111
+0,97,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,14,98,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,16,98,1111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111011111111
+0,97,17,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,97,18,96,1111111111111111111111111011111111111111111111110111111111111111111111111111011111111111111011111111
+0,98,0,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+0,98,1,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,98,2,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+0,98,3,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111011
+0,98,4,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111011111111
+0,98,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,98,6,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+0,98,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111101011111111
+0,98,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,98,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111101111111111
+0,98,10,98,1111111111111111111111111111111111111111111110111111111111111111111111111111101111111111111111111111
+0,98,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111101011111111
+0,98,12,96,1111111111111111111111111011111111111111111111110111111111111111111111111111011111111111111011111111
+0,98,13,97,1111111111111111111111111111111110111111111111111111111111111111111101111111111111111111111011111111
+0,98,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111011111111
+0,98,15,98,1111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111011111111
+0,98,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,98,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111111
+0,98,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,99,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111011111111
+0,99,1,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111011111111
+0,99,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111011111111
+0,99,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011011111
+0,99,4,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,99,5,96,1111111101111111111111111111111111111111111111111111110111011111111111111111111111111111111011111111
+0,99,6,97,1111111111111111111111111111111111111111111110111111111111111111111111111111101111111111111011111111
+0,99,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+0,99,8,97,1111111111111111111111111111111111111111111111111111110111111111111111111101111111111111111011111111
+0,99,9,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111011111111
+0,99,10,97,1111111111111111111111111111111111111111111111111111101111111111111111111111101111111111101111111111
+0,99,11,99,1111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111
+0,99,12,97,1111101111111111111111111111111111111111111111111111111111011111111111111111111111111111111011111111
+0,99,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111
+0,99,14,97,1111111111111111111111111111111111111111101111111111111111111111111111111111111111110111111011111111
+0,99,15,98,1111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111011111111
+0,99,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,99,17,98,1111111111111111111111111111110111111111111011111111111111111111111111111111111111111111111111111111
+0,99,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+0,100,0,97,1111111111111111111111110111111111111111111111111111111111111110111111111111111111111111111011111111
+0,100,1,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+0,100,2,98,1111111111111111111111111111111111110111111011111111111111111111111111111111111111111111111111111111
+0,100,3,98,1111111111111111111111111111110111111111111111111111111111111111110111111111111111111111111111111111
+0,100,4,98,1111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111011111111
+0,100,5,97,1111111111111111111110111111110111111111111011111111111111111111111111111111111111111111111111111111
+0,100,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111
+0,100,7,98,1111111111111111111111110111111111111111111111111111111111111111111111111111011111111111111111111111
+0,100,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,100,9,98,1111111111111111111111111111111111110111111111111111111111111111111111111111111101111111111111111111
+0,100,10,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111111
+0,100,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+0,100,12,97,1111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111111
+0,100,13,98,1111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111011111111
+0,100,14,97,1111111111111111111111111111111111111111111111111111111111111111111111111101011111111111111011111111
+0,100,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+0,100,16,96,1111111101111111111111111111110111111111111111111111111111111111111111111111011111111111111011111111
+0,100,17,98,1111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111011111111
+0,100,18,99,1111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111
+1,0,0,47,1110011011000011010110010110101001100110110100010000010000010110100100100011101110110011001110100001
+1,0,1,52,0011001111111101111101001010101110010100011001101001000011000001001101101100111010111011000001010101
+1,0,2,54,1110100001100110110111010000000100101010101010001111101111110100110010111001110110111100010010101110
+1,0,3,52,0001001101110001111110110100001101111101011110101000010011100110001010110001001110111001001100101001
+1,0,4,53,1110100110111011010001110010101110001101000100001110100101100111000111111001011010101000010010110111
+1,0,5,42,1101110010001110001000010010000101011101100010011100011100100000001010010101010010001100010101010011
+1,0,6,60,1100101111011110100001100111000101111000110110101101011110110001011011011101110010001100110101111111
+1,0,7,49,0101100010001010111101111001100110011110111010000111100110011000100011100110101011001010000001001010
+1,0,8,45,0111010000001001000101101011111000110011000100000001110010111111000111010100101011110001000100100001
+1,0,9,42,0111001101100101010111000100010111010010011000110010101010001111000010010000000011010101000000100011
+1,0,10,45,1110000000000000101111110110101010100010011100111110100010101110010001100100001110000101000101110010
+1,0,11,52,0111000101001101000110001100000101111010011100111000000101100010111111111011101010011110000011111100
+1,0,12,53,1110101011100010101011110000101110100111100010010111011100101010000011001010001010111101110101001101
+1,0,13,46,1101000111001100001110100101101010110001100110000100011000111000110111010101000001000100010011101101
+1,0,14,46,0011100011111000001111000000101101011100101100101000001011001100100101100000101101010001111010111000
+1,0,15,52,1110111110010100110011111010001010101001011010101111010000000011110100000110100111111110000000010111
+1,0,16,50,1101010111100011011010100010001100100011101010011110111110010010000001001111001011001000001110111010
+1,0,17,61,1111101000010010100110010111110101101011111101111111100110010001111010111101001010111100101011111000
+1,0,18,48,1001011110110100100010000110100001111101000101011100010111010011000000001101010111000011100011010111
+1,1,0,50,1110110110110000110010101010001000101011111010011100111000010011110000000111101111111000000000110011
+1,1,1,51,1101011111000111011011110010001110100001001010101111010110000010000101001110000011001110001110011110
+1,1,2,54,1110100011100110111111010100000110100110101010001111001110110100010010011001100110111101010010101101
+1,1,3,54,1110101001100010100011110000101100101011100010010111111101101010100011101010011010111100110101001110
+1,1,4,54,1111010111100011011010110010101110101101100100001110111110000010000101101111001011001000010110111010
+1,1,5,49,1100100110111011010001100010001100000001101010011110100101110111000011011001011010101000001010110111
+1,1,6,49,1101001101111100100010001110000101111101000101011000000111010011011010011101010011000011000011010101
+1,1,7,52,0011010110000101000110000100100001111010011100111100010101100010100101101011101110011110100011111111
+1,1,8,62,1111101101010001110111010101110111001011111001110011100110010111111010111100001010111100100011111010
+1,1,9,39,0101001000100110000110000110010101110010011100101110101010001001000010010001000011010101001000100001
+1,1,10,60,1100101111011110100001100111000101111000110110101101011110110001011011011101110010001100110101111111
+1,1,11,60,1100101111011110100001100111000101111000110110101101011110110001011011011101110010001100110101111111
+1,1,12,53,1110100110111011010001110010101110001101000100001110100101100111000111111001011010101000010010110111
+1,1,13,51,1110100110111011010001110010101110001101000100001110100101100111000101111001011010101000010010110101
+1,1,14,50,1110101001100010101011110100101010100111110010010110011100101010000011001010001110000101010101001111
+1,1,15,48,1110000010000000101111110010101110100010001100111111100010101110010001100100001010111101100101110000
+1,1,16,61,1111101000010110100111010110110001101011111101111111100110010001111010111101101010111100001010111100
+1,1,17,53,1110100001100010110110010001000100101010101010001111101111110100110010111001010110111100110011101010
+1,1,18,53,1001101111111100001101101011101010110100011101101001000011000001101100101100011110111011000001010011
+1,2,0,49,1110100110010000110011110110001010001011111010010100111000010011110000001110101111111000000000110011
+1,2,1,63,1111111101110001110110001001110101101011111001111011100110010111111010110101001010111100100011111010
+1,2,2,59,1111101001100010100011010001101110001011100000010111111111001010111011101110011010111100110111011110
+1,2,3,57,1110101101010001110111110100110101101011111011110011100100110111100010111000001010111100100001101010
+1,2,4,56,1100101011111010100001010011000101111000100010101101011110110001111010011001010110011100110101111111
+1,2,5,57,1110100101000110110110100101000100101010111110001111101111110100010011111101110010101100110011101010
+1,2,6,56,1110100011110010111110010100000110100010101010001111001010110110110010011111101110111001010010111101
+1,2,7,48,1110110110100100110011101010001000101111111010011100111100010001010000000001100111111100000000100011
+1,2,8,51,1100001011001111010011110110000101101000100010101111011110000001011011011101010010001100000101111110
+1,2,9,58,1101111111010010101001100011001110110001011110101101010110110010000101001110100011001110111110011111
+1,2,10,53,1111110110110000110011100010111001101011111100011100110000010001110010100111101011111000000000110101
+1,2,11,59,1110101000010110100110011111000000101011111011111111101110010011111000011101101110111100001010111010
+1,2,12,61,1100101111100111111010100011101111101100100110001110011110010000011111001111111011001000010111111110
+1,2,13,53,1111010111011010000001110110000100111001110100101101111110100011000001111101000010001100110100111011
+1,2,14,54,1101011101010111011111110011011111101001101000101111000110000011010100001110000011001100001110011010
+1,2,15,59,1111101111000001110011010100100110000011011011110011110110010110101011111100001010111110100011111110
+1,2,16,54,1110100110111011010001100110100110101101010100001110100100100111000111111101011010101000010010110111
+1,2,17,60,1100101111011110100001110011001101011000100110101101011111110001011011011001110011001100110101111111
+1,2,18,46,1110101001100010000011110000101100101011000010011110110101101100000011111000011010111000010000000111
+1,3,0,61,1111101111100010110011010101101110000011100001010111110110001110111011101110011010111100100111011110
+1,3,1,56,1111101001000001100011010000100110001011011010110011110111010010101011111100001010111110110011111110
+1,3,2,59,1100101111000110110110110001101110101100100110001110001110010001011011001111111111111000010111111010
+1,3,3,59,0110101000110111101010001111000001101011111011111111111110010010111100011101101010001100001010111110
+1,3,4,56,1111100011010010111110010100000110100010101010001111001010110110110010011111101110111001010010111101
+1,3,5,57,1110100011110010111110010100000110100010101010001111001010110110110010011111101110111001010010111111
+1,3,6,52,1100101111011110100001100011001110011000100110101101010110110000000011001010110011001100110101011111
+1,3,7,65,1101111111010010101001110011001101110001011110101100011111110011011101011101100011001110111110111111
+1,3,8,59,1110101100010001110111110100110100101011111011110011101110110011100010111101001010111100101001101010
+1,3,9,57,1110101001010110100110011111000001101011111011111111100100010111111000011000101110111100000010111010
+1,3,10,59,1111101111000001110011010100100110000011011011110011110110010110101011111100001010111110100011111110
+1,3,11,60,1111101111000001110001010100100110000011011011110011111110010110101111111100001010111110100011111110
+1,3,12,57,1110101110111010110001110010101100001101100100100111001001100011101011011011011011001100110101111110
+1,3,13,61,1100100111011111100001110011001011011000100110001101111111110001010111101001110010101100110111111111
+1,3,14,61,1100101111011110100001110011001101011000100110101101011111110001111011011001110011011100110101110111
+1,3,15,54,1100101011111010100001010011000101111000100010101101011110110001011010011001010110001100110101111111
+1,3,16,58,1110101101010001110110100101110101101011111011111011100100010111100010111001001010111100100001111010
+1,3,17,63,1111111101110001110111011000110101101011111001110011100110110111111010110100001011111100100011101010
+1,3,18,62,1111101001110011100111000001101110101011100000111111111110001110111011110110011010111100100011011110
+1,4,0,64,1111101011110010101110110001001111110011101010001111011110110110110010011101101110101000011110111111
+1,4,1,58,1100110111010010111001010110000100100000011110101100001011110011011101011111100011011111110010111111
+1,4,2,54,0110101000010001100011100111000001101011111011111111111110010010110100111101001010011100001000101110
+1,4,3,64,1110101100110111111110011100110100101011111011110011101110110011101010011101101010101100101011111010
+1,4,4,64,1110111101110001110111011000110111101011111001110010100110110111111010111100001011111100101011101010
+1,4,5,59,1111101100010001110111110100110100101011111011110011101110110011100010110111001010111100100001101010
+1,4,6,63,1101100011010010111111010100000110110011101110101111001011110110111010011111101110111000111010111101
+1,4,7,58,1111111111010010101000110011001101100000011010001100011110110011010101011101100011001111010110111111
+1,4,8,61,1111111101010001110111010000110111101011111001110011110110010110111010110100001010111100100011111010
+1,4,9,60,1111101111100001110011010100100100000011011011110011100110110111101011111100001011111110100011101110
+1,4,10,61,1111101101110010110011010001111100001011101001110011110110110110111010111110011011111100100011001010
+1,4,11,62,1111111111100001110111011100100110100011110001010111100110001111111011100100001010111100100111111110
+1,4,12,58,1110100111110010111111010100000110000010101000011111111110010110110011011110101010111000010010111111
+1,4,13,60,1111101011100010110010010101101110100011100011000111000010101110111010101111011110111101100111011110
+1,4,14,60,1110101110010000110011110110111100101101101111110011001100110011100010111101011011101100110001111010
+1,4,15,57,1110101100111011110101110000100100001011110000100111101011100011101011011011001011011100101101101110
+1,4,16,57,1110101101000000110011100101110110100011011011111011110100010111100011111101001010111100100001111010
+1,4,17,58,1111101111010001110110010100100101001011111011110011100010010110101010111000001010111110100011111110
+1,4,18,59,1111111111010001110011010000110101100011111001110011110110110010111010110100001010111110100011101010
+1,5,0,63,1111101111110001110011011100100100001011111011110011100110110111101010111100001011111100101011101110
+1,5,1,61,1110111101100001110111010000110111100011011001110010100110110111111011111100001011111110100011101010
+1,5,2,59,1110101110010000110011011100111100101001111111110011101110010111100010101101011010101100110001111010
+1,5,3,63,1111111111100001110111110110100110100111100001010111000100101011111011110100001011111100100111111110
+1,5,4,63,1111110101010011111111010000110110101011111011110111100110010110111010110101101010111100100011111000
+1,5,5,63,1101101011010000110111010100010111110011101100101011011011110110111010011110101110111000111010111111
+1,5,6,56,0111101001000001110111101000000100001011111011111011101110010011101101111100001011111100100010101110
+1,5,7,61,1110101100110001100001010111100011101011011011111111111110010110110110111101001010011100001001111110
+1,5,8,58,1100110101010000111001010010010111100001011101110100000011010111111101111110001011011111110010111011
+1,5,9,60,1111111111010011110111010100100100100010111010101011111110110010011010010101100010111100100011111110
+1,5,10,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,5,11,51,0100101000010001101111000100000001101011111011101111101110010010110100111101001010011100011000101110
+1,5,12,62,1111111101100001110111011100100111100011110001010111100110001111111011100100001010111100100111111110
+1,5,13,62,1111111111010001110111010000110110101011111001110011110110010110111010110100001010111100101011111010
+1,5,14,64,1111110101010010110111010100100111101011111001110011111110010110111010011100001110111100110011111011
+1,5,15,60,1101101011010001111111010000010110110011101110101111000011110110111010110111101010111000101010111100
+1,5,16,65,1110101111110001111111011000010111101011111010010011100110110111110010111100001011111100101111101011
+1,5,17,63,1111111001110010100110110001101111110011101001101110011110110110111010011101101110101000011010111110
+1,5,18,64,1110111101110001110101000100110111101011011011110011100110110111111010111100001011111100101011111010
+1,6,0,67,1110001111110001111111011010010110100111111011010011000110110111111010111100001011111100101111111111
+1,6,1,60,1111111111100001110111110100100111101011100000010111100100101011110011110100001011111100100111101010
+1,6,2,61,1110100001110001100011010111100010101011011011111111011011010110110010011111001010111100101011111110
+1,6,3,66,1111101110010010110001110111000111110011101110111111111110110110111110111101101110011000001000111101
+1,6,4,66,1101101011110000111111010100010111110011101110101011010111110110111010011100101110111000111110111111
+1,6,5,62,1110101111010001110111011000010111101011111000010011101010110111110010111110001011111100101011101011
+1,6,6,63,1110111011110000100110110000111111100011101001110110011110110111111010011101101011101000011110111110
+1,6,7,64,1111101101110011111111011001000111111011111010000011100110110110110010111100001110111100101011101011
+1,6,8,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,6,9,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,6,10,63,1111111001110010100110110001101111110011101001101110011110110110111010011101101110101000011010111110
+1,6,11,63,1111111001110010100110110001101111110011101001101110011110110110111010011101101110101000011010111110
+1,6,12,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,6,13,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,6,14,60,1111111111010011110111010100100100100011111000101011111110110010111010011101000010111100100011111010
+1,6,15,63,1111110101010010110111010100100111101010111011110011011110010110011010010100101110111100110011111111
+1,6,16,61,1111110011110010110110110001100111110011101001111111011010110110111010011101101110101000001010110100
+1,6,17,67,1111101001010010100011110111001110110111101110101110011011110110111010011111101110111000111010111111
+1,6,18,63,1111101011110011111111011000100111101011101000010010111110110110110010011101101110101100001111101110
+1,7,0,62,1110001111110011111110010010000111100111111001110011000110110110111010111100001111101100101010111101
+1,7,1,67,1111110011110000110111111001110110110011101111011111011010110111111010011101101010111000001111110110
+1,7,2,66,1110100111010001111111110011000110100011111111110111000111110110111010111100101010111100101010111111
+1,7,3,66,1111001011110010110011011110010110110111101010011011001010110111111010011111001111111000101111111101
+1,7,4,66,1111100011010010110011110111000110110011101110111111011011110110111010011111101110111000101010111101
+1,7,5,67,1111100011010010110011110111000110110011101110111111011011110110111010011111101111111000101010111101
+1,7,6,65,1111101001010010100011110111001110110111101110111110011011110110111010011111101100111000101010111101
+1,7,7,67,1111100011010010110011110111000110110011101110101111011011110110111010011111101110111000111010111111
+1,7,8,64,1111101110110010110011110111000111110011101110111111011110110110111110011101101110001000001010110100
+1,7,9,61,1101110011010010110100110001100111110011101001111111111000110110111010111101101110111000001000111101
+1,7,10,61,1110111001010000100010110000111110100111101101110110011010110111111010011111101010101000011110111111
+1,7,11,69,1111101011110010100111110111001111110011101010101110011111110110111010011101101111111000111010111110
+1,7,12,70,1111101011010010110111110111010110110011101110101110011011110110111010011111101110111000111110111111
+1,7,13,62,1101101001110000101001110100001111010111101110101011010111110110111010011100101110111000111010111111
+1,7,14,67,1111101011110011111111011010000111101011101010110111111110110110110010011111101110101100001011101110
+1,7,15,61,1111100011010010110011110101100110110011101100011010011011110110111010011101101110111000001110111101
+1,7,16,62,1111111011110010100010110111000111110011101001101110011110110110111010111101101110101000011000111100
+1,7,17,67,1111101100010010110101110001101111110011101110111111111110110110111110011101101110011000001010111111
+1,7,18,60,1110001110010010110000110111001111110011101000111111011110110111111110111101101010011000001000111100
+1,8,0,69,1111101111010001111111110011000111101011111110110111000111110110111010111101101010101100101010111111
+1,8,1,63,1110100011110011111111011010000110100011101011110111111110010110110010011110101110111100001011101110
+1,8,2,70,1110110111110001111111110000110110100011111111110111100111110110111010011100101110111100011110111111
+1,8,3,63,1111101011010000100111110011000111100011101111110110011110110110111010111101101011101000101010111101
+1,8,4,64,1111101011110000100111110001110111100011101111110110011010010110111010011101101111101000011010111111
+1,8,5,70,1111110011010010110011110110000110110011101110101111111111110110111010011111101110111000111110111111
+1,8,6,70,1111101110010010110111110001101111110011101110111111111110110110111110011101101110011000001011111111
+1,8,7,64,1111101001110011111101011010000111101011101010110111111110110110110010011111101110101100001010101110
+1,8,8,65,1101101001110000101101110000001111010011101111111011010111110110111010010101101111111000111110111111
+1,8,9,63,1111111011110000100011110100110111100111101110100110111110110110011010011100101110101000011010111111
+1,8,10,67,1111100011010010110011110111000110110111101110111011011011110111111010011111001111111000101010111101
+1,8,11,66,1111001011110010110011011110010110110011111010011111001010110110111010011111101111111000101111011101
+1,8,12,66,1110100011010001111111110011000110100011111111111111010111110110111010111100101110111000101010111101
+1,8,13,65,1111100111010010110011110111000110110011101100110111001011110110111010010111101011111100101010111111
+1,8,14,65,1111011011110000110111111001110110110011101110011110011011110010111010011101101010111000101111110110
+1,8,15,70,1111100011010010110111110111010110110011101111101111011010110111111010011111101110111000011110111111
+1,8,16,64,1111101000110010101001110100001111110111101110101111010111110110111110011100101110101000011010111111
+1,8,17,63,1101101111110000110011110111000111010011101110111011011110110110111010011101101110011010101010110100
+1,8,18,68,1111101011110011110111011010000111100011101010110111111111110110111010011111101110101100101011101110
+1,9,0,65,1110100011010001111111110011000110100011111111111111010101110110111010111100101110111000101010111101
+1,9,1,66,1110100011010001111111110011000110100011111111111111010111110110111010111100101110111000101010111101
+1,9,2,64,1111100011010010111111110011010110110011101010101110011110110110110010011111101110111000001110101111
+1,9,3,67,1110101011110011111111011110000110101011101111110111111010010110110010011110101110111100011011101110
+1,9,4,69,1111111011010000110011110100000111110011101110101111111111110110111010011101111111101000110110111111
+1,9,5,65,1111100011110010100111110011110110100011101111110110011010010110111010011111101110111000011010111111
+1,9,6,67,1110100011010001111011110111000110110011101111111111010111110110111010111110101110111000101010111101
+1,9,7,68,1111110011010010110111110010000110100011111110101111111111110100111010011101101110111000111110111111
+1,9,8,67,1111011011010110110111111011110110110011101110101110001011110010111010011101101010111000101111111110
+1,9,9,66,1111101011110000111011110101010110111011101110011110011010110110110010011111101110111000011110110111
+1,9,10,68,1111101010010010101001110101001111110111101111101111011110110111111110011100101110111000011010111111
+1,9,11,66,1111100001110010110111110110010110110011101110101111010011110110111010011111101110101000011110111111
+1,9,12,64,1111101011010000100011110001110111101011101111110010011010110110111010011111101111101100001010111111
+1,9,13,69,1111100011110010110111110111000110110111101110111111011011010111111010011101001111111000111010111101
+1,9,14,63,1111101011110011110001111010000110110011101010110111110110110110110010011111101110101100001110101110
+1,9,15,70,1111110001010010111111010110000111101011101110101111111111110110111010011111101110111010011010111111
+1,9,16,67,1111100011010000110111110001110110110011101111101111011010110111111010011110101110111000011110111111
+1,9,17,72,1110110110110011111111110110010110100011111111110111100111110110111010011101101110111100011110111111
+1,9,18,69,1110110111110001110111110100010110100011111111111011001111110110111010011100101110111100111010111111
+1,10,0,70,1111111011010000110011110101010011110011101111101111011010110111111010011101111111101100110110111111
+1,10,1,66,1111100011010000110111110000100110110011101110101111111111110110111010011110101110111000011110111111
+1,10,2,67,1111100001010000110111110001110110110011101111101111011010110111111010011111101110111000011110111111
+1,10,3,65,1111100011110010110111110110010110110011101110101111010001110110111010011110101110101000011110111111
+1,10,4,73,1111110011010011111111110110000111101011111110101111111111110110111010011100101110111110011010111111
+1,10,5,66,1110110101110000110111010100010110100011101111111011001111110110111010011111101110111000111010111111
+1,10,6,68,1101101111110000111011110111110110110011101110010110011110110110111010111101101110111010011110110101
+1,10,7,64,1111101011110000111011110001000111011011101110111111110010110110110110011111101110011000001110110110
+1,10,8,70,1110111011110010111011110100000111110011101110100111111111110110111010011111101110111100110110111101
+1,10,9,65,1111101011010001110111011110000110101011101111111111111010010110110010011100111111101000011011101110
+1,10,10,67,1111110111110000110111110010000110100011111110101011101111110100111010011101101110111000111110111111
+1,10,11,70,1110110011010011110111110100010110100011111111111111011111110110111010011100101110111100111010111111
+1,10,12,67,1111110001010000111111010100000111101011101110101111111111110110111010011111101110111000011110011111
+1,10,13,71,1111111011010010110011110111000111110011101010101111111111110110111010011101111111101010110010111111
+1,10,14,71,1111100010110010111111110111001111110111101111111111001010010111111110011101001111111000111010111101
+1,10,15,66,1111101011011010101001110001000110110111101110101111011111110111111010011100101110111000011010111111
+1,10,16,67,1111110011010000110111110001110110110011101111101111011010110110111010011110101110111000011110111111
+1,10,17,66,1111100011010010111111110011010110110011101110101110011110110111110010011111101110111000001110101111
+1,10,18,65,1111100000010010101001110100000111110111101111101111111110110111111110011100101110111000011010111111
+1,11,0,75,1111111011010010111111010111001111101011111110101111111111110110111010011101101110111110011010111111
+1,11,1,71,1111110011010011111111110110000111101011101110101111011111110110111010011110101110111010011010111111
+1,11,2,70,1111101011010010110011010101110111101011101111101111011010110111111010011111101110111000011110111111
+1,11,3,69,1111110001010000111111110011001110110011101110101101011111110110111010011111101110111010111010111111
+1,11,4,67,1111110011010010110011110111000111100011101010101111111111110110111010011101101110101010110010111111
+1,11,5,77,1111111011010011111111110110000111111011111110101111111111110110111010011100111111111110011010111111
+1,11,6,70,1111110101110000111111010101010110100011101111111011001111110110111010011111101110111010111010111111
+1,11,7,68,1110111011010010110111010110001111100011101110101111011111110110111010011111101110111000011010111111
+1,11,8,74,1111110011010011111111110100010111101011111111101111011111110110111010011100101111101110011110111111
+1,11,9,68,1111111011010000110011110111000011100011101110101111111010110111111010011101111110111100110010111111
+1,11,10,71,1110110011110010111011110100000011110111101111100111111111110110111110011111101110111100111010111101
+1,11,11,63,1111101000010010101001110100000111110011101110101111111110110111111010011100101110111000010110111111
+1,11,12,66,1111110111110000110111110000000111100011111110101011101111110110111010011101101110111000110110111101
+1,11,13,70,1110111011110010111011110110000110110011101110100111111111110100111010011111101110111100110110111111
+1,11,14,68,1111111001010000110111010101000011111011101111101111111011110110111010010101111110101100111110011111
+1,11,15,68,1111110011010000111011110100010111100011101110101111011110110111111010011111101111111000010110111111
+1,11,16,64,1111100011010010111111110000010110100011101110101111011110110111110010011111101110111000001110101111
+1,11,17,70,1111110001010000111111010111000111111011101110101110111111110110111010011111101110111000011110111111
+1,11,18,69,1111110011010000110011110101010111110011101111101111011010110110111010011100111111101100111110111111
+1,12,0,64,1110111000010010110111110100001111100011101110101111011111110110111010011110101110111000010010111111
+1,12,1,67,1111101011010010101001010110001111110011101110101111111110110111111010001101101110111000011110111111
+1,12,2,68,1111110101110010111011010100010110100011101110100011001111110110111010011111101110111110111110111111
+1,12,3,72,1110111011110000111111110111000110110011101111111111111111110100111010011111101110111000110010111111
+1,12,4,69,1111110011010011111111110100000111101011101111101111011111110010111010011110101110101010011010111111
+1,12,5,75,1111110011010011111111110110010111101011111110101111011111110110111010011100101111111110011110111111
+1,12,6,71,1111110011010000111111110110010111110011101110101110011111110111111010011111111110111000010110111111
+1,12,7,67,1111110001010000111011010101000101101011101110101111111110110110111010011111101111111000011110111111
+1,12,8,72,1111111011011011110011110110010011100011101110101111111110110111111010011101101110111110110010111111
+1,12,9,71,1111110011010000111111110101000111101011111111101111011011110110111010011100111111101100011110111111
+1,12,10,70,1111110011010011111111110110000111101011101110101111011111110110111010011110101110101010011010111111
+1,12,11,75,1111110011010011111111110100010111101011111111101111011111110110111010011100101111111110011110111111
+1,12,12,73,1111111011010010111111110011001010101011111110101111111111110110111010011111101110111100010110111111
+1,12,13,69,1111111011010000110111010101110111111011101111101111011010110011111010011101101110111010001010111111
+1,12,14,77,1111111011010011111111110110000111111011111110101111111111110110111010011100111111111110011010111111
+1,12,15,77,1111111011010011111111110110000111111011111110101111111111110110111010011100111111111110011010111111
+1,12,16,68,1111110001010000111111110111011110110011101110101101011110110110111010011111101110111000110010111111
+1,12,17,69,1111110011010000111011110000000111100011101110101111011111110111111010011111101111111010011110111111
+1,12,18,72,1111101011010010110011010111110111101011101111100111111010110111111010011110111110111110011010111111
+1,13,0,70,1111111011010000101011010111000111100011101110101111111111110111111010011111101110111010001110111111
+1,13,1,66,1111100011010010111001110000001111110011101110101111011110110111111010001101101111111000011110111111
+1,13,2,68,1111011011010000110111010101110111110011101111101111111010110111111010011101101110111010000010111111
+1,13,3,72,1110111011110000111111110111000110111011101111111111011111110000111010011111101110111000111010111111
+1,13,4,69,1111111011010000111111010001110111101011111111101111011110110011111010011101101110111000001010111111
+1,13,5,72,1111111011010010110111110111001010111011101110101111111001110110111010011111101110111110010110111111
+1,13,6,68,1111111001010000111011110011000110101011101110101111111110110110111010011111101110111000011110111111
+1,13,7,72,1111110011010010111111010101001001101011111110101111111111110110111010011111101111111100010110111111
+1,13,8,72,1111111011010011111011110100000111111011111110101111011111110110111010111101101111111000010010111111
+1,13,9,75,1111111011011011110111110110010011100011101110101111111110110111111010011101101110111110111110111111
+1,13,10,75,1111111011010011111111110110010111101011111110101111011111110110111010011100101110111110011110111111
+1,13,11,70,1111110011010011111111110100000101101011101111101111011111110110111010011110101111101010011010111111
+1,13,12,73,1110111011110000110111110101110110110011101111111111111111110101111010011101101110111000111010111111
+1,13,13,68,1111111011010000111111010111000111111011101111101111011010110010111010011111101110111010000010111111
+1,13,14,75,1110111011110001111111110111000110110011101111111111111111110100111010011111101111111000110110111111
+1,13,15,71,1111111011010010111111110100000111111011111110101111011111110110111010011101101110111000011010111111
+1,13,16,77,1111111011010011111111110011001010111011111110101111111111110110111010011111111110111100011110111111
+1,13,17,74,1111111011010010111111110110000111101011111110101111111111110110111010011100101111111110010110111111
+1,13,18,74,1110111011110000111111110110010111100011101111111111111111110100111010011111101111111010110010111111
+1,14,0,74,1110111011110000111111110110000111111011101111101110011111110010111010011111101110111110111110111111
+1,14,1,72,1111111011011011110111110111010010100011101110111111111110110101111010011101101110111000111010111111
+1,14,2,77,1111111011010011111111110110011010111011111110101111011111110110111010011111111110111100011110111111
+1,14,3,76,1111111011010011111111110011000111101111111110101111111111110110111010011100101110111110011110111111
+1,14,4,74,1111111011011011110111110110010011100011101110101111111110110111111010011101101110111110011110111111
+1,14,5,74,1111111011010000111111110110000111101011111110101111111111110110111010011100101111111110110110111111
+1,14,6,72,1110111011110001111111010111000110110011101110101111111111110100111010011111101111111000110110111111
+1,14,7,73,1111110011010011111111110111000110111011111111111110011111110110111010011100101110111000011110111111
+1,14,8,73,1110111011010000111111110010001111110011101111111111111111110100111010011111111111111000110010111111
+1,14,9,79,1111111011110011111111110111011010101011111110101111111111110110111010011111101110111110011110111111
+1,14,10,71,1111111011010010111011110100000111111011111110101111011111110110111010111101101111111000010010111111
+1,14,11,73,1111111011010011111111110100000111111011111110101111011111110110111010011101101110111010011010111111
+1,14,12,70,1111110011010011111111010100011101111011101111101111011111110110111010011100101110101010011010111111
+1,14,13,68,1111001011010000110111110101100111100011101111101111111010110111111010011111101111111010000010111111
+1,14,14,72,1111111011010000110111110111001010111011101111111111111001110100111010011111101110111100110110111111
+1,14,15,72,1110111011110010111111110111000110111011101110101111011111110010111010011111101110111010011010111111
+1,14,16,74,1111111011111010110111110110010011100011101110101111111110110101111010011101101111111010111110111111
+1,14,17,75,1110111011010001111111110110010111100011101111111111111111110110111010011111101110111110110010111111
+1,14,18,76,1111111011110010111111110110010111110011101110101111111111110100111010011111101111111010110110111111
+1,15,0,78,1101111011010011111111110110011010111011111111111111111111110110111010011111111110111100011010111111
+1,15,1,73,1110111011010001111111110011001010101011111110101111011111110110111010011111111110111100011110111111
+1,15,2,73,1111111011010011110111110111010010100011101110101111111110110111111010011101101110111110011110111111
+1,15,3,80,1111111011111011111111110110011011101011111110101111111111110110111010011111101110111110011110111111
+1,15,4,73,1110111011110000111111010111000111110011101110101111111111110100111010011111101111111010110110111111
+1,15,5,72,1111101011010001111111110110000110101011111110101111111111110110111010011100101111111100110110111111
+1,15,6,74,1111111011010011111111110110001010101011111110101111011111110110111010011100111110111110011110111111
+1,15,7,78,1111111011010011111111110011010111111111111110101111111111110110101010011111101110111100011110111111
+1,15,8,72,1111111011010011111111110111011010100011111110101111111110110100111010011101101110111000111010111111
+1,15,9,77,1111111011011011110111110110010010111011101110111111011111110111111010011111111110111100011110111111
+1,15,10,73,1111111011010010111111110100011011111011111110101111011111110110111010011101101110111100011010111111
+1,15,11,75,1111111011010011111011110110000110111011111110101111011111110110111010111111111111111000010110111111
+1,15,12,74,1111111011010001111111110011001010101011111111111110111111110110111010011110111110111100011010111111
+1,15,13,74,1110110011010011111111110111000110111011111111111111011111110110111010011101101110111000011110111111
+1,15,14,72,1110111011010001111111110010001011101011111110111111111111110110111010011100101110111110011010111111
+1,15,15,77,1111111011010000111111110111000110101011111111101111111111110110111010011111111111111100110110111111
+1,15,16,74,1110111011110001111111010111000110111011101110101101111111110110111010011111101111111010110110111111
+1,15,17,71,1110111011110000111111110110000111110011101111101110011111110000111010011111101110111100111110111111
+1,15,18,74,1111111011010011110111110110000011111011101110101111111111110110111010011101101110111110011110111111
+1,16,0,74,1110111011010011111111110110000110111011111110101111011111110110111010111111111110111000010110111111
+1,16,1,74,1111110011010011111011110111000110111011111110111111011111110110111010011101101111111000011110111111
+1,16,2,74,1110111011010001111111110011001010111011111110101111011111110110111010011111111110111100011110111111
+1,16,3,76,1111111011011011110111110110010010101011101110111111011111110111111010011111111110111100011110111111
+1,16,4,75,1110111011010011111111110011001110111011111110101111011111110110101010011111111110111100011110111111
+1,16,5,76,1111111011010001111111110011010011101111111110101111111111110110111010011111101110111100011110111111
+1,16,6,73,1111111011010011111111110110000110111011111110101111011111110110111010011110111110111000010110111111
+1,16,7,74,1111111011010011111011110110001010101011111110101111011111110110111010111101011111111100011110111111
+1,16,8,79,1111111011011011111111110010010110111011111110111111111111110110111010011111111110111100011110111111
+1,16,9,76,1111111011010011110111110111010011111111101110101111011111110111101010011111101110111100011110111111
+1,16,10,75,1111110011010011111111110111000110111011111111111111011111110110111010111101101110111000010110111111
+1,16,11,74,1110111011010011111011110110000110111011111110101111011111110110111010011111111111111000011110111111
+1,16,12,75,1111111011011011110111110010010010111011101110111111011111110110111010011111111110111100011110111111
+1,16,13,80,1111111011010011111111110111010111111111111110101111111111110111101010011111101110111100011110111111
+1,16,14,72,1111111011010011111011110110000110111011101110101111011111110110111010011111101111111000010110111111
+1,16,15,76,1110111011110000111111010111000111110011111110101111111111110100111010111111111111111010110110111111
+1,16,16,71,1111111011010011110111110111010010100011101110101111011110110111111010011101101110111100011110111111
+1,16,17,79,1111111011011011110111110110010010111011101110111111111111110111111010011111111110111110011110111111
+1,16,18,76,1111111011010011111011110110001110111011111110101111011111110110111010111111111111111000010110111111
+1,17,0,73,1110111011010011111111110111000110111011011110101111011111110110101010111111111110111000010110111111
+1,17,1,74,1110111011010011111111110010001110111011111110101111011111110110111010011111111110111100011100111111
+1,17,2,76,1110111011110000111111010111000111110011111110101111111111110100111010111111111111111010110110111111
+1,17,3,76,1110111011110000111111010111000111110011111110101111111111110100111010111111111111111010110110111111
+1,17,4,78,1111111011011001110111110110010010101011111110111111111111110111111010111111111111111100010110111111
+1,17,5,73,1110111011110010111111010111000111110011101110101111011111110100111010011111111110111010111110011111
+1,17,6,79,1111111011110001111111110011010011101111111110101111111111110110111010011111111110111100111110111111
+1,17,7,73,1110111011010000111111010111000111110011111110101111111111110100111010111111101111111010010110111111
+1,17,8,73,1111110011010011111011110111000110111011111111101101011111110110111010111101101111111000010110111111
+1,17,9,73,1110111011010011111111110110000110111011111110111111011111110110101010011111111110101000011110111111
+1,17,10,72,1111111011010011110011110110000010101011111110101111011111110111111010011101011111111100011110111111
+1,17,11,77,1111111011011011111111110110011010101001101110111111011111110110111010111111111110111100011110111111
+1,17,12,79,1111111011010011111011110111011110111011111110101111011111110111111010111111111110111100010110111111
+1,17,13,76,1111111011010011111111110110000111111111111110101111111111110110101000011111101111111000011110111111
+1,17,14,72,1110111011010011110111110110000110111011101110101111011111110110111010111111111110111000010110111111
+1,17,15,77,1111111011011011111111110010010010111011111110111111011111110110111010011111111110111100011110111111
+1,17,16,77,1110111011010011111111110111000111111111111110101111111111110110101010011111101110111100011110111111
+1,17,17,78,1111111011010011111111110011011110111011111110101111011111110111101010011111111110111100011110111111
+1,17,18,77,1111111011010011111111110110010010111011101110101111111111110110111011011111111110111100011110111111
+1,18,0,76,1110111111010001111111110111000011111111111110101111111111110110101010011111111010111100011110111111
+1,18,1,80,1111111011110011111111110011010111101111111110101111111111110110111010011111101110111100111110111111
+1,18,2,78,1110111011010011111111110111010111101111111110101111111111110110111010011111101110111100011110111111
+1,18,3,78,1111111011110001111111110011000011111111111110101111111111110110101010011111111110111100111110111111
+1,18,4,79,1111111011110000110111010111000111111111111110101111111111110100111010111111111111111010111110111111
+1,18,5,76,1110111011011001111111110011010011100011111110111111111111110111111010011111101110111110010110111111
+1,18,6,74,1110111011110000111111010111000111110011111110101111111111110000111010111111111111111010010110111111
+1,18,7,73,1110111011010000111111010111000111110011111110101111111111110100111010111101101111111010110110111111
+1,18,8,77,1111111011011001111111110010010010111011111110111111011111110110111010011111111110111101011110111111
+1,18,9,80,1111111011011011110111110011010011101111111110111111111111110111111010011111101110111110011110111111
+1,18,10,74,1110111011010001111111110010001010111011111110101111011111110111111010011111111110111100011110111111
+1,18,11,79,1111111011011011110111110011010111101111111110111111111111110110111010011111101110111110011100111111
+1,18,12,77,1111111011011011011011110010010010111011111110111111011111110111111010111111111110111100011110111111
+1,18,13,78,1111111011010011111111110111011110111011111110101111011111110110111010011111111110111100010110111111
+1,18,14,78,1111111011111001111111110110010010101111111110111111111111110110111010011111111110111100010110111111
+1,18,15,79,1111111011010001110111110011010011101011111110101111111111110111111010111111111111111100111110111111
+1,18,16,75,1111110011010011111011110011011110111011111111101101011111110111111010011111101110111000011110111111
+1,18,17,76,1111111011010011111111110111000110111011111110101111011111110110101010111101111111111100010110111111
+1,18,18,76,1110111011010011111111110111000111110111111110101111111111110110101010011111101111111100110010111111
+1,19,0,76,1110111011010011111111110111001110110011111110101111011111110110111010011111111111111100010110111111
+1,19,1,76,1111111011110000111111010111010111111011111110101111111111110000111010111111111110111010010110111111
+1,19,2,78,1110111011010011111111110111010111101111111110101111111111110110111010011111101110111100110110111111
+1,19,3,78,1111111011110011111111110011000111110111111110101111111111110110101010011111101111111100111010111111
+1,19,4,77,1111111011011011010011110010010010101011111110111111111111110111111010011111111111111100111110111111
+1,19,5,78,1111111011010001111111110011010011111011111110101111011111110111111010111111111110111100011110111111
+1,19,6,78,1111111011011011110111110011010011101111111110111111111111110110101010011111101110111100111110111111
+1,19,7,80,1111111011110001111111110011000011111111111110101111111111110111111010011111111110111110011110111111
+1,19,8,78,1111111011111001111111110010010010101111111110111111111111110110111010011111111110111110010110111111
+1,19,9,76,1110111011011001111111110111010011100011111110111111111111110111111010011111101110111100010110111111
+1,19,10,78,1111111011011001110111110011010011101111111110111111111111110111111010011111101110111100011110111111
+1,19,11,79,1111111011111011111111110110010010001111111110111111111111110110111010011111111110111110010110111111
+1,19,12,80,1110111111110000111111010111010111111111111110101111111111110100111010111111111010111110111110111111
+1,19,13,73,1110111011010001110111110111000011111111111110101111111011110110101010011111101111111000011110111111
+1,19,14,82,1111111011110011111111110011010111101111111110111111111111110111111010011111101110111100111110111111
+1,19,15,76,1111111011011011110111010011010011101111111110101111111111110110111010011111101110111110011110111110
+1,19,16,81,1111111011110011111111010011010111101111111110101111111111110100111010111111111111111010111110111111
+1,19,17,78,1111111011110000110111110111000111111111111110101111111111110110111010011111101110111100111110111111
+1,19,18,79,1110111011011011111111110111010011101111111110101111111111110110111010011111101110111110011110111111
+1,20,0,81,1111111011010011111111010011010111111111111110101111111111110110111010111111111111111010011110111111
+1,20,1,79,1111111011110001111111110011000011101111111110101111111111110101111010011111111110111110111110111111
+1,20,2,78,1110111011010011111111110111010110001111111110101111111111110110111010011111111110111110110110111111
+1,20,3,80,1111111011111011111111110110010011101111111110111111111111110110111010011111101110111110010110111111
+1,20,4,82,1111111011110011111111110011010111110111111110111111111111110111101010011111101111111100111110111111
+1,20,5,78,1111111011110011111111110011000111101111111110101111111111110110111010011111101110111100111010111111
+1,20,6,77,1110111011011001111111110111010011101011111110111111111111110111111010011111101110111100010110111111
+1,20,7,77,1111111011011001110111110011010011100111111110111111111111110111111010011111101110111100011110111111
+1,20,8,80,1110111011010000111111110111010111111111111110101111111111110110111010111111111110111110011110111111
+1,20,9,79,1110111111111011111111010111010011101111111110101111111111110100111010011111101010111110111110111111
+1,20,10,80,1111111011111011111111110110010010101111111110101111111111110110111010111111111110111110010110111111
+1,20,11,77,1111111011010001111111110011010011011011111110111111011111110111111010011111111110111100011110111111
+1,20,12,78,1110111011110011111111110011010111101111111110101111111111110110111010011111101110111100110110111111
+1,20,13,81,1111111011010011111111110111010111101111111110111111111111110111111010011111101110111100111110101111
+1,20,14,76,1110111011011001111111110111010011100011111110101111111111110111111010011111111110111100010110111111
+1,20,15,80,1111111011011001111111110011010011111011111110111111011111111111111010111111101110111100011110111111
+1,20,16,79,1110111011110011111111110111010010001111111110111111111111110110111010011111111110111110110110111111
+1,20,17,77,1011111011011011111111110110010111101111111110101111111111110110111010011111101110111100010110111111
+1,20,18,78,1111111011110001111111110110010010011111111110111111011111110111011010111111111110111100011110111111
+1,21,0,79,1111111111111011111111010011010011101111111110101111111111110100111010011111101010111110111110111111
+1,21,1,82,1110111011110011111111110111010111110111111110111111111111110111101010011111101111111100111110111111
+1,21,2,75,1111111011110001111111110110010010011111111110111111011111110110011010111111111110011100010110111111
+1,21,3,83,1111111011111011111111110110010010101111111110101111111111110111111010111111111110111111011110111111
+1,21,4,79,1110111011111011111111110110010011101111111110101111111111110110111010011111111010111110011110111111
+1,21,5,81,1111111111111011111111010111010010101111111110101111111111110100111110111111101110111110110110111111
+1,21,6,80,1111111011110011111111110011000111101111111110101111111111110111111010011111101110111100111110111111
+1,21,7,76,1111111011110001111111010011000011101111111110101111111111110100111010011111111110111110111010111111
+1,21,8,81,1111111011111011111111110110010111101111111110111111111111110110111010011111101110111110010110111111
+1,21,9,79,1111111011010011111111110111010011101111111110111111110111110111111010011111101110111100111110101111
+1,21,10,79,1111111011011001111101110011010011111011111110111111011111111111111010111111101110111100011110111111
+1,21,11,80,1111111011011001111111110011010011111011111110111111011111111111111010111111101110111100011110111111
+1,21,12,82,1110111111011011111111110111010011111111111110111111111111110100111011011111101010111110111110111111
+1,21,13,77,1111111011111001111111010011000011101011111110101111011111111111111010111111101110111100011110111111
+1,21,14,79,1110111011110011111111110111010110001110111110101111111111110110111010111111111110111110110110111111
+1,21,15,78,1111111011011011111111110110010010101111111110101111111111110110111010011111111110111110010110111111
+1,21,16,76,1111111011110001111111110010000011101111111110101111111111110101111010011111101110111110110110111111
+1,21,17,82,1111111011111011111111110111010011101111111110111111111111110110111010011101111110111110011110111111
+1,21,18,80,1111111011011001111111110111010111101111111010111111111111110111111010011111101110111100111110101111
+1,22,0,77,1111111111011001111101110111010011101111111010111110111111110110111010011111101110111100111110101111
+1,22,1,83,1110111011011011111111110111010111111111111110111111111111110101111011011111101010111110111110111111
+1,22,2,75,1111111011111001111111010010010011101011111110101111111111110100111010111111101110111110010110111111
+1,22,3,82,1111111111111011111111010111000010101111111110101111011111111111111110111111101110111100111110111111
+1,22,4,81,1110111111111011111111110111010011111111011110111111111111110100111010011111101010111110111110111111
+1,22,5,82,1111111011011011111111110111010111101111111110111111111111110110111011011111101110111110010110111111
+1,22,6,80,1110111011011011111111110110010010111111111110101111111111110110111011011111111110111110110110111111
+1,22,7,80,1111111111011011111111110111010011101111111110111111111111110100111010011111101010111110011110111111
+1,22,8,80,1111111011011001111111110111010111101111111010111111111111110111111010011111101110111100111110101111
+1,22,9,80,1111111011011001111111110111010111101111111010111111111111110111111010011111101110111100111110101111
+1,22,10,80,1100111011111011111111110111010011101111111110101111111111110110111010011111111110111110011110111111
+1,22,11,79,1111111111111011111111010110010010101111111110101111111111110100111110111111101010111110110110111111
+1,22,12,78,1110111111110011111111010111010011101011111110101111111111110100111010111111101110111110110110111111
+1,22,13,79,1111111011011011111111110011010010101111111110111111111111110111111110011111101110111100010110111111
+1,22,14,79,1110111011110011111111110111010110101110111110101111111111110111001010011111111110111111110110111111
+1,22,15,82,1110111011110011111111110111010111010111111110111111111111110110111010111111101111111100111110111111
+1,22,16,77,1111111011110011111111010111010010101111110110101111111111110100111110111111111110111110110010011111
+1,22,17,77,1111111011111001111111010011000011101111111110101111111111110100111010011111101110111110111110111111
+1,22,18,80,1111111111011001111111110111010011111111111110111111011111111101111010011111101010111100011110111111
+1,23,0,81,1110111011010011111011110111010111011111111110111111111111110110111010111111101111111100111110111111
+1,23,1,81,1111111011111011111111110111010111100111111110111111111111110100111011011111101110111110010110111111
+1,23,2,79,1111111011110011111111110111010010101111110110101111111111110100111011111111111110111110110110011111
+1,23,3,78,1110111011011011111111010110010010111111111110101111111111110110111110011111111110111110110010111111
+1,23,4,80,0110111011011011111111110111010111111111111110111111111111111101111010011111101010111010011110111111
+1,23,5,81,1111111111011001111111110111010011111111111110111111011111110101111011011111101010111100111110111111
+1,23,6,82,1111111011010001111111110111010111110111111110111111111111110111111010111111101111111100111110101111
+1,23,7,79,1110111011111011111111110111010111001111111010111111011111110110111010011111101110111100111110111111
+1,23,8,82,1111111011011011111111110111010111101111111110111111111111110100111011011111101010111110111110111111
+1,23,9,82,1110111011011011111111110111010111111111111110111111111101110111111011011111101110111110010110111111
+1,23,10,81,1111111011111011111111110111010011101111111110111111111111110100111010011111101110111110011110111111
+1,23,11,79,1100111111011011111111110111010011101111111110101111111111110110111010011111111010111110011110111111
+1,23,12,81,1110111111111011111111110111010011110111111110111111111111110110111010011111101010111100111110111111
+1,23,13,82,1110111011110011111111110111010111011111011110111111111111110100111010111111101111111110111110111111
+1,23,14,80,1111111011110011111111010111010110101111111110101111111111111111001010111111111110111100110110111111
+1,23,15,81,1110111111111011111111110111000010101110111110101111011111110111111110011111101110111111111110111111
+1,23,16,82,1111111111111011111111010111000010111111111110101111011111111110111011011111111110111100111110111111
+1,23,17,79,1110111011011011111111110110010010101111111110101110111111110111111110111111101110111110110110111111
+1,23,18,83,1111111011011011111111110111000111101111111110101111111111111111111011111111101110111110010110111111
+1,24,0,83,1111111011011011111111010111000110111111111110101111111111111111111011011111111110111100111110111111
+1,24,1,82,1111111111111011111111110111000011101111111110101111011111111110111011111111101110111110010110111111
+1,24,2,84,1111111111111011111111010111010010111111111110101111011111101110111111011111111110111100111111111111
+1,24,3,78,1111111111111011111111010111000010101111111110111111011111110110111010011111101110111100111110111110
+1,24,4,80,1110111111111011111111110111000111101110011110101111111111110100111011011111101010111111111110111111
+1,24,5,82,1111111011011011111111110111010010101111111110111111011111110111111110011111101110111110111110111111
+1,24,6,79,1110111011010011111011110111010111011111111110111111011111110110111010111111101110111100111110111111
+1,24,7,81,1110111011111011111111110111010111001111111010111111111111110110111010011111101111111100111110111111
+1,24,8,83,1110111011011011111111110111010111011111111110111111111111110100111010111111101111111110111110111111
+1,24,9,80,1110111011110011111111110111010111111111011110111111111101110111111011011111101110111110010110110111
+1,24,10,81,1111111011010001111111110111010111110111111110111111111111110111111010111111101111111100111110101101
+1,24,11,82,1111111011010001111111110111010111110111111110111111111111110111111010111111101111111100111110101111
+1,24,12,82,1111111111011011111111010111000010101111111110101111011111111111111011111111111110111110011110111111
+1,24,13,83,1111111011111011111111110111000111111111111110101111111111111110111011011111101110111100110110111111
+1,24,14,78,1111111011010001111111110111000111110111111110111111111111110111111010111111101110111100010110101111
+1,24,15,87,1111111011011011111111110111010111101111111110101111111111111111111011111111101111111110111110111111
+1,24,16,84,1110111011110011111111110111010111111111111110111111111111110101111011111111101111111110010110111111
+1,24,17,80,1110111011011011111111110111010111011111011110111111111101110110111010011111101110111110111110111111
+1,24,18,82,0110111011111011111111110111010111011111111110111111111111111100111010011111101011111110111110111111
+1,25,0,80,0110111011011011111111010111010010111111111110101111011111111111111011111111101110111110011110111111
+1,25,1,84,1111111111111011111111110111000111001111111110111111111111111100111010011111111011111110111110111111
+1,25,2,80,1111111011011011111111110111000110111111011110101111111111110110111010011111101110111110111110111111
+1,25,3,82,1111111011011011111111010111010101011111111110111011111101111111111011011111111110111100111110111111
+1,25,4,77,1110111011010011111111110111000111101111011110111111011111110100111010111111101110111110011110111111
+1,25,5,83,1111111111111011111111110111010011110111111110101111111111110111111011111111101110111010010110111111
+1,25,6,81,1111111011111011111111110111010010101111111010101111011111101110111110011111111110111100111111111111
+1,25,7,84,1110111111111011111111010111010111011111111110111111111111110110111011011111101111111100111110111111
+1,25,8,81,1110110011011011111111110111010111111111011110111111111111110110111010011111101110111110111110111111
+1,25,9,82,1111111011111011111111110111000111011111111110111111111101111110111011011111101110111100110110111111
+1,25,10,85,1111111011011011111111110111010111111111111110101111111111110110111011011111101111111110111110111111
+1,25,11,81,1110111011111011111111110111000111011111111110111111111111111100111010111111101110111100110110111111
+1,25,12,84,1110111011110011111111110111010111111111111110111111111111110101111011111111101111111110010110111111
+1,25,13,84,1110111011110011111111110111010111111111111110111111111111110101111011111111101111111110010110111111
+1,25,14,80,1111111011011011111111110111010010101111111110101111111111110111111010011110101110111110111110111111
+1,25,15,88,1111111011011011111111110111010111101111111110111111011111111111111111111111101111111110111110111111
+1,25,16,84,1111111111111011111111010111010110111111111110101111011111100110111111011111111110111110110111111111
+1,25,17,84,1110111011110011111111110111010011111111111110111111111111111101111011111111101111111100011110111111
+1,25,18,84,1110111011111011111111110111010111101111111010111111111111111110111010111111101111111100111110111111
+1,26,0,81,1110111011011011111111110111010111001111111010111111111111111110111010011111101111111100111110111111
+1,26,1,87,1111111011111011111111110111010111101111111110101111111111110111111011111111101111111110111110111111
+1,26,2,85,1110111011111011111111110111010111101111111110111111111111111110111010111111101111111100111110111111
+1,26,3,82,1110111111101011111111010111010111011111111010111111111111110110111011011111101111111100111110111111
+1,26,4,82,1110111011111011111111110111010111001111111110101111111111110100111011111111101111111110110110111111
+1,26,5,83,1111111011011011111111110111000111011111111110111111111111111111111010011111101110111100111110111111
+1,26,6,87,1111111011011011111111110111010111101111111110101111111111111110111111111111101111111110111110111111
+1,26,7,86,1111111011011011111111110111010111111111111110111111011111110111111011011111101111111110111110111111
+1,26,8,82,1111111011111011111111110111000111011111111110111111111101111110111011011111101110111100110110111111
+1,26,9,82,1111111011111011111111110111000111011111111110111111111101111110111011011111101110111100110110111111
+1,26,10,84,1110111011110011111111110111010011111111111110111111111111111101111011111111101110111100111110111111
+1,26,11,81,1110111011111011111111110111000111011111111110111111111111111100111010111111101111111100010110111111
+1,26,12,88,1111111011011011111111110111010111101111111110101111111111111111111111111111101111111110111110111111
+1,26,13,84,1111111011011011111111110111010111001111111110111111011111110111111011011111101111111110111110111111
+1,26,14,80,1110110011011011111111010111010111111111011110111111111111110110111010011111101110111110111110111111
+1,26,15,83,1111111111111011111111110111010100111111111110101111011111100110111111011111011110111110110111111111
+1,26,16,85,1110111011111011111111010111010111001111111110111111111111111110111111111111101111111100111110111111
+1,26,17,87,1111111111011011111111110111010111111111111110111111011111110111111011011111101111111110111110111111
+1,26,18,86,1111111011111011111111110111010111011111111110101111111111110111111011011111101111111110111110111111
+1,27,0,85,1110111011111011111111010111010111011111111110111111111101111110111111111111101111111100111110111111
+1,27,1,82,1111111011111011111111110111000011001111111110111111111111111110111011111111101110111100110110111111
+1,27,2,86,1111111011011011111111110111010111011111111110101111111111110110111111111111101111111110111110111111
+1,27,3,87,1111111011111011111111110111010111101111111110101111111111111111111011011111101111111110111110111111
+1,27,4,86,1111111011011011111111110111010111101111111110111111111111111111111010111111101111111100111110111111
+1,27,5,87,1110111011111011111111110111010111101111111110101111111111111110111111111111101111111110111110111111
+1,27,6,84,1111111011011011111111110111010110101111111110101111011111110111111011111111101111111110111110111111
+1,27,7,88,1111111010011011111111110111010111111111111110111111111111111111111111011111101111111110111110111111
+1,27,8,86,1111111011011011111111110111010111101111111110111111111111111110111011111111101111111100111110111111
+1,27,9,85,1110111011111011111111110111010101101111111110101111111111111110111110111111101111111110111110111111
+1,27,10,86,1111111011111011111111110111010111001111111110101111111111110111111010111111101111111110111111111111
+1,27,11,82,1110111011011011111111110111010111101111111010111111111111111110111001011111101111111100111110111111
+1,27,12,87,1111111011111011111111110111010111011111111110111111111111110111111011011111101111111110111110111111
+1,27,13,82,1111111011011011111111110111000111011111111110101111111111111111111010011111101110111100111110111111
+1,27,14,83,1110111011111011111111110111010011101111111110111111111111111100111011111111101110111100111110111111
+1,27,15,86,1110111011110011111111110111010111111111111110111111111111111111111010111111101111111100111110111111
+1,27,16,86,1111111011011011111111110111010111101111111110101111111111110111111111011111101111111110111110111111
+1,27,17,84,1111111011011011111111110111010111001111110110111111011111111110111011111111101111111110111110111111
+1,27,18,87,1111111011111011111111110111010111101111111110101111111111110111111011111111101111111110111110111111
+1,28,0,85,1111111111011011111111110111010111011111111100110111111111101111111110111111101111111100111110111111
+1,28,1,86,1111111011111011111111110111010111101111111110111111111101110111111011011111101111111110111110111111
+1,28,2,86,1111111011011011111111110111010111101111111110111111111111111110111011111111101111111100111110111111
+1,28,3,87,1110111011111011111111110111010111101111111110101111111111111110111111111111101111111110111110111111
+1,28,4,86,1110111011111011111111110111010111101111101110111111111111110110111111111111101111111110111110111111
+1,28,5,83,1111111011011011111111110111010101101111111110101111111111111110111010111111101111111100111110111111
+1,28,6,87,1111111011111011111111110111010111101111111110101111111111111110111011111111101111111110111110111111
+1,28,7,86,1110111001111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,28,8,83,1111111011011011111111110111010111001111110110101111011111111110111011111111101111111110111110111111
+1,28,9,84,1110111011111011111111110111010101101111110110111110111111111110111110111111101111111110111110111111
+1,28,10,84,1110111011111011111111010111010111001111111110111111111101111010111111111111101111111110111110111111
+1,28,11,87,1111111011111011111111110111010111111111111110101111111111110111111011111111101111111100111110111111
+1,28,12,85,1111111011011011111111110111010111101111111110111111111111110111111010111111101111111100111110111111
+1,28,13,88,1111111011111011111111110111010111101111111110101111111111111111111011111111101111111110111110111111
+1,28,14,84,1110111011111011111111110111010111001111111110101111111111110110111011111111101111111110111110111111
+1,28,15,90,1111111011111011111111110111010111111111111110111111111111111111111111011111101111111110111110111111
+1,28,16,85,1111111011011011111111110111010110101111111110101111111111110111111111011111101111111110111110111111
+1,28,17,85,1111111011011011111111110111010111101111111110101111111111110111111111011111101111111110011110111111
+1,28,18,84,1111111011011011111111110111010110101111111110101111011111110111111011111111101111111110111110111111
+1,29,0,84,1110111011011011111111110111010111101111111110111111111111110111111010111111101111111100111110111111
+1,29,1,86,1111111011111011111111110111010111101111101110111101111111110110111111111111101111111110111110111111
+1,29,2,84,1111111011011011111111110111010110101111111110111111011111111110111011111111101111111100111110111111
+1,29,3,86,1111111011011011111111110111010111101111111110101111111111110111111011111111101111111110111110111111
+1,29,4,87,1111111011111011111111110111010111101111111110111111111111111110111011111111101111111100111110111111
+1,29,5,82,1111111011011011111111110111010111101111111110101110111111110111111010111111101011111110111100111111
+1,29,6,87,1111111111011011111111110111010111111111111110110111111111101111111110111111101111111100111110111111
+1,29,7,84,1111111011011011111111110111010111001111111100111111111111111110111011111111101111111100111110111111
+1,29,8,84,1111111011111011111111110111010111101110111110101011111111110111111011011111101111111110111110111111
+1,29,9,87,1111111011111011111111110111010111101111111110111111111101110111111011111111101111111110111110111111
+1,29,10,87,1111111011111011111111110111000111011111111110111111111011111110111111111111101111111110111110111111
+1,29,11,85,1111111011011011111111110111010110101111111110101111111111110111111011111111101111111110111110111111
+1,29,12,87,1111111011111011111111110111010111101111111110101111111111111110111011111111101111111110111110111111
+1,29,13,87,1111111011111011111111110111010111101111111110101111111111111110111011111111101111111110111110111111
+1,29,14,87,1110111011111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,29,15,82,1111111001011011111111110110010110101111111110101111011111110111111011111111101111111110111110111111
+1,29,16,87,1111111011011011111111110111010111101111111110111111111111111111111011111111101111111100111110111111
+1,29,17,85,1111111011111011111111110111010111101110111110101111111111110110111011111111101111111110111110111111
+1,29,18,83,1111111011011011111111110111010111101111111110111111011111110110111010111111101111111100111110111111
+1,30,0,89,1111111011111011111111110111010111101111111110111111111111111110111111111111101111111110111110111111
+1,30,1,85,1111111011111011111111110111000111011111111110101111111011111110111011111111101111111110111110111111
+1,30,2,83,1111111011111011111111110111000111001110111110101111111111111110111011111111101111101110111110111111
+1,30,3,88,1111111011111011111111110111010111111111111110111111111011110110111111111111101111111110111110111111
+1,30,4,85,1110111011111011111111110111000111001111101110111111111011111111111111111111101111111110111110111111
+1,30,5,88,1111111011111011111111110111010111111111111110111111011111110110111111111111101111111110111110111111
+1,30,6,89,1111111011111011111111110111010111111111111110111111111111111110111011111111101111111110111110111111
+1,30,7,85,1111111011111011111111110111000111001111111110101111111011111110111111111111101111111110111110111111
+1,30,8,89,1111111011111011111111110111010111101111111110111111111111111111111011111111101111111110111110111111
+1,30,9,84,1111111011011011111111110111010111101111111110101111111111110110111011111111101111111100111110111111
+1,30,10,86,1111111011111011111111110111010111101111111110101111111111111110111011111111101111111110111100111111
+1,30,11,87,1111111011111011111111110111010111101111111110101111111111111110111011111111101111111110111110111111
+1,30,12,86,1110111011111111111111110111010111101111111110111111111111110110111011111111001111111110111110111111
+1,30,13,88,1111111011111011111111110111010111101111101110101111111111111111111111111111101111111110111110111111
+1,30,14,85,1111111011111011111111110111010111101110111110101111111111110110111011111111101111111110111110111111
+1,30,15,83,1111111011111011111111110111010111101110111110101111111111110110111011111101101011111110111110111111
+1,30,16,83,1110111011111011111111110111010111101110111110101011111111110111111011011111101111111110111110111111
+1,30,17,89,1111111111111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,30,18,87,1111111011111011111111110111000111011111111110111111111011111110111111111111101111111110111110111111
+1,31,0,90,1111111011111011111111110111010111111111111110111111111111111111111011111111101111111110111110111111
+1,31,1,84,1111111011111011111111110111000111001111111110101111111011111110111011111111101111111110111110111111
+1,31,2,89,1111111111111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,31,3,88,1111111111111011111111110111010111101111111110101111111111110111111111111111001111111110111110111111
+1,31,4,89,1111111111111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,31,5,89,1111111111111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,31,6,84,1111111011111011111111110111000111001111101110111011111011111110111111111111101111111110111110111111
+1,31,7,88,1110111011111011111111110101010111101111111110111111111111111111111111111111101111111110111110111111
+1,31,8,89,1111111111111011111111110111010111111111111110111111111011110111111111111111101111111110111100111111
+1,31,9,86,1111111011111011111111110111010111001111111110101111111111110110111111111111101111111110111110111111
+1,31,10,88,1111111011111011111111110111010111101111111110111111111111110110111111111111101111111110111110111111
+1,31,11,87,1111111011111011111111110111010111101111101110111101111111111110111111111111101111111110111110111111
+1,31,12,86,1111111011111011111111110111010110111111111110111111011011110110111111111111101111111110111110111111
+1,31,13,88,1111111011111011111111110111010111111101111110111111111111110110111111111111101111111110111110111111
+1,31,14,88,1111111011111011111111110111010111111111111110111111111011111110111011111111101111111110111110111111
+1,31,15,88,1111111011111011111111110111000111011111111110111111111111111110111111111111101111111110111110111111
+1,31,16,86,1111111011111001111111110111000111101111111111101111111111111110111011111111101111111110111110111111
+1,31,17,88,1111111011111011111111110111010111011111111110111111111011111111111011111111101111111110111110111111
+1,31,18,90,1111111111111011111111110111011111111111111110111111111111110110111111111111101110111110111110111111
+1,32,0,91,1111111111111011111111110111011111111111111110111111111111110110111111111111101111111110111110111111
+1,32,1,84,1111111011111011111111110111010111001011111110101111111111110110111111111111101110111110111110111111
+1,32,2,87,1111111011111011111111110111010110101111111110111111111111110110111111111111101111111110111110111111
+1,32,3,86,1111111011111011111111110111010111111111111110111111011011110110111111111111101111111110011110111111
+1,32,4,88,1111111011111011111111110111010111111111111110111111111111111111111011111111101110111110111110111011
+1,32,5,90,1111111011111011111111110111010111111111111110111111111111111111111011111111101111111110111110111111
+1,32,6,88,1111111011111011111111110111010111101111111110111111111111110111111011111111101111111110111110111111
+1,32,7,91,1111111111111011111111110111010111111111111110101111111111111111111111111111101111111110111110111111
+1,32,8,88,1111111011111011111111110111000111011111111110111111111111111110111111111111101111111110111110111111
+1,32,9,85,1111111011111011111111110111010110101111111110101111111011110111011111111111101111111110111110111111
+1,32,10,90,1111111111111011111111110111011111111111111110111111111111110110111111111111101110111110111110111111
+1,32,11,89,1111111111111011111111110111010111101111111110101111111111110111111111111111101111111110111110111111
+1,32,12,88,1111111011111011111111110111010111011111111110111111111011111111111011111111101111111110111110111111
+1,32,13,88,1111111011111011111111110111010111011111111110111111111011111111111011111111101111111110111110111111
+1,32,14,87,1111111011111011111111110111010111101111111110111101111111111110111111011111101111111110111110111111
+1,32,15,88,1111111111111011111111110111010111101111101110101111111111110111111111111111101111111110111110111111
+1,32,16,86,1111111011111011111111110111000111011111111110111011111011111111111011111111101111111110111110111111
+1,32,17,86,1111111111111011111111110111010111101111111110101111111011110110111111111111101111111110111100111111
+1,32,18,88,1111111111111011111111110101010111101111111110111111111111110110111111111111101111111110111110111111
+1,33,0,88,1111111011111011111111110111010111101111111110111111111111110111111011111111101111111110111110111111
+1,33,1,88,1111111111111011111111110101010111101111111110111111111111110110111111111111101111111110111110111111
+1,33,2,91,1110111011111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,33,3,88,1111111011110011111111110111010111111111111110111111111111111111111011111111101110111110111110111111
+1,33,4,86,1111111011111011111111110111000111111101111110111111111111110110111111111111101110111110111110111111
+1,33,5,91,1111111111111011111111110111011111011111111110111111111111111110111111111111101111111110111110111111
+1,33,6,86,1111111111111011111111110111000111001111101110101111111111110111111111111111101111111110111110111111
+1,33,7,90,1111111011111011111111110111010111111111111110111111111111111110111111111111101111111110111110111111
+1,33,8,91,1111111111111011111111110111011111101111111110111111111111110111111111111111101111111110111110111111
+1,33,9,85,1111101111111011111111110111010111111111101010101111111111110110111111111111101110111110111110111111
+1,33,10,89,1111111111111011111111110111010111101111110110111111111111111110111111111111101111111110111110111111
+1,33,11,89,1111111111111011111111110101010111111111111110101111111111110111111111111111101111111110111110111111
+1,33,12,91,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,33,13,90,1110111111111011111111110111011111111111111110111111111111110110111111111111101111111110111110111111
+1,33,14,88,1111111011111011111111110111000111011111111110111111111111111110111111111111101111111110111110111111
+1,33,15,87,1111111111111011111111110101010111101111111110111111111111110110111111111111101101111110111110111111
+1,33,16,86,1111111011111011111111110111010111011111111110111111111011110110111111111111101111111110011110111111
+1,33,17,85,1111111011111011111111110111000011111111111110111011011011111111111011111111101111111110111110111111
+1,33,18,89,1111111111111011111111110111010111101111111110111111111111110110111111111111101111111110111110111111
+1,34,0,90,1111111111110011111111110111011111011111111110111111111111111110111111111111101111111110111110111111
+1,34,1,91,1110111011111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,34,2,89,1111111011110011111111110111011111111111111110111111111111111111111011111111101110111110111110111111
+1,34,3,90,1111111111110011111111110111010111111111111110111111111111110110111111111111101111111111111110111111
+1,34,4,87,1111111111011011111111110101010111101111111110101111111111110111111111111111101111111110111110111111
+1,34,5,86,1101111111011011111111110101010111101111111110101111111111110111111111111111101111111110111110111111
+1,34,6,90,1111111011111011111111110111010111111111111110111111111111111110111111111111101111111110111110111111
+1,34,7,91,1111111111111011111111110111011111011111111110111111111111111110111111111111101111111110111110111111
+1,34,8,91,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,34,9,89,1111111111111011111111110111010111101111111110111111111111110110111111111111101111111110111110111111
+1,34,10,88,1111111011111011111111110111010101111111111110111111111111110111111011111111111011111110111110111111
+1,34,11,90,1110111011111011111111110111011111101111111110111111111111111111111111111111101111111110111110111111
+1,34,12,87,1110011011111011111110110111010111111111111110111111111111111110111111111111101111111110111110111111
+1,34,13,91,1111111111111011111111110111011111101111110110111111111111111111111111111111101111111110111110111111
+1,34,14,90,1110111111111011111111110111011111111111111110111111111111110110111111111111101111111110111110111111
+1,34,15,90,1111111111111011111111110111011111101111111110111111111101110111111111111111101111111110111110111111
+1,34,16,90,1110111111111011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,34,17,91,1111111011111011111111110111011111011111111110111111111111111111111111111111101111111110111110111111
+1,34,18,90,1111111111111011111111110111011111101111111110111111111111110111111111111111101111111110111110111011
+1,35,0,88,1110111111111011111111110111011111101111110110111111111111111111111111111111101111111110111110110011
+1,35,1,90,1111111011111011111111110111011011101111111110111111111111111111111111111111101111111110111110111111
+1,35,2,91,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,35,3,90,1111111111110011111111110111010111111111111110111111111111110110111111111111101111111111111110111111
+1,35,4,90,1111111111111011111111110111010111111111111110111111111111111110111111111111101111111110111100111111
+1,35,5,90,1111111011110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,35,6,88,1101111011111011111111110111011111011111111110111111111111111110111111111111101111111110011110111111
+1,35,7,91,1110111111111011111111110111011111101111111110111111111111111111111111111111101111111110111110111111
+1,35,8,90,1110111111111011111111110111011111101111111110111111111111111111111111111111101111111110111110111011
+1,35,9,91,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,35,10,89,1111101111111011110111110111011111101111111110111111111111111110111111111111101111111110111110111111
+1,35,11,89,1111111111111011111111110111010111011111111110111111111111110110111111111111101111111110111110111111
+1,35,12,90,1111111011110011111111110111011111111111111110111111111111111111111011111111101111111110111110111111
+1,35,13,89,1111111011111011111111110111011111011111111110111111111111111111111111011111101110111110111110111111
+1,35,14,89,1110111111110011111111110111010111111111111110111111111111110110111111111111101111111111111110111111
+1,35,15,90,1111111111110011111111110111010111111111111110111111111111110110111111111111101111111111111110111111
+1,35,16,89,1111111111110011111111110111010111111111111110111111111111110110111111111111101111111011111110111111
+1,35,17,91,1111111011111011111111110111011111011111111110111111111111111111111111111111101111111110111110111111
+1,35,18,91,1111111111111011111111110111011111111111111110111111111101110111111111111111101111111110111110111111
+1,36,0,90,1111111111110011111111110111011011111111111110111111111111111110111111111111101111111110111110111111
+1,36,1,89,1111111011111011111111110111011111101111111110111011111111110111111111111111101111111111110110111111
+1,36,2,92,1111111111111011111111110111011111111111111110111111111111111110111111111111101111111110111110111111
+1,36,3,88,1111111011110011111111110111010111011111111110111111111111110111111111011111101111111111111110111111
+1,36,4,86,0111111011110011111111110111011111011111110110111111111111111111111011111101101111111110111110111111
+1,36,5,92,1111111011111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,36,6,91,1111111111110011111111110111011111111111111110111111111111110111111111111111101111111110111110111111
+1,36,7,91,1110111111111011111111110111011111101111111110111111111111111110111111111111101111111111111110111111
+1,36,8,90,1111111111111011111111110111010111111111111110111111111101110111111111111111101111111110111110111111
+1,36,9,88,1111111111111011111111110111011111111111111110111111111111111110111110111011101111111010111100111111
+1,36,10,91,1110111111111011111111110111011111101111111110111111111111111111111111111111101111111110111110111111
+1,36,11,90,1111111011111011111111100111011111011111111110111111111111111111111111111111101111111110111110111111
+1,36,12,91,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,36,13,91,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,36,14,91,1111111111110011111111110111011111111111101110111111111111111110111111111111101111111111111110111111
+1,36,15,90,1111111011111011111111110111011111011111111110111111111111110111111111111111101111111110111110111111
+1,36,16,92,1111111111110011111111110111011111111111111110111111111111110111111111111111101111111111111110111111
+1,36,17,90,1111111011111011111111110111011111011111111110111111111111111110111111111111101111111110111110111111
+1,36,18,92,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111111111110111111
+1,37,0,90,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111110111110111111
+1,37,1,91,1111111111110011111111110111011111111111111110111111111111110111111111111111101111111111111110111011
+1,37,2,92,1111111111111011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,37,3,92,1111111111110011111111110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,37,4,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,37,5,90,1111111111110011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,37,6,89,1111111011111011111111100111011111011111111110111111111111110111111111111111101111111110111110111111
+1,37,7,92,1111111111110011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,37,8,91,1111111011111011111111110111011111011111111110111111111111111111111111111111101111111110111110111111
+1,37,9,91,1111111011111011111111110111011111111111111110111111111111110111111111111111101111111110111110111111
+1,37,10,91,1110111111110011111111110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,37,11,89,1111111111111011111111100111011111101111111110111111110111110110111111111111101111111111111110111111
+1,37,12,90,1110111111110011111111110111011111101111111110111111111111111111111111111111101111111110111110111111
+1,37,13,90,1110111111111011111111110111011111101111111110111111111111111111111111111110101111111110111110111111
+1,37,14,90,1111111111110011111111110111011111111111111110111111101111110110111111111111101111111111111110111111
+1,37,15,92,1111111111111011101111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,37,16,92,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111111111110111111
+1,37,17,91,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,37,18,91,1111111111110011111111110111011111111111111110111111111111111111111111111111101111110110111110111111
+1,38,0,91,1111111111110011111111110111011111111111111110111111111111111111111111111111101111110110111110111111
+1,38,1,91,1111111111110011111111110111011111111111111110111111111111111111111111111111101111110110111110111111
+1,38,2,93,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,38,3,91,1111111111110011101111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,38,4,91,1111111111110011111111110111011111111111111110111111111111110110111111111111101111111111111110111111
+1,38,5,91,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,38,6,91,1111111111110011111111110111011111111111111110111111111111111110111111111111101111111110111110111111
+1,38,7,90,1111111111110011111111010111011111111111110110111111111111111111111111111111101111111011111110111111
+1,38,8,91,1111111011111011111111110111011111111111111110111111111111111110111111111111101111111110111110111111
+1,38,9,91,1111111111111011111111110111011111011111111010111111111111111111111111111111101111111110111110111111
+1,38,10,91,1111111111110011111111110111011111111111111110111111111111111111111111111111101111111110111100111111
+1,38,11,91,1111111111111011111111110111011111111111111010111111111111110110111111111111101111111111111110111111
+1,38,12,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,38,13,91,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110011111
+1,38,14,92,1111111111111011111111110111011111111111111110111111111111110111111111111111101111111110111110111111
+1,38,15,89,1110111011110011111111110111011111111111111110111111111111111110111111111110101111111111111110111111
+1,38,16,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,38,17,92,1111111111110011111111110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,38,18,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,39,0,92,1111111111110011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,39,1,91,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110111111110111111
+1,39,2,89,1111111011110011111111110111011111111111111110111111111111111110111111111110101111110111111110111111
+1,39,3,91,1110111111110011111111110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,39,4,89,1111111111110011111111110111011011111111111110111111111111111111111111111111101111111110111100011111
+1,39,5,92,1111111111111011111110110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,39,6,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,39,7,91,1111111111110011111111110111011111111111111110111111111111111111111111111111101111110110111110111111
+1,39,8,93,1111111111111011111111110111011111111111111110111111111111111110111111111111101111111111111110111111
+1,39,9,91,1111111111111011111111110111011111111111111010111111111111110111111111111111101111111110111110111111
+1,39,10,90,1111111111110011101111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,39,11,91,1111111111111011101111110111011111111111111110111111111111111111111111111111101111111110111110111101
+1,39,12,91,1111111111110011111111110111011111111111111110111111111111110111111111111111101111111110111110111111
+1,39,13,91,1111111111111011101111110111011111111111111010111111111111111110111111111111101111111111111110111111
+1,39,14,91,1111111111111011111111110111011111011111111110111111111111111110011111111111101111111111111110111111
+1,39,15,92,1111111111111011111111110111011011111111111110111111111111111111111111111111101111111110111110111111
+1,39,16,93,1111111111111011111111110111011111111111111010111111111111111111111111111111111111111110111110111111
+1,39,17,91,1111111111111011111111110101011111111111111110111111111111111110111111111111101111111110111110111111
+1,39,18,91,1111111111111011111111110111011101111111111110111111111111111110111111111111101111111110111110111111
+1,40,0,91,1111111111111011111111110111011111111111111110111111111111110110111111111111101111111110111110111111
+1,40,1,92,1111111111110011111111110111011111111111111110111111111111011111111111111111101111111111111110111111
+1,40,2,91,1111111111111011111111110111011011111111111110111111111111111111111111111111101111110110111110111111
+1,40,3,92,1111111111110011111111110111011111111111111010111111111111111111111111111111111111111110111110111111
+1,40,4,90,1111111011110011111111110111011111111111111110111111111111111110111111111111101111110111111110111111
+1,40,5,90,1111111111111011111111110111011011111111111110111111111111111110111111111110101111110111111110111111
+1,40,6,88,1110111111110011111111110111011111111111111110011111111111100111111111111111101111111110111110111111
+1,40,7,92,1111111111111011111111110111011111111111111010111111111111111111111011111111111111111110111110111111
+1,40,8,92,1111111111110011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,40,9,92,1111111111111011111111110111010111111111111110111111111111111110111111111111101111111111111110111111
+1,40,10,92,1111111111111011111111110111011011111111111110111111111111111111111111111111101111111110111110111111
+1,40,11,91,1111111111111011111111110111011101111111111110111111111111111110111111111111101111111110111110111111
+1,40,12,91,1111111111111011101111110111011111111111111010111111111111111110111111111111101111111111111110111111
+1,40,13,90,1111111111111011111111110111011111111111111010111111111110110111111111111111101111111110111110111111
+1,40,14,91,1111111111111011111111110111011111111111111010111111111111111111111111111111101110111110111110111111
+1,40,15,90,1111111111111011111111110101011111111111111110111111111111110110111111111111101111111110111110111111
+1,40,16,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110111111111111111
+1,40,17,91,1111111111111011111111110111011111111111111110101111111111111110111111111111001111111111111110111111
+1,40,18,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,41,0,92,1111111111110011111111110111011111111111111010111111111111111111111111111111111111111110111110111111
+1,41,1,93,1111111111110011111111110111011111111111111010111111111111111111111111111111111111111110111111111111
+1,41,2,92,1111111111111011111111110111011101111111111110111111111111111110111111111111101111111111111110111111
+1,41,3,91,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111110111110111111
+1,41,4,90,1111111111110011111111110111011011111111111110111111111111111110111111111111101111111111111110111101
+1,41,5,92,1111111111111011111111100111011111111111111110111111111111111111111111111111101111111110111110111111
+1,41,6,91,1111111111111011111111110111011111111111111010111111111111111111111111111111101110111110111110111111
+1,41,7,91,1111111111111011111111110111011111111111111010111111111111111111111111111111101110111110111110111111
+1,41,8,91,1111111111111011111111110111011011111111111110011111111111111111111111111111001111111111111110111111
+1,41,9,91,1111111111111011111111110111011111111111111110101111111111111110111111111111101111111110111110111111
+1,41,10,91,1111111111111011110111110111011101111111111110111111111111111111111111111011111111111110111110111111
+1,41,11,90,1111111111110011111111110111011111111111111010111111111111111110111111111111101111111110111110111111
+1,41,12,93,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,41,13,91,1111111111111011111111110111010011111111111110111111111111111110111111111111101111111111111110111111
+1,41,14,92,1111111111111011111111110111011111111111111110111111110111111110111111111111101111111111111110111111
+1,41,15,91,1111111111111011111111110111010011111111111110111111111111111111111111111111101111111110111110111111
+1,41,16,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111111111111110111111
+1,41,17,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110111111111111111
+1,41,18,93,1111111111111011111111110111011111111111111110111111111111111110111111111111101111111110111111111111
+1,42,0,86,1111111111111011110111100111011100101111111110111111111111111111111111111011101111111110111100111111
+1,42,1,94,1111111111111111111111110111011111111111111110101111111111111111111111111111111111111110111110111111
+1,42,2,93,1111111111110011111111110111011111111111111110111111111111111111111111111111111111111110111110111111
+1,42,3,92,1111111111111011111111110111011111111111111010111111111111111110111111111111101111111110111111111111
+1,42,4,92,1111111111111011111111110111011011111111111110111111111111111111111111111111001111111111111110111111
+1,42,5,90,1111111101111011111111110111011111111111111110011111110111111110111111111111101111111111111110111111
+1,42,6,92,1111111111111011111111110111011111111111111110011111111111111110111111111111101111111110111111111111
+1,42,7,92,1111111111111011111111110111001111111111111110111111111111111111111111111111101111111110111110111111
+1,42,8,90,1110111111110011111111100111011111111111111010111111111111111111111111111111111111111110111110111111
+1,42,9,93,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,42,10,90,1111111111111011111111110111010011111111110110111111111111111111111111111111101111111110111110111111
+1,42,11,90,1111111111111011111111110111011011111111111110111111111111111110111111111111001111111110111110111111
+1,42,12,91,1111111111111011111111110111011111111111111110110111111111111111111011111111101111111110111110111111
+1,42,13,91,1111111111111011111111100111011111111111111110111111110111111110111111111111101111111111111110111111
+1,42,14,92,1111111111111011111111110111011011111111111110011111111111111110111111111111101111111111111111111111
+1,42,15,91,1111111111111011111111110111011011111111111110111111111111111111111111111111001111110111111110111111
+1,42,16,93,1111111111111011111111110111011111111111111110111111111111111110111111111111101111111110111111111111
+1,42,17,92,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110111111111111111
+1,42,18,94,1111111111111011111111110111011111111111111010111111111111111111111111111111111111111110111111111111
+1,43,0,95,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,43,1,92,1111111111110011111111110111011111111111111010111111111111111111111111111111111111111110111110111111
+1,43,2,93,1111111111111010111111110111011111111111111110111111111111111111111111111111101111111110111111111111
+1,43,3,91,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110111111110111111
+1,43,4,91,1111111101111011111111110111001111111111111110111111111111111110111111111111101111111111111110111111
+1,43,5,91,1111111111111011111111110111011111111111111110011111110111111111111111111111101111111110111110111111
+1,43,6,91,1111111111111011111111110111011011111111111110111111111111111111111111111111001111111111111110111110
+1,43,7,92,1111111111111011111111110111011111111111111110111111111110111111111111111111101111111110111110111111
+1,43,8,92,1111111111111011111111110111011111111111111010111111111111111111111111111111101111111110111110111111
+1,43,9,93,1111111111110011111111110111011111111111111110111111111111111110111111111111111111111110111111111111
+1,43,10,91,1111111111111011111111110111001111111111111110111111111111111111111111111111001111111110111110111111
+1,43,11,93,1111111111111011111111110111011011111111111110111111111111111111111111111111101111111111111110111111
+1,43,12,91,1111111111111011111111110111011111111111111110011111111101111110111111111111101111111110111111111111
+1,43,13,93,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,43,14,94,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111110111111
+1,43,15,91,1111111111110011111111110111011111111111111010111111111111111110111111111111101111111110111111111111
+1,43,16,91,1111111111111011111111110111011011111111111110011111111111110111111111111111101111111111111110111111
+1,43,17,93,1111111111111011111111110111011011111111111111111111111111111110111111111111001111111111111111111111
+1,43,18,90,1111111111111001111111110111011011111101111110111111111111111111111111111111001111111111111110111111
+1,44,0,94,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111110111111111111
+1,44,1,92,1111111111111011111111110111011011111111111110111111111111111111111111111111101111110111111110111111
+1,44,2,91,1111111111110011111111110111011011111111111111111111111111111110111111111111101111111110111011111111
+1,44,3,94,1111111111111011111111110111011111111111111110111111111111111110111111111111011111111111111111111111
+1,44,4,94,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111101111111
+1,44,5,92,1111111111111011111111110111011111111111111010111111111111111111111111111111101111111110111110111111
+1,44,6,91,1111111111110011111111110111011111111111111010111111111111111110111111111111011111111110111111111111
+1,44,7,93,1111111111111011111111110111011011111111111111111111111111111110111111111111101111111110111111111111
+1,44,8,92,1111111111111011111111110111011111111111111010111111111111111111111111111111101111111110111110111111
+1,44,9,93,1111111111111011111111110111011011111111111110111111111111111111111111111111101111111111111110111111
+1,44,10,94,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111110111111111111
+1,44,11,94,1111111111110011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,44,12,93,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111111
+1,44,13,94,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111110111111
+1,44,14,93,1111111111110011111111110111011011111111111110111111111111111111111111111111101111111111111111111111
+1,44,15,93,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111110111110111111
+1,44,16,96,1111111111111011111111110111111111111111111110111111111111111111111111111111101111111111111111111111
+1,44,17,90,1111111111111011111111110111011011111111111110111111111111111110111111111111101111110110111110111111
+1,44,18,92,1111111111111011111111110111011111111111111110111111111111111110111111111111101111111110111110111111
+1,45,0,96,1111111111111011111111110111111111111111111110111111111111111111111111111111101111111111111111111111
+1,45,1,96,1111111111111011111111110111111111111111111110111111111111111111111111111111101111111111111111111111
+1,45,2,92,1111111111111011111111110111011111011111111110111111111111111111111111111111101111111110111110111111
+1,45,3,93,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111100111111
+1,45,4,91,1110111111111011111111110101011011111111111110111111111111111111111111111111111111111110111110111111
+1,45,5,94,1111111111110011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,45,6,92,1111111111111011111111110111011111111111111110111111111111111110111111111111011111111110011111111111
+1,45,7,94,1111111111111011111111010111011111111111111110111111111111111110111111111111111111111111111111111111
+1,45,8,93,1111111111111011111111010111011111111111111110111111111111111111111111111111101111111111111110111111
+1,45,9,91,1111111111111011111111110111011011111111111110111111111111110111111111111111111111110110111110111111
+1,45,10,92,1111111111111011111111110111011011111111111110111111111111111111111111111111101111111110111111111101
+1,45,11,92,1111111111111011111111110111011111011111111110111111111111111111111111111111111111110111111100111111
+1,45,12,94,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111110111111111111
+1,45,13,92,1111111111111011111111110111011111111111111110111111001111111110111111111111111111111110111111111111
+1,45,14,94,1111111111111011111111110111011111111111111110111111111111111110111111111111011111111111111111111111
+1,45,15,91,1111111111111010111111110111001011111111111110111111111111111111111111111111111111110111111110111111
+1,45,16,93,1111111111111011111111110111011111111111111110111111111111111100111111111111011111111111111111111111
+1,45,17,93,1111111111110011111111110111011111110111111110111111111111111111111111111111111111111110111111111111
+1,45,18,94,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111111111111
+1,46,0,94,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111111111111
+1,46,1,96,1111111111111011111111110111111111111111111110111111111111111111111111111111101111111111111111111111
+1,46,2,93,1111101111110011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,46,3,93,1111111111111011111111110111011111110111111110111111111111111110111111111111111111111110111111111111
+1,46,4,94,1111111111111011111111110111011111110111111110111111111111111111111111111111111111111110111111111111
+1,46,5,91,1111111111110011111111110111011011111111111110111111111111111111111111111111101111111110111111111101
+1,46,6,95,1111111111111011111111110111011111111111111110111111111111111111111111111111011111111111111111111111
+1,46,7,91,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111110011100111111
+1,46,8,94,1011111111111011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,46,9,91,1111111111111011111111110111011111111111111110111111111111111110111111111111111101111110111100111111
+1,46,10,94,1111111111111011111111110111011111111111111110111111111111111110111111111111011111111111111111111111
+1,46,11,93,1111111111110011111111110111011111111111111110111111111111111101111111111111111111111110111111111111
+1,46,12,92,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111110111101
+1,46,13,93,1111111111111011111111010111011011111111111110111111111111111111111111111111101111111111111111111111
+1,46,14,91,1111111111110011111111110101011111111111111110111111111111111100111111111111011111111111111111111111
+1,46,15,95,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,46,16,94,1111111111111011111111010111011111111111111110111111111111111110111111111111111111111111111111111111
+1,46,17,94,1111111111111011111111010111011111111111111110111111111111111110111111111111111111111111111111111111
+1,46,18,93,1111111111111011111111110111011111111111111110111111111111111110111111111111001111111111111111111111
+1,47,0,92,1111111111111011111111010111011101110111111110111111111111111111111111111111111111111110111111111111
+1,47,1,95,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111111111111111111
+1,47,2,94,0111111111111011111111110111011111111111111110111111111111111110111111111111111111111111111111111111
+1,47,3,92,1111111111111011111111110111011111111111111110111111111111111111111111111111001111111110111110111111
+1,47,4,93,1111111111111011111111110111011111111111111110111111111111110110111111111111011111111111111111111111
+1,47,5,92,1111111111111011111101010111011111111111111110111111111111111110111111111110111111111111111111111111
+1,47,6,93,1011111111110011111111110111011111111111111110111111111111111111111111111111111111111110111111111111
+1,47,7,94,1111111111111011111111110111011111111111111110111111111111111101111111111111111111111110111111111111
+1,47,8,92,1111111111110011111111010111011111111111111110111111111111111110111111111111011111111111111111111111
+1,47,9,91,1111111111111011111111110111011111111111111110111111111111111101111111111111111111111110110011111011
+1,47,10,94,1111111111111011111111010111011111111111111110111111111111111110111111111111111111111111111111111111
+1,47,11,95,1111111111111011111111110111011111111111111110111111111111111111111111111111011111111111111111111111
+1,47,12,96,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111111111111111111
+1,47,13,93,1111111111111011111111110111011111111111111110111111111111111111111111111111111111011110011111111111
+1,47,14,91,1111111111111011111111100111011111111111111110111111111111111110111111111111101011111110111111111111
+1,47,15,93,1111111111111011111111110111011111111111111110111111111011111111111111111111001111111111111111111111
+1,47,16,93,1111111111111011111111110111011111111111111110111111111111111110101111111111011111111111111111111111
+1,47,17,93,0111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111111111111
+1,47,18,95,1111111111111011111111110111111111111111111110111111111111110110111111111111111111111111111111111111
+1,48,0,90,1111111111111011111111110111011111111111111110110111111111111101111111111111011111111110110011111111
+1,48,1,91,1111111111111011111111110111011111111111111110111111111111111111111111011111101111111110111110111011
+1,48,2,94,1111111111111011111111010111011111111111111110111111111111111111111111111111011111111111111111111111
+1,48,3,92,1111111111110011111111110111011111111111111110111111111111111110111111111111011111110111111111111111
+1,48,4,94,1111111111111011111111110111011111111111111110111111111111110111111111111111111111111110111111111111
+1,48,5,95,1111111111111011111111110111111111111111111110111111111111111110111111111111011111111111111111111111
+1,48,6,93,1111111111111011110111010111011111111111111110111111111111111110111111111111111111111111111111111111
+1,48,7,95,1111111111111011111111110111011111111111111110111111111111111110111111111111111111111111111111111111
+1,48,8,94,1111111111111011111111110111111111111110111110111111111111111101111111111111111111111110111111111111
+1,48,9,96,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111111111111111111
+1,48,10,92,0111111111111011111111110111011101111111111110111111111111111111111111111111101111111110111111111111
+1,48,11,96,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111111111111111111
+1,48,12,91,0111111111111011111111110111011111111111111110111111111111111111111111111111001111111110111110111111
+1,48,13,94,1111111111111011111111110111011111111111111110111111111111111111111111111111101111111110111111111111
+1,48,14,94,1111111111111011111111110111011111111111111110111111011111111110111111111111111111111111111111111111
+1,48,15,93,0111111111111011111111110111011111111111111110111111111111111110111111111111111111111110111111111111
+1,48,16,95,1111111111111011111111110111111111111111111110111111111111110110111111111111111111111111111111111111
+1,48,17,94,1111111111111011101111110111111111111111111110111111111111110110111111111111111111111111111111111111
+1,48,18,95,1111111111111011111111110111111111111110111110111111111111111111111111111111011111111111111111111111
+1,49,0,96,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111111111111111111
+1,49,1,94,1111111111111011111111010111011111111111111110111111111111111111111111111111011111111111111111111111
+1,49,2,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,49,3,94,1111111111111011111111110111011111111111111110111111111111110110111111111111111111111111111111111111
+1,49,4,94,1111111111111011111111010111011111111111111110111111111111111111111111111111011111111111111111111111
+1,49,5,96,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111111111111111111
+1,49,6,92,1111111111111011110111010111011111111111111010111111111111111110111111111111111111111111111111111111
+1,49,7,90,1111111111110001111111110111011111111111111110111111111111111110111111111111011111110111111111111011
+1,49,8,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,49,9,93,1111111111111011111111110111011111111111111110111111011111111110111111111111011111111111111111111111
+1,49,10,96,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111111111111111111
+1,49,11,95,1111111111111011111111110111111111111110111110111111111111111111111111111111011111111111111111111111
+1,49,12,93,1111111111111011111111110111111111111110111010111111111111111111111111111111011111111110111111111111
+1,49,13,94,1111111111111011011111110111111111111110111110111111111111111101111111111111111111111111111111111111
+1,49,14,95,1111111111111011111111110111111111111111111110111111011111111110111111111111111111111111111111111111
+1,49,15,92,1111111111111011111111110111011111111100111110111111111011111111111111111111011111111111111111111111
+1,49,16,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111110111111111111
+1,49,17,93,1111111111111011101111110111011111111110111110111111111111110111111111111111111111111111111111111111
+1,49,18,93,1111111111111011101111110111111111111111111110111111111111110110111111111111111111111111111111011111
+1,50,0,94,1111111111111011111111110111111111111110111110111111111111110110111111111111111111111111111111111111
+1,50,1,93,1111111111111011111111110111011111111111111110100111111111111111111111111111111111111111110111111111
+1,50,2,96,1111111111111011111111110111111111111111111110111111111111110111111111111111111111111111111111111111
+1,50,3,92,1111111111111011111111110111111111111110111010111111111111111110111111111111011111111110111111111111
+1,50,4,94,1111111111111011111111110111011111111111111110111111111111110110111111111111111111111111111111111111
+1,50,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,50,6,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,50,7,93,1111111111111011101111110111111111111110111110111111111111110111111111111111111111111111111111011111
+1,50,8,96,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111111111111111111
+1,50,9,96,1111111111111011111111110111011111111111111110111111111111111111111111111111111111111111111111111111
+1,50,10,94,1111111111111011111111110111111111111110111010101111111111111111111111111111111111111111111111111111
+1,50,11,94,1111111111111011111111110111111111111110111110111111111111111111111111111111011111111110111111111111
+1,50,12,95,1111111111111011111111110111111101111111111110111111111111111111111011111111111111111111111111111111
+1,50,13,93,1111111111111011011111110111111111111110111110111111111111111101111111111111111111111110111111111111
+1,50,14,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,50,15,94,1111111111111011111111010111011111111111111110111111111111111111111111111111011111111111111111111111
+1,50,16,95,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111110111111111111
+1,50,17,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,50,18,96,1111111111111011111111110111111111111111111110111111011111111111111111111111111111111111111111111111
+1,51,0,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,51,1,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,51,2,95,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111110111111111111
+1,51,3,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,51,4,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,51,5,93,1111111111111011111111110111011101111111111110111111111111110111111011111111111111111111111111111111
+1,51,6,96,1111111111111011111111110111111111111111111110111111111111111111011111111111111111111111111111111111
+1,51,7,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,51,8,93,1111111111111011111111110011011111111111111110101111111111111111111111111111111111111111110111111111
+1,51,9,95,1111111111111011111111110101111111111111111110110111111111111111111111111111111111111111111111111111
+1,51,10,95,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111110111111111111
+1,51,11,95,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111110111111111111
+1,51,12,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,51,13,93,1111111101111011111111110111111111111110111110111111111111110110111111111111111111111111111111111111
+1,51,14,92,1111111111111011111111010111011111111111111110111111111111111110111111111111011111111110111111111111
+1,51,15,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111011111111111111111111
+1,51,16,96,1111111111111011111111110111111111111111111110111111011111111111111111111111111111111111111111111111
+1,51,17,96,1111111111111011111111110111111111111111111110111111011111111111111111111111111111111111111111111111
+1,51,18,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111110111111111111111
+1,52,0,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,52,1,96,1111111111111011111111110111111111111111111110111111111111111111111111101111111111111111111111111111
+1,52,2,96,1011111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,52,3,96,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111110111111111111
+1,52,4,96,1111111111111011111111110111111111111111111110111111111111111110111111111111111111111111111111111111
+1,52,5,95,1111111111111011111111110111111111111110111110111111111111111111111111111111111111111110111111111111
+1,52,6,96,1111111111111011111111110111111111111111111110111111111111111111011111111111111111111111111111111111
+1,52,7,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,52,8,95,1111111111111011111111110111111111111111111010111111111111111111111111111111111111111110111111111111
+1,52,9,95,1111111111111011111111110111111111111110111110111111111111111111111111111111111111110111111111111111
+1,52,10,96,1011111111111011110111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,52,11,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,52,12,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,52,13,94,1111111111111011111111110111111111111111111110111111011111111111111111111101111111111111111111011111
+1,52,14,95,1011111111111011111111110111111111111111111110111111111111111111111111111110111111111111111111111111
+1,52,15,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111011111111111111111111
+1,52,16,92,1111111011111011111011110111111111111110111110111111111111111111111111111111111111110110111111111111
+1,52,17,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,52,18,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,53,0,96,1011111111111011111111110111111111111111111111111111111111111110111111111111111111111111111111111111
+1,53,1,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,2,96,1111111111111011111111110011111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,3,96,1111111111110011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,4,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,5,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,6,96,1111111111111011111111110111111101111111111110111111111111111111111111111111111111111111111111111111
+1,53,7,94,1111111111111011101111110111111111111111111010111111111111111111111111111111111111111110111111111111
+1,53,8,93,1111111111111011011101110111111111111101011110111111111111111111111111111111111111111111111111111111
+1,53,9,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,10,95,1111111111111011111111110111111111111111111110111111111111111110111110111111111111111111111111111111
+1,53,11,94,1011111111111011111111110111011111111111111110111111111111111111111111111110111111111111111111111111
+1,53,12,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,53,13,96,1011111111111011110111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,53,14,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111011111111111111111111
+1,53,15,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,53,16,95,1111111111111011111101110111111111111111111110111111111111111111111110111111111111111111111111111111
+1,53,17,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,53,18,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111011111111111111111111
+1,54,0,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,54,1,96,1011111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,2,95,1011111111111011111111110111111111111111111110111111111110111111111111111111111111111111111111111111
+1,54,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,54,4,95,1111111111111011111101110101111111111111111111111111111111111111111110111111111111111111111111111111
+1,54,5,95,1011111111111011110111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,6,92,1111110111111011101111110111111110111111111010111111110111111111111111111111111111111111111111111111
+1,54,7,95,1111111111111011111111110111111101111111111110111111111111111111111111111111111111111110111111111111
+1,54,8,96,1111111111110011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,9,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111101111
+1,54,10,95,1111111111111011111111110110111111111111111110111111111111111111110111111111111111111111111111111111
+1,54,11,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,12,96,1011111111111011110111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,54,13,96,1111111110111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,14,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,54,15,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,16,93,1111111111110011011111110011111101111111111111111111111111111111111111111111111111111111111111111101
+1,54,17,95,1011111111111011110111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,54,18,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,0,94,1011111111111011110111110111111111111111111010111111111111111111111111111111111111111111111111111111
+1,55,1,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,55,2,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,3,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,4,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111011
+1,55,5,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,6,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,7,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,55,8,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,9,95,1011111111111011110111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,10,94,1111111111111010111111110111111111111111111110111111111111111111111111111111111111111111111011101111
+1,55,11,95,1011111111111011110111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,12,94,1011111111111011111111110111111111111111111110111111111110111111111111111111111111111111110111111111
+1,55,13,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,14,95,1111111111111011111111110111111011111111111110111111111110111111111111111111111111111111111111111111
+1,55,15,96,1011111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,55,16,95,1111111011111011110111110111111111111111111111111111111111111111111110111111111111111111111111111111
+1,55,17,95,1011111111111011111101110101111111111111111111111111111111111111111111111111111111111111111111111111
+1,55,18,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111011111111111111
+1,56,0,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,56,1,95,1111111111111011110111110011111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,2,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111011
+1,56,3,96,1111111111111011101111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,4,94,1011111111111011111111110101101111111111111101111111111111111111111111111111111111111111111111111111
+1,56,5,95,1111111111111011111101110111110111111111111111111111110111111111111111111111111111111111111111111111
+1,56,6,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,7,94,1011111011111011110111110111111111111111111111111111111111111111111110111111111111111111111111111111
+1,56,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,56,9,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,10,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,11,96,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111110111111111111
+1,56,12,95,1111111111111011111111110111111111111111111110111111111110111111111111111111111111111111111111011111
+1,56,13,96,1111111111111011111111110111111011111111111110111111111111111111111111111111111111111111111111111111
+1,56,14,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,56,15,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,16,96,1111111111111011111111110011111111111111111110111111111111111111111111111111111111111111111111111111
+1,56,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,56,18,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,0,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,57,1,95,1111111111111011101111110111111111111111111110111111111111111111111111111111110111111111111111111111
+1,57,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,3,96,1111111111111011111111110111111111111111111110111111111101111111111111111111111111111111111111111111
+1,57,4,97,1111111111111011111111110111111111111111111111111111111111111011111111111111111111111111111111111111
+1,57,5,97,1011111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,6,95,1111111111111011111111110011111101111111111110111111111111111111111111111111111111111111111111111111
+1,57,7,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,9,96,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111110111111111111
+1,57,10,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,57,11,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,12,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,57,13,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,57,14,96,1111111111111011101111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,57,15,96,1111111111111011111111110111110111111111111110111111111111111111111111111111111111111111111111111111
+1,57,16,93,1111111111111011101111110101111111111111111110111111111111111111111111111111111111111010111111111111
+1,57,17,96,1111111111111011111111110111111111111111111111111111111111111111011111111111110111111111111111111111
+1,57,18,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,58,0,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,58,1,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,58,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,58,3,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,58,4,96,1111111111111011111111110111111111111111111110111111111101111111111111111111111111111111111111111111
+1,58,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,58,6,95,1111111111111011111111110111110111111111111110111111111111101111111111111111111111111111111111111111
+1,58,7,97,1111111111111011111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,58,8,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,58,9,93,1111111111111011101111110101111111111111111110111111111111111111111111111111111111111010111111111111
+1,58,10,96,1111111111111011111111110111110110111111111111111111111111111111111111111111111111111111111111111111
+1,58,11,96,1111111111111011111111110111111111111111111110111111111111110111111111111111111111111111111111111111
+1,58,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,58,13,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,58,14,97,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111111111111111111
+1,58,15,94,1111111111111011101111110111111111111111111110111111111111111111111111111111110111111110111111111111
+1,58,16,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,58,17,96,1111111111111011111111110101111111111111111111110111111111111111111111111111111111111111111111111111
+1,58,18,96,1111111111111011111111110111111111111110111111111111111111111111111111111111110111111111111111111111
+1,59,0,97,1111111111111011111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,59,1,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,3,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,59,4,97,1111111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111111111
+1,59,5,96,1111111111111011111111110111110111111111111110111111111111111111111111111111111111111111111111111111
+1,59,6,97,1111111111111011111111110111111111111111111111111111111011111111111111111111111111111111111111111111
+1,59,7,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,59,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,9,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,59,10,95,1111111111111011111111110111111111111111111110111111111101111111111111111111011111111111111111111111
+1,59,11,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,59,12,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111101111111111111111111
+1,59,13,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,14,93,1111111111111011111111110111110010111110101111111111111111111111111111111111111111111111111111111111
+1,59,15,97,1111111111111011111111110111111111111111111111111111111111111111111111111111110111111111111111111111
+1,59,16,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,59,17,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,59,18,97,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111111111111111111
+1,60,0,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,60,1,97,1111111111111011111111110111111111111111111111111111111111111111111111111111011111111111111111111111
+1,60,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,60,3,97,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111111111111111111
+1,60,4,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,60,5,97,1111111111111011111111110111111111111111111111111111111111111111111111110111111111111111111111111111
+1,60,6,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,60,7,96,1111111111111011111111110111111111011011111111111111111111111111111111111111111111111111111111111111
+1,60,8,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111101111111111111111
+1,60,9,97,1111111111111011111111110111111111111111111111111111111111111111111110111111111111111111111111111111
+1,60,10,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,60,11,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,60,12,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,60,13,94,1111111111111011111111110111111111111110111110111110111111101111111111111111111111111111111111111111
+1,60,14,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,60,15,96,1111111111111011111111110111111111111111111110111111111111111111111011111111111111111111111111111111
+1,60,16,96,1111111111111011111111110111111111111111111110111111111111111111111111111111111111101111111111111111
+1,60,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,60,18,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,61,0,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,61,1,96,1111111111111011111111110111111111111111111110111111111111111111111011111111111111111111111111111111
+1,61,2,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,61,3,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111110111
+1,61,4,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,61,5,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,61,6,96,1111111111111011111111110111111111111110111111111110111111111111111111111111111111111111111111111111
+1,61,7,94,1111111111111011111111110111111111011011111110111111111111101111111111111111111111111111111111111111
+1,61,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,61,9,96,1111101111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111101
+1,61,10,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,61,11,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,61,12,97,1111111111111011111111110111111111111111111111111111111110111111111111111111111111111111111111111111
+1,61,13,95,1111111111111011111111110111111111111111111110111111111111111111111111110111111111111111111111110111
+1,61,14,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,61,15,95,1111111111111011111111110111111011111111111111111111111111111111111111111111111101110111111111111111
+1,61,16,97,1111111111111011111111110111111111111111111111111111111111111111111111110111111111111111111111111111
+1,61,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,61,18,95,1111111111111011111111110111111101111111111011111111111111111111111111111111111101111111111111111111
+1,62,0,97,1111111111111011111111110111111111111111111111111110111111111111111111111111111111111111111111111111
+1,62,1,97,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111111111111111111
+1,62,2,97,1111111111111011111111010111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,4,95,1111101111111011111111110111011111111111111111111111111111111111111111111111111111111111111111111101
+1,62,5,95,1111111111011011111111110111111111111111111111101111111111111111111111110111111111111111111111111111
+1,62,6,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,7,96,1111111111111011111111110111111111111111111110111111111111111111111011111111111111111111111111111111
+1,62,8,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,62,9,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111011111111111111111111
+1,62,10,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,11,94,1111111111111011111111110111111111010111111110111111111111111111111101111111111111111111111111111111
+1,62,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,13,97,1111111111111011111111110111111111111111111111111111111111111111111101111111111111111111111111111111
+1,62,14,95,1111111111111011111111110111111111110111011111111111111111111111111111111111111111111111111111011111
+1,62,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,16,95,1111111111111011111111110111111111111111101110111111111111111111111011111111111111111111111111111111
+1,62,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,62,18,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111101111111111111111111
+1,63,0,96,1111111111111011111111110111111111111111111111111111111111111111111101111111111111110111111111111111
+1,63,1,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,2,96,1111101111111011111111010111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,4,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,63,5,96,1111111111111011111111110111111111111111111111111111111111111111111001111111111111111111111111111111
+1,63,6,97,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111111111111111111
+1,63,7,97,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,63,8,96,1111111111111011111111110111111111111110111111111111111111111111111011111111111111111111111111111111
+1,63,9,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111011111111111111111111
+1,63,10,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,11,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,12,96,1111111111011011111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,63,13,97,1111111111111011111111110111111111111111111111111111111111111111111111110111111111111111111111111111
+1,63,14,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,63,15,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,63,16,95,1111111111111011111111110111011111111111111111111111111111111111111011111111111111111111111111111101
+1,63,17,97,1111101111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,63,18,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111011111111111111111111
+1,64,0,96,0111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,64,1,95,1111111111011011111111110111011111111111111111101111111111111111111111111111111111111111111111111111
+1,64,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,3,95,1111101111111011111111010111111111111111111111111111111111111110111111111111111111111111111111111111
+1,64,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,5,95,1111111011111011111111110111111111111111111110111111111111111111111111111101111111111111111111111111
+1,64,6,97,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,64,7,95,1111111111110011111111010111101111111111111111111111111111111111111111111111111111111111111111111111
+1,64,8,96,1111111111111011111111110111011111111111111111111111111111111111111111111101111111111111111111111111
+1,64,9,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111101
+1,64,10,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,11,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,12,96,1111101111111011111111110111111111111111111111111111111111111011111111111111111111111111111111111111
+1,64,13,97,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,64,14,96,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111011111111111111
+1,64,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,16,95,1111111111111011111111110111011111111111111111111111111111111111111011111111111111111111111111111101
+1,64,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,64,18,95,1111111111111011111111110111111111111111111110111110111111111111111011111111111111111111111111111111
+1,65,0,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,1,95,1111111111111011111111110111011111111111111111111111111111111111111111111101111111111111011111111111
+1,65,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,3,97,1111111111111011111111110011111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,4,96,1110111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,65,5,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111101
+1,65,6,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,7,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111110
+1,65,8,94,0111111111111011111111110111111111011111111111111111111111111111111111110111111111111011111111111111
+1,65,9,96,1111111111111011111111110111111111111110111111111111111111111111111111111111111101111111111111111111
+1,65,10,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,65,11,97,0111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,13,97,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,65,14,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,65,15,96,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111101
+1,65,16,94,1110111111111011111111110111111111111111111111111111111111111111111011111101111111111111111111111101
+1,65,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,65,18,97,1111111111111011111111110111111111111111111111011111111111111111111111111111111111111111111111111111
+1,66,0,96,1111111111111011111111110111111111111111111111111111111111111111111111111101111111111111111111111101
+1,66,1,98,1111111111111111111111110111111111111111111111111111111111111111110111111111111111111111111111111111
+1,66,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,4,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111101111111111111
+1,66,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,6,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,7,93,0111111111111011111111110111111111011111111111111111111111111111111011110111111111111011111111111111
+1,66,8,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111101
+1,66,9,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,66,10,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,66,11,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,12,95,1111111111111011111111110111011111111111111111111111111111111111111111111111111111111010111111111111
+1,66,13,97,1111111111111011111111110111111111111111101111111111111111111111111111111111111111111111111111111111
+1,66,14,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,66,15,97,1111111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111111111
+1,66,16,97,1111111111111011111111110111111111111111111110111111111111111111111111111111111111111111111111111111
+1,66,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,66,18,95,1111111111111011111111110101111111111111111111011111111111111111111111111111111111111111111111111110
+1,67,0,95,1111111111111011111111100111111111111111111111101111111111111111111111111111111111111101111111111111
+1,67,1,96,1111011111111011111111110111111111111111111111111111111111111101111111111111111111111111111111111111
+1,67,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,3,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,67,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,5,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,67,6,97,1111111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111111111
+1,67,7,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,67,8,95,1111111111111011111111110111111111111111111111111111111111111111111111111111101111111100111111111111
+1,67,9,97,1111111111111011111111010111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,10,96,1111111111111010111111110111111111111111111111111111111110111111111111111111111111111111111111111111
+1,67,11,96,1111111111011011111111110111111111111111111111111111111111111011111111111111111111111111111111111111
+1,67,12,94,1111111111111011111111110111111111111111111111111111111111111111101111111101111101111111111111111101
+1,67,13,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,14,96,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111111111101
+1,67,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,16,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,67,17,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111011111
+1,67,18,95,1111111111111011111111110111111110011111111110111111111111111111111111111111111111111111111111111111
+1,68,0,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111100111111111111
+1,68,1,96,1111111111111011111111110111111111111111111111111101111111111111111111111111101111111111111111111111
+1,68,2,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,68,3,95,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111110111101
+1,68,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,5,96,1111111111111011111111010111111111111111111111110111111111111111111111111111111111111111111111111111
+1,68,6,96,1111111111111011111111110111111111111111111111111111111111111101111111111111111111111111110111111111
+1,68,7,96,1111011111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,68,8,96,1111111111111011111111110111111111111111111111111111101111111111111111111111111111111111111011111111
+1,68,9,96,1111111111111011111111110110111111111111111111111111111111111111111110111111111111111111111111111111
+1,68,10,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,11,97,1111111111111011111111010111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,13,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,68,14,94,1111111111111011111111010111111111111111111111111110111011111111111011111111111111111111111111111111
+1,68,15,97,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,68,16,96,1111111111111011111111110111111110111111111110111111111111111111111111111111111111111111111111111111
+1,68,17,97,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,68,18,96,1111111111111011111111110111111111111111111111111111111111111111110111111111111101111111111111111111
+1,69,0,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,69,1,96,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111011111111111
+1,69,2,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,4,96,1111011111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,69,5,96,1111111111111011111111110111111110111111111110111111111111111111111111111111111111111111111111111111
+1,69,6,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111110111011
+1,69,7,96,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111111111101
+1,69,8,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111011111111
+1,69,9,97,1111111111111011111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,69,10,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,69,11,96,1111111011111011111111110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,69,12,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111100111111111111
+1,69,13,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111100111111111111
+1,69,14,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,69,15,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,69,16,97,1111111111111011111111110111111111111111111111111111111111111111111111111111101111111111111111111111
+1,69,17,94,1111111111111011011111110111111111111111111101111111111111111011111111111111111111111111011111111111
+1,69,18,95,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111110111101
+1,70,0,96,1111111111111011111111110111111111111111111101111111101111111111111111111111111111111111111111111111
+1,70,1,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,2,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,3,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111101111111
+1,70,4,94,1111111111111011011111110111111111111111111101111111111011111111111111111111111111111111011111111111
+1,70,5,96,1111111111111011111111110111111111111111111101111111111111111011111111111111111111111111111111111111
+1,70,6,96,1111111111111011111111110111111111110111111111111111111111111111111111111111101111111111111111111111
+1,70,7,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111110111011
+1,70,8,95,1111111111111011111111110111111111111111111111111111111111111111111011111111101111111111111011111111
+1,70,9,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,10,96,1111111111111011111111110111111111111111111111111111111111111111111011111111111111111111111011111111
+1,70,11,97,1111111111101011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,12,96,1111111111111011111111110111111111111111111111111111111111111111110111111111101111111111111111111111
+1,70,13,94,1111111111110011111111110111111111101111111101111111111111111111111111111111111111111111011111111111
+1,70,14,97,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,70,15,96,1111111111111011111111110111111111111111111111111111111111111111111111111111101111111111111111111101
+1,70,16,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,70,17,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,70,18,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111101111111111111111111
+1,71,0,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,71,1,97,1111111111111011111111110111111111111111111111111111111111111011111111111111111111111111111111111111
+1,71,2,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,71,3,96,1111111111111011111111110111111111111111111111111111101111111111111111111111111111111111111101111111
+1,71,4,97,1111111111111011111101110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,6,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111011011
+1,71,7,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111110111111
+1,71,8,97,1111111111111011111111110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,71,9,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,10,97,1111111111111011111111110111111111111111111011111111111111111111111111111111111111111111111111111111
+1,71,11,94,1111111111111011111111110111111111011110111101111111111111111011111111111111111111111111111111111111
+1,71,12,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,13,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,14,96,1111111111111011111110110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,71,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,71,16,96,1111111111111011111111110111111111111111111111111111111111111111111011111111101111111111111111111111
+1,71,17,95,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111010111011
+1,71,18,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,0,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,1,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,2,96,1111111111111011111110110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,72,3,97,1111111111111011111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,72,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,5,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,6,95,1111111111111011111111110111111101111111111101101111111111111111111111111111111111111111111111111111
+1,72,7,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,9,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,72,10,93,1111111111101011111111110111111111111111111111011111111111111011111011111111101111111111111111111111
+1,72,11,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,13,97,1111111111111011111101110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,14,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,72,15,96,1111111111111011111110110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,72,16,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,72,18,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111101111111111111
+1,73,0,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,1,96,1111111111111011111111110111111111111111111111111111111111111111011111111111111111111101111111111111
+1,73,2,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,73,3,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111101111111
+1,73,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,5,95,1111111111110011111111110111111111111111111101111111111111111101111111111111111111111111111111111111
+1,73,6,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,9,97,1101111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,10,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,11,96,1111111111111011111110110111111111011111111111111111111111111111111111111111111111111111111111111111
+1,73,12,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,13,98,1111111111111111111111110111111111111111111111111111111111111111111111101111111111111111111111111111
+1,73,14,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,73,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,16,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,73,17,96,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111110
+1,73,18,96,1111111111111011111111110111111111111111111101111111111111110111111111111111111111111111111111111111
+1,74,0,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,1,97,1111111111111011111111110111111111111111111111111111111111111111111111101111111111111111111111111111
+1,74,2,95,1111111111111011111111110111111111111111111101111111111111111011111111111111111111111111111011111111
+1,74,3,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,4,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,6,97,1111111111111111111111110111111111111111111111110111111111111111111111111111011111111111111111111111
+1,74,7,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,8,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,74,9,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,10,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,11,97,1111111111111111111110110111111111111111111111111111111111111111111111111111111111111011111111111111
+1,74,12,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,13,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,14,96,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111101110
+1,74,15,97,1111111111111011111111110111111111111111111101111111111111111111111111111111111111111111111111111111
+1,74,16,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,74,17,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,74,18,98,1111111011111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,0,97,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111111111111111111
+1,75,1,97,1101111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,75,2,97,1100111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,3,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,4,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111010111111111
+1,75,5,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,6,97,1111111011111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,8,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,9,96,1111111111111011111111100111111111111111111111111111111111111111111111111111111111111111111111111101
+1,75,10,97,1111111111111011111111110111111110111111111111111111111111111111111111111111111111111111111111111111
+1,75,11,97,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111101111111
+1,75,12,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,13,96,1111111111111011111111110111111111111111111111111111111111111111110111101111111111111111111111111111
+1,75,14,97,1111111111111011111111110111111111111111111111111111111111111111111111101111111111111111111111111111
+1,75,15,98,1111111111111111101111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,16,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,75,17,97,1111111111111111111111110111111111111111111111111111111111111111111111101111111111111111011111111111
+1,75,18,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,0,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,1,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111111
+1,76,2,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,3,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,76,4,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,5,97,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111101111111111111
+1,76,6,97,1111111111111011111111110111111111111111111111111110111111111111111111111111111111111111111111111111
+1,76,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,8,97,1111111111111011111111110111111111111110111111111111111111111111111111111111111111111111111111111111
+1,76,9,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,10,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,11,97,1101111111110111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,12,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,76,13,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,14,96,1111111111111011111111110011111111111111111111111111111111111111111111101111111111111111111111111111
+1,76,15,98,1111111111111011111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,16,97,1100111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,76,17,96,1111111111111111101111110111111111111110111111111111111111111111111111111111111111111110111111111111
+1,76,18,98,1111111111111110111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,0,97,1011111111111111111111110111111111111111111111111111111111111111111111111111111111101111111111111111
+1,77,1,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,77,2,98,1111111111111111111111110111111111111111111111011111111111111111111111111111111111111111111111111111
+1,77,3,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,4,97,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111110111111111111
+1,77,5,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,6,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,8,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,9,97,1111111111111111111111110111111111111111111111111111101111111101111111111111111111111111111111111111
+1,77,10,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,77,11,98,1111111111111111111111110111111111111111111111011111111111111111111111111111111111111111111111111111
+1,77,12,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,13,98,1101111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,77,14,98,1111111111111111111111110111111111111111111111110111111111111111111111111111111111111111111111111111
+1,77,15,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111111
+1,77,16,98,1111111111111111111111110111111111111111111111111111111111111111101111111111111111111111111111111111
+1,77,17,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,77,18,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,0,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,78,1,98,1111111111111111111111110111111111111111111111111111111101111111111111111111111111111111111111111111
+1,78,2,96,1111111111111111111111110111111111111111111111110011111111111111111111111111111111111111111111101111
+1,78,3,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,4,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,78,5,97,1111111111111111111111110111111111110111111111111111111111111111111111111111111111111111111111111011
+1,78,6,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,78,7,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,78,8,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111111
+1,78,9,97,1111111111111111111111110111111111111111111111111111111111111111101111111111111111111111111011111111
+1,78,10,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,78,11,97,1111111111111110111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,78,12,96,1111111111111111110111110111111111110111111111111111111111111111111111111111111111111111111101111111
+1,78,13,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,78,14,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111011111111111111111
+1,78,15,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111110111111
+1,78,16,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,17,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,78,18,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,0,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111101111
+1,79,1,97,1111111111111111111111110111111111111111111111110011111111111111111111111111111111111111111111111111
+1,79,2,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,79,3,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111101111011
+1,79,4,96,1111111111111111110111110111111111111111111111111111111111111111111111111111111111110111111111111011
+1,79,5,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,79,6,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,8,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,9,95,1111111111011110111111110111111111111111111111111111101111111111110111111111111111111111111111111111
+1,79,10,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,11,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111011111111111111111
+1,79,12,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,13,97,1111111111111111011111110111111111111111111111111111111111111111111101111111111111111111111111111111
+1,79,14,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,15,97,1111111111111111111111110111111111011111111111111111111111111111111111111111111111110111111111111111
+1,79,16,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,79,17,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,79,18,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,80,0,97,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,80,1,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,2,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,3,98,1111111111111111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,80,4,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,5,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,6,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,7,98,1111111111111111111111110111111111111111111111111111111011111111111111111111111111111111111111111111
+1,80,8,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,80,9,97,1111111111111110111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,80,10,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,80,11,97,1111111111111111111111110111101111011111111111111111111111111111111111111111111111111111111111111111
+1,80,12,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,80,13,98,1111111111111111111111110111111111111111011111111111111111111111111111111111111111111111111111111111
+1,80,14,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,80,15,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011
+1,80,16,99,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111
+1,80,17,98,1111111111111111111111110111111111111111111111111111111111110111111111111111111111111111111111111111
+1,80,18,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,0,97,1111111111111111111111110111111111111111011111101111111111111111111111111111111111111111111111111111
+1,81,1,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,2,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,3,98,1111111111111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,81,4,97,1111111110111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,81,5,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,6,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111110111111111111111
+1,81,7,97,1111111111111111111111100111111111111111111111111111111111111111111011111111111111111111111111111111
+1,81,8,99,1111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111
+1,81,9,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,10,97,1111111111111111111111110111111111111111111111111111101111110111111111111111111111111111111111111111
+1,81,11,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,12,98,1111111111111111111111110111111111111110111111111111111111111111111111111111111111111111111111111111
+1,81,13,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,81,14,98,1111111111111111111111110111111111111111111111101111111111111111111111111111111111111111111111111111
+1,81,15,97,1111111110111111111111110111111111111111111111110111111111111111111111111111111111111111111111111111
+1,81,16,97,1111111111111111111111110111111111111111111111111111111011111110111111111111111111111111111111111111
+1,81,17,97,1111111111111111111111110111111111111111111111111111111111111011111111111111111111011111111111111111
+1,81,18,98,1111111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,0,96,1111111111111111111111110111111111111111111110111111101111110111111111111111111111111111111111111111
+1,82,1,98,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,2,97,1111111111111111111111110111111111111110111111111111111101111111111111111111111111111111111111111111
+1,82,3,98,1111111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,4,99,1111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,5,98,1111111111111111111111110111111111111111111111111111111111111111111111111111101111111111111111111111
+1,82,6,97,1111111111111111111111110111111111111111101111111111101111111111111111111111111111111111111111111111
+1,82,7,95,1111101111111111111111110111111111111110011111101111111111111111111111111111111111111111111111111111
+1,82,8,97,1111111111111111111111110111101111111110111111111111111111111111111111111111111111111111111111111111
+1,82,9,96,1111111111111111111111100111111111111111111111111111111111111111111011111110111111111111111111111111
+1,82,10,98,1111111111111111111111110111111111111111111111111111111111111110111111111111111111111111111111111111
+1,82,11,98,1111111111111111111111110111111111111111111111111111111011111111111111111111111111111111111111111111
+1,82,12,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,13,99,1111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,14,96,1111111011111101111111100111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,15,97,1111111111111111111111110111111111111111111111101111111111111111111011111111111111111111111111111111
+1,82,16,96,1111111111111111111111110111111101111110111111111111111111111111111111111111111111111111111111011111
+1,82,17,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,82,18,98,1111111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,0,97,1111111110111111011111111111111111111111111111111011111111111111111111111111111111111111111111111111
+1,83,1,98,0111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,2,97,1111111111111111111111110111111111111111111111101111111111111111111011111111111111111111111111111111
+1,83,3,96,1111111111111111111111110111111101111110111111111111111111111111111111111111111111111111111111011111
+1,83,4,99,1111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,5,98,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,6,95,1111111110111101111111110111111111111111111111011111111011111111111111111111111111111111111111111111
+1,83,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,8,98,1111111111111111111111110111111111111111111111111111111101111111111111111111111111111111111111111111
+1,83,9,97,1111111111111111111111110111111111111110111111111111111111111111111111111111101111111111111111111111
+1,83,10,96,1111111111011111111111111111111111111111111110111111101111110111111111111111111111111111111111111111
+1,83,11,97,1111111111111111111111110101111111111111111111110111111111111111111111111111111111111111111111111111
+1,83,12,97,1111111110111111111111110111111111111111111111111111101111111111111111111111111111111111111111111111
+1,83,13,97,1111111111111111111111111111111111111111111110111111111111110111111111101111111111111111111111111111
+1,83,14,99,1111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,15,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,83,16,96,1011111111111111111111100111111111111111111111111111111111111111111111111110111111111111111111111111
+1,83,17,96,1111111111111101111111110111111111111111111111111111111111111111111010111111111111111111111111111111
+1,83,18,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111110111111111111111111
+1,84,0,98,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,1,97,1111111111111111111111111111111111111111111110111111111111110111111111101111111111111111111111111111
+1,84,2,98,1111111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,3,96,1111111111111111111111110111111111111111111111101111111111111111111011111111111111111111011111111111
+1,84,4,96,1111111110111111111111111111110111111111111111111111101111111111111110111111111111111111111111111111
+1,84,5,96,1111111111111111111111110111111111111111111110111111111111110111111111101111111111111111111111111111
+1,84,6,97,1111111111111111111111110111111111111111111111101111111111111111111011111111111111111111111111111111
+1,84,7,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,8,98,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,9,96,1111111110111111011111111111111111111111111111111011111111111111111111101111111111111111111111111111
+1,84,10,98,1111101111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,11,96,1111111111111111111111111111111111111110111111110111111111111111111111110111101111111111111111111111
+1,84,12,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,13,96,1111111111111111111111110101111111111111111111110111111111111111111111111111111011111111111111111111
+1,84,14,95,1101111111111111111111110111111111111111111110111111111111111111111111101111111111111111111111011111
+1,84,15,97,1111111111111111111111111111111101111110111111111111111111110111111111111111111111111111111111111111
+1,84,16,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,84,17,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111011111111111
+1,84,18,98,1111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111011111
+1,85,0,97,1011111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,85,1,97,1111111111101111111111110111111111101111111111111111111111111111111111111111111111111111111111111111
+1,85,2,97,1111111111111111111111110101111011111111111111111111111111111111111111111111111111111111111111111111
+1,85,3,96,1111111111111101111111110111111111111111111111110111111111111111111111111111111011111111111111111111
+1,85,4,98,1111111111111111111111110111111111111111111111111111111111111111111111111101111111111111111111111111
+1,85,5,98,1111111110111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,85,6,97,1111111111111111111111111111111111111111111110111111111111111111111111101111111111111111111111111011
+1,85,7,97,1111111111111111111111110111111111111101111111111111111111110111111111111111111111111111111111111111
+1,85,8,96,1111111111111111111111111101111111111011111111110111111111111111111111111111111011111111111111111111
+1,85,9,96,1111111111111111111111110111111101111111111111111111111111111111111111111111111101111111011111111111
+1,85,10,96,1111111110111111111111110111111111111111111111111111011111111111111111101111111111111111111111111111
+1,85,11,95,1111011111111111011111111101111111111111111111111011111101111111111111111111111111111111111111111111
+1,85,12,98,1111111111111111111111111111111111111111111111111111111111111111111111110111101111111111111111111111
+1,85,13,96,1111111111111111111111111111111111111010111111110111111111111111111111111111111111111111011111111111
+1,85,14,93,1011111111111101011111110111111111111111111111111111111111110111111111101111111111011111111111111111
+1,85,15,96,1111111111111111111111110111111111111111111110111111111111111111111111111111111011111111111111111110
+1,85,16,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,85,17,97,1111111111111111111111111111111111111111101111111111111111111111110111111111111111111111111111011111
+1,85,18,98,1111111111111111111111110111111111111111111111111111111101111111111111111111111111111111111111111111
+1,86,0,97,1111111111111111111111110111111111111101111111111111111111110111111111111111111111111111111111111111
+1,86,1,97,1111111111111111111111110111111111111101111111111111111111110111111111111111111111111111111111111111
+1,86,2,96,1111011111111111111111111111111111111111101111111111111111111111110111111111111111111011111111111111
+1,86,3,96,1111111111111111111111111111111111111111111110111111111111111111111111101111111111111111111111011011
+1,86,4,98,1111111111111111111111110101111111111111111111111111111111111111111111111111111111111111111111111111
+1,86,5,98,1111111111111111111111110111111011111111111111111111111111111111111111111111111111111111111111111111
+1,86,6,98,1111111111111111111111111111111111111111111111111111011111111111111111111111101111111111111111111111
+1,86,7,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,86,8,98,1111111111111111111111111111111111111111111111111111111111111111111111110111101111111111111111111111
+1,86,9,97,1111111111111111111111110101111111111111111111111111111111111111111101111111111111111111111111111111
+1,86,10,96,1111111111111111111111110101111111111111111111111111111111111111111101111111111111111111011111111111
+1,86,11,97,1111111111111111111111110101111111111111111111111111111111111111111101111111111111111111111111111111
+1,86,12,97,1111111110111111111111111111111111111111111111111111111111111111111111110111101111111111111111111111
+1,86,13,97,1111111110111111111111110111111101111111111111111111111111111111111111111111111111111111111111111111
+1,86,14,97,1111111111111111111111111111111111111111111111111111110111111111111111110111101111111111111111111111
+1,86,15,98,1111111111111111111111111111111111111111111111111111111111111111111111110111101111111111111111111111
+1,86,16,94,1111111111111111111111110101111111111110111111110111111111111111111101111111111111111111011111111111
+1,86,17,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111110111111111111111
+1,86,18,99,1111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,87,0,97,1111111111111111111111110111111111111101111111111111111111110111111111111111111111111111111111111111
+1,87,1,97,1111111111111111111111111111110111111111111111111111111111111111110111110111111111111111111111111111
+1,87,2,96,1111111111111111111111100111111111111111111111111111111111111111111111111111101111111111011111111111
+1,87,3,96,1111111111111111111111111101111111111111111111111111011111111111111101111111111111111111011111111111
+1,87,4,95,1111111110111111111111110111111111111111111111111011111111111111111111110111101111111111111111111111
+1,87,5,98,1111111111111111111111111101111111111111111111111111111111111111111101111111111111111111111111111111
+1,87,6,98,1111111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+1,87,7,97,1111111111111111111111110111111111111111101111111111111111111111111111011111111111111111111111111111
+1,87,8,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,87,9,95,1111111111111011111111111111111111111101111111111111011111110111111111111111101111111111111111111111
+1,87,10,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,87,11,97,1111111111111111111111111111111111111111111111111111011111111111111111110111101111111111111111111111
+1,87,12,97,1111111111111111111111110111111111111111111111111111011111111111111111111111101111111111111111111111
+1,87,13,96,1111111110111111111111111101111111111111111111111111111111111111111101110111111111111111111111111111
+1,87,14,97,1111111111111111111111110101111111111111111111111111111111111111111101111111111111111111111111111111
+1,87,15,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,87,16,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,87,17,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,87,18,97,1111111101111111111111111111111111111111111111111111111111111111111111110111111111110111111111111111
+1,88,0,98,1111111111111111111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,88,1,97,1111111111111111111111110101111111111111111111111111111111111111111101111111111111111111111111111111
+1,88,2,96,1111111111111111111111100111111111111111111111111011111111111111111111111111111111111111011111111111
+1,88,3,98,1111111111111111111111110111111111111111111111111111111111111111111111111111101111111111111111111111
+1,88,4,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,88,5,96,1111111111111111111111110111111111111111111111111111111111111111111111110111111111111111010111111111
+1,88,6,99,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111
+1,88,7,98,1111111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+1,88,8,98,1111111111111111111111111101111111111111111111111111011111111111111111111111111111111111111111111111
+1,88,9,95,1111111111111111111111111111111111111111111111111111011111111111111101110110101111111111111111111111
+1,88,10,97,1111111111111111111111110111111111111101111111111111111111110111111111111111111111111111111111111111
+1,88,11,96,1111111111111011111111111111111111111111111111111111011111111111111111111111101111111111011111111111
+1,88,12,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,88,13,98,1111111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111
+1,88,14,97,1111111111111111111111110101111111111011111111111111111111111111111111111111111111111111111111111111
+1,88,15,98,1111111111111111111111111111111111111111111111111111111111111111111101111011111111111111111111111111
+1,88,16,96,1111111110111111111111110111111111111111111111111111011111111111111111111111101111111111111111111111
+1,88,17,95,1111111111111111111111110111111111111111111111111111011111111111110111111111101111111111111111111101
+1,88,18,96,1111111101111111111111110111111111111111101111111111111111111111111111011111111111111111111111111111
+1,89,0,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,89,1,98,1111111111111111111111111111111111111111111111111111111111111111111111110111111111110111111111111111
+1,89,2,98,1111111111111111101111111111111111111111111111111111111111111111111111111111101111111111111111111111
+1,89,3,96,1111111110111111111111110111111111111111111111111111011111111111111111110111111111111111111111111111
+1,89,4,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,89,5,98,1111111111111111111111111101111111111111111111111111011111111111111111111111111111111111111111111111
+1,89,6,96,1111111111111111111011110111111111111111111111111111111111111111111111111011111111111111110111111111
+1,89,7,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,89,8,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,89,9,98,1111111111111111111111111111111111111111111111111111111111111111111111110111110111111111111111111111
+1,89,10,98,1111111110111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,89,11,98,1111111111111111111111111111111011111111111111111111111111111111111101111111111111111111111111111111
+1,89,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110101110111111111
+1,89,13,99,1111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,89,14,99,1111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,89,15,97,1111111111111111111111111111111011111111111111111111111111111111111101111011111111111111111111111111
+1,89,16,97,1111111111111111111101110111111111111011111111111111111111111111111111111111111111111111111111111111
+1,89,17,96,1111111111111111111111110101111111111111111111111111111111111111111111111011111111011111111111111111
+1,89,18,95,1111111111111111111111110111011111111011111111111111111111111111111111110111111111111111011111111111
+1,90,0,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,90,1,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,90,2,96,1111111111111111111011111111111011111111111111111111111111111111111101111111111111111111110111111111
+1,90,3,96,1111111111111111111101110111111111111011111111111111111111111111111111111011111111111111111111111111
+1,90,4,94,1111101111111111111111111111111111111111111111110111111111111111111101111111111111100101111111111111
+1,90,5,97,1111111111111111110111111111111011111111111111111111111111111111111111111111111111111111110111111111
+1,90,6,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,90,7,97,1111111111111111111101110111111111111011111111111111111111111111111111111111111111111111111111111111
+1,90,8,98,1111111111111111111111111111111111111111111111111111111111111111111111110111110111111111111111111111
+1,90,9,98,1111111110111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111
+1,90,10,95,1111111110111111111111110111111011111111111111111111011111111111111111110111111111111111111111111111
+1,90,11,97,1111111111111111111111110111111111111111111111111111111111111111111101111011111111111111111111111111
+1,90,12,99,1111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111
+1,90,13,98,1111111110111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111
+1,90,14,99,1111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,90,15,95,1111111111111111111111110111111111111111111111111111111111111111111111110011111111110111110111111111
+1,90,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,90,17,97,1111111110111111111111111111111111111111111111011111111111111110111111111111111111111111111111111111
+1,90,18,97,1111111111111111111111111111111111111111111111111111111111111111111111110011110111111111111111111111
+1,91,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+1,91,1,98,1011111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,91,2,97,1111111111111111111111111111101111111111111111111111111111111111111101110111111111111111111111111111
+1,91,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111
+1,91,4,98,1111111111111111111111111111111111111111111111111111111111111110111101111111111111111111111111111111
+1,91,5,97,1111111110111111101111111111111111111111111111011111111111111111111111111111111111111111111111111111
+1,91,6,99,1111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111
+1,91,7,97,1111111110111111111111111111111111111111111111111111111111111111111111110111110111111111111111111111
+1,91,8,96,1111111111111111111101110111111111111011111111111111111111111111111111111011111111111111111111111111
+1,91,9,97,1111111111111111111101110111111111111011111111111111111111111111111111111111111111111111111111111111
+1,91,10,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,91,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+1,91,12,98,1111111111111111111111111111111111111111111111111111111111111110111111111011111111111111111111111111
+1,91,13,96,1111111110111111111111110111111111111111111111011111111111111111111101111111111111111111111111111111
+1,91,14,97,1111111110111111111111111111111111111111111111110111111111111111111101111111111111111111111111111111
+1,91,15,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,91,16,96,1111111111111111111001110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,91,17,98,1111111111111111110111111111111111111011111111111111111111111111111111111111111111111111111111111111
+1,91,18,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111011111111111
+1,92,0,98,1111101111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+1,92,1,98,1111111111111111111111111111111111111111111111111111101111111111011111111111111111111111111111111111
+1,92,2,97,1111111111111111110111111111111111101111111111111111111111111111111111111011111111111111111111111111
+1,92,3,99,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111
+1,92,4,98,1111111111111111111111111111111111111111111111111111111111111111011111011111111111111111111111111111
+1,92,5,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,92,7,99,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111
+1,92,8,97,1111111111111111111111110111111011111111111111111111111111111111111111111111111111111111011111111111
+1,92,9,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,92,10,97,1111111111111111111111111111111111111111111111111111111111111110111101111111111111111111011111111111
+1,92,11,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,12,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,13,98,1111111111111111111111111111111111111111111111111111111111111110111111111011111111111111111111111111
+1,92,14,96,1111111111111111111101110111111111111011111111111111111111111111111111111111111111111111011111111111
+1,92,15,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,16,97,1011111101111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,92,17,98,1111111111111111111111110111111111110111111111111111111111111111111111111111111111111111111111111111
+1,92,18,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+1,93,0,97,1111111111111111111111111111111111111111111111111111101111111111001111111111111111111111111111111111
+1,93,1,98,1111111111111111111111111111111111111111111111111111101111111111011111111111111111111111111111111111
+1,93,2,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,3,99,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111
+1,93,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111011111111
+1,93,5,99,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,6,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,7,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,8,99,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111
+1,93,9,99,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111
+1,93,10,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,11,99,1110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,12,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,93,13,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+1,93,14,97,1111111111111111111111111111111110111111111111111111111111111110111111111011111111111111111111111111
+1,93,15,98,1111111111111111111111111111111111111101111111111111111101111111111111111111111111111111111111111111
+1,93,16,98,1111111111111111111111110111111111110111111111111111111111111111111111111111111111111111111111111111
+1,93,17,98,1111111111111111111111111111111111111111111111111111111111111111011111011111111111111111111111111111
+1,93,18,98,1111111111111111111111110111111111111111111111111111111111111111111011111111111111111111111111111111
+1,94,0,98,1111111111111111111111111111111111111111111111111111011111111111011111111111111111111111111111111111
+1,94,1,99,1111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111
+1,94,2,97,1111111111111111111111110111111111111101111111111111111111111111111011111111111111111111111111111111
+1,94,3,99,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111
+1,94,4,96,1111111111111111111111110111111111110111111111111111110111111111111111111111111111111110111111111111
+1,94,5,97,1111111111111111111111111011111111111011110111111111111111111111111111111111111111111111111111111111
+1,94,6,98,1111111111111111111111110111111111111111111111111111111111111111111111110111111111111111111111111111
+1,94,7,99,1110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,94,8,97,1111111111111111101111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,94,9,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,94,10,99,1111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,94,11,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,94,12,98,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111011111
+1,94,13,98,1111111111111111111111110111111111111101111111111111111111111111111111111111111111111111111111111111
+1,94,14,98,1111111111111111111111111111111111111111111111111111101111111111011111111111111111111111111111111111
+1,94,15,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,94,16,99,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,94,17,98,1111111111111011111111111111111111111111111111111111111111111110111111111111111111111111111111111111
+1,94,18,98,1111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111011111111
+1,95,0,97,1111111111111111111111111111111111111111111111111111111111111101111011111111111111111111111111011111
+1,95,1,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,95,2,96,1111111111111111111111110111111111111111111111111111111111111111111111110110111111111111111111110111
+1,95,3,99,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111
+1,95,4,98,1111111111111111111111110111111111111111111111111111111111111111110111111111111111111111111111111111
+1,95,5,97,1111111111111111111111111111111110111101111111111111110111111111111111111111111111111111111111111111
+1,95,6,98,1111111111111111111111111111111111111111111111111111111111111111110111111111111111101111111111111111
+1,95,7,99,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111
+1,95,8,97,1111111111101111101111111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,95,9,97,1111111111111111111110110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,95,10,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111011111
+1,95,11,99,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111
+1,95,12,98,1111111111111011111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,95,13,97,1111111111111111111111111111111111111111111111111111111111111110101111111111111111111111111111011111
+1,95,14,97,1111111111111111101111111111111111111110111111111111111111111111111111111111111111111111111011111111
+1,95,15,98,1111111111111111111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,95,16,98,1111111111011111111111111111111111111111111111111111111111111101111111111111111111111111111111111111
+1,95,17,98,1111111111111111111111111111111111111111111111111111111111011111111111111101111111111111111111111111
+1,95,18,96,1111111111111011111110110111111111111111111111111111111111111110111111111111111111111111111111111111
+1,96,0,97,1111111111111111111111111111111111111111111111111111111111011111110111111101111111111111111111111111
+1,96,1,99,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+1,96,2,98,1111111111111011111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,96,3,95,1111111111111111111111110111111111111111111111111111111111111111111111110110111111111101111111110111
+1,96,4,97,1111111111111011111110110111111111111111111111111111111111111111111111111111111111111111111111111111
+1,96,5,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111110
+1,96,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,96,7,99,1111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111
+1,96,8,95,1111111111111111101111111101111111111101111111111111111111111111111111111111111111111111110011111111
+1,96,9,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,96,10,97,1111111111111111111111111111111111111111111111111111111111011111111111111101111111111111111110111111
+1,96,11,98,1111111111111111111111111111111111111101111111111101111111111111111111111111111111111111111111111111
+1,96,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111110111111
+1,96,13,98,1101111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,96,14,97,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111010111111
+1,96,15,98,1111111111001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,96,16,97,1111111111111111101111111111111111111110111111111111111111111111111111111111111111111111111011111111
+1,96,17,97,1111111111101111111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,96,18,99,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111
+1,97,0,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+1,97,1,97,1111111111111111111111110111111111111101111011111111111111111111111111111111111111111111111111111111
+1,97,2,98,1111111111111111111111110111111111111111111111111111111111111111111111111011111111111111111111111111
+1,97,3,97,1111111111111011111110111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,97,4,96,1111111111001111111111111111111111111111111111111111101111111111111111111111110111111111111111111111
+1,97,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,97,6,97,1101111111101011111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,97,7,99,1111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111
+1,97,8,98,1111111111011111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+1,97,9,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,97,10,97,1111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111010111111
+1,97,11,94,1011111111111111101111110111111111111111111111111111111111111111111111111111111111111111111010111101
+1,97,12,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111110
+1,97,13,97,1111111011101111111111111111111111111111111111111111111111111111111111110111111111111111111111111111
+1,97,14,98,1111111111101111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+1,97,15,98,1111111111111111111111111111011111111101111111111111111111111111111111111111111111111111111111111111
+1,97,16,98,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,97,17,98,1111111111111111101111111111111111111110111111111111111111111111111111111111111111111111111111111111
+1,97,18,99,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+1,98,0,98,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,98,1,97,1111111111101111111111111111111111111101111111111111111111111111111111111111111111111111111011111111
+1,98,2,97,1111111111101111111111111111111111111101111111111111111011111111111111111111111111111111111111111111
+1,98,3,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,98,4,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,98,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,98,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,98,7,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,98,8,98,1101111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,98,9,95,1111111111111011111111111111111111011111111111111111111111111110111111111111111111111111111110111110
+1,98,10,98,1111111111111111111111111111011111111101111111111111111111111111111111111111111111111111111111111111
+1,98,11,98,1111111111111111101111111111111111111110111111111111111111111111111111111111111111111111111111111111
+1,98,12,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,98,13,97,1111111111101111111111111111111111111111111111101111111111111111111111111111111111111111111011111111
+1,98,14,98,1111111111111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111
+1,98,15,98,1111111111111111111111110111111111111101111111111111111111111111111111111111111111111111111111111111
+1,98,16,98,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111101111111111111
+1,98,17,97,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111011111111
+1,98,18,97,1111111111111111111111100111111111111111111111111111111111111111111111111011111111111111111111111111
+1,99,0,97,1101111111111111111111111111011111111101111111111111111111111111111111111111111111111111111111111111
+1,99,1,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,99,2,95,1111111111101111111111111111011111111101101111111111111111111111111111111111111111111111111101111111
+1,99,3,98,1111111111111111111111111111111111111101111111111111111011111111111111111111111111111111111111111111
+1,99,4,98,1111111111111111111111111111011111111101111111111111111111111111111111111111111111111111111111111111
+1,99,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011110111111
+1,99,6,99,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+1,99,7,98,1111111111101111111111111111111111111111111011111111111111111111111111111111111111111111111111111111
+1,99,8,97,1111111111101111111110111111111111111111111111111111111111111111111111111111111111111111111011111111
+1,99,9,97,1111111111101111111111111111111111111111111111101111111111111111111111111111111110111111111111111111
+1,99,10,96,1111111111101011111111111111111111111111111111111111111111111111111111101111111111111111111110111111
+1,99,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+1,99,12,97,1111111111111111111111111111111111111101111111111101111111111111111111111111111111110111111111111111
+1,99,13,98,1111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,99,14,98,1111111111111111111111101111111111111111111111111111111111111111111111111011111111111111111111111111
+1,99,15,98,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111011111111111111
+1,99,16,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,99,17,98,1111111111111111101111111111111111111110111111111111111111111111111111111111111111111111111111111111
+1,99,18,98,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111110111111
+1,100,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,100,1,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111
+1,100,2,98,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111101111111
+1,100,3,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,4,99,1111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,5,98,1111111111101111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+1,100,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,100,7,98,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111110111111
+1,100,8,98,1111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+1,100,9,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,10,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,11,97,1111111111101111111111111111111111111111101111111111111111111111111111111111111111111111111101111111
+1,100,12,98,1111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111110111111
+1,100,13,97,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111110011111111111
+1,100,14,99,1111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+1,100,15,97,1111111111101111111111111111101111111111111011111111111111111111111111111111111111111111111111111111
+1,100,16,95,1111111111101111111111111111011111111101111111101111111011111111111111111111111111111111111111111111
+1,100,17,99,1111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111
+1,100,18,98,1111111111111111111111101111111111111111111011111111111111111111111111111111111111111111111111111111
+2,0,0,42,0011010010000101101100110000000110101010011101000001011001101000001011110110000100011001100011001001
+2,0,1,49,0100000010010110111000110010110101110010111011000010001101011000100111010000100111110111010101100011
+2,0,2,53,1110000110011011101011110011011011010000011010001111001110011101111101010101000110000100110100011100
+2,0,3,45,0011010101000010000100110111010110011001000101100001101100100001111010010001101000000011011110110110
+2,0,4,50,1011010000110100001101101011000011000111100101111011001100010110001011010011110011110100000110001011
+2,0,5,54,0100110010100111110110111111111001011100101001101100011010010000001101011010011111101001011001001001
+2,0,6,47,1000110011010100001110111000000011110100100010000101010011010101100111111101010110000100101110101000
+2,0,7,47,0001010101111001101101010111000011000100110011000111001001100110000001010101110000011011100100101011
+2,0,8,53,1101100111101101101011000011010011001111010111010110101100000110100011110110111000010011001000110100
+2,0,9,54,0000111011101101111001001101001011000101110011111110100011011000011110000001111111000110111100000011
+2,0,10,57,1010000111111000101011101110011100101010110010010111010111000011110011101100100100011101011111011011
+2,0,11,43,0001010101001011110011001000101001010001010100011111000001010000111000001010111000000011100111101100
+2,0,12,58,1110001111100011110110101111111011111101110001010011111010101011101101010100111000011100000010100001
+2,0,13,42,0110001110000100010011011000101101100001110101001101111010010100010010110000000110000001110101000100
+2,0,14,44,0111000010000000111010101111001010110100110001011011100000001111010100011100000001010010001001111010
+2,0,15,38,1001100010001100001010110001100110010100100110010000100100001000110100100010100010111001101000010001
+2,0,16,53,1111100101011011111000100011100111011011111010110110101000101000011010001011001010001101011010000110
+2,0,17,56,1011111010011100110010011011110101101111010111100100111011100001110010010110001001001010001111100110
+2,0,18,47,0011100011000011101010000110110000110000011011010001001101010001011011011011100010110110100000111011
+2,1,0,63,1101111111101101111001001101011011011111110001111110100011010110111110000011101111000110110100001011
+2,1,1,46,0011100110111111010010011011000011000001000111010000101111001000001000010100110110001010011110110001
+2,1,2,49,0101010101101011110111001000111001011001110000101111000011010000001001001010011100000011110111101100
+2,1,3,47,0000110010000111110010111111101001010100001101011000011000010000111100011010111011101001001001001001
+2,1,4,53,1111100111110011010010011111111011011111000101010011110010001011101000010100110100001100010010100001
+2,1,5,54,1110001110101111110110001010010011111001110001010100101111100110101101010110101010011000000110101001
+2,1,6,54,1111100110111111010010011011010011011011000101010100101111000110101000010110100110001010010110111001
+2,1,7,55,1111100110111111010010011011010011011011100101010100101111000110101000010110100110001010010110111001
+2,1,8,52,1110000111100011101010111011111011010000010010000111011110011001101101010101100110010100110100000101
+2,1,9,59,1110001110011011110111100111011011111101111001011011101010101111111101010100011000001100000010111000
+2,1,10,52,1111100110111100010010011111010011001010000101010101100111000110101000110100100100011001011110011011
+2,1,11,59,1010000111111011101011101010011100111011110010010110011111000011110011001110100110001110010111111001
+2,1,12,51,0011100111000011101010000110110010110001010111110001001101100001011011011011100010100111110000110011
+2,1,13,41,0011010001000010000100110111010100011000001001000001101100010001111010010001101000010010001110111110
+2,1,14,57,1010000111111011101011100011011011010000011010011111011110011111110111110100000110000100010100011111
+2,1,15,53,1110000110011000101011111110011100101010110010000111000111000001111001001101100100011101111111011000
+2,1,16,53,1001000110011011101011110011010011010000110010001111001111101101110101010101110100000111110100001100
+2,1,17,47,0110010101111001101101010111001011000100011011000111001000010110001001010101000010011000100100111011
+2,1,18,57,1011110000100101001111101011010011000111100101111011101100010110101011110010110011010110000110011111
+2,2,0,51,0011100110111111010010001011000011000111000101110000101111001010001000010100110110001110011110111101
+2,2,1,52,1011110000100101001111111011010011000001100111011011101100010100101011110010110011010010000110010011
+2,2,2,55,1101100111010011011010011111110011011011100111101011111110001001100001010100110100001100010100100101
+2,2,3,52,1011000110111011100011110011011011010100010000010111000011101111111100010101110100000111110010001000
+2,2,4,52,1111100110111111010010001010010011011011000101010100101111000110101000010110100110001010010110111001
+2,2,5,56,1110001110101111110110011011010011111001110001010100101111100110101101010110101010011000000110101001
+2,2,6,46,0101100110101111110110001011001011010001010110001000101111001000001000000010110100001010010110110101
+2,2,7,48,0011010101111011010011011000110001001001100001110111000011010000001001011100011110000001111111101000
+2,2,8,53,1001000110011011101011110011010011010000110010001111001111101101110101010101110100000111110100001100
+2,2,9,52,1001000010011011101011110011010011010000110010001111001111101101110101010101110100000111110100001100
+2,2,10,59,1000001111111011101011001011011000111011110011010110010111000011111010000110101110001110010111111011
+2,2,11,63,1111110111101101111001101100011111011111110000111110101011010110110111001011100111000110110100001001
+2,2,12,56,1011110000110101000010101011010011000111000101111111101101010110101001110110110010010110010110011111
+2,2,13,54,1111100110101011011111011011010011011011100101010000101110000110101010010010100111001010000110111001
+2,2,14,54,1111100110111111010010011111010011011011000101010100110111000010001000010110110110001010010110111001
+2,2,15,54,1111100111110011010010111111111011011111000101010011101010001111101000010100100100001100010010100001
+2,2,16,57,1110001111111011101110001011011011111001011001010110101111010110100101110110101010001100000100101001
+2,2,17,53,1010000110101111110011100010010011010000110010011101011110101110111111010100000110010000010110011111
+2,2,18,53,1010000111111001101001001011011000111111110010000110011100000010111011001100100110001110110110111001
+2,3,0,56,1011000110101111100011100010010011010000110010001101011111101111111111010100000110010110110110011101
+2,3,1,50,1000000110011011111011110011010011010000110010011111001110101100110101010101110100000001010100001110
+2,3,2,55,1111000110111111110011100010011011011011001001010110101111010110100001010110000010001010010111111001
+2,3,3,50,0110110101111011001110111110000111000000010111000101001011000111001000010111100110011000000100111011
+2,3,4,52,1111100110111111010010011010010011011111000001110100101011000110101000000110100110001110010110011001
+2,3,5,64,1111110111101101111001101100011111011011110100011110101111010110110111011011100111000010110100101001
+2,3,6,52,1111100000111111010010011010010011011011000101010100111111000110101000010110100110001010010110111001
+2,3,7,52,1111100110111111010010001111010011011011000101010100100111000010001000010110110110001010010110111001
+2,3,8,56,1110001110101111110110011011010011111001110001010100101111100110101101010110101010011000000110101001
+2,3,9,56,1110001110101111110110011011010011111001110001010100101111100110101101010110101010011000000110101001
+2,3,10,56,1111100111110111010011101110111011011111000001110011101010001111101000010101100101001100010010100001
+2,3,11,62,1111110111101001111000111101011111011111110100011110101011010110110111001010100110000110110100001011
+2,3,12,55,1110001110101111110100011011010011111001110000010100101111100110101101010110101011011000000110101001
+2,3,13,55,1010001110101111110110011011010011111001110001010100101111100110101101010110101010011000000110101001
+2,3,14,54,1011100100110111000010001011010011000111000101111111101101010110101011110110100010010010010110011101
+2,3,15,56,1111110010101001011111111011010011011011100101010000101110000110101000010010110111001110000110111011
+2,3,16,62,1111100111101111111001111100011111011111010000111110100111010110110101001011100111000110010100101001
+2,3,17,55,1111110110111101010010001111010011011011100101010100111011000010001010010110110110001010110110011001
+2,3,18,54,1101000111010011010011111111011011011111010111010011101110101111110000010100100100001100010010000001
+2,4,0,65,1111101111101111111011011100010111011111110000110110100111010110100101001111101111010110010110101001
+2,4,1,53,1110000010101111110100111011011011111001110001011100101111100110111101010010100010001000000100101001
+2,4,2,58,1111110011111111111011100000011011011011010001111110100111010110100101001110000010001110010101101001
+2,4,3,60,1111000110101111110001111110011111011111001000010110101111010110110001011011100111000010010110111001
+2,4,4,56,1111100110101111100010011100010111010111000000111110100111010110110101001111100111000110010110001001
+2,4,5,60,1011100101110111011001101011011011001111010101111111101101010110101011110010100010010010010100111101
+2,4,6,63,1111100111101111111001111100011111011111010000111110100111010110110111001011100111000110010100101001
+2,4,7,61,0111100111101111111001111100011111011111010000111110100111010110110101001011100111000110010100101001
+2,4,8,57,1111000110111101110010001110011011011011100101010100111011010010101010010111110010001010010111111001
+2,4,9,54,1111110110111111010011100011010011011011001001010110101111000110000001010110000110001010110110011001
+2,4,10,57,1011000110111110100011100110010011010110010010011101011111101111111110010100100100011100110110011001
+2,4,11,51,1101000111000011010011111011011011011001110101000011101110101111110001010100000110000110010010000101
+2,4,12,51,1111000110111111110010001010010011011011001001010100111111000110100001010110100010001010000110111001
+2,4,13,55,1111100000111111010011110010011011011011000101010110101111010110101000010110000110001010010111111001
+2,4,14,60,1111100111111111111000111100011011011111110000011110101011010010100100010111110111000110010100101001
+2,4,15,57,1111110110101101010011001111010111011011000101110100110111000110011011001010100110001010110110011001
+2,4,16,56,1111110110111101010010001110011011011011100101010100101011010110001111011010110110000010110110001001
+2,4,17,62,1111010111101101111001101101010111011011110100011110111111000010110010010111100111001010110100111001
+2,4,18,53,1111100100110111010011101110011011010111000101110111101000001110101000010101100101001110010010100001
+2,5,0,57,1111100110100111100010001100010111011111000000111110100111010111111101001111100011000110010110011001
+2,5,1,57,1011100111111101000010011011111011000111000001111011101111010110100011110110100110010010010110001101
+2,5,2,56,1111110110101101010001001111010011011011010101110101110111000110011011001010100110000010110110011001
+2,5,3,60,1011100001110111011011101011011111001111000101111110101101010110101011110010100010011010010100111101
+2,5,4,53,1111110011111101110011000010011011011011010001010110110111010110100100001110000010001010010101101001
+2,5,5,63,1111000110111111111010101100011011011011100101111100101011010010101011010111110010011110010111111001
+2,5,6,61,1011100100110110011001100111011011011110010101111111101101010110111111110100100110010010010100111101
+2,5,7,56,1011000111111111100011101010010011000111010010011101011111101111101010010010100000011100110110011001
+2,5,8,56,1111110110101111100010001100011111010111100000111110100011010110100101011110100111000110010110001001
+2,5,9,56,1111100110111101010010011110010011011011000101010100101111010110011111001011110110000010110110001001
+2,5,10,62,1011100110111110101011111110011011010111010010011111001111101110110110010110100100011110010110101001
+2,5,11,56,1111000111111111110000100110010011011110110000011100111011010011101100010101110111000100110100011001
+2,5,12,57,1111000110101111110001111110011111011011001001010110101111010110000001010110000111000010110110111001
+2,5,13,57,1111110110111111010011100011010011011111001000010110101111000110110001011011100110001010010110011001
+2,5,14,55,1111100110101101111010001100010111010011100100011110100111010110110101001111100111000010010110001001
+2,5,15,61,1111010111011111100001111101010111011111010000111110111111000010110010010011100111001010110100111001
+2,5,16,64,1011101111111111011011011010010011011111010001110110101111010110101101111111100111010000010110101001
+2,5,17,60,1111100101100111111001101101011111001111110100111111100101010110100011000010101010010110010100111101
+2,5,18,60,1111111111101111111010011100010011011011110000110100100011010110101101001011101111000110010110101001
+2,6,0,58,1111111111101111111010011100010011011011110000110100100011010110101100001011101111000110010010101001
+2,6,1,60,1111111111101111111010011100010011011011110000110100100011010110101101001011101111000110010110101001
+2,6,2,51,1111000110101111110000011100011111011011110001010100101011010110000001010010000111000010010110111001
+2,6,3,65,1111111111101111111011111110010011011011001000100110100111010110101101001111101111000110110110101001
+2,6,4,60,1111101101100111101001101110011111000111110110111111001101100110100111010010100010010110010100111001
+2,6,5,64,1011100110111110111011111101011011011111010000011111100111011110110010000110101100011110011110101101
+2,6,6,59,1111100110110111100010011111110011010111000001111110100111010110111101010111100111000010010110001001
+2,6,7,54,1011100111101101000010001000011111001111000000111011101111010111100011001110100010010110010110011101
+2,6,8,62,1111100001110111111001101111011111001111000101111110101101010110111011110010100010001010010100111101
+2,6,9,59,1011010111011111000011111001010111011111010000111110111111000010100010010011100111011010110100111001
+2,6,10,65,1111010111011111110001111111011111011110010000111110111111010110110010010010100111011010110100111001
+2,6,11,57,1011100100110110001001100101010011011111010101111111101101000010111111110101100110000010010100111101
+2,6,12,63,1111100110101101111010111110011011010111010010011111001111101110110110011111100100011110010110001001
+2,6,13,55,1011100110111110101011001100010111010011100100011110100111010110110101000110100111000010010111101001
+2,6,14,57,1011100111111101000010011011111011000111000001111011101111010110100011110110100110010010010110001101
+2,6,15,57,1011100111111101000010011011111011000111000001111011101111010110100011110110100110010010010110001101
+2,6,16,55,1111100110111101000010011011010011000111000001011011101111010110100011110111100110000010110110001101
+2,6,17,57,1011100111111101010010011110111011011011000101110100101111010110011111001010110010010010010110001001
+2,6,18,59,1111110110101101010001001111010011011011010101110111110111000110011111001010100110010010110110101001
+2,7,0,64,1111000111001111110001111111011011011111010000110110111111010110110010010110100111000110111110111001
+2,7,1,65,1111111111111111111011111110010111011010001000101010100111010110101101001011101111011010110100101001
+2,7,2,56,1111101101100111101000101110111011000111100110111110101111100110001111000010100010010110010100001001
+2,7,3,61,1011100111111101010011011110011111011011010101110101001101010110110111011010110010010010010110111001
+2,7,4,62,1111111111101111111011111110010011011011110000100100100011010110101101001011101111000110010110101001
+2,7,5,65,1111111111101111111010111100010011011011001000110110100111010110101111001111101111000110110110101001
+2,7,6,60,1111110111101111110011111101010011011011000000100110110111000110101111001111100111000110110100001001
+2,7,7,62,1011011111011111001011111010010111011111010000111110101111010010100000010011101111011010110110111001
+2,7,8,54,1011100100100110101001100101010011010111010100111111001101000010110111110101100010010110010100111101
+2,7,9,63,1111101101110111001001101110011111001111110111111111101101100110101111010010100110000010010100111001
+2,7,10,63,1011010111011111000001111111011111011111010000111110111111010110110010010010100111011010110100111001
+2,7,11,60,1111010111011111010011111001010111011110010000111110111111010010100010010011100111011010100100111001
+2,7,12,58,1111101111111101011000011110111011000011010001110111101111010110100001011010100110000010010110101101
+2,7,13,58,1011110111101111100010011001010011011111100000111000100011010110101111100111101111010110010110001001
+2,7,14,56,1111110110111101010000011111010011010011000101110110110111000110111111000010100110010010010110101001
+2,7,15,62,1111100110100111100011001111110011011111010001111111100111010110011101011111100111000010110110001001
+2,7,16,58,1111100001110110001001101101010011001111010101111111101101000110111111110101100010000010010100111101
+2,7,17,60,0011100100110111111001100111011111011111000101111110101101010010111011110010100110000010010101111101
+2,7,18,62,1011000111011111000010111001011111010111010010111111011111001010110010011011100111011010110110111001
+2,8,0,59,0011000100101111111001100110011111011111000000111110101111010010110011110110100111000110011110111001
+2,8,1,65,1111100111010111110001111111011011011111010101110110111101010110111010010010100110000010111101111101
+2,8,2,68,1011011111111111000011111111011111011111000000101110111111010110110011011011101111011010110100111001
+2,8,3,60,1111010111011111111001111110010111011010011000111010101111010110101100000010100111011010110100101001
+2,8,4,61,1011010111011111000010111001011111010111010010111111111111001010100010010011100111011010110100111001
+2,8,5,63,1011000111011111000001111111011111011111010000111110011111010110110010011010100111011010110110111001
+2,8,6,66,1111111111101111111010111100010011011011001000110110100111010110111111001111101111000110110110101001
+2,8,7,65,1111111111101111111010111100010011011011001000110110100111010110101111001111101111000110110110101001
+2,8,8,68,1111101111101111110001111111011011011111110100110111111101010110110010010110100111000010111110111001
+2,8,9,59,1111000101010111001001101110011111001111010011111110101111100110101111010010100110000110010100111001
+2,8,10,63,1111100111100111100011001111000011011111010001111111110111010110111101011111100111000010110110001001
+2,8,11,58,1111110110101111110011111101110011011011000000100110100111000110001111001111100111000110110100001001
+2,8,12,62,1111111111101111111011111110010011011011010000100110100111010010101100001011101111000010110110111001
+2,8,13,59,1111010111011111010011111001010111011110110000111100111011010110100011010011100111010110000100101001
+2,8,14,68,1111111111111111111011111110010111111011011000101110100111010110101101001011101111001010010110101001
+2,8,15,60,1111111111101111111011111110010011011010100000100000100011010110101101001011101111010110110100101001
+2,8,16,59,1011000111011111000000111101011111010111010000111111011110001010110010011011100111011010110100111001
+2,8,17,64,1011010111011111000011111011011111011111010000111110111111010110110010010010100111011010110110111001
+2,8,18,64,1111110111101111111011111101010111011011001000100110110111000110101111001011100111010110110100101001
+2,9,0,68,1111110111011111111011111111010011011111001001110110111101010110111111001011100111010010110100101001
+2,9,1,61,1111100111000111110001111101011111011111010100100110110111000110101010010010100110000110111101111101
+2,9,2,57,1111100111001111110100111100010011011111001000110110101111010110001110000011100111000010110110101001
+2,9,3,73,1111111111110111111111111111010011011011010101110110110101010110111011011110101110000110111101111101
+2,9,4,60,1011011111101111110011111110010111011110000000100000111011010110101101001010101111010110110110101001
+2,9,5,65,1111110111011111001010111011011011011011110000111110100111011110111010010011100111011010110100111001
+2,9,6,70,1111101111111111110011111110011111111011111100111010100111010110110101011011101111001010010110101001
+2,9,7,63,1111011111101111111001111111010011011111010000100111111101010110101010000110100111000010111110110001
+2,9,8,68,1111111111111111111011111110010111111011011000101110100111010110101101001011101111001010010110101001
+2,9,9,68,1111111111111111111011111110010111111011011000101110100111010110101101001011101111001010010110101001
+2,9,10,62,1111111111111111110011111110010111011010000000101010100111010110101101001111101111001010110100001001
+2,9,11,63,1111111111101111111111111110010011011011010000100110100111010010101100001011101111000010110110111001
+2,9,12,64,1011011111001111101010111100010111011011001000110110110111010110111110011011101111001110110110101001
+2,9,13,64,1111110111011111010011111011011011011111010000111010101111010110110011000110100111010010110110111001
+2,9,14,64,1111111111101111111011111100010111011011010000100110110111000110101110001011100111010110110100111001
+2,9,15,61,1111110111101111111011111111010011011011001000100110000111010010101101001011101111000010110110101001
+2,9,16,65,1011000111011111000011111111011111011111010000111110111111010110110010011010100111011010110110111001
+2,9,17,62,1011010111011111000001111011011111011111010000111110111111010110110010010010100111011010010110111001
+2,9,18,64,1111000111011111001011111111011111011011010000101110101111010110110010011010100111011010110110111001
+2,10,0,65,1111111111111111110011111110010111111010000000101110100111010110101101001111101111001010110110001001
+2,10,1,64,1111111111111101111011111110010111011011011000101010100111010110101101001011101111001010010100101001
+2,10,2,68,1111110111011111001010111010011111111111110000111110010111011110111010011011100111011010010110101101
+2,10,3,65,1011111111111111110001111111010011011011011000111110100111010110101101000011101111001010110100111001
+2,10,4,65,1111111111011111001010111011010011011111010000101110100111011110101010010111100111011010110110111001
+2,10,5,63,1111010111101111111001111111011011011011110000110111111101010110111010000010100111000010111100110001
+2,10,6,65,1011000111011111000001111111011111111111010000111110111111010110110011001011100111011010110110101001
+2,10,7,66,1011111111111111110011111110010111011111011000111110010011010110101100011010101111001010010110111001
+2,10,8,72,1011111111111111110001111111010111011111011100111110010111010110101111011011101111001010110111101001
+2,10,9,56,1111100111000111110001111100011111111111010000100110110111000110101000000010100110000110011100111101
+2,10,10,70,1111111111111111110011111110010111111011111100111010100111010110110101011011101111001010010110101001
+2,10,11,67,1111101111111111111011111111011111111011011000001110100111010110101101001011101110001010010110101001
+2,10,12,70,1111101111111111110011111110011111111011111100111010100111010110110101011011101111001010010110101001
+2,10,13,70,1111101111111111110011111110011111111011111100111010100111010110110101011011101111001010010110101001
+2,10,14,68,1111110111011111110011111011011111011111110000111010100111010110110011000011100111011010110110111101
+2,10,15,65,1111001111111111010011111110011011111011011100111010101111010110110101011010101111000010010110101001
+2,10,16,69,1011111111111111110001111110010111111111011000111110010111010110111101001011101111001010010111101001
+2,10,17,68,1111111111111111111011111110010111111011011000101110100111010110101101001011101111001010010110101001
+2,10,18,68,1111111111110111111111111111010011011111010001110110110101010110111011011010100110000010110101111001
+2,11,0,67,1111101111111111110011111110011111111011011000101010100111010110110101011011101111001010010110101001
+2,11,1,70,1111111111111111111011111110010111111011111100110110100111010110101101001011101111001010010110101001
+2,11,2,69,1111111111111111111011111110010111111011111000111110100111010110100101001011101111001010010110101001
+2,11,3,69,1111101111111111110011111110011111111011011100101010100111010110111101011011101111001010010110101001
+2,11,4,69,1011111111111111110101111111010111011111011000111110010111010110111001001011101111001010010111101001
+2,11,5,68,1111111111110111111011111110010011111111010001110110110101010110111111011010100110000010110101111001
+2,11,6,67,1111111111111111000000111011010011111111011000101110110111011110101110011111100111010010110110101001
+2,11,7,66,1011111111011111111011111110010111011111010000111110000111010110111001000011101111001010010111111001
+2,11,8,69,1111110111011111110011111111011111011111110100111010100111010110110011000011100111001010110110111101
+2,11,9,70,1011111111111111110001111011010111011111011000111110010111010010101111011011101111011010110111101001
+2,11,10,68,1111101111111111110011111110010111111011111100111010100111010110110101011011101101001010010110101001
+2,11,11,71,1111111111111111110011111110011111111011111100111010100111010110110101011011101111001010010110101001
+2,11,12,73,1111110111011111111011111111010011011011001101110110111101010110111111001111101111010110111100101101
+2,11,13,72,1111110111011111111011111111010011011011001101110110111101000110111111001111101111010110111100101101
+2,11,14,70,1111111111111111110011111110010111111011111100111010100111010110110101011011101111001010010110101001
+2,11,15,70,1111101111111111110011111110011111111011111100111010100111010110110101011011101111001010010110101001
+2,11,16,69,1011111111111111110011111110010111011111011000111110010111010110101101011010101111001010010111111001
+2,11,17,70,1011111111111111110001111111010111011111011100111111010011010110101110011011101111001010110110101001
+2,11,18,66,1111101111111111111011111111010111111011011000011010100111010110100101001011101111001010010110101001
+2,12,0,71,1111111111011111111011111110010011111011101100110110100111010110111111001011101111001110110110101001
+2,12,1,70,1111110111111111111011111111010111011011011101110110111101000110101101001110101111010010011100101101
+2,12,2,73,1111110111011111111011111111010011011011001101110110111101010110111111001111101111010110111100101101
+2,12,3,71,1011110111011111111011111111010011011011001101110110111101000110111111001111101111010110111100101101
+2,12,4,68,1011111111111111111101111111010111011111011000110110010101010110111001001011101111000110010101101101
+2,12,5,74,1111110111011111110011111111010011011011001101111110111111010110111111001111101111011010111110101001
+2,12,6,70,1111111111111111110011111110011111101011011100111010100111010110111101011011101111001010010110101001
+2,12,7,68,1111101111111111110011111110011111111011111100101010100110010110110101011011101111001010010110101001
+2,12,8,68,1011111111111111110011111110011111111111111000111010100111010110100101011010101111001010010110101001
+2,12,9,72,1111111111111111110011111110010111011011011100111110010111010110111101011011101111001010010111111001
+2,12,10,69,1111101111111111110011111110011111111011111100101010100111010110110101011011101111001010010110101001
+2,12,11,68,1111101111111111110011111110010111111011011100111010100111010110111101011011101101001010010110101001
+2,12,12,69,1111111111111111010011111110011111111011111100101010100111010110111101011011101110001010010110101001
+2,12,13,71,1111001111111111110011111110011111111011111100111110100111010110110101011111101111001010010110101001
+2,12,14,69,1011111111111111110101111111010111011111011000111110010011010110111011001011101111001010010111101001
+2,12,15,70,1011111111111111110001111111010111011111011100111111010111010110101100011011101111001010110110101001
+2,12,16,71,1111111111111111110011111110011111111011111100111110100111010110101101001011101111001010010110101001
+2,12,17,72,1111111111111111111011111110010111111011111100100110100111010111111101011111101110001010010110101001
+2,12,18,67,1111111111110111110011111110011111111011110100110010100111010110110101011011101111000010010110101001
+2,13,0,71,1111111111111111110001111111010111011111011100111110010111010110101101011011101111001010110110101001
+2,13,1,71,1011111111111111110011111110010111011011011100111111010111010110111100011011101111001010010111111001
+2,13,2,68,1111101111111111110011111110010011111011011101111010100111010110111101011011100101001010010111101001
+2,13,3,70,1111101111111111111011111110010111111111011000111110110101010110111111011010101110001010110100110001
+2,13,4,77,1111110111011111110011111111011111011011011100111110111111010110111111001111111111011010111110101001
+2,13,5,68,1111111111111111110011111110010011111011101101111110100111010110100101001011101111001010010110101001
+2,13,6,73,1011111111111111110001111111010111011111001100111111110111010110101100001011101111011110111110101101
+2,13,7,69,1111110111011111111011111111010011011011011101110110011101010110111111011111101011000010110100101001
+2,13,8,71,1111111111111111010011111110010111111011101101111110100111000110111101011111101111001010011100101001
+2,13,9,70,1011110111011111111011111111011011011011011100100010111101010110111111001011101110011110110110101101
+2,13,10,71,1111101111011111110011111111010111111011001100111010101111010110111101011111101101001110011110101001
+2,13,11,70,1111110111111111111011111110010011011011011101110110110101010110111111001011101111010010110100101101
+2,13,12,68,1011111111111111110001111111010011011111011000111110010011010110111011001011101111001010010111101101
+2,13,13,74,1111110111011111111111111111010111011011001101110110111101010110111111001111101111010110111100101001
+2,13,14,69,1111111111111111110011111110010111011011011100111010010111010110111101011011101111001010010110101001
+2,13,15,72,1111111111111111010011111110011111111011111100101110100111010110111101011011101110001010010111111001
+2,13,16,70,1111100111011111111011111111010011011011011101110110111101010110111111001111100110010010111100101101
+2,13,17,74,1111111111111111111011111110010011111111001001111110110101010110111111011010101111001110110101111001
+2,13,18,72,1111111111111111110011111110011111111011111110101110100111010110110101001011101111001110010110101001
+2,14,0,69,1111110111011111111011111111010011011011001101110110011101010110111111011111101011001010110100101001
+2,14,1,71,1111101111011111110011111111010111111011011100111010101111010110111101011111101101000110011110101001
+2,14,2,69,1111111111111111010001111111011111011111011100101110000111010110101101011011101110001010110110111001
+2,14,3,74,1111111111111111110011111110010111111011111100111110110111010110111101011011101111001010010111101001
+2,14,4,72,1111100111011111111011111111011111111111011000111110110101010110111111001110101110011010110100111001
+2,14,5,76,1111111111111111110011111110011111011011011100111110111111010110111111011011111111001010111110100001
+2,14,6,72,1111111111111111110011111110010111111011111110101110100111000110111101001111101111001010011110101001
+2,14,7,72,1111111111111111010011111110011111111011101101111110100111010110110101011011101111101110010100101001
+2,14,8,71,1011100111011111111011111111011011011011011101100110111101010110111111001011100110011110111110101101
+2,14,9,69,1111110111011111111011111111010011011011011100110010111101010110111111001111101110010010110100101101
+2,14,10,70,1111101111011111110011111111010111111011001101111010100111000110111101011111101101001110011110101001
+2,14,11,72,1111111111111111010011111110010111111011101100111110101111010110111101011111101111001010011100101001
+2,14,12,72,1111101111011111110011111111010011111011001101111010101111010110111101011111101101001110011111101001
+2,14,13,66,1111101111111111110011111110010111111011011100111010100110010110111101011011100101001010010110101001
+2,14,14,71,1011111111111111110011111110010111011111011100111111110111010110111100011011101111001010010110101001
+2,14,15,73,1011111111111111110001111111010111011011001100111111110111010110101100001011101111011110110111111101
+2,14,16,68,1011111111111111110011111110010111011011011100111111101110010110111100011011101101001010010110101001
+2,14,17,73,1111101111011111110011111111010111111011001100111010010111010110111101011111101111001110011111111001
+2,14,18,70,1011111111011111110011111110011011011011011100100111011101010110111100011011101111011010110111111001
+2,15,0,69,1011111111111111010001111111110111011111011100101111000111010110101100011011101110001010110110111101
+2,15,1,74,1111111111111111110001111111011111011011001100111110110111010110101101001011101111011110110111111001
+2,15,2,71,1011111111111111111011111111010111011011001100111111110111010110101101001011101110001110010110101101
+2,15,3,73,1011110111111111110001111111010111011011011100111010110111010110111110001011101111011110110111111101
+2,15,4,71,1111111111011111110011111110010111011111001100111111110111010110111100011011101111001010010111101001
+2,15,5,71,1011101111111111110011111011010011111011011101111010101111010110111101011111101101001110011110101001
+2,15,6,78,1111101111111111111011111111011111111111011000111110110111010110111111001111111110011010111100111001
+2,15,7,70,1111110111011111110011111110011111011011011100111110111101010110111111011010101111001010110110100001
+2,15,8,72,1111110111011111111011111110011111111111011000111110011101010110111101001110101111011010110100111001
+2,15,9,70,1011101111011111110011111111011011011011011100100111110101010110111110011011101110011010110111111001
+2,15,10,75,1111111111111111110011111110011111111011101101111110100111010110111101011011101111001110110110101001
+2,15,11,73,1111111111111111010011111110011111011011011100111110111111010110110111011011111111101010011100100001
+2,15,12,77,1011111111111111110011111111011111011011101100111110110111010110111100011011101111011110110111111101
+2,15,13,68,1111111111111111010001111110010111111011001101111111100111010110100101001011101111101110010100101001
+2,15,14,69,1111100111011111111011111111010111111011001000111010010111010110111101011111101110000110010111111001
+2,15,15,72,1011110111111111110011111111010111011011011100111010110111010110111111001011101111001110011110101101
+2,15,16,76,1111111111111111110011111110011111011011011100111110111111010110111111011011111111001010111110100001
+2,15,17,76,1111111111111111110011111110011111011011011100111111111111010110111111011011110111001010111110100001
+2,15,18,76,1111111111111111110011111110010111011011011100111110111111010110111111011111111111001010111110100001
+2,16,0,73,1111111111011111110011111110011111111011011000111111011101010110111101001111101111011010110110101001
+2,16,1,75,1111110111111111111011111110011111011111011100111110111111010110111111011010110111001010111100110001
+2,16,2,69,1111101111011111110011111111011011011011011100110111110101010110111110011011101110011010110110100001
+2,16,3,76,1011101111111111110011111110011111011011011100101110111111010110111111011011111111001010111111111001
+2,16,4,73,1111111111011111110011111110010111011111001100111110110111010110111111001011101111001110011110101101
+2,16,5,69,1011110111111111110011111111010111011011011100111011110111010110111100011001101111001010010111101001
+2,16,6,76,1111111111111111110011111110010111011011011100111110111111010110111111011011111111011010111110100001
+2,16,7,76,1111111111111111110011111110011111011011011100111111111111010110111111001111110111001010111110100001
+2,16,8,80,1111111111111111110011111111011111011011101100111111110111010110111111011011101111011110110111111001
+2,16,9,73,1011111111111111110011111110011111011011011100111110111111010110111100011011110111001010111110100101
+2,16,10,73,1011111111111111111011111111011111011111001100111111110111010110101101001011101110001110010110101101
+2,16,11,75,1111101111111111111011111111010111111010011000111110110111010110111111001111111110011010111100111001
+2,16,12,76,1111101111011111111011111111011111111011011100111110110111010110111111001111111110011000110101111001
+2,16,13,72,1011101111111111110011111111011111011111011000100111110101010110111110011011101110011010111110111001
+2,16,14,72,1011110111111111110011111111010111111011011100111010110111010110101110001110101111011110110110111001
+2,16,15,72,1111110111011111111001111110011111011111011000111110011101010110111101001011101111011010110101111101
+2,16,16,75,1111101111111111111011111111010111111111011001111010110111010110111101011111111100001010111100111001
+2,16,17,74,1011101111111111110011111011011011111011011100111110101111010110111111001111101111011110011110101001
+2,16,18,75,1011110111111111110011111111010111011011011100111010110111010110111111001111101111011100110111111101
+2,17,0,77,1011111111111111110011111111011111011011011100100111110101010110111111011011101111011110111111111001
+2,17,1,75,1111101111111111110011111111011111011111101000111111110111010110111110011011101110011010110110111001
+2,17,2,71,1111111111011111110011111110011111011011011100111110011101010110111100001011111111001010111110101001
+2,17,3,73,1011111111111111110011111010011101111011011000111111111111010110111101011111100111011010110110100101
+2,17,4,74,1111110111111111111011111110010111011111011100111110111111000110111111011010110111001110011110110001
+2,17,5,73,1111111111011111110011111110011111011111001100111110110111010110111111001011101111001010111100101101
+2,17,6,74,1111101111111111110011111100011111011011011100111110111111010110111111001011111111001010110111101001
+2,17,7,74,1011111111011111111011111111011111111011011100111110110111010110111100011111110110011000111100110101
+2,17,8,75,1011110111111111110011111111010111011011001100111011110111010110111111011111101111011100110111111001
+2,17,9,79,1111111111111111110011111111011111011011111100111110110111010110111111001011101111011110100111111101
+2,17,10,73,1111101111111110110011111110011111011011011100111111111111010110111111001111111111001000111100100001
+2,17,11,78,1111111111011111111011111111011111111011011100111110110111010110111111001111110110011010110111111001
+2,17,12,73,1111110111111111111001111110011111011111011100111110111111010110111111001010111111001010110100110001
+2,17,13,73,1111110111011111111011111110011111011111011000111110011101010110111101011011100111011010111101011101
+2,17,14,75,1011101111111111110011111110011111111011011000101110111111010110111111011011111110001010111111111001
+2,17,15,76,1111101111111111111011111111010111011111011101111010110111010110111101011111111101001010111100111001
+2,17,16,71,1111101111011111110011111110010111011111001000101110110111010110111111001011101111001110011110111101
+2,17,17,77,1011111111111111110011111110011111011011011100111110111111010110111111011011111111001010111111101001
+2,17,18,74,1011110111111111110011111110011111011111011100111010111111010110111111001111100111001110111100110101
+2,18,0,76,1111111111111111110011111111011111011011011100100110110111010110111111001011100111011110111111111001
+2,18,1,79,1011111111011111111011111111011111111011011100111111110101010110111111011111111110011010110111111001
+2,18,2,77,1011111111111111110011111111011111011011111100111110110111010110111111011011101111011110100111101001
+2,18,3,78,1111111111111111110011111110011111011011011100111110111110010110111111001011111111001010111111111101
+2,18,4,74,1111111111011111110011111110011111011011001100111110110111010110111111011111101111001010111100101101
+2,18,5,72,1011111111111111110011111010011101111111011000111111111111010110111101001011100111011010110110100101
+2,18,6,72,1011101111011111110011111111011111011111001000111110110111010110111110011011111110011010110110110101
+2,18,7,78,1111111111111111111011111111011111111011111100111111111111010110111100011111100110011000111100111001
+2,18,8,79,1011111111011111111011111111011111111011011100111110110111010110111111011111111111011000111110111001
+2,18,9,70,1011110111111111110011111111010111011011001100111011110111010110111100011111100110011100110101110101
+2,18,10,73,1011111111011111111011111111011111011011001100111110110111010110111111001111110110001010110111101001
+2,18,11,81,1111111111111111110011111110011111111011011100111110111111010110111111011011111111011010111111111001
+2,18,12,77,1111101111111111110011111111011111011111001101111110110111010110111111011011111110011010110110111001
+2,18,13,75,1111101111111111111011111111010111011111111001111011110111010110111100011111101101001010111100111001
+2,18,14,73,1111100111111111110011111100011111011111011100111110111110010110111111001011111111001110110111100001
+2,18,15,74,1111111111111111111011111110010111011011011100111110111111000110111111011010110111001010011110111001
+2,18,16,73,1011110111111111111011111110011111011011011100111010111111010110111111001111101111011000111100110001
+2,18,17,76,1111110111111111110011111111010111011111011100111110110111010110111111010010110111001110110111111101
+2,18,18,76,1111111111111111111011111111010111011011011100111110110111010110111111010010111111011000110111111001
+2,19,0,75,1111111111111111110011111100011111011011011100101110111110010110111111001011111111001010111111111001
+2,19,1,75,1111100111111111110011111110011111011111011100111110111110010110111111001011111111001110110111100101
+2,19,2,77,1011111111111111110011111111011111011011111100111110110111010110111111011011101111011110100111101001
+2,19,3,76,1111111111111111111011111111010111011011011100111110110111010110111111010010111111011000110111111001
+2,19,4,78,1111111111111111111011111111011111011011011100111110110111010110111111011010111111011010110111101001
+2,19,5,72,1011100011111111110011111110010111011011011100111110111111010110111111010011111111001000111111111001
+2,19,6,75,1111111111111111111011111111010111011011011100111110110111010110111101011011111110011000110101111001
+2,19,7,79,1111111111111111111011111111011111111011111100111111111111010110111110010110100111011000111110111001
+2,19,8,78,1011111011111111110011111110011111111011011100111110111111010110111111011011111111011010111111101001
+2,19,9,78,1111110111111111110011111110011111011011011100111110111111010110111111011011111111001010111111111001
+2,19,10,76,1011111111011111111011111110011111111011001100111110110111010110111111011111111111001010111100101101
+2,19,11,77,1111111111011111110011111111011111011011011100111110110111010110111111011111101111011000111110111001
+2,19,12,79,1111111111111111110011111110011111011011011101111110111111010110111111011011111111001010111110111001
+2,19,13,76,1111101111111111110011111111011111011111001100111110110110010110111111001011111110011010110111111101
+2,19,14,74,1011110111111111110011111111010111011111011100111110110111010110111111010010100111011110100111111101
+2,19,15,79,1111111111111111110011111111011111011011111100111110110111010110111111011011111111001110110111101001
+2,19,16,77,1111111111111111010011111111011111111011111100111111111111010110111100011111101110011010101100111001
+2,19,17,78,1011111111111111111011111111011111011011111100111110110111010110111111011011100111011110110111101001
+2,19,18,76,1111111111011111111011111101011111011011011100110110110111010110111110001111110111011100111111111001
+2,20,0,79,1111111111111111110011111111011111111011011100101111111111010110111101011011101111011010111110111001
+2,20,1,75,1011111111111111010011111111011111111011111100111110110111010110111110011111101110011010101100111001
+2,20,2,76,1011111111111111111011111110011111111011011100011110111111010110111110011011101111011010111110101001
+2,20,3,80,1111111011111111110011111111011111111011111100111111111111010110111111010110110111011000111111111001
+2,20,4,82,1111111111111111111011111111011111111011111100111111111111010110111111010010110111011010111111111001
+2,20,5,74,1111111101111111111011111111011111011011011100111110110111010110111110011110101111011000110110101001
+2,20,6,77,1111111111111111111011111111011111011011111100111110111111010110111111011011100111011010110010101001
+2,20,7,78,1011111111111111110011111110011111011001011101111110110111010110111111011011111111001110111111111001
+2,20,8,78,1011111111111111110011111110011111111011011100111110111111010110111110011011111111011010111101111001
+2,20,9,75,1111111011011111110011111111011111011011011100111110110111010110111111011111101111011000111110101001
+2,20,10,76,1111111111011111110011111111011111011011111100111110110111010110111111011111101111011000100110111001
+2,20,11,76,1011111111111111110011111111011111011011011100111110110111010110111111011011001111011110101111101001
+2,20,12,81,1111111111111111111011111110011111011011111101111110111111010110111111011111100111011010111110111001
+2,20,13,76,1111111111111111110001111111011111111011011100111111111111010110111110010010111111001000111110111001
+2,20,14,75,1111111111111111110011111101010111011011011100111110110111010110111111011011111111001000110111111001
+2,20,15,78,1111111111111111111011111111011111011011111100111110110111010110111111010010101111011110110111101001
+2,20,16,79,1011111111011111111011111111011111111011111100111110110111010110111111011011111111011010111100101101
+2,20,17,71,1011111111111111110011111010011111010010001100111110110111010110111111011111101111001110100111101001
+2,20,18,79,1111111111111111110111111111011111011011111100111110110111010110111111011011101111011110100111101001
+2,21,0,75,1111111111011111111011111111011111011011111100111110110111010110111111010010101111011010110110101001
+2,21,1,82,1011111111111111111011111111011111111011111100111110110111010110111111011011111111011110111101101101
+2,21,2,81,1111111111111111111011111111011111111011111100011111111111010110111111010011110111011011111110101001
+2,21,3,79,1011111111111111111011111110011111111011011100111110111111010110111110011011101111011010111111111001
+2,21,4,77,1011101111111111110011111111011111111011111100111110110111010110111111011011111111011010111100101001
+2,21,5,79,1111111111011111110011111110011111111011011100111110111111010110111110011011111111011010111101111101
+2,21,6,76,1011111111111111110011111111011111011011111100111110110111010110111110011111111110011010101100111001
+2,21,7,76,1011111111111111010011111111011111111011111100111110110111010110111111011011101110001110110111101001
+2,21,8,74,1011111111111111011011111110011111111011111100011110110111010110111110011011101111011010101100111001
+2,21,9,77,1011111111111111110011110111011111111011011100111110111111010110111110011111101111011010111110101001
+2,21,10,75,1011111111111111110011101100011111011001011100111110110111010110111111011011111111011010111111111001
+2,21,11,79,1011111111111111110011111110011111111011011101111110111111010110111110011011111111001110111101111001
+2,21,12,81,1111111111111111110111111111011111111011111100111110110111010110111111011010101111011110111111101001
+2,21,13,80,1111111111111111111011111111011111011011111100111111111111010110111111010010111111011010100111111001
+2,21,14,78,1111111111111111110011111111011111111011011100101111111111010110111100011011101111011010111110111001
+2,21,15,77,1111111111111111110001111111011111111011011100111111111111010110111111010010111111001000111110111001
+2,21,16,80,1111111011111111110011111111011111111011111100111110111111010110111111011010110111011010111111111001
+2,21,17,78,1011111111111111110011111111011111011011111100111111110111010110111111010111111111001100110111101001
+2,21,18,77,1111111111111111110011111111011111111011111100111110111111010110111110011011101111011010110010101001
+2,22,0,80,1011111111111111111011111111011111111011111100111110110111010110111111011010101111011110111101101101
+2,22,1,83,1111111111111111110111111111011111111011111100111110110111010110111111011011111111011110111111101001
+2,22,2,80,1111111111111111111011111111011111011011111100111111101111010110111011010111111111011100100111111001
+2,22,3,76,1011111111111111110011111111011111011011111100111111110111010110111111010010111111001010110111101001
+2,22,4,79,1111111111111111110011111111011111111011111100111110110111010110111111011010101111011110111101001101
+2,22,5,83,1011111111111111111111111111011111111011111100111110110111010110111111011011111111011110111111101001
+2,22,6,79,1011111111111111110011111111011111111011111100111110110111010110111111011011110111010110111101101101
+2,22,7,75,0011101111111110111011111111011111111011111100111110110111010110111111001011111111011010111100101001
+2,22,8,77,1011111111111111110011110111011111111011011100111110111111010110111110011011101111011010111110111001
+2,22,9,79,1111111111011111110011111110011111111011011100111110111111010110111110011111111111011010111101101101
+2,22,10,79,1011111111111111110011111110011111111011111101111110110111010110111111011011111111001110111100111001
+2,22,11,76,1011101111111111110011111111011111111011011100111110111111010110111110011011111111011000111101101001
+2,22,12,76,1111111111111111110111111111011111110011111100111110111111010110111110011010101111011010110010101001
+2,22,13,81,1111111111111111110011111111011111111011111100111110110111010110111111011011101111011110111111101001
+2,22,14,79,1011111111111111110011111111011111111011011101111111111111010110111110011110111111001100111100111001
+2,22,15,78,1111111111111111110001111110011111111011011100111110111111010110111111010011111111001010111111111001
+2,22,16,80,1111111111111111011111111110011111111011011100111110111111010110111110011011101111011110111111101001
+2,22,17,77,1011111111111111110011111111011111111011011100101110110111010110111111011010101111011010111111111001
+2,22,18,78,1111111011111111111011111111011111011011111100111110111111010110111111010010111111011010100111111001
+2,23,0,80,1111111111111111110011111111011111111011111100111110110111010110111111011010101111011110111111011001
+2,23,1,77,1111111111111111110001111110011111111011011100111110111111010110111111010011111111001010111101101101
+2,23,2,83,1111111111111111110111111111011111111011111100111110110111010110111111011011111111011110111111101001
+2,23,3,83,1111111111111111110111111111011111111011111100111110110111010110111111011011111111011110111111101001
+2,23,4,83,1110111111111111110011111111011111111111111101111111111111010110111111011010110111011110111101111001
+2,23,5,80,1011111111111111111011111111011111111011111100111110110111010110111111011010101111011010111111101101
+2,23,6,80,1111111111111111110011111111011111111011111100111110111111010110111111011000111111001010111111111001
+2,23,7,79,1111111111111111110001111110011111111011011100111111111111010110111111010011110111011010111111111001
+2,23,8,82,1111111111111111111011111111011111111011111100111111101111010110111011011011111111011100110111111001
+2,23,9,79,1111111111111111110010111111011111011011111100111111111111010110111111010110110111011010101111111001
+2,23,10,77,1011111111111111110011111111011111111011011100111110111111010110111110011010101111011010111111101001
+2,23,11,80,1011111111111111111011110111011111111011111100111110110111010110111111011011101111011110111100111101
+2,23,12,83,1111111111111111110111111110011111111011011100111110111111010110111111011011111111011110111111111001
+2,23,13,77,1111111111111111110001111111011111111011111100111110100111010110111111010011111111001010111111101001
+2,23,14,77,1111111111011111110001111110011111111011011100111110111111010110111110010111111111011010111101101101
+2,23,15,80,1111111111111111110011111110011111111011011100111110111111010110111111011011111111001010111111111001
+2,23,16,79,1111111111111111110011111111011111111011111100111110111110010110111111011010100111011110111101111001
+2,23,17,82,1011111111111111111011111111011111111011111100111111110111010110111111011010111111011010111111101101
+2,23,18,77,1111111111111111010111111110011111111001011100111110111111010110111110011011101111011010111111101001
+2,24,0,79,1011111111111111110011111111011111111011011100111110111111010110111111011011101111001110111110111001
+2,24,1,81,1111111111111111111111110111011111111011111100111110110111010110111110011011111110011110111111101001
+2,24,2,82,1011111111111111111011111111011111111011111100111110110111010110111111011011101111011110111101111101
+2,24,3,78,1011111111111111111011110111011111111011111100111110110111010110111111011010101111011010111110101101
+2,24,4,81,1111111111111111110011011111011111111011111100111110110111010110111111011011111111011110111111101001
+2,24,5,81,1011111111111111111111111111011111111011111100111110110111010110111111011010101111011010111111101101
+2,24,6,79,1111111111111111110011111111011111111011011100111110110111010110111111011010111111011010111111011001
+2,24,7,81,1111111111111111110011111110011111111011111100111110111111010110111111011011101111001110111111111001
+2,24,8,78,1111111111111111110010110111011111011011111100111111111111010110111111011110100111011110101101111001
+2,24,9,81,1011111111111111111011111111011111111011111100111110110111010110111111010011111111011010111110111101
+2,24,10,83,1111111111111111110011111111011111111111111101111111111111010110111111011010100111011110111101111001
+2,24,11,78,1110111111111111110011111111011111111011111100111110111100010110111111011010110111011110111101111001
+2,24,12,81,1110111111111111110001111111011111111011111101111111111111010110111111011010110111001110111111111001
+2,24,13,80,1111111111111111110001111111011111111111111100111110111111010110111111011000111111011010111101111001
+2,24,14,83,1111111111111111110011111111011111111011111101111111101111010110111011011011111111011110110111111001
+2,24,15,83,1111111111111111111111111111011111111011111100111110110111010110111111011011111111011100111111101001
+2,24,16,76,1111111111111111010111111111011111111001011100111010111111010110111011011011101111011000111111101001
+2,24,17,81,1111111111111111111011111110011111111011111100111111101111010110111110010011111111011110110111111001
+2,24,18,82,1111111111111111110111111110011111111011111100111110111111010110111011011011111111011100111111111001
+2,25,0,81,1011111111111111111011110111011111111011111100111110110111010110111111011011111110011110111111101101
+2,25,1,83,1111111111111111111111111111011111111011111100111110110111010110111111011011101111011110111101111001
+2,25,2,83,1111111111111111111111111111011111111011111100111110110111010110111111011011111111011100111111101001
+2,25,3,83,1111111111111111111111111111011111111011111100111110110111010110111111011011111111011100111111101001
+2,25,4,81,1111111111111111110001111111011111111011111101111111101111010110111011011010111111001110111111111001
+2,25,5,83,1110111111111111110011111111011111111011111101111111111111010110111111011011110111011110110111111001
+2,25,6,83,1111111111111111111011111111011111111011111100111110110111010110111111011011111111001110111111111001
+2,25,7,79,1111111111111111110111110110011111111011111100111110111111010110111110011011101110011110111111101001
+2,25,8,82,1001111111111111111011111111011111101011111100111110110111010110111111011011111111011110111111111101
+2,25,9,81,1111111111111111111011111111011111111011011100111111101111010110111111011011101111011110110101111001
+2,25,10,79,1011111111111111110111111110011111111011111100111110110111010110111111011010101111011010111111111001
+2,25,11,83,1111111111111111111011111111011111111011111100111110111111010110111111011011101111001110111111101101
+2,25,12,83,1111111111111111110011111111011111111111111100111111101111010110111111010011111111011110110111111001
+2,25,13,80,1111111111111111111011111110011111111011110101111111111111010110111110011010100111011110111101111001
+2,25,14,81,1011111111111111110011111111011111111011111100111111110111010110111111011011101111011010111111101101
+2,25,15,84,1111111111111111111111111111011111111111111101111110111111010110111111011010100111011110111101111001
+2,25,16,80,1111111111111111110111111111011111111001011100111110111111010110111111011011101111011100111111101001
+2,25,17,80,1111111111111111011111111111011111111011111100111010110111010111111011011011111111011000111111101001
+2,25,18,82,1011111111111111111111111111011111111011111100111110110111010110111111011010101111011010111111111101
+2,26,0,82,1010111111111111110011111111011111111011111101111111110111010110111111011011111111011110110011111101
+2,26,1,81,1111111111111111110011111111011111111011111100111111111111010110111111011011100111011010111111101001
+2,26,2,83,1111111111111111111011111111011111111011111100111110110111010110111111011011111111001110111111111001
+2,26,3,83,1111111111111111111011111111011111111011111100111110110111010110111111011011111111001110111111111001
+2,26,4,85,1111111111111111111011111111011111111111111101111110111111010110111111011011100111011110111101111101
+2,26,5,79,1011111111111111111111111111011111011011111100111110110111010110111111011010101111011110111101101001
+2,26,6,81,1111111111111111111101111111011111111011111101111110111111010110111011011010111111001100111111101001
+2,26,7,83,1111111111111111110011111111011111111011111100111111100111010110111111011011111111011110111111111001
+2,26,8,82,1011111111111111110011111111011111111111111100111111101111010110111111010011111111011110111101111001
+2,26,9,83,1111111111111111111011111111011111111011111100111110110111010110111111011011101111011110110111111101
+2,26,10,80,1111111111111111110011111111011111111001011100111110111111010110111111011011101111011100111111101101
+2,26,11,83,1111111111111111111111111111011111111011111100111110111111010110111111011011101111001110111111101001
+2,26,12,81,1111111111111111110111111111011111111001111100111110110111010110111111011011101111011110111111101001
+2,26,13,80,1011111111111111110011111111011111111011011100111111111111010110111111011011101111011000111111101101
+2,26,14,83,1111111111111111110011111111011111111111111100111111111111010110111111010011111111011110110101111001
+2,26,15,83,1111111111111111111111111111011111011011111100111110101111010110111111011011101111011110111111111001
+2,26,16,83,1111111111111111111011111111011111111011111100111110111111010110111111010011101111011110111111101101
+2,26,17,83,1111111111111111110011111111011111111111111100111111101111010110111111011011111111001110110111111001
+2,26,18,82,1011111111111111111011110111011111111011111100111110110111010110111111011011111110011110111111111101
+2,27,0,85,1111111111111111111011111111011111111111111100111110111111010110111111010011101111011110111111111101
+2,27,1,81,1111111111111111110011111111011111111011111100111111111111010110111111010011111111011110110101101001
+2,27,2,79,1011111111111111110011111111011111111011111100111110101111010110111111011011101111011110111101101001
+2,27,3,86,1111111111111111111111111111011111111111111100111111111111010110111111010011111111001110111111111001
+2,27,4,81,1111111111111111110011110111011110111011111100111110110111010110111111011011111110011110111111111101
+2,27,5,82,1011111111111111111111111111011111011011111100111110101111010110111111011011101111011110111111111001
+2,27,6,81,1111111111111111110011111111011111111011111100111111111111010110111111011011100111011010111111101001
+2,27,7,83,1111111111111111111111111111011111011011111100111110101111010110111111011011101111011110111111111001
+2,27,8,85,1111111111111111111011111111011111111111111101111110110111010110111111011011100111011110111111111101
+2,27,9,83,1111111111111111111011111111011111111011111100111110111111010110111111011011101111011110110101111101
+2,27,10,81,1011111111111111101011111111011111111011111100111010110111010110111111011011111111001110111111111101
+2,27,11,82,1111111111111111111011110111011111111011111100111110110111010110111111011011111110011110111111111001
+2,27,12,83,1111111111111111110011111111011111111111111100111111101111010110111111011011111111001110110111111001
+2,27,13,82,1111111111111111110011111111011111111010111100111111100111010110111111011011111111011110111111111001
+2,27,14,81,1111111111111111111011111111011111111011111100111110110111010110111111010011111111001110111101111001
+2,27,15,86,1111111111111111110011111111011111111111111100111111111111010110111111011111111111011110110111111001
+2,27,16,81,1111111111111111111011111111011111111011111100111110110111010110111111011010111111011110110111101001
+2,27,17,82,1111111111111111111101111111011111111011011101111110111111010110111011011011101111001100111111111101
+2,27,18,81,1111111111111111110111111111011111111001111100111110110111010110111111011011111111001110111111101001
+2,28,0,80,1111111111111111110111111111011111111011111100111110110111010110111111011011101111001100111111101001
+2,28,1,83,1111111111111111111101111111011111111001011101111110111111010110111011011011111111001110111111111101
+2,28,2,81,1011111111111111111111111111011111011011111100111110100111010110111111011011101111011110111111111001
+2,28,3,83,1111111111111111111011111111011111111011111100111100111111010110111111011011101111011110111111111001
+2,28,4,81,1111111011111111111111111111011111011111111100111110100111010110111111011011100111011110111111111001
+2,28,5,86,1111111111111111111011111111011111111011111101111110111111000111111111011011101111011110111111111101
+2,28,6,81,1111111111111111111101111111011111111011011101110010111111010110111011011011101111001110111111111101
+2,28,7,81,1011111111111111101011111111011111111011111100111110110111010110111111011011111111001100111111111101
+2,28,8,84,1111111111111111110011111111011111111111111100111111111111010110101111011011111111011110110111111001
+2,28,9,84,1111111111111111110011111111011111111111111100111111101111010110111111011111111111001110110111111001
+2,28,10,83,1111111111111111111011111111011111111011111100111110110111010110111111011011101111011110111111111001
+2,28,11,82,1111111111111111111011110111011111111011111100111110110111010110111111011011111110011110111111111001
+2,28,12,82,1111111111111111111011111111011111111011111100111010111111010110111111010011101111001110111111111101
+2,28,13,84,1011111111111111101011111111011111111111111100111110110111010110111111011011111111011110111111111101
+2,28,14,80,0111111111111111110111111111011111111001111100111110111111010110111011011011111111001110111111101001
+2,28,15,82,1111111111111111111101111111011111111011011101111110110111010110111111011011101111001100111111111101
+2,28,16,83,1111111111111111111011111111011111111011111100111111110111010110111111011011111110011110110111111001
+2,28,17,84,1111111111111111110011110111011111111101111100111110111111010110111111011111111111011110111111111001
+2,28,18,83,1111111111111111111011111111011111111111111100111110111111010110111011010011100111011110111111111101
+2,29,0,80,0111111111111111101001111101011111111011011101111110111111010110111011011011111111001110111111111101
+2,29,1,81,1011111111111111111111111111011111111001111100111110110111010110111111011011011111001100111111111101
+2,29,2,85,1111111111111111111011111111011111111111111100111110111111010110111011010011111111011110111111111101
+2,29,3,79,1011111111111111101011111111011111111011111100111110110111010110111111011011100111001100111111111101
+2,29,4,82,1111111111111111111011111111011111111011111100111110111111010010111111010001101111011110111111111101
+2,29,5,81,1111111111111111111011111111011111111011111100111000111111010110111111011011101111001110111111111001
+2,29,6,84,1111111111111111111011111111011111111111111100111100111111010110111111010011101111011110111111111101
+2,29,7,81,1111111111111111111011111111011111111011111100110110111111010110111011011011100111011110111111111001
+2,29,8,83,1111111111111111110011111111011111111111111100111110111111010110111111010111100111011110110111111101
+2,29,9,84,1111111111111111111011111111011111111111111100111111101111010110111011011011111111001110111111111001
+2,29,10,82,1111111011111111111111111111011111011111111101111110100111010110111111011011100111011110111111111001
+2,29,11,85,1111111111111111111011111111011111111111111100111110110111010110111111011011101111011110111111111101
+2,29,12,86,1111111111111111111011111111011111111011111101111110111111010110111111011111101111011110111111111001
+2,29,13,82,1111111111111111110011110111011111111101111100111100111111010110111111011011111111011110111111111001
+2,29,14,85,1111111111111111111011110111011111111011111101111110111111000111111111011011111111011110111111111001
+2,29,15,81,0111111111111111110111111111011111111001111100111111111111010110111011011011101111001110111111101101
+2,29,16,83,1011111111111111111011111111011111111111111100111110111111010110111011010011101111011110111111111101
+2,29,17,83,1111111111111111101011111111011111111111111100111110110111010110111111011011110111011110111101111101
+2,29,18,84,1111111111111111110011101111011111111111111100111111111111010110101111011011111111011110111111111001
+2,30,0,80,1111111001111111101111111111011111011111111101111110100111010110111111011011100111011110111111111001
+2,30,1,83,1111111111111111111011011111011111111111111100111110110111010110111111011011110111011110111101111101
+2,30,2,85,1111111111111111111011110111011111111111111100111110111111000111111111011011111111011110111111111001
+2,30,3,84,1111111111111111110011101111011111111011111101111111111111010110101111011011111111011110111111111001
+2,30,4,85,1111111111111111111011111111011111111011111101111110111111010110111111011111101111011110111011111001
+2,30,5,80,1111111111011111111011111111011111111011111100110110111111010110111011011011100111011110111111111001
+2,30,6,82,1111111111111111110011110111011111111011111100111110111111010110110111011011111111011110111111111001
+2,30,7,84,1111111111111111111011110111011111111101111101111100111111000111111111011011111111011110111111111001
+2,30,8,83,1111111111111110111011111111011111111111111100111100111111010110111111010111101111011110110111111101
+2,30,9,84,1111111111111111110011111111011111111111111100111110111111011110111111010011100111011110111111111101
+2,30,10,83,1111111111111111111011110111011111111111111100111100110111010110111111011011111111011110111111111001
+2,30,11,84,1111111111111111110011111111011111111101111100111110111111010110111111011011101111011110111111111101
+2,30,12,82,1111111111111111110011111111011111111111111100111110111111010110111111010011100111011110110111111101
+2,30,13,87,1111111111111111111011111111011111111111111100111110111111010111111011010111111111011110111111111101
+2,30,14,80,1111011111111111111011111111111111111011111100110110111111010110111011010011100111011110111111111001
+2,30,15,84,1111111111111111110011111111011111111111111100111110111111010110111111011111100111011110110111111101
+2,30,16,83,1111111011111111111011111111011111111111111100111010111111010110111111010111100111011110111111111101
+2,30,17,80,1111111111111111110111111111011111011111111101111110100111010110111111011011100111011110100111111001
+2,30,18,81,1011111111111111111011111111011111111111101100111110111111010110111011010011101111011110110111111101
+2,31,0,85,1111111111111111111011110111011111111111111100111110111111010111111111010011110111011110111111111101
+2,31,1,83,1111111011111111111011111111011111111111111100111010111111000110111111011111101111011110111111111001
+2,31,2,83,1111111011111111110011111111011111111111111100111110111111010110111111010111100111011110111111111101
+2,31,3,84,1111111111111111111011111111011111111111111100111010111111010110111111011111100111011110110111111101
+2,31,4,85,1111111111111111111011110111011111111011111101111110111111010111111111011111101111011110111011111001
+2,31,5,85,1111111111111111111011111111011111111111111100111110111111000110111111011011111111011110111111111001
+2,31,6,83,1111111111111110111011110111011111111111111100111100111111010111111011010011111111011110111111111101
+2,31,7,86,1111111111111111111011111111011111111111111100111110110111010110111111011111111111011110111111111001
+2,31,8,82,1111111111111111111011111111011111111011111100111100111111010110111111011011100111011110111111111001
+2,31,9,80,1111111111011111111011110111011111111111111100110110110111010110111011011011111111011110101111111001
+2,31,10,84,1111111111111111110011101111111111111011111101111110111111010110111111011111101111011110111011111001
+2,31,11,86,1111111111111111111011111111011111111011111101111111111111010110101111011011111111011110111111111001
+2,31,12,86,1111111111111111111011111111011111111011111101111110111111010110101111011111111111011110111111111001
+2,31,13,82,1111111111111111110011101111011111111011111101111111111111010110111111011011101110011110111011111001
+2,31,14,83,1111111111111111110011111111011111111111111100111110111111010110111111010011100111011110111111111101
+2,31,15,82,1101011111111111110011111111011111111101111100111110111111011110111111001011101111011110111111111101
+2,31,16,80,1111111111011111111011111111011111111011111100111010111111010110111011010011100111011110111111111101
+2,31,17,81,1111111111111111110011111111011111111111111100110110111111010110111111011011100111011110110111111001
+2,31,18,81,1111111111111111111011111111011111111101101100111110111111010110111011010011101111011110110111111101
+2,32,0,79,1111111111111111110011111111011111111111111100110100111111010110111111011011100111010110110111111001
+2,32,1,83,1111111111111111111011111111011111111011111100111110111111010110111111011011100111011110111111111001
+2,32,2,86,1101111111111111111011111111011111111011111101111111111111010110101111011111111111011110111111111001
+2,32,3,85,1111111111111111111011111111011111111011111101111110111111010110101111011011111111011110111111111001
+2,32,4,80,1111111011111111110011111111011111111011111100111100111111010110111111011011100111011110111111111001
+2,32,5,85,1111111111111111111011111111011111111111111100111110111111010110111111010111100111011110111111111101
+2,32,6,82,1111111111111111110011101111011111111011111101111111111111010110111111011111101110011110110011111001
+2,32,7,83,1111111111111111110011101111111111111011111101111110111111010110111111011011101111011110111011111001
+2,32,8,85,1111111111111111111011110111011111111111111100111110111111010110111111011011111111011110111111111001
+2,32,9,85,1111111111111111111011111111011111111111111000111110111111100111111111010011110111011110111111111101
+2,32,10,84,1111111011111111111011111111011111111111111100111110111111000110111111011111101111011110111111111001
+2,32,11,84,1111111111111111111011111111011111111111111100111010110111010110111111011110111111011110111111111001
+2,32,12,82,1111111111111111110011111111011111111011111100111101111111010110101111010011110111011110111111111101
+2,32,13,86,1111111111111111111011111111011111111111111101111110111111010110111111011011101111011110111111111001
+2,32,14,85,1111111111111111110011111111011111111111111100111010111111010111111111011111100111011110111111111101
+2,32,15,83,1111111111111111111011110111011111111011111101111110111111010110111111011111101111011110110011111001
+2,32,16,84,1111111111111111111011111111011111111111111100111010111111010110111111011111100111011110110111111101
+2,32,17,84,1111111111111111111011111111011101111111111100111110111111000110111111011011111111011110111111111001
+2,32,18,83,1111111011111111111011110111011111111011111100111110111111010111111111011111101111011110111011111001
+2,33,0,84,1111111111111111111011111111011111111111111100111110111111010010111111011011101111011110111111111001
+2,33,1,86,1111111111111111111011111111011111111111111101111110111111010110111111010111100111011110111111111101
+2,33,2,84,1111111111111111111011111111011111111011111100111110110111010111111111011110111111011110111011111001
+2,33,3,84,1111111011111111111011110111011111111111111100111010111111010110111111011111111111011110111111111001
+2,33,4,82,1111111110111111111011111111011111111011111101111110111111010110101111011011100111011110111111111001
+2,33,5,86,1111111111111111111011111111011111111011111100111110111111010110111111011011111111111110111111111001
+2,33,6,84,1111111111111111110011111111011111111111111100111010111111010111110111011111100111011110111111111101
+2,33,7,85,1111111111111111111011111111011111111111111100111110111111010110111111010111100111011110111111111101
+2,33,8,82,1111111111111111111011110111011111111011111101111110111111010110111111011111101111011110100011111001
+2,33,9,82,1111111011111111111011110111011111111011111100111110111011010111111111011111101111011110111011111001
+2,33,10,85,1111111111111111111011111111011111111011111101111110111111010110101111011011111111011110111111111001
+2,33,11,85,1111111111111111111011110111011111111111111100111110111111010110111111011011111111011110111111111001
+2,33,12,84,1111111111111111111011111111010111111111111100111010111111010110111111011011111110011110111111111101
+2,33,13,84,1111111111111111110011110111011111111111111100111110111111010111111111011111100111011110111111111001
+2,33,14,80,1111111111111111110011101111011111111011111100111010111111010110111111011011100111011110111111111001
+2,33,15,87,1111110111111111110011111111111111111111111101111110111111010111111111011111101111011110111011111101
+2,33,16,83,1001111111111111111011111111011111111011111101111111111110010110101111011101111111011110111111111001
+2,33,17,85,1111111111111111111011111111011111111011111101111110111111010110101111011011111111011110111111111001
+2,33,18,85,1111111111111111111011111111011111111111111100101110111111010110111111011011111111011110111111111001
+2,34,0,83,1111111011111011111011110111011111111111111101111010111111010110111111011011111111011110111111111001
+2,34,1,84,1111111111111111111011110111011111111111111100111110111111010110111111011111101111010110111111111001
+2,34,2,85,1111111111111111111011111111011111111111111100111110111111010010111111011011101111111110111111111001
+2,34,3,85,1111111111111111111011111111011111111011111100111110111111010110111111011011111111011110111111111001
+2,34,4,84,1111111111111111111011111111011111111011111101111110111111010110101111011111101111011110111011111001
+2,34,5,82,1111110100111111110011111011111111111111111101111110111111010111111111011011100111011110111111101101
+2,34,6,84,1111111011111111111011110111011111111111111100111010111111010110111111011111111111011110111111111001
+2,34,7,85,1111111111111111111011111111011111111011111101111110110111010111111111011110111111011110111011111001
+2,34,8,84,1101111111111111110011111111011111111011111101111111111110010110101111011101111111011110111111111101
+2,34,9,86,1011110111111111111011111111111111111111111101111110111111010111111111011111101111011110111011111001
+2,34,10,83,1111110111111111110011111111110111111111111100101010111111010111111111011011101111011110111111111101
+2,34,11,86,1111111111111111111011111111011111111111111101111110111111010110111111011111111110011110111010111101
+2,34,12,84,1111111111111111111011110111011111111111111101111110111111010110101111011011101111011110111111111001
+2,34,13,82,1111111110111111111011111111011111111011111101111110110111010110111111011011100111011110111111111001
+2,34,14,84,1111111111111111111011111111011111111111111100111110101111010110101111011011111111011110111111111001
+2,34,15,86,1111111111111111111011111111011111111011111101111110111111010110111111011011011111111110111111111001
+2,34,16,84,1111111111111111111011111111011111111111111101101110111111010110111111011011100111011110111111111001
+2,34,17,82,1111111110111111111011111111011111111011111100111110111111010110101111011011111111011110111111110001
+2,34,18,84,1111111111111111111011110111011111111111111100111110111111010110101111011011111111011110111111111001
+2,35,0,85,1111111111111111111011110111011111111011111101111110110111010111111111011111111111011110111011111001
+2,35,1,85,1111111011111111111011111111111111111111111100111010111111010110111111011110111111011110111111111001
+2,35,2,85,1111110111111111111011111111011111111111111100111110111111010010111111011111101111111110111111111001
+2,35,3,85,1011110111111111111011111111111111111111111101111110111111010111111111011011101111011110111011111001
+2,35,4,84,1111111111111111111011111111011111111111111100111110101111010110101111011011111111011110111111111001
+2,35,5,85,1111111111111111111011111111011111111011111101111110111111010110111111011111101111011110111011111001
+2,35,6,84,1101111111111111110011111111011111111011111101111111111110010110101111011001111111111110111111111101
+2,35,7,85,1111111111111111111011111111011111111111111100111110111111010010111111011111101111011110111111111001
+2,35,8,85,1111111111111111111011110111011111111111111101111110111111010110111111011011101111011110111111111001
+2,35,9,83,1111111111111111111011110111011111111111111100111110111111010110101111011111101111010110111111111001
+2,35,10,85,1111111111111111111011111111011111111111111100111110111111010010111111011111101111111110111110111001
+2,35,11,86,1111111111111111111011111111011111111111111101111110111111010110111111011011111110011110111011111101
+2,35,12,86,1011111111111111111011111111011111111111111101111110111111010110111111011111111111011110111011111001
+2,35,13,86,1111110111111111111011111111111111111111111101111110111111010111111111011111101110011110111010111101
+2,35,14,85,1111111111111111111011111111011111111011111101111110111111010110111111011010111111011110111111111001
+2,35,15,85,1111111111111111111011111111011111111011111100111110110111010111111111011111111111011110111011111001
+2,35,16,84,1111111111111111111011111111011111111111111100111110101111010110101111011011111111011110111111111001
+2,35,17,85,1111111111111111111011111111011111111011111101111110111111010110111111011011011111111110011111111001
+2,35,18,85,1111111111111111111011111111011111111011111100111110111111010110111111011011111111011110111111111001
+2,36,0,84,1111111111111111111011111111011111111111111101111110101111010110111111011011101011011110111111111001
+2,36,1,84,1111111111111111111011110111011111111111111100111110111111010110101111011011111111011110111111111001
+2,36,2,86,1111110111111111111011111111111111111111111101111110111111010111111111011111101110011110111010111101
+2,36,3,85,1011110111111111111011111111111111111111111101111110111111010111111111011011101111011110111011111001
+2,36,4,85,1111111111111111111011111111011111111011111100111110111011010110111111011111111111011110111111111001
+2,36,5,84,1111111111111111111011111111011111111111111100111110111111010010111111011011101111111110111110111001
+2,36,6,85,1111111011111111111011111111111111111111111100111010111111010110111111011110111111011110111111111001
+2,36,7,86,1111111011111111111011111111111111111111111100111010111111110110111111011110111111011110111111111001
+2,36,8,83,1001110111111111111011111111111111111111111101111110111111010111111111011111101110011110111010111001
+2,36,9,87,1111110111011111111011111111111111111111111111111110111111010111111111011011101111011110111011111101
+2,36,10,81,1111111111111111111011111111011111111111111101111100111111010110111111011011001110011110011011111001
+2,36,11,89,1111110111111111111011111111111111111011111101111110111111010111111111011111111111111110111110111101
+2,36,12,85,1111111111111111111011111111011111111111111101111110111111010110111111011011011111110110011111111001
+2,36,13,85,1011111111111111111011111111011111111011111101111110111111010110111111011111111111011110111011111001
+2,36,14,84,1111110111111111111011111111011111111111111100111110110111010010111111011111101111111110111111111001
+2,36,15,84,1111111111111111111011111111011111111011111100111110110111010111111101011111111111011110111011111001
+2,36,16,87,1111111111111111111011111111111111111111111101111010110111010111111111011110111111011110111111111001
+2,36,17,81,1111111011111111111011110111011111111011111100111110111111010010111111011111111111011110111001111001
+2,36,18,85,1111111111111111111011111111011111111111111100111110111111010010111111011111101111111110111110111001
+2,37,0,88,1111110111111111111011111111111111111011111101111110111111010111111111011011111111111110111110111101
+2,37,1,89,1111110111111111111011111111111111111011111101111110111111010111111111011111111111111110111110111101
+2,37,2,85,1111111111111111111011111111011111111011111101111110111011010110111111011111111111111110111010111001
+2,37,3,87,1011110111110111111011111111111111111011111101111110111111010111111111011111111111011110111111111101
+2,37,4,84,1111111011111111111011111111011111111111111100111010011111110010111111011111101111111110111111111001
+2,37,5,85,1111111111111111111011111111111111111111111100111110111111010110111111011110111111011010111110111001
+2,37,6,84,1111111111111111111011111111011111111111111100111110111111010110111111011110011111010110111111111001
+2,37,7,87,1111111011111111111001111111111111111111111101111110111111010110111111011011111111111110111111111001
+2,37,8,85,1111110111011111111011111111111111111111111101111110111111010110111111011111101111011110111011111001
+2,37,9,86,1111111111111111111011111111011111111111111110111110111111010011111111011011101110111110111110111101
+2,37,10,85,1111111111111111111011111111011111111011111100111110111011010110111111011111111111011110111111111001
+2,37,11,86,1111111011111111111011111111111111111111111100111010111111110110111111011110111111011110111111111001
+2,37,12,82,1111111111111111111011111111011111111011111101111110110111010111111101011011011111011110110011111001
+2,37,13,86,1111111111111111111011111111011111111111111100111110111111010110111111011111111111110110011111111001
+2,37,14,85,1111111111111111111011111111011111111111111101111110111111010110111111011011011111110110011111111001
+2,37,15,87,1111111111111111111011111111111111111111111101111010110111010111111111011110111111011110111111111001
+2,37,16,86,1111110111111111111011111111111111111111111101111110111111010111111111011011101111011110111011111001
+2,37,17,86,1011110111011111111011111111111111111111111111111110111111010111111111011011101111011110111011111101
+2,37,18,89,1111111111111111111011111111111111111111111101111110110111010111111111011111111011111110111110111101
+2,38,0,87,1111111111111111111011111111011111111111111100111110111111011011111111011011101110111110111111111101
+2,38,1,85,1111111011111111111011111111111111111111111110111010111111110110111111011110111110011110111110111001
+2,38,2,82,1101111111111111111011111111011111111111111110111110111111010010111111011011101110111110011110111001
+2,38,3,88,1111111111111111111011111111011111111111111101111110111111010111111111011011011111110110111111111101
+2,38,4,84,1111110011111111111011111111111111111111111100111010111111010110111111011010111111011110111111111101
+2,38,5,90,1111111111111111111011111111111111111011111101111110111111110111111111011111111111111110111110111001
+2,38,6,87,1111111111111111111011111111111111111111111101111010110111010111111111011110111011111110111110111101
+2,38,7,90,1111111111111111111011111111111111111111111101111110110111010111111111011111111111111110111111111001
+2,38,8,87,1111110111111111111011111111111111111011111100111110111111010111111111011111111111011110111110111101
+2,38,9,86,1111111111111111111011111111111111111111111101111110111111010110111111010110111111111010111110111001
+2,38,10,85,1111110111111111111011111111111111111111111101111110111111010111111111001011101111011110111011111001
+2,38,11,85,1111110111111111111011111111111111111101111101111110111111010111111111011011101111011110111011111001
+2,38,12,87,1111111011111111111011111111111111111111111101111110111111010110111111011010111111111110111111111001
+2,38,13,86,1111111011111111111001111111111111111111111100111010111111110110111111011111111111011110111111111001
+2,38,14,88,1111111111111111111011111111111111111111111101111110111111010111111111011011101111010110111111111101
+2,38,15,81,1011110111011111111011011111011111111111111110111110111111010110111111011110011111011110111011111001
+2,38,16,88,1111111011111111111011111111111111111011111101111010111111010111111111011111111111111110111111111001
+2,38,17,87,1111110111111111111011111111111111111111111100111110111111110110111111011110111111011110111110111101
+2,38,18,87,1111111111111111111011111111111111111011111101111110111111010110111111011111111111111110111010111001
+2,39,0,87,1111111111111111111011111111011111111111111101111110110111010111111111011011011111110110111111111101
+2,39,1,91,1111111111111111111011111111111111111111111101111110111111010111111111011111111111111110111111111001
+2,39,2,87,1111111111111111111011111111011111111111111100111110111111010111111111011111111111010110111110111101
+2,39,3,88,1111110111111111111011111111111111111011111101111110111111010111111111011011011111111110111111111101
+2,39,4,88,1111111111111111111011111111111111111011111101111110110111010111111111011111111111111110111011111001
+2,39,5,89,1111111011111111111011111111111111111111111101111010111111010111111111011111111111111110111111111001
+2,39,6,87,1111111011111111111011111111011111111011111101111010111111010111111111011111111111111110111111111001
+2,39,7,89,1111111111111111111011111111111111111111111101111110111111010111111111011011011111110110111111111101
+2,39,8,85,1111110111111111111011111111111111111011111100111110111111010110111111011110111111011110111110111101
+2,39,9,89,1111110111111111111011111111111111111111111100111110111111110111111111011111111111011110111110111101
+2,39,10,90,1111111111111111111011111111111111111111111101111110111111010111111111011111111111011110111111111001
+2,39,11,88,1111111111111111111011111111111111111111111101111110110111010111111111011011101111110110111111111101
+2,39,12,86,1111101011111111111011111111111111111011111101111110111111010111111111011011111111011110111111111100
+2,39,13,87,1111111101111111111011111111111111111111111101111010111111010111111111011111101111110110111111111001
+2,39,14,86,1111110111111111111011111111111111111011111100111110111111010111111111011011101111011110111111111101
+2,39,15,88,1111111111111111111011111111111111111111111101111110111111010101111111011111111111010110111110111101
+2,39,16,86,1111111111111111111011111111111111111111111100111110111111010011111111011011101110110110111111111101
+2,39,17,89,1111111111111111111011111111011111111111111101111110111111011111111111011011101111011110111111111101
+2,39,18,84,1111110111111111111011111111111111111101111101111110111111010111111111011010101111011110111011111001
+2,40,0,90,1111111111111111111011111111111111111111111101111110111111010111111111011111111111011110111111111001
+2,40,1,88,1111111011111111111011111111111111111111111101111010111111000111111111011111111111111110111111111001
+2,40,2,85,1111111111111111111011111111011111111111111100111110111111010011111111011111111110010110111110111101
+2,40,3,88,1111111111111111111011111111111111111111111100111110111111010111111111011011101111110110111111111101
+2,40,4,88,1111111111111111110011111111111111111111111101111110111111110101111111011111111111011110111110110101
+2,40,5,87,1111110111111111111011111111111111111111111100111110111111010111111111011111111111010110111110111101
+2,40,6,89,1111111111111111111011111111111111111111111101111110111111010111111111011011101110111110111111111101
+2,40,7,83,1111101011111111111011111111111111111011111100111110111111010011111111011011111111010110111111111100
+2,40,8,88,1111111111111111111011111111111111111111111101111110110111010111111111011011101111110110111111111101
+2,40,9,86,1111111111111111111011111111111111111111111100111110111111010011111111011011101110110110111111111101
+2,40,10,86,1111110111110111111011111111111111111011111101111110111111010111111111001011011111111110111111111101
+2,40,11,90,1111111111111111111011111111110111111111111101111110111111010111111111011111111111111110111111111001
+2,40,12,88,1111111111111111111011111111111111111011111101111110110111010111111111011111111111111110111011111001
+2,40,13,90,1111111111111111111011111111111111111111111101111110111111010111111111011111111111011110111111111001
+2,40,14,88,1111110111111111111011111111111111111111111101111110111111010111111111011011011111110110111111111101
+2,40,15,86,1111111111111111111011111111011111111001111101111110111101010111111111011011011111111110111111111101
+2,40,16,89,1111111111111111111011111111111111111111111101111110111111010111111111011011111111011110111111111001
+2,40,17,88,1111111011111111111011111111111111111110111101111110111111010110111111011111111111111110111111111001
+2,40,18,90,1111111111111111111011111111111111111111111101111110111111010111111111011011111111110110111111111101
+2,41,0,88,1111111111111111111011111111111111111110111101111110111111010110111111011111111111111110111110111001
+2,41,1,86,1111110011111111111011111111101111111111111100111110111111010111111111011111111111010110111111111101
+2,41,2,89,1111111111111111111011111111110111111111111101111110111111010111111111011111111111110110111111111001
+2,41,3,89,1111111111111111111011111111111111111111111101111110110111010111111111011011101111111110111111111101
+2,41,4,88,1111111111111111111011111111111111111011111101111110110111010111111111011111111111111110111011111001
+2,41,5,89,1111111111111111111011111111111111111111111101011110111111010111111111011111111111011110111111111001
+2,41,6,86,1111111011111111111011111111111111111010111101111110111111010110111111011111110111111110111111111001
+2,41,7,87,1111110111110111111011111111111111111111111101111110111111010111111111001011011111111110111111111101
+2,41,8,88,1111111111111111111011111111111111111110111100111010111111010111111111011111111110111110111111111101
+2,41,9,85,1111111011111111111011111111111111111111111101111110111111010010111111011011101111110110111111111001
+2,41,10,88,1111111111111111111011111111111111111111101101111110111111010111111111011011101111110110111111111101
+2,41,11,89,1111111111111111111011111111111111111111111101111110111111010111111111011011111111011110111111111001
+2,41,12,88,1101111111111111111011111111111111111111111101111110111111010111111111011011101110111110111111111101
+2,41,13,89,1111111111111111111011111111111111111111111101111110111111010111111111011011101110111110111111111101
+2,41,14,90,1111111111111111111011111111110111111111111101111110111111010111111111011111111111111110111111111001
+2,41,15,90,1111111111111111111011111111111111111111111101111110111111010111111111011111111111011110111111111001
+2,41,16,88,1111111111111111111011111111111111111111111100111110111111010111111111011111101110110110111111111101
+2,41,17,87,1111111111111110111011111111111111111111111101111110111111010011111111011011111111011110111111111001
+2,41,18,88,1111111111111111111011111111111111111111111101111110110111010111111111011011111111011110111111111001
+2,42,0,87,1111110111111111111011111111111111111111111101111110111111010111111111001011011111111110111111111001
+2,42,1,88,1111111111110111111011111111110111111111111101111110111111010111111111011011111111110110111111111101
+2,42,2,88,1111111111111111111011111111110101111111111101111110111111010111111111011111111111110110111111111001
+2,42,3,88,1111111111111111111011111111111111111111111101011100111111010111111111011111111111011110111111111001
+2,42,4,89,1111111111111111111011111111111111111111111101111110101111010111111111011011111111111110111111111001
+2,42,5,87,1111111111111111111011111111110111111111111101111110111111010111111111011111111110010110111111111001
+2,42,6,87,1111111111111111111011111111111111111111111101111110101111010111111111011011111111010110111111111001
+2,42,7,89,1111101111111111111011111111110111111111111101111110111111010111111111011111111111111110111111111001
+2,42,8,89,1111111111111111111011011111111111111111111101111110111111010111111111011011111111110110111111111101
+2,42,9,86,1111111111111111111011111111110011111111101101111110111111010111111111011111101111110110111111111001
+2,42,10,86,1111111111111111111011111111111111111111111101011110110111010101111111011011111111011110111111111001
+2,42,11,89,1111111111111111111011111111111111111111111101111110111011010111111111011111111111011110111111111001
+2,42,12,88,1101111111111111111011111111111111111111111101111110111111010111111111011011101110111110111111111101
+2,42,13,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,42,14,88,1111111111111110111011111111111111111111111101111110111111010111111111011011111111011110111111111001
+2,42,15,85,1111111111111011011011111111111111011111111101111110111111010011111111011011111111011110111111111001
+2,42,16,87,1011111111111111111011111111111101111111111101111110111111010111111111011111101110110110111111111101
+2,42,17,90,1111111111111111111011111111111111111111111101111110111111010111111111011011101111111110111111111101
+2,42,18,87,1111111111111011111011111111111101111111111101111110111111010111111111011111101110110110111111111101
+2,43,0,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,43,1,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,43,2,88,1111111111111110111011111111111111111111111101111110111111010111111111011011101111111110111111111001
+2,43,3,90,1111111111111111111011111111111111111111111101111110111111010111111111011011111111011110111111111101
+2,43,4,88,1111001111111111111011111111110111111111111101111110111111010111111111011111111111111110111111111001
+2,43,5,89,1111111111111111111011111111111111111111111101111110111011010111111111011111111111011110111111111001
+2,43,6,86,1111011111111111111011111111110101111111111101111110111111010111111111011111111111010110111111111001
+2,43,7,88,1111111111111111111011111111110111111111111101111110111111010111111111011111111110110110111111111001
+2,43,8,87,1111111111111111111011111111111101111111111101111110111111010111111111011011111111010110111111111001
+2,43,9,89,1111111111111111111011011111111111111111111101111110111011010111111111011111111011111110111111111101
+2,43,10,88,1011111111111111111011111111110101111111111101111110111111010111111111011111101111111110111111111101
+2,43,11,88,1111101111111111111011111111111111111111111101111110111111010111111111011111111110110110111111111001
+2,43,12,89,1111111111111111111011111111110101111111111101111110111111010111111111011111111111110110111111111101
+2,43,13,86,1111111111110111111011111111110111111111111101111110111111010111111111011011111111110110101111111001
+2,43,14,88,1111111111111111111011111111111111111111111101111110110111010111111111011011111111110110111111111001
+2,43,15,86,1111111111111111111011111111110101111111111101011110111111010101111111011111111111011110111111111001
+2,43,16,87,1011111111111111111011111111111101111111111101111100111111010111111111011111101110111110111111111101
+2,43,17,88,1111111111111111111011111111111111111111111101011110111111010111111111011111111111010110111111111001
+2,43,18,86,1111111111111111111011011111111111111111111101111110111111010111111111011011111110010110111111111001
+2,44,0,88,1111111111111111111011011111111111111111111101111110111111010101111111011111111011111110111111111001
+2,44,1,87,1111111111111111111011111111110101111111111101011110111011010111111111011111111111011110111111111101
+2,44,2,88,1111111111111111111011111111110111111111111101111110111111010111111111011111111110110110111111111001
+2,44,3,88,1111111111111111111011111111110111111111111101111110111111010111111111011111111110110110111111111001
+2,44,4,87,1111111111111111111011111111110111111111110101111110110111010111111111011111111111110110111111111001
+2,44,5,89,1111111111111111111011111111111101111111111101111110111111010111111111011011111111110110111111111101
+2,44,6,89,1111111111111111111011111111111111111111111101111110111111010111111111011111111111010110111111111001
+2,44,7,88,1111011111111111111011111111111101111111111101111111111111010111111111011011111111011110111111111001
+2,44,8,89,1111111111111111111011111111110101111111111101111110111111010111111111011111111111110110111111111101
+2,44,9,89,1111111111111111111011011111111111111111111101111110111011010111111111011111111011111110111111111101
+2,44,10,89,1111111111111111111011111111101111111111111101111110111111010111111111011011111111011110111111111101
+2,44,11,90,1111111111111111111011111111111111111111111101111110111111010111111111011011111111011110111111111101
+2,44,12,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,44,13,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,44,14,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,44,15,90,1111111111111111111011111111111111111111111101111110111011010111111111011111111111111110111111111001
+2,44,16,90,1111111111111111111011111111111111111111111101111110111111010111111111011111111111011110111111111001
+2,44,17,89,1111011111111111111011011111111111111111111101111111111111010111111111011011111111011110111111111101
+2,44,18,89,1111011111111110111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,45,0,90,1111111111111111111011011111111111111111111101111110111011010111111111011111111111111110111111111101
+2,45,1,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,45,2,88,1111011111111111111011111111111111111111111101111110111111010111111111011111111111010110111111111001
+2,45,3,89,1111111111111111111011111111111111111111111101111111111111010110111111011111111111011110111101111001
+2,45,4,91,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111011
+2,45,5,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,45,6,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111001110111111111101
+2,45,7,88,1111111111111111111011111111101111111111111101111110111111010111111111011011111111011110111111111001
+2,45,8,88,1111111111111111111011011111110111111111110101111110111111010111111111011111111011111110111111111101
+2,45,9,88,1111111111111111111011111111111111111111111101111110111111010111111111011111111010110110111111111001
+2,45,10,89,1111111111111111111011011111101111111111111101111110111111010111111111011011111111111110111111111101
+2,45,11,88,1111111111111111111011111111111011111111111101111110111011010111111111011111111011011110111111111101
+2,45,12,88,1111111111111111111011111111100111111111111101111110111111010111111111011111111111110110111111111001
+2,45,13,88,1111111111111111111011110111111111111111111101111110111011010111111111011111111110111110111111111001
+2,45,14,87,1111011111011111111011111111111111111111111101111111111111010111111111111111111110010110111011111001
+2,45,15,91,1111111111111111111011111111110111111111111101111110111111010111111111011111111111111111111111111001
+2,45,16,89,1111111111111111111011111111111111111111111101111110111111010111111111011111111111010110111111111001
+2,45,17,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,45,18,91,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011111111111111001
+2,46,0,88,1111011111111111111011011111111111111111111101111110111011010111111111011111111111111110111111111001
+2,46,1,91,1111111111111111111011111111111111111111111101111111111111010111111111011110111111011110111111111101
+2,46,2,89,1111111111111111111011111111101111111111111101111110111111110111111111011111111111010110111111111001
+2,46,3,91,1111111111111111111011111111111111111111111101111110111111010111111111111011111111011110111111111101
+2,46,4,90,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111001
+2,46,5,90,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111011
+2,46,6,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,46,7,89,1111111111111111111011111111111111111111111101111111111111010110111111011111111111011110111101111001
+2,46,8,87,1111111111111111111011111111111111111111111001111110110111010110111111011111111111011110111111111001
+2,46,9,90,1111111111111111111011111111110111111111111101111110111111010111111111011111111111110111111111111001
+2,46,10,89,1111011111111111111011111111101111111111111101111111111111010111111111011011111111011110111111111101
+2,46,11,89,1111111111111111111011111111111111111111101101111110111111010111111111111111111111001110011111111101
+2,46,12,88,1111001111111111111011111111111111111111111101111110111111010111111111011111111111001110111111111101
+2,46,13,88,1111111111111111111011111111101111111111111101111111111111010111111111111011111111011110110101111001
+2,46,14,89,1111011111111111111011111111111111011111111101111111111111010111111111011111111111011110111111111001
+2,46,15,87,1111011111111111111011110111111111111101111101111111111111010111111111011011111111011110111111111001
+2,46,16,91,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111011
+2,46,17,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,46,18,89,1111111111111111111011111111111111111111101101111111111111010111101111011111111011111110111111111001
+2,47,0,86,1111011111111111111011011111111111111111111100111110111011010111111111011111111110111110111111111001
+2,47,1,87,1111111111111111111011111111111111111111101101111110101111000111111111111111111111001110011111111101
+2,47,2,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,47,3,91,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111011
+2,47,4,90,1111011111111111111011111111111111111111111111111111111111010111111111011011111111011110111111111001
+2,47,5,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,47,6,89,1111011111111111111011111111111111011111111101111111111111010111111111011111111111011110111111111001
+2,47,7,88,1111011111111111111011111111111111111111111101111111111111000111111111011011111111011110111111111001
+2,47,8,91,1111111111111111111011111111111111111111111101111111111111010111111111011111111111011110011111111101
+2,47,9,87,1111011111111111111011111111111111111111101101111110111111110111101111111011101111001110111111111011
+2,47,10,90,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111001
+2,47,11,90,1111011111111111111011111111111111111111111101111111111110110111111111011011111111011110111111111011
+2,47,12,89,1111011111111111111011111111111111111111111101101111111111110111111111011011111111011110111111111001
+2,47,13,89,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,47,14,90,1111111111111111111011111111111111111111111101111110111111010111111011111011111111011110111111111101
+2,47,15,89,1111011111111111111011111111111111011111111101111111111111010111111111011111111111011110111111111001
+2,47,16,89,1111111111111111111011111111111111111111110101111111111111010111111111011110111111011110111111111001
+2,47,17,91,1111011111111111111011111111111111111101111101111111111111110111111111011011111111011110111111111111
+2,47,18,88,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011110111101111001
+2,48,0,90,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111001
+2,48,1,90,1111111111111111111011111111111111111111111101111101111111110110111111011111111111011110111111111001
+2,48,2,88,1111011111111111111011111111111111011111111101111111111111010111111111011011111111011110111111111001
+2,48,3,91,1111011111111111111011111111111111111111111111111111111111010111111111011111111111011110111111111001
+2,48,4,91,1111111111111111111011111111111111111111111101111111111111110110111111011111111111011110111111111001
+2,48,5,88,1111011111111111111011011111111111011111111101111111111111010111111111011111111111011110111111111001
+2,48,6,91,1111111111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,48,7,90,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110011111111101
+2,48,8,90,1111111111111111111011111111111111111111111101111110111111010111111011111011111111011110111111111101
+2,48,9,89,1111011111111111111011111111111111111101011101111111111111100111111111011011111111011110111111111111
+2,48,10,89,1111111111111111111011111111111111111111111101111110101111000111111111111111111111011110011111111101
+2,48,11,88,1111111111111111111010111111111111111111101101111111111111010111111111011111111111001110011111111101
+2,48,12,90,1111011111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111001
+2,48,13,86,1111011111111111111011111111111111011111101101111110111111110111101111111011101111001110111111111011
+2,48,14,89,1111011111111111111011111111111111111111111111110111111111010111111111011011111111011110111111111001
+2,48,15,92,1111011111111111111011111111111111111101111101111111111111110111111111011011111111011111111111111111
+2,48,16,88,1111011111111111111011111111111111111101111101111010111111110111111011011011111111011110111111111111
+2,48,17,92,1111111111111111111011111111111111111111111101111111111111010111111111111011111111011110111111111101
+2,48,18,91,1111111111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111011
+2,49,0,90,1111111111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,49,1,91,1111011111111111111011111111111111111111111101111111111111110111111111011111111111011110011111111101
+2,49,2,87,1111111111111111111010111111111111111111101101111111111111010111111111111011110111001110011111111101
+2,49,3,92,1111111111111111111011111111111111111111111101111111111111010111111111011111111111011110111111111101
+2,49,4,90,1111111111111111111011111111111111111111111101111101111111110110111111011111111111011110111111111001
+2,49,5,90,1111111111111111111011111111111111111111111101111101111111110110111111011111111111011110111111111001
+2,49,6,90,1111111110111111111011111111111111111111111111110111111111010111111111011111111111011110111111111001
+2,49,7,90,1111011111111111111011111111111111111111111101111111111111110110111111011111111111011110111111111001
+2,49,8,89,1111011111111111111011111111111111110111111101111111111111010111111111011111111111011110111111111001
+2,49,9,90,1111111111111111111011111111111111111111111101111110111111010111111011111011111111011110111111111101
+2,49,10,90,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111001
+2,49,11,89,1111011111111111111011111111111111111111111101111101111111010111111111011111111111011110111111111001
+2,49,12,90,1111011111111111111011111111111111111111111101111111111111010111111101111011111111011110111111111101
+2,49,13,93,1111111111111111111011111111111111111101111101111111111111110111111111011011111111011111111111111111
+2,49,14,90,1111011111111111111011111111111111111111011101111111111111010111111111111011111111011110111111111101
+2,49,15,92,1111111111111111111011111111111111111111111111111111111111010111111111011111111111011110111111111001
+2,49,16,91,1111111111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111011
+2,49,17,91,1111011111111111111011111111111111111101111101111111111111110111111101011011111111011111111111111111
+2,49,18,91,1111011111111111111011111111111111111101111101111111111111110111111111011011111111011110111111111111
+2,50,0,90,1111011111111111111011111111111111111111111101111111111111010111111111011011111111011111011111111101
+2,50,1,88,1111011011111111111011111111111111111111011101111111111111110111101111111011011111011110111111111101
+2,50,2,93,1111111111111111111011111111111111111111110101111111111111110111111111011011111111011111111111111111
+2,50,3,88,1111011111111111111011110111111111111101111101111111111111110110111111011111111111011110111111111001
+2,50,4,87,1111011101111111111011111111111111111111111101111111111111010111111101101011111111011110011111111101
+2,50,5,91,1111011111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111101
+2,50,6,91,1111111111111111111011111111111111111111111101111111111111010111111101111011111111011110111111111101
+2,50,7,90,1111111111111111111011111111111111111111111101111111111111010111111111011011111111011110111111111001
+2,50,8,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,50,9,88,1111011111111111111011111110111111111101111101111111111111010111111101011011111111011111111111111101
+2,50,10,90,1111011111111111111011111111111111111111111101111111111111110111111111011111111111011110011111111001
+2,50,11,91,1111111111111111111011111111111111111111111101111101111111110110111111011111111111011110111111111101
+2,50,12,89,1111111111111111111011111111111111111111111101111100111111110110111011111111111111011110111111111001
+2,50,13,89,1111011111111111111001111111111111111111111101111111111111010111111111011011111111011110111111111101
+2,50,14,91,1111011111111111111011111111111111111101111101111111111111010111111111111011111111011110111111111111
+2,50,15,90,1111011111111111111011111111111111111111011101111111111111110111111111011011111111011110111111111101
+2,50,16,89,1111011111111111111011111111111111111111111101111111111111110111111111011011110111011111011111011101
+2,50,17,91,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011111011111111101
+2,50,18,92,1111011111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111101
+2,51,0,90,1111111111111111111011111111111111111111111101111101111111110110111111011011111111011110111111111101
+2,51,1,91,1111011101111111111011111111111111111111111101111111111111110111111111011111111111011111011111111101
+2,51,2,89,1111001111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111100
+2,51,3,93,1111111111111111111011111111111111111111111101111111111111110111111111011111111111010110111111111111
+2,51,4,87,1111011111111111111011110111111111111101111101111111111111110110111111011111111111011110011111111001
+2,51,5,90,1111011111111111111011111111111111111111111101101111111111110111111111011111111111011110111111111001
+2,51,6,91,1111011111111111111011111111111111111111110101111111111111110111111111011011110111011111111111111111
+2,51,7,91,1111111111111111111011111111111111111111111101111111111111010111111111011011111111011111011111111101
+2,51,8,92,1111111111111111111011111111111111111111110101111111111111110111111111011011111111011110111111111111
+2,51,9,92,1111111111111111111011111111111111111111111101111111111111010111111101111011111111011111111111111101
+2,51,10,89,1111011111111110111011111111111111111111011101111111111111110111111111011011111111011110111111111101
+2,51,11,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,51,12,92,1111111111111111111011111111111111111111110101111111111111110111111111011011111111011111011111111111
+2,51,13,90,1111011111111111111011111111111111110111111101111111111111010111111111011011111111011111111111111101
+2,51,14,91,1111011111111111111011111111111111111111111101111111111111110111111111011011111111011111011111111101
+2,51,15,89,1111011111111111111001111111111111111111111101111111111111010111111111011011111111011110111111111101
+2,51,16,94,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011110111111111101
+2,51,17,89,1111011111111111111011111111111111111111111101111111111111010111111101011011111111011110111111111101
+2,51,18,91,1111011111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111101
+2,52,0,93,1111111110111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,52,1,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,52,2,92,1111111111111111111011111111111111111111111101111111111011110111111111011011111111011110111111111111
+2,52,3,92,1111111111111111111011111111111111111111110101111111111111110111111111011111111111011111011111011111
+2,52,4,91,1111111111111111111011111111111111111110110101111111111111110111111111011011111111011111011111111111
+2,52,5,89,1111001111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111100
+2,52,6,91,1111111111111111111011111111111111111111111101111111111111110111111101011011111111011110111111111101
+2,52,7,92,1111011111111111111011111111111111111111110101111111111111110111111111011011111111011111111111111111
+2,52,8,90,1111011111111111111011111111111111111111111101111111111111010111111101011011111111011111111111111101
+2,52,9,90,1111011111111111111011111111111111111111111101111111111111110111111101011011111111011110111111111101
+2,52,10,92,1111111111111111111011111111111111111111111101111111111111010111111101111111111111011110111111111101
+2,52,11,92,1111111111110111111011111111111111111111111101111111111111110111111111111011111111011111011111111101
+2,52,12,91,1111011111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111101
+2,52,13,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,52,14,90,1111011111111111111011111111111111111111111101111111111111010111111101011110111111011111111111111101
+2,52,15,89,1111111101111111111011111111011111110111111101111111111111110111111111111011111111011111011111111100
+2,52,16,89,1111011111111111111011111101111111101111111101111111111111110111111111011011111111011111011111111101
+2,52,17,93,1111111111111111111011111111111111011111111101111111111111110111111111011111111111011110111111111111
+2,52,18,93,1111111111111111111011111111111110111111111101111111111111110111111111011111111111011110111111111111
+2,53,0,92,1111111111111111111011111111111111111111111101111111111111010111111101111011111111011111111111111101
+2,53,1,91,1111111111111111111011111111111111111111111101111111111111010111111101111111111111010110111111111101
+2,53,2,91,1111111111111111111011111111111111111111111101111111111111110111111101011011111111011110111111111101
+2,53,3,93,1111111111111111111011111111111111011111111101111111111111110111111111011111111111011110111111111111
+2,53,4,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111011111
+2,53,5,92,1111111111111111111011111111111111111111110101111111111111110111111111011111111111011110011111111111
+2,53,6,93,1111111111110111111011111111111111111111111101111111111111110111111111111011111111011111111111111101
+2,53,7,90,1111111111111111111011111111111111111111111101111111111111110111111101011011111111011110011111111101
+2,53,8,89,1111011111111111111011111111111111111111111101111111111111110111111101011001111111011110111111111101
+2,53,9,92,1111111111111111111011111111111111111111111101111111111111110111111101011011111111011111111111111101
+2,53,10,93,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110110111111111
+2,53,11,93,1011111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,53,12,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,53,13,93,1111111111111111111011111111111111011111111101111111111111110111111111011111111111011110111111111111
+2,53,14,92,1111111111111111111011111111111111111111111101111111111011110111111111011011111111011110111111111111
+2,53,15,92,1111111111111111111011111111111111111111111101111111111011110111111111011011111111011110111111111111
+2,53,16,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111111110111111111111
+2,53,17,91,1111111110111111111011111111111111011111111101111111111111110111011111011111111111011110111111111111
+2,53,18,93,1111111111111111111011101111111111111111111101111111111111110111111111011111111111011110111111111111
+2,54,0,91,1111111111110111111011111111111111111111111101111101111111110111111111111011111111011111110111111101
+2,54,1,92,1111111111110111111011111111011111111111111101111111111111110111111111111011111111011111111111111101
+2,54,2,92,1111111111111111111011111111111111111111111101111111111111110111111111011011111111011110111111111101
+2,54,3,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,54,4,90,1111111111110111111011101111111111111111111101111111111111110111111111001011111111011110111111111111
+2,54,5,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111101
+2,54,6,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,54,7,90,1111111111111111111011111111111111011111111101111111111111110111111101011011111111011110111111111101
+2,54,8,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,54,9,92,1111111111111111111011011111111111011111111101111111111111110111111111011111111111011110111111111111
+2,54,10,93,1111111111111111111011101111111111111111111101111111111111110111111111011111111111011110111111111111
+2,54,11,92,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110010111111111
+2,54,12,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,54,13,92,1111111110111111111011111111111111111111111101111111111111110111111111011111111111011111101111011111
+2,54,14,93,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111011111
+2,54,15,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,54,16,91,1111111111111111111011111111111111111111111101111111111111110111111111011011111111011110110111111101
+2,54,17,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,54,18,93,1111111111111111111011101111111111111111111101111111111111110111111111011111111111011111111111011111
+2,55,0,93,1111111111111111111011111111111111111111111101111111111111110111111011111111111111011101110111111111
+2,55,1,92,1111111111111111111011011111111111111111111101111111111111110111111111011111110111011111111111111101
+2,55,2,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,55,3,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,55,4,93,1111111111110111111011111111111111111111111101111111111111110111111111110111111111011110111111111111
+2,55,5,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111011111
+2,55,6,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,55,7,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,55,8,93,1111111111110111111011111111111111111111111101111111111111110111111111111011111111011111111111111101
+2,55,9,94,1111111111110111111011111111011111111111111101111111111111110111111111111111111111011111111111111111
+2,55,10,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,55,11,93,1101111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,55,12,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,55,13,94,1111111111111111111011111111111111111111111101111111111111110111111011011111111111011111111111111111
+2,55,14,92,1111111111111111111011011111111111011111111101111111111111110111111111011111111111011110111111111111
+2,55,15,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,55,16,94,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111101
+2,55,17,91,1111111111110111101011111111111111111111111101111101111111110111111111111011111111011111110111111111
+2,55,18,94,1111111011110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,56,0,94,1111111111110111111011111111111111111111111101111111111111110111111111110111111111011111111111111111
+2,56,1,93,1111111111110111101011111111111111111111111101111111111111110111111111111111111111011110111111111111
+2,56,2,94,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011101110111111111
+2,56,3,91,1111111111111101111011111111111111111111111101111111111111110011111011011111111111011110111111111111
+2,56,4,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,56,5,93,1111111111101111111011111111111111111111111101111111111110110111111111011111111111011111111111111111
+2,56,6,93,1111111111110111111011111111011111111111111101111111111111110111111111111111111111011101111111111111
+2,56,7,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,56,8,92,1011111111111111111010111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,56,9,93,1111111111111111101011111111111111111111111101111111111111110111111111011111111111011110111111111111
+2,56,10,92,1111111111111111111011111111111011111111111101111111111111110111111011011111111011011111111111111111
+2,56,11,93,1111110111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111110
+2,56,12,94,1111111111111111111011111111111111111111111101111111111111110111111011011111111111011111111111111111
+2,56,13,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,56,14,94,1111111111110111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,56,15,92,1111111111101111111011111111111111111111111101111111111111110111111111111011111011011111111111111101
+2,56,16,91,1111111111110111111011111110111111111111111101111111111011110111111111111111111111011111011111011111
+2,56,17,94,1111111111111111111011111111111111111111111101111111111111100111111111011111111111011111111111111111
+2,56,18,94,1111111111110111111011111111011111111111111101111111111111110111111111111111111111011111111111111111
+2,57,0,94,1111111111101111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,57,1,91,1111111111110111111011111111011111111111111101111110111110110111111111011111111111011111111111111111
+2,57,2,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,57,3,92,1111111111110111101011111111111111111111111101111111111111110111111011111111111111011110111111111111
+2,57,4,93,1111111111110111111011111111111111111111111101111111111111110111111111111111101111011111111111111110
+2,57,5,94,1111110111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,57,6,95,1111111111111111111011111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,57,7,91,1111110111110111111011111111111111111111111101111111111111110111111111011111111111011111110111111110
+2,57,8,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111110111111111
+2,57,9,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011101111111111111
+2,57,10,94,1111111111110111111011111111111111111111111101111111111111110111111111110111111111011111111111111111
+2,57,11,94,1111110111110111111011111111111111111111111101111111111111111111111111111111111111011111111111111110
+2,57,12,93,1111111111101111111011111111111111111111111101111111111111110111111111111011111111011111111111111101
+2,57,13,91,1111111111110111111011111111111111111101111101111111111011110111111111111111111011011101111111111111
+2,57,14,92,1111111111101111111011111111111111111111111101111101111110110111111111011111111111011111111111111111
+2,57,15,94,1111111111110101111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,57,16,92,1111111111110111111011111111011111111111111101111111111110110111111111011111111111011111111111111111
+2,57,17,93,1111111111101111111011111111111111111111111101011111111111110111111111111111111011011111111111111111
+2,57,18,94,1111111111111111111011111111111111111111111101111111111110110111111111011111111111011111111111111111
+2,58,0,93,1111111111110111111011111111111111111111111101011111111111110111111111110111111111011111111111111111
+2,58,1,93,1111111111101111111011111111111111111111111101111111111111110111111111111011111011011111111111111111
+2,58,2,94,1111111111111111111011110111111111111111111101111111111111110111111111011111111111011111111111111111
+2,58,3,94,1111111111111111111011111111111111111111111101111111111110110111111111011111111111011111111111111111
+2,58,4,94,1111111111101111111011111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,58,5,96,1111111111111111111111111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,58,6,93,1111111111110101111011111111111111111111111101111111111111110111111111110111111111011111111111111111
+2,58,7,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,58,8,90,1111111111100111111010111111111111111111111101111101111110110111111111111111111111011111111111110111
+2,58,9,92,1111110111111111111011111111111111111111111101111111111111110111111111011111101111011111111111111110
+2,58,10,90,1111111111110111111011111111111111111111111101111110111110110111111011011101111111011111111111111111
+2,58,11,94,1111111111111111111011111111011111111111111100111111111111110111111111111111111111011111111111111111
+2,58,12,92,1111111110111111111011111111111111111111111101111111111111110111111011111111111111011100111111111111
+2,58,13,89,1110111111101111101011111111111111111111111100111111101111110111111111011111111111011111111011111111
+2,58,14,94,1111111111101111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,58,15,94,1111111111111111111011111111111111111111111101111111111110110111111111011111111111011111111111111111
+2,58,16,93,1111111111110111111011111111111111111111111101111111111110110111111111110111111111011111111111111111
+2,58,17,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,58,18,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011101111111111111
+2,59,0,93,1111111111110111111011111111111111111111111101111111111111110111111111010111111111011111111111111111
+2,59,1,95,1111111111111111111011111111111111111111111101011111111111110111111111111111111111011111111111111111
+2,59,2,94,1111111111111111111011111111111111111111111100111111111111110111111111011111111111011111111111111111
+2,59,3,95,1111111111111111111011111111011111111111111101111111111111110111111111111111111111011111111111111111
+2,59,4,96,1111111111111111111111111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,59,5,93,1111111111111111111011110111011111111111111101111111111111110111111111011111111111011111111111111111
+2,59,6,93,1111111111110111111011111111111111111111111101111111111111110111111111111011111011011111111111111111
+2,59,7,93,1111111101101111111011101111111111111111111101111111111111110111111111111111111111011111111111111111
+2,59,8,93,1111111111100101111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,59,9,94,1111111111111111111011111111111111111111111101111111111111110111111011110111111111011111111111111111
+2,59,10,94,1111111111111111111011111111111111111111111101111111111111110111110111111111111111011101111111111111
+2,59,11,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011101111111111111
+2,59,12,94,1111111111111111111011111111111111111111111101111101111111110111111111111111111111011101111111111111
+2,59,13,91,1111111111100111111010111111111111111111111101111111111110110111111111111111111111011111111111110111
+2,59,14,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,59,15,94,1111111111101111111011111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,59,16,94,1111111111111111111011111111111111111111111101111111111111110111111111010111111111011111111111111111
+2,59,17,93,1111111111110111111011111111111111111111111001111111111110110111111111111111111111011111111111111111
+2,59,18,94,1111111111110111111011111111111111111111111101111111111111010111111111111111111111011111111111111111
+2,60,0,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,60,1,93,1111111111101111111011111111011111111111111101111111111111110111111011111111111111011111111111111111
+2,60,2,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,60,3,95,1111111111110111111111111111111111101111111101111111111111110111111111111111111111011111111111111111
+2,60,4,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,60,5,94,1111111111111111111011111111111111111111111101111101111111110111111111111111111111011101111111111111
+2,60,6,94,1111111111110111111011111111111111111111111101111111111111010111111111111111111111011111111111111111
+2,60,7,94,1111111111111111111011111111111111111111111101111101111111110111111111111111111111011101111111111111
+2,60,8,93,1111111111111111111011111111011111111111111101111111111111110111111111011111111110011111111111111111
+2,60,9,93,1111111111111111111011110111111111111111111100111111111111110111111111011111111111011111111111111111
+2,60,10,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111011111
+2,60,11,94,1111111111110111111011111111111111111111111101011111111111110111111111111111111111011111111111111111
+2,60,12,94,1111111111111101111011111111111111111111111101111111111111110111110111111111111111011111111111111111
+2,60,13,93,1111111111111111111011111111111111111111111101111111111111110111111011110111111111011101111111111111
+2,60,14,94,1111111111110111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,60,15,94,1111111111111111111011111111111111111111111100111111111111010111111111111111111111011111111111111111
+2,60,16,93,1111111111111111111011111111111111111111111101011111111111110111110111111111111111011101111111111111
+2,60,17,94,1111111111111111111011111111111111111111111101111111111111110011111111111111111111011111011111111111
+2,60,18,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,61,0,93,1111111111111111111011111111101111111111111101111111111110110111111111111111111011011111111111111111
+2,61,1,95,1111111111111111111011111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,61,2,95,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111111111
+2,61,3,94,1111111111111111111011111111011111111111111101111111111111110111111111111111111110011111111111111111
+2,61,4,94,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111011111
+2,61,5,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,61,6,92,0111111110111101111011111111111111111111111101111111111111110111110111111111111111011111111111111111
+2,61,7,93,1111111111111111111011111111011111111111111101111111111111110111111111011111111110011111111111111111
+2,61,8,95,1011111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,61,9,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111110111111111
+2,61,10,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111011111
+2,61,11,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,61,12,95,1111111111110111111111111111111111101111111101111111111111110111111111111111111111011111111111111111
+2,61,13,94,1111111111110111111111111111111101101111111101111111111111110111111111111111111111011111111111111111
+2,61,14,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,61,15,95,1111111111111111111011011111111111111111111101111111111111110111111111111111111111011111111111111111
+2,61,16,95,1111111111110111111111111111111101111111111101111111111111110111111111111111111111011111111111111111
+2,61,17,94,1111111111111111111011111111111111101111110101111111111111110111111111111111111111011111111111111111
+2,61,18,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,0,93,1111111111111111111011111111111111111111111001111111111111110111111011111111111110011111111111111111
+2,62,1,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,62,2,95,1111111111111111111111111111111101111111111101111111111110110111111111111111111111011111111111111111
+2,62,3,95,1111111111110111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,4,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,5,94,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111011111
+2,62,6,94,1111111111111111111011111111111111111111111101111111111111110111111111011111111111011111111111011111
+2,62,7,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,8,95,1111111111111111111011111111011111111111111101111111111111110111111111111111111111011111111111111111
+2,62,9,93,1111111111110111111111111111111111101111011101111111111111110111111111111111111110011111111111111111
+2,62,10,94,1111111111111111111011111111111111111111111101101111111111110111111111111111111111011111111111011111
+2,62,11,95,1011111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,12,94,1111111111111111111011111111111111111111111101111111111111110111111011111111111111011111110111111111
+2,62,13,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,62,14,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111110111111111
+2,62,15,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,62,16,94,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111111111011111
+2,62,17,91,1111111110111111111011111111011111111111111101111111111011110111111111011111111110011111111111111111
+2,62,18,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,0,93,1111111111111111111011111111111111111101111101111111111110110111111111111111111111011111111111011111
+2,63,1,93,1111111111111101111011111111111111111111111101111111111110110111111111111111111111011111110111111111
+2,63,2,94,1111111111111111111011111111001111111111111101111111111111110111111111111111111111011111111111111111
+2,63,3,92,1010111111111111111011111111101111111111111101111111111110110111111111111111111111011111111111111111
+2,63,4,94,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011110110111111111
+2,63,5,94,1111111111111111110011111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,63,6,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,7,93,1111111011111111110011111111111111111111111101111111111111110110111111111111111111011111111111111111
+2,63,8,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,9,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,10,94,1111111111111111111011111111111111111111111101111111111110110111111111011111111111011111111111111111
+2,63,11,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111011111
+2,63,12,92,1111111111111111111011111111111111111111111100111111111110110111111101111111111110011111111111111111
+2,63,13,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,14,92,1111111111111111110011111111111111111111111101111111111110110111111111111111111111011111111011011111
+2,63,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,63,16,95,1111111111111111111011111111111011111111111101111111111111110111111111111111111111011111111111111111
+2,63,17,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,63,18,94,1111111111111111110011111111111111111111111101111111111111110111111110111111111111011111111111111111
+2,64,0,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111011111
+2,64,1,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,2,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,3,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,64,4,92,1111111111111111110011111111111111111111111101111111111111110111111011111111111111011111111011011111
+2,64,5,94,1111111111111111110011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,64,6,94,1111111111111111110011111111111111110111111101111111111111110111111111111111111111011111111111111111
+2,64,7,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111101111
+2,64,8,92,1111111111111111110011111111111111111111111101011111111111110111111111111111111111011110110111111111
+2,64,9,94,1111111111111111111011111111111111011111111101111111111111110111111101111111111111011111111111111111
+2,64,10,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,11,93,1011111111111111110011111111111111111111111101111111111111110111111110111111111111011111111111111111
+2,64,12,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,13,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111011111
+2,64,14,93,1111111111111111111011111111111111111111111100111111110110110111111111111111111111011111111111111111
+2,64,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,16,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,17,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,64,18,93,1111111111111101111011111111111111111111111101111111111110110111111111111111111111011111110111111111
+2,65,0,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,65,1,95,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111111111111111
+2,65,2,93,1111111111111111110011111111111111110111111101111111111111110101111111111111111111011111111111111111
+2,65,3,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,4,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,5,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,6,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,65,7,93,1111111111111111111011111111111111111111111100111111110111110111110111111111111111011111111111111111
+2,65,8,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,9,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,10,93,1111111111111111111011111111111111011111111001111111111110110111111111111111111111011111111111111111
+2,65,11,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,65,12,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,13,95,1111111111111111111011111111111111111111011101111111111111110111111111111111111111011111111111111111
+2,65,14,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,16,95,1111111111111111111011111111111111111111111101111111111011110111111111111111111111011111111111111111
+2,65,17,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,65,18,95,1111111011111111111111111111111111111111111100111111111111110111111111111111111111011111111111111111
+2,66,0,95,1111111011111111111111111111111111111111111100111111111111110111111111111111111111011111111111111111
+2,66,1,94,1111111011111111111111111111111111111111111100111111111111110111111111111111111111010111111111111111
+2,66,2,94,1011111111111111111011111111111111111111111101111101111111110111111111111111111111011111111111111111
+2,66,3,94,1111011111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,66,4,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,5,93,1111111011111111111111111111111111111111111100111111111111110111111101111111111111011111111110111111
+2,66,6,95,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111111111111111
+2,66,7,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,8,95,1111111111111111110011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,9,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,10,93,1111011111111111111011111111111111111111111101111111111111110111111101111111111111011111111111110111
+2,66,11,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,12,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,13,95,1111111101111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,14,94,1111111111111111111011111110111111111111111101111111111111110111111101111111111111011111111111111111
+2,66,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,16,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,66,17,95,1111111111111111111011111111111111111101111101111111111111110111111111111111111111011111111111111111
+2,66,18,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,67,0,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,1,95,1111111111111111111011111111111111111111111101111111111110110111111111111111111111011111111111111111
+2,67,2,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,3,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,67,4,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,5,94,1101111111111111111011111111111111111111111100111111111111110111111111111111111111011111111111111111
+2,67,6,94,1111111111111111111111111111111111111100110101111111111111110111111111111111111111011111111111111111
+2,67,7,94,1111111011111111111011111111111111111111111100111111111111110111111111111111111111011111111111111111
+2,67,8,95,1111111111111111111011111111111101111111111101111111111111110111111111111111111111011111111111111111
+2,67,9,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,10,94,1111111011111111111111111111111111011111111100111111111111110111111111111111111111011111111111111111
+2,67,11,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,12,93,1110111111111111111011111111111111111101111101111101111111110111111111111111111111011111111111111111
+2,67,13,95,1011111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,14,95,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111111111111111
+2,67,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,16,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,67,17,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,67,18,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,0,93,1111111011111111111111111111111111011111110100111111111111110111111111111111111111011111111111111111
+2,68,1,94,1111111111111111111110111111111111111100111101111111111111110111111111111111111111011111111111111111
+2,68,2,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,3,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,4,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,5,93,1111011111111111111011111111111101111111111001111111111111110111111111111111111111011111111111111111
+2,68,6,95,1011111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,7,95,1111111111111111111011111111111111111111111101111111111111110111111111111110111111011111111111111111
+2,68,8,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,9,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,68,10,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,11,95,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111111111111111
+2,68,12,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,13,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,14,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,15,94,1111111111111110111011111111111011111111111101111111111111110111111111111111111111011111111111111111
+2,68,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,17,95,1111111011111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,68,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,0,95,1111111111111111111011111111111111110111111101111111111111110111111111111111111111011111111111111111
+2,69,1,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,2,94,1111111111111111111011111111111111011111111101111111111111110111111111111111111111011111101111111111
+2,69,3,96,1111111111111111111111111011111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,4,95,1111111111111111111011111111111111111111111101111111111111110111111111111110111111011111111111111111
+2,69,5,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,69,6,95,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,69,7,94,1111111111111111111011111111111111011111111001111111111111110111111111111111111111011111111111111111
+2,69,8,95,1111111111111111011011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,9,95,1111111111111111111011111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,69,10,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,12,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,13,95,1111111111111111111011111111111111111111111101111111111111110111111111101111111111011111111111111111
+2,69,14,95,1111111111111111111011111111110111111111111101111111111111110111111111111111111111011111111111111111
+2,69,15,92,1011011111111111111011111111111101111111111001111111111111110111111111111111111111011111111111111111
+2,69,16,95,1111111111111111111011110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,17,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,69,18,96,1111101111111111111011111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,70,0,94,1111111111111111111011111111111111111111111101111111111111010111111110111111111111011111111111111111
+2,70,1,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,2,94,1111111111111111011011111111111111101111111101111111111111110111111111111111111111011111111111111111
+2,70,3,92,1111111111111111011011110111101111111111111101111111111111110111111111011111111111011111111111111111
+2,70,4,96,1111111111111111111111111011111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,5,94,1111111111111111111011111111111111111111111101111111111111110111111110111111111111011111111111101111
+2,70,6,94,1111101111111111011011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,7,94,1111111111111111011011111111111111111111011101111111111111110111111111111111111111011111111111111111
+2,70,8,96,1111111011111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,9,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,10,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,70,11,95,1111111111111111111011111011111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,12,96,1111111111111111111111110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,13,95,1111111111111111111011110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,14,93,1111111111111111111011111111111111111111111101101011111111110111111111101111111111011111111111111111
+2,70,15,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,16,97,1111111111111111111011111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,70,17,95,1111101111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,70,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,0,92,1111111111111111111011111011111111101111111101101111011111110111111111111111111111011111111111111111
+2,71,1,96,1111111111111111011111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,2,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,3,96,1111111111111111111111111011111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,4,97,1111011111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,71,5,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,6,95,1111111111111111111011111011111111111111111101111111111111110111111111111111111111111111111110111111
+2,71,7,96,1111111111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,71,8,96,1111101111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,9,93,1111111111111111111011111111111111111111111101111111111111110111111111111111110111011111010111111111
+2,71,10,96,1111111111111111111111110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,11,96,1111111111111111111111110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,12,95,1111111111111101111111111111111111111111111101101111111111110111111111111111111111011111111111111111
+2,71,13,94,1111111111111111111011111111111111111111111101111111111111010111111110111111111111011111111111111111
+2,71,14,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,71,15,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,16,94,1111011111111111111011111111111111111111111101111111111111110111111111111111111111010111111111111111
+2,71,17,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,71,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,0,95,1111111011111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,72,1,96,1111111111111111111111110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,2,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,3,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,72,4,96,1111111111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,72,5,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,6,96,1111111111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,72,7,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,8,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,72,9,95,1111111111111111111111111011111111111111110101111111111111110111111111111111111111011111111111111111
+2,72,10,95,1111111111111111111111111111111111111111111101111111111101010111111111111111111111011111111111111111
+2,72,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,12,95,1111111111111111111101111111111111111111111101111111111111110111111111111111111111011110111111111111
+2,72,13,96,1111111111111111111111110111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,14,96,1111101111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,15,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,72,17,95,1111111011111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,72,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,73,0,95,1111111111111111111111111111111111111111111101111111111111110111111111111111111111001111111111101111
+2,73,1,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,73,2,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,73,3,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,73,4,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,73,5,95,1111101111111111111111111111111111111111111101111111111111110111111111111111111101011111111111111111
+2,73,6,95,1111111111111111111111111111111111111111111101111111111101010111111111111111111111011111111111111111
+2,73,7,96,1111111111111111111111111111111111111111111101111101111111110111111111111111111111011111111111111111
+2,73,8,96,1111111111111111111111111111101111111111111101111111111111110111111111111111111111011111111111111111
+2,73,9,95,1111101111111111111111111111111111111111111100111111111111110111111111111111111111011111111111111111
+2,73,10,96,1111111111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,73,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,73,12,96,1111111111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,73,13,96,1111111111111111111111111111111111111111011101111111111111110111111111111111111111011111111111111111
+2,73,14,96,1111111111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,73,15,96,1111111111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,73,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,73,17,95,1111111111111111111111111111111111111111110101111111111111110111111111111101111111011111111111111111
+2,73,18,96,1111111111111111111111111111111111111111111101111111111111110111111011111111111111011111111111111111
+2,74,0,94,1111111111111101111111111111111111111111111101111011111111110111111101111111111111011111111111111111
+2,74,1,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,2,95,1111111111111111111111111111101111111111111101111111111111110111011111111111111111011111111111111111
+2,74,3,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,4,95,1111111111111111111111111111111111111111111101111111111111110111011101111111111111011111111111111111
+2,74,5,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,6,95,1111111111111111111111111111111111111111111101111101111111110111011111111111111111011111111111111111
+2,74,7,95,1111111111111111111111111111011111111111111101111101111111110111111111111111111111011111111111111111
+2,74,8,95,1111111111111111111111111111101111111111111101111101111111110111111111111111111111011111111111111111
+2,74,9,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,10,96,1111111111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,74,11,95,1111111111111111111111111111111111111111111101111111111111110011111101111111111111011111111111111111
+2,74,12,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,13,93,1111111111111111111111111111111111111101111101111111111111110111111011111111111111011111011111011111
+2,74,14,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,74,15,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,74,16,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,74,17,96,1111111111111111111111111110111111111111111101111111111111110111111111111111111111111111011111111111
+2,74,18,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111011111111111
+2,75,0,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,75,1,95,1111101111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,75,2,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,75,3,95,1111111111111111111111111111111111111111111101111111111111110111011101111111111111011111111111111111
+2,75,4,97,1111111111111111111111111110111111111111111101111111111111110111111111111111111111111111111111111111
+2,75,5,95,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111011111111111
+2,75,6,96,1111111111111111111111111111111111111111111101111111111111110110111111111111111111011111111111111111
+2,75,7,95,1111111111111111111111111111111110111111111101111111111111110111111111111111111111011111011111111111
+2,75,8,94,1111111111111111111111111111011111111111111101111101111111110111111111111101111111011111111111111111
+2,75,9,95,1111111111111111111111111111111111111111111101111111111111110011111101111111111111011111111111111111
+2,75,10,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,75,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,75,12,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,75,13,95,1111111111111111111111111111111111111111111101111101111111110111011111111111111111011111111111111111
+2,75,14,95,1111111111111111111111111111101111111111111101111101111111110111111111111111111111011111111111111111
+2,75,15,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,75,16,95,1111110111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,75,17,95,1111011111111111111111111111111111111111111101111111111111110111111101111111111111011111111111111111
+2,75,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,0,94,1111111111111111111111111111111111111111111101111111111111110111011101101111111111011111111111111111
+2,76,1,95,1111110111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,76,2,96,1111111111111111111111111111111111111111111101111111111111110111111111101111111111011111111111111111
+2,76,3,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,4,97,1111111111111111111111111110111111111111111101111111111111111111111111111111111111011111111111111111
+2,76,5,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,76,6,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,7,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,8,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,9,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,10,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,11,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,76,12,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,13,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,14,95,1111110111111111111111111111111111111111111101111111111111110111011111111111111111011111111111111111
+2,76,15,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,76,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,76,17,96,1111111111111111111111111100111111111111111101111111111111110111111111111111111111111111111111111111
+2,76,18,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,0,96,1111111111111111111111111110111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,1,96,1111111111011111111111111011111111111111111101111111111111111111111111111111111111011111111111111111
+2,77,2,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,3,96,1101111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,4,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,5,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,77,6,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,7,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,77,8,96,1111111111111111011111111110111111111111111101111111111111111111111111111111111111011111111111111111
+2,77,9,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,10,95,1111111111111111111111111111111111110111111101111111111111110111111101111111111111011111111111111111
+2,77,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,12,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,13,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,14,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,77,15,95,1011111111011111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,77,16,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,77,17,95,1111111111111111111101111111111111111111111101111111111111110111111111111111111110011111111111111111
+2,77,18,95,1111111111111111111111111111111111111111111101111111111011100111111111111111111111011111111111111111
+2,78,0,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,78,1,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,78,2,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,78,3,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,78,4,95,1111111111111111111111111111111111111111111101111111111111110111110111111111101111011111111111111111
+2,78,5,96,1111111111111111111111111111111111111111111101111111111111110111101111111111111111011111111111111111
+2,78,6,95,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111110111
+2,78,7,96,1111111111111111111111111111111111111111111101111111111111110111111111111111101111011111111111111111
+2,78,8,96,1111111111111111111111111111111111111111111101111111111111110111111111111111101111011111111111111111
+2,78,9,95,1111111111111111111111111111111111110111111101111111111111110111111101111111111111011111111111111111
+2,78,10,95,1111111111111111111111111111111111111111111101111111111110110111111111111111111111011111111110111111
+2,78,11,96,1111111111111111111111111111111101111111111101111111111111110011111111111111111111111111111111111111
+2,78,12,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,78,13,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,78,14,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,78,15,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,78,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,78,17,96,1101111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,78,18,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,79,0,96,1111111111101111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,79,1,95,1111111111111111111111111111111111111111111101111011111111110111111111111111111110011111111111111111
+2,79,2,94,1111101111111101111111111110111111111111111101111111111111110111111111111111111111011111111111111111
+2,79,3,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,79,4,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,79,5,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,79,6,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,79,7,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,79,8,95,1111111111111111111111111111111111111111111101111111111111110111100111111111111111011111111111111111
+2,79,9,95,1111111111111111111111111111111111111111111101111110111111110111111111111111101111011111111111111111
+2,79,10,97,1111111111111111111111111111111101111111111101111111111111110111111111111111111111111111111111111111
+2,79,11,97,1111111111111111111111111111111111111111111101111111111111110011111111111111111111111111111111111111
+2,79,12,95,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111110111
+2,79,13,95,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111101110111
+2,79,14,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,79,15,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111110111
+2,79,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,79,17,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,79,18,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,80,0,95,1111111111111111111111111111111111111111111001111111111111110011110111111111111111111111111111111111
+2,80,1,96,1111111111111111111111111111111111111111111101111111111111110111101111111111111111011111111111111111
+2,80,2,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,80,3,96,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111101110111
+2,80,4,95,1111111111111111111111111110111111111111111101111111111111110111111111111111111111011111111110111111
+2,80,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,80,6,95,1111111111111111111111111111111111111111111101111111111111100111111111111111111111011111111111110111
+2,80,7,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,80,8,96,1110111111111111111111111111111111111111111101111111111111110011111111111111111111111111111111111111
+2,80,9,95,1111111011111111111111111110111111111111111111111111111111110111111111111110111111011111111111111111
+2,80,10,96,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111101110111
+2,80,11,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,80,12,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,80,13,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,80,14,95,1111111111111111111111111111111111111110111101111111111111110111111111111111111011111111101111111111
+2,80,15,95,0111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111101111111
+2,80,16,96,1111111111111111111111111111111111111111111101111011111111110111111111111111111111011111111111111111
+2,80,17,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,80,18,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,81,0,96,1111111111110111111111111111111111111111111111111111111111110011111111111111111111011111111111111111
+2,81,1,96,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111101
+2,81,2,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,3,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111111111111110111111
+2,81,4,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,5,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,6,97,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111101111111
+2,81,7,95,1111111111111111111111111111111111111111111101011111111111110111111111111111111111011111111111110111
+2,81,8,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,9,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,81,11,96,1110111111111111111111111111111111111111111101111111111111110011111111111111111111111111111111111111
+2,81,12,95,1111111111111111111111111110111111111111111101111111111111110111111111111111111111011111111111110111
+2,81,13,96,1111111111111111111111111111111111111111111111111111111111100111111111111111111111001111111111111111
+2,81,14,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,81,15,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,81,16,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,81,17,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,81,18,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,82,0,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,82,1,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,82,2,96,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111110111111
+2,82,3,98,1111111111111111111111111110111111111111111111111111111111110111111111111111111111111111111111111111
+2,82,4,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,82,5,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,82,6,97,1111111110111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,82,7,96,1111111111110111111111111111111111111111111111111111111111110011111111111111111111011111111111111111
+2,82,8,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111010111111111111111
+2,82,9,96,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111101111
+2,82,10,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,82,11,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,82,12,95,1111111111111111111111111111111111111111111101111011111011110111111111111111111111011111111111111111
+2,82,13,96,1111111111111111111111111110111111111111111111111111111111110111101111111111111111011111111111111111
+2,82,14,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,82,15,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,82,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,82,17,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,82,18,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111111111111110111111
+2,83,0,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,83,1,97,1111111111111111111111111111111111111111111111111101111111110111111111111111111111011111111111111111
+2,83,2,98,1111111111111111111111111111111111111111111111111111111111110111111111111101111111111111111111111111
+2,83,3,95,1111101111111111111111111111111111111111111101111111111111110111111111111111111111011111111111111101
+2,83,4,97,1111111111111111111011111111111111110111111111111111111111110111111111111111111111111111111111111111
+2,83,5,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,83,6,98,1111111111111111111111111110111111111111111111111111111111110111111111111111111111111111111111111111
+2,83,7,95,1111111111011111111111111110111111111111111111111111111111110111111111111011111111111111111110111111
+2,83,8,96,1111111111111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,83,9,98,1111111111111111111111111111111111111111111111111111111111110111011111111111111111111111111111111111
+2,83,10,96,1111111111111111111111111110111111111111111111111111111111110111110111111111111111111111111110111111
+2,83,11,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,83,12,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,83,13,97,1111111111111111111111111110111111111111111111111111111111110111110111111111111111111111111111111111
+2,83,14,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,83,15,98,1111111111111111111111111111111111111111111111111111111111110111111111011111111111111111111111111111
+2,83,16,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111011111111
+2,83,17,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,83,18,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,0,95,1111111101111111111011111111111111111111111101111111111111110111111111111111111111011111111111111111
+2,84,1,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,84,2,96,1111111111110111111111111111111111111111111111111111111111110111111111111101111111011111111111111111
+2,84,3,97,1111111111111111111111111011111111111111111111111101111111110111111111111111111111111111111111111111
+2,84,4,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,84,5,97,1111111111111111111111111110111111111111111111111111111111110111111111011111111111111111111111111111
+2,84,6,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,84,7,96,1111111101111111111111111111111111111111111111111101111111110111111111111111111111011111111111111111
+2,84,8,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,9,96,1111111111111111111111111110111111111111111111111111111111110111100111111111111111111111111111111111
+2,84,10,98,1111111111111111111111111111111111111111111111111111111111110111110111111111111111111111111111111111
+2,84,11,97,1111111111111111111011111110111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,12,97,1111111111111111111011111111111111111111111111111111111111110111110111111111111111111111111111111111
+2,84,13,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,14,97,1111111111011111111111111110111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,15,97,1111101111111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111
+2,84,16,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,84,17,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,84,18,96,1111111111111111111111111111111111111111111101111111111111110110111111111101111111111111111111111111
+2,85,0,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,1,97,1111111111111111111111111110111111111111111111111111111111110111111111011111111111111111111111111111
+2,85,2,96,1111101111111111111111111111111111110111111111111111111111110111110111111111111111111111111111111111
+2,85,3,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,4,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,5,96,1111111111111111111111111110111111111111111111111111111111110111110111011111111111111111111111111111
+2,85,6,96,1111111111111111111011111111111111111111111111111111111111110111110111111111111111111111111111011111
+2,85,7,97,1111111111111111111011111101111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,8,96,1111111101111111111111111111111111111111111111111101111111110111111111111111111111011111111111111111
+2,85,9,97,1111111111111111111111111111111111111111111111111111111111110111111111111111111011011111111111111111
+2,85,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,11,95,1111101111110111111111111111111111111111111111111111111111110111111111111101111111011111111111111111
+2,85,12,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,85,13,97,1111111111111111111111110111111111111111111111111111111111110111111111111111111111011111111111111111
+2,85,14,96,1111101111111111111111111111111111111111111111111111111111110111111111101111111111111111111111011111
+2,85,15,97,1111101111111111111111111111111111111111101111111111111111110111111111111111111111111111111111111111
+2,85,16,97,1111111111011101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,85,17,97,1111111111111111111111111110111111111111111111111111111111110111111111111111111111011111111111111111
+2,85,18,95,1111101111011111111111111110111111111011111111111111111111110111111111111111111111111111111111111111
+2,86,0,97,1111111111111111111111111110111111111111111111111111111111110111111111011111111111111111111111111111
+2,86,1,96,1111111111111111111111110111111111111101111111111111111111110111111111111111111111011111111111111111
+2,86,2,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,3,98,1111111111111111111111111111111111111101111111111111111111110111111111111111111111111111111111111111
+2,86,4,98,1111111111111111111111111111111111111111111111111111111111110111111110111111111111111111111111111111
+2,86,5,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,86,6,98,1111111111111111111111111111111111111111101111111111111111110111111111111111111111111111111111111111
+2,86,7,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,8,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,9,97,1111111111111111111111111111111111111111111111101011111111110111111111111111111111111111111111111111
+2,86,10,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,11,98,1111111111011111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,12,96,1111111111111111111111111110111111111111111111111111111111110111111111111111111110111111101111111111
+2,86,13,97,1111111111111111111111111111111111111111111111111111111111110111111111011111111111111111101111111111
+2,86,14,98,1111111111111111111111111111111111111111111111111111111111010111111111111111111111111111111111111111
+2,86,15,98,1111111111111111111111111111111111111111111111111111111111110111110111111111111111111111111111111111
+2,86,16,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,86,17,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111011111111111111111
+2,86,18,97,1111111111111111111111110111111111111111111111111111111111110111111111011111111111111111111111111111
+2,87,0,98,1111111111111111111111111111111111111111111111111111111111110111110111111111111111111111111111111111
+2,87,1,97,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111011111111
+2,87,2,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,3,98,1111111111111111111111111111111111111101111111111111111111110111111111111111111111111111111111111111
+2,87,4,98,1111111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111111
+2,87,5,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,6,97,1111101111101111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,7,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,8,96,1111101111111111111111110111111111111111111111111111111111110111111111011111111111111111111111111111
+2,87,9,97,1111101111111111111110111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,10,96,1111111111111111111111111111111111111111111111111111111111110111111110011111111111111111101111111111
+2,87,11,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111101
+2,87,12,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,13,96,1111111111111111111111110111111111111111111111111111111111110111111111011111111111011111111111111111
+2,87,14,96,1111111111111111111111111111111111111111101111111111111111010111111111111111111111111111110111111111
+2,87,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,16,98,1111111111011111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,17,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,87,18,98,1111111111111111111111111111111111111111111111111111111111110111111111011111111111111111111111111111
+2,88,0,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,1,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,2,98,1111111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111111
+2,88,3,97,1111111111111111111111111111111111110111111111111111111011110111111111111111111111111111111111111111
+2,88,4,98,1111111111111111111111111111111111111111111111111111111111110111111111011111111111111111111111111111
+2,88,5,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,6,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,7,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,8,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,9,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,10,98,1111111111111111101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,11,97,1111111111011101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,13,96,1111111111111111111111111111111111111111111111111111111111110111111111011111110111111011111111111111
+2,88,14,96,1111111111111101111011111111111011111111111111111111111111110111111111111111111111111111111111111111
+2,88,15,98,1111111111011111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,16,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,88,17,98,1111111111111111111111111111111011111111111111111111111111110111111111111111111111111111111111111111
+2,88,18,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,0,97,1111111111111101111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,1,97,1111111111111111111111111111111011111111111111111111111111110111111011111111111111111111111111111111
+2,89,2,97,1111101111111111111111111111111111111111111111111111111111110111111111111111101111111111111111111111
+2,89,3,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,4,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,5,97,1111110111111111111111111111111111111111111111011111111111110111111111111111111111111111111111111111
+2,89,6,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,7,94,1101111111111101111011111111111011111111111111111111111111110111111111111111111111011111111111111111
+2,89,8,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,9,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,10,96,1111111111011101111111111111111111111111111111111111111111110111111111011111111111111111111111111111
+2,89,11,98,1111111111111111111111111111111111111111111011111111111111110111111111111111111111111111111111111111
+2,89,12,98,1111111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111111
+2,89,13,97,1111101111111111111111111111111111011111111111111111111111110111111111111111111111111111111111111111
+2,89,14,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,89,16,97,1111111111111111111111111111111111111111111111111111111011110111111111111111101111111111111111111111
+2,89,17,97,1111111111111111101111111111111011111111111111111111111111110111111111111111111111111111111111111111
+2,89,18,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,0,98,1111110111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,1,96,1111111111111111111111111111111111111111111111011111111011110111111111111111111101111111111111111111
+2,90,2,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,3,97,1111111111111111111110111111111111111111111111111111111111110111111111111101111111111111111111111111
+2,90,4,97,1111011111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111111
+2,90,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,6,96,1111111111111111111111111111111111111111111011111111111011110111111111111111101111111111111111111111
+2,90,7,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111110111111111
+2,90,8,95,1111111111010111111011111111111111111111111111111111111111110111111111111111111101111111111111111111
+2,90,9,97,1111111111111111101111111111111011111111111111111111111111110111111111111111111111111111111111111111
+2,90,10,97,1111111111011111111111111111111111111111111111111111111111110111111011111111111111111111111111111111
+2,90,11,96,1111111110111111111111111111111011111111111111111111111111110111111111111111111111111110111111111111
+2,90,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,13,98,1111111111111111111111111111111111111111111111111111111011110111111111111111111111111111111111111111
+2,90,14,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,16,97,1111111111111101111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,17,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,90,18,96,1111111111111111011111111111111011111111111111111111111111110111111111111111111111111111011111111111
+2,91,0,95,1111111110111111111111111111111011111111111110111111111111110111111111111111111111111110111111111111
+2,91,1,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,2,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,3,98,1111111111111111101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,4,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111011
+2,91,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,6,98,1111111111111111111111111111111111011111111111111111111111110111111111111111111111111111111111111111
+2,91,7,97,1111111111111101111111111111111111111111111111110111111111110111111111111111111111111111111111111111
+2,91,8,97,1111111111111111111111111111111111111111111111011111111111110111111111111111111111110111111111111111
+2,91,9,96,1111111111111111111111111111111111111111111111111111111011110111111111111111111101111111110111111111
+2,91,10,97,1111111111111111111111111111111011111111111111111111111111110111111111111111111111111011111111111111
+2,91,11,97,1111111111111111101111111111111111111111111111111111111111110111111111101111111111111111111111111111
+2,91,12,97,1111111111111101101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,13,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,14,97,1111111111111111111111111111111111111111111111111011111111110111111011111111111111111111111111111111
+2,91,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,16,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,17,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,91,18,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,0,97,1111111111111101111111111111111111111110111111111111111111110111111111111111111111111111111111111111
+2,92,1,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,2,95,1111111111111111101101111111111111011111111111111110111111110111111111111111111111111111111111111111
+2,92,3,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,4,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,6,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,7,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,8,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,9,96,1111111111111101101111111101111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,10,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,11,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,13,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,14,97,1111111110111111111111111111111111111111111111110111111111110111111111111111111111111111111111111111
+2,92,15,97,1111111111111101101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,16,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,92,17,97,1111111111111111111111111111111111111111111111111111111111110111111111111111111011111111111101111111
+2,92,18,97,1111111111111111111111111111111111111111111111111011111111110111111011111111111111111111111111111111
+2,93,0,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,1,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111110111111111111
+2,93,2,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111011111111
+2,93,3,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,4,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111101
+2,93,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,6,97,1111111011111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,7,98,1111111111111111111111111111111111111111111111111111111111110111111111111011111111111111111111111111
+2,93,8,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111011111111111111111111
+2,93,9,96,1111111111111111111111111111111110111111111111111111111111110111111111110111111111111111111101111111
+2,93,10,97,1111011111111111111111111111111111111111111111111111111111110111111111111111111111111111111111101111
+2,93,11,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,13,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111101111111111
+2,93,14,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,15,98,1111111111111111111111111111011111111111111111111111111111110111111111111111111111111111111111111111
+2,93,16,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,17,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,93,18,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,0,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,1,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,2,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,3,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111110111111111111111
+2,94,4,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,5,96,1111111111111111111111111111111011111111111111111101111111110111111111111111111111111111111111111101
+2,94,6,97,1111111111111111111111111111111111111111110111111111111111110111111111111111111011111111111111111111
+2,94,7,97,1111111111111101111111111111111111111111111111111111111111110111111111111111111011111111111111111111
+2,94,8,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,9,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111110111111
+2,94,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,11,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,12,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111101
+2,94,13,98,1111111111111111111111111111111111111111111111111111111111110111111111111110111111111111111111111111
+2,94,14,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,15,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,16,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,94,17,97,1111111111111111111111111111011111111011111111111111111111110111111111111111111111111111111111111111
+2,94,18,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,0,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,1,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,2,97,0111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,3,96,1111111111111101111111111011111111111111111111111111111111110111111111111111111111111110111111111111
+2,95,4,97,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111101
+2,95,5,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,6,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,7,97,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111110111111
+2,95,8,96,1111111111111101111110111111111111111111110111111111111111110111111111111111111111111111111111111111
+2,95,9,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,10,97,1111111111111111111111111111111111111110111111111111111111110111111111111111111111111111111101111111
+2,95,11,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,12,98,1111101111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,13,98,1111011111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,14,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,15,98,1111111111111111111111111111111111111101111111111111111111110111111111111111111111111111111111111111
+2,95,16,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,95,17,98,1111111111111111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,95,18,96,1111111111111111111111111111111111111111110111110111111111110111111111111111111011111111111111111111
+2,96,0,96,1111111111111101111111111111111111111111111111111111111110110111111111111111111111111111111111111101
+2,96,1,98,1111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,2,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111101
+2,96,3,97,1111111111111111111011111111111111111111111111111011111111110111111111111111111111111111111111111111
+2,96,4,98,1111111111111111101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,5,98,1111011111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,6,97,1011111111111111111011111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,7,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,96,8,98,1111111111111111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,96,9,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,10,97,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111110111111
+2,96,11,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,13,97,1111111111111111111111111111111011111101111111111111111111110111111111111111111111111111111111111111
+2,96,14,97,1111101101111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,16,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,96,17,97,1111111111111101111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,96,18,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,0,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,1,97,1111111111111111101111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,97,2,98,1110111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,3,98,1111111111111111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,97,4,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,5,98,1111111111111111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,97,6,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,97,7,98,1111111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,8,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,9,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,97,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,11,97,1111111111011111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,97,12,98,1111111111111111101111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,13,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,97,14,98,1111111111111111111111111011111111111111111111111111111111110111111111111111111111111111111111111111
+2,97,15,96,1111011111111101111111111111101111111111111111111111111111110111111111111111111111111111111111111111
+2,97,16,97,1111111111111101111111111111111111111111111111110111111111110111111111111111111111111111111111111111
+2,97,17,96,1111111111111101111110111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,97,18,95,1111111111111101111011111111111111111111111111111011111111110111111111111101111111111111111111111111
+2,98,0,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,1,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,98,2,97,1111111111111111101111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,98,3,98,1111111111111111111111111111111110111111111111111111111111110111111111111111111111111111111111111111
+2,98,4,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,98,5,97,1111111111111111111111111011111111111111111111111111111111100111111111111111111111111111111111111111
+2,98,6,97,1111111111111111111011111011111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,7,97,1111111111011111111111111111111111111111011111111111111111110111111111111111111111111111111111111111
+2,98,8,98,1110111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,9,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,98,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,11,98,1110111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,13,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,98,14,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,15,97,1110111111111101111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,16,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,98,17,97,1111111111111111111111111111011111111111111111111111111111110111111111111111110111111111111111111111
+2,98,18,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,0,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,99,1,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,99,2,97,1111111111111111111111111111111111111111111111111111011111110111011111111111111111111111111111111111
+2,99,3,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,4,98,1111111111111111111111111111111111111111111111111111111111110111111111111111110111111111111111111111
+2,99,5,98,1111111111111111111111111111111110111111111111111111111111110111111111111111111111111111111111111111
+2,99,6,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,7,97,1111111111111111111111111111011111111111111111111111111111110111111111111111110111111111111111111111
+2,99,8,97,1111111110111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,99,9,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,10,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,11,96,1111110110111111111111111111111111111111111111111111111111110111111111111111111111111111111111011111
+2,99,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,13,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,14,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,99,15,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,16,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,99,17,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,99,18,97,1110111111111111111111111111111111111111111111111111111111110011111111111111111111111111111111111111
+2,100,0,97,1111111111111111111111111111111111111111111101111111111111110111111111111111111111110111111111111111
+2,100,1,98,1111111110111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,2,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111110111111111111
+2,100,3,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,4,97,1111111111111111111111111111111111111111111111111111111111110111011101111111111111111111111111111111
+2,100,5,97,1111111111111111111111111111111111111111111111011111011111110111111111111111111111111111111111111111
+2,100,6,98,1110111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,7,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,8,97,1111111111111111111111111111111111110111111111111111011111110111111111111111111111111111111111111111
+2,100,9,97,1111111111111111111111111111111110111111111111111111111111110111011111111111111111111111111111111111
+2,100,10,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,11,97,1111111111111111111101111111111111111111111111111111111111010111111111111111111111111111111111111111
+2,100,12,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+2,100,13,98,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111011111111111
+2,100,14,98,1111111111111111111111111111111111111111111111111111111111110111011111111111111111111111111111111111
+2,100,15,98,1111111111111111111111111111111111111111111111111111011111110111111111111111111111111111111111111111
+2,100,16,96,1111111111111111111111111111111111111111111111101111111111110111100111111111111111111111111111111111
+2,100,17,98,1111111111111111111111111111111111111111111101111111111111110111111111111111111111111111111111111111
+2,100,18,96,1110111111111111111111111111111111111011111111111111111111110111111111111111111011111111111111111111
+3,0,0,41,0101001000110111000101110011111101001010011100100110100000110100000100011000000000101000001001110100
+3,0,1,43,1011010000100000110111100010010100000101001011110000001011100110101010001010111000101100110011000010
+3,0,2,46,1111010110100000110001000100101101110110000110100101000000111001010001010111001111100011000110000011
+3,0,3,58,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100000
+3,0,4,47,0000111011001011110100010100100110001010011010111100001000001101101000000101100000100011011110111111
+3,0,5,56,0010110101100110101110011110100110011111101111111110101110010110000000101100000100100000010111111111
+3,0,6,54,0110011110101111001111100101001011100010110001110110000100110010010101000110100001101111101100111011
+3,0,7,46,1010011010100111101101011001011010000100000000101100111010111011010101000110000100100010001101001011
+3,0,8,51,0110101111100001000000010011111011111101110100001111101000110000010101010111001011011001100100110001
+3,0,9,44,1100010110101000110001010010000000000101000110111010100100111010010011010011000011011100001011010111
+3,0,10,47,1011001100000101100011010110100100000010010111001011010110011000001011100111010011011001011110011000
+3,0,11,44,0010100001000111110110111010001101100001100001010101000111100011000000001100000011000011010011110111
+3,0,12,57,0001001100111111010101110011011111101001101011001001001101111000110100100100110001111110101100111110
+3,0,13,50,1111110001110000000110110111000100010010001001110101111001101100000111000010111111101101000101100001
+3,0,14,55,0110110010110101000111000111000100111100010100111101000010001100010101111011110111011101100110101111
+3,0,15,56,1100100001110001100111111000100111111111100001110100001010111000011111110110111011100101111000101000
+3,0,16,52,1110100110001010110010011001110000111100101000011100111010101101100110010101111001011001001111100100
+3,0,17,53,0011111101001101100100100111101010110000101010101111011100110110101110101110011111110000010000000100
+3,0,18,55,0010110110010111111101100011010010001111100110101001110110001001101101001110011000110110110001111001
+3,1,0,55,1101111100011010011100111111101111010111011100010000000110000011100111011100101011001111000010101010
+3,1,1,60,1110111101111101100111101100111111000101101011001000101111111110101111110011110101101100000000100000
+3,1,2,58,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100000
+3,1,3,58,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100000
+3,1,4,53,0110111010110101001111011111000100011100000100101101000010001001010101111011110101001101000110101111
+3,1,5,48,1010010010100111100101000001011010100100010000111100111010111110010101000110000110110010101101001011
+3,1,6,57,0001001101101111010001010011011111101101101110001001101001111000110101100101011001111100101100111110
+3,1,7,51,0110101010110001000100110011111011111001110001001111001100110000010100011110100011011011100100110001
+3,1,8,52,0000001011110111100101111011011111001000100000001001011101111010110100000100010101111110001100111110
+3,1,9,52,1011011100101111011101010001011010100101001011101100101010111001010101100110100000100010101101001011
+3,1,10,58,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100000
+3,1,11,59,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100010
+3,1,12,47,0110101100100001000000010010111110111111110101001011101100010000010101000111011011011001000010110000
+3,1,13,50,1011001111000101100011010111100001000000010110001111010010111000000011110111000011011001111100011011
+3,1,14,52,0110101110110101000000010011011010111101110100001011101010111001001101010111001011010001100100111001
+3,1,15,54,0010110111000011111101100011110011001111100110101101110100000000110101001110011000111110110001110001
+3,1,16,51,1111010010110000110011000110101100111110000110100101000010101001010101111011001111100101000110100011
+3,1,17,50,0110110110100101000101000101000101110100010100111101000000011100010001010111110111011011100110001111
+3,1,18,52,0011110100100110100010010110100110000111001111001110001110010010001011101110000101111001010111111001
+3,2,0,56,0111110000100110110011010110100110110111001011100110001110000011010011101011000101111101010111111001
+3,2,1,46,1011010110110000100010000110101100001110000110001101000010111000001101111110001111100001000110100011
+3,2,2,58,1110101110011100011110111111101011010101011001011000101111101111101111011011100001000110100000101000
+3,2,3,53,0110111101110101000000010000011110111101110100001011101010110001001101110111011011011001000100110011
+3,2,4,49,1010001101000101101111000110100100001010110111111011110010111100000000100111010010000001011110011010
+3,2,5,50,1011001111000101100011011111100001010000010110001111010110010000000011110101000011011000111100011111
+3,2,6,64,1110110110110001110111101110111111101110101111101000101110111110111101110011111101100101000000100001
+3,2,7,47,1111011001111100100011000100101100010101000010000101000011101001000111111011000111101100000110100010
+3,2,8,58,1110111101011100011110111100101111010101011001011000101111100111101111111011110001001110000000100000
+3,2,9,57,1110111101011100011110111100101111010101011001011000101111100111101111111001110001001110000000100000
+3,2,10,55,1110111101111100001110111100101111010101011001001000101111101110101111110011110001001100000000100000
+3,2,11,62,1110111101011001110111101100111111000101101011011000101111110111101111111011110101101110000000100000
+3,2,12,57,1101111011010110010101111111101111000011111100010000001110000011100111011000101101001111001110101010
+3,2,13,48,0000001100111011101100111001011111011100000000001001010101111010110100000100010011111110000000111110
+3,2,14,54,0010110111000011111101100011110011001111100110101101110100000000110101001110011000111110110001110001
+3,2,15,53,0010110101000011111101100011110011001111100110101101110100000000110101001110011000111110110001110001
+3,2,16,56,1110111100011100011110011100001101010100011101111001101110100101011101111011110101011110000000101000
+3,2,17,57,0110111011110101001111111111100110011101000000001100000011001011100111111011110001001101000110101111
+3,2,18,55,1110111010111101001100011111101100011100001100101001000010001001000101011011101111011101000110101111
+3,3,0,53,1110111100011001011100101100111011000100101011011000101111110111101111011011100001100110000000100000
+3,3,1,64,1110101111011100110111111111101111010101011000011000101111101111101111111011110101001110100000101000
+3,3,2,54,0101111100010010011111111111000111010111010100010100000110000011110111111100110001001111000010101010
+3,3,3,53,0101110100010010011111111111000111010111010100010100000110000011110111111100110001001111000010101010
+3,3,4,52,1101111100011000011111111101100111010111011001010000000110100011100111111100110001001110000000101000
+3,3,5,60,0110111101010110011110111110001111010101010100011110101111000111111111111001110001001111000010100010
+3,3,6,55,1110111010110101011101011111101110010010001100000001000110001011000101011011101111001101000110101111
+3,3,7,58,1101111011011110000100111111101101001101111110111000001010000001100111011000101101011111001110101010
+3,3,8,63,1110110111100011110111101110111111101110101111101000100100111110111101110011011101100101100000100001
+3,3,9,55,0000110110010001111101100011110011001111100110101101111110000000110101001110111000111110110001110001
+3,3,10,44,1010001101010101110000111011000001010000000010001011010110011000000011000100010011011010110100111111
+3,3,11,57,0001001110101011111111011101111111011100010100001101010101110010110100110101000011111110001000011110
+3,3,12,54,1110011101000101001110000110101101001010111111111011101010111101011000101111110110000000011010001000
+3,3,13,50,1010101100011100111111011100000100010100010101111001110110100100000101010011010001011111000100111010
+3,3,14,63,1111110110110100110011000110111111101110101111101000101110011110111001111011011101101101010010100001
+3,3,15,57,0110110000100011110111111110100110110111001011100110001110100011010111100011100101110101000101111001
+3,3,16,69,1110110100111101101111111110111111111110101111101000101111111110111101110011111101101101000000100001
+3,3,17,50,1110111111110000010110101100101111000101011001001000101110101110101111110011110001000100000000100000
+3,3,18,58,1110101100011100010110111101111011000101111001011000101111111111101111011011110001000110100000101000
+3,4,0,60,0110111100011101001111111111000111011111110101000100000111100111110111111100110001001111000010101010
+3,4,1,63,1101110100110010111111111110111111110110001110111000101110011010111101110011111101101101000000100001
+3,4,2,63,1111111110110101110010001110111111001110101111101000101110011110101011111011011001101101010010100001
+3,4,3,53,1110110100011000011101100100111011100100101011011000101111110111111101011011100101100110000000100000
+3,4,4,65,1110111000011101011111111110011111010100011100001110101111010111111111111011111001101111000000100110
+3,4,5,65,0110110101110110101110111110101111111111100111111000101111101110111101110001110101001101000011100001
+3,4,6,57,0000110111000011111001100111110011001111100111101001111110000010110101110011011001110101110001110001
+3,4,7,60,1110110110110001110111101010111111101110101110101100100100111100111101001110111100101110100000100001
+3,4,8,56,1101111011010110000100111110001101001101110110111100001110000011100111111001110001001111000110101010
+3,4,9,63,0110111101011110011110111111101111010101011100011110101011000101111111011000101101011111001010100010
+3,4,10,64,0110111101010100111011101110101111110101110100111100101111000110111111111001110101001111010010100011
+3,4,11,59,1111110110110110010110010110011111001110001111001010101110011111111001111011011001101101000010100000
+3,4,12,53,0001001100101011111111011101111111011100000110000111011111110010110100110000000001111100000100011010
+3,4,13,57,0110110010100011110111111110100100110111011001101100000100100011010111100011000111110111001001111101
+3,4,14,56,0101111100010010011101111111100110010111011100010100000110000011110101111101110101001111000010101110
+3,4,15,52,1110111010110101011110011111001111010010000100000001000110001011000111011010101011001101000110101011
+3,4,16,64,1011110110110101110011000110111111101111100111101000101110011110111001111011111100101111110000100001
+3,4,17,54,0100110110010000111101100011110011001110101110101101111110000000110101001110011001111100010011110001
+3,4,18,55,0001110110110001111001000111110011001111101111101101101110000000110001101111011000111100010001110001
+3,5,0,54,0100110100010101101111011111100111110111100011000100000111001011111101110100110001101101000000101001
+3,5,1,66,1111111100111010011111111110011111011110011100111000101100110110110111111011111101001111000010100010
+3,5,2,56,0000110111000110111001101110100011000111110111101001101110000010111101110011111001000101110011110001
+3,5,3,64,0110111101010001111011100111111111111101100100111100111111000110110101111001010101111111010000100011
+3,5,4,59,0000110111110011111001100111111111001111101111101001101100111010110101110010011000110100100001110001
+3,5,5,58,1110110110000001110111101010110011101110100110101100110110000100111101001111111101101111110000100001
+3,5,6,61,0110110100110101111111101110101111110110110100101100101100000110110111011001110101001111110010100011
+3,5,7,62,1110111111010000110011101010111111101101101110111100100111111100111101101110111100101110000000100001
+3,5,8,56,0001111100110111011101011111100110000111111100011000100110010011110001111101110100001111000000101110
+3,5,9,64,1111110110010000110011100110111111111111000111100100001110001110111101111011111101101111110010100001
+3,5,10,55,0011011100101111111111010100110111001100000110000011011111110110110101111000001001111101000010011000
+3,5,11,56,1101100110110010010110011111011111011110001111001110101110011011111000110011010001101100000100100010
+3,5,12,55,1101110011010110000100011110001111001111110110111100001110010110010001111011110001101111000110100000
+3,5,13,63,1011111110110101110011100110111101101101100111101000101110001011101111111001111100001111100000101011
+3,5,14,61,0110111101100010101110111110101111011111100110011000101111101110111100110001110101001101000011011010
+3,5,15,56,0001000100111111111111011101111111111100000111100111011111110010110101010000000001111100000100100001
+3,5,16,66,0111111100110000011111111110111111111110000101111100100111011011111111111110111101001101000000101001
+3,5,17,59,1100110100011111101111111111000111010111111110000000001110100110110111110001110001101111000010100011
+3,5,18,63,0110111101011110011110111111101111010101011100011110101011000101111111011000101101011111001010100010
+3,6,0,55,0101110100010000010010100111111111011101000111011100111111011111111000110011010001111100000100100010
+3,6,1,65,1110101111110011111111011111011111111110101100101110101110000010110101111001010101101111010000100011
+3,6,2,65,0101100101111111111111111101111111111100011101111110111111010101010101010000000001111100001110100011
+3,6,3,53,0010011100011110011110011111101111010101000110000111001011100010111111011000101101011111000000100000
+3,6,4,64,1110111100111010011011111110111111001110011100111000101100110110110101111011011100011111100011100010
+3,6,5,62,0001110111110011111101100111011111001111101111101001111100111010110111110010111001110100000000110001
+3,6,6,61,0110011101011011111110111111111111010101011100011110101011000100111110011000101101011111001000100010
+3,6,7,64,0110111101010100011011100111101111111101100100111100111111000111110101111001010101111111010010100011
+3,6,8,62,0111110100110101111111101110101111110110110100101100101100000110011111111101110101001110110010100001
+3,6,9,63,0110111100110000011111111110111111111110000101111100100111011011110111011010111101001101000000101011
+3,6,10,60,1100110101010000110011101010111111111101101110110100101111101110111101100110111101101110000000100001
+3,6,11,60,1110111110011111101111110111000111000111111110001000000110110100110111111001110000101111000010100011
+3,6,12,59,1001000100110111111111011111111111111100000111100111011111110010111101110000000001111100000100100001
+3,6,13,52,0101100110111010010110011101011111011110001111001110101110011011110000010011010001101000000100100010
+3,6,14,56,0000110111111011111000101111101111011101001100101001101000111000110101110000111000110100101011110010
+3,6,15,66,0110111101010110011111110111111111000111111011011110101111001111111111011010001101011111000000100001
+3,6,16,62,1111111110110101110011100110111101101101100111001100101100001010101111011001111100001111110000101011
+3,6,17,61,0010110100110101111111101110101111110110110100101000101110000111110111111001110101001111100010100011
+3,6,18,56,0001000100111111111111011101111101111100000111100010101111111010100101010001010001111111000000100001
+3,7,0,62,1111111110110101110011100110111101101101100111101100101100000010101111011001111100001101110100101011
+3,7,1,64,1011111110110101110011100110111111101101100111001101011110001111111111111000101100001110100000101011
+3,7,2,64,0110110101011011111110111111111111111101011100111110111011010100010110011000101001011111001010100010
+3,7,3,62,0101001101111111111111111101111111010100011101011110101111000101111101010000000101111100001100100011
+3,7,4,59,0101110101110111111111101111011111011110011101101100111101010100010101010000000001111100001100100011
+3,7,5,68,0001100111111011111101110101111111101101101111111011111110111011110111110010111001110100000010110001
+3,7,6,62,0111100111110011111111111101011111111100111100111111111110010110010101010000000001101110000010100011
+3,7,7,69,1100101101111111111111011111111111111110001101101110101111000001110101111001010101111101011100100011
+3,7,8,63,0110011100011000111110111111111111111100011101111100101011011101111110011000111101011111000000100010
+3,7,9,61,0110111101110011011111111110111111010111000100011110100111000010110111011010101101001101001000101011
+3,7,10,63,1000100101110111111011111111101111111101000101100111111111010111111101111000000001111110000100100001
+3,7,11,60,0111011100010101011111000111111111111100100110111100011111100010110101110001000101111101010010100011
+3,7,12,68,1110111111110000111111011111111111111110101100101110101110011010110101111010011101101111010000100011
+3,7,13,61,0110101100110011011111111110011111111110000101111100100111000011110111011001111101001101000000101011
+3,7,14,66,0110111101010100011111110111101111000111101111111100101111001111111111011010101101011111000000101001
+3,7,15,62,0110111100110010011111111110111111111110010001011110100111011011110111011010011101001101000000100011
+3,7,16,66,0111110100110001111111101111101111100111111110111100101101000110011111111111100101001110110010100001
+3,7,17,62,0110111101010110011111110110111111010111110001001110101110001111111111011000011101011111000000100001
+3,7,18,60,0100111100010010011110100111111111011101100111011110101111001111111001110010000001111111000100100011
+3,8,0,67,1110101101010101011111111111101111010111001111111100101111001001110101011010101101011111011100101001
+3,8,1,68,0100111101111110111111010111111111101110101101101110101111000111111111111001010101111101000000100011
+3,8,2,62,0100111111010110111111110101111111010111110001001011101110001111111111011000011001011110000010100001
+3,8,3,67,0011100101111011011101110110111111101101101111111110111110111011110111110010011101110101000000110001
+3,8,4,64,1110111110110000111111111111111111100110101100111100101110001010110111111010000101101111010010100001
+3,8,5,70,0111110101110001111111001111101111111111111110101110101101010110011101111111111101001110110000100011
+3,8,6,59,0110100101110111010011110111101111000111011001000100111111011111111110011011011101011100000100100000
+3,8,7,65,1001110101010100111011111111111111111101000111111111111111010111111101111000000001111110000000100001
+3,8,8,59,0000101101110110111011111111111111110101000101100111111111010111111101010000000001111100000100100001
+3,8,9,65,1101000101111111111111111101101111011100011101011110101111000101111101111000000101111110001100100011
+3,8,10,66,0110110101011010111110110111111111111111111100111100111111011110110110011010101001011111000000100001
+3,8,11,62,0110111101010101011111111111101111000101001110111110101011000101011110011000101101011111001010101010
+3,8,12,63,0101011100111011111111111101111111011100011101011110101111000101111111010000100101111100000100100011
+3,8,13,63,0110001101011100111110111111111111110100111101111100101011011101111100011000011101011111001000100010
+3,8,14,64,0110111101010000111111111111101111000101001101111100101111001111111111011010101101011111000000101001
+3,8,15,65,0110011100011100011110110111111111111110111111111100101011011101111110011000101101111111000000100010
+3,8,16,62,0110100100010011111111111111111111111111001101111100100011000010010111011001111101011101000000101011
+3,8,17,63,0110111101111011011110111110011111111100010100111110111111010101110110011000101001001111001010100010
+3,8,18,66,1100111100011111111111111111111111111100001101101100101111010001110101111001010101111101001100100010
+3,9,0,63,0110001101011100111110111111111111110100111101111100101011011101111100011000011101011111001000100010
+3,9,1,64,0110001101011100111110111111111111110100111101111100101011011101111101011000011101011111001000100010
+3,9,2,62,0101001101011100111110111101111111111100111101111100101011001101111100011000011101011111001000100010
+3,9,3,66,1110000101111111111111111111101111010100011101011110101111010101111101111000000101111110001100100011
+3,9,4,67,0110001101111000111111011101111111111110011111011011101111001101111111011000011101011111000010100101
+3,9,5,63,0100111111010110111110110111111111010111110001101110101010001111111110011000111001011110010000100011
+3,9,6,66,1100011100011111111111110111111111111110101111101100101111010001110110111001110101111101000000100010
+3,9,7,65,0110111100011100011110111111111111111100011101111100101011011101111101011000001101111111001100100010
+3,9,8,65,0001100100011111011111111111111111101100001101111100101110011011110111110011011101111101001100110000
+3,9,9,68,1110111101111011111101110110111111111101101111101110111111110001110101111000010101110101000000100011
+3,9,10,65,1110101101010111011111111111101111010111001111111100100111001001110101011000111101011111000000101011
+3,9,11,64,0110100100010001111111111111111111111111001101111100101011000010010111011011101101011101011100101001
+3,9,12,67,0010111001111110111111010110111111101111101111111110101111000011111111110001010101111101000000110001
+3,9,13,67,0101100101111011011101110111111111101100101101101110111110111111110111111010011101110101000000100011
+3,9,14,69,1110101101011100111110111111101111110111001111111100100111001111110101011010101101011111111000101001
+3,9,15,64,0110110101010011011111110111111111011111111100111100111111011000110110011010101001011111000100100001
+3,9,16,60,0101111100111011111110111110011111011100011101011110101111000101110110010000100101011110000100100011
+3,9,17,66,0110011101111011011111111101111111111100010100111110111111010101111111011000101001101101001010100010
+3,9,18,67,0011110101111011111111100110111111101111101110101110101101111010110111111010011101100101100000100011
+3,10,0,66,0110000001111111111011111111101111010111011111011110101111010101111101111000000101111111001000100011
+3,10,1,64,1010011101111110111111010110111111101100101101110110101111000011111111110001010101111100000100110001
+3,10,2,67,1110111101111011111101110110111111111101101111101110111101110001110101111000010101110101000000100011
+3,10,3,68,1110111101111011111101110110111111111101101111101110111111110001110101111000010101110101000000100011
+3,10,4,65,0110100100010001111111111111110111111111101101111100101011010010110111011011101101011101011100100001
+3,10,5,62,0110110101010011011111110111111111011111011100111100111111001000010110011010101001011111000100101001
+3,10,6,68,1111101101011111111100111111111111011111101111111110100101011001110101011000011101011111000000100011
+3,10,7,60,0010110101110011011111100010101111100111001110100100101111101010110111111010111101100101100000101011
+3,10,8,64,0010111001000110111111010111111111101111001111111110101011000011011111111001010101111101000100110001
+3,10,9,64,0110100100111001111111001110111111111111101101111100101111000010110111010011101101011101011000101001
+3,10,10,61,0110000101111011111110111101111111010110011101011011101111000101111101111000000101011110001100100001
+3,10,11,71,1110001101111100111111011111101111111100011111011110101111011101111111011000011101111111000010100111
+3,10,12,67,0010101001111110111111010110111111101111101111111110101111000011111111110001010101111101000100110001
+3,10,13,65,0001110100011111011111111111111111101100001101111100101110011011110111110011011101111101001000110000
+3,10,14,68,1110111101111011111101110110111111111101101111101110111111110001110101111000010101110101000000100011
+3,10,15,68,1110111101111011111101110110111111111101101111101110111111110001110101111000010101110101000000100011
+3,10,16,67,0101100101111011011101110111111111111100101101101110111110111111110101111010011101110101000000100011
+3,10,17,68,1110111101111011111101110110111111101101101111101110111111110001110111111000010101110101000000100011
+3,10,18,64,1110111101111011111101110110100111111101001111111110110111001001110101111000110101010101000000100011
+3,11,0,63,0001110100011011011111110111111111101100001101111100101110111011110111110010011101111101000000110010
+3,11,1,68,1110111101111111111101111110111111111101101111101110111101010001110101111001010100110101001000100001
+3,11,2,68,1111111101111011011101110110111111111101101001111110111110110001110111111001011101110101000000100001
+3,11,3,64,0000110100011111111111111111111111101001001111101100101111011011110101110010010101111101001000110010
+3,11,4,67,0110101100111100111111011110101111111100111111111110101111001000111111010010001101111111010000100111
+3,11,5,68,1110000101111001111111001111111111111111001101011100101111010111110111011001111101011101001010101001
+3,11,6,66,0101100101111011011111110111111111111100101101101110111110110111110101011010011101110101000000100011
+3,11,7,67,1110101101010111011101110111111111010111101111101100101111111001110101111000011101101111000000101011
+3,11,8,70,1110111101111011111111111111111111111101101111101100111111110001110101011000011101110101000000100011
+3,11,9,66,1110101101010111011101110110111111010111101111101110101111110001110101111000010101111111000000101011
+3,11,10,68,1110111101111011111101100110111111111101101111101100101111010011110111111000001101110101001001100011
+3,11,11,65,0110100100111001111111011110111111111111101101111110111111100000110101010011110101011101010000101001
+3,11,12,61,1110100100011001110100111111111111011111101111111110100101011000110101011000001101111111000000100011
+3,11,13,71,0110101101010111111111111111110111111111101101111100101011010011110111011011111101011101011100100001
+3,11,14,69,1110111101110111011111111110111111111101101111101110101111110001110101111000010101110101000000101011
+3,11,15,68,1110101101011011111101110111111111010111101111101100111111110001110101111000011101111111000000100011
+3,11,16,70,1110001101111100111111011111101111111100011111011110101111011101110111011000011101111111000010100111
+3,11,17,71,1110001101111100111111011111101111111100011111011110101111011101111111011000011101111111000010100111
+3,11,18,70,1110101101011011111101111111111111011111101111111110100111011001110101111000010101111111100000100011
+3,12,0,67,1110101101011111011100110110111111010111101111101110101111110001110101111000010101111111100000101011
+3,12,1,65,1011111101110111111101110110111111011101101111101110111101110000110101011000011101110101000000100011
+3,12,2,73,1110101101010101111111011111111101111110111111111100101111010011110111011011111101011111001010100011
+3,12,3,68,0110001101111110111111111111100111111101001101011110101011111101110111011000011101111101010100100101
+3,12,4,72,0110101101110111111111111111110111111111101111111100101111010001110111011011011101011101011100100001
+3,12,5,68,1110111101011011111111111111111111111101101101101100111011110001110101011000111101110101000000100011
+3,12,6,71,1110101100111111111101111110111111011111101111111110100111011001110101111000010111111111100000100011
+3,12,7,67,1110111101010011011111111111111111111101001111101110101111110001110101111000010101110101000000101011
+3,12,8,71,0110101101010111111111111111110111111111101101111100101011010011110111011011111101011101011100100001
+3,12,9,71,0110101101010111111111111111110111111111101101111100101011010011110111011011111101011101011100100001
+3,12,10,69,0110111101011111111101111110111111111101101111101110111101010011110101011001110110111101001000100001
+3,12,11,70,1110101101110111111111111111110111110111101101111100101011010001110111111011011101010101011100100001
+3,12,12,71,1110001101111100111111001111111111111110011111011110101111011101110111011000011101111111001010100101
+3,12,13,67,1110000101111001111111011111101111111101001101011100101111010111110111011001111101011101000010101011
+3,12,14,70,1110101101011011111101111111111111011111101111111110100111011001110101111000010101111111100000100011
+3,12,15,69,1110101101011011111101111111111111011111101111111110100111011001110101111000010101101111100000100011
+3,12,16,66,1110111101110111111111111110111111111101101111101110111101010001110101111000010100110101000000100001
+3,12,17,71,1110111101111111011101111110111111111101101111101110111111110001110101111001010100110101001000101011
+3,12,18,71,1110011101111100111111011110101111111100111111111110101111111101111111011000001101111101000010100011
+3,13,0,74,1110111101111111111101111110111111111101101111111110111111111001110101111001010100110101001000101011
+3,13,1,68,1110101100111111011101111110111111001111101111101110100111010001110101111000010111111111100000100111
+3,13,2,67,1110101100111110111101011110111111111110101111111110100111011001110101011000010101111111100000100011
+3,13,3,76,1110001101111111111111101111111111011111011111011110101111011101110111111000011111111111001010100101
+3,13,4,64,1110101101010111011111111111111111111111001110001110100011010001010101111000010101110111000000101111
+3,13,5,69,1110101101111011111101111111111111011101101111111110101101011001010101111000010101111111100000100011
+3,13,6,69,1110111101111111011111011110101111111100111111111110101111110001111111011000000101111101000000100011
+3,13,7,73,1110011101111100111101111110111111111101101111101110111111111101110101111001011100110101001010101011
+3,13,8,70,1110101101110101111111011111111111111110101111111100101111010011110111011011010100011111001000100011
+3,13,9,73,1110111101011111010101111110111101111101111111101110111111110001110101111001111101110101001010101011
+3,13,10,70,1110011101111101011111011110101111111100101111101110101111011101111111011000011101111111000000101011
+3,13,11,69,1110101101110110111111111111111111111101011111011110101111110001110101111000000101110101000010100111
+3,13,12,70,0110101101011111111111111111111111111111101101001100101001010011110111011011111111011101011000100001
+3,13,13,69,0110111101010111111101111110110111111101101111111110111111010011110101011001110100111101001100100001
+3,13,14,74,1110001101111110111111011111111111111111011101011110101111111101110111011000011101111111001010100101
+3,13,15,65,0110001101111100111111101111100111111100001111011110101011011101110111011000011101111101010100100101
+3,13,16,71,1110101101111111111101011110111111111100111111101110111111110001110101111001011101110101001000100011
+3,13,17,72,1110111101010101011111111111111101111111101111111100101111010001110111011011110100011111001010101011
+3,13,18,74,1110111101011111111111101111111111111100111101111110111011111001110101011000011101111111001010100011
+3,14,0,76,1110111101010111011111111111111111111111101101111100101111110001110111011011110101111111001010101011
+3,14,1,70,1110111101011101111111101111111101111100111111111110111011011001110101011000011100011111001010100011
+3,14,2,73,1110111101010111011111111111111101111111101111111100100111010001110111011011110100011111101010101011
+3,14,3,67,1110101100111101011101111110111111001111101111101110101111010001110101111000010111111111000000100111
+3,14,4,73,0110111101011111111111111111111111111111111101001100101011010011110111011011011101111101011010100001
+3,14,5,72,0110101101011111111111111111111111111100101101111110111011111001110101011000111111011111001000100011
+3,14,6,72,1110101101010110011111111111111101111111011111011100101111010101110111011010111100111111001010100111
+3,14,7,74,1110011101111101111111011111111111111111101101111110101111111001110111011001010101011111001010101001
+3,14,8,73,1110001101111100111101111111111111111101011101101110111111111101110111111000011100110111001010101011
+3,14,9,74,1110011101111110111111011110111111111111101111011110101111111101110101011001011101111101001010100101
+3,14,10,71,0110101101011111111101111111111111111111101111011110101001010011110111011011110111011101011000100001
+3,14,11,65,1110101100011110111111011110111111111110101101101100100111011001110101011000011101111111100000100011
+3,14,12,69,1110101101011101111111111111111111111111101101001100101101010001110111011010111111011101011000100001
+3,14,13,65,0010001101111010111111011111111111111111001111001100101011010111110111011001111101110101000000100101
+3,14,14,75,1110101101111111111101111111111111011101101111111110111111111101110111111000010100110111001000101011
+3,14,15,75,1110011101111111111111101110111111111111011111011110101111011001110101111001011111111101001010100101
+3,14,16,71,1110110101011101111111111110111101111111101111101100101111010001110111011001110101110111001010101011
+3,14,17,71,1110101101110111011101011111111111111100111111111110111111110001110101111011011100011101001000100011
+3,14,18,70,1110111101111111111111011110101111111101101111111110111111111001010101111001010100110101001000100010
+3,15,0,72,0110101101111101111111011111111111111110101101111110111111111001110111011001010101011111001000101001
+3,15,1,72,1110011101011111111111111111111111111101101100111110101011111001110101011000111111011111001010000011
+3,15,2,74,1110011101111110111111111110111111111111011111011110101111011001110101011001011111111101001010100101
+3,15,3,72,1110011101111111111111001110111111111110101111011110101111111001110101111001011101111001001010100101
+3,15,4,71,0110011101011111111111111111111111111111111101001100101011110011110111011011011101111101001000100001
+3,15,5,75,1110111101111101111111011111111111111111101101111110101111011001110111011001010101011111011010101001
+3,15,6,70,0110101101011111111111111111111111111100101101111110101011111101110101011000011101011101001000100111
+3,15,7,76,1110011101111110111111011110111111111111101111011110111111111001110101011001111111111111001010100001
+3,15,8,74,1110101101111110111111111111111111011101101111111110111111111101110101111000010110010111001000101011
+3,15,9,72,0110101101011111111101111111111111111100101101111110111011111001110111011000111101111111001000100011
+3,15,10,74,1110001101111101111111101111111111111111011101001110101111111001110111111000011110111111001010101101
+3,15,11,74,1110011101111111111101111110111111111101011111111110111111011100110101111001011101110101001010100011
+3,15,12,73,1110111101011111111111111111111111111111101101001100101011010011110111011011011101111101011010100001
+3,15,13,75,0110111101010111011111111111111111111111111101111100101111110001010111011011110101111111001010101011
+3,15,14,74,1110111101011111111111101111111111111100111111111110111111011001110101011001011100011111001010100011
+3,15,15,70,1110011101111100111111011110111101111111101111011110101011111101110101011000011101111101001010100101
+3,15,16,76,1110111101010111011111111111111111111111101101111110111111110001110111011011110100110111001010101011
+3,15,17,75,1110101101111111111101111111111111011101101111111100101111111101110111111000010101111111001000101011
+3,15,18,74,1110001101111100111101111111111111111101111101001110111111011011110111111001111101010111011010101001
+3,16,0,72,1110011101111100111111111110111111111111001111001110101111111001110111011000011111111111001010100001
+3,16,1,78,1110001101111111111111001111111111111111111101011110111111111001110101111001111110111111001010101101
+3,16,2,67,1110001001111111111111101100111111111110001101001110101111111001110111110000010110111101001010101101
+3,16,3,75,1110011111111101111111001101111111111111111111011110101111111001110101111001011101111011001010100101
+3,16,4,74,0110111101110111011111111111111111111111101101111100101111111001110111011011010101011111001000101011
+3,16,5,73,0110101101011101111111011111111111111110111101111110111111110001010111011001110101111111001010101001
+3,16,6,75,1110111101010111011111111111111111111111101101011110101111110011110111011011110100110111001010101011
+3,16,7,74,1110111101011111111111111111111111111111101101101100111011010001110111011011011101111101011010100001
+3,16,8,75,1110011101111111111111011110111111111111011111011110111111011100110101011001111111111101001010100001
+3,16,9,73,1110011101111110111101111110111111111101101111110110111111111001110101111001011101110111001010100001
+3,16,10,76,1110111100110111011111111111111111111111011111011110101111010001110111011011011111111111001010100101
+3,16,11,72,0110011101011110111111111110111111111111111101111100101111111001010101011001110101111101001010101011
+3,16,12,74,1110001101111101111111101111111111111111011101001110101111111001110111111000011110111111001010101101
+3,16,13,74,1110001101111101111111101111111111111111011101001110101111111001110111111000011110111111001010101101
+3,16,14,72,1110101101111101111111011111111111111110001101111110101111111001110111011001010111011111001010100001
+3,16,15,73,0110011101111110011111111110111111111111111111011110111111011001110101011001011101111101001000101101
+3,16,16,74,0110111101010110111111111111111111011111111101111100111111110001110111111001110101011111001000101011
+3,16,17,74,1110101101111111011111111111111111111101001111111110101111111101010101011010010110110111001010101011
+3,16,18,71,1110101101011101111101111111111111111100101101111110111011011001110111011000011101011111011000101011
+3,17,0,70,1110111101110111111101111110111111111001101111010110111111110011110101111001010100110111001010100001
+3,17,1,75,1100011101011110011111111111111101111111101101111110101111111001110111011011111101110111001010101011
+3,17,2,75,1110101100110111111111001111111111111111111101011110111111110001110111011001011111111111001010100101
+3,17,3,79,1110011101111111011111111111111111111111011111011110101111011001110101111011111110111111001010101101
+3,17,4,74,1110111101111101111111111111111111111111111101111100101111111001110101011001011101011011001000100011
+3,17,5,75,0110011111110111011111001101111111111111101111011110101111111001110111111011010101111111001010101101
+3,17,6,73,1110011101111111111111111111111111111111011101101100111111011000110101011001111101111101001010100001
+3,17,7,77,1110111101011111111111011110111111111111101111011110111011011101110111011011011111111101011010100001
+3,17,8,75,1110011111111101111111001101111111111111111111011110101111111001110101111001011101111011001010100101
+3,17,9,74,1110011111111101111111001101111111111111111111001110101111111001110101111001011101111011001010100101
+3,17,10,75,1110111101010111011111111111111111111111101101011110101111110011110111011011110100110111001010101011
+3,17,11,75,1110111101010111011111111111111111111111101101011110101111110011110111011011110100110111001010101011
+3,17,12,76,1110111101111111111111111111111111111111101101101100111011010001110111011011011101111111011010100001
+3,17,13,73,0110111101011111111111011111111111111111101101111110101101111001110111011001110101111101001010100001
+3,17,14,74,1110011111111101111111001101111111110111111111011110101111111001110101111001011101111011001010100101
+3,17,15,75,1110011111111101111111001101111111111111111111011110101111111001110101111001011101111011001010100101
+3,17,16,72,0110111101010111111111011111111111111111101100111110101111111001110111011001110100111111001010100001
+3,17,17,78,1110111101111111011111111111111111111111101101011110101111110011110111011011110101110111001010101011
+3,17,18,74,0110111111111111111111001101111101111111101101111110101111111001110111011001111101111011001010100001
+3,18,0,77,1110111101111111011111111111111111111111101101011110101111110011110111011001110111110111001010100011
+3,18,1,78,1110011101111101111111011111111111111111111111011110101111111001110101111011010101111111001010101101
+3,18,2,77,0110011101110111011111111111111111111111100111011110111111011001110111111011010101111111011010101101
+3,18,3,74,1110111111111111111111001101111111111111101101101100101011110001110111011011011101111111011010100001
+3,18,4,76,1110011101111101011111011111111111111111011111011110101111111001110101111011110110111111001010100101
+3,18,5,81,1110011101111111111111111111111111111111111111011110101111011001110111111001011111111111001010101101
+3,18,6,76,1110011101011111111111011110111111111111101111011110111011011101110101011011011111111111001010100101
+3,18,7,79,1110111101111111011111101111111111111111011111011110101111011001110111111011111110111101011010101001
+3,18,8,75,1110111111111101111111001101111111111111101111011110101111111001110101111001011101111011001010100101
+3,18,9,73,0110011111111111111111001101111101111111111101101110101111111001110111011001111101111011001010100001
+3,18,10,74,1110111101110111011111101111111111111111101101011110101111110001110111111011010101110111001010101001
+3,18,11,76,0110011111010111011111011101111111111111101111011110101111111011110111011011110100111111001010101111
+3,18,12,75,1110111101100111011111111111111111111111101101001110101011110011110111011011011100111111011010101011
+3,18,13,75,1110111101011111111111111111111111111111101101111100111111010001110111011011110101110111001010100001
+3,18,14,80,1110111101111111011111011111111111111111011111011110101111011101110111111011011110111111001010101101
+3,18,15,76,1110011101011111111111111110111111111111101111011110111011011001110101011011111111111101011010100001
+3,18,16,73,1110011011111101111111001101111111111111111111011110101111101001110101111001010101111111001010100101
+3,18,17,77,0110011101110111011111011111111111111111101111011110101111111001110111111011010111111111001010101101
+3,18,18,73,1110011111111111111111001101111101111111101111011110101111111001110101111001011101111011001010100001
+3,19,0,80,1110111101111101111111111111111111111111111111011110101111110001110101111011010111111111001010101101
+3,19,1,74,1110011101111111011111011111111111111111101101011110101111111011110111010001110101110111001010100011
+3,19,2,82,1110011101111111011111111111111111111111110111011110111111011101110111111011010111111111011010101101
+3,19,3,75,0110111101110111011111011111111111111111001111011110101111011001110111111011011100111111001010101101
+3,19,4,77,1110111101101111011111011111111111111111101101001110101011110011110111111011011100111111011010101111
+3,19,5,77,1110111101110111011111111111111111111111011111011110101111011101110111011011011110011111001010101001
+3,19,6,76,0110011101110111011111111111111111111111100111011110111111110001110111011011010101111111011010101101
+3,19,7,76,1110111101100111011111111111111111111111101101001110101011011011110111111011011100111111011010101011
+3,19,8,75,1110011101111111011111011111111111111111001111001110101111111001110101111011010110111111001010101101
+3,19,9,76,0110011101110101011111011111111111111111111111001110101111111001110111111011110111111111001010100101
+3,19,10,76,0110011101110111011111011111111111111111101111011110101111111001110101111011010111111111001010101101
+3,19,11,77,1110011101110101111111011111111111111111111111011110101111111001110111111011010101111111001010001101
+3,19,12,80,1110111101011111111111011111111111111111001111011110101111011101110101111011011111111111011010101101
+3,19,13,76,1110011101111111011111111110111111111111111111011110111011011001110111011011111110111101001010100001
+3,19,14,71,1000011101011111111111001100111111111011101111111110101011111001110101001011111111111111001010100101
+3,19,15,77,0110111111111101111111011111111111111111111101011110111111011101110111011001011101111011001010100101
+3,19,16,76,0110011101110111011111111111111111111111110111011110101111011001110111111011010101111111001010101101
+3,19,17,82,1110011101111111111111111111111111111111101111011110111111011001110111111001011111111111011010101101
+3,19,18,72,0110111111111111011111101101111101111111111101001110101111111001110111011001111100111011001010100001
+3,20,0,74,1110111101100111011111011111111111111111001101011110101111010011110111111011011100111111001010101101
+3,20,1,78,0110111101111111011111011111111111111111101111001110101011111001110111111011011100111111011010101111
+3,20,2,76,1110111111111111011111111110111111111111111111011110111011011001110111011011011100111001001010100101
+3,20,3,76,0110011101111101011111011111111111111111111101011110111111011101110111011001111111111111001010100001
+3,20,4,74,0110011101110111011111111111111111111111101101001110101111111001110111111011010101111111001010101001
+3,20,5,78,1110111101100111011111011111111111111111101111011110101011011011110101111011011110111111011010101111
+3,20,6,74,1110111101100111011111101111111111111111001101001100101111011111110111111011011100011111011010101011
+3,20,7,77,1110111101110111011111111111111111111111111111011110101011011001110111011011011110111111001010101001
+3,20,8,77,1110011101111101111111111111111111111111101111001110101111001001110111111001011111111111001010101101
+3,20,9,80,0110011101110111011111011111111111111111111111011110111111111001110111111011110111111111011010100101
+3,20,10,81,1110011101111111111111011111111111111111001111011110101111011101110101111011011111111111011010101111
+3,20,11,75,0110111101010111011111111111111111111111100101011110111111110001110111011011010101111111011010101101
+3,20,12,81,1110011101111111011111111111101111111111111111011110111101011101110111111011010111111111011010101101
+3,20,13,76,1110011101110101111111011111111111111111110111011110101111111001110111111011010101111111001010001101
+3,20,14,77,0110011101110101011111011111111111111111111111001110101111111011110111111011110111111111001010100101
+3,20,15,75,1110111101101111011011011111111111111111101101001110101011110001110111111011011100111111011010101111
+3,20,16,82,1110111101111111111111011111111111111111011111011110101111111101110111111011010101111111011010101101
+3,20,17,75,1110011101010101111111011111111111111111101111011110101111011001110101111011011111111111001010001101
+3,20,18,79,1110011101110111011111111111111111111111101111011110111111011101110111111001011111011111001010101101
+3,21,0,81,0110011101110101011111111111111111111111111111011110111111111101110111111011110111111111001010101101
+3,21,1,77,1110011101111111011111011111101111111111111111001110101101011011110111111011010111111111011010100101
+3,21,2,81,1110111101111111111111011111111111111111111111001110101111111001110111111011011100111111001010101111
+3,21,3,73,0110011101110101011111011111111111111111100111011110101011111001110111111011010101111111011010001101
+3,21,4,76,1110011101111101111111011111111111111111001111001110101111101001110111111001011111111111001010101101
+3,21,5,83,1110111101111111111111111111111111111111111111011110101111011101110111111011010101111111011010101101
+3,21,6,82,1110111101111111111111011111111111111111111111011110101111111011110111111011010100111111011010101101
+3,21,7,78,1110111101100111011111011111111111111111001111011110101011011101110101111011011111111111011010101111
+3,21,8,77,0110011101111101011111011111111111111111111101011110111011011101110111011011111111111111001010100101
+3,21,9,77,0110011101110111011111011111111111111111101111011110111111111001110111111001110111111111011010100001
+3,21,10,80,1110011101111111011111011111111111111111101111011110101111111001110111111011011111111111011010100101
+3,21,11,81,0110011101111111111111011111111111111111011111011110111111011101110101111011100111111111011010101111
+3,21,12,77,0110011101110111011111011111111111111111101111011110111111111101110111111011010111011101011010100101
+3,21,13,81,1110011101110111011111111111111111111111111111011110111111011001110111111001111111111111001010101101
+3,21,14,81,0110011101110111011111011111111111111111101111011110111111111001110111111011011111111111011010101111
+3,21,15,78,0110111101111111011111011111111111111111111111001110101111111001110111111011110100111111011010100101
+3,21,16,79,1110011101111111111111011111111111111111011111011110101111111001110111111011010101111111001010101101
+3,21,17,79,1110111101110101111111011111111111111111110111011110101111111101110111111011010101111111011010001101
+3,21,18,78,1110011101110101111111011111111111111111110111011110101111111001110111111011010111111111011010001101
+3,22,0,79,1110011101111111111111011111111111111111011111011110101111011011110101111011100101111111011010101101
+3,22,1,82,0110111100111111111111011111111011111111111111011110111111111101110111111011010110111111011010101111
+3,22,2,79,1110111101110111011111011111111111111111111111001110101111111001110111111011011100111111001010101111
+3,22,3,83,1110111101111111111111111111111111111111111111111110111111011001100111111000111111111111001010101101
+3,22,4,79,1110111101110101111111011111111111111111110111011110101111111101110111111011010101111111011010001101
+3,22,5,79,1110111101110101111111011111111011111111110111011110101111111101110111111011110101111111011010001101
+3,22,6,79,0110011101110101011111011111111111111111111111011110111011111101110111011011111111111111011010100101
+3,22,7,75,0110011101111111011111011111111111111111101101011110111111011101110111111011010111011101001010100101
+3,22,8,82,1110011101111101011111111111111111111111111111011110111111111101110111111011010101111111011010101101
+3,22,9,80,0110111101110111101111111111110111111111111111011110101111011101110111111011110111111111001010101101
+3,22,10,81,0110011101110111111111111111111111111111111111011110101111011101110111111011010111111111011010101101
+3,22,11,83,1110111101111101011111111111111111111111111111011110111111111101110111111011110101111111001010101101
+3,22,12,81,1110111101111111011111011111111111111111111111011110101111111001110111111011010110111111011010101101
+3,22,13,83,1110011101110111111111111111111111111111111111011110111111011011110111111001111101111111001110101101
+3,22,14,82,1110111101111111111111111111111111111111111111011110101111011001110111111011010101111111011010101101
+3,22,15,83,1110111101111111111111011111111111111111111111011110101111111111110111111011010100111111011010101101
+3,22,16,79,1110011101110111011111011111111111111111111111011110101111011001110111111001111111111111001010101101
+3,22,17,80,1110011101110101111111111111111111111111110111011110111111111001110111111011010111111111011010001101
+3,22,18,80,1110011101111111011111001111111111111111101111011110101111111001110111111011011111111111011110100101
+3,23,0,79,1110010101110111011111111111111111111111111111011110101111011001110111111001111111111111001010101101
+3,23,1,82,1110111101111111111111011111111111111111111111111110111111011001100111111000111111111111001010101101
+3,23,2,79,1110011101111111011111001111111111111111111111011110101111011001110111111011011111111111001010101101
+3,23,3,80,1110011101110111011111011111111111111111101111011110101111111001110111111001111111111111011110100101
+3,23,4,82,1110011101111101011111111111111111111111111111011110111111111101110111111011010101111111011010101101
+3,23,5,79,1110111101110101111111011111111111111111110111011110101111111101110111111011010101111111011010001101
+3,23,6,79,1110011101110101111111011111111111111111111111001110111111111001110111111011010111111111001010101101
+3,23,7,80,1110111101110111011111111111111111111111110111011110101111111001110111111011011100111111011010001111
+3,23,8,81,1110111101111111111111011111111111111111111111011110111111011001100111111001110111111111001010101101
+3,23,9,84,1110111101111111011111111111111111111111111111111110101111111111110111111010011100111111011010101101
+3,23,10,83,1110011101110111111111111111111111111111111111011110111111011011110111111001111101111111001110101101
+3,23,11,83,1110011101110111111111111111111111111111111111011110111111011011110111111001111101111111001110101101
+3,23,12,80,1110011101111101111111111111111111111111111111011110101111011101110101111011100101111111011010101101
+3,23,13,81,1110111101111111011111011111111111111111011111011110111111111011110111111011110101111111001010001101
+3,23,14,79,0100011101110111111111111111111111111111111111011110101111011101110111111011010110111111011010101101
+3,23,15,83,0110111100111111111111011111111011111111111111011110111111111101110111111011010111111111011010101111
+3,23,16,81,1110011101111111011111011111111111111111101111011110101111111101110111111011010111111111011110100101
+3,23,17,83,1110111101111111111111001111111111111111111111011110101111111111110111111011011100111111011010101101
+3,23,18,83,1110111101111111111111011111111011111111111111011110111111111101110111111011010110111111001010101111
+3,24,0,82,1110111101110111111111011111111111111111110111011110101111011101110111111011110101111111011110101101
+3,24,1,80,1110011101110101111111111111111111111111111111011110111111111011110111111001011101111111001010001101
+3,24,2,79,1110111101110011011011011111111111111111111111011110111111111011110111111011110101111111001010001101
+3,24,3,79,1110111101111101111111011111111111111111010111011110101111111111110111111011010101111011011010001101
+3,24,4,84,1110111101111111111111111111111111111111111111011110101111111111110111111010011100111111011010101101
+3,24,5,83,1110111101111111011111001111111111111111111111111110101111111111110111111011011100111111011010101101
+3,24,6,82,1110011100111101011111111111111111111111111111011110111111111101110111111011110101111111011010101101
+3,24,7,77,0110011101111001111111111111111011111111111111011110101111011101110101111011100101111111011010101101
+3,24,8,80,0110111101111101011111111111111111111111111111011110111111111001100111111011110101111111001010101101
+3,24,9,84,1110111100111111111111011111111111111111111111111110111111011101110111111000111111111111011010101101
+3,24,10,83,1110111101111111111111001111111111111111111111011110111111111111110111111011011100111111001010101101
+3,24,11,83,1110011101110111111111111111111111111111111111011110101111011011110111111001111101111111011110101101
+3,24,12,79,1110011101111111011111001111111111111111101111011110101111111011110111111000011111111111011110100101
+3,24,13,84,1110111101110111011111111111111111111111111111111110101111111101110111111011111100111111011010101101
+3,24,14,81,1110011101110111011111011111111111111111101111011110111111111001110111111001111111111111011110100101
+3,24,15,80,1110111101111111111111011111111111111111111111011110101111011001100111111001110111111111001010101101
+3,24,16,79,0110011100111111011111011111111011111111101111011110101111111101110111111011010111111111011010101111
+3,24,17,84,1110111101111111111111011111111111111111011111011110111111111101110111111011010111111111011110100101
+3,24,18,82,1110111101111111111111101111111111111111111111011110111111111001100111111011110101111111001010101101
+3,25,0,84,1110111101111111111111101111111111111111111111011110111111111001110111111011111101111111001010101101
+3,25,1,82,1110111101110111011111111111111111111111111111111110101111111101100111111011110100111111011010101101
+3,25,2,82,1110110101111101011111111111111111111111111111011110111111111101100111111011111100111111011010101101
+3,25,3,81,0110111101110111011111111111111111111111111111111110101111111001110111111011110101111111001010101101
+3,25,4,84,1110111101111111111111101111111111111111111111011110111111111111110111111011011100111111001010101101
+3,25,5,83,1110111101111111111111011111111111111111111111011110101111111111110111111010011100111111011010101101
+3,25,6,82,1110111100111111111111011111111111111111111111111110111111011101110111111000111100111111011010101101
+3,25,7,85,1110111101111111111111111111111111111111011111011110101111111111110111111010011111111111011010101101
+3,25,8,82,0110111101111111011111111111111111111111111111011110111111011011101111111011110100111111011010101101
+3,25,9,81,1110111101111101111111011111111111111111111111011110101111111101110111111001010111111111001010101101
+3,25,10,81,1110011100111111111111011111110111111111111111011110111111111001100111111011010111111111011010101111
+3,25,11,79,0110111101111111011111101111111011111111101111011110101111111101110111111011110101111111001010101101
+3,25,12,81,1110011101110111111111111111111111111111111011011110101111011011110111111001111001111111011110101101
+3,25,13,83,1110011101110111111111111111111111111111111111011110101111011011110111111001111101111111011110101101
+3,25,14,79,1110011101110111011111011111111101111111101111011110111111111101110111110001110111111111011110100101
+3,25,15,82,1110011100111101011111111111111111111111111111011110111111111001110111111011111101111111011010101101
+3,25,16,84,1110111101111111011111111111111111111111101111011110101111111011110111111011011110111111011110101101
+3,25,17,81,1110011101110111111111011111111111111111111111011110111111111101110111111000111101111111011010100101
+3,25,18,83,1110111101111111111111011111111111111111111111011110101111011111111111111010011100111111011010101101
+3,26,0,79,1110111101111111011101111111111111111111101111011110100111111011110111111001011110111101011010101101
+3,26,1,86,1110111101111011111111111111111111111111111111011110101111111111110111111011011110111111011110101101
+3,26,2,84,1110111101111111111111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,26,3,84,1110111101111111111111011111111111111111111111011110101111011111111111111001011110111111011010101101
+3,26,4,84,1110111101111111011111111111111111111111101111011110101111111011110111111011110110111111011110101101
+3,26,5,84,1110111101111111111111101111111111111111111111011110111111111001110111111011011101111111001011101101
+3,26,6,85,0110111101111111111111111111111111111111111111011110111111111111110111111011011100111111011010101101
+3,26,7,80,1110111101111111011111101111111111111101111111011110111111011011101111111011110100111111001010101101
+3,26,8,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011110101101
+3,26,9,83,1110111101111111111111111111111111111111101111011110100111111111110111111001011110111111011010101101
+3,26,10,84,1110111101111111111111111111111111111111011111011110111111111101110111111010011111111111001010101101
+3,26,11,86,1110111111111111111111101111111111111111111111011110101111111011110111111011111101111111011010101101
+3,26,12,82,1110111101111111111111111111111111111111111110011110100111111101100111111001111110111111011010101101
+3,26,13,83,1110110101111101011111111111111111111111111111011110111111111111110111111011011100111111011010101101
+3,26,14,82,1110111101111111011111111111111111111111111111011110111111011011111111111010010100111111011010101101
+3,26,15,81,0110111101111111111111011111111111111111111111011110101110111111100111111011101100111111011010101101
+3,26,16,81,1110111101111111111111101111111111111111111111011110111111011001110111111000111101111111001010101101
+3,26,17,85,1110111100111111111111011111111111111111111111111110111111111101110111111011111100111111011010101101
+3,26,18,82,1110111101111101111111011111111111111111111111011110101111111101110111111001011111111111001010101101
+3,27,0,83,1110111101111111111111111111111111111111111111011110100111111011110111111001111110111111010010101101
+3,27,1,84,1110110111111111111111101111111111111111101111011110101111111111110111111011011101111111011010101101
+3,27,2,84,1110111101111111111111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,27,3,84,1110111101111111111111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,27,4,84,1110111101111111111111011111111111111111111111011110101111011111111111111011011100111111011010101101
+3,27,5,85,1110111100111111111111011111111111111111111111111110111111111101110111111001111110111111011010101101
+3,27,6,84,1110111101111111111111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,27,7,86,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011111101101
+3,27,8,86,1110111101111011111111111111111111111111111111011110101111111111110111111011011110111111011110101101
+3,27,9,86,1110111101111011111111111111111111111111111111011110101111111111110111111011011110111111011110101101
+3,27,10,85,1110111111111011111111101111111111111111111011011110101111111111110111111011011110111111001110101111
+3,27,11,85,1110111101111111111111111111111111111111111111011110111111111111110111111011010100111111011010101101
+3,27,12,85,1110111111111111111111101011111111111111111111011110101111111011110111111011111101111111011010101101
+3,27,13,86,1110111111111111111111101111111111111111111111011110101111111011110111111011111101111111011010101101
+3,27,14,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011110101101
+3,27,15,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011110101101
+3,27,16,84,1110111111111111111111101111111111111111111111011110110111111111110111111011011100111111001010101101
+3,27,17,86,1110111101111111111111111111111111111111111111011110101111111111110111111011010100111111011011101111
+3,27,18,83,1110111101111111011111111111111111111111111111011110100111111011110111111011011110111111011010101101
+3,28,0,87,1111111111111111111111101111111111111111101111011110101111111111110111111011111101111111011010101101
+3,28,1,82,1110110111111111111111101111111101111111111111011110101111111011110111110011011101111111011010101101
+3,28,2,87,1110111111111111111111101111111111111111111111011110101111111111110111111011111101111111011010101101
+3,28,3,85,1110111100111111111111011111111111111111111111111110111111111001110111111011111110111111011010101101
+3,28,4,84,1110111101111111111111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,28,5,83,1110111101111111110111111111111111111111111111011110100111111111110111111011011100111111011010101101
+3,28,6,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011111101100
+3,28,7,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011110111111011110101101
+3,28,8,86,1110111101111111111111111111111111111111111111011110101111111111110111111001110100111111011011101111
+3,28,9,85,1110111111111111111111101111111111111111111111011110101111111011110111111011011101111111011010101101
+3,28,10,86,1110111111111111111111101111111111111111111111011110101111111011110111111011111100111111011110101101
+3,28,11,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011111111111011010101101
+3,28,12,85,1110111101111111111111101111111111111111111111011110111111111111110111111011011100111111001010101111
+3,28,13,85,1110111111111111111111111111111111111111111111011110100111111111110111111011010100111111011011101101
+3,28,14,85,1110111111111011111111101111111111111111111111011110101111111111110111111011011110111111011010101101
+3,28,15,84,0110110101111111111111111111111111111111101111011110101111111111110111111011011101111111011110101101
+3,28,16,84,1110111101111111111111111111111111111111111111011110101111111111111111111011010000111111011010001111
+3,28,17,86,1110111101111011111111111111111111111111111111011110101111101111110111111011011110111111011111101101
+3,28,18,86,1110111101111111111111101111111111111111101111111110101111111111110111111001111110111111011110101101
+3,29,0,85,1111111111111111111111101011111111111111101111011110101111111011110111111011111100111111011110101101
+3,29,1,87,1110111111111111111111101111111111111111111111011110101111111111110111111011111101111111011010101101
+3,29,2,85,1110111101111011111111101111111111111111111111011110101111101111110111111011011110111111011111101101
+3,29,3,87,1110111111111111011111111111111111111111111111011110101111111111110111111011111101111111011010101101
+3,29,4,83,1110111101111011111111111111111111111111111110011110101111111011110111111011011110111111011010101101
+3,29,5,86,1110111101111011011111111111111111111111111111011110101111101111110111111011011111111111011111101101
+3,29,6,87,1110111111111111111111111111111111111111111111111110101111101111110111111001011111111111011010101101
+3,29,7,82,1110111101111111111111101111111111111111101111010110101111111011110111110011111100111111011110101101
+3,29,8,85,1110111101111111011111111111111111111111111111011110101111101111110111111011011110111111011110101101
+3,29,9,86,1110111101111011111111111111111111111111111111011110101111111011110111111011011111111111011011101101
+3,29,10,84,1110111101111111111111101111111111111111111111011110101111111011110111111011011100111111001110101111
+3,29,11,87,1110111111111111111111101111111111111111111111011110111111111111110111111011111100111111011010101101
+3,29,12,86,1110111101111111111111111111111111111111111111011110101111111111110111111001110100111111011011101111
+3,29,13,86,1110111101111111111111111111111111111111111111011110101111111111110111111001110100111111011011101111
+3,29,14,88,1110111111111111111111101111111111111111111111111110111111111111110111111011011100111111001110101111
+3,29,15,84,1110111101111111111111101111111111111111111111011110101111111011110111111011111100111111011010101101
+3,29,16,87,1110111101111111111111101111111111111111111110011110111111111111110111111011111101111111011010101111
+3,29,17,83,1110111111111111111111101111111111111111111111011110101111110111110111111011011100111111001010101101
+3,29,18,85,1110111101111111011111111111111111111111111111011110101111111011110111111011011111111111011010101101
+3,30,0,85,1110111101111011111111111111111111111111111111011110101111111011110111111011011111111111011001101101
+3,30,1,87,1110111111111111111111101111111111111111111111011110101111111111110111111011111101111111011010101101
+3,30,2,86,1111111111111111111111111111111111111111111111011110101111111011110111111011011100111111001110101101
+3,30,3,85,1110111101111111011111101111111111111111111111011110101111111111110111111011111101111111011010101110
+3,30,4,84,1110111101111011111111101111111111111111111111011110101111101011110111111011011110111111011111101101
+3,30,5,86,1110111001111011111111111111111111111111111111011110101111111111110111111011011111111111011011101101
+3,30,6,86,1110111101111111011111101111111111111111111111011110101111111111110111111011111101111111011011101101
+3,30,7,84,1110111101111011111111111111111111111111111111011110101111101011110111111011011110111111011110101101
+3,30,8,86,1111111111111111111111101111111111111111101111011110101111111111110111111011111100111111011010101101
+3,30,9,85,1110111101111111111111101011111111111111111110011110111111111011110111011011111101111111011110101111
+3,30,10,86,1110111111111111111111101111111111111111111111111110101111101111110111111001011111101111011010101111
+3,30,11,86,1110111101111111011111111111111111111111111110011110111111111111110111111011111101111111011010101101
+3,30,12,81,1110111101111111111111101011111111111111111111011110111111111011110111101011011100111111001010101101
+3,30,13,86,1110111101111011111111111111111111111111111110011110101111111111110111111111011110111111011010101111
+3,30,14,88,1110111111111111111111101111111111111111111111111110111111111111110111111011111100111111001110101101
+3,30,15,87,1110111111111111011111111111111111111111111111011110101111111111110111111011011101111111011010101111
+3,30,16,89,1110111111111111111111101111111111111111111111111110111111111111110111111001111111111111011010101101
+3,30,17,85,1110111101111111111111111111111111111111111110011110101111101111110111111011011101111111011010101111
+3,30,18,87,1110111111111111011111111111111111111111111111011110101111111111110111111011111101111111011010101101
+3,31,0,88,1110111111111111011111111111111111111111111111011110101111111111110111111111011100111111011110101111
+3,31,1,83,1111111101111011111111111111111111111111111110011110101111111011110111111011011110111111001010101101
+3,31,2,87,1111111111111111111111101111111111111111101111011110101111111111111111111011111100111111011010101101
+3,31,3,84,1111111111111111111111101111111111111111101111011110101111111011110111111011111100111011011010101101
+3,31,4,87,1110111111111111111111111111111111111111111111011110101111111111110111111001011111101111011010101111
+3,31,5,86,1110111111111111011111101111111111111111111111111110101111101111110111111011011101111111011010101111
+3,31,6,86,1110111101111111111111101111111111111111111110011110111111011111110111111011111111111111011010101101
+3,31,7,85,1110111111111111011111111111111111111111111111111110101111101111110111111001011101101111011010101111
+3,31,8,88,1110111111111111111111101111111111111111111111111110111111111111110111111001111111101111011010101101
+3,31,9,87,1110111111111111111111101111111111111111111111111110101111101111110111111001011111111111011010101111
+3,31,10,87,1110111111111111011111111111111111111111111111011110101111111111110111111011111101111111011010101101
+3,31,11,83,1110111101010111111111111111111111111111111110011110101111101111110111111011011101111111011010101111
+3,31,12,85,1110111101111011111111111111111111111111111111011110101111111011110111111011011111111111011001101101
+3,31,13,84,1110111101111011111111111111111111111111111111011110101111111011110111111011011111110111011001101101
+3,31,14,89,1111111111111111111111101111111111111111111111011110101111111111110111111011111101111111011010101111
+3,31,15,84,1110111111111111011111111111111111111111101111011110100111111111110111111011111100111111011010101101
+3,31,16,87,1111111111111111111111101111111111111111111111011110101111111011110111111011011111111111001110101101
+3,31,17,86,1110111111111111111111111111110101111111111111111110111111111111110111111001111100111111011010101101
+3,31,18,86,1111111101111111011111111111111111111111111111011110101111111011110111111011011101111111011110101101
+3,32,0,89,1111111111111111111111111111111111111111111111011110101111111111110111111011011100111111011110101111
+3,32,1,83,1110111111111111011111101111111111111111101111011110101111111011110111111111111100111011011010101101
+3,32,2,85,1111111111111011111111101111111111111111101111011110101111111011110111111011111101111011011110101101
+3,32,3,87,1110111111111111111111101111111111111111111111111110111111111111110111111001111110101111011010101101
+3,32,4,85,1111111101101111011111111111111111111111111111011110101111111011110111111011011101111111011110101101
+3,32,5,89,1110111111111111011111111111111111111111111111011110101111111111110111111111011100111111011111101111
+3,32,6,84,1110111111111111011111111111111111111111101111011110100111111111110111111011111100111111011010101101
+3,32,7,89,1111111111111111111111101111111111111111111111011110101111111111110111111011111101111111011010101111
+3,32,8,86,1110111111111111111111111111111111111111111111011110101111111111110111111001011111111111011000101101
+3,32,9,86,1110111101111011111111111111111111111111111111011110101111111011110111111011011111101111011011101111
+3,32,10,84,1110111101111111011111101111011111111111111111011110101111111111110111111111011100111111011010101111
+3,32,11,91,1111111111111111111111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,32,12,87,1111111111011111111111111111111111111111111111011110101111111011110111111011011101111111011110101101
+3,32,13,82,1111111101111111011111101111111111111111101111011110101111111011110111111011111100111011011010101101
+3,32,14,84,1110111111111111111111111111110101111111101111111110011111111111111101111001111100111111011010101101
+3,32,15,84,1011111111111111111111101111111101111111111111011110101111111110110111111011111100111111011010101101
+3,32,16,85,1110111111111101111111111111111111111111111111011110111111111111110111111001011101101111011010101101
+3,32,17,87,1110111111111111111111111111110101111111111111111110101111111111110111111001111110111111011010101111
+3,32,18,84,1110111101111101111111101111111111111111111111011110111111111111110111111001011111101111011001101101
+3,33,0,82,1110111111011111111111110111110111111111101111011110001111111011110111111011111101111111011010101101
+3,33,1,87,1111011111111111111111111111111101111111111111111110111111111111111101111001011100111111011110101101
+3,33,2,89,1110111111111011111111111111111111111111111111011110101111111111110111111011011101111111011111101111
+3,33,3,88,1111111101111111111111111111111111111111111111011110101111111011110111111011111111101111011010101111
+3,33,4,90,1111111111111111111111111111111111111111111111011110101111111111110111111111011100111111011110101111
+3,33,5,88,1110111111111111011111111111111111111111111111011110101111111111110111111011011100111111011111101111
+3,33,6,90,1111111111111111111111101111111111111111111111011110101111111111110111111011111101111111011110101111
+3,33,7,87,1111101111111111111111111111111111111111111111011110101111111111110111111011011100111111001110101111
+3,33,8,90,1111111111111111111111111111111111111111111111011110111111111111110111111011011100111111011110101111
+3,33,9,85,1111111101101111011111111111111111111111111111011110101111111011110111111011011101111111011110101101
+3,33,10,89,1111111111111111111111101111111111111111111111011110111111111111110111111011011100111111011110101111
+3,33,11,87,1111111111111111111111111111111111111111111111011110101111011111110111111011011100111111011110101101
+3,33,12,91,1111111111111111111111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,33,13,89,1111111111111111111111111111111111111111111111011110101111111111110111111011011100111111011110101111
+3,33,14,86,1110111101111111111111111111011111111111111111011110101111111111110111111111011100111111011010101111
+3,33,15,85,1111111111011111011111101111111111111111111111011110101111111011110111111011011101111111011110101101
+3,33,16,86,1110111111111111111111111111110101111111101111111110011111111111111101111001111110111111011010101111
+3,33,17,84,1110111111111111111111111111110101111111101111111110101111111111110111111001111100111111011010101101
+3,33,18,89,1110111111111111011111111111111111111111111111011110101111111111110111111111011100111111011111101111
+3,34,0,88,1110111111111111011111111111111111111111111111011110101111111111110111111111011100111111011110101111
+3,34,1,86,1010111101111111111111111111011111111111111111011110101111111111110111111111011100111111011011101111
+3,34,2,91,1111111111111111111111111111111111111111111111011110111111111111110111111011011101111111011110101111
+3,34,3,89,1111111111111111111111111111111111111111111111011110101111111111110111111011111100011111011110101111
+3,34,4,86,1111111111011111011111101111111111111111111111011110101111111111110111111011011101111111011110101101
+3,34,5,89,1111111111111111111111101111111111111111111111011110101111111011110111111011111101111111011110101111
+3,34,6,88,1111111101111111111111111111111111111111111111011110101111111011110111111011111101111111011110101101
+3,34,7,88,1111111111101111011111111111111111111111111111011110101111111111110111111011011101111111011110101111
+3,34,8,89,1111101111111111111111111111111111111111111111011110101111111111110111111011111101111111001110101111
+3,34,9,88,1111111111111111111111101111111111111111111111011110101111111111110111111011011100111111011110101111
+3,34,10,91,1111111111111111111111111111111111111111111111011110101111111111110111111111011101111111011110101111
+3,34,11,91,1111111111111111111111111111111111111111111111111110101111111111110111111011111100111111011110101111
+3,34,12,88,1110111111111111011111111111111111111111111111011110101111111111110111111011011100111111011111101111
+3,34,13,87,1110111111111111011111111011111111111111111111011110101111111111110111111011011100111111011111101111
+3,34,14,89,1111111111111111111111111111111111111111111111011110101111111111110111111111011100111011011110101111
+3,34,15,89,1111111111111111111111111111111111111111111111011110101111111111110111111011011100111111011110101111
+3,34,16,90,1110111111111111111111101111111111111111111111011110101111111111110111111011111101111111011111101111
+3,34,17,88,1111111111111011111111111111111111111111111111011110101111111111110111111011011101111011011110101111
+3,34,18,87,1111111111111111111111101111111111111111111111011110101111011111110111111011011101111111011110101101
+3,35,0,91,1111111111111111111111111111111111111111111111011110111111111111110111111011011101111111011110101111
+3,35,1,89,1111101111111111111111111111111111111111111111011110101111111111110111111011111101111111001110101111
+3,35,2,89,1111111111111111111111111111111111111111111111011110101111111111110111111011011100111111011110101111
+3,35,3,91,1111111111111111111111111111111111111111111111111110101111111111110111111011111100111111011110101111
+3,35,4,91,1111111111111111111111111111111111111111111111111110101111111011110111111011111100111111011111101111
+3,35,5,88,1110111111111111111111101111111110111111111111011110101111111111110111111011111101111111011110101111
+3,35,6,91,1111111111111111111111111111111111111111111111111110101111111111110111111011011101111111011110101111
+3,35,7,87,1111111111111111111111101111111111111111111111011110111111011111110111011011111100111111011110101101
+3,35,8,89,1111111110111111111111111111111111111111111111111110101111111111110111111011011100111111011110101111
+3,35,9,89,1111111111101111011111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,35,10,91,1111111111111111111111111111111111111111111111011110101111111111110111111111011101111111011110101111
+3,35,11,90,1111111111111111111111111111111111111111111111011110101111111111110111111111011101111111011100101111
+3,35,12,88,1111111111111111111111111111111111111111111011011110101111111111110111111011111100111111011110101101
+3,35,13,88,1111111111111111111111101111111111111111111111011110101111011111110111111011011101111111011110101111
+3,35,14,89,1111111111111111111111111111111111111111111111011110101111111111110111111011011101111111011110101101
+3,35,15,88,1111111101111011111111111111111111111111111111011110101111111011110111111011111101111111011110101111
+3,35,16,86,1111111111111111111111101111111111111111111111011110101111111011110111111011011100111111011110101101
+3,35,17,89,1111111101110111111111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,35,18,89,1111111111111111111111101111111111111111111111111110101111011111110111111011111100111111011110101111
+3,36,0,89,1110011111111111111111111111111111110111111111011110101111111111110111111011111101111111011111101111
+3,36,1,90,1111111111111111111111111111111111111111111111011110101111111111110111111111011101111111011100101111
+3,36,2,90,1111111111101111111111111111111111111111111111111110101111111111110111111011111100111111011110101111
+3,36,3,90,1111111111111111011111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,36,4,89,1111111111111111111111111111111111111111111011011110101111111111110111111011111101111111011110101101
+3,36,5,90,1110111111111111111111111111111111111111111111011110101111111111110111111011111101111011011111101111
+3,36,6,89,1111111111111111111111111111111111111111111111111110001111111011110111111011111100111111011110101111
+3,36,7,89,1111111101111011111111111111111111111111111111011110101111111011110111111011111101111111011111101111
+3,36,8,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,36,9,90,1111111111111111111111111111111111111111111111111110101111111111110111111011011100111111011110101111
+3,36,10,90,1111111111111111111111111111111111111111111111011110101111111111110111111111011100111111011110101111
+3,36,11,91,1111111110111111111111111111111111111111111111111110101111111111111111111011011101111111011110101111
+3,36,12,92,1110111111111111111111111111111111111111111111011111101111111111110111111111111101111111011110101111
+3,36,13,90,1111111111111111111111111111111111111111111111011110101111111111110111111011011101111111011101101111
+3,36,14,92,1111111111111111111111111111111111111111111111011110101111111111110111111011111101111111011111101111
+3,36,15,90,1110111111111111111111111111111111111111111111111110101111111111110111111011011101111111011110101111
+3,36,16,91,1111111111111111111111111111111111111111111111011110111111111111110111111011011101111111011110101111
+3,36,17,90,1111111111111111111111111111111111111111111111011110111111111111110111111011011101111101011110101111
+3,36,18,89,1111111101111011111111111111111111111111111111011110101111111011110111111111111101111111011110101111
+3,37,0,89,1111111111111111111111111111111111111101111111011110101111111111110111111111011101111111011100101111
+3,37,1,92,1110111111111111111111111111111111111111111111011111101111111111110111111111111101111111011110101111
+3,37,2,90,1111111101111111111111111111111111111111111111011110101111111111110111111011111101011111011111101111
+3,37,3,90,1111111111111011111111111111111111111111111111111110101111111011110111111111011101111111011110101111
+3,37,4,92,1111111111101111111111111111111111111111111111111111101111111111110111111111111100111111011110101111
+3,37,5,90,1110111111111111111111111111111111111111111111011110101111111111110111111011111101111111011110101111
+3,37,6,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,37,7,90,1110111111111111111111111111111111111111111111011110101111111111110111111011111101111011011111101111
+3,37,8,91,1111111111111111111111111111111111111111111111011110111111111111110111111111011101111111011100101111
+3,37,9,90,1110111111111111111111111111111111111111111111011111101111111111110111111011111101111101011110101111
+3,37,10,91,1111111111111111111111111111111111111111111111011110101111111111110111111111011101111111011110101111
+3,37,11,91,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011100101111
+3,37,12,90,1111111110111111111111111111111111111111111111111110101111111111110111111011011101111111011110101111
+3,37,13,91,1111111111101111111111111111111111111111111111111110101111111111111111111011111100111111011110101111
+3,37,14,90,1111111111111111111111111111111111111111111111111110101111111111110111111011011101111111011110101011
+3,37,15,90,1111111111111111111111111111111111111111111111011110111111111111110111111011011100111111011110101111
+3,37,16,92,1111111111111111111111111111111111111111111111111110101111111111111111111011111101101111011110101111
+3,37,17,91,1111111110111111111111111111111111111111111111111110101111111111110111111011011101111111011111101111
+3,37,18,90,1111111111101111111111111111111111111111111111111110101111111111110111111011111100111111011110101111
+3,38,0,92,1111111111101111101111111111111111111111111111111111101111111111110111111111111101111111011110101111
+3,38,1,89,1111111101111111111111111111111111111111111111011110101111111111110111111011111100011111011111101111
+3,38,2,93,1111111111111111111111111111111111111111111111111110101111111111111111111111111101101111011110101111
+3,38,3,90,1111111111111111111111111111111111111111111111011110101111111111110111111011011101111111011110101111
+3,38,4,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101011111011111101111
+3,38,5,91,1110111101111111111111111111111111111111111111011111101111111111110111111111111101111111011110101111
+3,38,6,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,38,7,88,1111111011111111111111111111111111111111111111111110101111111111110111111011011101111111011100101011
+3,38,8,92,1110111111111111111111111111111111111111111111011111101111111111110111111111111101111111011110101111
+3,38,9,89,1110111111111111111111111111111111111111111101011110101111111111110111111011111101111011011111101111
+3,38,10,92,1110111111111111111111111111111111111111111111011111101111111111111111111111111100111111011110101111
+3,38,11,91,1111111111101111111111111111111111111111111111111110101111111111110111111011111101111111011110101111
+3,38,12,91,1111111111111111111111111111111111111111111111011110111111111111110111111111011101111111011100101111
+3,38,13,91,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011100101111
+3,38,14,91,1111111111111111111111111111111111111111111111101110101111111111110111111111011101111111011110101111
+3,38,15,89,1111111110111111110111111111111111111111111111011110101111111111110111111011111101111111011101101111
+3,38,16,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101101
+3,38,17,92,1110111111111111111111111111111111111111111111011111101111111111111111111011111101111111011110101111
+3,38,18,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011100101111
+3,39,0,91,1111111101111111111111111111111111111111111110011111101111111111110111111111111101111111011110101111
+3,39,1,91,1110111111101111101111111111111111111111111111111111101111111111110111111111111101111111011110101111
+3,39,2,91,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011100101111
+3,39,3,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,39,4,90,1111111111111111111111111111111111111111111111011110101111111011110111111111111101111111011100101111
+3,39,5,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,39,6,91,1110111111111111111111111111111011111111111111011110101111111111111111111111111101111111011110101111
+3,39,7,91,1111111111111111111011111111111111111111111111011111101111111111110111111111111100111111011110101111
+3,39,8,91,1111111111101111101111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,39,9,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101101111011110101111
+3,39,10,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011100101111
+3,39,11,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101101
+3,39,12,90,1111111111111111111111111111111111111111111111111110101111111111110111111111011101011111011100101111
+3,39,13,91,1111111111111111111111111111111111111111111111001110111111111111110111111111011101111111011110101111
+3,39,14,89,1111111111111111101111111111111111111111111110101110101111111111110111111111011101111111011110101111
+3,39,15,92,1111111111101111111111111111111111111111011111111111101111111111110111111111111101111111011110101111
+3,39,16,89,1110111111011111111111111111111111111111111111011110101111111111111111111011111101011111011110101111
+3,39,17,94,1111111111111111111111111111111111111111111111011111101111111111110111111111111101111111011111101111
+3,39,18,89,1111111111111111111111111111111111111111111111111110101111111111110110111111111101101111011010101101
+3,40,0,91,1110111111111111111011111111111111111111111111111111101111111111110111111111111100111111011110101111
+3,40,1,92,1111111111101111101111111111111111111111111111011111111111111111110111111111111101111111011110101111
+3,40,2,88,1111111111101111111111111111111111111111011111111111101111111111110111111010111101101111011100101111
+3,40,3,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,40,4,91,1111111101111111111111111111111111111111111111011111101111111111110111111111111101101111011110101111
+3,40,5,94,1111111111111111111111111111111111111111111110111111101111111111111111111111111101111111011110101111
+3,40,6,90,1110111111101111101111111111111111111111111111111111101111111111110110111111111101111111011110101111
+3,40,7,91,1111111111101111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,40,8,93,1111111111111111111111111111111111111111111111011111101111111111110111111111111101111111011110101111
+3,40,9,90,1111111101111111111111111111111111111111111110011110101111111111110111111111111101111111011110101111
+3,40,10,92,1111111111111111111111111111111111111111111111111110101111111111111111111111111101111111011000101111
+3,40,11,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,40,12,92,1111111111111111111111111111111111111111111111111110101111111111110011111111111101111111011110101111
+3,40,13,89,1111111111111111111111111111111111111111111111001110111111111011110111111111011101111111011100101111
+3,40,14,92,1111111111111111111111111111111111111111111111011110101111111111110111111111111101111111011110101111
+3,40,15,94,1111111111111111111111111111111111111111111111111110101111111111111111111111111101111111011110101111
+3,40,16,87,1110111111111111111111111111111111111111111111011110101111111111110111101111011101011111011100101111
+3,40,17,94,1111111111111111111111111111111011111111111111111110101111111111111111111111111101111111011111101111
+3,40,18,92,1111111111101111111111111011111111111111111111111111101111111111110111111111111101111111011110101111
+3,41,0,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,41,1,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,41,2,93,1111111111111111111111111111011011111111111111111110101111111111111111111111111101111111011111101111
+3,41,3,93,1111111111111111111111111111111011111111111111011110101111111111111111111111111101111111011111101111
+3,41,4,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,41,5,92,1111111111111111111111111111111111111111111111111110101111111111110011111111111101111111011110101111
+3,41,6,92,1111111111101111111111111011111111111111111111111111101111111111110111111111111101111111011110101111
+3,41,7,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110001111
+3,41,8,93,1111111111111111111111111111111111111111111111111110101111111111111111111111111101111111011100101111
+3,41,9,91,1111111111111111111111111111111111111111111111111110101111111111110011111111111101111111011010101111
+3,41,10,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,41,11,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,41,12,94,1111111111111111111111111111111111111111111110111111101111111111111111111111111101111111011110101111
+3,41,13,94,1111111111111111111111111111111011111111111111111110101111111111111111111111111101111111011111101111
+3,41,14,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,41,15,92,1111111111111111111111111111111111111111111111111110101111111111110011111111111101111111011110101111
+3,41,16,93,1111111111111111101111111111111111111111111111011111111111111111111111111111110101111111011110101111
+3,41,17,90,1111111111101111110111111111111111111101111111111111100111111111110111111111111101111111011110101111
+3,41,18,94,1111111111101111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,42,0,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,42,1,92,1111111111101111111111111011111111111111111111111111101111111111110111111111111101111111011110101111
+3,42,2,93,1111111111111111111111111111111011111111111111111110101111111111110111111111111101111111011111101111
+3,42,3,93,1111111111111111111111111011111111111111111111111111101101111111111111111111111101111111011110101111
+3,42,4,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,42,5,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,42,6,90,1111111111111111101111011111111111111111111111111110101111111111110111111111110101111111011110101111
+3,42,7,95,1111111111111111111111111111111111111111111111011111111111111111111111111111111101111111011110101111
+3,42,8,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,42,9,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,42,10,92,1111111111111111111111111111111011111111111111111111111111111111110111111111110101101111011110101111
+3,42,11,92,1111111111111111101111111111111111111111111111011110101111111111111111111111111101111111011110101111
+3,42,12,92,1111111111111111111110111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,42,13,94,1111111111111111111111111111111011111111111111111110101111111111111111111111111101111111011111101111
+3,42,14,92,1111111111111111101111111111111111011111111111111110101111111111111111111111111101111111011110101111
+3,42,15,92,1111111111111111111111111111101111111111111111011111111111111111111111111111110101111111011100101111
+3,42,16,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,42,17,93,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011110101111
+3,42,18,92,1111111111111111111111111111111111111111111111111110101111111111110111111111111101111111011100101111
+3,43,0,93,1111111111111111111111111111111111111111111111111110101111111111111111111111111101111011011110101111
+3,43,1,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,43,2,92,1111111111111111111111111111111111111111111111111111101101111111011111111111011101111111011110101111
+3,43,3,93,1111111111111111111111111011111111111111111111111111101101111111111111111111111101111111011110101111
+3,43,4,94,1111111111111111111111111111111111111111111111111111101101111111111111111111111101111111011110101111
+3,43,5,94,1111111111111111111111111011111111111111111111111111101111111111111111111111111101111111011110101111
+3,43,6,94,1111111111111111111111111111111111111111111111011111101111111111111111111111111101111111011110101111
+3,43,7,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111011011110101111
+3,43,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,43,9,94,1111111111111111111111111111111111111111111111011111101111111111111111111111111101111111011110101111
+3,43,10,93,1111111111111111111111111111111111111111111111111111101101111111111111111111111101111011011110101111
+3,43,11,93,1111111111111111111111111011111111111111111111111111101101111111111111111111111101111111011110101111
+3,43,12,93,1111111111111111111111111111111111111111111111011110111111111111110111111111111101111111011110101111
+3,43,13,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,43,14,93,1111111111111111111111111111111111111111111111111110101111111111111111111110111101111111011110101111
+3,43,15,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,43,16,92,1111111111101111111111111111111111111111111111111110101111111111111111111111111101111011011110101111
+3,43,17,91,1111111111111111111111111011111111111111111111111111101111111111110110111111110101111111011110101111
+3,43,18,92,1111111111011111111111111111111111111111111111011111101111111111111111111111111101111111011110100111
+3,44,0,94,1111111111111111111111111111111111111111111111111110101111111111111111111111111101111111011110101111
+3,44,1,94,1111111111111111111111111111111111111111111111011111111111111111110111111111111101111111011110101111
+3,44,2,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,44,3,93,1111111111111111111111111011111111111111111111111111101101111111111111111111111101111111011110101111
+3,44,4,90,1111111111111111110111111011111111111111111111111111101101111111111111111111110101111011011110101111
+3,44,5,93,1111111111101111111111111111111111111111111111111110101111111111111111111111111101111111011110101111
+3,44,6,93,1111111111111111111111111111111111111111111111011111101111111111111111111111111101111111011110100111
+3,44,7,91,1111111111111111111111111111111111111011111111111111001101111111111111111111111101111011011110101111
+3,44,8,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,44,9,94,1111111111111111111111111111111111111111111111111111111101111111111110111111111101111111011110101111
+3,44,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,44,11,92,1111111111111111111111111011111111111111111111111111101101111111111111111111011101111111011110101111
+3,44,12,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,44,13,92,1111111111111111111111111011111111111111111110111111101101111111111111111111111101111111011110101111
+3,44,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,44,15,94,1111111111111111111111111111111111111111111111111111111111111111110111110111111101111111011110101111
+3,44,16,93,1111111111111111111111111111111111111111111111011111101111101111111111111111111101111111011110101111
+3,44,17,91,1111111111011110111111111011111111111111111111111111101101111111111111111111111101111111011110101111
+3,44,18,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111011011110101111
+3,45,0,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,45,1,94,1111111111111111111111111111111111111111111111011111111111101111111111111111111101111111011110101111
+3,45,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,45,3,94,1111111111111111111111111111111111111111111111111111111111111111110111110111111101111111011110101111
+3,45,4,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,45,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,45,6,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,45,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,45,8,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,45,9,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,45,10,93,1111111111101111111111111111111111111111111111111110101111111111111111111111111101111111011110101111
+3,45,11,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,45,12,93,1111111111111111111111111111111111111111111111011111111101111111111110111111111101111111011110101111
+3,45,13,95,1111111111111111111111111111111111111111111111111111111111111111110111111111111101111111011110101111
+3,45,14,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,45,15,94,1111111111111111111111110111111011111111111111111111111111111111111111111111111101111111011110101111
+3,45,16,95,1111111111111111111111111111111110111111111111111111111111111111111111111111111101111111011110101111
+3,45,17,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,45,18,94,1111111111111111111111111111111111111111111111011111111111111111110111111111111101111111011110101111
+3,46,0,94,1111111111111111111111111111111111111111111111011111111111111111110111111111111101111111011110101111
+3,46,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,46,2,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,46,3,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,46,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,46,5,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,46,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,46,7,93,1111111111111111111111111111110111111111110111111111101111111111111111111111111101111111011110101111
+3,46,8,94,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,46,9,94,1111111111111111111111111110111111111110111111111111111111111111111111111111111101111111011110101111
+3,46,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,46,11,92,1011111111111111111111111111111110111111111111111111111111111111111111101011111101111111011110101111
+3,46,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,46,13,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,46,14,94,1111111111111111111111111111111111111111110111111111101111111111111111111111111101111111011110101111
+3,46,15,94,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011110100111
+3,46,16,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,46,17,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,46,18,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,47,0,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,47,1,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,47,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,47,3,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,47,4,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,47,5,95,1111111111111111111111110111111111111111111111111111111111111111111111111111111101111111011110101111
+3,47,6,94,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110100111
+3,47,7,93,1111111111111101111111111111111111111101111111111111101111111111111111111111111101111111011110101111
+3,47,8,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,47,9,94,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,47,10,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,47,11,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,47,12,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,47,13,94,1111111111111111111111111110111111111110111111111111111111111111111111111111111101111111011110101111
+3,47,14,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,47,15,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,47,16,94,1111111111111111111111111111111111111111111111011111111111111111110111111111111101111111011110101111
+3,47,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,47,18,94,1111111111111111111111111101111111111111111111111111101111111111111111111111111101111111011110101111
+3,48,0,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110001111
+3,48,1,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,48,2,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,48,3,94,1111111111111111111111111111111011111111111111111111111101111111111111111111111101111111011110101111
+3,48,4,93,1111111111111111111111111101111011111111111111111111101111111111111111111111111101111111011110101111
+3,48,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,48,6,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,48,7,94,1111111111111111111111111111111110111111111111111111101111111111111111111111111101111111011110101111
+3,48,8,94,1111111111111111111111110111111111111111111111111111111111111111111111111111111101111110011110101111
+3,48,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,48,10,92,1111111111111111111111111111110111111111111111111111101111111111111011111111011101111111011110101111
+3,48,11,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,48,12,94,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101111
+3,48,13,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,48,14,93,1111111111111111111110101111111111111111111111111111111111111111111111111111111101111011011110101111
+3,48,15,94,1111111111111111111111111111111111111111111111111011101111111111111111111111111101111111011110101111
+3,48,16,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,48,17,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,48,18,93,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110100111
+3,49,0,94,1111111101111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,49,1,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,49,2,93,1101111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110100111
+3,49,3,94,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,49,4,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,49,5,93,1111111111111111111111111111110111111111111111111111101111111111111111111111011101111111011110101111
+3,49,6,94,1111111111111111111111111111111111111111111111111111101110111111111111111111111101111111011110101111
+3,49,7,92,1111111111111111111111111111110111111111111111111111001111111110111111111111111101111111011110101111
+3,49,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,49,9,92,1111111111111111111111110111111111111111111111111011101111111111111111111111111101111110011110101111
+3,49,10,93,1111111111111111111111111111111111111111111110110111101111111111111111111111111101111111011110101111
+3,49,11,94,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101111
+3,49,12,92,1111111111111111111110101111111111111111111111111111011111111111111111111111111101111011011110101111
+3,49,13,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101110111011110101111
+3,49,14,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,49,15,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,49,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,49,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,49,18,94,1111111111111111111111111111111111111111111111111111101101111111111111111111111101111111011110101111
+3,50,0,94,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101111
+3,50,1,95,1111111111111111111111111111111111111111111111111111111111101111111111111111111101111111011110101111
+3,50,2,93,1111111111111111111111111111111111111111111111111111101010111111111111111111111101111111011110101111
+3,50,3,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101101
+3,50,4,94,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101111
+3,50,5,94,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,50,6,94,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111011011110101111
+3,50,7,93,1111111111111111111111111111111111111111111111101111101111111111111111111111111101111011011110101111
+3,50,8,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,50,9,94,1111111111111111111111111111111111011111111101111111111111111111111111111111111101111111011110101111
+3,50,10,94,1111111111111111111111111111111011011111111111111111111111111111111111111111111101111111011110101111
+3,50,11,94,1111111111111111111111111111111011011111111111111111111111111111111111111111111101111111011110101111
+3,50,12,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,50,13,94,1111111111111111111111111111111111111111111111111111101101111111111111111111111101111111011110101111
+3,50,14,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,50,15,94,1111111111111111111111111111111111111111111101111111101111111111111111111111111101111111011110101111
+3,50,16,95,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,50,17,93,1111111101111111111111111111111111011111111111111111101111111111111111111111111101111111011110101111
+3,50,18,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,51,0,95,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,51,1,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,51,2,94,1111111111111111111111111111111011011111111111111111111111111111111111111111111101111111011110101111
+3,51,3,92,1111111111111111111111111111011111111111111111111111111111011111111111111110011101111111011110101111
+3,51,4,94,1111111111111111111111111111111111111111111111111111111111101111111011111111111101111111011110101111
+3,51,5,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,51,6,93,1111111111111111111111111111111011111111111111111111101111111111111111111111111101111011011110101111
+3,51,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,51,8,93,1111111111111111111111111111110111111111111101111111101111111111111111111111111101111111011110101111
+3,51,9,94,1111111111111111111111111111111111011111111111111111101111111111111111111111111101111111011110101111
+3,51,10,92,1111111111111111111111101111111011111111111111111111101111111111011111111111111101111111011110101111
+3,51,11,95,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111011110101111
+3,51,12,93,1111111111111111111111111111110111111111111111111111101111111111111110111111111101111111011110101111
+3,51,13,94,1111111111111111111111111111111111111111111111111111101111111111111011111111111101111111011110101111
+3,51,14,95,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,51,15,92,1111111111111110111111111111110111111111111111111111101111111111111111111111111101111101011110101111
+3,51,16,94,1111111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,51,17,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101101
+3,51,18,93,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101101
+3,52,0,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,1,94,1111111111111111111111111111110111111111111111111111101111111111111111111111111101111111011110101111
+3,52,2,93,1101111111111111111111101111111111111111111111111111101111111111111111111111111101111111011110101111
+3,52,3,93,1111111111111111111111111111111111111111111111111111111111111111111111111110011101111111011110101101
+3,52,4,95,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,5,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,52,6,94,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110101101
+3,52,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,8,93,1111111111111111011111111111111111111111111111111111101111111111111011111111111101111111011110101111
+3,52,9,95,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,10,95,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011110101111
+3,52,11,95,1111111111111111111111111111111111111111111111111111111111101111111111111111111101111111011110101111
+3,52,12,92,1111111111111111111111101111111111111111111101111111101111111111111111111111111101111111010110101111
+3,52,13,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,52,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,15,94,1111111111111111111110111111111111111111111111111111111111111111111111111111011101111111011110101111
+3,52,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,52,17,92,1111111111111111111111101111111111111111011111111111101011111111111111111111111101111111011110101111
+3,52,18,95,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111011110101111
+3,53,0,95,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,1,94,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011110101101
+3,53,2,94,1111111111111111111111111111110111111111111111111111111111111111111111111111111101111101011110101111
+3,53,3,95,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011110101111
+3,53,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,5,95,1111111111111111111111111111111111111111111111101111111111111111111111111111111101111111011110101111
+3,53,6,94,1101111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,9,93,1111111111111111111110111111111011111111111111111111111111111111111111111111011101111111011110101111
+3,53,10,93,1101111111111111111111111111111011011111111111111111111111111111111111111111111101111111011110101111
+3,53,11,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,53,12,95,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,14,95,1111111111111111111111111111111111111111111111111111111111111111111111111111011101111111011110101111
+3,53,15,94,1111111111111111111111111111111111111111111111111111111111111111111111111110111101111111011110101101
+3,53,16,94,1111111111111111111111111111111111111111111111111111111111111111110111111101111101111111011110101111
+3,53,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,53,18,95,1111111111111111111111111111111111011111111111111111111111111111111111111111111101111111011110101111
+3,54,0,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,54,1,92,1111011111011111111111111111111111111111111111111111111111111111111111111110011101111111011110101111
+3,54,2,93,1111111011111111111111111111111111011111111111111111111111111111111111110111111101111111011110101111
+3,54,3,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,54,4,94,1111111111111111111111111111111111111111111111111111110111111111111111111111110101111111011110101111
+3,54,5,95,1111111111111111111111111111111111111111111111111111111101111111111111111111111101111111011110101111
+3,54,6,94,1111111111111111111111101111111111011111111111111111111111111111111111111111111101111111011110101111
+3,54,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,8,94,1111111111111111011111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,54,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,10,95,1111111111111111111111111111111111111111111111111111111111111111011111111111111101111111011110101111
+3,54,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,12,94,1111111111111111111111101111111111111111111111101111111111111111111111111111111101111111011110101111
+3,54,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,14,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,54,15,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,54,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,54,18,95,1111111111111111111111111111111111111111111111111111011111111111111111111111111101111111011110101111
+3,55,0,94,1111111111111111111111111111111011111111111111111111111101111111111111111111111101111111011110101111
+3,55,1,95,1111111111111111011111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,55,2,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,55,3,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,55,4,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,55,5,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,55,6,94,1111111111111111111111101111111111111111111111101111111111111111111111111111111101111111011110101111
+3,55,7,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,55,8,93,1111111111111111111111111111111111111111111111111111011101111110111111111111111101111111011110101111
+3,55,9,94,1111111111111111111111111111111111111111111111111111111111111111111111111001111101111111011110101111
+3,55,10,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,55,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,55,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,55,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,55,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,55,15,92,1111111011111111111111101111111011011111111111111111111111111111111111111111111101111111011110101111
+3,55,16,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,55,17,94,1111111111111111111111101111111111111111111111101111111111111111111111111111111101111111011110101111
+3,55,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,0,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,56,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,3,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,56,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,5,94,1111111111111111111111111111111111111111111111111111110111101111111111111111111101111111011110101111
+3,56,6,94,1111111111111111111111101111111111111111111111101111111111111111111111111111111101111111011110101111
+3,56,7,95,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,8,94,1111111111111111111111111111111011111111111111111111111111111110111111111111111101111111011110101111
+3,56,9,94,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001110100111
+3,56,10,94,1111111111111111111111111111111111111111011111111111111111111111111111111011111101111111011110101111
+3,56,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,12,93,1110111111110111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,56,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,15,95,1111111111111111111111111111111111111111111111111111111111111111111111111110111101111111011110101111
+3,56,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,56,17,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,56,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,0,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,1,95,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,2,95,1111111111111111111111111011111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,3,94,1111111111111111111111111111111011111111111111111111111111011111111111111111111101111111011110101111
+3,57,4,94,1111111111111011111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,57,5,94,1111111111111111111111111111111111111111111111111111111011111111111111011111111101111111011110101111
+3,57,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,8,95,1111111111110111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,9,94,1111111111111111111111111111111011111111111011111111111111111111111111111111111101111111011110101111
+3,57,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,11,93,1111111111111111111111111111111111111111111111111111110111101111111111111011111101111111011110101111
+3,57,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,14,94,1111111111111111111111111111111011111111111111111111111111111110111111111111111101111111011110101111
+3,57,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,16,95,1111111111111111111111111110111111111111111111111111111111111111111111111111111101111111011110101111
+3,57,17,92,1111111111111111111111111111111011111111111111111111111011111110111111111111111100111111011110101111
+3,57,18,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,58,0,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,58,1,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,58,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,3,94,1111111111110111111111111111111111110111111111111111111111111111111111111111111101111111011110101111
+3,58,4,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111010110101111
+3,58,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,6,95,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011110101111
+3,58,7,95,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,8,95,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111011110101111
+3,58,9,94,1111111111111111111111111111111111111111111110111111111011111111111111111111111101111111011110101111
+3,58,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,12,94,1111111111111111111111111111011111111111111111111111111111111111111111111011111101111111011110101111
+3,58,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,14,93,1111111111111111111111111111111111111111111111111111110111101111111111111011111101111111011110101111
+3,58,15,95,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,16,95,1111111111110111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,58,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,0,95,1111111111111111111101111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,2,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,59,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,7,94,0111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,9,95,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,13,92,1111111111111111111111111101111111111111111111111101111111111111111111011111111101111011011110101111
+3,59,14,94,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111011100101111
+3,59,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,59,16,95,1111111111111111111111111111111111111111111111111111111111111111011111111111111101111111011110101111
+3,59,17,94,1111111111111111111111111111111111111111111110111111111011111111111111111111111101111111011110101111
+3,59,18,95,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111011110101111
+3,60,0,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,1,94,1111111110111111111111111111111111111111111111111111111111111111111111111111111101111101011110101111
+3,60,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,3,95,1111111111111111111111111111111111111111111111111111111111111111111101111111111101111111011110101111
+3,60,4,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,60,5,95,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111011110101111
+3,60,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,11,93,1111111111111111111111111111111111111101111111111111111111111111111111111111110100111111011110101111
+3,60,12,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111101011110101111
+3,60,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110111111
+3,60,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,17,93,0110111111111011111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,60,18,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,61,0,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,1,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,61,2,95,1111111111111111111111111111111111111111111111111111111111111111111111111101111101111111011110101111
+3,61,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,8,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,61,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,10,93,0110111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,61,11,94,1111111111111011111111111111111111111111101111111111111111111111111111111111111101111111011110101111
+3,61,12,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,61,13,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,61,14,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,61,15,95,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,61,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,61,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,0,95,1111111111111111111111111110111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,1,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,62,2,95,1111111111111111111111111111111111101111111111111111111111111111111111111111111101111111011110101111
+3,62,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,4,94,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011110101110
+3,62,5,95,1111101111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,6,94,1111111111111011111111111111111111111111111011111111111111111111111111111111111101111111011110101111
+3,62,7,95,1111111111111111111111111111111111111111111111111111111111101111111111111111111101111111011110101111
+3,62,8,93,0111111111101111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,62,9,93,1110111111111111111111111111111111110111111111111111111111111111111111111111111101111101011110101111
+3,62,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,11,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111010110101111
+3,62,12,94,1111111111111111111111111111111111111111110111111111111111111111011111111111111101111111011110101111
+3,62,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,15,93,1111110111111111111111111111111111111111111111111111111110111111111111110111111101111111011110101111
+3,62,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,62,17,93,1111111111111111111101111111111111111111111111111111111111111110111111111101111101111111011110101111
+3,62,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,0,94,0111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,63,1,95,1111111111101111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,2,94,1111101111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,63,3,93,1111111111101111111111111111111111111011111111111111111111111110111111111111111101111111011110101111
+3,63,4,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,6,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,63,7,93,0111111111101111111111111111111111111111111111011111111111111111111111111111111101111111011110101111
+3,63,8,95,1111111111111111111111111111111111111111111101111111111111111111111111111111111101111111011110101111
+3,63,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,10,94,1111111111111111111111111111111111101111111111101111111111111111111111111111111101111111011110101111
+3,63,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,12,94,0111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,63,13,95,1111111111101111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,63,15,93,1111111111101011111111111111111111111111111011111111111111111111111111111111111101111111011110101111
+3,63,16,94,1101111111111111111111111111111111111111111111111111111111101111111111111111111101111111011110101111
+3,63,17,94,1111111011111111111111111111111111111111111111111110111111111111111111111111111101111111011110101111
+3,63,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,0,94,1111111111101111111111111111111111111111111111101111111111111111111111111111111101111111011110101111
+3,64,1,95,1111111111111111111111111111111111101111111111111111111111111111111111111111111101111111011110101111
+3,64,2,94,1111101111111111111111111111111111111111111011111111111111111111111111111111111101111111011110101111
+3,64,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,4,91,1101101101111111111101111111111111111111111110111111111111111111111111111111111101111111011110101111
+3,64,5,95,1111101111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,6,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,64,7,95,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011110101111
+3,64,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,9,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,64,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,11,95,1111111111101111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,12,94,1111111011111111111111111111111111111111111111111110111111111111111111111111111101111111011110101111
+3,64,13,94,1111101111111111111111111111111111111111111111111110111111111111111111111111111101111111011110101111
+3,64,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,64,16,95,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111011110101111
+3,64,17,93,1101111111111111111111111111111111111111111101111111111111101111111111111111111101111111011110101111
+3,64,18,95,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011110101111
+3,65,0,94,1111111111111111111111111111111101111111111111111111111111111111110111111111111101111111011110101111
+3,65,1,94,1111101111111111111111111111111111111111111011111111111111111111111111111111111101111111011110101111
+3,65,2,93,1111111111101111111111111111111111111111111111111111111011101111111111111111111101111111011110101111
+3,65,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,4,95,1111111111111111111111111111111111111111111111111111111111111111111111111111101101111111011110101111
+3,65,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,65,6,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,65,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,8,95,1111111111111111111111110111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,10,95,1111111111111111111111111111101111111111111111111111111111111111111111111111111101111111011110101111
+3,65,11,95,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111011110101111
+3,65,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,14,95,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011110101111
+3,65,15,93,1111101111111111111111111111111111111111111111111101111111111111111111111111111101110111011110101111
+3,65,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,65,18,95,1111111111101111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,0,95,1111111111111111111111111111011111111111111111111111111111111111111111111111111101111111011110101111
+3,66,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,66,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,4,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,66,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,66,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,8,95,1111111111111111111111111111111110111111111111111111111111111111111111111111111101111111011110101111
+3,66,9,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,66,10,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,66,11,95,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011110101111
+3,66,12,93,1111101111111111111111111111111111111111111111111011111011111111111111111111111101111111011110101111
+3,66,13,92,1111111111111111111111111111111111111111111111111101111111111111111111111111111101010101011110101111
+3,66,14,93,1111111111111111111111111110111111111111111111111111111111011111111111111111111101111111011110001111
+3,66,15,94,1111111111111111111111111111111111111011111111111111111111111111111111111111111101110111011110101111
+3,66,16,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101011
+3,66,17,95,1111111111111111111111111111111111111111111111111111111111111111111111111101111101111111011110101111
+3,66,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,67,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,2,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111101011110101111
+3,67,3,95,1111111111111111111111111111111111111111111111111111111110111111111111111111111101111111011110101111
+3,67,4,94,1111111111111111111110111111111111111111110111111111111111111111111111111111111101111111011110101111
+3,67,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,67,6,95,1111111111111111111111111111011111111111111111111111111111111111111111111111111101111111011110101111
+3,67,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,9,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101101111011110101111
+3,67,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111101
+3,67,11,95,1111111111111111111111111111111111111111111111111111111111111101111111111111111101111111011110101111
+3,67,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,15,94,1111111111111111111111111111111111111011111111111111111111111111111111111111111101110111011110101111
+3,67,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,67,17,93,1111111111111111111111111111011111111111111111111111111111111111111110111111111101111110011110101111
+3,67,18,95,1111111111111111111111111111111110111111111111111111111111111111111111111111111101111111011110101111
+3,68,0,95,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,2,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,3,94,1111111111111111111111111111011111111111111111111110111111111111111111111111111101111111011110101111
+3,68,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,68,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111001111
+3,68,6,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,7,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111101
+3,68,8,93,1111111111111111111111111111011111111111111111111111111111111111111111111111111100111111011110101101
+3,68,9,94,1111111111111111111111111111011111111111111111111111111111111011111111111111111101111111011110101111
+3,68,10,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,11,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,12,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,13,94,1111111111111111111111111111111111111111111111111111111111111111111110111111111101111101011110101111
+3,68,14,93,1111111110111111101111111111011111111111111111111111111111111111111111111111111101111111011110101111
+3,68,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,68,16,97,1111111111111111111111011111111111111111111111111111111111111111111111111111111101111111011111111111
+3,68,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,68,18,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111101
+3,69,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,69,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,69,2,96,1111111111111111111111111111111111111111111111111111111111011111111111111111101101111111011111111111
+3,69,3,94,1111111111111111111111011111011111111111111111111111111111111111111111111111111101111111011110101111
+3,69,4,95,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,69,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,69,6,96,1111111111111111111111011111111111111111111111111111111011111111111111111111111101111111011111111111
+3,69,7,97,1111111111111111111111111111111111111111111111111111111111111111111101111111111101111111011111111111
+3,69,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,69,9,95,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,69,10,93,1111111111111111111111111111110111111111111111111111111111111111111111111111111101111111011110001101
+3,69,11,93,1111111111111111111111111111011111111111111111111111111111111111111111111110111100111111011110101111
+3,69,12,95,1111111110111111111111111111111111111111111111111111111111111111111111111111111100111111011110111111
+3,69,13,94,1110111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111101101
+3,69,14,95,1111110111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,69,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,69,16,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011010101111
+3,69,17,95,1111111111111111111111111111111111111111111111111111111111110111111111111111111101111111011110101111
+3,69,18,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,70,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,70,1,95,1111111111111111111111011111111111111111111111111111111011111111111111111111011101111111011111111111
+3,70,2,95,1111111110111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,70,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,70,4,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,70,5,94,1110111111111111111111110111111111111111111111111111111111111111111111111111111101111111011110101111
+3,70,6,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,70,7,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,70,8,97,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,70,9,95,1111111111111111111111011111111111111111111111111111111011111111111111111111101101111111011111111111
+3,70,10,95,1111111111111111111111011111111111111111111111111111111111111111111111111111111101111111011110101111
+3,70,11,95,1111111111111111111111011111011111111111111111111111111011111111111111111111111101111111011111111111
+3,70,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,70,13,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111101111
+3,70,14,93,1111111111111111111111111111111111111111111111111111111111011111011111111111101101111111011110101111
+3,70,15,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,70,16,97,1111111111110111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,70,17,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110101111
+3,70,18,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,71,1,95,1111111111110111111110111111111111111111111111111111111111111111111111111111111101111111010111111111
+3,71,2,96,1111111101111111111111111111111111111110111111111111111111111111111111111111111101111111011111111111
+3,71,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,71,4,97,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,71,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,6,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,71,9,95,1111111111111111111110111111111111111111111111111111111111111111111110111111111101111111011111101111
+3,71,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,71,13,96,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111101111
+3,71,14,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,71,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111101111
+3,71,16,96,1111111111111111111111111111111111111111111111111111111011111111111111111111111101111111011111101111
+3,71,17,97,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,71,18,96,1111111111111111111111110111111111111111111111111111111111111111111111111111111101111111011111101111
+3,72,0,96,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111101111
+3,72,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011101111111
+3,72,2,95,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111010111101111
+3,72,3,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,72,4,97,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011111111111
+3,72,5,96,1111111111111111111111111111111111111111111111111111111111011111111111011111111101111111011111111111
+3,72,6,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,72,7,95,1111111111111111111111111111111011111111111111111111111111011111111111111111111101111111011011111111
+3,72,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111101111
+3,72,9,94,1111011111111111111101111111111111111011111111111111111110111111111111111111111101111111011111111111
+3,72,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,72,11,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,72,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,72,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,72,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001101111111
+3,72,15,97,1111111111111111101111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,72,16,97,1111111111111111111111111111111111111111111111111111111101111111111111111111111101111111011111111111
+3,72,17,96,1111111101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,72,18,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,0,96,1111111101111111111111111111111111111111110111111111111111111111111111111111111101111111011111111111
+3,73,1,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111101111
+3,73,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,3,95,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001101111101
+3,73,4,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,5,96,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111011
+3,73,6,95,1111111101111111111111111111111111111111111111111111111111111111111011111011111101111111011111111111
+3,73,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,8,96,1111111111111111111111111111111111111111111111111111110111111111111111111111111101111111011111101111
+3,73,9,96,1111111111111111111111111111111111111111111111111111111111011111111111011111111101111111011111111111
+3,73,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,73,11,96,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011101111111
+3,73,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,73,13,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,14,96,1111111101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,73,15,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,16,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,73,17,96,1111111111111111101111111111111111111111111111111111111111111111111110111111111101111111011111111111
+3,73,18,95,1111111101111111111111111111111111111111111111111111111111110111111111111111111101111011011111111111
+3,74,0,96,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111011
+3,74,1,96,1111111111111111111111111111111111111111110111111111111111111111111111111011111101111111011111111111
+3,74,2,96,1111011111111111111111111111111111111111111111111111111111111111111111011111111101111111011111111111
+3,74,3,97,1111111111111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,74,4,95,1111111101101111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,74,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,74,6,95,1111111111111111111111111111011111111111111111111111111111111111111111111111111100111111011111101111
+3,74,7,96,1111111111111111111111111111111111111111111111111111110111111111111111111111111101111111011111101111
+3,74,8,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,74,9,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,74,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,74,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,74,12,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,74,13,96,1111111101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,74,14,96,1111111101111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,74,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,74,16,97,1111111111111111111111111111110111111111111111111111111111111111111111111111111101111111011111111111
+3,74,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,74,18,95,1111101101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,75,0,96,1111111111111111111111111111111111111111011111111111111111111111111111111011111101111111011111111111
+3,75,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,75,2,96,1111111101111111111111111111111111111111111111110111111111111111111111111111111101111111011111111111
+3,75,3,96,1111111101111111111111111111111111111111111111111111111111111111111111111111011101111111011111111111
+3,75,4,97,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011111111111
+3,75,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,75,6,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,75,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,75,8,96,1111111111111111111111111111111111111111110111111111111111111111111111111011111101111111011111111111
+3,75,9,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,75,10,95,1111111111111111111111111111111111111111111111111110111111111111111111101111111101111111001111111111
+3,75,11,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,75,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,75,13,95,1111111101111111111111111111111111111111111111111111111111011101111111111111111101111111011111111111
+3,75,14,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,75,15,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111001111111111
+3,75,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,75,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,75,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,76,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,76,2,96,1111111111111111111111111111111111011111111111111111111111111111111111111011111101111111011111111111
+3,76,3,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,76,4,97,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111011111111111
+3,76,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,76,8,96,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111001111111111
+3,76,9,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,11,96,1111111111111111111111111111111111111111110111111111111111111111111111111011111101111111011111111111
+3,76,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,13,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,14,94,1111111111111011111111111111111111111111111110111111111111111111111111111101111101111111001111111111
+3,76,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,76,16,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111111111
+3,76,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111101111101111111011111111111
+3,76,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111111101101111111011111111111
+3,77,1,97,1111111111111111111111111111111111111111111111111111111111111111111111101111111101111111011111111111
+3,77,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,4,96,1111111111110111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,77,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111111110101111111011111111111
+3,77,12,97,1111011111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,15,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,77,16,95,1111111101111111111111110111111111111111111111111111111111111111111111111011111101111111011111111111
+3,77,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011101111111011111111111
+3,77,18,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011111111111
+3,78,0,97,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011111111111
+3,78,1,97,1111111111111111111111111111111111111111111111111111111111111111111111111111011101111111011111111111
+3,78,2,97,1111111111111111111111111111111111111111111111111111111111111111111111111111110101111111011111111111
+3,78,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,4,96,1111111111111111111110111111111111111111111111111111111111111111111111111110111101111111011111111111
+3,78,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,8,97,1111111111111111111111111111111111111111111111111111111111111111111111111111101101111111011111111111
+3,78,9,97,1111111111111111111111111111111111111110111111111111111111111111111111111111111101111111011111111111
+3,78,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,15,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,78,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,78,17,97,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011111111111
+3,78,18,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101101111011111111111
+3,79,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111110111
+3,79,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,2,97,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011111111111
+3,79,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,4,95,1111111111111101111111111111111111111111111101111111111111111111111111111111111001111111011111111111
+3,79,5,96,1111111111111111111111111111111011111111111111111111111111111111111111111111111100111111011111111111
+3,79,6,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111011111
+3,79,7,96,1111111111111111111111111111111111111111111111111101111111111111111111111111011101111111011111111111
+3,79,8,96,1111111111111111111111111111111111101111111111111111111111111111111111111110111101111111011111111111
+3,79,9,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,14,97,1111111111111111111111111111111111111111111111111111111111111111111111111111110101111111011111111111
+3,79,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,79,16,97,1111111111111111111111111111111111111111111111111111111111111111111111111111101101111111011111111111
+3,79,17,95,1111111111111111111111111111111011101111111111111111111111111111110111111111111101111111011111111111
+3,79,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,6,97,1111111111111111111111111111111111111111111111111111111111111111111111111111101101111111011111111111
+3,80,7,97,1111111110111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,8,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111101111111011111111111
+3,80,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,10,96,1111111111111111111111111111111111111111111111111111111111101101111111111111111101111111011111111111
+3,80,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,14,97,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011111111111
+3,80,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,80,18,96,1111111111111111111111111111111111111111111111111101111111011111111111111111111101111111011111111111
+3,81,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,1,96,1111111110111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,81,2,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111101111111011111111111
+3,81,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,6,97,1111111111111111111111111111111111111111011111111111111111111111111111111111111101111111011111111111
+3,81,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,12,98,1111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111111
+3,81,13,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,14,97,1111111111011111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,15,96,1111111111111111111111111111111110111111111111111111111111111111111111111111111101111011011111111111
+3,81,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,17,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,81,18,95,1111111111111111111111111111111111111111111111111101111111101101111111111111111101111111011111111111
+3,82,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,6,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,8,97,1111111111111111111111111111111111111111111111111111101111111111111111111111111101111111011111111111
+3,82,9,97,1111111111111111111111111111101111111111111111111111111111111111111111111111111101111111011111111111
+3,82,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,11,98,1111111111111111111111111111111111111111111111111111111111101111111111111111111111111111011111111111
+3,82,12,97,1111111111111111110111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111101111111011111111111
+3,82,14,97,1111111111111111111101111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,15,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101101111011111111111
+3,82,16,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,82,18,97,1111111111111111111110111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,1,96,1111111111111111111111111110111111111111111111111111111111111111111011111111111101111111011111111111
+3,83,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,3,97,1111111111111111111111111111111111111111111111111111111111111111111111111011111101111111011111111111
+3,83,4,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,5,97,1111111111111111101111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,6,96,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111101011111111111
+3,83,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,8,97,1111111111111111111101111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,9,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,10,97,1111111111111011111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,12,96,1111111111111111111111111111110111111111111111111111111111111111111111111111111101111111011111111011
+3,83,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,15,97,1111111111111111110111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,16,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,83,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111110111101111111011111111111
+3,83,18,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,84,0,96,1111111111111011111111111110111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,1,97,1111111111111111111111111111111111111111111111111111111110111111111111111111111101111111011111111111
+3,84,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,3,96,1110111111111111111111111111111111111111111111111111111111110111111111111111111101111111011111111111
+3,84,4,97,1111111111111111111111111111111111111111111111111111110111111111111111111111111101111111011111111111
+3,84,5,96,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,84,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,7,95,1111111111111111111101111111111111111111111111111111111111111111111111111011111101110111011111111111
+3,84,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,9,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,84,10,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,84,11,96,1110111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111
+3,84,12,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,13,97,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,14,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,84,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,84,17,96,1111111101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,84,18,97,1111111111111111111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,0,97,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,2,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,3,97,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011111111111
+3,85,4,96,1110111111111111111111111111111011111111111111111111111111111111111111111111111101111111011111111111
+3,85,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,85,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,7,97,1111111111111111111111111111111011111111111111111111111111111111111111111111111101111111011111111111
+3,85,8,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,85,9,96,1111111101111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,85,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,12,96,1111111101111111111111111111111111111111111111111111111111111111111111111111111101111111011111111110
+3,85,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,14,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111110111111011111111111
+3,85,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,16,96,1111111111111110111111101111111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,17,96,1111111111111111111111101011111111111111111111111111111111111111111111111111111101111111011111111111
+3,85,18,96,1111111101111111111111111111111111111111111111111111111111011111111111111111111101111111011111111111
+3,86,0,96,1111111111111110111111111111111110111111111111111111111111111111111111111111111101111111011111111111
+3,86,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,4,95,1111111111111111111111111111111111111111111111011110111111111111111111111110111101111111011111111111
+3,86,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,6,98,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111011111111111
+3,86,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111111111
+3,86,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,11,97,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011111111111
+3,86,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,13,97,1111111111111111111111111111111111111111111111111111111111111111111011111111111110111111011111111111
+3,86,14,98,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111011111111111
+3,86,15,97,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011111111111
+3,86,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,86,17,96,1111111101111111111111111111111111111111111111111111111111111111111011111111111101111111011111111111
+3,86,18,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,87,0,97,1111101111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,1,97,1111111111111111111111111111111111111111111111111110111111111111111111111111111101111111011111111111
+3,87,2,97,1111111111111111011111111111111111111111111111111111111111111111111111111111111110111111011111111111
+3,87,3,96,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111001111111111
+3,87,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,9,95,1111111111111111111111111111111111111111111111111011111011111111111111111111111101111111011110111111
+3,87,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011110111111
+3,87,11,95,1111111111111111111111111111111111111111101111111111111111111111111011111111111101110111011111111111
+3,87,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,87,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,15,97,1111111111111111111111111111111111101111111111111111111111111111111111111111111101111111011111111111
+3,87,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,87,17,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101110111011111111111
+3,87,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,2,98,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,88,3,96,1111111111111111011111111111111111111111111111111111111111111111111111111111111100111111011111111111
+3,88,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,88,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,7,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111011111
+3,88,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,9,96,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011011111111
+3,88,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,88,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,88,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,88,14,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111101011110111111
+3,88,15,98,1111111111111101111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,88,16,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,88,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,88,18,97,1111111111111111111111111111111111111111111111111111111111111111101111111111111101111111011111111111
+3,89,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,1,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,2,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,89,3,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111011111
+3,89,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111011111111011111111111
+3,89,5,97,1111111111111111111111111111111111111111111111111111110111111111111111111111111101111111011111111111
+3,89,6,97,1111111111110111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,10,98,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,89,11,97,1111111111111111111111111111111111111111111111111111111101111111111111111111111101111111011111111111
+3,89,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,89,13,97,1111111111111101111111111111111111111111111111111111111111111111111111110111111111111111011111111111
+3,89,14,98,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,89,15,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111110
+3,89,16,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,89,17,97,1111111111111111111111111111111111111111111111111111111110111111111111111111111101111111011111111111
+3,89,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,0,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,1,97,1111111111111111111111111111111111111111111111111111111110111111111111111111111101111111011111111111
+3,90,2,97,1111111111111111111111111111111111111111111110111111111111111111111111111111111101111111011111111111
+3,90,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,4,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,90,5,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111110
+3,90,6,96,1111111111111110111111111111111111111111111110011111111111111111111111111111111111111111011111111111
+3,90,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,8,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,90,9,97,1111111111111111111111111111111111111111111111111111111111111111111111111101111101111111011111111111
+3,90,10,97,1111111111111101111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,90,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111011111110011111111111
+3,90,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,15,97,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,90,16,95,1111111111111101111111111111111111111111111111101111111111111111111111110111111101111111011111111111
+3,90,17,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111011111111111
+3,90,18,97,1111111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111
+3,91,0,97,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011111111111
+3,91,1,96,1111111111111111111111111111111111111011111111111111111111111111111111111111111101011111011111111111
+3,91,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111011111111011111111111
+3,91,3,96,1111111111111111111111111111111111111111111111111111111111111111111111111111111101011110011111111111
+3,91,4,97,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,91,5,96,1101111111111111111111111111111111111111111111111111111111111111111111111111111101111111011110111111
+3,91,6,97,1111111111111111111111111111111111111111101111111111111111111111111111111111111101111111011111111111
+3,91,7,94,1111111011111111111011111111111011111111111111111111111111111111111111111111111101111111011110111111
+3,91,8,97,1111111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111
+3,91,9,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,91,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,91,11,96,1111111111111111111111111111111111111111111110111111111111111011111111111111111101111111011111111111
+3,91,12,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111101111111011111111111
+3,91,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111100111111011111111111
+3,91,14,96,1111111111111111101111111111111111111111111101111111111111111111111111111111111101111111011111111111
+3,91,15,97,1111111111111111111111111111111111111111011111111111111111111111111111111111111101111111011111111111
+3,91,16,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,91,17,96,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111101011111111111
+3,91,18,97,1111111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111
+3,92,0,96,1111111111111111111111111111111111111111111111111111111111111111101111111111111001111111011111111111
+3,92,1,96,1101111111111111111111111111111111011111111111111111111111111011111111111111111111111111011111111111
+3,92,2,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,92,3,96,1111111111111111111111111111111111111111111111111111111111111011111111111111111101111101011111111111
+3,92,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111011111111011111111111
+3,92,5,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,92,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,92,7,94,1111111111111111101111111011111111111111111101111111111111111111111111111111111001111111011111111111
+3,92,8,96,1111111111111111111111111111111111111111111111110111111111111111111111111111111001111111011111111111
+3,92,9,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111111111111011111111110
+3,92,10,97,1111111111111111111111111111111111111111111111111111111111111011111111111111111101111111011111111111
+3,92,11,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111110011111111111
+3,92,12,97,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011111111111
+3,92,13,97,1111111111111111111111111111111111111111111111111111111111111101111111111111111101111111011111111111
+3,92,14,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,92,15,96,1111111111111111111111111111111111111111111111111111111111111111111111110111110101111111011111111111
+3,92,16,96,1111111111111111111111111111111111111111111111111111111111111111111111111111011001111111011111111111
+3,92,17,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,92,18,96,1111111111111111111111111111111111111111110111111111111111111111111111111111111001111111011111111111
+3,93,0,97,1111111111111111111111111111111111111111111111111111111111111111111111111101111101111111011111111111
+3,93,1,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111011111111011111111111
+3,93,2,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,93,3,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,93,4,93,1101111111101111111111111111111111011111111111111111111111111011111111111111111101111111011111111101
+3,93,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,93,6,95,1111111111111111111111111111111111111111111111110111111111111111111111111111011001111111011111111111
+3,93,7,96,1111111111111111111111111111111111111111111111111111111111111111011111111111111001111111011111111111
+3,93,8,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,93,9,93,1111111111111110111110111111111111111111111111111111011111111111101111111111111001111111011111111111
+3,93,10,96,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,93,11,95,1111111111111111111111111111111111111111111111111111111111111111111011111111110101111110011111111111
+3,93,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,93,13,97,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111011111111111
+3,93,14,98,1111111111111111111111111111111111111111111111111111111101111111111111111111111111111111011111111111
+3,93,15,94,1111111011111111111111111111111111111111111011111111111111111111101111111111111011111111011111111101
+3,93,16,96,1111111111111111111011111111111111111111111111111111111111111111111111111111111011111111011111111101
+3,93,17,97,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011111111111
+3,93,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,94,0,96,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,94,1,96,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,94,2,97,1111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111101111
+3,94,3,94,1111111111011111111111111111111111111111111111111111111111111111111110111111111001111111011111111101
+3,94,4,95,1111111111111111111011111111111111111111111111111111111111111110111111111111111011111111011111111101
+3,94,5,97,1111111111111111111111111011111111111111111111111111111111111111111111111111111101111111011111111111
+3,94,6,97,1111111111111111111111111111111111111111111111111111111111111111101111111111111011111111011111111111
+3,94,7,93,1111111011111111111111111111111111111111011011111111111111111111111111111111111101111111011111101101
+3,94,8,97,1111111111111111111111111110111111111111111111111111111101111111111111111111111111111111011111111111
+3,94,9,96,1111111111111111111111111111111111111101111111111111111111111111111111111111111011111111011111111011
+3,94,10,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,94,11,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,94,12,95,1111111111111111111111111111111111111111111111111111111111111111111011111111110101111110011111111111
+3,94,13,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,94,14,97,1111111111111111111111111111111111111111111111110111111111111111111111111111111101111111011111111111
+3,94,15,96,1111111111111111111111111111111111111111111111111111111111111111111111111111011001111111011111111111
+3,94,16,96,1111111111111111111111111111111111110111111111111111111101111111111111111101111111111111011111111111
+3,94,17,98,1111111111111111111111111111111111111111111111111111111101111111111111111111111111111111011111111111
+3,94,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,95,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,95,1,97,1111111111111111111111111111111111111111111111110111111111111111111111111111111101111111011111111111
+3,95,2,94,1111101111111111111111111111111111111111111111111111111111111111111111111111111101110111001111101111
+3,95,3,94,1111111111111111111111111111111111111111111111111111111001111111111110111111111101111111011111101111
+3,95,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,95,5,97,1111111110111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,95,6,97,1111111111111111111111111111111111111111111111111111111111111111111111011111111111111111011111101111
+3,95,7,96,1111111111111111111011111111111101111111111111111111111111111111111111111111111101111111011111111111
+3,95,8,97,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111011111111111
+3,95,9,94,1111111111111111111111111111111111111111111111111111111111101111101111111111111011111101011111101111
+3,95,10,96,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111111101
+3,95,11,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,95,12,97,1111111011111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,95,13,95,1110111111111111111111111011111111111111111111111111111111111111111111111111111101111111011111111101
+3,95,14,96,1111111111111111111011111111111111111111111111111111111111111110111111111111111011111111011111111111
+3,95,15,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,95,16,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111111011111111111
+3,95,17,98,1111111111111111111111111111111111111111111111111111111101111111111111111111111111111111011111111111
+3,95,18,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111101
+3,96,0,98,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111111111111111
+3,96,1,97,1111111110111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,96,2,95,1111111111111111111111111111111111111111111111111111111111111111111011111111111101111111011111101101
+3,96,3,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,96,4,94,1111111111111111111011111111011111111111111111111111111101111111111111111101111011111111011111111111
+3,96,5,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111111
+3,96,6,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,96,7,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,96,8,96,1111111111111111111111111111011111111111111111111111111111111110110111111111111111111111011111111111
+3,96,9,97,1111111111111111111111111111111111111111111111111111111101111111111111111111111101111111011111111111
+3,96,10,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,96,11,96,1111111111111111111111111111111111111111111111111111111111111111111111110111111101111111011111111101
+3,96,12,95,1111111111111111111011111111111111111111111111111111111111111111111111111111111101001111011111111111
+3,96,13,96,1111111110111111111111111111111101111111111111111111111111111111111111111111111101111111011111111111
+3,96,14,96,1111111111111111111111111111111111111111111111111111111101111111111111111111111101111111011111111101
+3,96,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,96,16,97,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111101111
+3,96,17,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111111111111111
+3,96,18,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111011111111011111111111
+3,97,0,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111111111111111
+3,97,1,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111011111111111
+3,97,2,98,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111111111111111
+3,97,3,97,1111111111111111111111111111111111111111111111111111111111111110111111111111111011111111011111111111
+3,97,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,97,5,97,1111111111111111111111111111111110111111111111111111111101111111111111111111111101111111111111111111
+3,97,6,96,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111111011111101111
+3,97,7,97,1111111111111111111111111111111111111111111111111111111111111111110111111111111101111111011111111111
+3,97,8,98,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111111111111111
+3,97,9,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,97,10,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,97,11,98,1111111111111111111111111111111111111111111110111111111111111111111111111111111111111111011111111111
+3,97,12,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,97,13,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111111111111111
+3,97,14,97,1111111111111111111111111111111111111111111111111111111111110111111111111111111101111111011111111111
+3,97,15,97,1110111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,97,16,95,1111111111111111111111111111011111111111111111111111111111111110110111111111111101111111011111111111
+3,97,17,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,97,18,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,98,0,96,1110111111111111111111111111111111110111111111111111111111111111111111111111111101111111011111111111
+3,98,1,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111111111111111
+3,98,2,96,1110111111111111111111111111111111111111111111111111111111110111111111111111111101111111011111111111
+3,98,3,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,98,4,98,1111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111110
+3,98,5,96,1111111111111111111111111111111111111111111111111011111111111111111111111101111101111111011111111111
+3,98,6,98,1111111111111111111111111111111111111111111110111111111111111111111111111111111111111111011111111111
+3,98,7,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,98,8,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,98,9,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111101
+3,98,10,98,1111111111111011111111111111111111111111111111111111111111111111111111111111111111111111011111111111
+3,98,11,96,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111111011111101111
+3,98,12,99,1111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111
+3,98,13,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,98,14,97,1111111111111111111111111111111111111111111111111111111111111111111111011111111101111111011111111111
+3,98,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,98,16,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111101111111111111111111
+3,98,17,99,1111111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111
+3,98,18,98,1111111111111111111111111111111111111111111110111111111111111111111111111111111111111111011111111111
+3,99,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,99,1,95,1111111111111111111111111111111111111111111111111001111111110111111111111111111101111111011111111111
+3,99,2,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,99,3,97,1111111111111111111111101111111111111111111111111111111111110111111111111111111101111111111111111111
+3,99,4,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111101
+3,99,5,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,99,6,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111
+3,99,7,96,1111111111111111111111111111111111111111111111111111101101111111111111111111111101111111011111111111
+3,99,8,98,1111111111111111111111111111111111111101111111111111111111111111111111111111110111111111111111111111
+3,99,9,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,99,10,96,1111111111111111111111111111111111111110011111111111111101111111111111111111111111110111111111111111
+3,99,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,99,12,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,99,13,96,1011111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111011110
+3,99,14,97,1111111111111111111111111111111111111111111110011111111111111111111111111111111111111111011111111111
+3,99,15,95,1111111111111111111111111111111111111111111111111111111110111110011111111111111111111111111101111110
+3,99,16,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,99,17,99,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,99,18,98,1111111111111111111101111111111111111111111111111111111111111111111111111111111101111111111111111111
+3,100,0,99,1111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,100,1,97,1111111111111111111111111111111111111101111111111110111111111111111111111111111111111111111101111111
+3,100,2,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,3,98,1111111111111111111111111111111111111101111111111111111111111111111111111111111101111111111111111111
+3,100,4,97,1111111111111111111111111111111111111101111111111111011111111111111111111111111101111111111111111111
+3,100,5,97,1111111111111111111111111111011111111111111111111111011111111111111111111111111111111111111111111101
+3,100,6,98,1111111111111111111111111111111111111101111111111111101111111111111111111111111111111111111111111111
+3,100,7,98,1111111011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111
+3,100,8,96,1111111111111111111111111111011111111111101111111111111111111111111111111111111111111101111111111101
+3,100,9,99,1111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,10,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,11,97,1111111111111110111111111111111111111111111111111111111111111111111111111111111101111111011111111111
+3,100,12,96,1101111111111111111111101111111111111111111111111111111111110111111111111111111101111111111111111111
+3,100,13,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,14,98,1111111111111111111111111111111111111101111111111111111101111111111111111111111111111111111111111111
+3,100,15,97,1111111111111111111111111110111111111111111111101111111111111111111111111111111101111111111111111111
+3,100,16,97,1111111111111111111111101111111111111111111111111111111111110111111111111111111101111111111111111111
+3,100,17,99,1111011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+3,100,18,99,1111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111
+4,0,0,48,0011100101111000000111111001100011111011010000000000001100010111001110011100101001101110110000011001
+4,0,1,47,0111011001001010000111111011011100011001101100010101001001110000010101110100100000111001110000001010
+4,0,2,45,0000001011010111110010010010010001000001001001101001111111000001000100011101110001011001011111100100
+4,0,3,65,1110111100110111111001100001111101101110101001011111011111011001101000110101111001011101011101011101
+4,0,4,46,1010000010110011110010110010100011001100011101010111011101010000000000011001110110100011010010011100
+4,0,5,61,1001110100011011110011011101111101010001100111110111101011001111111001101010101001110011001001100111
+4,0,6,53,0011110000110010010101010001010000001101010101110010101110101010011111101100010110110111011011110011
+4,0,7,64,0110111010111111010011101100110110111101111101111011101101010100111100101101100101011010100100110111
+4,0,8,47,1010101110101001100010111101100101001001101000011010011110110000110001000110000100111101100010000101
+4,0,9,50,1111010110110011101111010001000100001111010110010101010001011001100001000000010101110101101010101011
+4,0,10,49,0000011011101010001101011010010110010000101111101101011010010101101100101100101100100011101000101001
+4,0,11,41,0001101100000110000001001000101001101110100110101110111010000010010010001101000000101101001000011110
+4,0,12,54,0100010111000011011000001101000011001111101000111011111110010010001101000111100111101100111111011010
+4,0,13,46,1111111000100011101010011001001111110110101011000000010011001010000000000010110000100101110010111010
+4,0,14,49,0100000000000110100001111011101100100000010101111111110111001100101101111111010010000111100010101000
+4,0,15,41,1010110010100001010001101101000010010101010110101011010000100110011000000000101100011001100101010001
+4,0,16,53,0110110101001011111111100111010110111001010111101001100100000000011011011100011000001100010011110101
+4,0,17,52,1111101110100110001010000100001110101000110100111001101110111110101010011111100010110011100000000011
+4,0,18,43,0010000010010011100010100100011110010000000111010001101101110101001001001001010011101000100110111001
+4,1,0,48,1110101110101001100010111101100101001001101000011010011110110000110001000110000100111101100010000101
+4,1,1,48,1010101110101001100010111101100101001001101000011010011110110001110001000110000100111101100010000101
+4,1,2,55,1001110000001010110011011101111101011001100100110111101001010111111001101010100001110011001001100111
+4,1,3,53,0111011101011011000111111011011100010001101111010101001011101000010101110100101000111001110000001010
+4,1,4,55,0100010111000011011000001101000011001111101000111011111110010010001101000111110111101100111111011010
+4,1,5,55,0100010111000011011000001101000011001111101000111011111111010010001101000111100111101100111111011010
+4,1,6,52,1101010000100111101111011011000100001111010100011101110001011001100101010000010111110101100010101011
+4,1,7,47,0110000110010010100001110001101100100000010111110111010111001100101001101111010000000111101010101000
+4,1,8,53,0010101010111101100010111101100100011001101001011010011110010100111001101110000100111111100010000111
+4,1,9,58,1110111110101011010011101100110111101101111100111011101101110000110100000101100101011000100100110101
+4,1,10,61,1001110100011011110011011101111101010001100111110111101011001111111001101010101001110011001001100111
+4,1,11,62,1001110100011011110011011101111101010001100111110111101011001111111101101010101001110011001001100111
+4,1,12,48,1010101110101001100010111101100101001001101000011110011110110000110001000110000100111101100010000101
+4,1,13,47,1010101110101001100010111101100101001001101000011010011110110000110001000110000100111101100010000101
+4,1,14,71,1110111010111111111011100101110111101110111101011111101111010101101100110101110001011101110101111101
+4,1,15,58,0110111100110111010001101000111100111101101001111011011101011000111000101101101101011010001100010111
+4,1,16,54,0101000100000110100001111011101101000000010101111111110011001110101101111110011001000111101011101010
+4,1,17,56,1000110000011011110011011101111100110001100111110111101111001101111001101011100010110011000000100101
+4,1,18,58,1010110100011011010011011100110101111001101111110011101001000110111001101101101001111010001001100111
+4,2,0,57,0110111110110111010001101000111110101001101001111011011101011000110100001101100101011010101100010111
+4,2,1,60,1110111100101011010011101100110101111101111100111011101101110010111000100101101101011000000100111101
+4,2,2,49,0100101010101001101010111101000001001101101000011010011110010100111001001111000100101110100010001111
+4,2,3,58,0010010111010111010000001101100110011011001001111011111110010010001101100110110111111101111111010010
+4,2,4,63,1001111010011011110011101101111110010001110101111111101101011101111100101010100101010010100101110111
+4,2,5,57,0101110000101110010011011101111101011101100100110111101011010111111001101010100001110011001000100111
+4,2,6,53,1010110100001011010011011101110101011001100100110011101001000110111001101101100001111010001001100111
+4,2,7,60,1001110000011010110011011100111101111001101111110111101001010111111001101010101001110011001001100111
+4,2,8,58,1110111110101011010011101000111111101101111100111011111101110000110000000101101101011000100100010101
+4,2,9,58,0110111100110111010001101100110100111101101001111011001101011000111100101101100101011010001100110111
+4,2,10,51,0110100010111111100000111101100100011000101001111010010110010100111001101110000100010111100010001111
+4,2,11,47,0010000110010000100001110001101100100001010111010111011111001100101001101111010000101111101010100000
+4,2,12,69,1100111011100111111011100101100111001111111101011111101111010001101101100111110001101101111101111101
+4,2,13,56,0110010110011011011000001101010011101110101000110011111111010110001100010101100111011100110111011010
+4,2,14,61,1001111000011111010011111100111100110001100101111011101011010111111001101001100101111010000011110111
+4,2,15,63,0110110110111011010011001101110111011101111111110111101101001100111100101110101001010010101100100111
+4,2,16,59,1100111100110111010001101000111100111101101001110111111101011000111000101111101001011010001100010111
+4,2,17,61,0011110100011011110011011101111101010001100111111011001011001111111101101000101101110011001001100111
+4,2,18,69,1111111010011111111011101111110111001111111111011111001111010001100101110101100001011001110101011011
+4,3,0,57,1000111000011011010011111100111101010001100101111011101001010110111001101001100001111010001011110111
+4,3,1,57,1011110100001111010011011101110100111001100100110011101011000111111001101101100101111010000001100111
+4,3,2,64,1000011011010111111011100101100111011101011101111111101101010101101101100111110001101001101101110101
+4,3,3,66,1101111010101011110011101101111110000011110101011111101111011001111100101010100101010110110101111111
+4,3,4,65,1110111000011111111011101111110100011111111111011111101101010000100101110111100001011010101100011011
+4,3,5,62,1100111110110111010001101000111111101101101001110111011111011001111000101101101001011001010101010111
+4,3,6,56,1100111100110011010001101000111100111101101001111011111101011010111000100101101001011010000100010111
+4,3,7,63,1110111100101111010011101100110101111101111100110111101101110000111000101111101101011000001100111101
+4,3,8,56,1100111110111111010001101001111100001101111011110111111101010000110000101101101001011000000100010011
+4,3,9,72,1111111000010111111011101110110111111111101101011111001111011001101101110111100001011011111101011111
+4,3,10,56,0110111100111011000111100001110100111000101101010101101011101100011100111100111000111101110000101100
+4,3,11,61,0110010111111011010011011001011111010101111111110111101101001100111100100110101001010010101100100111
+4,3,12,62,1110111110101011010011101100110111011101111111110111101101000100111100101100101001010010101100100111
+4,3,13,60,0110110100111011010011001101110101111101111100111011101101101010111000100111101101011000000100111101
+4,3,14,55,0010111100110111010001101100110100110101100001111011001101011000111100101100100101011010101100110111
+4,3,15,65,1101111010010011110011101101111110011001111101111111101101011101111100101011100101010010000101110111
+4,3,16,68,1100111011100111111011100111100111001111111101011111001111010001101101100101110001011101111101111101
+4,3,17,70,1111111010011111111011101101110111001111111111011111101111010001100101110111100001101001110101011011
+4,3,18,60,1110111100101011010011101100110101111101111100111011101101110010111000100101101101011000000100111101
+4,4,0,63,1100011001010111111011100101110111011101011101011111001101010101101101100111100001111001101101110101
+4,4,1,72,1011111010010111111010101110100111111111101101111111101111011001101101110111110001001011111101011111
+4,4,2,70,1111111000010111111011101100110110101011111101011111101111011001101101100111100101011110111101011111
+4,4,3,70,1101111010101011110011101111111111010111100101011111001111011101111100111010100001110011110101111111
+4,4,4,62,1110111110101011010011101100110111011101111110110111101101110110111100101100101000010010100100100111
+4,4,5,59,1110111100101011010011101100110101111101111101111011101101000000111000100101101101011000001100111101
+4,4,6,62,1100111110101011110011101100111110000111110101011111101101001101111100101100100101010110100101100111
+4,4,7,65,0111111010101011010011101101110111011001111111110111101111010000111100101010101001010010111100111111
+4,4,8,61,1110111110001011010011101100110111011101111111110111101101010000111100101100101001011010101100001011
+4,4,9,65,1110111000111111111011101111110100011111111111011111101101000100100101110011100001010010101100110111
+4,4,10,69,1100111000000111111011100110110111001111111101011111001111011001101101110101110001011111111101111111
+4,4,11,70,1111111011110111111011101110100111111111101101011111001111010001101101100111100001011001111101011101
+4,4,12,59,0110010110111111010011011001011111111101101001110111011111001100111100100100101001011010001100000111
+4,4,13,63,1100111111110011010001101000111111000101111011110111101101011001111000101111101001010001110101110111
+4,4,14,73,1111111010010111111001101111100111111111101101011111001111011001101101100111110001011011111101111111
+4,4,15,67,1100111001100111111011100110110111001111111111011111001111010001101101110101100001011101111101011101
+4,4,16,67,1111111110011111111011101100110101101101110110011111101111010001111101110111100101101000010101011001
+4,4,17,60,1110111000101011010011100101110111011111111001111011101101110010100000100101101001011001100100111111
+4,4,18,66,1110111101100111011011100101110111011111111100110111001101010001101100100111111001011100011101111101
+4,5,0,72,1110111010011111111001101111100111111111101111011111001111011001100101110111110001011011101100111111
+4,5,1,66,1111111000110111111011101111110100011111111101011111101101000100101101100011100001010010111101110111
+4,5,2,65,1100111011101111110011101110100101111101101101011111101111110000111001100101100101011001101100111101
+4,5,3,70,1111111010110111111011101110100111101111111101011111001111010001101101101111100001011001111101011101
+4,5,4,70,1101111010001011110011101111111111110111100101011111001111011001111100111010100001011011111101111111
+4,5,5,73,1111111010110111111001101111100111111111101101011111001111011101101101100111010001110011110101111111
+4,5,6,73,1111111010010111111001101111100111111111101101011111001111011001101101100111110001011011111101111111
+4,5,7,74,1111111010010111111001111111100111111111101101011111001111011001101101100111110001011011111101111111
+4,5,8,72,1111111001010111111011101100110111111011111101011111001111010001101101100111100101011111111101011111
+4,5,9,68,1111111010110111111011101110100110101111101101011111101111011001101101100111100001011000111101011101
+4,5,10,70,1111111011010111111011101110110111111111101101011111001111010000101101100111100001011011111101011101
+4,5,11,68,1111111000110111111011101100100110101011111101011111101111011001101101100111100101011100111101010111
+4,5,12,72,1011111010100111110011101110101111111111101101111111101111011001101100110111100001110011110101111111
+4,5,13,70,1101111010011011111010101111110111010111100101011111001111011101111101111010110001001011111101011111
+4,5,14,71,1110111101110111011011101111110111011111111111110111001101000001101100100111111001011010011101111111
+4,5,15,61,1110111000101111111011100101110110011111111100011111101101010100100101110011100001010100101100110101
+4,5,16,72,1011111010010111111010101110100111111111101101111111101111011001101101110111110001001011111101011111
+4,5,17,72,1011111010010111111010101110100111111111101101111111101111011001101101110111110001001011111101011111
+4,5,18,75,1011111011110111110011101110101111111111111101110111101111011001101000110111100001011111111101111111
+4,6,0,70,1110111001010111111001101100000111111011111111011111001111010001101101110111100101011111101101111111
+4,6,1,73,1111111010011111111011101111110111111111101101011111001111011001100101100111110001011011111100011111
+4,6,2,67,1110111010110111111001101111100111011111101101111111001101001101101101100111010001010010010101111111
+4,6,3,76,1111111101110111011011101111110111111111111111010111001111010001101100100101111001111011111101111111
+4,6,4,72,1011111010100111110011101111101111111111101101011111001111011101101100110111100001110011110101111111
+4,6,5,73,1111111010110111111001101110100111111111101101111111101111011001101101100111010001110011110101111111
+4,6,6,70,1010111011111111110011101110101111111111101101110111001101011001101000110111100001011011101101111111
+4,6,7,76,1111111010010111111001101111100111111111111111011111101111011001100101110111110001011111111100111111
+4,6,8,72,1110111110110111011011101111110111011111101111110111001101001001101101100110111001011011011101111111
+4,6,9,71,1111111001010111111001101111100111111111111101011111001111010001101100100111110001011010111101111111
+4,6,10,78,1111111010110111111001101111101111111111101101111111101111011001101101110111100001111011111101111111
+4,6,11,68,1011111011000111110011101110100111111111101101011111001111011001101100100111110001010011110101111111
+4,6,12,72,1011111010010111111011101110101111111111101101111111101111011001101000110111110001001011111101011111
+4,6,13,75,1011111011110111110010101110100111111111111101110111101111011001101101110111100001011111111101111111
+4,6,14,68,1111111011010111111011101100110111011011101101011111001111010000101101100111100001011011111101011111
+4,6,15,73,1111111001010111111011101110110111111111111101011111001111010001101101100111100101011111111101011101
+4,6,16,70,1111111010010111111001101111100111111111101101011111000111011001101101100111010001010011111101111111
+4,6,17,74,1011111010110111111010101110100111111111101101111111101111011101101101110111110001101011110101011111
+4,6,18,70,1101111010001011110011101111111111110111100101011111001111011001111100111010100001011011111101111111
+4,7,0,74,1111111001010101111001101110100111111111111101011111101111011001101101110111110001011111111100111111
+4,7,1,70,1111111010010111111001101111100111110111111111011111001111010001100100100111110001011010111101111111
+4,7,2,66,1010111000110111111000101110100111001111101111011111001111011101101101110111100001011011110101011110
+4,7,3,75,1111111011010111111011101100000111111011111101111111101111010001101101110111110101101111101101111111
+4,7,4,72,1011111011010111111001101110100111111111111111010111101111011001100101110011100001011111111100111111
+4,7,5,78,1111111010110111110010101111100111111111111101111111101111011001101101110111110001011111111101111111
+4,7,6,76,1111111011111111111011101111110111111111101101011111001111011001100101100111100001011111111100111111
+4,7,7,73,1011111010010111110010101110100111111111111101110111101111011001101101110111110001011111111101011111
+4,7,8,75,1111111011010111110010101110110111111111111101110111101111011001101101100111100101011111111101111101
+4,7,9,73,1011111101110111111011101110100111111111111101011110001111010001101101110111100001011111111101011111
+4,7,10,76,1111111010110111111001101111101111111111101101111111001111011001101100110111100001111011111101111111
+4,7,11,73,1111111001010111111001101111100111111111111101011111101111010001101101100111110001011010111101111111
+4,7,12,75,1111111010010111111001101110100111111111111111011111101111011001101101110111110001001111111100111111
+4,7,13,73,1011111010010111111011101111101111111111101101111111101111011001100000110111110001011011111101011111
+4,7,14,76,1011111101110111111011101110100111111111111111111111001111011001101100100101111001111011111101011111
+4,7,15,74,1111111010110111011010101101110111111111101101010111101111010101101101110111110001101011111101111111
+4,7,16,71,1111111001011111110011101110010111111111111101110111001111010001101100100111100101011111111101011101
+4,7,17,70,1010111011110111111011101110101111111111101101011111001101011001101001110111100001011011101101111011
+4,7,18,75,1011111010110111111010101111100111111111111101110111101111011001100101110111100001011111111101111111
+4,8,0,76,1011111001010111111011101111100111111111111111111111001111011001101100100101111001111011111101111111
+4,8,1,71,1111111101110111110001101110100111111111111101011101101111010001101101100111110001011010111101011111
+4,8,2,72,1111111011110111110010101110110111111111101101110111001111011001100101100111100101011111111100111101
+4,8,3,78,1111111011011111111011101111110111111111111001011111101111011001101101100111100001011111111101111111
+4,8,4,78,1111111010110111110010101111100111111111111101111111101111011001101101110111110001011111111101111111
+4,8,5,78,1111111010110111110010101111100111111111111101111111101111011001101101110111110001011111111101111111
+4,8,6,77,1111111001010111110010101110110111111111111101111111101111011001101101110111100101011111111101111111
+4,8,7,70,1011111111110111111011101110100111111011111101010110001111010001101101100111100001011111111101011101
+4,8,8,78,1011111101110111111011101110100111111111111111111111001111011001101101100111110001111011111101111111
+4,8,9,73,1111111001010101111001101110100111111111111101011111101111011011101100110101111001011111111100011111
+4,8,10,78,1111111010110111111011101110100111111111111101111111101111011001101101110111110001001111111101111111
+4,8,11,75,1111111010010111110000101111100111111111111111011111101111011001101101110111110001011111111100111111
+4,8,12,77,1111111011110111111010101100110111111111101101110111101111010101101101110111100101101111111101111111
+4,8,13,72,1111111010010111010010101111110111111111111101010111101111011001101101100111110001011011111101111101
+4,8,14,74,1111111010010111110010101110110111111111111101010111101111011001101101100111100101011111111101111111
+4,8,15,76,1111111011010111111001101110100111111111111111111111101111011001101101110111110001001111111100111101
+4,8,16,73,1111111011010111111010101110110111101111101101110111001111011001101100100111100101011111111101111111
+4,8,17,77,1111111010110111110001101111101111111111111101111111101111011001101101110111100001111011111101111101
+4,8,18,76,1111111010110111111001101111100111111111111101111111101111011001101101100111100001011110111101111111
+4,9,0,77,1010111100110111111111101110100111111111111111111111001111011001101101110111110001001111111101111111
+4,9,1,78,1111111011110111111011101110100111111111111101111111101111011001101100100111111001111011101101111111
+4,9,2,75,1111111001010111111001101110100111111111111111111111101111011011101101110101110001001111111100011111
+4,9,3,74,1111111011010101111001101110100111111111111101011111101111011001101100110111111001011111111100111101
+4,9,4,78,1111111011010111110010101111100011111111111101111111101111011001101101110111110101011111111101111111
+4,9,5,76,1111111000110111110010101110110111111111111101111111101111011001101101110111100001011111111101111111
+4,9,6,79,1111111011110111111010101110100111111111111101110111101111011101101101110111110101011111011101111111
+4,9,7,74,1111111010110111110010101101110111110111101101111111101111010001101101110111100001101111111101111111
+4,9,8,75,1111111001010111110010101110110111111111111101111111101111011001101101100111100101011011111101111111
+4,9,9,77,1011111001010111111011101111100111111111111111111111001111011001101100110101111001111111111101110111
+4,9,10,78,1011111101110111111011101110100111111111111111111111001111011001101101100111110001111011111101111111
+4,9,11,77,1011111101110111111011101110100111111111111111111111001011011001101101100111110001111011111101111111
+4,9,12,76,1111111011110111110010101110110111111111101101110111101111011101101101100111100101001111111101111111
+4,9,13,76,1111111010110111111011101110100111111111111101111111001111011001100101110111110001011111111101111101
+4,9,14,76,1011111011010111111011101111110111111111111001011111101111011001101101100111100001011111111101111111
+4,9,15,81,1111111101111111111011101110100111111111111111111111001111011101101101100111110001111011111101111111
+4,9,16,75,1111111010110111111101101110100111111111111101111111001111011001101100100111100101011110111101111111
+4,9,17,74,1111111011010111111010101111110111101111101101110111101111011001101101100111100001011111011101111111
+4,9,18,78,1111111001110111111011101111100111111111111111111111101111011001101100100111110001111011111101111101
+4,10,0,75,1011111010010111110011101110101111111111111101111111001111011001101101110101101001111011111101111111
+4,10,1,76,1111111000110111110000101111110111111111111101111111101111011001101101110111100001011111111101111111
+4,10,2,78,1110111011110111111010101111100111111111111101111111101111011001101100100111111101011011111101111111
+4,10,3,77,1111111011010111110011101110100011111111111101111111101111011001101101110111110001111111101101111111
+4,10,4,72,1111111010010101111001101110100111111111111101011111001111011001100101110111110001011111111101111101
+4,10,5,78,1111111011110111111011111110100111111101111101111111101111011001101100110111111001011111111100111101
+4,10,6,80,1111111111110111111011101110100111111111111111111111001111011001101101100111110001111011111101111111
+4,10,7,74,1011111001110111110011101110100111111111111101111111101011011001101100100111111001111011101101111111
+4,10,8,77,1111111000010111110010101110110111111111111111111111001111011001101101110111101001111111111101111111
+4,10,9,76,1011111001110111111011101111100111111111111101111111101111011001101100110101110001011111111101110111
+4,10,10,79,1111111011110111111010101111100111111111111111110111101111011101101100110101111101011111011101110111
+4,10,11,76,1011111001010111101011101110100111111111111101111111001111011001101101110111110001111111111101111111
+4,10,12,79,1111111001110111111011101111100111111111111111111111101111011001101101100111110001111011111101111101
+4,10,13,82,1111111101111111111011101110101111111111111111111111001111011101111100100111110001111011111101111111
+4,10,14,79,1011111101110111111011101111100111111111111111111111001111011001101100110101110001111111111101111111
+4,10,15,76,1011111001010111111011101110100111111111111111111111001111011001101101100111111001111011111101110111
+4,10,16,81,1111111101111111111011101110100111111111111111111111001111011101101101100111110001111011111101111111
+4,10,17,81,1111111101111111111011101110100111111111111111111111001111011101101101100111110001111011111101111111
+4,10,18,75,1111111010110111111101101110100111111111111101111111001111011001101100100111100001111110111101111111
+4,11,0,79,1111111111110111111011101110100111111011111111111111001111011001111100100111110001111011111101111111
+4,11,1,82,1111111101111111111011101110101111111111111111111111001111011101101101100111110001111011111101111111
+4,11,2,75,1110111000110111110010111110100111011111111101111111001111011001101101110111101001111111111101111111
+4,11,3,79,1111111011010111111010101111110111111111111011111111101111011001101100100111111101011011111101111111
+4,11,4,77,1111111001010111101011101110100111111111111111111111001011011001101101110111110001111111111101111111
+4,11,5,77,1011111111110111111011101110100111111111111101111111001111011001101101100111110001111011101101111111
+4,11,6,75,1111111001010111110000101111110011111111111101111111101111011001101101110111100001111111101101111111
+4,11,7,78,1111111010110111110011101110100111111111111101111111101111011001101101110111110001011111111101111111
+4,11,8,79,1111111001110111111011101111100111111111111111110111101111011101101101100111110101011111011101111101
+4,11,9,78,1111111011110111111010101111100111111111111111111111101111011001101000110101111001111011111101110111
+4,11,10,82,1111111111110111111011101110110111111111111111111111001111011001101111100111110001111011111101111111
+4,11,11,78,1111111001110111111011101111100111111111111111111111101111011001100101100111110001111011111101111101
+4,11,12,78,1011111001110111111011101111100111111111111111111111101111011001101101100111111001111011111101110101
+4,11,13,77,1111111001010111111011101110100111111111111111111111001111011001101101100111110001111011111101111111
+4,11,14,79,1111111011110111111011101111100111111111111111110111101111011101101100110101110001011111111101110111
+4,11,15,82,1111111101111111111010101110101111111111111111111111001111011101111100100111111101111011011101111111
+4,11,16,77,1111111001110111110010101111110111111111111111111111001111011001101100110101100001111111111101111111
+4,11,17,79,1011111100010111111011101110100111111111111111111111001111011001101101110111111001111111111101111111
+4,11,18,81,1111111101111111111011101110101111111111111111111111001111011101101100100111110001111011111101111111
+4,12,0,81,1110111101111111111011101110100111111111111111111111001111011101111101100111110001111011111101111111
+4,12,1,81,1110111101111111111011101110100111111111111111111111001111011101111101100111110001111011111101111111
+4,12,2,79,1011111100110111111011101110100111111111111111111111001111011001101101110111110001111111111101111111
+4,12,3,78,1011111111010111111011101110100111111111111101111111001111011001101101100111111011111011101101111111
+4,12,4,80,1111111101111111111011101110100111111111111111111111001111011101111100100111110001111011011101111111
+4,12,5,83,1110111101111111111010101110101111111111111111111111001111011101111101100111111101111011111101111111
+4,12,6,80,1011111100110111111011101110100111111111111111111111001111011101101101110111110001111111111101111111
+4,12,7,81,1111111101011111111011101110101111111111111111111111001111011001101101100111111001111011111101111111
+4,12,8,79,1111111101110111111010101110101111111111111111111111001111011101101100100111111001111011011101111111
+4,12,9,86,1111111111111111111011101110110111111111111111111111001111011011111111100111110101111011111101111111
+4,12,10,82,1111111111110111111011101110101111111111111111111111001111011001101101100111110011111011111101111111
+4,12,11,82,1111111101111111111011101110110111111111111111111111001111011101101111100111110001111011111101101111
+4,12,12,80,1111111011011111111010101111110111111111111111111111001111011101101100100111111001011011111101111111
+4,12,13,79,1111111101110111111001101110101111111111111011111111101111011001101100100111110101111011111101111111
+4,12,14,79,1011111101010111111011101110100111111111111111111111101111011001101101110111111000111111111101111101
+4,12,15,77,1011111000110111111011101111100111111111111111111111001111011001101101100111111001111011111101110111
+4,12,16,76,1111111111010111111011101110100111111011111111111111001111011001101100100111110001111010111101111111
+4,12,17,79,1111111001110111111011101110100111111111111111111111001111011001111101100111110001111011111101111111
+4,12,18,78,1011111100110111111011101110100111111111111111111111001111011001101100100111111001111111111101111111
+4,13,0,80,1111111101011111111010101110101111111111111111111111001111011001101101100111111001111011111101111111
+4,13,1,83,1110111101111111111011101110101111111111111111111111001111011101101101100111111101111011111101111111
+4,13,2,81,1011111101110111111011101110110111111111111111111111001111011101101111100111110001111011111101111111
+4,13,3,81,1111111100111111111011101110100111111111111111111111001111011101101101110111110001111111111101101111
+4,13,4,78,1011111101110111111011101110100111111111111111111111001111011001101101110111110001111011111101101111
+4,13,5,83,1111111100111111111011101110110111111111111111111111001111011101101111100111110001111111111101111111
+4,13,6,81,1111111101110111111001101110101111111111111011111111101111011101101101100111110101111011111101111111
+4,13,7,78,1111111101111111111011101110110111111111111111111111001111011001101110100111110001111011111100001111
+4,13,8,82,1011111100110111111011101110110111111111111111111111001111011101101111110101110101111111111101111111
+4,13,9,80,1111111101111111111011101110100111111111111011101111001111011011111101100111110001111011111101111111
+4,13,10,80,1111111101111111111011101110110111111111111111101011001111011101101101100111111001111011111101101111
+4,13,11,81,1111111101011111111011101110101111111111111111111111001111011001101111100111110001111011111101111111
+4,13,12,81,1111111101011111111011101110110111111111111111111111001111011101101111100111110001111011111101101111
+4,13,13,82,1111111101111111111011101110101111111111111111111111001111011001101101100111111001111011111101111111
+4,13,14,79,1111111101110111111010101110110111111111111111111111001111011101101100100111110001111011111101111111
+4,13,15,81,1111111101111111111010101110101111111111111111111111001111011101101111100111111001111011011101101111
+4,13,16,80,1111111101011111111010101110100111111111111111111111001111011001111101110111111101111011011101011111
+4,13,17,88,1111111111111111111011101110111111111111111111111111001111011111111111100111110101111011111101111111
+4,13,18,84,1111111111111111111011101110101111111111111111111111001111011111111110100111110001111011011101111111
+4,14,0,78,1011101101111111111010101110100111111111111111111111001111011101101111100111110101111011011101101111
+4,14,1,83,1111111100110111110011101110111111111111111111111111001111011101101111110101111001111111111101111111
+4,14,2,83,1111111100111111111011101110100111111111111111111111001111011101101111110111110001111111111101111111
+4,14,3,80,1111111100011111111011101110110111111111111111111111001111011101101101100111110001111111111101101111
+4,14,4,82,1110111111111111111011101110101111111111111111111111001111011111111101100111110001111011001101111111
+4,14,5,84,1111111101111111111011101110101111111111111111111111001111011101101110100111111101111011111101111111
+4,14,6,79,1111111101110111111011101110101111111111111111111111001111011001101100100111110001111011111101111111
+4,14,7,81,1111111101011111111010101110110111111111111111111111001111011101101111100111110001111011111101111111
+4,14,8,84,1111111100111111111011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,14,9,81,1111111101111111111011101110101111111111111111111111001111011001101101100111110001111011111101111111
+4,14,10,81,1111111100110111111011101110110111111111111011111111001111011101101111100101110101111111111101111111
+4,14,11,82,1011111100101111111011101110110111111111111111111111001111011101101111110111110001111111111101111111
+4,14,12,82,1111111101111111111011101110110111111111111111111011001111011101101101100111111001111011111101111111
+4,14,13,80,1111111101111111111011101110101111111111111111101111001111011001101101100111111001111011111101101111
+4,14,14,82,1111111101111111111011101110101111111111111111111111001111011001101101100111111001111011111101111111
+4,14,15,82,1111111101011111111011101110110111111111111111111111001111111101101111100111110001111011111101101111
+4,14,16,83,1111111101011111111011101110101111111111111111111111001111011101101111100111111001111011111101111111
+4,14,17,77,1011111101110111111010101110110111111111111111111111001011011001101101100111110001111011111101111111
+4,14,18,86,1111111101111111111011101110101111111111111111111111001111011111111101100111111101111011111101111111
+4,15,0,82,1111111100110111111011101110111111111111111111111111001111011001101111110101111001111111111001111111
+4,15,1,82,1111111101111111110011101110111111111111111111111101001111011101101101100111111001111011111101111111
+4,15,2,81,1011111101101111111011101110101111111111111111111111001111011101101111110111110001111010111101111111
+4,15,3,81,1111111100111111111011101110110111111111111111111111001111011001101101100111110001111111111101111111
+4,15,4,83,1111111101110110111011101110111111111111111111111111001111011101101111110101111001111111011101111111
+4,15,5,81,1110111110111111110011101110101111111111111111111111001111011111111101100111110001111011101101111111
+4,15,6,83,1111111100111111111011101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,15,7,83,1111111101011111111001101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,15,8,83,1111111100111111111011101110100111111111111111111111001111111101101111100111110001111111111101111111
+4,15,9,85,1111111100111111111011101110110111111111111111111111001111011101101111110111111001111111111101111111
+4,15,10,85,1110111111111111111011101110111111111111111111111111001111011101101111100111110101111011111101111111
+4,15,11,84,1110111111111111111011101110111011111111111111111111001111011101101111100111110101111011111101111111
+4,15,12,84,1111111111111111111010101110101111111111111111111111001111011101101111100111110101111011111101111111
+4,15,13,79,1010101101111111111011101110110111111111111111111111001111011101101111100111110101111011011101101111
+4,15,14,82,1111111101011111111011101110100111111011111111111111001111011101101111100111111001111111111101111111
+4,15,15,83,1111111100111111111011101110111111111111111111111111001011011101101111100111111001111011111101111111
+4,15,16,84,1111111100110111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,15,17,83,1111111101111111110011101110101111111111111111111111001111011101101110110101111101111011111101111111
+4,15,18,84,1111111101111111111011101110110111111111111111111111001111011001101111110111111001111011111101111111
+4,16,0,82,1111111101111111111001101110101111111111111111111111001111011101101101100111110001111111111101111111
+4,16,1,80,1011111100001011111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,16,2,84,1111111100110111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,16,3,83,1111111101010111111001101110101111111111111111111111001111011101101111100111111001111111111111111111
+4,16,4,85,1111111110111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,16,5,82,1111111101111111111010101110101111111111111111111111001011011101101111100111110101111011111101111111
+4,16,6,84,1111111101111111111011101110110111111111111111111111001111011001101111110111111001111011111101111111
+4,16,7,83,1111111100111111111011101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,16,8,83,1111111100110111111011111110111111111111111111111111001111011101101111100101111001111101111101111111
+4,16,9,83,1111111100110111111011101110111111111111111111111111001111011001101111110111111001111111111001111111
+4,16,10,82,1110111111101111111011101110111011111111111111111111001111011101101111100111110001111011111101111111
+4,16,11,83,1011111101111111111011101110101111111111111111111111001111011101101111110111110101111010111101111111
+4,16,12,85,1111111101111111111010101110111111111111111111111111001111011101101111100111111101111011111101111111
+4,16,13,82,1111111110110111111011101110101111111111111111111111001111011101001111100111110001111111111101111111
+4,16,14,82,1111111101111111110011101110111111111111111111111111001111011101101100100101111101111011111101111111
+4,16,15,82,1111111101111111110011101110101110111111111111111101001111011101101111110111111001111011111101111111
+4,16,16,83,1110111101111111111011101110101111111011111111111111001111011101101111100111111001111111111101111111
+4,16,17,83,1111111111011111111011101110110011111111111111111111001111011101101111100111110101111011111101111111
+4,16,18,82,1111111100111111111011100110101111111111111111111111001111111101101110100111110001111111111101111111
+4,17,0,83,1111111101010111111001101110111101111111111111111111001111011101101111100111111001111111111111111111
+4,17,1,83,1111111100110111111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,17,2,83,1111111100110111111011111110111111111111111111111111001111011101101111100101111001111101111101111111
+4,17,3,83,1111111100110111111011111110111111111111111111111111001111011101101111100101101001111111111101111111
+4,17,4,85,1111111101111111111010101110111111111111111111111111001111011101101111100111111101111011111101111111
+4,17,5,85,1111111101111111111010101110111111111111111111111111001111011101101111100111111101111011111101111111
+4,17,6,84,1111111110111111111011101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,17,7,83,1011111100111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,17,8,82,1110111100110111111011101110111111111111111111111111001111011001101111110111111001111111111001111111
+4,17,9,83,1111111101111111111011101110101111111011111101111111001111011101101111100111111001111111111101111111
+4,17,10,83,1111111100110111111011101110111111111011111111111111001111011101101111100111111001111111111101111111
+4,17,11,83,1110111101111111101011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,17,12,84,1111111110111111111011101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,17,13,82,1111111101011111111011101110110011111111111111111111001111011101101111100111110101111011111101111111
+4,17,14,84,1111111101111111110011101110101111111111111111111111001111011101101111110101111101111011111101111111
+4,17,15,81,1110101101111111111011101110100111111011111111111111001111011101101111100111111001111111111101111111
+4,17,16,84,1111111101111111111010101110111111111111111111111111001110011101101111100111111101111011111101111111
+4,17,17,85,1111111110111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,17,18,83,1111111100111111111011101110110111111111111111111111001111011001101111110111111001111011111101111111
+4,18,0,83,1111111110110111111011101110101111111111111111111111001111011101101111100111111001111011111101111111
+4,18,1,85,1111111100111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,18,2,83,1111111101111111111010101110111111111111111111111111001111011101101111100111111001111011101101111111
+4,18,3,85,1111111101111111111011101110110111111111111111111111001111011101101111100111111101111011111101111111
+4,18,4,84,1111111101111111111010101110110111111111111111111111001111011101101111100111111101111011111101111111
+4,18,5,85,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,18,6,85,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,18,7,83,1111111101111111111010101110110110111111111111111111001111011101101111100111111101111011111101111111
+4,18,8,84,1111111101111111111010101110111111111111111111111111001110011101101111100111111101111011111101111111
+4,18,9,83,1111111101110111111011101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,18,10,81,1111111101111111111011101110100111111011111101111111001111011101101111100111111001111011111101111111
+4,18,11,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,18,12,84,1111111101111111111011101110111111111111111111101111011111011101101111100111101001111011111101111111
+4,18,13,83,1111111100110111111010111110111111111111111111111111001111011101101111100101011101111111111101111111
+4,18,14,82,1110111100110111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,18,15,84,1111111110111111111011101110110111111111111111111111001111011001101111110111111001111111111001111111
+4,18,16,84,1111111100111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,18,17,84,1111111111111111111010101110111111111111111111111111001111010101101111100111111101111011011101111111
+4,18,18,83,1111111101010111111001101110111101111111111111111111001111011101101111100111111101111011111111111111
+4,19,0,83,1111111101111111111010101110110111111111111111111111001111011101101111100111111001111011111101111111
+4,19,1,83,1111111100111111011011101110111110111111111111111111001111011101101111100111111101111011111101111111
+4,19,2,83,1111111101111111111011101110111111111111111111101111001111011101101111100111101001111011111101111111
+4,19,3,84,1111111101111011111011101110111111111111111111111111011111011101101111000111111001111111111101101111
+4,19,4,85,1111111101111111111010101110111111111111111111111111001111011101101111100111111101111011111101111111
+4,19,5,83,1111110101111111111011101110111111111111111111111111001110011101101111100111111001111011111101111111
+4,19,6,85,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111011111101111111
+4,19,7,85,1111011101111111111011101110110111111111111111111111001111011101101111100111111101111111111101111111
+4,19,8,85,1111111101111111111010101110111111111111111111111111001111011101101111100111111101111011111101111111
+4,19,9,82,1111111101111111111010101110111111111111111111111111001110011101101111100111111001111011101101111111
+4,19,10,82,1111111101010111110001101110111101111111111111111111001111011101101111110111111001111011111111111111
+4,19,11,84,1111111101111111111011101110101111111111111110111111001111011101101111100101111101111111111101111111
+4,19,12,86,1111111101111111111011101110111111111111111111111111011111011101101111100111111001111011111101111111
+4,19,13,83,1111111101111111111011101110111111111111111111101111001111011101101111100111101001111011111101111111
+4,19,14,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,19,15,84,1111111100111111111011101110111111111111111111111111001111110101101111100111111001111011111101111111
+4,19,16,85,1111111110111111111011101110100111111111111111111111001111011101101111110111111001111111111101111111
+4,19,17,83,1111111101111111110011101110111111111111111111111111001111011001101111110101111001111111111001111111
+4,19,18,84,1111111111110111111011101110101111111111111111111111001111011101101111100111111001111011111101111111
+4,20,0,84,1111011101111111111011101110100111111111111111111111001111011101101111100111111101111111111101111111
+4,20,1,86,1111111110111111111011101110110111111111111111111111001111011101101111110111111001111111111101111111
+4,20,2,84,1111111101111111111011101110111111111111111111111111001111011101101111100111101001111011111101111111
+4,20,3,85,1111111101111111111011101110111111111111111111101111001111011101101111100111111001111111111101111111
+4,20,4,83,1111111100111111011011101110111110111111111111111111001111011101101111100111111101111011111101111111
+4,20,5,85,1111111101111111111011101110111111111111111101111111001111011101101111100111111001111111111101111111
+4,20,6,81,1111111101110011111011101110111111111111111111111111011111001101101111000111111001111011111101101111
+4,20,7,87,1111111111111111111011101110101111111111111111111111001111011101101111100111111011111111111101111111
+4,20,8,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,20,9,86,1111111101111111111011101110111111111111111111111111011111011101101111100111111001111011111101111111
+4,20,10,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,20,11,85,1111111101111111111011101110111111111111111110111111001111011101101111100111111001111111111101111111
+4,20,12,84,1111111101110111111011101110111111111111111111111111001111011101101111100111111001111111111001111111
+4,20,13,83,1111111101111111110011101110111101111111111111111111001111011001101111110101111001111111111101111111
+4,20,14,82,1111111101111111111011101110111111111111111111111111001110011101101111100111111001011011101101111111
+4,20,15,85,1111111101111111111010101110111111111111111111111111011111011101101111100111111001111011111101111111
+4,20,16,86,1111111111111111111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,20,17,84,1111011101110111111111101110110111111111111111111111001111011101101111100111111101111011111101111111
+4,20,18,83,1111111100111111111011101110110111111111111111111111001111011101101110100111111001111111111101111111
+4,21,0,85,1111111111111111111011101110100111111111111111111111001111011101101111100111111001111111111101111111
+4,21,1,85,1111011101111111111011101110101111111111111111111111001111011101101111100111111101111111111101111111
+4,21,2,84,1111111101111111110011101110111111111111111111111111001111011101101011110101111001111111111101111111
+4,21,3,81,1111111101111111111011101110111101111111111111101111001111011001101011100111111001111111111101111110
+4,21,4,87,1111111111111111111010101110111111111111111111111111011111011101101111100111111001111111111101111111
+4,21,5,83,1111111101111111111011101110101111111111111111011111001111011101101111100111111001111011111101111111
+4,21,6,85,1111111101111111111011101110111111111111111111101111001111011101101111100111111001111111111101111111
+4,21,7,86,1111111111111111111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,21,8,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,21,9,84,1111111101111111111011101110111111111111111101111111001111011101101111100111110001111111111101111111
+4,21,10,85,1111111110111111111011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,21,11,88,1111111111111111111011101110101111111111111111111111001111011101101111110111111011111111111101111111
+4,21,12,84,1111111101111111111011101110101111111111111111110111001111011101101111100111111001111111111101111111
+4,21,13,85,1111011101111111111011101110110111111111111111111111001111011101101111100111111101111111111101111111
+4,21,14,86,1111111110111111111011101110110111111111111111111111001111011101101111110111111001111111111101111111
+4,21,15,84,0111111111111111111001101110100111111111111111111111001111011101101111110111111001111111111101111111
+4,21,16,84,1111111101111111111011101110111111111111111111111111001111001101101111100111111001111011111101111111
+4,21,17,86,1111111101111111111011101110111111111111111111111111011111011001101111100111111001111111111101111111
+4,21,18,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,22,0,85,1111111111111111111011101110100111111111111111111111001111011101101111100111111001111111111101111111
+4,22,1,86,1111111110111111111011101110110111111111111111111111001111011101101111110111111001111111111101111111
+4,22,2,86,1111111110111111111011101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,22,3,85,1111111111111111110011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,22,4,84,1111111101111111111011101110110111111111111111101111001111011001101111110111111001111111111101111111
+4,22,5,85,1111111110111111111011101110111111111111111111111111001111011101101111100111111001011111111101111111
+4,22,6,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,22,7,84,1111111111111111111011101110101111111111111111101111001111011101101101100111111001111111111101111111
+4,22,8,85,1111111101111111111011101110111111111111111101111111001111011101101111100111111001111111111101111111
+4,22,9,84,1111111101111111111011101110111111111111111111101111001111011101101111100111110001111111111101111111
+4,22,10,85,1111111101111111111011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,22,11,87,1111111111111111111011101110101111111111111111111111001111011101101111100111111011111111111101111111
+4,22,12,88,1111111111111111111010101110111111111111111111111111011111011101101111110111111001111111111101111111
+4,22,13,86,1111111111111111111011101110101111111111111111111111001111011101101111100111110011111111111101111111
+4,22,14,83,1111111101111111111011101110111101111111111111111111001111011001101011110111111001111111111101111110
+4,22,15,83,1111111110111111111011101110110111111111111111101111001111011101101111100111111001111101111101111111
+4,22,16,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,22,17,85,0111111110111111111011101110110111111111111111111111001111011101101111110111111001111111111101111111
+4,22,18,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,23,0,86,1111111111111111111011101110101111111111111111111111011011011001101111110111111001111111111101111111
+4,23,1,87,1111111101111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,23,2,86,1111111111111111111010101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,23,3,88,1111111110111111111011101110111111111111111111111111011111011101101111110111111001111111111101111111
+4,23,4,85,1111111101111111111011101110101111111111111111111111001111011101101111110111111001111111111101110111
+4,23,5,85,1111111110111111111011101110111111111111111111111111001111011101001111100111111001111111111101111111
+4,23,6,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,23,7,85,1111111101111111111011101110111111111111111101111111001111011101101111100111111001111111111101111111
+4,23,8,86,1111111101111111111011101110101111111111111111111111010111011101101111100111111011111111111101111111
+4,23,9,82,1111111111111111111011101110101111111111111111111111001111011001101111100101100001111111111101111111
+4,23,10,87,1111111111111111111011101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,23,11,88,1111111110111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,23,12,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,23,13,83,1111111101111111101011101110101111111111111111111111011111011001101111100111111001111011111101111111
+4,23,14,86,1111111111111111111011101110101111111111111111111111001111011101101111100111110011111111111101111111
+4,23,15,87,1111111111111111111011101110101111111111111111111111001111011101101111100111111011111111111101111111
+4,23,16,87,1111111111111111111011101110110111111111111111111111001111011101111111100111111001111111111101111111
+4,23,17,84,1111111101111111110011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,23,18,84,1111111111111111111010101110101101111111111111111111011111011101101111100111111001111111111101111011
+4,24,0,86,1111111111111111111011101110110111111111111111111111001111011101101111100111111001111111111101111111
+4,24,1,86,1111111111111111111010101110101111111111110111111111001111011101111111110111111001111111111101111111
+4,24,2,85,1111111101111111111011101010111111111111111111111111001111011101101101110111111001111111111101111111
+4,24,3,85,1111111111111111111010101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,24,4,85,1111111101111111111011101110111111111111111111111111001111011101101111100011111001111111111101111111
+4,24,5,86,1111111111111111111011101110101111111111111101111111001111011101101111100111111011111111111101111111
+4,24,6,84,1111111100111111101011101110101111111111111111111111010111011101101111100111111011111111111101111111
+4,24,7,87,1111111111111111111011101110111111111111111111111111001111011101101111010111111011111101111101111111
+4,24,8,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,24,9,86,1111111110111111111011101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,24,10,87,1111111111111111111011101110100111111111111111111111011111011001101111111111111001111111111101111111
+4,24,11,86,1111111101111111111011101110111111111111111111111111011011011001101111110111111001111111111101111111
+4,24,12,86,1111111110111111111011101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,24,13,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,24,14,85,1111111101111111111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,24,15,87,1111111111111111111011101110111011111111111111111111001111011101101111100111111011111111111101111111
+4,24,16,86,1111111101111111111011101110111111111111111111111111001111011101101111100111111001111111111101111111
+4,24,17,88,1111111101111111111011101110111111111111111111111111011111011001101111111111111001111111111101111111
+4,24,18,86,1111111101111111111011101110111111111111111111111111001111011101111111100111111001111111111101111110
+4,25,0,88,1111111111111111111011111110101111111111111111111111001111011101101111110111111001111111111101111111
+4,25,1,88,1111111110111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,25,2,88,1111111111111111111011101110101111111111111111111111001111011101101111111111111001111111111101111111
+4,25,3,86,1111111111111111111011101110110111111111111111111111011111011001101111010111111011111101111101111111
+4,25,4,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,25,5,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,25,6,84,1111111101111111111011101110111111111111111101111111001111011101101111100011111001111111111101111111
+4,25,7,87,1111111111111111111011101110101111111111111111111111001111011101101111100111111011111111111101111111
+4,25,8,86,1111111101111110111011101110111111111111111111111111011111011001101111110111111001111111111101111111
+4,25,9,86,1111111101111111111011101110111111111111111111111111001110011101101111101111111001111111111101111111
+4,25,10,87,1111111101111111111011101110101111111111111111111111011111011101111111100111111001111111111101111111
+4,25,11,87,1111111111111111111011101110110111111111111111111111011111011001101111111111111001111111111101111110
+4,25,12,86,1111111110111111111011101110101111111111111111111111001111011101101111110111111001111111111101111111
+4,25,13,85,1111111101111111111011101110101111111111111111111111001111011101101111100111111001111111111101111111
+4,25,14,87,1111111111111111111011101110111011111111111111111111001111011101101111100111111011111111111101111111
+4,25,15,87,1111111111111111111011101110111011111111111111111111001111011101101111100111111011111111111101111111
+4,25,16,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,25,17,86,1111111111111111111011101110110011111111111111111111001111011101101111100111111011111111111101111111
+4,25,18,87,1111111111111101111011101110111111111111111111111111001111011101101111110111111011111101111101111111
+4,26,0,85,1111111111111111111011111110101111111111111111111111001110011101101111100111111001111111111101111110
+4,26,1,87,1111111111111111111011101110110011111111111111111111001111011101101111110111111011111111111101111111
+4,26,2,86,1111111111111111111011101110111011111111111111111111001111011101101111000111111011111111111101111111
+4,26,3,85,1111111111111111111011101110111011111111111111111111001111011101101111000111111011110111111101111111
+4,26,4,88,1111111111111111111011101110111111111111111111111111001111011001101111110111111011111111111101111111
+4,26,5,86,1111111111111111111011101110110111111111111011111111011111011101101111010111111011111101111101111111
+4,26,6,86,1011111111111111111011111110101111111111111111111111001111011101101111110111111001111111111001111111
+4,26,7,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,26,8,87,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111110101111111
+4,26,9,87,1111111101111111111011101110101111111111111111111111011111011101111111100111111001111111111101111111
+4,26,10,86,1111111111111111111011101110111111111111111011111111001111011101101101100111111011111111111101111111
+4,26,11,87,1111111111111111111011101110111011111111111111111111001111011101101111110111111011111111011101111111
+4,26,12,84,1111111111111111111011101110110111111111111011111111001111011001101111110111111001111111111101111110
+4,26,13,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,26,14,88,1111111101111111111011101110111111111111111111111111001111011101101111111111111001111111111101111111
+4,26,15,86,1111111111111111111011101110110111111111111011111111001111011101101111100111111011111111111101111111
+4,26,16,86,1111111111111101111011101110111011111111111111111111001111011101101111110111111011111101111101111111
+4,26,17,88,1111111111111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,26,18,87,1111111111111111111011101110111111111111111011111111001111011101101111110111111001111111111101111111
+4,27,0,88,1111111111111111111011101110111111111111111111111111001111011101101111110111111001111111111101111111
+4,27,1,88,1111111101111111111011101110111111111111111111111111001111011101101111101111111011111111111101111111
+4,27,2,85,1111111101111111111011101110111011111111111111111111001111011101101111000111111011111111111101111111
+4,27,3,87,1111111111111111111011001110111111111111111111110111001111011101101111111111111001111111111101111111
+4,27,4,84,1111111111111111111011101110101111111111111011111111011111011101101111000111111001111101111101111111
+4,27,5,88,1111111101111111111011101110110111111111111111111111011111011101111111100111111011111111111101111111
+4,27,6,88,1111111111111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,27,7,88,1111111101111111111011101110111111111111111111111111001111011101101111111111111001111111111101111111
+4,27,8,88,1111111111111111111011101110111111111111111111111111001111011001101111110111111011111111111101111111
+4,27,9,87,1111111111111111111011101110110011111111111111111111001111011101101111110111111011111111111101111111
+4,27,10,87,1111111111111111111011101110111111111111111011111111001111011101101111110111111001111111111101111111
+4,27,11,88,1111111111111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,27,12,87,1111110111111111111011101110111111111111111111111111001111011001101111110111111011111111111101111111
+4,27,13,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,27,14,84,1111111111111111111011101110110111111111111011111111001111011101101111100111111001111111110101111111
+4,27,15,88,1111111111111111111011101110111111111111111011111111001111011101101111110111111011111111111101111111
+4,27,16,85,1111111111111111111011101110110011111111111111111111001111011101101111100111111011111111111001111111
+4,27,17,87,1111111101111111111011101110111111101111111111111111001111011101101111111111111001111111111101111111
+4,27,18,90,1111111111111111111011101110111111111111111111111111001111011101101111111111111011111111111101111111
+4,28,0,88,1111111101111111111011101110111111111111111111111111001111011101101111101111111011111111111101111111
+4,28,1,90,1111111111111111111011101110111111111111111111111111001111011101101111111111111011111111111101111111
+4,28,2,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111101111111111101111111
+4,28,3,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,28,4,89,1111111111111111111011101110101111111111111111111111011110011101101111111111111011111111111101111111
+4,28,5,88,1110111101111111111011101110111111111111111111111111001111011101101111101111111111111111111101111111
+4,28,6,87,1111111111111111111011001110111111111111111011110111001111011101101111111111111101111111111101111111
+4,28,7,88,1111111111111111111011101110111111111111111111111111001111011101101111110111111001111111111101111111
+4,28,8,87,1111111111111111111011101110110011111111111111111111001111011101101111110111111011111111111101111111
+4,28,9,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,28,10,88,1111111111111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,28,11,88,1111111111111111111011101110111111111111111111111111001111011101101111100111111011111111111101111111
+4,28,12,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,28,13,87,1111111111111111111011101110111111111111111011111111001111011001101111110111111011111111111101111111
+4,28,14,90,1111111111111111111011101110101111111111110111111111011111011101101111111111111111111111111101111111
+4,28,15,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111111111111011101111111
+4,28,16,88,1111111101111111111011101110111111111111111111111111001111011101101111111111111001111111111101111111
+4,28,17,87,1111111111111111111011101110111111111111111011111111001111011101101111110111111001111111111101111111
+4,28,18,89,1111111111111111111011101110111111111111111111111111011111011001101111110111111011111111111101111111
+4,29,0,88,1111111111111111111011101110101111111111110111111111011111011101101011111111111011111111111101111111
+4,29,1,89,1111111111111011111011101110101111111111111111111111011111011101101111101111111111111111111101111111
+4,29,2,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,29,3,86,1111111111111111111011101110110011111111111111111111001111011101101111100111111011111111111101111111
+4,29,4,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111011111111111101111111
+4,29,5,88,1111111111111111111011101110111111111111111111111111001110011101101111101111111011111111111101111111
+4,29,6,89,1111111111111111111011101110111111111111111111111111001111011101101111111111111001111111111101111111
+4,29,7,88,1111111101111111111011101110111110111111111111111111001111011101101111111111111011111111111101111111
+4,29,8,86,1110111101011111111011101110111111111111111111111111001111011101101111101111111111111111110101111111
+4,29,9,88,1111111111111111111011101110111111111111111111111111001111011101101111110111111001111111111101111111
+4,29,10,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,29,11,88,1111111111111111111011101110111111111111111111011111001111011101101111110111111011111111111101111111
+4,29,12,87,1111111111111111111011101110111111111111111111111111001111011101101011100111111011111111111101111111
+4,29,13,88,1111111111111111111011101110111111111111111111111111001111011101101111110111111001111111111101111111
+4,29,14,88,1111111111111111111011101110111111111111111111111111001111011001101111111111011111111111011101111111
+4,29,15,88,1111111111111111111011101110101111111111111011111111011111011101101111110111111011111111111101111111
+4,29,16,88,1111111101111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,29,17,89,1110111111111111111011101110111111111111111111111111001111011101101111101111111111111111111101111111
+4,29,18,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111101111111111101111111
+4,30,0,88,1111111111111111111011101110101111111111111011111111011111011101101111110111111011111111111101111111
+4,30,1,91,1111111111111111111011101110111111111111111111111111011111011101101111110111111101111111111111111111
+4,30,2,89,1111111111111111111011101110101111111111111011111111011111011101101111110111111111111111111101111111
+4,30,3,89,1111111111111111111011101110111111111111111111111111011111011101101111110111111001111111111101111111
+4,30,4,86,1111111100111111111011101110111111111111111111111101001111011101101111110111111011111111111101111111
+4,30,5,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,30,6,87,1110111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101011111
+4,30,7,89,1111111111111111111011101110111111111111111111111111001111011101101111101111111101111111111101111111
+4,30,8,89,1111111111111111111011101110111111111111111011111111011111011101101111110111111011111111111101111111
+4,30,9,87,1111111111111110111011101110101111111111111111111111001111011101101111110111111011111111111101111111
+4,30,10,88,1111111111111111111011101110101111111111110111111111011111011101101011111111111011111111111101111111
+4,30,11,89,1111111111111111111011101110101111111111110111111111001111011101101111111111111111111111111101111111
+4,30,12,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111011111111111101111111
+4,30,13,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111011111111111101111111
+4,30,14,90,1111111111111111111011101110101111111111111111111111011111011101101111110111111111111111111101111111
+4,30,15,88,1111111111111011111011101110101111111111111111111111011111011101101111101111111011111111111101111111
+4,30,16,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,30,17,89,1111111111111111111011101110111111111111111111111111001111011101101111110111111011111111111101111111
+4,30,18,88,1111111111111111111011101110111111111111111111111111001111011101101111111111011111111111011101101111
+4,31,0,88,1111111111101111111011101110111111111111111011111111011111011101101111110111111011111111111101111111
+4,31,1,87,1111111111111011111011101110101111111111111111111111011111011101101011101111111011111111111101111111
+4,31,2,89,1111111111111111111011101110111111111111111111111111011011011101101111110111111101111111111101111111
+4,31,3,88,1111111111111111111011101110101111111111111111111111011111011001101111110111111011111111111101111111
+4,31,4,89,1111111111111111111011101110111111111111111011111111011111011101101111110111111011111111111101111111
+4,31,5,89,1111111111111111111011101110111111111111111011111111011111011101101111110111111011111111111101111111
+4,31,6,88,1111111111111111111011101110111111111111111111111111001111011001101111101111111101111111111101111111
+4,31,7,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111101111111111101111111
+4,31,8,88,1111111111111111111011101110101111111111111011111111011111011001101111110111111111111111111101111111
+4,31,9,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111101111111111101111111
+4,31,10,89,1111111111111111111011101110111111111111111111111111001111011101100111111111111111111111011101111111
+4,31,11,86,1111111111111111111011101110111111111111111011111111011111011101101111110111011011111111111101100111
+4,31,12,88,1111111111111111111011101110101111111111111011111111011111011101101111110111111011111111111101111111
+4,31,13,89,1111111111111111111011101110101111111111111111111111011011011101101111110111111111111111111101111111
+4,31,14,88,1111111111111111111011101110101111111111110111111111011111011101101111110111111011111111111101111111
+4,31,15,89,1111111111111111111011101110101111111111111111111111011111011101101011111111111011111111111101111111
+4,31,16,89,1111111111111011111011101110101111111111111111111111011111011101101111101111111111111111111101111111
+4,31,17,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111011111111111101111111
+4,31,18,89,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111110111101111111
+4,32,0,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111101111111111101111111
+4,32,1,87,1111111111101111111011101110111111111111111111111111011011011101101111110111111011111110111101111111
+4,32,2,89,1111111111111111111011101110111111111111111111111111011111001101101111111111111001111111111101111111
+4,32,3,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111111111110111101111111
+4,32,4,87,1111111111101111111011101110111111111111101011111111011111011101101111110111111011111111111101111111
+4,32,5,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,32,6,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,32,7,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,32,8,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,32,9,90,1111111111111111111011101110101111111111111111111111011111011101101111110111111111111111111101111111
+4,32,10,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111101111111111101111111
+4,32,11,89,1111111111111111111011101110111111111111111101111111011111011101101111110111111101111111111101111111
+4,32,12,89,1111111111111111111011101110111111111111111011111111011111011101101111111111111011111110111101111111
+4,32,13,89,1111111111111111111011101110101111111111111111111111011111011101101111110111111011111111111101111111
+4,32,14,87,1111111111111111111011101110101111111111110111111111011111011101101011110111111101111111111101111111
+4,32,15,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111011111111111101111111
+4,32,16,89,1111111111111111111011101110111111111111111011111111011111011101101111110111111101111111111101111111
+4,32,17,88,1111111111101111111011101110111111111111111111111111011111011101101111110111111011111111111101111011
+4,32,18,88,1111111111111111111011101110101111111111111111111111011111011101100011111111111011111111111101111111
+4,33,0,90,1111111111111111111011101110111111111111111111111111011111011101101111111111111001111111111101111111
+4,33,1,90,1111111111111111111011101110101111111111111111111111011111011101101111110111111111111111111101111111
+4,33,2,88,1111111111111111111011101110101111111111111111111111011011011101101111101111111011111111111101111111
+4,33,3,87,1111111111111111111011101110101111111111010111111111011111011101111011110111111101111111111101111111
+4,33,4,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,33,5,88,1111111111111011111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,33,6,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111101111111111101111111
+4,33,7,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,33,8,88,1111111111111111111011101110101111111111111111111111011111001101101111111111111001111111111101111111
+4,33,9,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,33,10,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,33,11,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,33,12,89,1111111111111111111011101110101111111111111111111111011111011101101111011111111011111111111101111111
+4,33,13,88,1111111111110111111011101110101111111111111111111111011111011101101111111111101011111111111101111111
+4,33,14,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,33,15,88,1111111111101111111011101110111111111111111111111111011111011101101111110111111011111111111101111011
+4,33,16,89,1111111110111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,33,17,89,1111111111111111111010101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,33,18,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,34,0,90,1111111111111111111011101110111111111111111111111111011111011101101111110111111011111111111101111111
+4,34,1,91,1111111111111111111011101110101111111111111111111111011111011101101111111111111111111111111101111111
+4,34,2,88,1111111111111101111011101110101111111111111111111111011111011101101110111111111011111111111101111111
+4,34,3,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,34,4,87,1111111111111111111011101110101111111111111111111111011011011101101111110111111001111111111101111111
+4,34,5,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,34,6,88,1111111111111111111011101110101111111111111111111111011011011101101111111111111001111111111101111111
+4,34,7,90,1111111111111111111011101110101101111111111111111111011111011101101111111111111111111111111101111111
+4,34,8,88,1111111111111111111011101110101111111111111111111111011111011101101111101111111001111111111101111111
+4,34,9,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,34,10,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,34,11,87,1111111111111011111011101110101111111111110111111111011011011101101111111111111011111111111101111111
+4,34,12,90,1111111111111111111011101110111111111111111111111111011111011101101111111111111001111111111101111111
+4,34,13,91,1111111111111111111011101110111111111111111111111111011111011101101111110111111111111111111101111111
+4,34,14,90,1111111111111111111011101110111111111111111111111111011011011101101111111111111011111111111101111111
+4,34,15,89,1111111111111111111011101110101111111111111111111111011111011101101111111111111001111111111101111111
+4,34,16,87,1111111111111111111011101110101111011111111111111111011011011101101111011111111011111111111101111111
+4,34,17,89,1111111111111111111011101110101111111111110111111111011111011101101111111111111011111111111101111111
+4,34,18,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,35,0,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,35,1,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,35,2,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,35,3,90,1111111111111111111011101110101111111111110111111111011111011101101111111111111111111111111101111111
+4,35,4,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,35,5,88,1111111111111111111011101110111111011111111111111111011011011101101111111111111001111111111101111111
+4,35,6,89,1111111111111111111011101110101111111111111111111111011111001101101111111111111011111111111101111111
+4,35,7,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,35,8,90,1111111111111111111011101110111111111111111111111111011111001101101111110111111111111111111101111111
+4,35,9,87,1111111111111111111010101100101111111111111111111111011111011101101111111111111011111111111001111111
+4,35,10,88,1111111111111111111011101110101101111111111111111111011111011101101111111111101011111111111101111111
+4,35,11,89,1111101111111111111011101110101101111111111111111111011111011101101111111111111111111111111101111111
+4,35,12,89,1111111111111111111011101110101111111111111101111111011111011101101111111111111011111111111101111111
+4,35,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,35,14,89,1111111111111111111011101110101111111111111111111111011111011101101110111111111011111111111101111111
+4,35,15,87,1111111111111101111011101110111011111111111111111111011011011101101111111111111011111111111101111011
+4,35,16,88,1111111111111111111011101110101111111111111111111111011011011101101111110111111101111111111101111111
+4,35,17,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,35,18,89,1111111111111111111011101110101101111111111111111111011111011101101111111111111111111111111101101111
+4,36,0,90,1111111111111111111011101110101111111111110111111111011111011101101111111111111111111111111101111111
+4,36,1,90,1111111111101111111011101110111111111111111111111111011110011101101111111111111111111111111101111111
+4,36,2,88,1111111111111111111011101110101011111111111111111111011011011101101111111111111011111111111101111111
+4,36,3,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,36,4,90,1111111111111111111011101110111111111111111111111101011111011101101111111111111011111111111101111111
+4,36,5,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,36,6,90,1111111111111111111011101110101111111111111111111111011111011101101110111111111111111111111101111111
+4,36,7,89,1111111111111111111011101110101111111111110111111111011111011101101111111111111011111111111101111111
+4,36,8,91,1111101111111111111011101110111111111111111111111111011111011101111111111111111011111111111101111111
+4,36,9,88,1111111111111111111011101110111011111111111111111111011111001100101111110111111111111111111101111111
+4,36,10,89,1111111111111111111011101110101111111111111111111111011011011101101111111111111011111111111101111111
+4,36,11,89,1111111111111111111011101110101111111111111111111111011111011101101111111111111001111111111101111111
+4,36,12,89,1111111111111111111011101110101111111111111111111111011111011101101110111111111011111111111101111111
+4,36,13,91,1111111111111011111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,36,14,88,1111111111111111111011101110101111011111111111111111011111011101101111111111111001111111111101111111
+4,36,15,89,1111111111111111111011101110111111111111111101111111011011011101101111111111111011111111111101111111
+4,36,16,89,1111101111111111111011101110101111111111111111101111011111011101101111111111111111111111111101111111
+4,36,17,90,1111111111111111111011101110111101111111111111110111011111011101101111111111111111111111111101111111
+4,36,18,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,37,0,88,1111101111111111111011101110101111111111111111101111011111011101101111111111111111111110111101111111
+4,37,1,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,37,2,92,1111101111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,37,3,89,1111111111111111111011101110111101111111111111110111011111011101101111111111111011111111111101111111
+4,37,4,88,1111111111101111111010101110111111111111111111111111011110011101101111111111111111101111111101111111
+4,37,5,90,1111111111111111111011101110111101111111111111110111011111011101101111111111111111111111111101111111
+4,37,6,85,1101111111101111111011101110101111111111110111111111011110011101100111111111111011111111111101111111
+4,37,7,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,37,8,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,37,9,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,37,10,90,1111111111111011111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,37,11,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,37,12,90,1111111111111111111011101110111111111111111111111111011111011101101110111111111011111111111101111111
+4,37,13,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,37,14,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,37,15,90,1111111111111111111011101110101111111111110111111111011111011101101111111111111111111111111101111111
+4,37,16,89,1111111111111111111011101110101111111111110111111111011111011101101111111111111011111111111101111111
+4,37,17,90,1111111111111111111011101110101111111111111111111111011111011101101110111111111111111111111101111111
+4,37,18,88,1111111111111111111011101110101011111111111111111111011011011101101111111111111011111111111101111111
+4,38,0,88,1111111111111111111011101110111101111111111111110011011111011101101111111111111011111111111101111111
+4,38,1,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,38,2,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,38,3,89,1111111111111111111011101110101111111111110111111110011111011101101111111111111111111111111101111111
+4,38,4,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,38,5,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,38,6,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111011101111111
+4,38,7,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,38,8,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,38,9,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,38,10,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,38,11,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,38,12,91,1111111111111111111011101110111111111111111111110111011111011101101111111111111111111111111101111111
+4,38,13,87,1011111111111111111011101110111001111111111111111111011111011101101111111111111011111111111101111101
+4,38,14,88,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111110100111111
+4,38,15,86,1111111111111011111011101110101111111111110111111011011111011101101110111111111111111111110101111111
+4,38,16,91,1111111101111111111011101110111111111111111111111111011111011101111111111111111111111111110101111111
+4,38,17,88,1111101111111011111011101110101111111111111111111111011111011101101110111111111111111111111101111111
+4,38,18,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,39,0,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,39,1,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,39,2,90,1111111111111111111011101110101111111111111111111111011111011101101111111111111011111111111101111111
+4,39,3,90,1111111111111111111011101110111111111111111111110111011111011101101111111111111011111111111101111111
+4,39,4,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,39,5,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111011101111111
+4,39,6,91,1111111111111111111011101110101111111111111111111111011111011101101111111111111111111111111101111111
+4,39,7,90,1111101111111011111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,39,8,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,39,9,89,1111111111111111111011101110111111111111111111110111011111011101101111111011111011111111111101111111
+4,39,10,87,1111111111111011111011101110101111111111110111111111011111011101101110111111111111111111110101111111
+4,39,11,91,1111111111111111111011101110111111111111111111111011011111011101101111111111111111111111111101111111
+4,39,12,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,39,13,88,1111111111110111111011101110101111111111111111111111011111011101101110111111111011111111111101111111
+4,39,14,92,1111111101111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,39,15,90,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111010101111111
+4,39,16,88,1111111111111111111011101110111101111111111111110011011111011101101111111111111011111111111101111111
+4,39,17,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,39,18,88,1111111011111111111011101110101111111111111111111111011111111101101111111111111011101110111101111111
+4,40,0,88,1111111111011111111011101110111111111111111111110011011111011101101111111111111011111111111101111111
+4,40,1,89,1111101111111011111011101110111101111111111111111111011111011101101111111111111111111111111101111111
+4,40,2,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,40,3,89,1111111111110111111011101110111111111111111111110111011111011101101111111111111111111111101101111111
+4,40,4,89,1111111111111111111011101110111111111111111111111011011111011101101111111111111111111111010101111111
+4,40,5,91,1111101111111011111011101110111111111111111111111111011111111101101111111111111111111111111101111111
+4,40,6,91,1011111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,7,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,8,92,1111111101111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,40,9,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101101111
+4,40,10,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,11,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,12,89,1111111111111110011011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,40,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,14,92,1111111111111111111011101110111111111111111111110111111111011101101111111111111111111111111101111111
+4,40,15,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,40,16,91,1111111111111111111011101110111111111111111111111111011111011101101011111111111111111111111101111111
+4,40,17,91,1111111111111111011011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,40,18,89,1111111101111011111011101110111111111111110111111111011111011101101111111111111111111111111101111111
+4,41,0,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,1,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,2,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,41,3,90,1111111111111111011011101110111111111111111111111111011111011101101111111111111111111111111101011111
+4,41,4,91,1111101111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,5,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,6,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,41,7,91,1111111111111111111011101110111111111111111111110111011111011101101111111111111111111111111101111111
+4,41,8,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,9,91,1111111111111111111011101110111111111111111111111111011111011101101110111111111111111111111101111111
+4,41,10,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,41,11,91,1111111111111111111011101110110111111111111111111111011111011101101111111111111111111111111101111111
+4,41,12,90,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111001111111
+4,41,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,14,91,1111111101111111111011101110111111111111111011111111011111011101111111111111111111111111111101111111
+4,41,15,91,1011111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,16,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,17,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,41,18,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111011111111111101111111
+4,42,0,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,1,91,1111101111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,2,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,3,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,4,91,1111111111111111111011111110111111111111111111111011011111011101101111111111111011111111111101111111
+4,42,5,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111001111111
+4,42,6,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,7,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,8,91,1111101111111111111011101111111111111111111111110111011111011101101111111111111111111111111101111111
+4,42,9,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,10,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,11,88,1111101111111111111011101110111111111111011111111111011111011101101111111111111011110111111101111111
+4,42,12,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,14,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111110111111111101111111
+4,42,15,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,16,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,17,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,42,18,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,43,0,91,1111111111111111111011101110111111111111111111101111011111011101101111111111111111111111111101111111
+4,43,1,92,1111111111111111111011101110111111111111111111111111111111011101101111011111111111111111111101111111
+4,43,2,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,43,3,91,1111111111111111111011101110111111111111111111111111011111011001101111111111111111111111111101111111
+4,43,4,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,5,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,6,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,7,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,43,8,90,1111111111111111111011101110111011111111111111111111011111011101101111111111111111111111111101101111
+4,43,9,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,43,10,91,1111111111111111111010101110111111111111111111111111011111011111101111111111111111111111111101111110
+4,43,11,91,1101111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,12,91,1111111111111111111011101110111111111111111111111101011111011101101111111111111111111111111101111111
+4,43,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,14,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,43,15,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,16,91,1111111111111111111011101110111111111111111111111111011111011101101111110111111111111111111101111111
+4,43,17,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,43,18,91,1111111111111111111011101110111011111111111111111111011111011101101111111111111111111111111101111111
+4,44,0,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111101101111111
+4,44,1,94,1111111111111111111011101111111111111111111111111111011111111101101111111111111111111111111101111111
+4,44,2,93,1111111111111111111011101110111111111111111111111111011111011111101111111111111111111111111101111111
+4,44,3,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,44,4,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,44,5,91,1011111111111011111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,44,6,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,44,7,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101101111
+4,44,8,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,44,9,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,44,10,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,44,11,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,44,12,89,1101111111111111111011101110111011111111111111111111011111011101100111111111111111111111111101111111
+4,44,13,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,44,14,90,1111111111111111111011101110111111111111111111111111011111011101101111101111111111111111111101110111
+4,44,15,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,44,16,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,44,17,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,44,18,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,45,0,91,1111011111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111110
+4,45,1,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,45,2,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,45,3,91,1111111110111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,45,4,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111100111111
+4,45,5,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,45,6,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,45,7,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111101
+4,45,8,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,45,9,92,1111111011111111111011101110111111111111111111111111011111011111101111111111111111111111111101111111
+4,45,10,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,45,11,91,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111101101111111
+4,45,12,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,45,13,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,45,14,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111011111111101111111
+4,45,15,91,1111111111111111111011101110111111111111111111111111010111011101101111111111111111111111111101111111
+4,45,16,90,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101101011
+4,45,17,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,45,18,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,46,0,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111110111111101111111
+4,46,1,91,1110011111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,46,2,93,1111111111111111111011101110111111111111111111111111011111011111101111111111111111111111111101111111
+4,46,3,91,1111111011111111111011101110111111111111111111111111011111011101110111111111111111111111111101111111
+4,46,4,92,1111111111111111111011101110111111111111111111111111001111011101111111111111111111111111111101111111
+4,46,5,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,46,6,93,1111111111111111111011101110111111111111111111111111111111011101101111111111111111111111111101111111
+4,46,7,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111011111111101111111
+4,46,8,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,46,9,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,46,10,91,1111111111111111111011101110111111111110110111111111011111011101111111111111111111111111111101111111
+4,46,11,91,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111110
+4,46,12,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,46,13,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,46,14,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,46,15,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,46,16,92,1111011111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,46,17,90,1111111111111111111011101110111111111110111111111110011111011101111111111111111111111111111101111110
+4,46,18,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,47,0,90,1111111111111111111011101110111111111110111111111110011111011101111111111111111111111111111101111110
+4,47,1,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,47,2,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,47,3,92,1111111111111111111011101110111111111111111111111111111111011101101111110111111111111111111101111111
+4,47,4,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,47,5,91,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111110
+4,47,6,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,47,7,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,47,8,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,47,9,94,1111111111111111111011101110111111111111111111111111111111011111101111111111111111111111111101111111
+4,47,10,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101101111
+4,47,11,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111011111111101111111
+4,47,12,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,47,13,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,47,14,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,47,15,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,47,16,92,1111111111111111111011100110111111111111111111111111111111011101101111111111111111111111111101111111
+4,47,17,92,1111011111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,47,18,91,1111011111111111111011101110111111111111111111111111011111011101111111111111111111110111111101111111
+4,48,0,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,48,1,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,48,2,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,48,3,92,1111111111111111111011101110111111111111111111111110011111011101111111111111111111111111111101111111
+4,48,4,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,48,5,92,1111111111111111111011101100111111111111111111111111011111011101111111111111111111111111111101111111
+4,48,6,92,1111011111111111111011101110111111111111111111111111011111011111111111111111111111111111111101111011
+4,48,7,92,1111111111111111111011101110110111111111111111111111111111010101111111111111111111111111111101111111
+4,48,8,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,48,9,91,1111111101111111111011101110111111111111111111111111001111011101111111111111111111111111111101111111
+4,48,10,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,48,11,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,48,12,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,48,13,92,1111110111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111101
+4,48,14,90,1111011111111111111011101110111111111111111111111111011111011101111111111111111111111011111101111110
+4,48,15,92,1111111111111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,48,16,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,48,17,91,1111111111111111111011101110111111111111110111111111011111011101101111111111111111111111111101111111
+4,48,18,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,49,0,94,1111111101111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,49,1,90,1111111111111111111001101110110111111111111111111111111111010101111111111111111111111011111101111111
+4,49,2,91,1111111111111111111011101110111111111111111111111111011111011100101111111111111111111111111101111111
+4,49,3,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,49,4,92,1111111111111111111011101110111111111110111111111111011111011101111111111111111111111111111101111111
+4,49,5,92,1111111111111111111011101110111111111111111111111111001111011101111111111111111111111111111101111111
+4,49,6,94,1111111111111111111011101110111111111111111111111111111111011111101111111111111111111111111101111111
+4,49,7,91,1111111111111111111011101110110111111111111111111111011111010101111111111111111111111111111101111111
+4,49,8,90,1111111111111111111011101110101011111111110111111111011111011101111111111111111111111111111101111111
+4,49,9,92,1111111111111111111011101110111111111111111111111111011111011101111111111110111111111111111101111111
+4,49,10,92,1111111111111111111011101100111111111111111111111111111111011101101111111111111111111111111101111111
+4,49,11,91,1111111111111111111011101110111111111111111111111111001111011101111111111111101111111111111101111111
+4,49,12,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,49,13,92,1111111111111111111011101110111111111111111111101111011111011101111111111111111111111111111101111111
+4,49,14,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,49,15,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,49,16,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,49,17,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111101111111111101111111
+4,49,18,91,1111111111111111111011101100111111111111111111111111011111011100111111111111111111111111111101111111
+4,50,0,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111101111111111101111111
+4,50,1,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111100111111
+4,50,2,92,1111111111111111111011101100111111111111111111111111111111011101101111111111111111111111111101111111
+4,50,3,93,1111111111111111111011101110111111111111111111101111111111011101111111111111111111111111111101111111
+4,50,4,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,50,5,94,1111111111111111111011101110111111111111111111111111111111011111101111111111111111111111111101111111
+4,50,6,93,1111111101111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,50,7,93,1111111111111111111011101110111111111111111111111111011111011111101111111111111111111111111101111111
+4,50,8,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,50,9,91,1111111101111111111011101110111111111111111111101111011111011111111111111101111111111111111101111111
+4,50,10,91,1111111111111111111011101100111111111111111111111111111111011101101111111111111101111111111101111111
+4,50,11,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111011111111111101111111
+4,50,12,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,50,13,94,1111111111111111111011101110111111111111111111111111111111011111111110111111111111111111111101111111
+4,50,14,92,1111111111111111111011101110111111111101111111111111011111011101111111111111111111111111111101111111
+4,50,15,92,1111111111111111111011101110111111111111111111111111011111011101111111111110111111111111111101111111
+4,50,16,93,1111111111111111111011101110111111111111111111111111111111001111101111111111111111111111111101111111
+4,50,17,92,1111111111111111111011101110111111111111111111111111011111011101101111111111111111111111111101111111
+4,50,18,91,1111111111111111111011101110111111111111111111111111011111011101101111111111111101111111111101111111
+4,51,0,92,1111111111111111111011101110111111111111111111111111011111011101111111111111111101111111111101111111
+4,51,1,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,51,2,93,1111111111111111111011101110111111111111101111111111111111011111111110111111111111111111111101111111
+4,51,3,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,51,4,93,1111111111111111111011101110111111111111111111111011111111011101111111111111111111111111111101111111
+4,51,5,92,1111111101111111111011101110111111111111111111111111111111011111111110111111111111111111101101111111
+4,51,6,93,1111111111111111111011101110111111111101111111111111011111011111111111111111111111111111111101111111
+4,51,7,92,1111111111111111111011101110111111111111111111111111111111011101111111111110111111110111111101111111
+4,51,8,92,1111111111111111111011101110111111111111111111111111111111011101111111111111111011111111110101111111
+4,51,9,91,1111111111111111111011101110111111111111111111111111001111011101111111111111101111111111111101111111
+4,51,10,93,1110111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,51,11,93,1111011111111111111011101110111111111111111111111111111111011111111111111111111101111111111101111111
+4,51,12,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,51,13,91,1111111101111111111011101110101111111111111111111111011111011101111111111111111111111111111101111111
+4,51,14,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,51,15,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,51,16,92,1111111111111111111011101110111111111111111111111111101111011101111111111111111011111111111101111111
+4,51,17,94,1111101111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,51,18,94,1111111111110111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,52,0,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,52,1,92,1111111111111111111011101110111111111111101111111111111111011111111110111111111111111111111100111111
+4,52,2,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,52,3,93,1111111111111111111011101110111111111111111111111111011111011101111111111111111111111111111101111111
+4,52,4,94,1111111111111111111011101110111111111111111111111111111111011111111101111111111111111111111101111111
+4,52,5,91,1111111111110111111011101110111111111111111111111111111111011101111111111110111111110111111101111111
+4,52,6,93,1110111111111111111011101110111111111111101111111111111111011111111111111111111111111111111101111111
+4,52,7,93,1111101111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,52,8,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,52,9,88,1111111111111110111011101110111101111111111111111011001111011101111111111111101111111111111101111111
+4,52,10,93,1111111111111111111011101110111111111101111111111111011111011111111111111111111111111111111101111111
+4,52,11,91,1111111111111111111011101110111111111001111111111111011111011111111111111111111111111111111101110111
+4,52,12,93,1111111111111111101011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,52,13,93,1111101111111111111011101110111111111111111111111011111111011111111111111111111111111111111101111111
+4,52,14,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,52,15,92,1111111111111111111011101110111111101111111111111011111111011111111111111111111111111111111100111111
+4,52,16,94,1111111111111111111011101110111111101111111111111111111111011111111111111111111111111111111101111111
+4,52,17,91,1111111111111111111011101100111111111111111111111111111111011101111111111111111111111111111100111101
+4,52,18,93,1110111111111111111011101110111111111111111111111111111111011111111111111110111111111111111101111111
+4,53,0,92,1111101111111111111011101110111111111111111101111111111111011101111111111111111111111111111101111111
+4,53,1,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111011111101111111
+4,53,2,90,1111111111111111111011101110111101111111111111111011101111011101111111111111111111110111111101111111
+4,53,3,89,1111111111110110111011101110111111111111111111111111011111011101111111111110101111111111111101111111
+4,53,4,92,1111111111111111111011101110111111111111101111111111111111011101111111111111111111111111111100111111
+4,53,5,91,1011111111111011111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,53,6,92,1111111111111111111011101110111111111111101111111111111111011111111110111111111111111111111100111111
+4,53,7,92,1111111111111111111011101110111111111111101111111111111111011111111110111111111111111111111100111111
+4,53,8,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,53,9,93,1111101111111111111011101110111111101111111111111111111111011111111111111111111111111111111101111111
+4,53,10,93,1111111111011111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,53,11,93,1111111111111111111011101110111111111101111111111111011111011111111111111111111111111111111101111111
+4,53,12,90,1011111111111111111011111110111111111111111111111111111111011100111101111111111111011111111100111111
+4,53,13,94,1111111111111111111001101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,53,14,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111101111101111101111111
+4,53,15,92,1111111111111111111011101110111111101111111111111111111111011101111111111111111111111110111101111111
+4,53,16,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,53,17,92,1111101111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,53,18,94,1111111111111111111011101110111111111111111111111111111111011111111101111111111111111111111101111111
+4,54,0,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,54,1,92,1111111111111111111011101110111111111111111111111111111111011111111101111111111101111101111101111111
+4,54,2,92,0111111111111111111011101110111111111111111111111111111111011111111101111111111111111111110101111111
+4,54,3,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,54,4,93,1111111111111111111011101110111111111101111111111111111111011111111111111111111101111111111101111111
+4,54,5,93,1111111111111111111011101110111111111111111111111111011111011111111111111111111111111101111101111111
+4,54,6,92,1111111111111111111011101110111111111111101111111111111111011101111111111111111111111111111100111111
+4,54,7,94,1111111111111111111011101110111111111111111111111111111111011111111110111111111111111111111101111111
+4,54,8,91,1111111111111111111011101110111111111111101111111111111111011101111110111111111111111111111100111111
+4,54,9,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,54,10,91,1111101101111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,54,11,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,54,12,93,1111101111111111111011101110111111111111111111111111111111011111110111111111111111111111111101111111
+4,54,13,93,1111111111111111111011101110111111101111111111111111111111011101111111111111111111111111111101111111
+4,54,14,92,1111111111111111111011101110110111111111111111101111111111011111111101111111111111111111111101111111
+4,54,15,92,1111111111011111111011101110111111111111111111111111111111011101111111111111111111110111111101111111
+4,54,16,93,1111111111111111111011101110111111111111111111111111111111011101111101111111111111111111111101111111
+4,54,17,92,1111111111111111011011101110111111111111111111111111011111011111111111111111111111111011111101111111
+4,54,18,93,1111101111111111111011101110111111101111111111111111111111011111111111111111111111111111111101111111
+4,55,0,92,1111101111111111111011101110111111111111111111111111011111011111110111111111111111111111111101111111
+4,55,1,93,1111111111111111111011101110111111111111111111111111011111011111111111111111111111111101111101111111
+4,55,2,92,1111111111111111111011101110111111111111111111111111111111011111111100111111111111111101111101111111
+4,55,3,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111101111111111101111111
+4,55,4,92,1111101111111111111011101110111111111111110111111111111111011111110111111111111111111111111101111111
+4,55,5,91,1111101111111111111011101110111101111111111111111111111111011111110111111111111111111111111101101111
+4,55,6,92,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111101111100111111
+4,55,7,93,1111111111111111111011101110111111111111111111111111011111010111111111111111111111111111111101111111
+4,55,8,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,55,9,93,1111111111111111111011101110111111111101111111111111111111011111111111111111111101111111111101111111
+4,55,10,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,55,11,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,55,12,92,1111101111111111111011101110111111111111111111111111111111011111110111111111111111111111111100111111
+4,55,13,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,55,14,93,1111111111011111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,55,15,92,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111101100111111
+4,55,16,93,1111111111111111111011101110111111111111111111111011111111011111111111111111111111111101111101111111
+4,55,17,90,1111111011111111111011101110111111111111011111111111011111011101111111111111111111111111111100111111
+4,55,18,93,1111111111111111111011101110111111101111111111111111111111011101111111111111111111111111111101111111
+4,56,0,93,1111111111111111111001101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,56,1,92,1111111111111111111011101110111111111111111111111111111111011101111111111111111111101111110101111111
+4,56,2,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,56,3,93,1111111111111111111011101110111111101111111111111111111111011101111111111111111111111111111101111111
+4,56,4,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,56,5,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,56,6,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,56,7,93,1111111111111111111011101110111111111111111011111111111111011111111111111111111111111111101101111111
+4,56,8,93,1111111111111111111011101110111111101111111111111111111111011101111111111111111111111111111101111111
+4,56,9,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,56,10,92,1111111111111111111011101110111111111111111111111111111111011101110111111111111111111111111100111111
+4,56,11,92,1111101111111110111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,56,12,92,1111111111111111111011101110111111111111111111111111111111011111110111111111111111111111101100111111
+4,56,13,91,1111101111111111111011101110111111110111111111111111011111011101111111111111111111111111111101111111
+4,56,14,94,1111111111111111111011101110111111111111111111111111111111011111111111111101111111111111111101111111
+4,56,15,90,1111111111111111111011101110111111111111111111111111111111011101111110111111111111111101111100101111
+4,56,16,94,1111111111011111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,56,17,92,1111111111111111111011101110111111111111111111111111011111010101111111111111111111111111111101111111
+4,56,18,92,1011111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,57,0,93,1111111111111111111011101110111111111111111111111111111111011101110111111111111111111111111101111111
+4,57,1,92,1111111111111111111011101110111111101111111111111111111111011111111111111111111111111111101100111111
+4,57,2,92,1111111111111110111011101110111111111111111111111111111111011111111111111111111101111111111100111111
+4,57,3,90,1111101111111111111011101110111111111111111111111111111111011101110111111111111111111111111100110111
+4,57,4,92,1111111111111111111011101110111111111111111111111111111111011101111101111111111111101111111101111111
+4,57,5,90,0111111011111111111011101110111111111111111111111111111101011101111111111111111111111111110101111111
+4,57,6,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101111111100111111
+4,57,7,93,1111111111111111111011101110111111111111111111111111111111011101110111111111111111111111111101111111
+4,57,8,93,1101111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,57,9,92,1111111111111111111011101010111111111111111111111111111111011111111111111111111101101111111101111111
+4,57,10,92,1101111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,57,11,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,57,12,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,57,13,91,1111101111111110111011101110111111111101111111111111111111011101111111111111111111111111111101111111
+4,57,14,93,1111111111111111111011101110110111111111111111111111110111011111111111111111111111111111111101111111
+4,57,15,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101111101101111111
+4,57,16,93,1111111111111111111001101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,57,17,91,1111111111111111111001101110101111111111111111111111111111011011111111111111111111111111111100111111
+4,57,18,92,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100101111
+4,58,0,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111101101111111101111111
+4,58,1,92,1111111111111111111011101010111111111111111111111111111111011111111111111111111111101111101101111111
+4,58,2,89,1101111111111111111011101110111111111111101111111111111111011101111011111111111101111111111100111111
+4,58,3,93,1111111111111110111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,58,4,93,1111111111111111111001101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,58,5,93,1111101111111111111011101110111111111111111111111111111111011111101111111111111111111111111101111111
+4,58,6,95,1111111111111111111011101111111101111111111111111111111111011111111111111111111111111111111101111111
+4,58,7,94,1111111111111111111011101111111111111111111111111111111111011101110111111111111111111111111101111111
+4,58,8,91,1111101111111110111011101110111111111101111111111111111111011101111111111111111111111111111101111111
+4,58,9,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,58,10,93,1111111111111111111011101110111111111111111111111111111111011111110111111111111101111111111101111111
+4,58,11,92,1111111111111111111011101010111111111111111111111111111111011101111111111111111111101111111101111111
+4,58,12,93,1111111111111111111011101110111111111111111111111111111111011001111111111111111111111111111101111111
+4,58,13,91,1111111111111111111001101110101111111111111111111111111111011111110111111111111111111111111100111111
+4,58,14,93,1111111111111111111011101110111111111111111110111111111111011111111101111111111111111111111101111111
+4,58,15,91,1101111111111111111011101110111111111101111111111111111111011101111111111111111111101111111101111111
+4,58,16,90,1101111111111111111011101110111111111111111111111111111111011101111001111111111111101111111101111111
+4,58,17,94,1111111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,58,18,92,1011111111111111111011101110110111111111111111111111111111011111111111111111111111111111111100111111
+4,59,0,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111101101111111101111111
+4,59,1,93,1111111111111111111011101110111111111111111111111111111111011001111111111111111111111111111101111111
+4,59,2,92,1111111111111111111011101010111111111111111111111111111111011101111111111111111111101111111101111111
+4,59,3,92,1011111111111111111011101110110111111111111111111111111111011111111111111111111111111111111100111111
+4,59,4,92,1111111111111111111001101110111111111111111111111111110111011111111111111111111111111111111100111111
+4,59,5,92,1111111111111111111011101110111111111111111111111110110111011111111111111111111111101111111101111111
+4,59,6,92,1111111111111111111011101111111111111111111111111111111111011101100111111111111111111111111101011111
+4,59,7,91,1111111111111111111011101110011111111111111111111111111111011111100111111111111101111111111101111111
+4,59,8,94,1111111111111111111011101111111101111111111111111111111111011111111111111111111111101111111101111111
+4,59,9,93,1111111111111111111011101110111111111111111111111101111111011111111111111111111101111111111101111111
+4,59,10,93,1111111111111111111011101110111111111111111111111111111111011001111111111111111111111111111101111111
+4,59,11,96,1111111111111111111011101110111111111111111111111111111111111111111111111111111111111111111101111111
+4,59,12,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,59,13,93,1111111111111111111011101110111101111111111111111111111111011011111111111111111111111111111101111111
+4,59,14,91,1111111111111111111011101110111101111111101111111111110111011111111111111111110111111111111101111111
+4,59,15,95,1111111111111111111011101111111111111111111111101111111111011111111111111111111111111111111101111111
+4,59,16,91,1111111111111111111001101110101111111111111111111111111111011111110111111111111111111111111100111111
+4,59,17,90,1111111111111110111011101110111111111110111111011111111011011111111111111111111111111111111100111111
+4,59,18,93,1111111111111110111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,60,0,93,1111111111111111111011101010111111111111111111111111111111011011111111111111111111111111111101111111
+4,60,1,89,1111111111111111111011101010111101111110111111111111111111011101111111111111111111101111111101111011
+4,60,2,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,60,3,94,1111111111111111111011101111111111111111111111111111011111011101111111111111111111111111111101111111
+4,60,4,96,1111111111111111011011101111111111111111111111111111111111111111111111111111111111111111111101111111
+4,60,5,93,1111111111111111111011101110111101111111111111111111111111011111111111111111111111101111111101111111
+4,60,6,94,1111111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,60,7,95,1111111111111111111011101110111111111111111111111111111111111111110111111111111111111111111101111111
+4,60,8,93,1111111111111111111011101110111111111111111111111111110111011111111111111111111111111111111100111111
+4,60,9,91,1011111111111111111001101110110111111111111111111111111111011111111111111111111111111111111100111111
+4,60,10,94,1111111111111110111011101111111111111111111111111111111111011111111111111111111111111111111100111111
+4,60,11,93,0111111111111111111011101110111111111111111111101111111111011111111111111111111111111111111101111111
+4,60,12,93,1111111111111111110011101111111111111111111111111111111111011101111111111111111111111111111101011111
+4,60,13,92,1111111111111111111111101110111111111111111111111101111111011111100111111111111101111111111101111111
+4,60,14,91,1111111111111111111011101110111111111111111111111111111111011001111111111111111101101111111101111111
+4,60,15,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,60,16,93,1111111111111111111011101110111111111111111111111111111111011011111111111111111111101111111101111111
+4,60,17,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111101111111111101111111
+4,60,18,92,1111111111111111111011101010111111111111111111111111111111011101111111111111111111111111111100111111
+4,61,0,92,1011111111111111011011101110110111111111111111111111111111011111111111111111111111111111111101111111
+4,61,1,95,1111111111111111111010101111111111111111111111111111111111111111111111111111111111101111111101111111
+4,61,2,93,1111111111111111111011101010111111111111111111111111111111011101111111111111111111111111111101111111
+4,61,3,93,1111111111111111011011101111111111111111111111111111111111011011111111111111111111111111111101110111
+4,61,4,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111100111111
+4,61,5,88,1011111111111111111010101110110111101111111111111111110111011111111111111111111111101011111101111111
+4,61,6,94,1111111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,61,7,94,1111111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,61,8,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,61,9,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,61,10,92,1111111111111111111011101110111101111111111111111111111111011111111111111111111111101111111101011111
+4,61,11,93,1111111111111111110011101111111101111111111111111111111111011101111111111111111111111111111101111111
+4,61,12,93,1111111111111111111011101110111111111111111111111111111111011011111111111111111111101111111101111111
+4,61,13,92,1101111111111111111011101111111111111111111111111111011111011101111111110111111111111111111101111111
+4,61,14,96,1111111111111111111011101111111111111111111111111111111111111111111111111111110111111111111101111111
+4,61,15,92,1111111111111111111011101010111111111111111111111111111111011001111111111111111111111111111101111111
+4,61,16,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101011111101111111
+4,61,17,92,1111111111111111111011101110111101111111111111111111110111011111111111111111111111111111111100111111
+4,61,18,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111100111111
+4,62,0,90,1011111111111111111011101110110111111111111111111011111111011011111111111111011111111111111101111111
+4,62,1,93,1111111111111111111001101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,62,2,92,1111111110111111111011101110111111111111111111111111111111011111111111111111111101111111111101111110
+4,62,3,94,1111111111111111111011101110111111111101111111111111111111011111111111111111111111111111111101111111
+4,62,4,93,1111101111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,62,5,94,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111011111101111111
+4,62,6,92,1111111111111111111010101110111111111111111111111111110111011111111111111111111111101111111101111111
+4,62,7,95,1111111111111111111011101111111111111111111111111111111111111111101111111111111111111111111100111111
+4,62,8,91,1011111111111111011010101110110111111111111111111111111111111111111111111111111111101111111101111111
+4,62,9,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,62,10,94,1111111111111111111011101111111111111111111111111111111111111101111111111111111111101111111100111111
+4,62,11,95,1111111111111111111010101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,62,12,93,1111111111111111111011101110111111111111111111111111111111011011111111111111111111101111111101111111
+4,62,13,92,1111111111111111111011101110111111111111111111111111111111011011111111111111111111101111111101111101
+4,62,14,93,1111111111111111111011101110111111111111111111111111111111011111111111111111101101111111111101111111
+4,62,15,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111100111111
+4,62,16,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101011111101111111
+4,62,17,95,1111111111111111111011101110111111111111111111111111111111011111111111111111111111111111111101111111
+4,62,18,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111100111111
+4,63,0,93,1111111111111111111011101110111111111101111111111111111111011101111111111111111111111111111101111111
+4,63,1,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111100111111
+4,63,2,92,1111111111111111111010101110111111111111111111111111110111011111111111111111111111101111111101111111
+4,63,3,93,1111101111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,63,4,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,63,5,93,1111111111111111111011101110111111111111111111111111111111111101111111111111111111101111111100111111
+4,63,6,94,1111101111111111111011111110111111111111111111111111111111011111111111111111111111101111111101111111
+4,63,7,93,1111111111111111111011101110111111111111111111111111111111011111111111111111111111101011111101111111
+4,63,8,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,63,9,93,1111101111111111111011101110111111111111111111111111111111011111111111111111111111101111111101111111
+4,63,10,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,63,11,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111100111111
+4,63,12,92,1111111011111111111011101110111111111111111111111111111111011101111111111111111111111111111101101111
+4,63,13,92,1111111111111111111011101110111111111101111111111111111111011111111111111111101101111111111101111111
+4,63,14,92,1111111111111111111011101111111111111101111111111111111111011100111111111111111111111111111100111111
+4,63,15,94,1111111111111111111011101110111111111111111111111111111111111101111111111111111111101111111101111111
+4,63,16,94,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,63,17,94,1111111111111111111001101111111111111111111111111111111111011111111111111111111111101111111110111111
+4,63,18,94,1111111111111111111010101111111101111111111111111111111111011111111111111111111111111111111101111111
+4,64,0,92,1111111111111111111011101110111111111111111111111111111111011111111111101111111111101111111101011111
+4,64,1,93,1111101111111111111011101110111111111111111111111111111111011101111111111111111111111111111101111111
+4,64,2,91,1111101111111111111010101110111101111111111111111111111111011111111111111111111111101111111101111111
+4,64,3,94,1111111111111111111011101101111111111111111111111111111111011111111111111111111111101111111101111111
+4,64,4,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,64,5,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,64,6,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,64,7,92,1111111111111111111011101110111111111101111111111111111111011111111111111111101101111111111101111111
+4,64,8,94,1111111111111111111011101111111111111111111111111111111111011111111111111111111111101111111101111110
+4,64,9,94,1111111111111101111011101110111111111111111111111111111111111101111111111111111111111111111101111111
+4,64,10,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,64,11,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,64,12,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,64,13,93,1111111111111111111011101110111111111111111111111111111111011101111111111111111111111111111100111111
+4,64,14,93,1111111111111111111011101110111111111111111111111111111111111101111111111111111111101111111100111111
+4,64,15,94,1111111111111111111011101011111111111111111111111111111111011111110111111111111111111111111101111111
+4,64,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,64,17,94,1111101111111111111011111110111111111111111111111111111111011111111111111111111111101111111101111111
+4,64,18,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,65,0,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,65,1,94,1110111111111111111011101111111111111111111111111111111111010111111111111111111111111111111101111111
+4,65,2,95,1111111111111111111011111111111111101111111111111111111111011111111111111111111111111111111101110111
+4,65,3,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,4,95,1111111111111111111011101111111111111111111111111111111111011111111111110111111111111111111101111111
+4,65,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,65,6,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101011111
+4,65,7,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,8,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111101111111111101111111
+4,65,9,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,10,93,1111111111011111111001101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,11,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111101111111110111111
+4,65,12,93,1111111111111101111011101010111111111111111111111111111111111111110111111111111111111111111101111111
+4,65,13,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,14,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,65,15,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,65,16,95,1111111111111111111011101111111111111111111111111111111111111101111111111111111110111111111101111111
+4,65,17,91,1111111111111101111011101010111111111111111111111111111111001111110111111111111111111111111101111111
+4,65,18,94,1011111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,66,0,97,1111111111111111111111111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,66,1,93,1111111111110111111011101111111111111111111111111111111111011101111111111111110111111111111101111111
+4,66,2,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111110111101111111
+4,66,3,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111101111111110111111
+4,66,4,95,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,66,5,93,1111111111111111111011101111111111111111111111111111111111011101111111111111111111011111111001111111
+4,66,6,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,66,7,92,1111111111110111111011101111111111111111111111111111111111011101111101111111101111111111111101111111
+4,66,8,93,1110111111111111111011101111111111111111111111111111111111010111111111110111111111111111111101111111
+4,66,9,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,66,10,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,66,11,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,66,12,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,66,13,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,66,14,93,1111111111111111111011111111111111101011111111110111111111011111111111111111111111111111111101110111
+4,66,15,93,1111111111111111111011101111011111111111111111111111111111011101111111110111111111111111111101111111
+4,66,16,95,1111111111111111111011111111111111101111111111111111111111011111111111111111111111111111111101110111
+4,66,17,95,1111111111111111111011111111111111101111111111111111111111011111111111111111111111111111111101110111
+4,66,18,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,0,95,1101111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,1,95,1111111111111111111011111111111111111111111111111111111111011101111111111110111111111111111101111111
+4,67,2,94,1111111111111111111011111111111111111111111111111111111111011101111111111111110111111111111101110111
+4,67,3,94,1111111111110111111011101111111111101111111111111111111111011111111111111111111111111111111101111111
+4,67,4,94,1111110111111111111011101111111111111111111111111111111111011111111111111111111111111111011101111111
+4,67,5,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,6,95,1111111111111111111011101111111111111111111111111111111111011110111111111111111111111111111101111111
+4,67,7,95,1111111111111111111011101111111011111111111111111111111111011111111111111111111111111111111101111111
+4,67,8,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,67,9,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,10,96,1111111111111111111111101111111111111111111111111111111111011101111111111111111111111111111101111111
+4,67,11,92,1111111111111111111011111111111111111011111111111111111111010101111111111111111011111111111101011111
+4,67,12,95,1111111111111111111001111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,67,13,95,1111111111111111111011101111111111111111111111111111111111011111111111110111111111111111111101111111
+4,67,14,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,15,94,1111111111110111011011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,16,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,67,17,95,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111011111101111111
+4,67,18,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,0,94,1111111111111111111011101111111111111111111111111111111111011101111110111111111111111111111101111111
+4,68,1,98,1111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,2,94,1111111110111111111001111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,68,3,95,1111111111111111111011111101111111111111111111111111111111011111111110111111111111111111111101111111
+4,68,4,95,1111111111111111111011101111111111111111111111111111111111011111111110111111111111111111111101111111
+4,68,5,96,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,68,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,7,93,1111111111111111111001101111111111111111111111111011111111011111111110111111111111111111111101111111
+4,68,8,97,1111111111111111111111111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,68,9,94,1111111111111111111011101111111111111111111111111111111111011101111111111110111111111111111101111111
+4,68,10,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,11,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,12,94,1011111111111111111001111111111111111111111111111111111111011111111111111111111111111111111101110111
+4,68,13,94,1111111111111111111011111111111111111111111111111111111111011101111110111111110111111111111101111111
+4,68,14,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,15,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,68,16,94,1111111111110111111011101111111111111111111111011111111111011111111111111111111111111111111101111111
+4,68,17,94,1111111111111111111011101111111110101111111111111111111111011111111111111111111111111111111101111111
+4,68,18,94,1111111111110111111011101111111111101111111111111111111111011111111111111111111111111111111101111111
+4,69,0,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,69,1,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,69,2,94,1111111111111111111011101011111111111111111111111111111111011111111110111111111111111111111101111111
+4,69,3,95,1111111111111111111011111111111111111111111111111111111111011100111111111111111111111111111101111111
+4,69,4,95,1111111111111111111011101111111111011111111111111111111111111101111111111111111111111111111101111111
+4,69,5,95,1111111111111111111011111111111111111111111111111111111111011110111111111110111111111111111101111111
+4,69,6,96,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,69,7,94,1111111111111111111011101111111111111101111110111111111111011111111111111111111111111111111101111111
+4,69,8,94,1111111111111111111011101101111111111111111111111111111111011111111110111111111111111111111101111111
+4,69,9,94,1111111111111111111011111111111111111111111111111111111111011101111110111111111111111111110101111111
+4,69,10,96,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,69,11,94,1111111111111111111011101111111111111111111111111111111111011111111110111111111111011111111101111111
+4,69,12,93,0111111111111111111011101111111011111111111111111111111111011111111110111111111111111111111101111111
+4,69,13,93,1111111111111111111011111101111111111111110101111111111111001111111111111111111111111111111101111111
+4,69,14,97,1111111111111111111111111111111111111111111110111111111111011111111111111111111111111111111101111111
+4,69,15,95,1111111111111111111011111101111111111111111111111111111111011111111110111111111111111111111101111111
+4,69,16,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,69,17,97,1111111111111111111111111111111111111111111110111111111111011111111111111111111111111111111101111111
+4,69,18,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,70,0,94,1111111111111111111011111111111111111011111111111111111111011101111110111111111111111111111101111111
+4,70,1,93,1111111111111111111011101101111111111111111111111111111111011111111110111111111111111111110101111111
+4,70,2,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,70,3,93,1111111111111111111011111111111111111111111111111111101111011101111110111111111111111111110101111111
+4,70,4,94,1111111111111111111011111111111111111111111110111111111111011101111111111110111111111111111101111111
+4,70,5,97,1111111111111111111111101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,70,6,93,1111111111111111111011101111111111111111111011111111111111011101111111111110111111111111111101111111
+4,70,7,94,1111111111111111111011101111111111111101111110111111111111011111111111111111111111111111111101111111
+4,70,8,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,70,9,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111001111111
+4,70,10,95,1111111111111111111111111111111111111111101110111111111011011111111111111111111111111111111101111111
+4,70,11,94,1111111111110111111011111111111111111111110111111111111111011111111111111111111111111111111101110111
+4,70,12,95,1111111111111111111011101111011111111111111111111111111111011111111111111111111111111111111101111111
+4,70,13,94,1111111111111111111011111111111111111111111111111111111111011110111111111110111111111111111101011111
+4,70,14,95,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111011111101111111
+4,70,15,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,70,16,94,1111111111111111111011111111111111111111111111111111111111011100111111111110111111111111111101111111
+4,70,17,96,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,70,18,95,1111111111111111111011111111111111111111111111111111111111011110111111111110111111111111111101111111
+4,71,0,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,71,1,95,1111111111111111111011101111111111111111111111111111111111011111111111111111110111111111111101111111
+4,71,2,92,1111111111111111111011101111111111111111111111111111111111011111111110111111111111111111111001101011
+4,71,3,95,1111111111111011111011111101111111111111111111111111111111011111111111111111111111111111111101111111
+4,71,4,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111001111111
+4,71,5,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,71,6,95,1111111111111111111011111111111111111111111110111111111111011101111111111111111111111111111101111111
+4,71,7,94,1111111111111111111011111111111111111111111111111111111111011101111111111110111111101111111101111111
+4,71,8,93,1111111111110111101011111111111111111111110111111111111111011111111111111111111111111111111101110111
+4,71,9,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,71,10,94,1111111111110111111011111111111111111111111111111111111111011111111111111111011111111111111101110111
+4,71,11,94,1111111111111111111011111111111111111111110111111111111111011110111111111111111111111011111101111111
+4,71,12,95,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111011111101111111
+4,71,13,94,1111101111111111101011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,71,14,94,1111111111111111111011101111011111111111111111111111111111011101111111111111111111111111111101111111
+4,71,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,71,16,94,1111111111111011111011111111111111111111111111111111111111011011111111111111111111111011111101111111
+4,71,17,92,1111111111111111111011111111111111111111111111111111101111011100111110111111111111111111110101111111
+4,71,18,96,1111111111111111111111101111011111111111111111111111111111011111111111111111111111111111111101111111
+4,72,0,94,1111111111111111111011101111111111111111111111111111111110011111111111111111110111111111111101111111
+4,72,1,95,1111111111110111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,2,94,1111111111111111111011101111111110111111111111111111111111011111111111111111111111111111111001111111
+4,72,3,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,4,92,1111111111110111111011101111011111111111111111111111111111011111111111111111011111111111111101110111
+4,72,5,95,1111111111111111111011111111111111111111111111011111111111011101111111111111111111111111111101111111
+4,72,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,7,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111011111101111111
+4,72,8,94,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111111111001111111
+4,72,9,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111011111101111111
+4,72,10,94,1111111111111111111011101111111111111111111111111111111111011111111111111111110111111111111001111111
+4,72,11,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,12,94,1111111111111111111011111111111111111111111110111111111111011101111111111111111111111011111101111111
+4,72,13,94,1111111111111111111011111111111111111111111111111111111110011101111111111111111011111111111101111111
+4,72,14,93,1111011111111111111011101101111111111111111111111111111111011101111111111111110111111111111111111111
+4,72,15,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111011111101111111
+4,72,16,96,1111111111111111111011111101111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,17,96,1111111111111011111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,72,18,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111101111111101111111
+4,73,0,94,1111111111111111111011101111111111111111111111011111111111011101111111111111111111111111111101111111
+4,73,1,96,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,2,91,1111111111101111111011101111111110111111111111111110111111011101111111111111111111111111111001111111
+4,73,3,96,1111111111111111111011111111111111111111111111011111111111011111111111111111111111111111111101111111
+4,73,4,96,1111111111111111111011111101111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,5,95,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111011111101111111
+4,73,6,95,1111111111111111111011111111111111111111111111011111111111011101111111111111111111111111111101111111
+4,73,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,8,94,1111111111111111111011111111111111111111110111111111111111011111111111111111111111101111111101111011
+4,73,9,96,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,10,95,1111111111111011111011111101111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,11,95,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111101101111
+4,73,12,94,1111111111111111111011101111111111111111110111111111111111011101111111111111111111111111111101111111
+4,73,13,92,1111111111111111111001101111111111111111111111111111111111011101111111111110111111111111111001111111
+4,73,14,96,1111111111111111111011111111111111111111111111111111111110011111111111111111111111111111111101111111
+4,73,15,94,1111111111111011111011111111111111111111111111111111111111011101111111111111111011111111111101111111
+4,73,16,93,1111111111111111111011101111111111111111111111111111111111011101111111111111111111111011111001111111
+4,73,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,73,18,96,1111111111111111111011111101111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,0,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,1,94,1111111111111111111001111101111111111111111111111111111110011111111111111111111111111111111101111111
+4,74,2,95,1111111111111111111011101111111111111111111111111111111110011111111111111111111111111111111101111111
+4,74,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,4,95,1111111111111111111011111101111111111111111111111111111111011111111110111111111111111111111101111111
+4,74,5,94,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111101101110
+4,74,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,8,95,1111111111111111111011111111111111111111111111111111111111011101111111111111111011111111111101111111
+4,74,9,94,1111111111111011111011111111111111111111111011111111111111011111111111111111111111111110111101111111
+4,74,10,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,11,95,1111111111111111111011111111111111111111111111111111111111011111111111111111110111111011111101111111
+4,74,12,96,1111111111111111111011111111111111111111111111111111111110011111111111111111111111111111111101111111
+4,74,13,95,1111111111111111111011111111111111111111111111111111111110011111111111111111111111111011111101111111
+4,74,14,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111011111101111111
+4,74,15,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111101111101111111
+4,74,16,95,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111101101111
+4,74,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,74,18,94,1111111111111111111011111111111111111111111111110111111111011111111111111111111011111011111101111111
+4,75,0,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101101111
+4,75,1,94,1111111111111111111011111111111111111111111111110111111111011111111111111111111011111011111101111111
+4,75,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,5,95,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111011111101111111
+4,75,6,95,1111111111111111111011111111111111111111111111111111111110011111111111111111111111111011111101111111
+4,75,7,95,1111111111111111111011111111111111111111111111111111111111011111111111111111110111111011111101111111
+4,75,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,9,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,10,95,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111101111110
+4,75,11,95,1111111111111011111011111111111111111111111111111111111110011111111111111111111111111111111101111111
+4,75,12,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,75,13,95,1111111111111111111011111101111111111111111111111111111111011111111111111111111111111011111101111111
+4,75,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,75,18,96,1111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111101111111
+4,76,0,95,1111111111111111111011111101111111111111111111111111111111011111111110111111111111111111111101111111
+4,76,1,95,1111111111111111111011111101111111111111111111111111111111011111111111111111111111111011111101111111
+4,76,2,96,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,76,3,96,1111110111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,6,95,1111111111111111111011111111111111111111111111111111111111011111111111111111110111111011111101111111
+4,76,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,9,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,10,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,11,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,12,93,1111111111101011111011011111111111111111111110111111111111011111111111111111111111111111111101111111
+4,76,13,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,76,14,93,1111111111111111111011111111111111111111111111111111111001011111111111111111110111111011111101111111
+4,76,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,16,96,1111111111111111111010111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,76,17,94,1111111111111111111011111111111111101111111111111111111110011111111111111111111111111011111101111111
+4,76,18,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,77,0,93,1111111111111111111001111111111111111111111111111111111111011111111110101111110111111111111101111111
+4,77,1,94,1111111111111111111011111101111111111111111111111111111111011111111110111111111111111011111101111111
+4,77,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,4,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,77,5,96,1111111111111111111011111111111111111111111111111111111111011111110111111111111111111111111101111111
+4,77,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,7,96,1111111111111111111011111111111111111111111011111111111111011111111111111111111111111111111101111111
+4,77,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,9,94,1111111111111110111011111111111111111111111111111111111111011101111110111111111111111111111101111111
+4,77,10,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,11,95,1111111111111111111010111111111111111111111111111111111111011111111111111111111111110111111101111111
+4,77,12,96,1111111111111111111011111111111111111111111111111111111111001111111111111111111111111111111101111111
+4,77,13,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,14,95,1111111111111111111011111111111111111111111111111111011111011111111111111111111111111110111101111111
+4,77,15,96,1110111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,16,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111011111111111101111111
+4,77,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,77,18,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,0,96,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,1,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,78,2,96,1111111111111111111011111111111111111111111111111011111111011111111111111111111111111111111101111111
+4,78,3,96,1111111111111111111011111111111111111111111111111111111111011111110111111111111111111111111101111111
+4,78,4,96,1110111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,6,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111101111111
+4,78,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,8,94,1110111111111111111011111111111111111111111111101111111111001111111111111111111111111111111101111111
+4,78,9,96,1110111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,10,96,1110111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,11,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111011111111111101111111
+4,78,12,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,13,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,15,94,1011111111111111111011111111111111111111111111111111111111001111111111111111111111111111111100111111
+4,78,16,96,1111111111111111111011111111111101111111111111111111111111011111111111111111111111111111111101111111
+4,78,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,78,18,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,0,96,1111111111111111111011111111111111111111111111101111111111011111111111111111111111111111111101111111
+4,79,1,95,1110111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,79,2,94,1111111111111111111011111111111111111111101111111111111111011101101111111111111111111111111101111111
+4,79,3,96,1111111111111111111011111111111111111111111111111111101111011111111111111111111111111111111101111111
+4,79,4,97,1111111111111111111011111111111111111111111111111111111111011111111111101111111111111111111111111111
+4,79,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,7,96,1110111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,8,96,1111111111111111111011111111111101111111111111111111111111011111111111111111111111111111111101111111
+4,79,9,96,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,10,96,1111111111111111111011111111111111111111111111111011111111011111111111111111111111111111111101111111
+4,79,11,96,1111111111111111111011111111111101111111111111111111111111011111111111111111111111111111111101111111
+4,79,12,96,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,13,95,1111111111111111111011111111111111111111111111111111111111011101110111111111111111111111111101111111
+4,79,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,15,94,1111111111111111111011111111111110111101111111111111111111011111111111111111111111111111101101111111
+4,79,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,79,17,95,1111111111111111111011111111101111111111011111111111111111011111111111111111111111111111111101111111
+4,79,18,95,1110111111111111111011101111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,0,95,1111111111111111111011111111111111111111111111111111111111011111111111111110111011111111111101111111
+4,80,1,96,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,2,94,1111111111111111111011111111111110111111111111111111111111011101110111111111111111111111111101111111
+4,80,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,4,96,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,6,95,1111111111111111111011111111111101111111111111111011111111011111111111111111111111111111111101111111
+4,80,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,9,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,10,95,1110111111111111111011111111111111111111111111111111111111011110111111111111111111111111111101111111
+4,80,11,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,12,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,80,13,95,1111111111111111111011111111111111111111111111101111111111011111111111101111111111111111111101111111
+4,80,14,95,1111111111111110111011111111111111111111111111111011111111011111111111101111111111111111111111111111
+4,80,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,80,17,96,1111111111111111111011111111111111111111111110111111111111011111111111101111111111111111111111111111
+4,80,18,96,1111111111111111111011111111111111111111111111111111111111011111111111101111111111111111111101111111
+4,81,0,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,1,95,1011111111111111111011111111111110111111111111111111111111011111111111111111111111111111111101111111
+4,81,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,81,3,95,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111101110111
+4,81,4,95,1111111111111111111011111111111111111111111111111111111111011111111111101111111111111111111101101111
+4,81,5,95,1111111111111110111011111111111111111111111111111111111111011111011111111111111111111111111101111111
+4,81,6,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,81,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111110111
+4,81,8,96,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,9,96,1111111111111111111011111111111111111111111011111111111111011111111111111111111111111111111101111111
+4,81,10,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,81,11,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,12,94,1111111111111111111011111111111111111111111111111111111111011111111111101110111011111111111101111111
+4,81,13,96,1111111111111111111011111111111111111111111110110111111111011111111111111111111111111111111111111111
+4,81,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,81,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,81,18,97,1111111111111111111011111111111111111111111111111111111111011111111111101111111111111111111111111111
+4,82,0,94,1111111111101111111011111111111111111111011111111110111111011111111111111111111111111111111101111111
+4,82,1,95,1011111111111111111011111111111110111111111111111111111111011111111111111111111111111111111101111111
+4,82,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,82,3,95,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111101110111
+4,82,4,95,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111110101110111
+4,82,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,82,6,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,82,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,82,8,96,1111111111111111111011111111111111111111111111111111111111011111111111101111111111111111111101111111
+4,82,9,97,1111111111111111111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,82,10,94,1111111111111111101011111111111111111111111111111111111111011111111111111110111011111111111101111111
+4,82,11,95,1111111111111111111011111111111111111111111111011111111111011111111111101111111111111111111101111111
+4,82,12,96,1111111111111111111011111111111111111111111011111111111111011111111111111111111111111111111101111111
+4,82,13,96,1111111111111111111011111111111111111111111011111111111111011111111111111111111111111111111101111111
+4,82,14,97,1111111111111111111011101111111111111111111111111111111111011111111111111111111111111111111111111111
+4,82,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,82,16,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,82,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111110111111111111111111111111
+4,82,18,97,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111111111111
+4,83,0,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,1,95,1111111111111111011011111111111111111111110111111111111111011111111110111111111111111111111111111111
+4,83,2,96,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111101111111
+4,83,3,95,1111111111111111111011111111111111111111111111110111111111011111111111101111111111111111111101111111
+4,83,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,83,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,6,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,8,95,1111111111111111111011111111111111111111111111111111111111011111111111111010111111111111111011111111
+4,83,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,10,96,1111111111011111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,83,11,97,1111111111111111111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,83,12,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,83,13,97,1111111111111111111011111111111111111111111111111111111111011111111111111110111111111111111111111111
+4,83,14,96,1111111111111111111010111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,83,15,97,1111111111111111111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,83,16,96,1111111111111111111011111111111111111111111111111111111111011111111110101111111111111111111111111111
+4,83,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,83,18,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,0,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,1,96,1111111111011111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,84,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,84,3,96,1111111111011111111011111111111111111111111111111111111111011111111011111111111111111111111111111111
+4,84,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111110111111111111111111111111
+4,84,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,6,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,9,95,1111111111111111111011111111111111111101111111111111111111011111111111111111111110111111111101111111
+4,84,10,95,1111111111111111111011011111111111111111111111111111111111011111111110111111111111111111111101111111
+4,84,11,97,1111111111111111011011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,12,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,13,96,1111111111111101111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,84,14,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,84,16,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,84,17,96,1111111111011111111011111111111111111111011111111111111111011111111111111111111111111111111111111111
+4,84,18,96,1111111111111111111011111111111111111111111111111111111111011111111111111110111111111011111111111111
+4,85,0,96,1101111111111111111001111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,1,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,2,96,1111111111011111111011111111111111111111111111111111111111011111111011111111111111111111111111111111
+4,85,3,96,1111111111111111111011111111111111011111111111111111111111011111111111111111111111111111111101111111
+4,85,4,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,5,96,1111111111111101111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,85,6,97,1111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111111111
+4,85,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111110111111111111111111111111
+4,85,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,10,97,1111111111111111111011111111111111111111110111111111111111011111111111111111111111111111111111111111
+4,85,11,95,1111111111111111111011111111111111111111111101111111111111011111111111111111101111111111111101111111
+4,85,12,97,1111111111111111111001111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,13,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,14,95,1111111111111111111011101111111111111111111011111111111111011111111111111111111111111111111101111111
+4,85,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,85,17,97,1111111111111111111011111111110111111111111111111111111111011111111111111111111111111111111111111111
+4,85,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,0,96,1111111111111111111001111111110111111111111111111111111111011111111111111111111111111111111111111111
+4,86,1,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,2,97,1111111111111111111011111111111111111101111111111111111111011111111111111111111111111111111111111111
+4,86,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,4,97,1111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111111111
+4,86,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,86,6,96,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111101111111
+4,86,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111101111111111111111111111
+4,86,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,10,97,1111111111111111111011111111111111111111110111111111111111011111111111111111111111111111111111111111
+4,86,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,12,95,1111111111111111111001111111111111111111111111111111111111010111111111111110111111111111111111111111
+4,86,13,97,1111111111111111111011111111111111111111111111111101111111011111111111111111111111111111111111111111
+4,86,14,95,1111111111111111111011111111111111011111111111111111111111011111111111111111111111111111111101101111
+4,86,15,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,16,97,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,17,97,1111111111111111111001111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,86,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,0,97,1111111111111111111011111111111111111111111111111111111111011111111111111101111111111111111111111111
+4,87,1,96,1101111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111111111
+4,87,2,96,1101111111111111111011111111111111111111111111111110111111011111111111111111111111111111111111111111
+4,87,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,87,5,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,6,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,9,96,1111101111110111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,10,97,1111111111111111111011111111111111111111111111111101111111011111111111111111111111111111111111111111
+4,87,11,96,1111111111111111111011111111111111111101111111111111111111011111111111101111111111111111111111111111
+4,87,12,96,1101111111111111111011111011111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,13,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,14,97,1111111111111111111011111111111111111110111111111111111111011111111111111111111111111111111111111111
+4,87,15,97,1111111111111111111011011111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,17,96,1111111111111111111001111110111111111111111111111111111111011111111111111111111111111111111111111111
+4,87,18,99,1111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,0,96,1101111111111111111011111111111111111110111111111111111111011111111111111111111111111111111111111111
+4,88,1,97,1111111011111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,3,96,1111111111111111111011111111111111111111111111111111111111011111111111111101111111111111111101111111
+4,88,4,97,1111111111111111111011111111111111111111111111111111111111001111111111111111111111111111111111111111
+4,88,5,96,1111111111111111111011111111111111111111111111111111111111011011111011111111111111111111111111111111
+4,88,6,95,1111101111111111111011111111011111111111111111111111110111011111111111111111111111111111111111111111
+4,88,7,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,9,97,1111111111111111111011111111111111111111111110111111111111011111111111111111111111111111111111111111
+4,88,10,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,11,97,1111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111111111
+4,88,12,97,1111111111111111111011111111011111111111111111111111111111011111111111111111111111111111111111111111
+4,88,13,95,1101111111111111111011111111111111111111111111111111111110011111111111111101111111111111111111111111
+4,88,14,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,15,95,1111101111110111111011111111111111111111011111111111111111011111111111111111111111111111111111111111
+4,88,16,97,1111111111111111011011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,88,17,96,1111111111111111111011111111111111111110111111111111111111011111111111111101111111111111111111111111
+4,88,18,97,1111111111111111111111111111111111111111111111111101111111011111111111111111111111111101111111111111
+4,89,0,96,1111111111011111111011111111111111111111111111111111111111011011111111111111111111111111111111111111
+4,89,1,96,1111111111111111011011111111111111111111111111111111011111011111111111111111111111111111111111111111
+4,89,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,3,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,4,96,1111111111111111111011111111011111111111111111111111111111011101111111111111111111111111111111111111
+4,89,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,6,96,1101111111111111111011111111111111111111111111111111111111011111011111111111111111111111111111111111
+4,89,7,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,9,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,10,96,1111111011111111111011111111111111111111111110111111111111011111111111111111111111111111111111111111
+4,89,11,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,89,12,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111110111111
+4,89,13,95,1111111111111111111001111111011111111110111111111111111111011111111111111111111111111111111111111111
+4,89,14,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,15,96,1111111111111111111011111111111111111111111111111111111111011101111111111111011111111111111111111111
+4,89,16,95,1111101111111111111011111111111110111111111111111111111111011111011111111111111111111111111111111111
+4,89,17,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,89,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,0,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,90,1,96,1111101111111111111011111111111101111111111111111111111111011111111111111111111111111111111111111111
+4,90,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111110111111
+4,90,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111111111111
+4,90,4,96,1111101111111111111011111111111111111111111111111111111111011111111111111111011111111111111111111111
+4,90,5,96,1111111111101111111011111111111111111111111111111111111111011101111111111111111111111111111111111111
+4,90,6,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,90,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,8,96,1111101111111111111011111111111111111111111111111111111111010111111111111111111111111111111111111111
+4,90,9,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,10,95,1111101111111111111011111111111111111111111111111111110111011111111111110111111111111111111111111111
+4,90,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,12,96,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111110
+4,90,13,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111101111111111
+4,90,15,97,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,16,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,17,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,90,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,0,96,1111101111111111111011111111111111111110111111111111111111011111111111111111111111111111111111111111
+4,91,1,97,1111111111111111111011111111111111111111111111111111111111011111111111111111011111111111111111111111
+4,91,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111110111111
+4,91,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,4,95,1111101111111111111011111111111111111111111111111111111111011111111111111111111111111111111110111110
+4,91,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,6,95,1111111111101111111011111111111111111111111111111111111111011101111111111111111111111111111110111111
+4,91,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111011111111111111111111111111
+4,91,8,97,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111111111111
+4,91,9,94,1111111011101111111011111111111101111111111111111111111111011111111111111111111111111111101111111111
+4,91,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,12,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111101111110111111
+4,91,13,96,1111101111111111111011111111111111111111111111111111111111010111111111111111111111111111111111111111
+4,91,14,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,91,15,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,91,16,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,91,17,97,1111111111111111111011111111111111111111111111111111111111011111111110111111111111111111111111111111
+4,91,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,0,95,1101101111111111111011111011111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,1,96,1111111111111111111011111111011111111110111111111111111111011111111111111111111111111111111111111111
+4,92,2,96,1111111111111111111011111111111111111111111111111111111111011111111111111101111111111101111111111111
+4,92,3,96,1111111111111111111011111111111111111111111111111111111111011111111111110111011111111111111111111111
+4,92,4,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,5,96,1101111111111111111011111111111111111111111111111111111111011101111111111111111111111111111111111111
+4,92,6,94,1111101111111111111011111111111111111101111111111111111111011111111111110111111111111111111111111110
+4,92,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111110111111
+4,92,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111101111111111111111
+4,92,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,10,95,1111111110111111111011111111111111111111111111111111101111011111111111110111111111111111111111111111
+4,92,11,96,1111111111111111111011111111111111111111111111111111111111011101111111111111111110111111111111111111
+4,92,12,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,13,97,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111111111111
+4,92,14,95,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111011011111111111
+4,92,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,92,17,97,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111111111111111111
+4,92,18,97,1111111111111111111011111111111111111110111111111111111111011111111111111111111111111111111111111111
+4,93,0,95,1111111111111111111011111111111111111111111111111111111111010111111111111101111111111101111111111111
+4,93,1,97,1111111111111111111011111111111011111111111111111111111111011111111111111111111111111111111111111111
+4,93,2,97,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,4,97,1111111111111111111011111111111111111111111111111111111111011111111111111101111111111111111111111111
+4,93,5,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111101111111111111
+4,93,6,93,1111111111111111111011111111010111111110111111111111111111011101111111111111111111111101111111111111
+4,93,7,97,1101111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,8,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111111111111
+4,93,9,94,0111101111111111111011111111111111111111111111111111111111011101011111111111111111111111111111111111
+4,93,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,11,95,1111111111111111111011111111111111111111111111111111111111011111111111110111111111111011011111111111
+4,93,12,97,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,13,97,1111111111111111111011111111111111111111111111111111111111011101111111111111111111111111111111111111
+4,93,14,97,1011111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,93,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111011111
+4,93,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,0,97,1111111110111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,1,96,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111101111101111111
+4,94,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111101111111111111111111111
+4,94,3,96,1111111111110111111010111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,4,96,1111111111111111111011111111111111111111111111101111111111011111111111110111111111111111111111111111
+4,94,5,97,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,6,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,7,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111111111111
+4,94,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,10,96,1011111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111011111
+4,94,11,97,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,12,97,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,13,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111101111111111111111111111111
+4,94,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,94,16,97,1111111111111111111011111111111111111111111101111111111111011111111111111111111111111111111111111111
+4,94,17,96,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111011111
+4,94,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,0,96,1111111111111111111011110101111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,1,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,2,94,1111111111110111111010111111111111111111101111111111111111011111111111111111111111111110111111111111
+4,95,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,4,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,5,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,6,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,7,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,8,97,1111111110111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,9,95,1111111111110111111010111111111111111011111111111111111111011111111111111111111111111111111111111111
+4,95,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,12,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111111111111
+4,95,13,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,14,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111011111111111111111111
+4,95,15,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111110111111111111111111
+4,95,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,95,17,97,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111111111111111111
+4,95,18,96,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111011111
+4,96,0,99,1111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,1,97,1111111111101111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,2,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111011111111111111111111
+4,96,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,96,4,96,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111011111
+4,96,5,97,1111111111111111111011111111111111111111111111101111111111011111111111111111111111111111111111111111
+4,96,6,97,1011111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,7,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,8,97,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111111111111111111
+4,96,9,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,12,96,1111111111111111111011111111111111111111011111111111111111011111111111111111111110111111111111111111
+4,96,13,96,1011111111111111111011111111111111011111111111111111111111011111111111111111111111111111111111111111
+4,96,14,96,1111111111111111110011111111111111111111111111111111111111011111111111111111101111111111111111111111
+4,96,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,96,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111011111111111111111111
+4,96,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,0,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,1,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111101111111
+4,97,4,97,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111111111111111111
+4,97,5,97,1111111111111111111011111111101111111111111111111111111111011111111111111111111111111111111111111111
+4,97,6,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,7,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,8,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,9,97,1111111111111110111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,11,97,1111111111111111111011111111111111111110111111111111111111011111111111111111111111111111111111111111
+4,97,12,96,1011111111111111111011111111111111011111111111111111111111011111111111111111111111111111111111111111
+4,97,13,96,1011111111111101111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,14,96,1111011111111111111011111111111111111111111111111111111111011111111111111111111011111111111111111111
+4,97,15,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,16,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,97,17,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111101111111111111111
+4,97,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,0,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,1,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111101111111111111111
+4,98,2,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,3,97,1111111111111011111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,4,96,1111111111111111111011110110111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,5,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,6,97,1111111111111111101011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,7,96,1111111110111111011111111111111111111111111111111111111110011111111111111111111111111111111111111111
+4,98,8,96,1111011111111111111011111111111111111111111111111111111111011111111111111111111111101111111111111111
+4,98,9,96,1111111111111111111011111111111111111111111111111111111111011111011111111111111111111111111011111111
+4,98,10,96,1111111111111111111011111111111111111111101111111111111111011111101111111111111111111111111111111111
+4,98,11,97,1111111111111111011111111111111111111111111111111101111111011111111111111111111111111111111111111111
+4,98,12,97,1111111111111111111011111111111111111111111111101111111111011111111111111111111111111111111111111111
+4,98,13,97,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111111111111111111
+4,98,14,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,16,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,98,17,96,1111111111111111011111111111111111111111111111111111111111011111111111110111111111111111011111111111
+4,98,18,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,0,97,1111111111111111011011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,1,96,1111111111111111111110111111111101111111111110111111111111011111111111111111111111111111111111111111
+4,99,2,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,3,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,4,95,1111111111111111111011110111111111111111111111101111111111011111111111111101111111111111111111111111
+4,99,5,97,1111111111111111111011111110111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,6,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,7,97,1111111111111111111011111111111111111111101111111111111111011111111111111111111111111111111111111111
+4,99,8,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,9,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,10,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,12,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,13,97,1111111111111111111011111111111111111111111111101111111111011111111111111111111111111111111111111111
+4,99,14,99,1111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111
+4,99,15,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,16,97,1111111111111011111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,99,17,97,1111111111111111111011111111111111111111111111111111111111011110111111111111111111111111111111111111
+4,99,18,97,1111111111111111011111111110111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,0,97,1111111111111111110011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,1,99,1111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111
+4,100,2,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,3,97,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111101111111111111
+4,100,4,97,1111111111101111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,5,96,1111111111111111011111111111011111111111111111111111111111011111111111111111111111101111111111111111
+4,100,6,97,1111111111110111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,7,96,1111111111111111111011110111111111111111111111101111111111011111111111111111111111111111111111111111
+4,100,8,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,9,98,1111111111111111111011111110111111111111111111111111111111111111111111111111111111111111111111111111
+4,100,10,97,1111111111111111111011110111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,11,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,12,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,13,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,14,98,1111111111111111111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,15,97,1111111111111111111011111111111011111111111111111111111111011111111111111111111111111111111111111111
+4,100,16,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,17,98,1111111111111111011111111111111111111111111111111111111111011111111111111111111111111111111111111111
+4,100,18,96,1111111111011011111011111111111111111111111111111111111111011111111111111111111111111111111111111111
+5,0,0,52,0110010000001101101101000000111101111111011100101100110000000111111111110000000100001111011100110110
+5,0,1,51,0110100110000011001011111111001101001100010110100010100110101100000001100101101100100111110011100111
+5,0,2,50,1011010101100011001111110001110111001001000000000111001100110011011111011010000110011010100010101100
+5,0,3,49,0101101111000000110000110100010001010000110110111111011100010100000000111110110001111110000110111001
+5,0,4,48,0001101010101110100110100110010111000011001001010001101101110101000010100100100010101010000011111111
+5,0,5,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,0,6,53,1101011011110100000111001001010000110000000011111001010011101100100111101100111110011010111110001011
+5,0,7,50,0110111011100010001001010010001001000101101111101111100011000011010100111100101000001011110111011000
+5,0,8,43,0001001001001111000100011011000010000110101111110000100000101110111011000000010000010100111101101001
+5,0,9,51,0010011110101101100101101011010000110111101011110000001111010000011110010100110100011001010111010100
+5,0,10,53,1011000101110110000100100010111000010101011101011110110010101111110111000010111010101001001101100110
+5,0,11,50,0001010001111001100010011100011001001001001111100011101011001010010011100111111100110100101000101011
+5,0,12,41,1111001001110010001010000110110100001010000001010000110011000110100001110000000110100001100111011001
+5,0,13,53,0110110110001011110000101010000100101001000000110000110011100111110001011010100111110110111011111111
+5,0,14,52,1110011101101100100000010101010011000100000011001011110011101001001101100111000110011101010111110111
+5,0,15,50,1110010011110111001010010101101100101100110100001101110000101010010110010000101110101000111110100100
+5,0,16,50,0010010000111101000101100101000101111111001000111100000101111100010111111001011001011001000110100011
+5,0,17,46,1100000111010111101101000101100111010100010100101100111110000010011000000000111100101000011101100010
+5,0,18,50,1111110100000101110010010011101111010010011011100000101101000011001010110011001100111111000001011000
+5,1,0,49,0110100110010011001010111111001100000100010110000110100010101100000101110101101110100011011111000110
+5,1,1,55,1011110011001011001100010101110011111110100011101011000111010111100011101011001000000101100011110011
+5,1,2,53,1110110111101001110000011011010100101001000000100001110011101101100101001010100110010101011011111111
+5,1,3,54,0110011100001110100000100100010011000100000011011010110011100011011001110111000111111110111111110111
+5,1,4,53,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111000010
+5,1,5,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,1,6,52,0010010011111011100011011100011001000001001111101011100011001010010010110111101100110100100001111011
+5,1,7,48,0101111001100000001000010010001001001101101111100111101011000011010101101100111000001011111110001000
+5,1,8,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,1,9,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,1,10,54,1011010101101010100100110101110111001001000011000111011000111011001101111010000110011010110110101101
+5,1,11,49,1110011101100101001011010001010011000100001000001011100111100001011111000111000110011101000011110110
+5,1,12,48,1101011001111100000100011101010010000100000011001001010011101100001101101100100110011010010110110111
+5,1,13,58,1110011111100100100011000001010001110000000111111011110011101001100111100111011110011101111111001011
+5,1,14,53,1111110110000101011000010011101011010010000011101100101111010111001110110011001100111101001001011000
+5,1,15,51,1011110001011011100110010101110110110110111011000011000001000011100011111011001010000011000111010010
+5,1,16,48,0111111011011011000000010001110010110110101011001111100011000111100110111000001010000001000111010000
+5,1,17,53,1010110011100010001101010110000001000101100111101111000011000011010101111111101000001011111111011010
+5,1,18,60,1000010000111111111010110110110111111111000000110000010100111100111110111110011100101111010100101111
+5,2,0,47,1110011100000101001011010000010011000100001000001011100111100001011111000111000110011101100011110110
+5,2,1,57,0110011101101110100000100101010011001100000011011010110011100011011001110111000111111110011111110111
+5,2,2,54,1011110011011011000110010101110110110110111011001011000011000011100011111011001010000011001111010010
+5,2,3,51,1011110001011011101100010101110010110110100011000111000001010111100111111011001010000001000111010010
+5,2,4,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,2,5,53,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111000010
+5,2,6,51,0010000010010011001010111111111110101100000100000100110010101100011101110101111100110011010101100110
+5,2,7,60,1100110100111111111010111110000101010111010010110010000100111100100110111110001110101111011110001111
+5,2,8,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,2,9,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,2,10,55,1001110000011011001100010100110011111111100010101001000111111101100111111010011000000101100111110011
+5,2,11,60,1010010011101111111010110111110111111110000001110010010100010110111010101111001100101111010000101111
+5,2,12,58,1110011111100110100011000001110101110001000011100111111001101001100101101011011110011101110111001011
+5,2,13,54,1011010101101000100100110101010011001000000111011011010010111011011111010110000110011010111110101101
+5,2,14,52,1101011101111110000100110101010110001001000011000111011001111010001101101000000110011010110110101101
+5,2,15,50,1011010001101000100100011101110011000100000011001001010010101101001101111110100110011010010110110111
+5,2,16,56,1110111111110100100011000001010010110010100111111011000011100001100111110111011010010101111111000010
+5,2,17,53,1011010001001011100110010101110101110100011011000011110001001011100011101011001110001011000111011011
+5,2,18,54,1011110011011011100100011111110110111110110001000011000001000011100011011011101010000111000111011010
+5,3,0,55,1110111011110100100011000001010110110110100111011011000011000011100111111111011010000101000111011010
+5,3,1,55,1011110111011011100100011111110010111010110001100011000001100001100011010011101010010111111111000010
+5,3,2,55,1011110011111011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,3,3,54,1011110011011011001100010101110010110110100011001111000011010111100111111011001010000001001111010010
+5,3,4,48,1111010010011111001110010001010010010100101010001111000011100001100111010011001010000001100111010110
+5,3,5,54,1010111101000001001001010100110011100110000001001111100111010111011111101111000110011101001011110010
+5,3,6,53,0110001010110111001010000001010110100100000111101001000011101101110111110111011110010111111101000010
+5,3,7,54,1010110111010000100011111111111010111010100100010110110010100000001101110101111000110001010111100110
+5,3,8,53,1000010010001011101000110110110011111110100001110001010100111110111110101011001100000101010001110111
+5,3,9,63,1011110001111111011110010101110111111111100010101010000111010101100011111110011000101111100110101011
+5,3,10,58,1011110011001000100100110101110111101010110111011011010010110011101011010111001110001011111110100001
+5,3,11,51,1011010101111011000110010101010010010100001011001011000011001011010111111010000110010010001111011110
+5,3,12,56,1110111111110100100011000001010010110010100111111011000011100001100111110111011010010101111111000010
+5,3,13,56,1110111111110100100011000001010010110010100111111011000011100001100111110111011010010101111111000010
+5,3,14,56,1011110011001011101100010101110011111110000011011011100011110111100011110111000010000001001111010110
+5,3,15,56,0110011101111010000000100101010010000110100011001110010011000011111101111011001111111110011111110011
+5,3,16,56,1110011110000110000111000000110101111011000011101101101011101001100101111011011100011101110111000011
+5,3,17,57,1001110101111011101000010101110011110101100010100011010101111101100111101010011000000101100111111011
+5,3,18,56,1100111100111100111011011010000100010011110010110010000100111100100110111111001010010101111110001111
+5,4,0,59,0011011101111101010000010101110010011111100011001010000011000011110101111011001110111111011111110011
+5,4,1,59,1110110001111010001110100101010111100110100010101110010111010101101011111110011001101110100110101011
+5,4,2,60,0011110011111011001100010111110010110110100011001111000011010011110111111011001011011011011111010010
+5,4,3,51,1110011101111010000000100101010000000110100011001110010011000111101101111011001110100100001111110011
+5,4,4,52,1011110011011001001100010101110010110110000011011011000001110111100011111011001010000001001111010110
+5,4,5,57,1011110011001011101100010101110011111110100011001111100011010111100111110111000110000001001111010010
+5,4,6,56,1011111011010010101100010001110010110110100011101111000011100101100111111111001010000001111111010010
+5,4,7,54,1110110111111101000011000101010010110010100111011011000011010011100111110011011010010101001111000010
+5,4,8,53,1110011110001110000111000000110001111011100011101111101011101001100101111011011000010001010111000010
+5,4,9,58,1011110011110011001100010101110110110110000011001101000011010111100111111011001110001101101111010011
+5,4,10,57,1100111101111010000010100101000010010111100010001110000011001011111101111011001011111111011110110011
+5,4,11,57,0110011100111100111001011110010101000010110011110010010100110100100110111111001110010100111111001111
+5,4,12,56,0110011111110010100000100101010010110110100111111011010011101001100111110010011110101110011111000010
+5,4,13,60,1110110101111111000010100101010011000110000011001110000011000011111101101111001111111111011111110011
+5,4,14,57,1011111011101011101000010101110011111010000011111011000011110111100011110111010010000001011111010010
+5,4,15,56,1110110111010100100111000001010010110110100111011011100011101001100111110111001010010101101111000110
+5,4,16,53,0110011100111010000000100101010110000110100011001100111111100001110101111010011101011110010111100011
+5,4,17,59,1110011111000110000111000000110001111011000011101111000011001011101101111011001110111101111111010011
+5,4,18,60,1100111101011111100010010001110001111101100010100111010101101101100111101010011100011101100111111011
+5,5,0,63,1110110011111011001110110101010111100110100010101110010111010101100011111110011001111111110110001011
+5,5,1,57,0011110001111010001100000111110010110111100011001111000011010011111111111011001011001010001111110010
+5,5,2,58,1010011111000110001111000100110001111011000011101111000011000011111101111011001111011101011111010010
+5,5,3,62,0111110011111011000100010011110010110110100011001111000011011011110111111011001010111011111111010011
+5,5,4,60,1110011101011111110000010001110001111111100010100010010101101101100111101111011100010101100111111011
+5,5,5,57,0100111100111100101011011110010101000000110011110111010110110100100110111010001110011100110111001111
+5,5,6,59,1110011100111100100001111111010001000110010111111110010010100000100110111111001111010100011111111110
+5,5,7,59,0110110101111111011010000100010111001010100011000010000101010111111101101111001110111111111111000011
+5,5,8,57,0011011101111101000000010001110001011111100010001011010011000011110101111010001110101111110111111011
+5,5,9,58,1100110101011111110010010101110010111101100011100110000101101101100111101011010100011101001111110010
+5,5,10,58,1011110011001011001100010111110010110110100011001111000011010011110111110111001011011011001111010010
+5,5,11,58,0011110011111011101100010101110011111110100011001101100011010111100111111011000110000001011111010010
+5,5,12,60,0010110111111111001100000111110010110110100011001111000011010011110111110011011011011011011111010010
+5,5,13,53,1111110011111001000011000101010010110010100111011011000011010011100111111011001010010101001111000010
+5,5,14,56,1010011011001010101000010000110001111010000011101111000011111111111111110111000010100101111111010010
+5,5,15,60,1111111111000111000111000101110011111011000011111011000011000011100001111011011110011001011111010011
+5,5,16,54,0110011101111010000001101110010100000110110011110010010100110100100111111011001110010100111111001011
+5,5,17,55,1110011100111100111000110101010001000010100011001110010011000111101100111111001110100100001111110111
+5,5,18,55,1110110101110010000110000101010011100110100110101110010011001101101011111111001001000110101110101011
+5,6,0,64,1110011101011111110000110001110001111111100010010010110111101101100111110111011110010101100111111011
+5,6,1,56,1110110011011100101111000001010110110110100011101011000101110001100111101110011000111101100111000110
+5,6,2,56,1110110101110010100110000101110011100100100110101110010111001101101111111111011000000110101110100010
+5,6,3,55,1100110101011111010010010101010010111101100011100110000001101101100011101011000101011101001111111010
+5,6,4,60,0110110011111010111000000100010111001010100011001010100101011111101101111111001110101111111111010011
+5,6,5,55,1010011101001111001010010000110001111010000011100111000011110111111111100111000010110101111111000010
+5,6,6,60,1111111111000111000111000101110011111011000011111011000011000011100001111011011110011001011111010011
+5,6,7,61,1111111111000111001111000101110011111011000011111011000011000011100001111011011110011001011111010011
+5,6,8,60,0110110011111111001110110101010111100110100010001110000101010101100111111110011010111111110110000011
+5,6,9,61,1110110101011011011010000100010111001010100011100010010111010111111001101111001101111111111111001011
+5,6,10,54,1110111111000111000011000101110001111011000011111010000001001011100001111011010100011101001111010011
+5,6,11,63,1101110101011111110110010101110010111101100011100111000111100101100111101011011110011001011111110010
+5,6,12,61,1110110011111011001110100101010111100110100010101110010111010101100011111110011001110111100110101011
+5,6,13,58,1110110101110010000110010101010011100111100110101110010011001101101011111111001001001110111110001011
+5,6,14,57,1110011100011110110000011101110001011111100010100010010001101001100111101111011100010101001111111011
+5,6,15,62,1110011101111101100001110011010001100110010111111110010110100100100110111111001111010100110111111110
+5,6,16,60,1110110011011100101111100001010110110110100011011011100111110001100111110110011010111101100111000110
+5,6,17,59,1110110011011100100111100001010110110110100011011011100111110001100111110110011010111101100111000110
+5,6,18,64,0111110011111011100100010001110010110110100011001111100011011111100111111011001110111011011111011011
+5,7,0,59,1110011011011110101101000001110010111111100010101011000111110001100111101110011000011101100111111010
+5,7,1,61,1110110101011101110010110001010101110110100011010010110101101101100111110111011110110101100111000111
+5,7,2,60,1101110101010111010111000101110011111001100011100111000111100101100111101010011110011001011111110010
+5,7,3,63,1111111111001111101110010101110010111111000011111011000011000011100001111011011110011001011111010011
+5,7,4,63,1111111111100111001010000101110111111011100011101011100001001011100001111011001110111101011111010011
+5,7,5,58,0110110011011010111101000100010011001010000011011010000111010111101101111111011110001011111111010011
+5,7,6,63,1110110101111111110010110000010101101110010011110010010110100100110110101111001111110111110111101110
+5,7,7,60,1110011101011001001001000111010011000010100111101110010111010111101001111111001101011100111111011011
+5,7,8,59,1110111011001110101111100101010110110010000011111011100111100001100111110110011010111101000111000110
+5,7,9,60,1111110111010101000111000001110011111111100011011011000011010011100001110011011110011001111111010011
+5,7,10,58,1110110011011011001110100101010110110110100010001110010111110101100011110010011011110101100110101011
+5,7,11,60,1110110011111100100111100001010111100110100001111011100111010001100111111110011000111111100111000110
+5,7,12,59,1110110011011010001111100001010110100110100010101110010111010001100111111110011001111111100110101110
+5,7,13,62,1110110011111101101110100101010111110110100011011011100111110101100011110110011010110101100111000011
+5,7,14,62,1110111101011111110000010000010001111011100010000010110111110101111011101101011110010111110111111011
+5,7,15,63,1110011101011111011010100101110111001110100011110010010111001111100101110111001001111101101111001011
+5,7,16,55,1110110010011111001011100001010110110110100011101010000101110001100111101110011000111101100110000111
+5,7,17,58,0110110011111100101110010101010111100110100010001111000101010101100111101110011010111111110111000010
+5,7,18,55,1110110111001100000111000001010110110111100011011011000111010001100111110110011010111001001111000110
+5,8,0,63,1110110111100101101010000101010111111011100011111011100011000101100011111111001110111101101111010011
+5,8,1,61,1111111011111101001110100101110111110110100011001011100101111011100001110010011010110101010111000011
+5,8,2,61,1111110111000111010011000101110011101011100011101011100011101001100011111010001110111011011111010011
+5,8,3,62,1101111101110111001110000101110111111001100011100111000101000111100101101011011110011101011111110010
+5,8,4,64,1111011011010111000111100101110011111010000011110010100111100011100101111011011011111101111111010011
+5,8,5,63,1110111101011111111010100101110111001110100011111011010011001111100001110111001100011101100111001011
+5,8,6,63,1111111111001111101110010101110010111111000011111011000011000011100001111011011110011001011111010011
+5,8,7,63,1111111111001111101110010101110010111111000011111011000011000011100001111011011110011001011111010011
+5,8,8,60,1111111011010111100111000101110001111010000001110011100011100011100011111001011110010101110111110011
+5,8,9,65,1110111101011111110000110000010011111011100010001010110111110101111001101111011110011111110111011011
+5,8,10,62,1111110111110101000011000001110111111111100011011011100011010011100001110011011110011001111111010011
+5,8,11,61,1111111111000111001110000101110011111011100011101011000001001011100001111011001110111101011111010011
+5,8,12,64,1111011011010011101011100101110011111010001111111010110010110111100001111011001110011101111011010011
+5,8,13,59,1110111101011101000101000111010011000010100011101111000111000011101001111111011101011100110111011011
+5,8,14,63,0110110111111101101010110001010111110110110011111011110110110101100011110110011010110111100111000010
+5,8,15,61,1110110001111111110110100100010101101110000011010010000111100100110110101111001111110101110111101111
+5,8,16,63,1110011101011111111010000100110111001110100011010010010111011111100101110111001001111101111111001011
+5,8,17,59,0110110011011110011101100101010011001010000011111010000111000111101101111111011110001011101111010011
+5,8,18,67,1111110011111101101111000001110111110100100001111011100111010001100111111111011010011111101111010111
+5,9,0,65,1111110011001101101111010101110111110110100001111011100111000001100001111111011010011111101111010111
+5,9,1,65,1111111111111111101110000001110010111101000011111011000011010011100111111011011110011001011111010011
+5,9,2,63,1101111101110111001110100101110111111010100011100111000101011111100101101010011110011101011111100010
+5,9,3,59,1111111011111101001110000101110111110101100011001011100101100011100001110011010010110101010111010011
+5,9,4,65,1110110111111111101000110000010011111011110011001010110111110101110001100111011110011111100111011011
+5,9,5,63,0110111101011101110010110001010111110110100010111011110110110101101011111110011010110111110111000010
+5,9,6,65,1111110111110101101011000001110111110110100011011011100011010011100101111011011110011011111111010011
+5,9,7,64,1111110011111101000111000001110111111101100001111011100111010001100011110111011010011101101111010111
+5,9,8,60,1100110111110101101010000101010111111011100011111011100011000101100011111011001110011101001111010011
+5,9,9,65,1111111101100111001110000101110111111001100011100111010101000111100101101011011110111101111111110010
+5,9,10,63,1110110111111111101010110001010111100110100011111011110110000111100011110110011010110111100111000011
+5,9,11,63,0110111101011101111010100101110111011110110011111011010011111101100001110111001100011101100111001010
+5,9,12,63,1111111011011011101011110101110011111010000111111010100011100111100001101011001110011101011011010011
+5,9,13,63,1111011111000111101110000101110010111111001011111011010010010011100001111011011110011001111111010011
+5,9,14,65,1111111101010111011010000101110111111101100011100111000111010111100101100011011100011101011111111011
+5,9,15,59,1100011101111111101110000100110111001010100011010010010101001111100101110111001011111101111111000010
+5,9,16,68,1111111111110111101110000101110111111001100011110111010101000111100101111011011110011101011011110011
+5,9,17,58,1101011001010011001011100101110011111010001111101010100010110111100001101011001110011101111111010010
+5,9,18,60,1111010111110101000011000001110011111010000011011011100111010011100101110011011110011101111111010011
+5,10,0,67,0111111111011101100110100101110111111111100011111011010101000111100001111011011110110111110011110010
+5,10,1,63,1110111101110111111010010001010111110000100010110111110110110101001111111110011010011101011111000011
+5,10,2,67,1111111111110111101100100100110011111001100011100111010101010111100101111011011110011111011111010011
+5,10,3,66,1110110111111111101010010001010111111011110011011010110111100101110001100111011110011101100011111011
+5,10,4,65,1111010101100111101110000101110010111011110011101111010101000111100101101011011110111101111111110010
+5,10,5,62,1111111111000111001110000101110011111101001011110011010010010011100001111011011110011001111111010011
+5,10,6,63,1111111011010111000011100101110111111111100011100110100011100011100001110011011000011101111111110011
+5,10,7,67,1111111101010111011110000101110111111101100011110011000111010111100101101011011111011001011111011011
+5,10,8,62,1111111101000111000110000101110111111001100011100111010001000111100101101011011111111001111111110010
+5,10,9,68,1111111011110111001111100101110111111111100011110010100111100011100001111011011010011101111111010011
+5,10,10,65,1110110111110101101010110001010111110110100011111011110110000111100011110111011010111111001111010011
+5,10,11,57,1100110111111111101010000101010111101011100011111011100011000101100011011010001110010101100111000011
+5,10,12,64,1111011101100111001110000101110111111001100011100111010101000111100101111011011110111101011111110010
+5,10,13,68,1111111111110111101110000101110111111001100011110111010101000111100101101011011110011101111011110011
+5,10,14,62,1111110011101111101110000001110111110110100001111011100011000001100101111011011010011011011111010111
+5,10,15,68,1111111111011101101111010101110010111101000011111011000111010011100011111111011110011101101111010011
+5,10,16,61,1111111111000111101110000101110011111111001011011011010010010011100001110011010110011001011111010011
+5,10,17,58,1111011011111101001110000101110110110101100001101011100101100011100000111011010010110101110111010011
+5,10,18,68,1110110111111111101010100001010111110110100011111011110111000011100111111111011110010111111111000011
+5,11,0,72,1111110111110111001111100101110111110111100011111011110111100011100111111011011010011101111111010011
+5,11,1,64,1110111011111111101010100001010111111110100011110010100111000011100001111111011110010111111111000011
+5,11,2,67,1111111111011101100111000101110011111101000011111011010101010011100011111011011110011101101111110011
+5,11,3,69,0111111111011101101110110101110110111111100011111011000111000111100001111111111110110111110011010010
+5,11,4,66,1111110111110101101111010101010110111110100011111011100110000011100011111111011010111101001111010011
+5,11,5,67,1110111111011101101010110001110011110101000011111011010111010111100011110111011110011111101111010011
+5,11,6,70,1111111111110111011110100101110111111111100011110010100111110111100001101011011011011001111111010011
+5,11,7,64,1111111001010111001011000101110111111101100011110011000111000011100101111011011110011101011111011011
+5,11,8,66,1111110101001111101110010101010111111011100011010111110101100101110001100111011110011101101011111011
+5,11,9,61,1110111111110111000010000001110111111001110011101010010011000111100100101011011111111001110111110010
+5,11,10,67,1111111111110111101110000101110111111001100011110111010101000111100101101011011110011101111011010011
+5,11,11,68,1111111111110111101110000101110111111001100011110111010101000111100101101011011110011101111011110011
+5,11,12,67,1110110111111101101010110001010111110010100011111011110110000111100011110101011010111111101111111011
+5,11,13,62,1110110111110101101010010001010111111111110011011010110111100101110001100111011110011101000011010011
+5,11,14,70,1110111001110111111110110101110111110111100010110111110110110111101101111110011010011101011111000011
+5,11,15,62,1111111111110111001011000001010111111000100011110010100111100001000011111011011010011101111111110011
+5,11,16,68,1110110111111111101010010001010111111011110011011010110111100111110001110111011110011101100011111011
+5,11,17,66,1110110111111111101010100001010111110110100011111011110111000001100111101111011110010111111111000011
+5,11,18,66,1111110111111111101010000000010111111011110011001011010111100111110001110111011110011111000011111011
+5,12,0,71,1110111001110111111110110101110110110111100010110111110110110111101101111110011110011101011111100011
+5,12,1,66,1111111111110111101110000101110111111001100011110111010101000111100101101011011010011101111011010011
+5,12,2,66,1110110111111101101111110001110110111110100011111011100110010011100011110111011010111101001111010001
+5,12,3,66,1111111111010101101010010101010011110101000011111011010111000111100011111111011110011111101111010011
+5,12,4,68,1111110111110101101111010101010110111110100011111011100111000011100111111111011010111101001111010011
+5,12,5,69,1111110111110111001111100101110111110111100011111011110110100011100011111011011010011100111111010011
+5,12,6,71,1111111111110111101110110101110111111101100011110010100111110111100001101011011110011101111111010011
+5,12,7,67,1110111111110111011100100101110011111011100011110110110101010111100101101011011011011001111111010011
+5,12,8,67,1110111111110111011110000101110111111001110011101010010111000111100101101011011111011001110111110011
+5,12,9,64,1111111111110111000010100001110111111111100011011010100011110111100000101011011011111001111111010010
+5,12,10,67,1111110111110101101111110101010110111111100011111011100110100011100001111111011011011001001111010011
+5,12,11,69,1111111111110111011110000101110111111110100011110010100111010111100011101011011010111101111111010011
+5,12,12,72,1111111101110111111111110101110111110101100010111111110100110111100101111110011010011101101111100011
+5,12,13,65,1110111011011101100110000101110011111111000011110011010111010011101011111011011110011101111101010011
+5,12,14,69,1111111111111111101110000001011111111001100011110111110111000111100111101011011110011101111011000011
+5,12,15,65,1110110111110111101010100100110111110110100011111011010101000001100101101111011111010111111111010011
+5,12,16,68,1111111111110111100110000101110111111101100011110111010101000111100001101011011111011101111011110011
+5,12,17,69,1111111111110111011110100101110111111011100011110010100111110111100101101011011010011001111111010011
+5,12,18,68,0111111111011101101110110101110110111111100011111011000111000111100001111011111110110111110011010010
+5,13,0,68,1111111111011101011110100101110110111011100011110011100111100111100101101011111010011101111111010010
+5,13,1,69,0111111111110111101110110101110111111111100011111010000111010111100001111111011110110011110011010010
+5,13,2,72,1111111111110111001111100101110111110111100011111010110111110011100011111011011110011100111111010011
+5,13,3,68,1111110111110111101110110101110111111101100011110011100110100111100001101011011010011101111111010011
+5,13,4,68,1111111111110101101110110101110110111111100011110011000111000111100001111011001110011111110111010011
+5,13,5,71,0111111111011111101110110101110111111101100011111010100111110111100001101111111110110101111011010010
+5,13,6,72,1110111011110111111110110101110110110111100010110111110110100011101101111111011110011101011111110011
+5,13,7,66,1111110101110101101111110101010110111111100011111011100110110111100001111110011011011001001111000011
+5,13,8,69,1111111101110111101110010001110111111101100010111111110111010111100101101110011110011101101111000011
+5,13,9,72,1111111111111111111111100101011111110001100011110111110100100111100111111011011010011101111011100011
+5,13,10,67,1111111111110111011110100101110111111110100011110010100110000111100011101011011010111100111111010011
+5,13,11,71,1111110111110111001111000101110111110111100011111011110111110011100011111011011010011101111111010011
+5,13,12,68,1110111111110111011110100101110111111001110011101010010111000111100101101011011111011001110111110011
+5,13,13,68,1111111111110111011110000101110111111011100011110010100111110111100101101011011010011001111111010011
+5,13,14,68,0111111111011101101110110101110110111101100011111010000111000111100001111011111110110111111011010011
+5,13,15,70,1111111111110111101110110101110111111111000011110011100111110011100001101111011110011101110111010010
+5,13,16,69,1111110111110111001111100101110111110111100011111011110110100011100011111011011010011100111111010011
+5,13,17,69,1111110111110111001111100101110111110111101011111011110110100011100011011011011010011100111111010011
+5,13,18,71,1111111111111111101111100101110110110111100011111011110110100011100011111011011010110100111111010011
+5,14,0,65,1110110111110111001110100101110111010111100011101011010110100011100011111011011011011100110111110011
+5,14,1,71,1111111111110111011111100101110111111001110011111010110111000111100101101011011110011001111111010011
+5,14,2,73,1111111111111111111111100001110111110011100011111111110100100111100111111011011010011100111111100011
+5,14,3,70,1111111111111111101111100101011110110101100011110011110110100011100011111011011110110101111011010011
+5,14,4,70,1111110111110111001111100101110111110111100011111010110111110011100011111011011010011100111111010011
+5,14,5,70,1111111111110111001111100101110111110111100011111011110110100011100011111010011110011100111111010011
+5,14,6,67,0111111101110111101110100001110111111111100010111010110111010111100001111111011110110111100011010010
+5,14,7,70,1111111111110111101110010101110111111101100011111111000111010111100101101110011110011001111111000011
+5,14,8,70,0111111111011111111111110101010111111101100011111110110110110111100001101111011010010101111011100010
+5,14,9,74,1111111111111111101110100101111111110001100011110011100101100111100111111011111110111101111011110011
+5,14,10,71,1111111111110111011111100101110111111001100011101010110111000111100111111011011111011001110111010011
+5,14,11,67,1110110111110111001110000101110111110111110011111001010111110011100001101011011010011101111111110011
+5,14,12,69,1111111111111111101110100101110111111111000011110011100111100011100011101111011010011101110111010010
+5,14,13,72,1111111111110111101111110101110110110111100011111011110110110011100001111011011110110100111111010011
+5,14,14,64,1110111111110111001110100101110111110011100011011010010110000111100001111011011111011001110111010011
+5,14,15,72,1111110111110111011111100101110111111101110011101011110111100011100111101011011010011100111111110011
+5,14,16,70,1111111101011111101110110101110111111111100010111011100111010111100101101110111010011101101111000011
+5,14,17,67,1111111111110101011110000001110110111001100011110111110111100111100101101011011110011101111111010010
+5,14,18,72,1111111111110111101111100101110111110111100011111010110111100011100011111011011110110100111111010011
+5,15,0,66,1111111111110111001111100101110011110011100011111010110111100011100001111011011110011000011111010011
+5,15,1,72,1111111111110111111111100101110111111101110011111010110111000111000111101011011110010001111111010011
+5,15,2,76,0111111111111111101110100101111111110001110011111011100101100111100111111011111110111101111111110011
+5,15,3,68,1111111111110111011111100101110111111001100011110010110111000111100101101011011110011001111011010011
+5,15,4,70,1111111111111111101111000101110111111001100011111011100101010111100111101011011110011101111011000011
+5,15,5,75,1111111111110111101110110101111111110101100011110111000111100111100101111110111110111001111111110011
+5,15,6,72,1111111111110111101111110101110110110111100011111011110110110011100001111011011110110100111111010011
+5,15,7,72,1111111111110111101111110101110110110111100011111011110110110011100001111011011110110100111111010011
+5,15,8,70,1111011111110111011111100101110111110101100011101010110111100111100111111011011011011001110111010011
+5,15,9,70,1111111111111111001111100101110110111001100011111011110110010011100011111011011111011100101111010011
+5,15,10,69,1111111111111111101110000101110111110001100011110011100101110111100101101111111110011101110011010011
+5,15,11,75,1111111111110111101110110101111111111101100011111111000111000111100111111011011110111001111111100011
+5,15,12,73,1111110111110111011111100101110111111101110011101011110111101011100111101011011010011100111111110011
+5,15,13,73,1111110111110111011111100101110111111101110011101011110111100111100111101011011010011100111111110011
+5,15,14,70,1111111011111111101110100101111111110001100011111011100101100111100111101011111010011101111011110010
+5,15,15,73,0111111111011111111111110101010111111101100011111110110110110111100001111111011110100101111011100011
+5,15,16,73,1111110111110111011111100101110111111101110011100011110101100011100111101011111110011101111111110011
+5,15,17,73,1111111111111111101110100101111111110001100011111011100111100111100111111011011010111100111011110011
+5,15,18,69,1111111111110111101111100101110111110111100011111010110110100011100011111010011110010100111111010011
+5,16,0,73,1111111111110111001111100101110111110111100011101011110111110011100011111011011110111100111111010011
+5,16,1,71,1111111111110111101111110101110110110111100011111011110110100011100001111011011110110100111111010011
+5,16,2,71,1111111111110111011111100101110110110101100011101011110110110011100101111011011110011100111111110011
+5,16,3,74,1111110111110111101111110101110111111111110011111011110111101011100011101011011010110100111111010011
+5,16,4,73,1111111111111111101111100101110111110111110011111010100110100011100011111010111110011101111111010011
+5,16,5,72,0111011111110111101110100101111111110001100011111011111101100111100111111011011110110100111111110011
+5,16,6,72,1111110111110111011111100101110111111101110011101011110111100011100111101011011010011100111111110011
+5,16,7,74,1111110111110111011111100101110111111101110011101011110111101111100111101011011010011100111111110011
+5,16,8,71,1111111111110111001111100101110111110101110011101011110111100011100011111011011010111100111111010011
+5,16,9,74,1111110111110111011111100101110111111111100011101011110111100111100111101011011110011100111111110011
+5,16,10,70,1111110111110111111111100101110111111101110011111010110101000011000111101011011110010001111111110011
+5,16,11,75,1111111111110111011111100101110111111101110011100011110111100111100111101011111110011101111111010011
+5,16,12,74,1111111111110111011111100101110111111101110011101011110111100111000111101011011110011100111111110011
+5,16,13,71,1111110111110111111111100101110111111101110011111010110111000111100111101011011010010001111111010011
+5,16,14,74,1111111111110111101110110101111111110101100011110111100111100111100101111110011100111001111111110011
+5,16,15,74,1111111111111111101110100101111111110001100011111111000111100111100111111011111010111100111011110011
+5,16,16,69,1111111111110111001111100101110111110101110011111010110111000111100001111011011110011001011111010011
+5,16,17,68,1111111111110111111111100101110011111011100011111010110111100011000101101011011110010000111111010011
+5,16,18,69,1011110111110111011111100101110111111101110011101011110111101011000111101011011010010100111111010011
+5,17,0,74,1111111111110111101111100101111111110101110011111010111111000111100111101011011110010001111111110011
+5,17,1,75,0111111111110111111110100101110111111001100011111011110101100111100111111011011110111110111111110011
+5,17,2,70,1111111111111111001110100101110111010001110011101111000111100111100111111011011011111100111011100011
+5,17,3,75,1111110111110111101111100101111111111101100011111011110111101111100111101011111010011100111111110010
+5,17,4,71,1111111111110111001111100101110110111101110011111011110011100011100111101011011010111100111111010011
+5,17,5,69,1111110111110111111111110101110111110111100011101011110110000011100001111011011110010100111111110010
+5,17,6,73,1111110111110111101111100101110111111111100011111011110111100011100111101011011110110100111111010011
+5,17,7,76,1111111111110111011111110101110111111111110011101011110111101111100011101011011010011100111111110011
+5,17,8,74,1111111111110111001111100101110111110111100011101011110111110001100011111011111110111101111111010011
+5,17,9,71,0111111111111111101111100101110111110111110011111010100110100011100011111010011110011100111111010111
+5,17,10,71,1111111111110111111111100101110111110101100011101010110111010011100111111011011010011100111111010011
+5,17,11,70,1111110111110111011111100101110110111101110011111010110110100111100101101011011110010001111111110011
+5,17,12,75,1111110111110111011111100101110111111111110011101011110111111111100111101011011010011100111111010011
+5,17,13,70,1111111111110111001111100101110111110101100010101011110111100011100011111011011110111100111110110011
+5,17,14,70,1111110111110111011111100101110111111101110011100010110111100111100111101011011110010001111111010011
+5,17,15,75,1111111111110111111111100101110111111101110011111011110111000111100111101011011010011101111111010011
+5,17,16,71,1111111111110111101100110101110111110101100011111011110111100111100101111110011100011100111111010011
+5,17,17,72,1111111111110111101111110101111110110111100011110111100110100011100001111011011110110001111111110011
+5,17,18,74,1111111111110111011111100101110111111101110011100011110111100111100111101011111010011100111111110011
+5,18,0,73,1111110111110111101111100101110111111111100011111011110111000011100111101011011110110101111111010011
+5,18,1,74,1111111111110111111111100101110111111101110011111011110111000111100111101011011010011100111111010011
+5,18,2,75,1111110111110111001111100101110111111111110011111011110111100111100111101011011110011101111111010011
+5,18,3,72,1111100111110111111111100101110111111101100011101011110111101011100111101011011110110100111111010011
+5,18,4,75,1111111111110111101110100101110111111001100011111011110111110101100111111011011110111110111111010011
+5,18,5,71,0111111111110111011011100101110111110111100011101011110101100001100011111011111110110101111111110011
+5,18,6,74,1111111111110111111111110101110111111101110011101011110111100111100011101011011010011100111111010011
+5,18,7,77,1111111111110111011111100101110111111111110011111011110111001111100111101011011010011101111111110011
+5,18,8,75,1111110111110111101111110101111111111101110011101011110111101111100011101011111010011100111111110010
+5,18,9,75,1111101111110111011111100101110111111111100011111011110111101111100111101011011010011100111111110011
+5,18,10,71,1111111111110111101111100101111110110111100011111111100110100011100001111011011110010001111111110011
+5,18,11,72,1111110111110111011111110101110110111101110011110010110110100111110101101011011110110001111111110011
+5,18,12,75,1111110111110111011111100101110111111111110011101011110111111111100111101011011010011100111111010011
+5,18,13,76,1111111111110111011111110101110111111111110011101011110111101111100011101011011010011100111111110011
+5,18,14,71,1111111111110111101100110101110111110101100011101011110111100111100001111111011100011101111111010011
+5,18,15,73,1111111111110111001011100101110111110111100011111011110111110001100111111010111110111100111111010011
+5,18,16,71,1111111111110111101100110101110111110101110011111011110111100111100101111110011100010100111111010011
+5,18,17,74,1111111111110111101111100101111111110101100011111010111111000111100111101011011110011001111111110011
+5,18,18,76,0111111111111111111111100101110111111011100011111011110110100011100111111011011110011110111111110011
+5,19,0,74,1111111111110111001110100101110111111011100011111011110111010101100111111011011110111110111111010011
+5,19,1,77,1111111111110111111111100001110111111101110011111011110111101111100111101011011010011101111111110011
+5,19,2,76,1111111111110111111111100101110111111011110011111011110110100011100111111011011010011110111111110011
+5,19,3,77,0111111111111111011111110111110111111111100011101011110111101111100011101011011110011100111111110011
+5,19,4,76,1111110111110111111111100101110111111111110011101011110111101011100111101011011110110101111111010011
+5,19,5,71,1111100111110111001111100101110111111111100011011011110111100111100111101011011110011100111111010011
+5,19,6,75,1111111111110111111111110101110111110101100011101011110111001111100111101011011110011001111111110011
+5,19,7,75,1111111111110111001111100101111111111111110011111010111111100111100011101011011010011100111111110011
+5,19,8,77,0111101111111111111111100101110111111011100011111011110111101111100111111011011010011110111111110011
+5,19,9,73,1111111111110111001111100101110111111111100011111011110110100011100111101011011110011100111111110011
+5,19,10,76,1111111111110111011111100101110111111111110011111011110111001111100111101011011010011101111111010011
+5,19,11,76,1111110111110111011111100101110111111111110011101011110111111111100111101011011010011100111111110011
+5,19,12,74,1111110111110111001111100101110110111111110011111011110111100111100111101011011110011101111111010011
+5,19,13,76,1111111111110111011111110101110111111111110011101011110111101111100011101011011010011100111111110011
+5,19,14,76,1111111111110111011111100101110111111111110011111011110111001111100111101011011010011101111111010011
+5,19,15,75,1110110111110111001111100101110111111111110011111011110111100111100111101011011110011101111111110011
+5,19,16,75,1111111111110111111111110101110111111001110011101011110111100011100111111011011110011100111111010011
+5,19,17,74,0111111111111111111111100101110111111111100011111011110100100111100011101011011010011110111111110011
+5,19,18,75,1111101111110111011111100101110111111111100011111011110111101111100111101011011010011100111111110011
+5,20,0,77,1111111111110111111111100101110111111011110011111011110111100011100111101011011010011111111111110011
+5,20,1,75,1111110111110111111111100101110111111111110011101011110110101011100111111011011110110100111111010011
+5,20,2,75,1111111111110111011111100101110111111111110011111011110110100111100111111011011010011100110111110011
+5,20,3,75,1111111111110111111111100101100111111011110011111011110111001011100111101011011010011111111111010011
+5,20,4,78,1111111111110111111111100001110111111111110011111011110111101111100111101011011010011101111111110011
+5,20,5,75,1111111111110111011111100101110111111101110011111011110111001111100111101011011010011101111111010011
+5,20,6,77,1111101111110111011111100101110111111111110011111011110111101111100111101011011010011101111111110011
+5,20,7,73,1111111111110111011111100101110111111111100011111011110111001111100111101011011010001100111111010011
+5,20,8,75,1110110111111111001111100111110111111111110011111011110111100111100111101001011110011100111111110011
+5,20,9,75,0111111111110111011111010101110111111111100011101011101111101111100011101011011110011101111111110011
+5,20,10,75,1111111111110111111111100101110101111111110011101011110111101011100111101011011110010101111111010011
+5,20,11,76,1111110111110111111111110101110111111001110111101011110111100011100111111011011110111100111111010011
+5,20,12,74,1111111111110111011111100101110111110111110011111011110111001111100111101011011010011001111111010011
+5,20,13,76,1111111111110111111111110101110111110101100011101011110111001111100111101011011110011101111111110011
+5,20,14,78,1111111111110111111111100101110111111101110011111011110111101111100111101011011010110101111111110011
+5,20,15,75,1111110111110111111111100001110111111111110011101011110111101011100111101011011110011101111111010011
+5,20,16,76,1111110111110111111111100101110111111111110011101011110111101111100111101011011010011100111111110011
+5,20,17,76,1111110111110111011111100101110111111111110011101011110111111011100111101011011110110101111111010011
+5,20,18,75,1111110111110111111111100101110111111011110011111011110110101011100111111011011010110100111111110011
+5,21,0,76,1111111111110111111111100101110111110111110011111011110111001111100111101011011010011011111111010011
+5,21,1,75,1111111111110111011111100101110111111011110011111011110111100011100111101011011010011101111111110011
+5,21,2,76,1111110111110111111111100101110111111111110011101011110111100011100111101011011110110111111111010011
+5,21,3,76,1111111111110111011111100101110111111111110011101011110111111011100111101010011110011101111111010011
+5,21,4,76,1111110111110111111111100101110111111001110111101011110111100011100111111011011110111101111111010011
+5,21,5,76,1111111111110111111111110101110111111011110011111011110111100010100111101011011010011110111111110011
+5,21,6,76,1111101111110111011111100101110111111101110011111011110111001111100111101011011110011101111111110011
+5,21,7,75,1111111111110111111111110101110111110111100011101011010111101111100111100011011010011101111111110011
+5,21,8,79,1111111111110111011111000101110111111111110011101011111111101111100111111011011110110101111111110011
+5,21,9,74,0111111111110111111111110101110111111101100011111011100111101111100011101011011010010101111111110011
+5,21,10,76,1111110111110111111111110101110111111001110111101011110111100011100111111011011110111100111111010011
+5,21,11,76,1111110111110111111111110101110111111001110111101011110111100011100111111011011110111100111111010011
+5,21,12,78,1111101111110111111111100101110111111101110011111011110111101111100111101011011110011101111111110011
+5,21,13,73,1111111111110111011111110101110110110111100001101011110111001111100111101011011010011101111111110011
+5,21,14,76,1111111111110111111111100101110111110111110011101011110111101011100111101011011110110101111111010011
+5,21,15,76,1111110111110111011111110101110111111101100011101011110111011111100111101011011110011101111111110011
+5,21,16,74,1110110111111111001111100111110111111111110011111011110111100111100111101001011110011100110111110011
+5,21,17,77,1111111111110111011111100101110111111111110111111011110110100111100111111011011010011100111111110011
+5,21,18,74,1111111111110111111111110101110111110111100011101001110111001111100111101011011010011101111111010011
+5,22,0,75,1111101111110111011111100101110111111101110011111011110111001111100111101011011110011100111111110011
+5,22,1,77,1111111111110111111111110101110111111011110011111011110111100010100111101011011010011111111111110011
+5,22,2,76,1111101111110111111111110101110111111011110011111011110011100011100111101011011110011110111111110011
+5,22,3,75,1111111111110111011111100101110111111101110011111011110111001110100111101011011010011101111111110011
+5,22,4,76,1111111111010111111111110101110111110111100011101011010111101111100111100011011110111101111111110011
+5,22,5,74,1111111111110111111111100101110111110111110011101011110111101011100111101011011010010101111111010011
+5,22,6,75,1111111111110111011111100101110110111111110011101011110111110011100111111011011010011100111111110011
+5,22,7,78,1111111111110111011111100101110111111111110111111011111110101111100111101010011110011101111111010011
+5,22,8,75,1111110111110111111111100101110111111001110111101011110111100011100111111011011110111100111111010011
+5,22,9,78,1111111111110111011111000101110111111111110011101011111111101111100111111011011110110101111101110011
+5,22,10,77,1111111111110111111111100101110111111111110011111011110111001111100111101011011010011001111111110011
+5,22,11,77,1111101111110111111111100101110111110101110011111011110111101111100111101011011110011111111111010011
+5,22,12,78,1111111111110111011111110101110111111101100011101011110111111111100111111011011110011100111111110011
+5,22,13,76,1111111111110111011111100101110111111111110111111011110110000111100111101011011010011101111111110011
+5,22,14,74,1111111110100111111111110101110111111011110011101011110111100010100111101011011010111110111111110011
+5,22,15,77,1111110111110111111111100101110111111111110011111011110111110011100111101011011110010111111111010011
+5,22,16,77,1111110111110111111111110001110111111001110111101011110111101011100111111011011110111101111111010011
+5,22,17,74,1111111111110111111111100101110111110111110011101011110111100011100111101011011110110100111111010011
+5,22,18,77,1111100111110111111111100101110111111101110011111011110111101111100111101011011110011101111111110011
+5,23,0,74,1111100111110111111111100101110111110001110111101011110111100011100111101111011110111110111111010011
+5,23,1,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,23,2,77,1111111111110111011111100101110111111111100011101011111111101111100111111011011110011100111111010011
+5,23,3,78,1111111111110111011111110101110111111101110111111011110110101111100111101010011110011101111111110011
+5,23,4,76,1111100111110111111111100101110111111011110011111011110111100111100111101011011110011110111111110011
+5,23,5,74,1111101111110111111011110101110111111001110011111011110011101011100011101011011110011101111111110011
+5,23,6,75,1111111111110111011111100101110111111111110011111011110111001110100111101011011010011001111111110011
+5,23,7,77,1111111111110111111111100101110111111101110011111011110111001111100111101011011010011101111111110011
+5,23,8,77,1111111111110111111111110001110111111011110111111011110111101011100111111011011010011001111111010011
+5,23,9,77,1111110111110111111111100101110111111101110011101011110111001111100111101011011110111101111111110011
+5,23,10,75,1111101111110111011111000101110111111111110011101011111111101111100111111011011110000101111101110011
+5,23,11,78,1111111111110111111110100101110111110101110011111011110111101111100111101011011110111111111111010011
+5,23,12,80,1111101111110111111111010101110111111111110011101011111111101111100111111011111110110101111101110011
+5,23,13,75,1111111111110111011111100101110111111011110011111011110011100011100111101011011110011110111111110011
+5,23,14,78,1111111111110111111111110101110111111011110011101011110111101010100111111011011110011101111111110011
+5,23,15,76,1111110111110111111111110001110111111001110111111011110111100011100111101011011010111111111111010011
+5,23,16,73,1111111111110111011111000101110111111101110011101011111111001110100111101011011010110001111111110011
+5,23,17,79,1111111111110111011111100101110111111111110011111011110111101111100111111011011110011101111101110011
+5,23,18,75,1111101111110111111111100101110111111001110011111011110111101010100111101011011010011111111111110011
+5,24,0,78,1111111111110111111111100101110111111111110011111011110111001111100111101001011110111100111111110011
+5,24,1,70,1111110011110111011111100101110111111000110011101011110011100011100111101011011110011110111111110011
+5,24,2,80,1111111111110111111111110101110111111011110011111011110111101011100111111011011110011101111111110011
+5,24,3,77,1111111111110111011111100101110111111111110011101011110111101110100111111011011110011101111101110011
+5,24,4,78,1111111111110111011111110101110111111111110011111011110111000111100111101011011110111101011111110011
+5,24,5,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,24,6,78,1111111111110111111111110101110111111011010011101011110111101010100111111011011110111101111111110011
+5,24,7,76,1111110111110111111111100101110111111101110011101011110111001111100111101011011110011101111111110011
+5,24,8,75,1111111111110111011111100101110111111111100011101001111111101011100111101011011110011100111111110011
+5,24,9,76,1111111111110111011111100101110111111011110011111011110011100111100111111011011110011110111111010011
+5,24,10,73,1111110111110111101111100001110111111001110111101011110111001011100111101011011110011101111111110011
+5,24,11,80,1111111111110111111111110101110111111111110011111011110111101111100111111011011010111001111111010011
+5,24,12,74,1111111111110111011111100101110111111111100011101011110111101011100111111011011110011100111110010011
+5,24,13,77,1111101111110111111111100101110111111001110011111011111111101110100111101011011010011111111111110011
+5,24,14,79,1111110111110111111111110101110111111101110011111011110111111111100111101010011110011101111111110011
+5,24,15,77,1111111111110111011111100101110111111101110111101011110110001111100111101011011110111101111111110011
+5,24,16,78,1111110111110111111111100001110111111111110011101011110111001111100111111011011110111101111111110011
+5,24,17,75,1111111111110111111111110101110111111001110111111011110111101011100111101011011010011001110111010011
+5,24,18,77,1111101111110111111111100101110111111111110011111011110111101010100111101011011010011111111111110011
+5,25,0,79,1111111111110111111111100101110111111101010011111011110111111111100111111011011110011101111111010011
+5,25,1,79,1111111111110111111111110101110111111011110011101011110111101010100111111011011110111101111111110011
+5,25,2,77,1111111111110111011111110101110111111011110011111011110111100111100111101011011110011101011111110011
+5,25,3,72,1111110111110111011111100101110111111100110011101011110011000011100111101011011110111110111111110011
+5,25,4,76,1111111111110111011011110101110111111111110011101011110111111011100111111011011110011100111110010011
+5,25,5,75,1111011111110111111111100101110111111011000011101011110111101010100111111011011110111101111111110011
+5,25,6,75,1111111111011111011111100101110111111011110011101011110111101011100111111011011110011110111110010011
+5,25,7,74,1111111111110111011111100101110111111111100011111011110011100111100111111011011110011100101111010011
+5,25,8,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,25,9,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,25,10,75,1111111111110111111111100101110111111111100011101001111111101011100111101011011110011100111111010011
+5,25,11,80,1111111111110111011111110101110111111111110011111011110111101111100111111011011010111001111111110011
+5,25,12,80,1111111111110111111111100101110111111101110011111011110111101111100111101011011110111101111111110011
+5,25,13,76,1111111111110111011111100101110111111101110111101011110110001111100111111011011110011101111111010011
+5,25,14,79,1111111111110111111111100101110111111111110011111011110111101111100111101011011110011101111111010011
+5,25,15,79,1111111111110111011111110101110111111101111011111011110111000111100111111011011110111101011111110011
+5,25,16,78,1111111111110111111111100101110111111111110011111011110111001111100111101011011110111100111111010011
+5,25,17,79,1111111111110111111111100101110111111101110011111011110111101111100111111001011110011101111111110011
+5,25,18,78,1111110111110111111111100101110111111101110011101011110111111111100111101011011110011101111111110011
+5,26,0,77,1111111111110111011111110001110111111101110011101011110111111111100111111011011110011101111110010011
+5,26,1,77,1111111111110111111011100101110111111111110011111011110111101011100111111011011110011100111111010011
+5,26,2,78,1111111111110111111111100101110111111101110011111011110111101111100111101011011110011101111111010011
+5,26,3,80,1111111111110111111111100101110111111111110011111011110111101111100111111011011110011101111111010011
+5,26,4,77,1111111111110111111111100101110111111101110011111011110111001111100111101011011110011101111111010011
+5,26,5,79,1110111111110111111111100101110111111111010011111011110111111111100111111011011110111100111111010011
+5,26,6,80,1111111111110111111111100101110111111101011011111011110111110111100111111011011110011101111111110011
+5,26,7,78,1111111111110111011111110101110111111101110011111011110111001111100111111011011110111101011111010011
+5,26,8,81,1111111111110111111111110101110111111101111011111011110111000111101111111011011110111101011111110011
+5,26,9,79,1111111111110111011111100101110111111101110011111011110111101111100111101011011110111101111111110011
+5,26,10,80,1111111111110111111111100101110111111111110011111011110111101111100111111011011110011101111111010011
+5,26,11,78,1111111111110111111111100101110111111101110011111011110111101111100111101011011110011101111111010011
+5,26,12,77,1111111111110111111111100101110111111001010011111011110111111111100111111011011110011101011111010011
+5,26,13,79,1111111111110111011111110101110111111111110011111011110111100111100111101011011110011101111111110011
+5,26,14,74,1111111111110111001111100101110111111101010011101011110110011111100111111011011110011101111111010011
+5,26,15,80,1111111111110111111111100101110111111101110111111011110111101111100111111011011110011101111111010011
+5,26,16,75,1111110111110110111111110101110111111101110011111001110111001111100111101011011110011101101111110011
+5,26,17,76,1111111101110111111111100101110111111101110011111011110111101111000111111010011110011101111111010011
+5,26,18,75,1111111111110111011111100101110111111111100011111011110011100111100111111011011110011100111111010011
+5,27,0,80,1111111111110111111111100101110111111101110111111011110111101111100111111011011110011101111111010011
+5,27,1,80,1111111111110111111111100101110111111111110011111011110111101111100111111011011110011101111111010011
+5,27,2,74,1111110111110110110111110101110111111101110011111001110111001111100111101011011110011101011111110011
+5,27,3,77,1111111111110111011111110101110111111101110011101011110111001111100111111011011110111101101111010011
+5,27,4,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,27,5,77,1111111111110110111011100101110111111111110111111011110111101011100111111011011110011100111111010011
+5,27,6,79,1111111111110111011110110101110111111111010011111011110111010111100111111011111110011101111111110011
+5,27,7,78,1111111111110111111111100101110111111101111010111011110111100111100111101011011110011101111111110011
+5,27,8,79,1111111111110111111111100101110111111111010011111011110111111111100111101011011110111100111111010011
+5,27,9,77,1110111111110111111111100101110111111101110011111011110111101111100111111011011110010101111111010011
+5,27,10,79,1111111111110111011111100101110111111111110011111011110111100111100111111011011110011101111111110011
+5,27,11,82,1111111111110111111111111101110111111111110011111011110111101111100111101011111110011101111111010011
+5,27,12,78,1111111111110111111111100101010111111101110011111011110111101111100111111011011110011101111111010011
+5,27,13,79,1111111111110111111111100101110111111111110011111011110111101111100111101011011110011101111111010011
+5,27,14,78,1111110111110111011111110101110111111101110011111001110111101111100111101011011110111101111111110011
+5,27,15,75,1111111111110110111111100101010111111101110011111011110111001111100111101011011110011101101111110011
+5,27,16,79,1111111111110111111111100101110111111111110011111011110111101111100111101011011110011101111111010011
+5,27,17,77,1110111111110111111111100101110111111101010011111011110111011111100111111011011110111100111111010011
+5,27,18,80,1111111111110111111111100101110110111101111011111011110111000111101111111011011110111101111111110011
+5,28,0,78,1111111111110111111111100101110111111111110011111011110111100111100111101011011110011101111111010011
+5,28,1,79,1111111110110111011111110101110111111111110011111011110111101111100111111011011100011101111111110011
+5,28,2,82,1111111111110111111111111101110111111111110011111011110111101111100111101011111110011101111111010011
+5,28,3,82,1111111111110111111111111101110111111111110011111011110111101111100111101011111110011101111111010011
+5,28,4,79,1111111111110111111111100101110111111111110011111011110111101111100111101011011110011101111111010011
+5,28,5,79,1111111111110111111111100101110111111101110011111011110111101111100111111011011110011101111111010011
+5,28,6,78,1111111111110111111111100101110110111101111011111011110111001111100111111011011110011101111111010011
+5,28,7,81,1111111111110111111111100101110111111101110011111011110111100111101111111011011110111101111111110011
+5,28,8,82,1111111111110111111111100101110111111101111111111011110111101111100111111011011110011101111111110011
+5,28,9,76,1111111111110111111111100101110111111101110010111011110111100111100111101011011110011101111111010011
+5,28,10,79,1111111111110111011111100101110111111111110011111011110111100111100111111011011110011101111111110011
+5,28,11,79,1111111111110111111111100101110111111111110011111011110111101111100111111011010110011101111111010011
+5,28,12,79,1111111111110111111111100101110111111111010011111011110111111111100111101011011110111100111111010011
+5,28,13,79,1111111111110111111111100101110111111111110011111011110111101111100111101011011110011101111111010011
+5,28,14,78,1111111111110111011110110101110111111101010011111011110111010111100111111011111110011101111111110011
+5,28,15,80,1111100111110111111111110101110111111111011011111011110111110111100111111011011110011101111111110011
+5,28,16,75,1111111111110101111111100101010111111101010011111011110111001111100111111011011110111100101111110011
+5,28,17,76,1110111111110110111111100101110111111101110011111011110111011111100111101011011110011101111111010011
+5,28,18,82,1111111111110111111111111101110111111111110011111011110111101101100111111011111110011101111111010011
+5,29,0,80,0111111110110111011111110101110111111111110011111011110111101111100111111011011110111101111111110011
+5,29,1,78,1111111111110111111111100101110111111101110011111011110111100111101111111011001100011101111111110011
+5,29,2,82,1111111111110111111111101101110111111111110011111011110111101111100111101011111110111101111111010011
+5,29,3,79,1111111111110111111111110101110111111111010011111011110111111111100111101011011110011100111111010011
+5,29,4,81,1111111111110111111111100101110111111101111011111011110111101111100111111011011110011101111111110011
+5,29,5,80,1111100111110111111111110101110111111111011111111011110111110111000111111011011110011101111111110011
+5,29,6,81,1111111111110111011111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,29,7,80,1111111111110111111111101101110111111111110011111011110111100111100111101011111110011101111111010011
+5,29,8,78,1111111111110111111111100101110111111111110011111011110111101111100111101011011110010101111111010011
+5,29,9,81,1111111111110111111111100101110111111101110011111011110111100111101111111011011110111101111111110011
+5,29,10,77,1111111110110111011111100101110111111101110011111011110111101111100111111011011100011101111111110011
+5,29,11,80,1111111111110111111111110101110111111011110011111011110111101111100111111011011110011101111111010011
+5,29,12,77,1111111111110111111111110101110111111111010011111011110111111111100111101011011100011100111111010001
+5,29,13,79,1111111110110111011111100101110111111111110001111011110111101111100111111011011110111101111111110011
+5,29,14,80,1101111111110111111111111101110111111111110011111011110111101111100111101011011110011101111111010011
+5,29,15,80,1111111111110111111111100101110111111111110011111011110111101111100111101011111110011101111111010011
+5,29,16,77,1111100111110111011111100101110111111111010011111011110111110111100111111011011110011101111111110011
+5,29,17,82,1111111111110111111111110101110111111111111011111011110111100111100111111011011110011101111111110011
+5,29,18,80,1111111111110111111111100101110111111111110011111011110111100111100111111011011110011101111111110011
+5,30,0,78,1111111111110111111111111101110111111111010011101011110111101111100111101011011110011100111111010011
+5,30,1,80,1101111111110111111111110101110111111111110011111011110111111111100111101011011110011101111111010011
+5,30,2,80,1111111111110111111111110101110111111111110011111011110111100111100111101011111110011101111111010011
+5,30,3,80,1111111111110111111111101101110111111011110011111011110111101111100111111011011110011101111111010011
+5,30,4,81,1111111111110111011111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,30,5,80,1111111111110111111111100101110111111111110011111011110111100111100111111011011110011101111111110011
+5,30,6,80,1111111111110110111111101101110111111111110011111011110111101111100111101011111110011101111111010011
+5,30,7,82,1111111111110111111111110101110111111011110011111011110111101111100111111011011110111101111111010111
+5,30,8,81,1111100111110111111111110101110011111111111111111011110111110111000111111011011110011111111111110011
+5,30,9,79,1101111111110111111111111101110111111111010011111011110111101111100111101011011110011101111111010011
+5,30,10,82,1111100111110111111111110101110111111111111111111011110111110111100111101011111110011101111111110011
+5,30,11,80,1111111111110111111111101101110111111111010011111011110111101111000111111011011110111101111111010011
+5,30,12,82,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011101111111110011
+5,30,13,81,1111111111110111111111100101110111111111111011111011110111100111100111111011011110011101111111110011
+5,30,14,80,1111111111110111111111100101110111111111110011111011110111100111100111111011011110011101111111110011
+5,30,15,80,1111111111110111011101110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,30,16,78,1111111111110111011111100101110111111101110011111011110111100111101111111011011100011101111111110011
+5,30,17,81,1111111111110111111111110101110111111101111111111011110111101111100111111001001110011101111111110011
+5,30,18,78,1111111111110111011111100101110111111111110011111011110111100111100111011011011110011101111111110011
+5,31,0,81,1101110111110111111111110101110111111111111111111011110111111111100111101011011110011101111111010011
+5,31,1,80,1111101111110111111111110101110111111111110011111011110111110011100111101011111110011101111111110011
+5,31,2,79,1101111111110111111111110101110011111111110011111011110111111111100111101011011110011101111111010011
+5,31,3,81,1111111111110111111111110101110111111100111011111011110111101111100111111011011110011101111111110011
+5,31,4,80,1111111111110111111111110101110111111101111011111011110111101111100111111001001110011101111111110011
+5,31,5,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,31,6,82,1111111111110111011111010101110111111111111111111011110111111111100111111101001110011101111111110011
+5,31,7,79,1111100111110101111111110101110111111101111111111011110111100111100111101011111110011101111111110011
+5,31,8,81,1101111111110111111111100101110111111111111011111011110111111111100111111011011110011101111111100011
+5,31,9,79,1111111111110111111111110101110111111111110011111011110111100111100111101011011110011101111111010011
+5,31,10,80,1111011111110011111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,31,11,81,1111111111110111011111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,31,12,80,1111011111110111011111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,31,13,82,1111111111110111111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,31,14,80,1111111111110011111111101101110111111111110011111011110111101111100110111011011110111101111111010011
+5,31,15,78,1111111111110111111111110101110111111111010011111011110111100111000111101011111110011101111111010011
+5,31,16,81,1111111111110111111111111101110111111101110111111011110111101111100111111001001110011101111111110011
+5,31,17,79,1111111110110111111111100101110111111011111011111011110111101111100111111011011110011101111111010011
+5,31,18,82,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011101111111110011
+5,32,0,80,1111111111110111011111110101110111111111110011111011110111101111100011111011011110011101111111110011
+5,32,1,82,1111111111110111111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,32,2,79,1111101111110111111111110001110111111111110011111011110111110011100111101011111110011101111111110011
+5,32,3,80,1111101111110111111111100101110111111111110011111011110111101111100111111011011110011101111111110011
+5,32,4,82,1111111111110111111111110001110111111101111111111011110111101111100111111011011110011101111111110011
+5,32,5,83,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011111111111110011
+5,32,6,81,1111111111110111111111110101110111111100110011111011110111111011100111111011111110011101111111110011
+5,32,7,80,1111101111110111111111110101110111111111111011111011110111100111100111101011011110011101111111110011
+5,32,8,80,1111011111110011111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,32,9,80,1111111111110111111111110101110111111100111011111011110111101111100101111011011110011101111111110011
+5,32,10,80,1111101111110100111111110101110111111101111111111011110111100111100111101011111110011111111111110011
+5,32,11,82,1111110111110111111111110101110111111101111011111011110111101111100111111011011110011101111111111011
+5,32,12,82,1111111111110111111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,32,13,80,1111111111110011111111101101110111111111110011111011110111101111100110111011011110111101111111010011
+5,32,14,79,1111101111110111111111110101110111111101110011111011110111110011100111101011111110011101111111110011
+5,32,15,83,1111111111110111111111110101110111111111111011111011110111101111100111111011011010011111111111110011
+5,32,16,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,32,17,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,32,18,80,1111111111110111111111110101110111111101111011111011110111101111100111111001001110011101111111110011
+5,33,0,82,1111111111110111111111100101110111111111111011111011110111101111100111111011011010011111111111110011
+5,33,1,82,1111110111110111111111110101110111111101111011111011110111101111100111111011011110011101111111111011
+5,33,2,78,1111101111110110111111110101110111111101111011111011110111100111100111101011011110011101111111110011
+5,33,3,84,1110111111110111111111110101110111111111111011111011110111101111100111111011011110111111111111110011
+5,33,4,83,1111111111110111111111110101110111111101110111111011110111101111100111111011011111011101111111110011
+5,33,5,82,1111111111110111111111110101110111111111111011111011110111101111100111111011011110001101111111110011
+5,33,6,82,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011101111111110011
+5,33,7,81,1111111111110111111111110101110111111101111111111011110111101111100111111001001110011101111111110011
+5,33,8,81,1111111111110111111111100101110111111111111111111011110111101111100110111011011110011101111111010011
+5,33,9,82,1111111111110011111111111101110111111101111011011011110111101111100111111011011110111101111111110011
+5,33,10,81,1111111111110111111111110101110111111111111011111011110111101111100111101011011010011101111111110011
+5,33,11,82,1111101111110111111111110101110111111111111011111011110111100111100111111011011110011111111111110011
+5,33,12,82,1111111111110111011111110101110111111111111111111011110111101111100011111011011110011101111111110011
+5,33,13,82,1111111111110111111111110101110111111101110011111011110111101111101111111011011110011101111111110011
+5,33,14,82,1111111111110111011111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,33,15,83,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011111111111110011
+5,33,16,80,1111111111110111111111110101110111111101111111111011110111100111110101101011011110001101111111110011
+5,33,17,81,1111101111110111111111110001110111111111111011111011110111101111100111111011011110011101111111110011
+5,33,18,82,1111111111110111111111100101110111111101111011111011110111101111100111111011011110111101111111110011
+5,34,0,83,1111111111110111111111110101110111111111111011111011110111101111100111111011011110011101111111110011
+5,34,1,81,1111101111110111111111110001110111111101111011111011110111101111100111111111011110011101111111110011
+5,34,2,83,1111111111110111111111110101110111111101110011111011110111101111101111111011011110011111111111110011
+5,34,3,82,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011101111111110011
+5,34,4,83,1110111111110111111111110101110111111111111011111011110111101111100111111011011110011111111111110011
+5,34,5,84,1111111111110111111111110101110111111101110111111011110111101111100111111011011111111101111111110011
+5,34,6,82,1111110111110111111111110111110111111101110011111011110111101111101111111011011110011101111111110011
+5,34,7,82,1111111111110111111111110101110111111101111011111011110111101011100111111011011110011101111111111011
+5,34,8,80,1110111111110111111111110101110111111101110011111011110111101111100111111011011111011101111101110011
+5,34,9,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,34,10,82,1110111111110111111111110101110111111101111011111011110111101111100111111011011110011111111111110011
+5,34,11,82,1111111111110111111111100101110111111111111011111011110111101111100111111010011110111101111111110011
+5,34,12,83,1111111111110111111111110101110111111101111011111011110111101111100111111011011110011111111111110011
+5,34,13,82,1111101111110111111111110101110111111111111011111011110111100111100111111011011110011111111111110011
+5,34,14,81,1111101111110111111111110001110111111111111011111011110111101111100111111011011110011101111111110011
+5,34,15,81,1111111111110111111111110101110111111101111011111011110111101101100111111011011110011101111111110011
+5,34,16,82,1111111111110111111111110101110111111101110111111011110111101111100111111011011110011101111111110011
+5,34,17,81,1111111110110111111111110101110111111101111111111011110111101111100111111001001111011101111111110011
+5,34,18,83,1111111111110111111111111101110111111101111011111011110111101111100111111011011110011101111111110011
+5,35,0,84,1111111111110111111111110101110111111111111011111011110111101111100111110011011110111111111111110011
+5,35,1,83,1110111111110111111111110101110111111101111111111011110111101111100111111011011110011111111111110011
+5,35,2,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,35,3,85,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111110011
+5,35,4,83,1111111111110111111111110101110111111111111011111011110111101111100111111011011110011101111111110011
+5,35,5,81,1111111111110111111111110101110111111101011011111011110111101111100111111011011110011101111111110011
+5,35,6,83,1111111111110111111111110101110111111101110111111011110111101111100111111011011110011111111111110011
+5,35,7,84,1111111111110111111111110101110111111101110011111011110111101111101111111011011111111101111111110011
+5,35,8,81,1111111111110111111111110101110111111101110011111011110111101111100111111011011110011101111111110011
+5,35,9,84,1111111111110111111111111101110111111101111111111011110111101111100111111011011110011101111111110011
+5,35,10,81,1110111111110111111111110101110111111101110111111011110111101111100111111011011110011101111111110011
+5,35,11,82,1111111111110111111111110101110111011101111011111011110111101111100111111011011110011111111111110011
+5,35,12,83,1111111111110111111111111101110111111101111011111011110111101111100111111011011110011101111111110011
+5,35,13,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,35,14,83,1110111111110111111111110101110111111101111111111011110111101111100111111011011110011111111111110011
+5,35,15,83,1111111111110111111111110101110111111101110011111011110111101111100111111011011111111101111111110011
+5,35,16,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,35,17,83,1110111111110111111111110101110111111111111011111011110111101111100111111011011110011111111111110011
+5,35,18,82,1111111111110111111111110101110111111111110011111011110111101111100111111011011110011101111111110011
+5,36,0,84,1110111111110111111111110101110111111101111111111011110111101111100111111111011110011111111111110011
+5,36,1,84,1110111111110111111111110101110111111101111111111011110111101111100111111011011110111111111111110011
+5,36,2,82,1111111111110111111111110101110111111111111011111010110111101111100111111011011110011101111111110011
+5,36,3,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,36,4,84,1111111111110111111111110101110111111101110011111011110111101111101111111011011110111111111111110011
+5,36,5,84,1110111111110111111111110111110111111111111011111011110111101111100111111011011111011101111111110011
+5,36,6,83,1111111111110111111111110100110111111101111111111011110111101111100111111011011110011111111111110011
+5,36,7,82,1110111111110111111111111101110111111101111011111011110111101111100111111011011110011101111111110011
+5,36,8,84,1111111111110111111111110101110111111111111011111011110111101111100111110011011110111111111111110011
+5,36,9,82,1111111111010111111111110101110111111111111011111011110111101111100111111011011110011101111111110011
+5,36,10,84,1111111111110111111111110101110111111111111011111011110111101111100111110011011110111111111111110011
+5,36,11,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111100011
+5,36,12,83,1111111111110111111111110101110111111101111111111011110111101111100111111011011110011101111111110011
+5,36,13,85,1111111111110111111111110101110111111111111011111011110111101111101111110011011110111111111111110011
+5,36,14,86,1111111111110111111111110101110111111101111111111011110111101111101111111011011111111101111111110011
+5,36,15,81,1111111111110111011111111101110111111101110011111011110111101111100111111011011110011101111111110011
+5,36,16,85,1111111111110111111111010101110111111111111111111011110111101111100111111011011110111111111111110011
+5,36,17,85,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111110011
+5,36,18,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,37,0,84,1110111111110111111111110101110111111101111111111011110111101111100111111011011110111111111111110011
+5,37,1,83,1111111111110111111111110100110111111101111111111011110111101111100111111011011110011111111111110011
+5,37,2,85,1111111111110111111111110101110111111111111011111011110111101111100111111011011110111111111111110011
+5,37,3,84,1111111111110111111111100101110111111111111111111011110111101111100111110011011110111111111111110011
+5,37,4,84,1111111111110111111111110101100111111111111011111011110111101111100111111011011111111101111111110011
+5,37,5,84,1110111111110111111111110111110111111111110111111011110111101111100111111011011110011111111111110011
+5,37,6,84,1111111111110111111111010101110111111111111011111011110111101111100111111011011110111111111111110011
+5,37,7,85,1111111111110111111111110101110111111111111111111011110111101111100111110011011110111111111111110011
+5,37,8,85,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111110011
+5,37,9,84,1111111111110111111111110101010111111111110111111011110111101111100111111011011110111111111111110011
+5,37,10,84,1110111111110111111111110101110111111101111111111011110111101111100111111111011110011111111111110011
+5,37,11,84,1110111111110111111111110101110111111101111111111011110111101111100111111111011110011111111111110011
+5,37,12,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011100111111111111110011
+5,37,13,84,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111100011
+5,37,14,83,1111111111110111111111110101110111111111111011111011110111101111100111110011011110111101111111110011
+5,37,15,85,1111111111110111111111110101110111111101110011111011110111101111101111111011011110111111111111111011
+5,37,16,84,1111111111110111111111110101110111111111110011111011110111101111101111110011011110111111111111110011
+5,37,17,85,1111111111110111101111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,37,18,85,1111111111110111111111010101110111111111111111111011110111101111100111111011011110111111111111110011
+5,38,0,85,1111111111110111111111110101010111111111110111111011110111101111100111111011011110111111111111110111
+5,38,1,84,1111111111110111111111100101110111111111111111111011110111101111100111110011011110111111111111110011
+5,38,2,84,1111111111110111111111010101110111111111111011111011110111101111100111111011011110111111111111110011
+5,38,3,83,1111111111110111111011110101110111111111110111111011110111101111100111111011011110111111111111100011
+5,38,4,83,1111111111110111111111110101110111111111110111111011110111101111100111111011011110011111111111100011
+5,38,5,85,1111111111110111111111010101110111111111111111111011110111101111100111111011011110111111111111110011
+5,38,6,84,1110111111110111111111110101110111111111111111111011110111101111100111111011011110111111110111110011
+5,38,7,85,1111111111110111111111110101110111111101111111111011110111101111100111111011011110111111111111110011
+5,38,8,85,1111111111110111111111110101110111111111111011111011110111101111100111111011011111111101111111110011
+5,38,9,84,1111111111110111111111110101100111111111111011111011110111101111100111111011011110111111111111110011
+5,38,10,84,1111111111110111111111110101110111111111111011111011110111101111101111110011011100111111111111110011
+5,38,11,85,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111110011
+5,38,12,84,1111111111110111111111110101010111111111110111111011110111101111100111111011011110111111111111110011
+5,38,13,85,1111111111110111101111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,38,14,84,1111111111110111111111110101110111111111110111111011110111101111100111111011011110111111111111100011
+5,38,15,83,1110111111110111111111110111110111111111110111111011110111101111100111111011011110011111011111110011
+5,38,16,84,1111111111110111111111110101110111111111110111111011110111101111100111111011011110011111111111110011
+5,38,17,83,1110111111110111111111010111110111111111111111111011110111101111100110111011011110111111111111010011
+5,38,18,84,1111111111110111111111110101010111111111110111111011110111101111100111111011011110111111111111110011
+5,39,0,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,39,1,84,1111111111110111111111010101010111111111110111111011110111101111100111111011011110111111111111110111
+5,39,2,84,1111111111110111101111110101110111111101111111111011110111101111100111111011011110111111111111110011
+5,39,3,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111100011
+5,39,4,82,1111111111110111111111110101110111111111110111111011110111101111100111110011011110111111111111000011
+5,39,5,84,1111111111110111111011100101110111111111111111111011110111101111100111111011011110111111111111110011
+5,39,6,84,1111111111110111111111110101110111111111101111111011110111101111100111111011011110111101111111110011
+5,39,7,84,1111111111110111111111010101110111111111111011111011110111101110100111111011011111111111111111110011
+5,39,8,85,1111111111110111111111110101110111111111111011111011110111101111100111111011011110111111111111110011
+5,39,9,83,1110111111110111111111110101100111111111111111111011110111101111100111111011011110111111110111110011
+5,39,10,81,1110111111110011111111010101110111111111111111111011110111101111100110111011011110111111111111010011
+5,39,11,86,1111111111110111111111010111110111111111111111111011110111101111100111111011011110111111111111110011
+5,39,12,84,1111111111110111111111010101110111111111111111111011110111101111100111111011011110111111111111110010
+5,39,13,83,1111111111110111111111110101110111111111110011111011110111101111100111111011011110011111111111110011
+5,39,14,85,1111111111110111111111100101110111111111111111111011110111101111100111111011011110111111111111110011
+5,39,15,83,1111111111110111111111110101010111111111110111111011110111101111100111110011011110111111111111110011
+5,39,16,84,1111111111110111111111110101110111111111111001111011110111101111100111111011011111111101111111110011
+5,39,17,83,1111111111110111101111110101110111111111111101111011110011101111100111111011011110111111111111110011
+5,39,18,84,1111111111110111111111110101110111111111111011111011110111101111100111111011011111111100111111110011
+5,40,0,83,1111111111110111111111010001110111111111111111111011111111101111100111111011011110111100111111110011
+5,40,1,86,1111111111110111111111110101110111111111111011111011110111101111100111111011011111111111111111110011
+5,40,2,85,1111111111110111111011110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,40,3,83,1111111111110111111111000101010111111111110111111011110111101111100111111011011110111111111111110111
+5,40,4,82,1111111111110111111111110101010111111111110111111011110111101111100111110011011110111111111111100011
+5,40,5,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,40,6,85,1111111111110111111111110101110111111111111011111011110111101111100111111011011110111111111111110011
+5,40,7,85,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111101111111110011
+5,40,8,84,1111111111110111111111110101110111111111101011111011110111101111100111111011011111111101111111110011
+5,40,9,86,1111111111110111111111110101110111111111111111111011110111101111100111111111011110111101111111110011
+5,40,10,81,1111111111110111111111010101110111011111101011111011010111101110100111111011011111111111111111110011
+5,40,11,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111101111111110011
+5,40,12,84,1111111111110111111111010101110111111111111011111011110111101111100111111011011110111111111111110011
+5,40,13,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110010
+5,40,14,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,40,15,84,1111111111110111111111110101110111111111111001111011110111101111100111111011011111111101111111110011
+5,40,16,82,1111111111110111101111100101110111111111111101111011110011101111100111111011011110111111111111110011
+5,40,17,85,1111111111110111111011110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,40,18,84,1111111111110111111111010101110111111111111101111011110111101111100111111011011111111101111111110011
+5,41,0,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,41,1,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111101111111110011
+5,41,2,84,1111111111110111111111010101010111111111110111111011110111101111100111111011011110111111111111110111
+5,41,3,84,1111111111110111111011100101110111111111111111111011110111101111100111111011011110111111111111110011
+5,41,4,85,1111111111110111111111110101110111111111111011111011110111101111100111111011011110111111111111110011
+5,41,5,86,1111111111110111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,41,6,84,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111101111111110011
+5,41,7,86,1111111111110111111011110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,41,8,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111101111111110011
+5,41,9,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,41,10,85,1111111111110111111011110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,41,11,83,1111111111110111111011110101110111111111111111011011110111101111100111111011011110111111110111110011
+5,41,12,83,1111111111110111111111110101110111111111111001111011110111101111100111111011011110111111111111110001
+5,41,13,86,1111111111110111111111110111110111111111111011111011110111101111100111111011011111111101111111110011
+5,41,14,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110010
+5,41,15,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110010
+5,41,16,84,1111111111110111111111110101110111111111111111111011110111101111000111111111011110011101111111110011
+5,41,17,84,1111111111110111111111010101110111111111111011111011110111101111100111111011011110111111111111110011
+5,41,18,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110001
+5,42,0,85,1111111111110111111111010101110111111111111011111011110111101111100111111011011111111111111111110011
+5,42,1,84,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111001111111110011
+5,42,2,86,1111111111110111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,42,3,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,42,4,83,1111111111010111111111110001110111111111111111111011110111101111100111111011011110011111111111110011
+5,42,5,82,1111111111111111111111110101110111111111111011111011110111101111000111111101001110111101111101110011
+5,42,6,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110001
+5,42,7,85,1111111111110111111011110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,42,8,84,1111111111110111111111110111110111101111111011111011110111101111100111111010011110111111111111110011
+5,42,9,85,1111111111110011111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,42,10,81,1111111111110111111011110101110011111111111011111011110111101101100111111011011110111111111111110001
+5,42,11,85,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111111111111110011
+5,42,12,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,42,13,85,1111111111110111111111110111110111111111111010111011110111101111100111111011011110111111111111110011
+5,42,14,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,42,15,85,1111111111100111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,42,16,83,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111101111111110001
+5,42,17,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,42,18,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,43,0,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110001
+5,43,1,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,43,2,86,1111111111110111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,43,3,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011110111111111111110011
+5,43,4,86,1111111111110111111111110111110111111111111011111011110111101111100111111010011111111111111111110011
+5,43,5,84,1111111111100111111111110101110111111111111111111011110111101111100111111011011110111111111111110001
+5,43,6,85,1111111111110111111111110101110110111111111111111011110111101111100111111011011111111111111111110001
+5,43,7,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,43,8,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,43,9,85,1111111111110111011111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,43,10,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,43,11,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,43,12,86,1111111111110111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,43,13,86,1111111111111111111111110101110111111111111101111011110111101111100111111001011111111111111111110011
+5,43,14,86,1111111111110111111111110101110111110111111111111011110111101111100111111011011111111111111111110011
+5,43,15,83,1111111111110011111111110101110111111111111101111011110111101111100111111011011110111111011111110011
+5,43,16,85,1111111111110111111111110101110111111111111110111011110111101111100111111011011110111111111111110011
+5,43,17,85,1111111111110111111111110011110111111111111011111011110111101111100111111011011110111111111111110011
+5,43,18,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,44,0,88,1111111111111111111111110111110111111111111011111011110111101111100111111011011111111111111111110011
+5,44,1,82,1111111111110111111111110101110111111111111101111010110111101011100111111001011110111111111111110011
+5,44,2,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,44,3,85,1111111111100111111111110101110111110111111111111011110111101111100111111011011111111111111111110011
+5,44,4,86,1111111111110111111111110101110111111111111111101111110111101111100111111011011110111111111111110011
+5,44,5,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110001
+5,44,6,87,1111111111110111111111110101110111111111111111111011110111111111100111111011011110111111111111110011
+5,44,7,85,1111101111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,44,8,86,1111111111110111111111110111110111111111111001111011110111101111100111111011011111111111111111110011
+5,44,9,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,44,10,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,44,11,86,1111111110110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,44,12,86,1111111111110111111111110101110111110111111111111011110111101111100111111011011111111111111111110011
+5,44,13,84,1111111111110111111111110111110111111111111011111011110110101111100111111000011111111111111111110011
+5,44,14,85,1111111111110111111111100101110111111111111111111011110111101111100111111011011110111111111111110011
+5,44,15,86,1111111111110111111111110101110111111111111101111111110111101111100111111011011110111111111111110011
+5,44,16,85,1111111111110111111111010101110111111111111111111011110111101111100111111011011111111111111111110001
+5,44,17,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,44,18,85,1111111111110111111111110101110111111111111101110011110111101111100111111011011111111111111111110011
+5,45,0,87,1111111111110111111111110101110111111111111111111011110111111111100111111011011110111111111111110011
+5,45,1,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,45,2,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,45,3,86,1111111111110111111111110101110111111111111111101111110111101111100111111011011110111111111111110011
+5,45,4,85,1111111111110111111111100101110111111111111111111011110111101111100111111011011110111111111111110011
+5,45,5,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011110111111111111110111
+5,45,6,87,1111111111111111111111110111110111111111111011111011110111101111100111111011011110111111111111110011
+5,45,7,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,45,8,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,45,9,84,1111111111110111111111110101110111011111111101111011110111101111100111111011011111111111111111110001
+5,45,10,85,1111111110110111111111110101110111111111111011111011110111101111100111111011011111111111111111110011
+5,45,11,87,1111111111110111111111110111110111111111111101111011110111101111100111111011011111111111111111110011
+5,45,12,83,1111111111110111111111110101110111111111111101101111110111101111100111111001011110111111111111110010
+5,45,13,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,45,14,86,1111101111110111111111110101110111111111111111111111110111101111100111111011011110111111111111110011
+5,45,15,85,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111111111111110011
+5,45,16,86,1111111111100111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,45,17,84,1111111111110111111111110101110111110111111101111011110011101111100111111011011111111111111111110011
+5,45,18,85,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111111111111110011
+5,46,0,86,1111111111100111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,1,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,2,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,3,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,4,85,1111111111110111111111110101110111111111111111111010110111101111100111111011011110111111111011110111
+5,46,5,87,1111111111110111111111110101110111111111111111101111110111100111100111111111011111111111111111110011
+5,46,6,84,1111111111110111111111110101110111111111111111111011110101101111100111111011011110111111111111110010
+5,46,7,85,1111111111110111111111110101110111111111111101101111110111101111100111111001011111111111111111110011
+5,46,8,86,1111111111110111111111110101110111111111111101111011110111111111100111111011011110111111111111110011
+5,46,9,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,10,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,46,11,85,1111111111110111111111110101110111111111111101111011110111101111100111111011011110111111111111110011
+5,46,12,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,46,13,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,46,14,86,1111111111110111111111110101110111111111111101101111110111101111100111111011011110111111111111110111
+5,46,15,85,1111111111110111111111110101110111111111111111111011110111101111100111111011011110111111111111110001
+5,46,16,88,1111111111110111111111110111110111111111111111111111110111101111100111101011011111111111111111110011
+5,46,17,84,1111111111110111111111110101110111011111111001111011110111101111100111111011011111111111111111110011
+5,46,18,87,1111111111110111111111110111110111111111111111111011110111111111100111110011011110111111111111110011
+5,47,0,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,47,1,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,47,2,85,1111111111110111111111110101110111111111111101111011110111101111100111111011001110111111111111110111
+5,47,3,84,1110111111110111111111110101110111111111111111101111110111101110100111111011011110111111111111110011
+5,47,4,83,1111111111110111111111110101110111111111111111111010110111101111100111111011011010111111111011110011
+5,47,5,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111110111111110111
+5,47,6,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,47,7,86,1111111111110111111110110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,47,8,85,1111111111110111111111110101110111111111111111111011110111101111100111111011001110111111111111110011
+5,47,9,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,47,10,84,1111111111110111111011110101110111111111111101101111110111101111100111111001011111111111111111110011
+5,47,11,85,1111111111110111111111110101110111111111111101101111110111101111100111111001011111111111111111110011
+5,47,12,86,1111111111110111111111110101110111111111111111111011110111101111100111111011001111111111111111110011
+5,47,13,85,1111111111100111111111110101110111111111111111111011110111101111100111111011011110111111111111110011
+5,47,14,86,1111111111110111111111110101110111111111111111111011010111101111100111111011011111111111111111110011
+5,47,15,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,47,16,86,1011111111110111111111110101110111111111111101111111110111101111100111111011011111111111111111110011
+5,47,17,84,1111111111100111111111110101110111111111111011111011110111101111100101111011011111111111111111110011
+5,47,18,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,0,86,1111111111110111111111110101110111111111111111111011010111101111100111111011011111111111111111110011
+5,48,1,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,2,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,3,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,4,88,1111111111110111111111110101110111111111111111111011111111101111100111111011011111111111111111110011
+5,48,5,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,6,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,7,85,1111111111110111111111110101110111111111101110111011110111101111100111111011011111111110111111110111
+5,48,8,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,9,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,10,84,1111111101110111111111110101110111111111111101111011110111101111100111111011001111111111111111110011
+5,48,11,87,1111111111110111111111110101110111111111111111111011110111111111100111111011001110111111111111110111
+5,48,12,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,13,82,1111111110110111111110110101110111111101111111111011010111101111100111111011011111111111111101110011
+5,48,14,86,1111111111110111111101110101110111111111111111111011110111101111100111111011011111111110111111110111
+5,48,15,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,48,16,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,48,17,85,1111111111110111111111110101110111111111111101111011110111101111100111111001011111111111111111110011
+5,48,18,85,1111111111110111111111110101110111111111111111111011110111001111100111111011001111111111111111110011
+5,49,0,85,1111111111110111111111110101110111111111111111111011110111001111100111111011001111111111111111110011
+5,49,1,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,2,86,1111111111110111111111110101110111111110111111111011111111101111100111101011011111111111111111110011
+5,49,3,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,4,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,5,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,6,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,7,85,1111111111110111111111110101110111111111011111111011010111101111100111111011011111111111111111110011
+5,49,8,86,1111110111110111111111110101110111111111111111111011110111111111100111111011001110111111111111110111
+5,49,9,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,49,10,86,1111111111110111111111110101110111111011111111111011110111101111100111111011011111111111111111110011
+5,49,11,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,49,12,86,1111111111110111111111110101110111111111111111111011110111101111100111111001011111111111111111110011
+5,49,13,86,1111111111110111111111110101110111111111111101111011110111101111100111111011011111111111111111110011
+5,49,14,86,1111111111110111111111110101110111111111111111111011110111101111100011111011011111111111111111110011
+5,49,15,85,1111111111110111110111110101110111111111111111011011110111101111100111111011011111111111111111110011
+5,49,16,85,1111111111110111111111110101110111111111111111111011110111101111100111111011000111111111111111110011
+5,49,17,86,1111111111110111111111110101100111111111111111111011110111101111100111111011011111111111111111110011
+5,49,18,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,50,0,86,1111111111110111111111110101110111111111111111111011110111101111100111111011011111011111111111110011
+5,50,1,85,1111111111110111111111110101110111111111111111101011110111101111100111111011011111111111110111110011
+5,50,2,86,1111111111110111111111110101110111111111111111101111110111101111100111101011011111111111111111110011
+5,50,3,87,1011111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,50,4,88,1111111111110111111111110101110111111111111111111011110111111111100111111011011111111111111111110011
+5,50,5,84,1111110111110111111111110001110111111111111111111011110111101111100111111011001110111111111111110111
+5,50,6,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,50,7,86,1111111111110111111111110101110111111111111111111011110111001111100111111011011111111111111111110011
+5,50,8,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,50,9,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,50,10,86,1111111111110111111111110101110111111111111111101011110111101111100111111011011111111111111111110011
+5,50,11,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,50,12,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,50,13,86,1111111111110111111111110101110111111011111111111011110111101111100111111011011111111111111111110011
+5,50,14,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,50,15,86,1111111111110111111111110101110111111111111111001111110111101111100111111011011111111111111111110011
+5,50,16,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,50,17,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,50,18,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,51,0,89,1111111111110111111111110101110111111111111111111011110111111111110111111011011111111111111111110011
+5,51,1,86,1111111111110111111111110101110111111111111111111011110111101111000111111011011111111111111111110011
+5,51,2,87,1111111111110111111111110101110111111111111111111010110111101111110111111011011111111111111111110011
+5,51,3,87,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111110111110011
+5,51,4,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,51,5,87,1111111111110111111111110101110111111111111111101111110111101111100111111011011111111111111111110011
+5,51,6,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,7,86,1111111111110111111111110101110111111111111111101011110111101111100111111011011111111111111111110011
+5,51,8,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,9,86,1011111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,51,10,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,11,87,1111111111110110111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,12,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,13,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,14,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111010011
+5,51,15,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,16,87,1111111111110111111111110101110111111101111111111111110111101111100111111011011111111111111111110011
+5,51,17,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,51,18,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,52,0,90,1111111111110111111111110101110111111111111111111111110111111111110111111011011111111111111111110011
+5,52,1,88,1111110111110111111111110101110111111111111111111011110111111111110111111011011111101111111111111011
+5,52,2,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,52,3,88,1111111111110110111111110101110111111111111111111111110111111111100111111011011111111111111111110011
+5,52,4,88,1111110111110111111111110101110111111111111111111011110111111111110111111011011111111111111111110011
+5,52,5,86,1111111111110111111111110101110111111111111111111011110111101111110111111011011111011111110111110011
+5,52,6,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,52,7,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,52,8,87,1111111111100111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,52,9,88,1111111111110111111111110101110111111111111111111111010111101111110111111011011111111111111111110011
+5,52,10,87,1111111111110111111111110101110111111111111111111101110111101111100111111011011111111111111111110011
+5,52,11,87,1111111111110110111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,52,12,85,1111111111110111111111110101110111111111111111111010110111101110100111111011011111111111111111110011
+5,52,13,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,52,14,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,52,15,88,1111111111110111111111110101111111111111111111111110110111101111100111111011011111111111111111110011
+5,52,16,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011111011111111111110011
+5,52,17,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,52,18,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,53,0,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,53,1,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,53,2,85,1111111111110110111111110101110111111111111111111011110011101111100111111011011111111111111111110011
+5,53,3,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,53,4,88,1111111111110111111111110101110111111111111111111111010111101111110111111011011111111111111111110011
+5,53,5,86,1111111111110111111111110101110111011111111101111111110111101111100111111011011111111111111111110011
+5,53,6,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,53,7,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011111011111111111110011
+5,53,8,87,1111111111110111111111110101110111111111111111111111110111101111100111110011011111111111111111110011
+5,53,9,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,53,10,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,53,11,86,1111111111110111111111110101110111111111111111011011010111101111110111111011011111111111111111110011
+5,53,12,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,53,13,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,53,14,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,53,15,87,1111111111110111111111110101110111111111111111111011110111101111100111111011011111111111111111110011
+5,53,16,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011111101111111111110011
+5,53,17,88,1111110111110111111111110101110111111111111111111001110111111111110111111011011111111111111111111011
+5,53,18,87,1111111111110111111111110101110111111111111111111101110111101111100111111011011111111111111111110011
+5,54,0,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,54,1,88,1111111111110111111111110101110111111111111111111111110111101111101111111011011101111111111111110011
+5,54,2,88,1111110111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,3,86,1111111111110111111111110101110101111111011111111011110111101111110111111011011111111111111111110011
+5,54,4,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,5,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,6,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,7,87,1111101111110111111111110101110111111111111111111111110111101111110111111011011111011111111111110011
+5,54,8,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,9,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,10,88,1111110111110111111111110101110111111111111111111001110111111111110111111011011111111111111111111011
+5,54,11,87,1111111111110111111111110101110111111101111111111111110111101111100111111011011111111111111111110011
+5,54,12,88,1111111111110111111111110101110111111111111111111111110111101111100111111011010111111111111111111011
+5,54,13,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,54,14,87,1111111111110111111111110101110111111111111111111011010111101111110111111011011111111111111111110011
+5,54,15,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,16,86,1111111111110111111111110101110111111111111111111111110111101110110111111011011111001111111111110011
+5,54,17,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,54,18,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111011111111110011
+5,55,0,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,55,1,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,55,2,87,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111011111111110011
+5,55,3,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,4,88,1111101111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,5,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011111011111111111110011
+5,55,6,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,7,88,1111111111110011111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,8,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,9,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,10,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,55,11,89,1111111111110111111111110101110111111111111111111111110111101111111111111011011101111111111111110011
+5,55,12,86,1111111111110111111111110101110111111111111111111111110111101110110111111011011111001111111111110011
+5,55,13,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,14,88,1111111111110111111011110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,55,15,88,1111111111110111111111110101110111111111111111111111110101101111110111111011011111111111111111110011
+5,55,16,88,1111111111110111111111110101110111111111111111111111110111101111100111111011011111111111111111110011
+5,55,17,87,1111111111110111111111110101110111111101111111111111110111101111100111111011011111111111111111110011
+5,55,18,89,1111111111110111111111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,56,0,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,1,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,2,88,1111111111110111111111110101110111111111111110111111110111101111110111111011011111111111111111110011
+5,56,3,88,1111111111110111111011110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,4,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,5,88,1111111111110011111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,6,90,1111111111110111111111110101110111111111111111111111110111101111111111111011011111111111111111110011
+5,56,7,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011101111111111111110011
+5,56,8,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,9,87,1111111111110011101111110111110111111111111111111011110111101111110111111011011111111111111111110011
+5,56,10,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,11,88,1111111111110111111111110101110111111111111111111011111111101111100111111011011111111111111111110011
+5,56,12,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,13,88,1111111111110111111011110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,14,88,1111111111110111111111110101110111111111111101111111110111101111110111111011011111111111111111110011
+5,56,15,88,1111111110110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,56,16,87,1111101111110111111111110101110111111111111111111111110111101111110111111011011111111101111111110011
+5,56,17,89,1111111111110111111111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,56,18,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,0,89,1111111111110111111111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,57,1,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,2,88,1111111111110111111011110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,3,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011101111111111111110011
+5,57,4,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,5,87,1111111111110111111111110101110111111111111101111111010111101111110111111011011111111111111111110011
+5,57,6,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,7,88,1111111111110111111011110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,8,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,9,87,1111111111110111111011110101110111111111111110111111110111101111110111111011011111111111111111110011
+5,57,10,89,1111111111110111111111110101110111111111111101111111111111101111110111111011011111111111111111110011
+5,57,11,88,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111111111110011
+5,57,12,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,13,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,57,14,86,1111111110110111111111110101110111111111111111111111110011101111110111111011011011111111111111110011
+5,57,15,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011101111111111111110011
+5,57,16,86,1111110110110111111111110101110111111111111111111111110111101111110111111010011111111111111111110011
+5,57,17,88,1111111111110111111111110101110111111111111111111111110111101110110111111011011111111111111111110011
+5,57,18,88,1111111111110111111111110101110111111111111111111111110111101111110111011011011111111111111111110011
+5,58,0,88,1111111111110111111111110101110111111111111101111111110111101111110111111011011111111111111111110011
+5,58,1,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,58,2,88,1111111111110111110111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,58,3,89,1111111111110111111111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,58,4,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,58,5,88,1111111111110111111111110101110111111111111111111101110111101111110111111011011111111111111111110011
+5,58,6,87,1111111111110111111111110101110111111111111101011111110111101111110111111011011111111111111111110011
+5,58,7,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,58,8,87,1111111111110111111111110101110111111111111111111011110111101111110111011011011111111111111111110011
+5,58,9,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,58,10,87,1111111111110111111111110101110111111111111111111011110111101110110111111011011111111111111111110011
+5,58,11,89,1111111011110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,58,12,87,1111111111110111111011110101110111111111111111110111110111101111110111111011011111111111111111110011
+5,58,13,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,58,14,88,1111111111110111111111110101110111111111111111111111110111101110110111111011011111111111111111110011
+5,58,15,87,1111111111110111111111110101110111111101111111111111110111101111110111111011011101111111111111110011
+5,58,16,88,1111111111110111111111110101110111111111111111111111110111101111110111101011011111111111111111110011
+5,58,17,88,1111111111110111111111110101110111111111111111111111110111101101110111111011011111111111111111110011
+5,58,18,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,59,0,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,59,1,85,1111111111110111111111110101100111111111111111111111110111101110010111111011011111111111101111110011
+5,59,2,88,1111111111110111110111110101110111111111111111111101111111101111110111111011011111111111111111110011
+5,59,3,87,1111111111110111110111110101110110111111111111111011111111101111110111111011011111111111111111110011
+5,59,4,86,1111110111110111111111110101110111111111111110111111110111101111110111101011011111111111111111110011
+5,59,5,89,1111111111110111111111110101110111111111111111011111111111101111110111111011011111111111111111110011
+5,59,6,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,59,7,88,1111111111110111110111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,59,8,88,1111111111110111111111110101110111111111111111111111110111101110110111111011011111111111111111110011
+5,59,9,87,1111111111110111111111110101110111111111111111111111110111101110110111111011011111011111111111110011
+5,59,10,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,59,11,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,59,12,88,1111111111110111111111110101110111111111111111111111110111101011110111111011011111111111111111110011
+5,59,13,85,1111111111110111111011110101110111111111111111110011110111101110110111111011011111111111111111110011
+5,59,14,89,1111111111110111111111110101110111111111111111111111111111101101110111111011011111111111111111110011
+5,59,15,88,1111111011110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,59,16,87,1111111111110111111111110101110111111111111111111011110111101111110111111011011111111111110111110011
+5,59,17,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,59,18,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,0,88,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,1,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,60,2,86,1111111011110111111111110101110111111110111111111111111111101111110111111011011111111111011111010011
+5,60,3,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,60,4,88,1111111011110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,5,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,6,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,7,87,1111111111110111111111110101110111111111111111111111110111101110110111111011011111011111111111110011
+5,60,8,89,1111111111110111111111110101110111111111111111111111111111101101110111111011011111111111111111110011
+5,60,9,88,1111111111110111110111110101110111111111111111111111111111101111110111111011010111111111111111110011
+5,60,10,88,1111111011110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,60,11,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011111011111111111110011
+5,60,12,88,1111111111110111110111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,60,13,86,1110111011110111111111110101110111111111111111111111110111101111110111111011011111111111110111110011
+5,60,14,88,1111111111110111111111110101110111111111111110111111110111101111110111111011011111111111111111110011
+5,60,15,86,1111110111110111111111110101110111111101111111111111110111101111110111101011011111111111111111110011
+5,60,16,89,1111111111110111111111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,60,17,89,1111111111110111110111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,60,18,88,1111111111110111111111110101110111111111111111111111110101101111110111111011011111111111111111110011
+5,61,0,89,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110011
+5,61,1,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,61,2,88,1110111011110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,61,3,87,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111110111110011
+5,61,4,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,61,5,87,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111110110011
+5,61,6,87,1111111011110101111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,61,7,87,1110111111110111111111110101110111111111111111111111110111101111110111111011011111111111110111110011
+5,61,8,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,61,9,89,1111111111110111111111110101110111111111111111111111111111101101110111111011011111111111111111110011
+5,61,10,88,1111111111110111110111110101110111111111111111111011111111101111110111111011011111111111111111110011
+5,61,11,88,1111111111110101111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,61,12,87,1111111111110111110111110101110111111111111110111111110111101111110111111011011111111111111111110011
+5,61,13,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,61,14,88,1111111111110111111111110101110111111111111110111111110111101111110111111011011111111111111111110011
+5,61,15,86,1111111111110111111111110101110111111111111111111111110111101110110111111011011111011111111111110001
+5,61,16,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,61,17,89,1111111111110111110111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,61,18,88,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,62,0,90,1111111111110111111111110101110111111111111111111111111111101111110111111011111011111111111111110011
+5,62,1,91,1111111111110111111111110101110111111111111111111111110111101111111111111011111111111111111111110011
+5,62,2,87,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110001
+5,62,3,90,1111111111110111111111110101110111111111011111111111111111101111110111111011111111111111111111110011
+5,62,4,87,1101111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,62,5,89,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,62,6,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,62,7,89,1111111111110111110111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,62,8,88,1111111111110111110111100101110111111111111111111111111111101111110111111011011111111111111111110011
+5,62,9,87,1111111111110111111111110101110111111111011111111110111111101111110110111011011111111111111111110011
+5,62,10,87,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111110110011
+5,62,11,88,1110111011110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,62,12,88,1111111111110111111111110101110111111111111111111111110111101101110111111011011111111111111111110011
+5,62,13,89,1111111111110111110111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,62,14,89,1111111111110111111111110101110111111111111110111111111111101111110111111011011111111111111111110011
+5,62,15,88,1111111111110111111111110101110111111111111111111111110111101111110110111011011111111111111111110011
+5,62,16,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,62,17,88,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,62,18,90,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110111
+5,63,0,88,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111010011
+5,63,1,90,1111111111110111111111110101100111111111111111111111111111101111110111111011111111111111111111110011
+5,63,2,90,1111111111110111111111110101110111111111111111111111110111101111110111111011011111111111111111110111
+5,63,3,88,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110010
+5,63,4,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,63,5,88,1111111111110111110111110101110111111111111111111111111111101111110111111011111011011111111111110011
+5,63,6,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,63,7,88,1111111111110111111111010101110111111111011111111111111111101111110111111011111011111111111111110011
+5,63,8,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,63,9,88,1111111111110111110111110101110111111111111111111111110111101111110110111011011111111111111111110111
+5,63,10,88,1111111111110111110111110101110111111111111111111111110111101111110111111011011111111111111111110011
+5,63,11,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,63,12,90,1111111111110111111111110101110111111111011111111111111111101111110111111011111111111111111111110011
+5,63,13,89,1111111101110111111111110101110111111111011111111111111111101111110111111011111111111111111111110011
+5,63,14,88,1111111111110111111111110101110111111111111111111111110111101111110110111011011111111111111111110011
+5,63,15,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,63,16,88,1111111111110111110111110101110111111111101111111111111111101111110111111011011111111111111111110011
+5,63,17,90,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110111
+5,63,18,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,64,0,88,1101111101110111111111110101110111111111111111111111111111001111110111111011111111111111111111110011
+5,64,1,89,1111111111110111111111110101110111111111011111111111111111101111110111111011011111111111111111110011
+5,64,2,89,1111111111110111111011110101110111111111111111111111111111101111110111111011111111011111111111110011
+5,64,3,87,1111111111110111110111110101110111111011111111111111110111101111110111111011111011111111111111110011
+5,64,4,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,64,5,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,64,6,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,64,7,87,1111111101110111101111110101110111011111011111111111111111101111110111111011111111111111111111110011
+5,64,8,89,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110011
+5,64,9,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,64,10,88,1111111111110111111111110101110111111111111101111111110111101111110111111011011111111111111111110011
+5,64,11,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,64,12,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,64,13,91,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110111
+5,64,14,89,1111111111110111111111110101110111101111111111111111111111101111110111111011011111111111111111110110
+5,64,15,89,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110011
+5,64,16,88,1111111111110111111111110101110111111111111111111111111111101111110110111011011111111111111111110010
+5,64,17,89,1101111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,64,18,90,1111111111110111111111110101110111111111011111111111111111101111110111111011111111111111111111110011
+5,65,0,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,65,1,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,65,2,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,3,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,65,4,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,65,5,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,6,88,1111111111110111111011110101110111111111111111111111111111101111110111111011111111011111111011110011
+5,65,7,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,8,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,9,91,1111111111110111111111110011110111111111111111111111111111101111110111111011011111111111111111110111
+5,65,10,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,11,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,12,88,1111111111110111111111110101110111111011111111111111111111101111110111111011011011111111111111110011
+5,65,13,88,1111111111110111110111110101110111111111111111111111110101101111110111111011111111111111111111110011
+5,65,14,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,65,15,88,1110111111110111111111110101110111111111011111111111110111101111110111111011111111111111111111110011
+5,65,16,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,65,17,89,1111111111110111111111110101110111111111011111111111111111101111110111111011011111111111111111110011
+5,65,18,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,66,0,89,1111111111110111111111110101110111111111111111111111111111101111100111111011011111111111111111110011
+5,66,1,89,1111111111110111111111110101110101111111111111111111111111101111110111111011011111111111111111110011
+5,66,2,90,1111111111110111111111110001110111111111111111111101111111101111110111111011111111111111111111110111
+5,66,3,92,1111111111110111111111110111110111111111111111111111111111101111110111111011011111111111111111110111
+5,66,4,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,66,5,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,66,6,88,1111111111110111111111110101110111111101111111111111111111101111110111111011011111111011111111110011
+5,66,7,90,1111111111110111111111110101110111111111111111111111110111101111110111111011111111111111111111110011
+5,66,8,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,66,9,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,66,10,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,66,11,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,66,12,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,66,13,87,1111111111110111111111110101110110111111111111111111111111101111100111111011011111111011111111110011
+5,66,14,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,66,15,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,66,16,91,1111111111111111111101110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,66,17,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,66,18,89,1111111111110111111111110101110111011111111111111111111111101111110111111011011111111111111111110011
+5,67,0,90,1111111111110111111111110101110111111111111111111111111111101111110111011011011111111111111111110111
+5,67,1,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,67,2,88,1111111111110111111111110001110111111111111111111101110111101111110111111011111111111111111111110011
+5,67,3,93,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111111111
+5,67,4,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,5,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,6,91,1111111111110111111011110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,7,93,1111111111110111111111110101111111111111111111111111111111101111110111111011111111111111111111110111
+5,67,8,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,9,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,67,10,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,67,11,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,12,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,13,90,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110011
+5,67,14,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,67,15,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,16,89,1111111111110011111111110101110111111111111111111111111111101111110111111011011111111111101111110111
+5,67,17,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,67,18,90,1111111111110111111111110001110111111111111111111111111111101111110111111011011111111111111111110111
+5,68,0,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,1,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,2,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,3,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,4,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,68,5,91,1111111111110111111111110001110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,6,90,1111111111110111111111110101110111111111111111111111111111001111110111111011011111111111111111110111
+5,68,7,89,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111101110011
+5,68,8,94,1111111111110111111111111111110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,9,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,10,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,11,91,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110011
+5,68,12,90,1111111111110111111111110101110111111111111111111111111111101101110111111011111111111111111111110011
+5,68,13,92,1111111111110111111111110111110111111111111111111111111111101111110111111011011111111111111111110111
+5,68,14,92,1111111111110111111111110111110111111011111111111111111111101111110111111011111111111111111111110111
+5,68,15,91,1111111111110111111111110001110111111111111111111111111111101111110111111011111111111111111111110111
+5,68,16,91,1111111111110111111111110101110111111111111111111111111111101111110111011011111111111111111111110111
+5,68,17,91,1111111111110111111111110101110111111111111111111111111111101111110111111011011111111111111111110111
+5,68,18,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,0,90,1111111111110111111111110101110111111111111111111111111111101111110111111011111111101111111111110011
+5,69,1,91,1111111111110101111111110111110111111111111111111111111111101111110111111011011111111111111111110111
+5,69,2,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,3,93,1111111111110111111111111111110111111111111111111111111111101111110111111011110111111111111111110111
+5,69,4,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,5,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,69,6,91,1111111111110111111111110101110111111111111111111111111111101111110111011011111111111111111111110111
+5,69,7,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,8,92,1111111111110111111111110111110111111111111111111111111111101111110011111011111111111111111111110111
+5,69,9,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,10,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,11,92,1111111111110111111111110111110111111011111111111111111111101111110111111011111111111111111111110111
+5,69,12,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,13,91,1111111111110111111111110111110111111011111111111111111111101111110111111011111111111111111110110111
+5,69,14,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,69,15,93,1111111111110111111111111111110111111111111111111111111111101111110111111011111111111111111111100111
+5,69,16,91,1111111111110111111111110101110111111111111111111111111011101111110111111011111111111111111111110111
+5,69,17,93,1111111111110111111111110101111111111111111111111111111111101111110111111011111111111111111111110111
+5,69,18,92,1111111111110111111111110111110111111111111111111111111111101101110111111011111111111111111111110111
+5,70,0,92,1111111101110111111111111101110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,1,91,1111111111110101111111110111110111111111111111111111111111101111110111111011110111111111111111110111
+5,70,2,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,3,93,1111111111110111111111110101111111111111111111111111111111101111110111111011111111111111111111110111
+5,70,4,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,70,5,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,70,6,93,1111111111110111111111110111110111111111110111111111111111101111110111111111111111111111111111110111
+5,70,7,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,8,93,1111111111110111111111111111110111111011111111111111111111101111110111111011111111111111111111110111
+5,70,9,92,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111100111
+5,70,10,92,1111111111110111111111110111110111111111111111111111111111101111100111111011111111111111111111110111
+5,70,11,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,70,12,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,13,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,14,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,15,91,1111111111110111111111110101110111111011111111111111111111101111110111111011111111111111111111110111
+5,70,16,91,1111111111110111111111110101110111111111111111111111111011101111110111111011111111111111111111110111
+5,70,17,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,70,18,92,1111111111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,0,92,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111100111
+5,71,1,90,1111111111110111111110110111110111111111111111111111111111101111110111111001111111111011111111110111
+5,71,2,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,3,93,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111100111
+5,71,4,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,71,5,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,6,91,1111111111110111111111110011110111111111011111111111111111101111110111111011111111111111111111110111
+5,71,7,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,8,91,1111111101110111111111111101110111111011111111111111111111101111110111111011111111111111111111110111
+5,71,9,94,1111111111110111111111111111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,10,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,11,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,12,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,71,13,92,1111111111110111111111110111110111111111111111111111111111101111100111111011111111111111111111110111
+5,71,14,91,1111011111110111111111110101110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,15,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,71,16,91,0111111111110111111111110111110101111111111111111111111111101111110111111011111111111111111111110111
+5,71,17,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,71,18,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,72,0,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,72,1,95,1111111111110111111111111111110111111111111111111111111111101111110111111111111111111111111111110111
+5,72,2,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,72,3,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,72,4,92,1111111111110111111111110111110111111111111111111111111111101111100111111011111111111111111111110111
+5,72,5,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,72,6,92,1111111111110111111111110111110111111101111111111111111111101111110111111011111111111111111111110111
+5,72,7,93,1111111111110111111111110111110111111111111111111111111111101111010111111111111111111111111111110111
+5,72,8,91,1111111111110111111110111101110111111111111111111111111111101111100111111011111111111111111111110111
+5,72,9,91,1111111101110111111111110111110111111011111111111111111111101111110111111011111111111111111111110111
+5,72,10,90,1011111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111000111
+5,72,11,93,1111111111110111111111110111110111101111111111111111111111101111110111111111111111111111111111110111
+5,72,12,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,72,13,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,72,14,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,72,15,93,1111111111110111111111110011110111111111111111111111111111101111110111111111111111111111111111110111
+5,72,16,91,1111111111110111111111110111110111111111011111111111111111101111111111111011111111111101011111110111
+5,72,17,92,1111111111110111111111110011110111111111111111111111111111101111110111111011111111111111111111110111
+5,72,18,94,1111111111110110111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,73,0,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,73,1,93,1111111111110111111111110011110111111111111111111111111111101111110111111111111111111111111111110111
+5,73,2,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,73,3,92,1111111111110111111111110111110111111111111011111111111111101111110111111011111111111111111111110111
+5,73,4,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,73,5,92,1111111111110111111111110111110111111101111111111111111111101111110111111011111111111111111111110111
+5,73,6,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,73,7,94,1111111111110111111111110111110111111111111111111111111111101111110111111111111111111111111111110111
+5,73,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,73,9,93,1111111111110111111111110111110111101111111111111111111111101111110111111111111111111111111111110111
+5,73,10,93,1111111111110111111111110111110111111111111111111111111111101111110111111011111111111111111111110111
+5,73,11,90,1111111111110111111101110011110111111111111111111111111111101111110111111010111111111111111111110111
+5,73,12,93,1111111111110111111111110011110111111111111111111111111111101111110111111111111111111111111111110111
+5,73,13,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,73,14,93,1111111111110111111111110111111111111111111111111111111111101111110111111111101111111111111101110111
+5,73,15,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,73,16,92,1111101111110111111111110111110111111111111011111111111111101111110111111111111111111111111111110111
+5,73,17,91,1111111111110111111111110111110111111101111111111111111111101111010111111011111111111111111111110111
+5,73,18,93,1111111111110110111111110111111011111111111111111111111111101111110111111111111111111111111111110111
+5,74,0,94,1111111111110111111111110111111011111111111111111111111111101111110111111111111111111111111111110111
+5,74,1,93,1111111111110110011111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,2,93,1111111111110111111111110011110111111111111111111111111111101111110111111111111111111111111111110111
+5,74,3,94,1111111111110111111111110111111111111111111111111111111111101111110111111101111111111111111111110111
+5,74,4,93,1111111111110110111111110111111011111111111111111111111111101111110111111111111111111111111111110111
+5,74,5,93,1111111111110111111111110111111111111111111111111111111111101111110111111111101111111111111101110111
+5,74,6,93,1111111011110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,74,7,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,9,94,1111111111110111111111110111111111111111111111111111111111101111010111111111111111111111111111110111
+5,74,10,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,74,11,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,12,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,13,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,74,14,92,1111111111110111111111110111110111111111111111111111111111101111010111111111111111111111111101110111
+5,74,15,92,1111111111111111111111110111110111111101111111101111111111101111110111111011111111111111111111110111
+5,74,16,92,1111111111110110111111110110111011111111111111111111111111101111110111111111111111111111111111110111
+5,74,17,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,74,18,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,0,94,1111111111110111111111110111111111111111111111111111111111101011110111111111111111111111111111110111
+5,75,1,95,1111111111110111111111111111111111111111111111111111111111101111110111111011111111111111111111110111
+5,75,2,94,1111111111110111111111110111111111111111111111111111111111101111110111111101111111111111111111110111
+5,75,3,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,4,93,1111111111110111111111110111111101111111111111111111111111101111110111111101111111111111111111110111
+5,75,5,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,6,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,7,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,8,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,75,9,94,1111111111110111111111110111111111111111111111111111111111101111110111111101111111111111111111110111
+5,75,10,94,1111111111110111111111110111111011111111111111111111111111101111110111111111111111111111111111110111
+5,75,11,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,12,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111011110111
+5,75,13,94,1111111111110111111111110111111111111111111111111111111111101111010111111111111111111111111111110111
+5,75,14,94,1111111111110111111111110111111111111111111111111111111111101111010111111111111111111111111111110111
+5,75,15,94,1111111111110111111111110111111111111111111111111111111111101111110111111101111111111111111111110111
+5,75,16,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,75,17,94,1111111111110111111111110111111110111111111111111111111111101111110111111111111111111111111111110111
+5,75,18,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,76,0,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,76,1,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,2,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111110111110111
+5,76,3,94,1111111111110111111111110111111111111111111111111111111111101111010111111111111111111111111111110111
+5,76,4,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,5,94,1111111011110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,6,94,1111111111110111111111100111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,7,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,76,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,9,94,1111111111110111111111110111111111111111111111111111111111101111110011111111111111111111111111110111
+5,76,10,94,1111111111110111111111110111111111111111111111111111111111101011110111111111111111111111111111110111
+5,76,11,93,1111111111110111111111110111111111111111111111111111111101101011110111111111111111111111111111110111
+5,76,12,94,1111111111110111111111110111111111111111111111111111111111101011110111111111111111111111111111110111
+5,76,13,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,14,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,15,94,1111111111110111111111110111111111111111111111111111111111101111110111101111111111111111111111110111
+5,76,16,93,1111111111110111111111110111111111111111111111111111111111101111110111111001111111111111111111110111
+5,76,17,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,76,18,94,1111111111110111111111110111111110111111111111111111111111101111110111111111111111111111111111110111
+5,77,0,93,1111111111110111111111110111111111111111111111111111111111100111110111111111111101111111111111110111
+5,77,1,92,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111001111111110011
+5,77,2,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,3,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,77,4,91,1111111111110111111111100111111111111111110111111111110111101111110111111111101111111111111111110111
+5,77,5,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,77,6,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,7,94,1111111111110111111111110111111111111111111111111111111111101111110111101111111111111111111111110111
+5,77,8,93,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111101111110110111
+5,77,9,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,10,92,1111111111110111111101110111111111111111111111111111011111101111110011111111111111111111111111110111
+5,77,11,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,12,94,1111111111110111111111110111111111101111111111111111111111101111110111111111111111111111111111110111
+5,77,13,94,1111111111110110111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,14,94,1111111111110111111111110111111110111111111111111111111111101111110111111111111111111111111111110111
+5,77,15,94,1111111111110111111111110111111110111111111111111111111111101111110111111111111111111111111111110111
+5,77,16,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,77,17,94,1111111111110111111111110111111111111111111111111111111111101111110111111011111111111111111111110111
+5,77,18,91,1111111111110111111111110111111110111111111111111111111111101111110111101111101111011111111111110111
+5,78,0,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,78,1,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,78,2,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111011111111111110111
+5,78,3,95,1111111111110111111111110111111110111111111111111111111111101111111111111111111111111111111111110111
+5,78,4,94,1111111111110111111111110111111111111111111111111111111111101111110111110111111111111111111111110111
+5,78,5,90,1111111111110111111111010111111110111111111111111111111111101111110111101111101111011111111111110111
+5,78,6,93,1111111111110111111111110111111111111111111111111111111111101111110111111011111111110111111111110111
+5,78,7,94,1111111111110111111111110111111111111110111111111111111111101111110111111111111111111111111111110111
+5,78,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,78,9,94,1111111111110111111111110111111110111111111111111111111111101111110111111111111111111111111111110111
+5,78,10,94,1111111111110111111111110111111111111111111111111111111111101111110111110111111111111111111111110111
+5,78,11,94,1111111111110111111111110111111111101111111111111111111111101111110111111111111111111111111111110111
+5,78,12,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111100111
+5,78,13,95,1111111111110111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,78,14,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,78,15,94,1111111111110111111111110111111111111111111111111111111111101111110111101111111111111111111111110111
+5,78,16,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,78,17,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,78,18,94,1111111111110111111111110111111111111111111111111111111110101111110111111111111111111111111111110111
+5,79,0,92,1111111011110111111111110111111111111111111111111111111111101111110111110111111111110111111111110111
+5,79,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,79,2,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,79,3,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,79,4,96,1111111111110111111111110111111111111110111111111111111111111111111111111111111111111111111111110111
+5,79,5,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,79,6,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111011111111111110111
+5,79,7,93,1111111111110111111111110111111111111111111111111111111111101111110111111011111111110111111111110111
+5,79,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,79,9,93,1111111111110111111110110111111111111111111111111111111111101111110111111111111111111111111111110011
+5,79,10,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,79,11,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,79,12,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,79,13,93,1111111111110111111111110111111110111111111111111111111111101111110111110111111111111111111111110111
+5,79,14,95,1111111111110111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,79,15,95,1111111111110111111111110111111110111111111111111111111111101111111111111111111111111111111111110111
+5,79,16,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111110111111111110111
+5,79,17,92,1111111111110111111111110111111111111111111111111111111111101111110111110011111111101111111111110111
+5,79,18,93,1111111111110111111111110111111111111111111111111111111111101111110111111011111111011111111111110111
+5,80,0,95,1111111111110111111111110111111111111111110111111111111111101111111111111111111111111111111111110111
+5,80,1,93,1111111111110111111111110111111111111111111111111111111111101111110111111111111111110111111111110011
+5,80,2,95,1111111011111111111111110111111111111111111111111111111111101111111111111111101111111111111111110111
+5,80,3,95,1111111111010111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,4,95,1111111111110111111111110111111111111111101111111111111111101111111111111111111111111111111111110111
+5,80,5,94,1111111111110111111111110111111110011111111111111111111111101111111111111111111111111111111111110111
+5,80,6,94,1111111111110011111111110111111111111111011111111111111111101111111111111111111111111111111111110111
+5,80,7,95,1111111111110111011111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,8,95,1111111111111111111111110011111111111111111111111111111111101111111111111111111111011111111111110111
+5,80,9,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,80,10,96,1111111111111111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,80,11,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,12,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,80,13,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111011111111111110111
+5,80,14,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,15,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,16,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,80,17,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,80,18,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,0,93,1111111111110111111111110111111110111111111111111111111111101111111111111011110111111111111111110111
+5,81,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,2,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,3,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,81,4,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,81,5,94,1111111111110111111111110111111111111111111111111111111111101111111111111111111111001111111111110111
+5,81,6,93,1111111111110111111111110111111111111111101111111111111111101111110111111111111101111111111111110111
+5,81,7,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,8,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,81,9,93,1111111111111111111111110011111111111111111111111111111111101111011111111111101111011111111111110111
+5,81,10,95,1111111111110111111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,81,11,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,12,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,13,93,1111111111110111111011110111111110111111110111111111111111101111111111111111111111111111111111110111
+5,81,14,95,1111111111110111111111110011111111111111111111111111111111101111111111111111111111111111111111110111
+5,81,15,95,1111111111111111111111110111111111111111011111111111111111101111111111111111111111011111111111110111
+5,81,16,96,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,81,17,95,1111111111110111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,81,18,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,0,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,1,95,1111111111110111111111110111111111111111111011111111111111101111111111111111111111111111111111110111
+5,82,2,95,1111111111111111111111110111111111111111011111111111111111101111111111111111111111011111111111110111
+5,82,3,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,4,95,1111111111111111111111110110111111111111111111111111111111101111111111111011111111111111111111110111
+5,82,5,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,6,94,1111111111110111111111110111111111111111111101111111111111101111111111111111110111111111111111110111
+5,82,7,96,1111111111111111111111110111111111111111111111111111101111101111111111111111111111111111111111110111
+5,82,8,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,9,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110011
+5,82,10,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,82,11,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,82,12,95,1111111111110111111111110011111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,13,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,82,14,94,1111111111110111111111110111111111111111111101111111111101101111111111111111111111111111111111110111
+5,82,15,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,16,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,82,17,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,82,18,95,1111111111110111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,83,0,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,83,1,95,1111111111111111111111110110111111111111111111111111111111101111111111111011111111111111111111110111
+5,83,2,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,3,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,4,94,1111111111111111111111110111111111111111011111111111111111101111111111111111111111011111111101110111
+5,83,5,95,1111111111110011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,6,93,1111111111110111111111110111011111111111111111111111111111101111111110111111111111111101111111110111
+5,83,7,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111101111111111111110111
+5,83,8,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,9,95,1111111111110111111111110111111111111111111111111111111111101111111111111110111111111111111111110111
+5,83,10,95,1111111111111111111111110111111111111111111111111111111111101111110111101111111111111111111111110111
+5,83,11,95,1111111111111111111111110111111111111111111111111111111111101111110111101111111111111111111111110111
+5,83,12,93,1111111111110111111111110011111111111111101111111111111111101111111111111011111111111111111111110111
+5,83,13,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,83,14,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110011
+5,83,15,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,16,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,83,18,96,1111111111111111111111010111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,0,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111110111111111111110111
+5,84,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,2,95,1101111111111111111111110111111111111111111111110111111111101111111111111111111111111111111111110111
+5,84,3,95,1111111111111111111111110111111111111111111111101101111111101111111111111111111111111111111111110111
+5,84,4,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,5,96,1111111111111111111111110111111111111111111111111111111111101111111110111111111111111111111111110111
+5,84,6,95,1111111111111111111111110111111111111111111111111111111111101111111111111111111111011111111101110111
+5,84,7,94,1111111111110111111111110111111111111111011111111111111111101111111111111110111111111111111111110111
+5,84,8,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,9,95,1111111111110111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,84,10,94,1111111111110111111111110111111111111111111111111111111111101111110111111111111111101111111111110111
+5,84,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,12,94,1111111111111111111111110101111111111101111111111111111111101111111111111111111111111111111101110111
+5,84,13,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,14,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,15,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,16,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,84,17,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,84,18,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,0,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,1,96,1111111111111111111111110111111111111111111111111111111111101111111111101111111111111111111111110111
+5,85,2,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,3,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111011111111111110111
+5,85,4,95,1111111111111111111111110111111111111111111111111111111111101111111110111111111111110111111111110111
+5,85,5,95,1111111111111111111111110111111111111111111111111111101111101111111110111111111111111111111111110111
+5,85,6,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,7,96,1111111111111111111111110111111111111111111111111111111111001111111111111111111111111111111111110111
+5,85,8,96,1111111111111111111111110111111111111111111111111111111111101111111110111111111111111111111111110111
+5,85,9,96,1111111111111111111011110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,10,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,11,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,12,95,1011111111111111111111110111111111111111111111111111111111101111111111111111111110111111111111110111
+5,85,13,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,14,95,1111111111111111111111110111111111111111111111111111111111101111111111111111111111011111111101110111
+5,85,15,96,1111111111111111111111110111101111111111111111111111111111101111111111111111111111111111111111110111
+5,85,16,96,1111111111111111111111110111111111111111111111111111111111100111111111111111111111111111111111110111
+5,85,17,95,1111111111110111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,85,18,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,0,95,1111111111111111111011110111111111111111111111111111111111101111111110111111111111111111111111110111
+5,86,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,2,95,1111111111111110111111110111111111111111111111111111111111101111111111111111111111111111111011110111
+5,86,3,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111011111111111110111
+5,86,4,94,1111111111110111111111110111111111111111111111111111111111001111111011111111111111111111111111110111
+5,86,5,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,6,94,1111111111110111111111110101111111111110111111111111111111101111111111111111111111111111111111110111
+5,86,7,94,1111111111110011111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,86,8,94,1111111111110111111111110111101111111111111111111111111111101111111111110111111111111111111111110111
+5,86,9,95,1111111111111111111111110111110111111111111111111111111111101111111111111111111111111111110111110111
+5,86,10,94,1111111111110111111111110111111111111111111111111111111111101100111111111111111111111111111111110111
+5,86,11,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,12,94,1111111111110111111111110111101111111111111111111111111111101111111111111111111111111111110111110111
+5,86,13,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,14,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,15,95,1111111111110111111111100111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,16,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,86,17,94,1111111111111111111111110111111111111111111111111111111111101101111111111111111111011111111101110111
+5,86,18,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,0,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,1,95,1111111111110111111111110111111111111111111111111111111111101011111111111111111111111111111111110111
+5,87,2,94,0111111111110111111111110111111111111111111111111111111111101111111101111111111111111111111111110111
+5,87,3,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,4,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,5,96,1111111111111111111111110111111111111111111111111110111111101111111111111111111111111111111111110111
+5,87,6,95,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111011110111
+5,87,7,95,1111111111111110111111110111011111111111111111111111111111101111111111111111111111111111111111110111
+5,87,8,95,1111111111110111111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,87,9,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,10,96,1111011111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,11,95,1111111111110111111111100111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,12,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,13,94,1111111111110111111111110111110111111111111111111111111111101111111111111111111111111111110111110111
+5,87,14,95,0111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,15,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,16,96,1111111111111111111111110111111111111111111111110111111111101111111111111111111111111111111111110111
+5,87,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,87,18,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,0,95,1111011111111110111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,1,95,1111111111101111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,2,95,1111111111111111111111110111111111111111111111111011111111101110111111111111111111111111111111110111
+5,88,3,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,4,96,1111111111111111111111110111110111111111111111111111111111101111111111111111111111111111111111110111
+5,88,5,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111110111110111
+5,88,6,96,1111111111111111111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,88,7,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,8,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,9,95,1111111111110111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,10,96,1111111111111111111111110111111111111111111111111110111111101111111111111111111111111111111111110111
+5,88,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,12,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,88,13,94,1111011111111111111111110111111111111111101111111111111111101111111111111111111111111111111011110111
+5,88,14,97,1111111111101111111111110111111111111111111111111111111111111111111111111111111111111111111111110111
+5,88,15,93,1111111111110011111111110101111111111111111111111111111111101111111111111111111111111111111111100111
+5,88,16,94,1111111111111011111111110101111111111111111111111111111111101111111111111111111111111111111011110111
+5,88,17,95,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111011101110111
+5,88,18,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,0,95,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111110111110111
+5,89,1,94,1101111111110111111111110111111111111111111111111111111111101111111111111111111111111111110111110111
+5,89,2,95,1111111111111111111111110111111111111111111111111110111111101011111111111111111111111111111111110111
+5,89,3,94,1111101111111111111111110111011111111111111101111111111111101111111111111111111111111111111111110111
+5,89,4,95,1111111111111111111101110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,5,95,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111110111
+5,89,6,95,1111111111110111111111110111111111111111111111111111011111101111111111111111111111111111111111110111
+5,89,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,8,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,9,94,1111111111110111111110110111111111111111111111111111111111101111111111111111111011111111111111110111
+5,89,10,95,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111011101110111
+5,89,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,12,93,1111111111110111111111110111110111111111111111011111111111101111111111111111111111111111110111110111
+5,89,13,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,14,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,15,95,1111111111111011111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,89,16,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,17,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,89,18,94,1111111111101111111111110101111111111111111111111111111111101111110111111111111111111111111111110111
+5,90,0,96,1111111111111111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,90,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,2,94,1101111111111011111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,90,3,94,1111111111110111111111110111111111111111111111111111111111101111111110111111111111111111110111110111
+5,90,4,95,1111111111111011111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,90,5,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111110111111110111
+5,90,6,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,7,95,1111111101111111111111110111111111111111111111111111111011101111111111111111111111111111111111110111
+5,90,8,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,9,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,10,96,1111111111111111111111110111111111111111111111111111111111101111111101111111111111111111111111110111
+5,90,11,96,1111111111111111111111110101111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,12,94,1111111111111111111111110111111111111111111111101110111111101011111111111111111111111111111111110111
+5,90,13,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,90,14,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,15,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,16,96,1111111111111111111111110111101111111111111111111111111111101111111111111111111111111111111111110111
+5,90,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,90,18,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,0,95,1011111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,91,1,95,1111111011111111111111110111111111111111111111111111101111101111111111111111111111111111111111110111
+5,91,2,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,3,95,1111111111111111111111110111111111111101111111111111111111101111111111111111111111111110111111110111
+5,91,4,96,1111111111111111111111110111101111111111111111111111111111101111111111111111111111111111111111110111
+5,91,5,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,6,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,8,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,9,94,1111111111110111111111110111111111111111111111111111111111101111111110111111111111111111110111110111
+5,91,10,96,1111111111111111111111110111111111111111111111101111111111101111111111111111111111111111111111110111
+5,91,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,12,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,91,13,96,1111111111111111111111110111111111111111111111111111111111101111111101111111111111111111111111110111
+5,91,14,95,1111111111111111111011110111111111111111111111111111111111101111111110111111111111111111111111110111
+5,91,15,96,1111111111111111111111110111111111111111111111111111101111101111111111111111111111111111111111110111
+5,91,16,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,91,17,96,1111111111111111111111110111111111111111111111111111111111101111111111111011111111111111111111110111
+5,91,18,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,0,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111110110111
+5,92,1,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110110
+5,92,2,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111110111111110111
+5,92,3,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,92,4,96,1111111111111111111111100111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,5,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,6,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,92,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,8,95,1111111111111111111111110111111111111111111111101111111111101111111111111111111111111011111111110111
+5,92,9,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,10,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,11,96,1111111111111111111111110111111111111111111111111111111111101111111101111111111111111111111111110111
+5,92,12,96,1111111111111111111111010111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,13,96,1111111111111111111111110111111101111111111111111111111111101111111111111111111111111111111111110111
+5,92,14,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,15,96,1111111111110111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,16,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,92,17,94,1111111011111111111111100111111111111111111111111111101111101111111111111111111111111111111111110111
+5,92,18,96,1111111111111111111111110111111111111111111111111111101111101111111111111111111111111111111111110111
+5,93,0,96,1111111111111111111111110111111111111111111111111111111111101111111111101111111111111111111111110111
+5,93,1,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,2,95,1101111111111111110111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,3,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111110110
+5,93,4,95,1111111111111111111111000111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,5,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,6,95,1111111111111111111111100111111111111111111111111111111111101111111101111111111111111111111111110111
+5,93,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,8,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,9,93,1111111110111111111111110111111101111111101111111111111111101111111111111110111111111111111111110111
+5,93,10,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111110110111
+5,93,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,12,96,1111111111111111111111110111111101111111111111111111111111101111111111111111111111111111111111110111
+5,93,13,95,1111101111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,93,14,96,1111111111111111111111110111111111111111111111111111011111101111111111111111111111111110111111111111
+5,93,15,96,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,93,16,94,1111111111101111111111110111111111101111111111111111011111101111111111111111111111111111111111110111
+5,93,17,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,93,18,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,0,97,1111111111111111111111110111111111111111111111111111111111111111111111111111011111111111111111110111
+5,94,1,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110110
+5,94,2,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,3,96,1111111111111111111111110111111111111111111101111111111111101111111111111111111111111111111111110111
+5,94,4,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,94,5,94,1111101111111111111111000111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,6,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,94,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,8,96,1111111111111111111111110111111111111011111111111111111111101111111111111111111111111111111111110111
+5,94,9,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,10,95,1111111111101111111111110111111011111111111111111111111111101111111111111111111111111111111111110111
+5,94,11,96,1111111111111111101111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,12,95,1111111111111111111111100111111111111111111111111111111111101111111101111111111111111111111111110111
+5,94,13,96,1111111111111011111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,14,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,94,15,94,1111101111101111111111110111111111111111111111111111011111101111111111111111111111111111111111110111
+5,94,16,95,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,94,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,94,18,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,95,0,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,95,1,95,1111111111101111111111110111111011111111111111111111111111101111111111111111111111111111111111110111
+5,95,2,94,1011111111101111111111110111111111111111111111111111111111101111111111101111111111111111111111110111
+5,95,3,97,1111111111111111111111010111111111111111111111111111111111101111111111111111111111111111111111111111
+5,95,4,96,1111111111111111111111110111111111111111111111111111111111101111111111101111111111111111111111110111
+5,95,5,96,1111111111111111111111110111111111111110111111111111111111101111111111111111111111111111111111110111
+5,95,6,97,1111111111111111111111110111111111111111111111111111111111101111111111111111101111111111111111111111
+5,95,7,96,1111111111111111111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,95,8,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,95,9,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,95,10,95,1111111111111111111111110111111111111111111111111111111111101111111111111111011111111111111111110110
+5,95,11,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111011111111111110111
+5,95,12,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,95,13,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,95,14,95,1111111111110111111111110111111111111111111111111111111111101111111101111111111111111111111111110111
+5,95,15,95,1111111111111111111111100111111111111111111101111111111111101111111111111111111111111111111111110111
+5,95,16,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111110111111111111110111
+5,95,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,95,18,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,96,0,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,96,1,95,1111111111111111111111110111111011111110111111111111111111101111111111111111111111111111111111110111
+5,96,2,97,1110111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,96,3,96,1111111111101111111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,96,4,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,96,5,96,1111111111111111111111110111111111111111111111111111111111101111111111111111101111111111111111110111
+5,96,6,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,96,7,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111101110111
+5,96,8,96,1111111111111101111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,96,9,96,1111111111111111111111110111111111111111111111111111111111101111111111101111111111111111111111110111
+5,96,10,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110011
+5,96,11,96,1111111111111111111111110111111111111110111111111111111111101111111111111111111111111111111111110111
+5,96,12,97,1111111111111111111111110111111111111111111111111111111111111111111111111111111111011111111111110111
+5,96,13,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,96,14,97,1111111111111111111111110111111111111111111111111111111011101111111111111111111111111111111111111111
+5,96,15,96,1111111111111111111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,96,16,96,1111111111111111111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,96,17,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,96,18,91,0101111011111111111111110111111111111111111111111011111111101111111111111111011111111111111111110110
+5,97,0,96,1111111111111101111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,97,1,97,1110111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,97,2,95,1111111111101111111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,97,3,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,97,4,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111110
+5,97,5,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,97,6,95,1110111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110011
+5,97,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111110111111111
+5,97,8,95,1110111111111110111111110111111111111111111111111111011111101111111111111111111111111111111111111111
+5,97,9,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,97,10,95,1111111111111111111111110111111011111110111111111111111111101111111111111111111111111111111111110111
+5,97,11,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,97,12,94,1111111111111111111111110111111111111110111111111111111111101111111110111111111111011111111111110111
+5,97,13,96,1111111111111111111111110111111011111111111111111111111111111111111111111111111111011111111111110111
+5,97,14,95,1110111111111111111111110111111111111111111111111111011111101111111111111110111111111111111111111111
+5,97,15,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,97,16,96,1111111011111111111111110111111111111111111111111111111111101111111111111111111111101111111111111111
+5,97,17,96,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111110111
+5,97,18,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,0,96,1111111111111111111111110111111011111111111111111111111111111111111111111111111111011111111111110111
+5,98,1,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110101
+5,98,2,95,1111111111101111111111110111111111111111111111111011111111101111111111111111111111111111111111110111
+5,98,3,96,1111111111111111111111110111111111111111111011111111111111111111111111111111111111011111111111110111
+5,98,4,97,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111111111
+5,98,5,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,98,6,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,98,7,96,1111111111111101111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,98,8,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,9,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,10,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,11,94,1111111111111101111111110111111111111111111011111111111111101111111111111111111111111111111111110110
+5,98,12,95,1110111111111111111111110111111111111111111111111111011111101111111111111110111111111111111111111111
+5,98,13,97,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,14,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,98,15,94,1111111011111111111111110011101111111111111111111111111111101111111111111111111111101111111111111111
+5,98,16,95,1110111111111111111111110111111111111111111111111111111111101111111111111111111011011111111111111111
+5,98,17,97,1111111111111111011111110111111111111111111111111111111111111111111111111111111111111111111111110111
+5,98,18,96,1111111111111111111111110111111111111111111111111111111111101111111111111111111111101111111111110111
+5,99,0,97,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111111111
+5,99,1,97,1111111110111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,2,95,0111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110110
+5,99,3,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,4,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,5,96,1111111111101111111111110111111011111111111111111111111111101111111111111111111111111111111111111111
+5,99,6,94,1111111111101111111111110111111111111111111111111011111111101111111111111111110111111111111111110111
+5,99,7,96,1111111111101111111111110111111111111110111111111111111111101111111111111111111111111111111111111111
+5,99,8,95,1110111111111111111111110111111111111111111111111111011111101111111111111111111111111111111111110111
+5,99,9,95,1111111111111111101111110111111111111111111011111111111111111111111111111110111111011111111111111111
+5,99,10,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,11,95,1111111111101111111111110111111111111111111111111111111111101111111111111111111111111111111111110101
+5,99,12,96,1111111111101101111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,13,96,1111111111111111111111110111111111111111111111111111111111101101111111111111111111111111111111110111
+5,99,14,97,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111111111
+5,99,15,97,1111111111111111011111110111111111111111111111111111111111111111111111111111111111111111111111110111
+5,99,16,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,99,17,96,1111111111101111111111110111111111111111111110111111111111101111111111111111111111111111111111111111
+5,99,18,95,1110111111111111111111110111111111111111111111111111111111101111111111111111111011011111111111111111
+5,100,0,96,1111111111111111111111110111111111111111111111111111111111101101111111111111111111111111111111110111
+5,100,1,95,1110111111111111111111110111111101111111111111111111111111101111111111111111111111111111111111110111
+5,100,2,97,1111111110111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,100,3,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,100,4,95,1111111111101101111111110111111111111111111111111111111111101111110111111111111111111111111111111111
+5,100,5,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,100,6,95,1111111111111111101111110111111111111111111011111111111111111111111110111111111111011111111111111111
+5,100,7,97,1111111111111111111111110111111111111111111111111111111111101111111111111110111111111111111111111111
+5,100,8,95,1110111111111111111111110111111111111111111111111111111111101111111111111111111011011111111111111111
+5,100,9,96,1111111111101111111111110111111111111110111111111111111111101111111111111111111111111111111111111111
+5,100,10,95,1111110110111111111111110111111111111111111111111111111111101111011111111111111111111111111111111111
+5,100,11,97,1111111111111111111111110111111111111111111111111111111111101111110111111111111111111111111111111111
+5,100,12,97,1111111111111111111111110111111101111111111111111111111111101111111111111111111111111111111111111111
+5,100,13,97,1111111110111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,100,14,96,1111111111101111111111110111111111111110111111111111111111101111111111111111111111111111111111111111
+5,100,15,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,100,16,97,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111110111
+5,100,17,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+5,100,18,98,1111111111111111111111110111111111111111111111111111111111101111111111111111111111111111111111111111
+6,0,0,39,1110000110000011100010000010001100000111000110000010000000000101001110010010111100010011111010110001
+6,0,1,49,1011101001011010101101111100101111001100000000001100010111101100000111010000111110101101001001000010
+6,0,2,48,0101011000111010001101101001001010100001101101011001100111000111100101111101000010110000100100100110
+6,0,3,48,1010011101111000100010110101001010101110100100001000100110011011001100001100010001111010110111100001
+6,0,4,50,1110010100101100111000110100000111100111101001111011000011110010011001000010100001100011111100010011
+6,0,5,52,1100100001111010101000110001100111111111111100101100101000100011010011110110100000110000100110110110
+6,0,6,54,0101000010101100001011011010011001100101011111001100010010101100111011110110111011010010111111000101
+6,0,7,51,1000011000111110100000101100100110011110001100110000110101100000111101100010100100011110101111101111
+6,0,8,46,0100101111100011010001011000100100100110101011111101001010001010110001010001100100010111000010100110
+6,0,9,43,0010001001111110010110001011100001001001011000011000010010111010001101001000000001011101100011001110
+6,0,10,52,0111000110101101001110011111011101010001001100110101111100001110001100011111011101100000000010101010
+6,0,11,45,0100010000100100010000100000111001100111111101010010110110101110010010100101110001010111101000000101
+6,0,12,40,1001111110000100110110010101000111101001000100001110100101010000011000010011010100000000000100001011
+6,0,13,43,0001110010010001000000111001101100101110111010101010010000000111000001010101101001101011010010001100
+6,0,14,47,1110001111011101100001001110011110010001001010101111100100000011111000000000100000100011001111110010
+6,0,15,49,0111100011110000101111001001000110001100011000001010001111100011110110100000101011111110011100100001
+6,0,16,48,0010111001011000000000010001111001010110110111011110000101001111111011100100011000101000011010110010
+6,0,17,51,0100101000101111100010111111001100100011110111110000111100100000001000101100011011000111001011101110
+6,0,18,49,0110010000000100110111110110001101110100110111011000000101010011001100100010110100101101110100110110
+6,1,0,47,0110010001101000111100110000000111100111001001101010001111110010010101000000101001110011111100000011
+6,1,1,52,1111100110110100101011001101000110001100111000011011000011100011111010100010100011101110011100110001
+6,1,2,52,0010011001110100110110110110001101111100110111001000100100010011001100101010110100101101110101110010
+6,1,3,45,1110010100001000100011110101001010100110100100011000000111011011001100000100010001111010110110100101
+6,1,4,44,0011111010011000000000011001111000010000110111111100001101001110111010001100011000101000001010100010
+6,1,5,55,0110000101101101001110010111011101010111001100010111110100001111001101110111011101100000010010111010
+6,1,6,52,0110101100101101110010110111001111100111100101110000011001110100001001001100000011000111001010111110
+6,1,7,50,1100010000101110101000111100000100100011111011111011100110100010011000100010111001100011111101000011
+6,1,8,52,1010011001111110100000001110100110011010001010101000110101100011111101000000100000011111101111111110
+6,1,9,48,1100001110111101100001101100011110010101001100110111100100000000111010100010100100100010001111100011
+6,1,10,47,0110011000010000100101110011011101110100110111011000000101010011001000100110111100101100110000110010
+6,1,11,50,0010110001001100010010010100101001010110110111011110000101001111111111100000010000101001011110110110
+6,1,12,50,0110011110111101100001101010001110110001001110101111100110000011111000010000100000100010101111110010
+6,1,13,44,1101001001011010001101001101010010000001101001011001100101000111100101101101000010110001000100100110
+6,1,14,49,1000000000111010100000101101100110111110101100110100111101100000110111100010100000011000100111110111
+6,1,15,53,1100111001111110101000110000100111011111011100101000100000100011010001110110100100110110101110101110
+6,1,16,56,1000000011111100001001011010011001100101011110000101110110101100111011011110110011010011011111101101
+6,1,17,51,0101011010101110000111010010010011111101111111101100010000001000110001110011011100010100100100010111
+6,1,18,53,1000100001011010101000110101101111111111111000101100111000100110010011110100100100101100100111100110
+6,2,0,55,1010011001111110111110110110001101101000111111101000100110000010001100100010111001101101110101100011
+6,2,1,49,0100010000100100100000111100000110110111110011011011100100110011011000101010111100100011111101010010
+6,2,2,51,1100101101101101101000110011000111001111011100100000101000100101010001100110100100100110101110111110
+6,2,3,54,0110111000111110110010110100101111110111100101111000010001110010001001011100000011010111001010101110
+6,2,4,52,1111100110110100101011001101000110001100111000011011000011100011111010100010100011101110011100110001
+6,2,5,52,1111100110110100101011001101000110101100111000011011000011100011111010100010100011100110011100110001
+6,2,6,52,1010011001111110100000001110100110011010001010101000110101100011111101000000100000011111101111111110
+6,2,7,54,1010011001111110100000001110100110011010001010101000110101101011111101000000100000011111111111111110
+6,2,8,52,0010100001010100100010110111101111111110110011001000101000110011001000101010110100101101110111110010
+6,2,9,53,1000011001111010111100110100001101111101111100101100110100000110010111110100100100101100100101100110
+6,2,10,50,0110000001101110000000010110001101010111001100000111110101101111001101100100111101010000110010111110
+6,2,11,56,1010011101111101101110001111110110011010001010111000110100000011111101010011000000101110001111111010
+6,2,12,56,1110001101111100100000000110000100011011001100100111110101101011111101000101111001011101100111111110
+6,2,13,50,0010000001101111001110011111111111010110001010011000110110000111001101110010000000100010011010111010
+6,2,14,46,0010011000010010100001100111110101110100100111011000000101010001000110100110101100101100100001110111
+6,2,15,50,1100000000111000100100111001001110111110111100110100111101100010111001100010110000011000110110110010
+6,2,16,52,1100000011111100011101011010001001100101001101000001110110101100111101000000110011010011011111001111
+6,2,17,52,0010010001101000111000110000010111100111011010101110001111110010010011011110101001110011111100100001
+6,2,18,53,0010100001101100010010010100101001010100011111011110000101001110111111110000010010111001011111111110
+6,3,0,51,1010001001101111101100110100011101011111011100101000110100000110010111110000100100100100100111100110
+6,3,1,53,0000010001111010011110011111101111110100101110011100110110000111001101110110000000101010011000111010
+6,3,2,53,1110111000111110110000100100101110110010100000111000010001110011011101001100100011010111001111101110
+6,3,3,53,0010011001111110100010011110100111011111001111101000110101100010101001010000000000011111101010111110
+6,3,4,58,1010111001111110111110110110101111111000111111101000000110010010001000100010111001001101101101101011
+6,3,5,53,1110011010111110110010110100001101100111100101111000110001100010001101011100000011110111010010100110
+6,3,6,55,0100010100100100100000111110000110110111111111010011101000110111010001101110110100100011111101111010
+6,3,7,45,1100101001101101101000110001000111001111010000101000100100100001011000100010101100100110101110010110
+6,3,8,54,1000111001111110101000011010001111011110011000101000111101100001111101000000100000111110101110111110
+6,3,9,51,1110001101101101100000100011100110001011001110100000100000101111010001100110100100000111111111111110
+6,3,10,59,1010011001111110100000011110100111111110011010001000110101101011111101001000100000111101111111111110
+6,3,11,46,0010000001010100100010100111101110011010100011101000101000110011001000100010110100001111110111110010
+6,3,12,51,1010010001101000110000110000110111101011001010101010000101110010010011011100101001110011111101110011
+6,3,13,55,0010011001111110101000001110000110010110011010101100111111101011111101000010100000011111111110101100
+6,3,14,55,1000010011011100001101011010011001100111110111000101110110101100111011001100110001000011011111101101
+6,3,15,51,1100000011111100011001011010101001100101001100000001110110101101111101000010110010010011011110001111
+6,3,16,53,1111110000100100111011001100000111001100111000011111000011100011110011000110100011111110111100100001
+6,3,17,50,0010000111111000101000110001010110100111011010101010001111110010001010111010101001100011011100110001
+6,3,18,54,0010010001101000011000010000100111010111011011001110001101001110111111111000100011110001111011111101
+6,4,0,62,1010110001101110100010011110000111111110111010011001110111101011111101001000100000111101111111110111
+6,4,1,51,1111011000110100111001001100100111001100011000001110000001100011110011000110100011111110111101101000
+6,4,2,49,0000010011101100011000010000100101110111011100001000100100101111111111100000110010110001011010101111
+6,4,3,56,1110000001111000011001011010101011000101001011000111011111001100111101011010100011010011111111011101
+6,4,4,52,1010011001111000111000110000110111001010001000101010000101110011010010011100101001110111101101111110
+6,4,5,53,1000110001101110100000011010001111111111011010101100111101100000111101000000100000111010111110110011
+6,4,6,52,1100000001111100111001011110100001110101001110000000110110101001111101000010110010010011011110011111
+6,4,7,58,1010011011111110000000011010101111101110011000001001110101101111111101001000100000111101111111101110
+6,4,8,44,0010000001111100001010100111101110110110100010011000101000010011001100100010100100001011010101110010
+6,4,9,56,0000010001010010110110011111101111011010101111101100110110100111001001110110010000101110111010111010
+6,4,10,55,0010011001111110101000001010000110010110011010101100111101101011111101000010100000111111111110101110
+6,4,11,54,1000111001111110101000011110001111011110011000101000111111100001111101000000100000011110101110111100
+6,4,12,57,0010010000110110100000011110100111110110011111010011101100111011010101101110000100110101111101111110
+6,4,13,56,1100011101101100100000111110000110111111111010001000110001100111111001001000110000101011111111111010
+6,4,14,56,1010110001101110110010110100111101111000111111111000000111110010001000100010111001011001101101101011
+6,4,15,53,0010101001111100111110110110001011100100011111101110000110010010010011010010011001101111011100100010
+6,4,16,49,0000010001101000011110010111101111110110101110011110000100001111001001110100000000101010011001111010
+6,4,17,57,1010010001111010110001111000110111101001001010101000110111110010010111011110101001110011111100110011
+6,4,18,46,1110001101101101100010100011100111001000101010100000100000100011110011000110100100000110111111100100
+6,5,0,62,1010011011111110000000011010101111101110011001001001111101101011110101001110100100111101111111111110
+6,5,1,53,0010010000110110100000011110100111110110011110010011100100111111011101101000000000110101111101101110
+6,5,2,58,0000101000111100111110110110001011110100001111100110100110110011110011010010111001001111011110111011
+6,5,3,47,1110000001111100111001011110100001100101011110001000110110001000011101000010010010110011011100000110
+6,5,4,49,1000110001111010101000011110001111011110011010101100111100100000111101000000100000011010101110110010
+6,5,5,56,1000111001101110100000011010001111111111011000101000111111100001111101000000100000111110111110111101
+6,5,6,64,1110110001101110100011011110100101111101111110011001110111101011111101001000100000011001111111111111
+6,5,7,50,1000000001111100111000011110000011110110001010000000110110101001111101000010110010110111011110010111
+6,5,8,54,1000101001111000101000011110001111010110001000001011111111101001111101000000100011011010111111111100
+6,5,9,55,1110010001111110011001011010101011001001011011100100011111000100111101011010100000010111101110011101
+6,5,10,60,1010010011111110010000011010111111101100011010101000110101100111111101001010101001111101111101101110
+6,5,11,52,1010011001011010100001111000100111101011001000001001010111111010010111011100100000110011101110110011
+6,5,12,60,1010110001100110100010011110001111111110111010111101110111101011101001010000100000101101111011110111
+6,5,13,58,0000010001011010110110011111100111011010101111001000110110100111011101101110010000111110111110111010
+6,5,14,61,1000010001010010100100011111101111111111001111101100111100100111101101100110110000111110111010111011
+6,5,15,49,0000110001101110110010011010001111111010111010101100110111100000011001010000000000101010111110110010
+6,5,16,52,1010110001101110110010110100001111111000011011111000000101110000001100100010111001011001101111100011
+6,5,17,57,1000110001101110100000011010111101111111111110101100111111100010111001000000100000111010111100111011
+6,5,18,61,1010011011111110000000011010101111101111111000001000110101101111111101001000110000111111111111101110
+6,6,0,62,1000111001101110100000011010111111111111111110101100111111100010111101001000100000111010111100111111
+6,6,1,57,1010010011111110000000011110101101101111111000001000110101101111111001000000110000111111111111101010
+6,6,2,57,0000101000111000111110110110001111110010001111000110100110100011111011010010111001001111011110111011
+6,6,3,59,0000010001011110110110011111000011011100101111111000110110110111010101101110010000111110111110111010
+6,6,4,49,1011011001001010100001111100100111100010001000001101010111101010010001011100100000100011111110110011
+6,6,5,63,1010110001110110100010011010001111111111111110111001110111111011101111010000100000101101101011110111
+6,6,6,56,1010011011101110000000011010101111111111111000001000110101101010111101001000110000111010111111101010
+6,6,7,62,1000110001111110100000011010111101101111111110101100111111100111111001000000100000111111111100111111
+6,6,8,57,1000110011101110110000011010001111111101011000101000110111100111111101000000101000111110111100111101
+6,6,9,58,1010011001111110000000011010111111101110011010101000111101100001111101001010100001111101111101101110
+6,6,10,55,1000101001101110100010010110000111111101011110011001110111101011110101000000110000001001011111111011
+6,6,11,67,0110110000111100111111111110101001110100101111100110100110110011111011011010101001011111111110111111
+6,6,12,59,0000010101011010110110011111100111011010101111001000110110100111011101101110010000111110111110111010
+6,6,13,57,0000010001011010110110011110100111011010101111001000110110100111011101101110010000111110111110111010
+6,6,14,48,0000000001011100111000011110000011110110101010000000100110101101011101000010110000111111011110110011
+6,6,15,59,1000010001111010110110011111100111011010001111001000110110100011111101101110010010110110111110011110
+6,6,16,66,1110011001111110100010011110100101111111111110011000110111101111111101001000110000011001111111111111
+6,6,17,60,1010110111101110000001011010101111101101111000001001110101101011111101001000100000111111111111101110
+6,6,18,56,1110010001111110010001011010111011101001011011100100110101000111111101001010100000010101101111011101
+6,7,0,55,1000110011101110110010011010001111111101111000101000110111110010111101000000101000111100101100111001
+6,7,1,63,1010110001110110100000011010001111111111011110111001110111101111101111010000100000101111111011110111
+6,7,2,58,0100010000111000110110011111100111011010001111000000110110110011111101101110000011011111111110011110
+6,7,3,67,1010110000111110111111111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,7,4,61,1000110001101110100001011010111101101111111110101101110111100111111001000000100000111111111100101111
+6,7,5,63,1010110111111110001000011010101111101101111000001000111101101011111101001000101000111111111111111110
+6,7,6,58,1010111001101100100000011010101111111111111100001100110111101011111101001000100000110010111100111110
+6,7,7,62,1000110111101110000001011010111111101101111010101001111101100010111101001000100000111111111111101111
+6,7,8,62,1110110111101100101101011010101111110100111100100001100100101011111101001010100000111111111110101111
+6,7,9,65,0010110000111110010011111110101001101101101011001110110111110011111011011000101001011111111111111110
+6,7,10,69,0110111100111100101111111110111011110100101111101100101110110010111011011000101001011111111110111111
+6,7,11,61,1000110001101110110000011010101101111111111110100110110111100011111101001010100000111010111100111111
+6,7,12,58,1010010011101010010000011010101111111100011000101000110111100111111111001000101001111111111100111100
+6,7,13,58,1000110011111110111000011010001111001101011010101000011111100100111101010010101000111110111100101111
+6,7,14,65,1110011001111110100010011110100101111111111110011000110110101111111101011000100000011001111111111111
+6,7,15,63,1010110001110110100010011010001111111111111110111001110111111011101111000000110000101101101011110111
+6,7,16,57,1000101001111000111110110110001111100010001111000110100110100111111001010010110001001111011110111011
+6,7,17,62,0000110000111110100000011010111101111111111110101100111111100011111011000000101000111111111100111111
+6,7,18,58,1010010001110010011000011010101111001100011010101000111111110001101111011000101001111111111111100110
+6,8,0,65,1010110110111110001010111010101101101101111000001000111101101011111011011000101001111111111111111110
+6,8,1,63,0010110001111110010001011110101011101101101011001110110111110011111101001000101000011111111111111110
+6,8,2,68,0110111100111100101111111110111011110100101111001100101110110010111011011000101001011111111110111111
+6,8,3,69,0110111100111100101111111110111011110100101111101100101110110010111011011000101001011111111110111111
+6,8,4,61,1010010011101010000000011010101111111100011010101001110111110111111111001000101001111111111100111101
+6,8,5,60,1000110111101110010001011010111111101101111000101000111101100010111101001000100000111111111111101110
+6,8,6,67,1010100000111110110011111110101011111101110010001111110111110011111011011000101000111111111011111110
+6,8,7,61,0010110011111110000010011010001101101111101111111000110111101110111111010010100001001101101100111111
+6,8,8,66,1010110000111110111011111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,8,9,66,0010110000111110111111111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,8,10,61,1000110001101110100001011010101101101111011110101101110111100111111001010000100000111111111101101111
+6,8,11,63,1010110001110110100000011010011111111111111110111001110111101111101111000000100000101111111010110111
+6,8,12,63,1010110111111110000000011010101111101101111000011000111111101011101101001000111000101111111111111110
+6,8,13,63,1010110001110110101010011010001111111111111110101001110101111011111111000000100000111101101011110111
+6,8,14,65,1010011001111110100010011110111101111111111110101000110110101111111101010000100000011011111101111111
+6,8,15,62,0100110000111110100000011010100101111111111110011100111111100011111011001000101000111101111110111111
+6,8,16,65,1010110000111110101111111110101101100100101110101111100110100011111001011010111000110111111110101111
+6,8,17,64,1000110001101110110001011010111101111111111111101100110111100111111011000000100000111110111100111111
+6,8,18,61,1010111001111110100010011010001111111111111110011001010111101110101111010010100100100101101000111110
+6,9,0,65,1010110011110110100011011010101111111101111010101111110101110011111111000000101000111101111011110110
+6,9,1,66,1010100000111110111010111110001011111111110110001001110111111011111011011000100000111111101011111111
+6,9,2,66,0010110000111110111111111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,9,3,66,0010110000111110111111111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,9,4,65,1010110111111110000010011110101011100100101001111100110111101011101101011010111000111111111110111110
+6,9,5,64,1010110000111110111001111010101101111101111110001010101110100011111011001000111000100110111111111111
+6,9,6,66,0110111100111110101011111110101010110100101111101100100110110010111111011000101001011111111110111101
+6,9,7,67,1010110000111100111111111110111001110100101111001110101110100011111011011010111000110110111110111111
+6,9,8,64,0100110000111110100011111110100101111101111110011110110111100011111011001000101000111101111110111110
+6,9,9,63,1010100000111110110000011010101011111111110010001101111111110001011011011000101000111111111011111111
+6,9,10,71,1010111010111100111011111110101011111100101111101110110111110011111011011000101000111111111110111110
+6,9,11,66,0110100100111110100111111110111011110101110010001101101110110010111011011000101001011111111011111111
+6,9,12,62,1000110000101110110101111110101101100100111111101101100110100111111011011010101000110110111100101111
+6,9,13,66,1010010001111110101011011010111101111111101110101110110111100011111001000000110000111111111110111111
+6,9,14,67,1010110001111110110011111010101111111111111100001101110111110011111101001000100000111010111101111111
+6,9,15,61,1010100010101100100000011110101011111101110010101110110111101011111011011000101000111111111010111110
+6,9,16,63,0000110000111110101111111110101001110100101110101111100110100011111011011010111000110110111110101111
+6,9,17,66,1010110000111110111111111110101101100100101111101110100110100011111001011010111000110111111110110111
+6,9,18,66,1010110000111110111011111010001001100101101111101110100100101011111011011010111000111111111110111111
+6,10,0,63,0000110000111110111111101110101001110100101110101110100110100011111011011010111000110110111110111111
+6,10,1,65,0010110000111110101111111110101001110100101111101111100110100011111011011010111000110110111110101111
+6,10,2,65,1010110000111110110011111010101111111111111100001101110110100011111101001000100000111110111101111111
+6,10,3,68,0010110001111110111111111110101001110100101111101110100111110011111011011010111000110010111110111111
+6,10,4,65,1010100001111110110011111010101111111111111000001101111110110011111101001000100000011011111101111111
+6,10,5,68,0110110100111110100111111110111011110101110110001101100111110010111011011000101001111110111011111111
+6,10,6,65,0010110000111100111111111110101001110100101111001110101110100011111011011010111000110100111111111111
+6,10,7,68,1010110000111110111111111110111001110100101111101110100110100011111011011010111000110110111110111111
+6,10,8,64,0010111000111110100111111110111001110101110010001110101110100010111011011000101000011111111111111111
+6,10,9,70,1110100100111100111111111110111011110100101111001101100110110011111011011010111001110111111010111111
+6,10,10,65,1010110000111110110010111010001001100101101111101110100110101011111011011010111000111111111110111111
+6,10,11,66,1010110111111110001011011110101011100100101001111100110101101011101101011010111000111111111110111110
+6,10,12,66,1010110000111110111011111110101001100100101111101110110110100011111001011010111000111111111110111110
+6,10,13,70,1010111010111100111111111110101111111100101111101100100111110011111011011000101000110111111110110111
+6,10,14,66,0110110100111110101011011110111111111100101111101100100110110010111111001000100001011111111110111101
+6,10,15,66,1010011001111110101011111010101000110111101110101110110111100011111001010000111000111111111110111111
+6,10,16,62,1010110001111110100011111110101101110111111110001101100111110011111101001000100000110010111010101111
+6,10,17,68,0000110000111110111111111010101011111100101100101111110110100011111011011011111000111110111101111111
+6,10,18,67,0010111000111110111111111110101001110100101111101110100110100011111011011010111000110110111110111111
+6,11,0,66,1110100000111110111111111110101001100100101111101110110110100011111001011010111000110111111010111111
+6,11,1,70,1010110100111100111011111110111011110100101111001101100110110011111011011010111001111111111110111110
+6,11,2,68,0110110100111110100111111110111011110101110110001101100111110010111011011000101001111110111011111111
+6,11,3,68,0110110100111110100111111110111011110101110110001101100111110010111011011000101001111110111011111111
+6,11,4,63,0000110100111110101011111010101011111100101110101100100110110010111011011010110000111110111101111111
+6,11,5,71,0110110000111110111111011110111111111100101101101111110110100011111111001001101001011111111110111101
+6,11,6,67,0010110001111100111111111110111001110100101111001110100110110011111011011010111000110011111110111111
+6,11,7,71,1110100100111110111111111110101011110100101111101101100111110011111011011010111001110110111010111111
+6,11,8,71,1000110000111110111111111110101011111100101100101111110110100011111011011011111000111111111111111110
+6,11,9,63,0010110000111110111011111010101001100100101111101110110110100011111001011010111000111110111100111111
+6,11,10,68,1010111000111110111111111010001001111101101111101100100110101011111011011010111000110111111110110111
+6,11,11,67,1010110010111100110010111110101111100100101111101110100111110011111011011000101000111111111110111111
+6,11,12,68,1010110000111110111111111110101111101100101111101100100111110011111001011000111000110111111110110111
+6,11,13,68,1010111010111100111011111110101001110100101111101110110110100011111011011010101000111111111110111110
+6,11,14,70,1110110111111110001011011110101011110100101101111100100111110011101111011010111001111111111010111110
+6,11,15,66,1010100100111100111111111110111011100100101011001101110100111011111001011110111000010111111010111111
+6,11,16,68,0110110100111100110111111110111011110100110110001101100111110010111011011010101001110111111011111111
+6,11,17,70,1110100100111110101111111110111011110101101111001101100110110011111011011000111001111110111010111111
+6,11,18,66,0010110000111100111111111110101001111100101111101110100111110011111011011000111000110010111110111111
+6,12,0,71,1111110110111100110011111110111011110100111110001100100111110010111111011010101001111111111011111110
+6,12,1,67,0110110101111110001111011110101011110100100101111101100011110011101011011010111001110111111010111111
+6,12,2,66,1010110000111110111111111110101111101100101111101100100110110011111001011000111000110111111110110110
+6,12,3,71,1010110100111100111011111110111011110100101110001101100111110011111011011010111001111111111110111111
+6,12,4,71,1110110000111110111111011110111111101100101111101111100110100011111011011000111001011111111110110111
+6,12,5,67,0010110000111110110111111110101111111100101101101100110111110011111101001001101000110111111110111101
+6,12,6,68,0010111010111110111111111110101001111100101111101110110110100011111011001000101000111111111110111110
+6,12,7,71,1110110000111100111011011110111111110100101101101111110110100011111111011011101001011111111110111101
+6,12,8,70,0110110100111110110111111110111111111100110100101111110111100010111011001001101001111110111011111101
+6,12,9,70,0110110000111110101111011110111011110101101111001101100110110011111111011000101001111111111110111111
+6,12,10,72,1010111101111110111111111110101111110100101111101100100111110011111011010010111000110111111110110111
+6,12,11,70,1110100010110110111111111110101011110100101111101101100111110011111011011010111001110110111010111111
+6,12,12,68,0010111100111110111111111010011001111101101110101100100110101011111011011010101000111111111011110111
+6,12,13,70,1110110000111110100111111110111011110101110111001101100111110010111011011010111001110110111110111111
+6,12,14,69,0110110100111110100111111110111011110101110110001101100111110010111011011000101011111110111011111111
+6,12,15,68,0110110100111110100111111110111011110101110110001101100111110010111011011000101001111110111011111111
+6,12,16,69,0110110100111100111011111110111011110100101101001001100110110011111111011001111001111111111110111110
+6,12,17,71,1010110000111110111111011110111111111100101111101111110110100011111011001010101001011111111110111101
+6,12,18,70,1010111010111110111011111110111101110100101101101110110110100011111011011011101000011111111110111110
+6,13,0,71,1010110100111110111111011110111111110100101101101101110110110011111111011010101001110111111110110101
+6,13,1,72,1110111001111100111011111110101111110100101111101110100111100011111011010011111000011111111110111111
+6,13,2,70,1110110000111110110111011110111011101100101111101101100110110011111011011000111001011111111110111111
+6,13,3,70,0110110100111110101111111110111111110101110110001111100111100010111011011000101011111110111011110111
+6,13,4,72,1110110100111100111011011110111111110100101101101111100111100011111011011011101001111111111110111101
+6,13,5,70,1010110000111100111011111110111011110100101110001101110110110011111111011010111001011111111110111111
+6,13,6,71,1110110000111100111111011110111111110100101111101111110110100011111111011010101001011011111110111101
+6,13,7,70,1010110000111110111011011110111111111100101101101111110110100011111011001011101001011111111110111101
+6,13,8,71,1110110000111110111011111110111111101100101110001111100110110011111011011000101001111111111011111111
+6,13,9,71,1111110110111100110111011110111011110100111111101100100111100010111111011010111001011111111110110110
+6,13,10,71,1110110000111110111111011110111111101100101111101111100110100011111011011000111001011111111110110111
+6,13,11,71,1110110000111110111111011110111111101100101111101111100110100011111011011000111001011111111110110111
+6,13,12,71,0110110100111110110111111110111011111100100101101111110111110011110011001001101001111110111011111111
+6,13,13,68,0110110000111110101111011110111111110101111110001101100110100010111111011000101001111111111110111101
+6,13,14,71,1110110100111110110011111110111111111100110100101111110111100010111011011000101001111110111011111111
+6,13,15,70,0111110110111100110111111110111011110100111110001100100111110010111111001011101001111111111011111100
+6,13,16,70,1010110000111110111111011110111111111100101111101111110110100011111011001010101001011111011110111101
+6,13,17,71,1010110000111110111111011110111111111100101111101111110110100011111011001010101001011111111110111101
+6,13,18,69,1111110010111100110011011110111011110100111111001100110111110010111011001010101001111111111011111110
+6,14,0,70,1110110000111100110111111110111011111100100101101111110111110011110011001001111001111110111010111111
+6,14,1,73,0110111101111110111011111110101111110100101111101110100111100011111011010011101000011111111111111111
+6,14,2,67,1110111001111100111011011110101111110100101101101110100111100011111011000011101000011111111110111101
+6,14,3,75,1010110000111110111011111110111111111100101111101111110110100011111011011011111001011111111110111111
+6,14,4,76,1111110100111110111111011110111111110100111111101100110111110010111111011010111001111111111110110110
+6,14,5,67,1010110110111100111111011110111011110100101101101101100110100011111111011010101001010111111110110101
+6,14,6,66,1110110010111100110011011110111111100100111111001100110110110010111011001010101001011111111011111110
+6,14,7,75,1111110000111110111111011110111111111100101111101111100111100011111011011000111001111111111110110111
+6,14,8,69,1110110000111100111011011110111111110100101101101111100110100011111011011011101001011111111110111101
+6,14,9,73,1010110100111110111011011110111111111100101101101111110111100011111011001011101001111111111110111101
+6,14,10,71,1010110000111110111011011110111111111100101101101111110110100011111011001011101001111111111110111101
+6,14,11,71,1110110100111100111011011110111111110100101101101111100111100011111011011011101001011111111110111101
+6,14,12,71,1110110000111100111011011110111111110100101111101111100110100011111111011011101001011111111110111101
+6,14,13,73,1110110100111100111111011110111111110100101101101111110111100011111011011010101101111011111110111101
+6,14,14,70,1110110000111010111111011110111111100100101111101111100110100011111011011010111001011111111110110111
+6,14,15,72,1110110000111100111111011111111111111100101111101111110110100011111111011000101001011011111110111101
+6,14,16,73,1110110000111110111111011110111111111100101111101111110110100011111011011010101001011011111110111111
+6,14,17,68,1010110000111110111111011110111111101100101111101111100110100011111011001000111001011111111110110101
+6,14,18,70,1110110100111110110011101110111111111100101101101111110110100010111011011000111001011110111011111111
+6,15,0,75,1011110000111110111011111110111111111100101111101111110110100011111010011011111001011111111110111111
+6,15,1,73,1110110000111110111111011110011111111100101111101111100111100011111011011000111001111111111110110111
+6,15,2,74,1110110100111110111111011110111111110100101111101100110111110010111111011010111001111111111110110110
+6,15,3,73,1111110100111100111011011110111111110100111101101111100111100011111011011011101001011111111110111101
+6,15,4,71,1110110000111100111011011110111111110100101111101111100110100011111111011011111001011111111110110101
+6,15,5,75,1111110000111110111111011110111111111100101111101111100111100011111011011000101001111111111110111111
+6,15,6,73,1010110000111110111010011110111111111100101111101111110110100011111011011001111001111111111110111111
+6,15,7,74,1111100000111110111011111110111111111100101111101111100111100011111011011010111001011111111110110111
+6,15,8,74,1110110000111100111011111110111111111100101111101111110110100011111011010011111001011111111110111111
+6,15,9,70,1010110000111110111011010110111111110100101111101111100110100011111111011011101001011111111110111101
+6,15,10,71,1110110000111100110111111110111011110100101101101011110111110011111011011001111001111111111010111101
+6,15,11,69,1110110100111100111011011110111111111100100101101111100111100011110011001011101001011110111110111111
+6,15,12,74,1111110000111110111111011110111111111100101111101111100110100011111011011010111001011111111110110111
+6,15,13,75,1010110000111110111011111110111111111100101111101111110111100011111011001001111001111111111110111111
+6,15,14,71,1110110000111110111111011111111111111100101111101110100111100011111011001000111001011111111110110101
+6,15,15,68,0010111101111110110011111110101111100100101111101111100110100011111011010011101000011111011111111011
+6,15,16,74,1111110000111110111111011110111111110100101111101111100111100011111011011000111001011111111110111111
+6,15,17,72,1110110000111010111111011110111111101100101111101111100110100011111011011010111001111111111110110111
+6,15,18,70,1110110000111100111111011110111111100100101111101111100110100011111111001011101001011111111110111101
+6,16,0,75,1110110000111110111011111110111111111100101111101111110110100011111010011011111001011111111110111111
+6,16,1,74,1011110000111100111011111110111111111100101111101111110110100011111011010011111001011111111110111111
+6,16,2,75,1111100000111110111111111110111111111100101111101111100111100011111011011010111001011111111110110111
+6,16,3,74,1111110000111110111011011110111111111100101111101111100111100011111011011000101001111111111110111111
+6,16,4,74,1110110000111110111111111110011111111100101111101111100111100011111011011000111001111111111110110111
+6,16,5,75,1111110000111110111111011110111111110100101111101111100111100011111011011000111001111111111110111111
+6,16,6,70,1010110000111110111010011110111111110100101111101111110110100011111011011000111001111111111110101111
+6,16,7,77,1111110000111111111111011110111111111100101111101111100111100011111011011001111001011111111110111111
+6,16,8,74,1110110100111110111111011110111111110100101111101100110111110010111111011010111001111111111110110110
+6,16,9,74,1110110100111110111111011110111111110100101111101100110111110010111111011010111001111111111110110110
+6,16,10,74,1111100000111110111011111110111111111100101111101111100111100011111011011010111001011111111110110111
+6,16,11,74,1111110000111110111111011110111111111100101111101111100110100011111011011010111001011111111110110111
+6,16,12,72,1010110000111110111111011110111111110100101111101111100110100011111011011011101001011111111110111111
+6,16,13,71,1110110000111110111011010110011111111100101111101111100111100011111111011000111001111111111110110101
+6,16,14,72,1110110101111100111011111110101111111100100111101111100110100011110011011011101001011111111110111111
+6,16,15,66,0010111100111110110011011110111111100100101111101111100111100011111011000011101000011110011111111011
+6,16,16,75,1110110000111010111011011110111111111100101111101111100111100011111011011011111001111111111110111111
+6,16,17,70,1010110001111110111011111110111111001100101111101111110110100011111011001000111001101111111110110111
+6,16,18,70,1110110000111100111111011110111111100100101111101111100110100011111111011010101001011111111110111101
+6,17,0,74,1110110000111110111011011110111111111100101111001111100111100011111011011011111001111110111110111111
+6,17,1,76,1111110000111011111111011110111111111100101111101111100111100011111011011001111001011111111110111111
+6,17,2,76,1110110000111111111111011110111111111100101111101111100111100011111011011001111001111111101110111111
+6,17,3,75,1111110000111010111011011110111111111100101111101111100111100011111011011011111001011111111110111111
+6,17,4,72,1111110000111110111111011110111111110100101111101101100111100011111011001010101001111111111110110111
+6,17,5,74,1110110100111110111111011110111111111100101111101100110111010010111111011001111001011111111110111110
+6,17,6,72,1110110000111110111011011110011111111100101111101111100111100011111111011000111001111111111110110101
+6,17,7,72,1110110000111110111111110110011011111100101111101111100111100011111011011000111001111111111110110111
+6,17,8,76,1011110000111111111111011010111111111100101111101111110111100011111011010011111001011111111110111111
+6,17,9,74,1111110000111100111011111110111111111100101111101011100110100011111011011101111001011111111110111111
+6,17,10,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,17,11,74,1110110000111010111111011110111111111100101111101111100111100011111011001011101001111111111110111111
+6,17,12,72,1010110000111110111010111110111111110100101111101111110110100011111011011010111001111111111110101111
+6,17,13,73,1110110000111110111011011110111111111100101111101111110110101011111010011001111001011111111110111101
+6,17,14,75,1110110100111110111111011110111111110100101111101111110111110010111111011010111001011111111110110110
+6,17,15,72,1111100000111010111111111110111111111100101111101100100111100011111011011010111001111011111110110111
+6,17,16,76,1111110000111110111111111110111101111100101111101111100110100011111011011001111001111111111110111111
+6,17,17,73,1110110000111110111011011110111111110100101111101111110111100011111010011010111001011111111110111111
+6,17,18,76,1111110000111110111011011110111111111100101111101111100111100011111011011010111001111111111110111111
+6,18,0,73,1110110000111110111011011110111111111100101111101111100111100010111011011001111001111111111110110111
+6,18,1,77,1111110100011110111111011110111111110100101111101111110111110011111111011010111001011111111110111110
+6,18,2,72,1110110000111110111011011110111111110100101111101111110111100011111010011000111001011111111110111111
+6,18,3,72,1110110000111110111011011100111111111100101111101111110110101011111010011011111000011111111110111101
+6,18,4,74,1110110000111110111111011110111111111100101101101111110111110010111111011010111001011111111110110110
+6,18,5,72,1111110100111110111111011110111111110100101111101111100110100011111011011000101001011111111110110111
+6,18,6,74,1110110000111110111111110110011111111100101111101111100111100011111011011000111001111111111110111111
+6,18,7,73,1111110000111110111111111110111001111100101111100111100110100011111011011001111001111111111110110111
+6,18,8,75,1110110100111110111111111110111111111100101111101000110111110010111111011001111001011111111110111110
+6,18,9,72,1111110000111100111011011110111110111100101111101111100110000011111011011101111001011111111110111111
+6,18,10,74,1110110000111110111111111110111101111100101111101111100110100011111011011001111001111111101110111111
+6,18,11,76,1111010000111111111111011110111111111100101111101111100111100011101011011001111001111111111110111111
+6,18,12,73,1110110100111110111011011110111111111100101111101111110110100011111010011001111001011111111110111101
+6,18,13,77,1111110000111110111011011110111111111100101111101111100111101011111011011001111001111111111110111111
+6,18,14,75,1111110000111011011111011110111111111100101111101111100111100011111011011001111001011111111110111111
+6,18,15,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,18,16,73,1010110000111111111111011010111111111100101111101111110111100011111011010001111001011111101110111111
+6,18,17,79,1111110000111111111111011110111111111100101111101111100111100011111011011011111001111111111110111111
+6,18,18,76,1111110000111010111111011110111111111100101111101111100111100011111011011011101001111111111110111111
+6,19,0,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,19,1,71,1110110000011110111011011110111111110100101111101111110111100011111010011000111001011111111110111111
+6,19,2,72,1111110000111110111011111110111111111100101111101000110111100010111011011001111001011111111110111110
+6,19,3,79,1110110100111110111111011110111111111100101111101111100111110011111111011001111001111111111110111111
+6,19,4,75,1110110000111111111111011110111111111100101111101101100111100011111011011001111001011111111110111111
+6,19,5,73,1111110000111010011111111110111101111100101111101111100110100011111011011001111001111111101110111111
+6,19,6,75,1110010100111111111111011110111111111100101111101011100111100011101011011001111001111111111110111111
+6,19,7,76,1111110000111110111111111110111111111100101111101100110111110010111111011001111001011111111110111110
+6,19,8,72,1110110000111110111011011110011111111100101101101101110111110011111111001010111001011111111110110111
+6,19,9,74,1110110000111110111111011110111111111100101111101111100111100010111011011001111001111111111110111110
+6,19,10,74,1110110000111110111011011110111111111100101111101111100111101011111011001001111001110111111110111111
+6,19,11,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,19,12,77,1111110000111110111011011110111111111100101111101111100111110011111111011001111001111111111110111110
+6,19,13,73,1110110100111110111111111110011111111100101111101000110111100010111011011001111001011111111110111111
+6,19,14,77,1110110000111111111111011110111111111100101111101111100111101011111011001001111001111111111110111111
+6,19,15,77,1111110000111110111011011110111111111100101111101111100111100011111011011011111001111111111110111111
+6,19,16,74,1111110000111011011111011110111111111100101111101111100110100011111011011001111001011111111110111111
+6,19,17,75,1110110000111110111111111110111101111100101111101111100111100011111011011001111001111111101110111111
+6,19,18,76,1111110000111110111111011110111111111100101111101111100111000011111011001011111001111111111110111111
+6,20,0,77,1110110000111110111111011110111111111100101111101111100111110011111111001001111001111111111110111111
+6,20,1,77,1111110100111110111111011110111111111100100111101111100111000011111011011011111001111111111110111111
+6,20,2,76,1110110000111111111111011110111111111100101111101111100111101011111011001001111001110111111110111111
+6,20,3,75,1110110000111110111011011110111111111100101111101111100111101011111011001001111001111111111110111111
+6,20,4,76,1111110000111111111011011110111111111100101111101101100111100011111011011001111001111111111110111111
+6,20,5,75,1110110000111110111111011110111111111100101111101111100111100011111011011001111001011111111110111111
+6,20,6,75,1111110000111110111011011110111111111100101111101111100111000011111011001011111001111111111110111111
+6,20,7,78,1111110000111110111111011110111111111100101111101111100111100011111011011011111001111111111110111111
+6,20,8,73,1110110100111110011111011110011111111100101111101101110111100010111011011001111001111111111110111110
+6,20,9,73,1110110000111110111111111110111111111100101111101010100111100010111011011001111001011111111110111111
+6,20,10,79,1110110100111111111111011110111111111100101111101111100111100011111111011001111001111111111110111111
+6,20,11,73,1110010100111110111111011110111111111100101111001011100111110011101011011001101001111111111110111111
+6,20,12,75,1111110000111011011111011110111111111100101111101111100110100011111011011011111001011111111110111111
+6,20,13,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,20,14,74,1110110000111110111111011110111111111100101111101111100111100010111011011001111001111111111110111110
+6,20,15,77,1111110000111111111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,20,16,74,1111110000111011011111011110111111111100101111101111100110100011111011011001111001011111111110111111
+6,20,17,75,1110110000111111111111011110111111111100101111101101100111100011111011011001111001011111111110111111
+6,20,18,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,21,0,79,1111110000111110111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,21,1,75,1110110100111110111111011110111111111100100111101111100111010011111011001001111001111111111110111111
+6,21,2,76,1110110000111110111111011110111111111100101111101111100111100011111111001001111001111111111110111111
+6,21,3,78,1111110000111111111011011110111111111100101111101111100111110011111011011001111001111111111110111111
+6,21,4,73,1110110000111110111011011110111111111100101111101111100111100011111011001001111001111111101110111111
+6,21,5,76,1111110000111110111011011110111111111100101111101111100111101011111011001001111001111111111110111111
+6,21,6,75,0111110000111111111111011110111111111100101111101111100111100011111011001001111001110111111110111111
+6,21,7,77,1110110100111110111111011110111111111100100111101111100111011011111011011011011001111111111110111111
+6,21,8,74,1110110000111110111111011110101111111100100111101111100111000011111011011011111001111111111110111111
+6,21,9,78,1111110100111110111111011110111111111100101111101111100110110011111111001001111001111111111110111111
+6,21,10,77,1111110000111111111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,21,11,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,21,12,74,1111110100111110110111011110110111111100100111101110100111100011111011011001111001111111111110111111
+6,21,13,77,1111110000111111111011011110111111111100101111101111100111000011111011011011111001111111111110111111
+6,21,14,76,1111110000111111111011011110111111111100101111101111100111100011111011011001111001110111111110111111
+6,21,15,76,1111110000111111111011011110111111111100101111101101100111100011111011011001111001111111111110111111
+6,21,16,76,1111110100111110111111111110111111111100100111101111100111000011111011011001111001111110111110111111
+6,21,17,76,1111110000111110111011011100111111111100101111101111100111100011111011011011111001111111111110111111
+6,21,18,76,1111110000111110111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,22,0,79,1111110000111110111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,22,1,79,1111110000111110111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,22,2,75,1111110000111110111011011110111111111100101111101111100111100011111011011001111001110111111110111111
+6,22,3,77,1111110000111111111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,22,4,77,1011110000111111111011011110111111111100101111101111100111110011111011011001111001111111111110111111
+6,22,5,75,1111110000111110111011011110111111111100101111101111100111100011111011001001111001111111111110111111
+6,22,6,77,1111110000111111111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,22,7,76,1111110000111111111011011110111101111100101111101111100111000011111011011111111001110111111110111111
+6,22,8,77,1111110000111111111111011110111111111100101111101111100111000011111011011001111001111111111110111111
+6,22,9,75,1110110100111110111011011110111111111100100111101111100111110011111011001001111001111111111110111111
+6,22,10,78,1111110000111111111011011110111111111100101111101111100111010011111011011011111001111111111110111111
+6,22,11,77,1111110100111110111111011110111111111100101111101111100110100011111111001001111001111111111110111111
+6,22,12,78,1111110100111110111111011110111111111100101111101111100111110011111111011001111001110111111100111111
+6,22,13,76,1110110100111110111111111110111111111100100111101111100110011011111011001011011001111111111110111111
+6,22,14,74,0111110000111111111111011110111111111100100111101111100111100011111011001001111001110111111110111111
+6,22,15,77,1111110100111110111111111110111111111100101111101111100111000011111011011001111001111110111110111111
+6,22,16,74,1110110000111111111011011110111111111100101111101101100111000011111011011001111001111111111110111111
+6,22,17,77,1111110100111110111111011110111111111100100111101111100111110011111011001001111001111111111110111111
+6,22,18,76,1111110000111110111011011100111111111100101111101111100111100011111011011011111001111111111110111111
+6,23,0,75,1101110000111111111011011110111111111100101111101111100111000011111011011001111001111111111110111111
+6,23,1,77,1111110000111111111111011110101111111100101111101111100111100011111011011001111001111111111110111111
+6,23,2,77,1011110000111111111011011110111111111100101111101111100111110011111011011001111001111111111110111111
+6,23,3,77,1111110000111111111011011110111111111100101111101111100111100011111011011001111001111111111110111111
+6,23,4,73,1110110000111110111011111110111111111100101111101101100111000011011011011001111001111111111110111111
+6,23,5,77,1111110100111111111111011110111111111100101111101111100111000011111011011001111001111110111110111111
+6,23,6,77,1111110000111110111111011100111111111100101111101111100111100011111011011011111001111111111110111111
+6,23,7,78,1111110100111110111111011110111111111100101111101111100111110011111111011001111001110111111100111111
+6,23,8,76,1011110000111110111011011110111111111100101111101111100111110011111011011001111001111111111110111111
+6,23,9,80,1111110000111111111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,23,10,75,1111110000111111111011011100111111111100101111101111100111100011111010011001111001111111111110111111
+6,23,11,77,1111110000111110111011011110111111111100101111101111100111100011111011011011111001111111111110111111
+6,23,12,78,1111110000111110111111011110111111111100101111101111100111110011111011011001111001111111111110111111
+6,23,13,76,1111110100111111111011011110111111111100100111101111100111100011111011001001111001111111111110111111
+6,23,14,79,1111110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,23,15,78,1111010000111110111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,23,16,77,1111110000111110111111011110111111111100101111101111100111000011111011011011111001111111111110111111
+6,23,17,78,1111110000111111111011011110111101111100101111101111100111100011111111011111111001110111111110111111
+6,23,18,75,1110110100111110111011111110111111111100100111101111100110011011111011001011011001111111111110111111
+6,24,0,81,1111110000111111111111011110111111111100101111101111100111100011111111011111111001111111111110111111
+6,24,1,76,1111110000111111111011011110111101111100101111101111100111100011111111011011111001110111011110111111
+6,24,2,78,1111110000111111111111011110111111111100101111101111100110100011111111011011011001111111111110111111
+6,24,3,77,1110110100111110111011111110111111111100100111101111100111011011111011001011111001111111111110111111
+6,24,4,76,1111110000111110111111011110111111111100101111101111100111010011111011011001111001110111111110111111
+6,24,5,79,1111110100111110111111011110111111111100101111101111100111100011111111011011111001111111111100111111
+6,24,6,77,1111110100111111111111011110111111111100101111101111000111010011111011011001111001111110111110111111
+6,24,7,77,1111110100111110111111011110111101111100101111101111100111100111111111011001111001110111111100111111
+6,24,8,74,1111010000111110111011011110110111111100100111101111100111100011111011011011111001111111111110111111
+6,24,9,79,1111110000111110111111011110111111111100101111101111100111100011111111011011111001111111111110111111
+6,24,10,79,1111110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,24,11,79,1111110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,24,12,77,1111110000111110111111011110111111111100101111101111100111000011111011011011111001111111111110111111
+6,24,13,76,1111110000111110111111011110111111111100101111101110100111000011111011011011111001111111111110111111
+6,24,14,80,1111111100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,24,15,78,1111110100111110111111011110111111111100101111101111100111110011111111011001111001110111111100111111
+6,24,16,77,1111110100111111111011011110111111111100101111101111100111100011111011011001111001111110111110111111
+6,24,17,76,1111110100111111111111011110111111111100100111101111100111000011111011001001111001111111111110111111
+6,24,18,76,1111110000111110111111011110111111111100101111101111100111100011111011011001111001111111111100111111
+6,25,0,80,0111110101111111111111011110111111111100101111101111100111110011111111011001111001110111111110111111
+6,25,1,78,1111110100111110111011011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,25,2,78,1110110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,25,3,79,1111110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,25,4,78,1111110100111110111111011110111111111100101111101111100111110111111011011001111001110111111100111111
+6,25,5,78,1111110100111111111011011110111111111100101111101111100111100011111111011001111001111110111110111111
+6,25,6,77,1111110100111110111011011110111111111100101110101111100111100111111111011001111001110111111110111111
+6,25,7,78,0111110100111111111111011111111101111100101111101111100111110011111111011001111001110111111100111111
+6,25,8,78,1111110100111110111011011110111111111100001111101111100111110011111111011011111001111111111100111111
+6,25,9,78,0111110100111111111111011110111111111100101111101111100111100011111111011001111001110111111110111111
+6,25,10,80,1111111100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,25,11,80,1111111100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,25,12,76,1111110000111111111111011110111111111100101111101111100110100011111111011001011001110111111110111111
+6,25,13,82,1111111100111110111111011110111111111100101111101111100111110111111111011011111001111111111100111111
+6,25,14,76,1111110100111111111111011110111111111100100111101111100111000011111011011001111001111111111110011111
+6,25,15,76,1111110000111110111111011110111111111100101111101111100111000011111011001011111001111111111110111111
+6,25,16,79,1111110100111110111111011110111111111100101111101111100111100111111111011001111001111111111100111111
+6,25,17,79,1111110100111110111111011110111111111100101111101111100111110011111111011011111001110111111100111111
+6,25,18,80,1111110000111111111111011110111111111100101111101111100111100011111111011101111001111111111110111111
+6,26,0,80,1111110100111111111111011110111111111100101111101111100111110011111111011001111001111111111100111111
+6,26,1,80,1111111000111110111111011110111111111100101111101111100111100111111111011101111001110111111110111111
+6,26,2,80,0111110100111110111111011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,26,3,80,1111110101111111111111011110111111111100101111101111100111100011111111011011111001110111111100111111
+6,26,4,78,1111110100111110111011011110111111111100001111101111100111110011111111011011111001111111111100111111
+6,26,5,78,1111110100111110110111011110111111111100101111101111100111100111111111011001111001111111111100111111
+6,26,6,78,1110110100111110111111011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,26,7,79,1111110100111110111011011110111111111100101111101111100111110111111111011011111001110111111100111111
+6,26,8,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110110111110111111
+6,26,9,78,1111111100111110111111011110111111111100101111101111100111100011111111011001111001111101111100111111
+6,26,10,81,0111110101111111111111011111111111111100101111101111100111110011111111011001111001110111111110111111
+6,26,11,76,0111110100111111111111011110111101111100101111101101100111110011111111011001111001110111111100111111
+6,26,12,79,1111110000111111111111011110111111111100101111101111100111100011111111011001111001111111111110111111
+6,26,13,79,0111110101111111111111011110111111111100101111101111100111110001111111011001111001110111111110111111
+6,26,14,83,1111111100111111111111011110111111111100101111101111100111110111111111011011111001111111111100111111
+6,26,15,77,0111110100111110111111011110111111111100101111101111100111100011111111011001111001110111111110111111
+6,26,16,80,1111110000111111111111011110111111111100101111101111100111100011111111011101111001111111111110111111
+6,26,17,80,1111110000111111111111011110111111111100101111101111100111100011111111011101111001111111111110111111
+6,26,18,79,1111110000111111111111011110111111111100101111101111100111100011111111011101111001111111111110111110
+6,27,0,81,1111110101111111111111011110111111111100101111101111100111100011111111011011111001110111111110111111
+6,27,1,80,0111110101111111111111011111111111111100101111101111100111110011111111011011111001110111111100101111
+6,27,2,80,0111110101111111111111011111111111111100101111101111100111110011111111011001111001110111111110101111
+6,27,3,81,0111110101111111111111011111111111111100101111101111100111110011111111011001111001110111111110111111
+6,27,4,77,1111110000111111111111011110111111111100101111101111100111100011111111011001111001110110111110111111
+6,27,5,80,1111111100111110101111011110111111111100101111101111100110110111111111011101111001111111111100111111
+6,27,6,81,1111110100111111111011011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,27,7,78,1111110000111111111111011110111111111100101111101111100111100011111111011101111001110110111110111111
+6,27,8,80,0111110101111111111111011110111111111100101111101111100111100011111111011101111001110111111110111111
+6,27,9,78,1111111000111110111111011011111111111100101111101111100111110100111111011001111001110111111110111111
+6,27,10,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110110111110111111
+6,27,11,77,1111110100111110111011011110111111111100101111101111100101110111111111011011111001110110111100111111
+6,27,12,82,1111111100111111111111011110111111111100101111101111100111110111111111011011111001111110110110111111
+6,27,13,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,27,14,78,0111110000111111111111011110111111111100101111101111100111100011111111011101111001110111111110111111
+6,27,15,80,1111111101111100111111011110111111111100101111101111100111110101111111011001111001110111111110111111
+6,27,16,78,1111110100111111111111011110101111111100101111101111100111100011111111011001111001111111111100111111
+6,27,17,80,1111110001111111111111011110111111111100101111101111100111100011111111011011111001110111111110111111
+6,27,18,80,1111110101111111111111011110111111111100101111101111100111100011111111011101111001111011111110111110
+6,28,0,78,0111110101111110111111011110111111111100101111101111100111100011111111011001111001110111111110111111
+6,28,1,79,1111110100111111111111011110101111111100101111101111100111100011111111011101111001111111111100111111
+6,28,2,78,1111110100111111111111011110101111111100101111101111100111100011111111011001111001111111111100111111
+6,28,3,82,1111110110111111111011011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,28,4,82,0111110101111111111111011111111111111100101111101111100111110011111111011011111001110111111110111111
+6,28,5,78,0111110101111111111111011111111111111100101111101110100111110011111111011001111001110111111100101111
+6,28,6,80,1111110101111111111110011111011111111100101111101111100111110011111111011011111001110111111100111111
+6,28,7,79,0111110101111111111111011110111111111100101111101111100111100011111111011011111001110111111110101111
+6,28,8,81,1111111100111111111111011110111111111100101111101111100111110011111111011011111001011110111110111111
+6,28,9,80,0111110101111111111111011111111111111100101111101111100111110111111111011001111001110110110110111111
+6,28,10,79,0111110101111111111011011110111111111100101111101111100111110111111111011001111001111111111100101111
+6,28,11,82,1111110100111111111111011111111111111100101111101111100111110011111111011011111001110111111110111111
+6,28,12,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110110111110111111
+6,28,13,80,1111111100111110101111011110111111111100101111101111100110110111111111011101111001111111111100111111
+6,28,14,78,0111110001111111111111011110111111111100101111101111100111110011111111011001111001110111111110101111
+6,28,15,82,1111110101111111111111011111111111111100101111101111100111100011111111011011111001110111111110111111
+6,28,16,80,1111111100111111111011011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,28,17,79,1111110100111110101111011110111111111100101111101111100110110111111111011101111001111111111100111111
+6,28,18,77,0111110101111111111001011111111111111100101111101111100101110011111111011001111001110111111100111111
+6,29,0,79,1111110101111110101111011110111111111100101111101111100110110111111111011101111001111101111100111111
+6,29,1,78,0111110100111111111011011110111111111100101111101111100111110111111111011001111001111111111100101111
+6,29,2,75,0111110001111110101111011110111111111100101111101111100111110011011111011001111001110111111110101111
+6,29,3,81,1111111100101111111111011110111111111100101111101111100110110111111111011101111001111111111100111111
+6,29,4,80,1111110100111111111111011110111111111100101111101111100111110011111111011011111001110111111100111111
+6,29,5,80,1111111100111111111011011111101111111100101111101111100111110111111111011001111001110111111010111111
+6,29,6,83,0111110111111111111111011111111111111100101111101111100111110011111111011011111001110111111110111111
+6,29,7,81,1111110100111111111011011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,29,8,80,1111111101111110101111011110111111111100101111101111100110110111111111011101111001111111111100101111
+6,29,9,78,0111110100111111111111011111111111111100101111101110100111110011111111011001111001110111111100111111
+6,29,10,81,1111110100111110111111011110111111111100101111101111100110110111111111011101111001111111111110111111
+6,29,11,80,1111110100111111101111011111111111111100101111101111100111110011111111011011111001110111111100111111
+6,29,12,80,1111111100111111111011011110111111111100101111101111100111110111111111011001111001110110111110111111
+6,29,13,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,29,14,82,1111111100111111111111011110111111111100101111101111100111110011111111011111111001011111011110111111
+6,29,15,78,1111111100111110101111011110111111111100101111101111100110110111111111011001111001111110111100111111
+6,29,16,81,1111111101111111111111011110111111111100101111101111100111110011111111011011111001011110111100111111
+6,29,17,80,1111110100111111111110011111011111111100101111101111100111110011111111011011111001110111111110111111
+6,29,18,79,0111110101111111111111011110111111111100101111101111100111100011111111011011111001110111111110101111
+6,30,0,80,1111111100111111111011011110101111111100101111101111100111110011111111011101111001011111111110111111
+6,30,1,82,1111110100111111111111011110111111111100101111101111100111110111111111011011111001111111011110111111
+6,30,2,79,1111110100111111111011011110111111111100101111101111100111110111111111011001111001110111111100111111
+6,30,3,81,1111110100111111111011011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,30,4,80,1111110100111110111111011110111111111100101111101111100110100111111111011101111001111111111110111111
+6,30,5,78,0111110101111111101111011110111111111100101111101111100011110011111111011011111001110111111110101111
+6,30,6,77,0111110100111110111111011110111111111100101111101111100111110011111111011011111001110101111100111111
+6,30,7,82,1111110101111111101111011110111111111100101111101111110110110111111111011101111001111111111100111111
+6,30,8,79,1111110100101111111111011110111111111100101111101111100110110111111111011001111001111111111100111111
+6,30,9,81,1111111100111111111011011110111111111100101111101111100111110111111111011101111001110111111100111111
+6,30,10,80,1111111101111110101111011110111111111100101111101111100110110111111111011101111001011111111100111111
+6,30,11,79,1111110101111111111111011110111111111100101111101011100111110011111111011011111001111100111100111111
+6,30,12,78,1111110101111110101111011110111111111100101111101111100110110111111111011101111001110101111100111111
+6,30,13,82,1111110100111111111111011110111111111100101111111111100111110011111111011011111001111111111100111111
+6,30,14,80,1111110100111110111111011110111111111100101111101111100110110111111111011001111001111111111110111111
+6,30,15,82,1111110100111111111011011110111111111100101111101111100111110111111111011101111001111111111110111111
+6,30,16,84,0111110111111111111111011111111111111100101111101111110111110011111111011011111001110111111110111111
+6,30,17,81,1111110100111110111111011110111111111100101111101111100110110111111111011101111001111111111110111111
+6,30,18,81,1111110100111110111111011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,31,0,80,1111110101111111111111011110111101111100101111101111100111110011111111011001111001111101111110111111
+6,31,1,79,1111110100111110111111011110111111111100101111101011100111110111111111011011111001111110111100111111
+6,31,2,80,1111111100111111111111011110101111111100101111101111100110110011111111011101111001011111111110111111
+6,31,3,80,1111110100111110111101011110111111111100101011101111100111110111111111011101111001111111111110111111
+6,31,4,84,1111110111111111111111011111111111111100101111101111110111110011111111011011111001110111011110111111
+6,31,5,82,0111110100111111111111011110111111111100101111101111100111110111111111011011111001111111111110111111
+6,31,6,80,1111110100111111111111011110111111111100101111101111100111110111111111011011111001111100111100111111
+6,31,7,82,1111110101111111111111011110111111111100101111111011100111110011111111011011111001111111111100111111
+6,31,8,81,1111100100111111111111011110111111111100101111101111100111110111111111011011111001111111011110111111
+6,31,9,81,1111110100111111111111011110111111111100101111111111100011110011111111011011111001111111111100111111
+6,31,10,80,1111110100111111111011011110111111111100101111101111100110110111111111011001111001111111111110111111
+6,31,11,80,1011110100111110111111011110111111111100101111101111100111110111111011011101111001111111111110111111
+6,31,12,80,1111110100111110111111011110111111111100101111101111100110110111111111011011111001111111011110111111
+6,31,13,83,1111110100111111111111011110111111111100101111101111100111110111111111011101111001111111111110111111
+6,31,14,81,1111110100111110111111011110111111111100101111101111100110110111111111011101111001111111111110111111
+6,31,15,81,1111110100111110111111011110111111111100101111101111100110110111111111011101111001111111111110111111
+6,31,16,80,1111111100111110111111011110110111111100101111101111100111110111111111011001111000111111111110111111
+6,31,17,79,1111110100111111111011011110101111111100101111101111100111110011111111011101111001011111111110111111
+6,31,18,80,1111111100111111111011011110101111111100101111101111100111110011111111011001111001111111111110111111
+6,32,0,80,1111110100111111111111011110111111111100101111111111100011110011111111011011111001111011111100111111
+6,32,1,80,1111110100111111111111011110111111111100101111011111100011110011111111011011111001111111111100111111
+6,32,2,81,1111110100111111111011011110111111111100101111101111100111110111111111011101111001011111111110111111
+6,32,3,81,1111110100111110111111011110111111111100101111101111100110110111111111011101111001111111111110111111
+6,32,4,84,1111110111111111111111011111111111111100101111101011110111110011111111011011111001110111111110111111
+6,32,5,82,1111110101111111111111011110111111111100101111111111100111110011111111011011111001111111011100111111
+6,32,6,81,0111110100111111111111011110111111111100101111101111100110110111111111011011111001111111111110111111
+6,32,7,81,1111110100111111111011011110111111111100101111101111100111110111111111011001111001111111111110111111
+6,32,8,80,1111110100111110111111011110111111111100101111101111100110110111111111011001111001111111111110111111
+6,32,9,80,1111111100111111111111011110110111111100101111101110100111110111111111011001111000111111111110111111
+6,32,10,82,1111110100111111110111011110111111111100101111101111100111110111111111011011111001111111111110111111
+6,32,11,81,0111110100111111101111011110111111111100101111101111100111110111111111011101111001111111111110111111
+6,32,12,79,0111111100111111111011011110101111111100101111101111100111110011111111011001111001111111111110111111
+6,32,13,82,1111110100111111111111011110111111111100101111101111100111110111111111011011101001111111111110111111
+6,32,14,80,0111110100111111111111011110111111111100101111101111100111110111111111011011111001111110111100111111
+6,32,15,82,1111110100111111111111011110111111111100101111101111100111110111111111011011111001111101111110111111
+6,32,16,84,1111110111111110111111011111111111111100101111101101110111110111111111011111111001110111011110111111
+6,32,17,79,1111110100111111111111011110111111111100101111101111100110110011111111001001111001111111111110111111
+6,32,18,78,1111110101111111111111011110111101111100101111101111100111110011111111011001111001011101111110110111
+6,33,0,82,1111110100111111111111011110111111111100101111101111100111110111111111011011111001111101111110111111
+6,33,1,83,1111110100111111111111011110111111111100101111101111110111110111111111011011101001111111111110111111
+6,33,2,81,1111110100111111111111011110111111111100101111111111100011110111111111011011101001111111111100111111
+6,33,3,80,1111110100111111111111011110111111111100101111101111100111110011101111011011111001111011111110111111
+6,33,4,82,0111110111111111111111011111111111111100101111101111100111110011111111011011111001110111111100111111
+6,33,5,82,1111110100111111111111011110111111111100101111101011110111110111111111011011111001111110111110111111
+6,33,6,80,1111110100111110111111011110111111111100101111101111100110110111111111011001111001111111111110111111
+6,33,7,80,1111110100111111111011011110101111111100101111101111100111110111111111011001111001111111111110111111
+6,33,8,82,1111110100111111111111011110111111111100101111101111100111100111111111011001111011111111111110111111
+6,33,9,80,1111110100111111111011011110111111111100101111101111100111110111111111011011111000111101111110111111
+6,33,10,81,1111110100111111111111011110111111111100101111101111100110110111111111011011111001111111011110111111
+6,33,11,82,0111110101111111111111011110111111111100101111111111100111110011111111011011111001111111111100111111
+6,33,12,82,1111110101111111111111011111111111111100101111101011110011110011111111011011111001110111111110111111
+6,33,13,80,1111110110111111111111011110111111111100101111111111100111110011111111011011011001111010111100111111
+6,33,14,82,1111110100111111111111011110111111111100101111111111100111110111111111011011111001111011111100111111
+6,33,15,80,1111110100111111111111011110111111111100101111101111100011110011111111011011101001111111111110111111
+6,33,16,81,1111110100111111111111011110110111111100101111101111100111110111111111011011111000111111111110111111
+6,33,17,81,1111111100111111110111011110111111111100101111101110100111110111111111011001111001111111111110111111
+6,33,18,82,1111110100111110110111111111111111111100101111101111100110110111111111011111111001110111111110111111
+6,34,0,80,1111110100111111110111011110111111111100101111111111100110110111111111011011111001110111111100111111
+6,34,1,84,1111110100111110111111111111111111111100101111101111100111110111111111011111111001111011111110111111
+6,34,2,81,1111110100111111110111111110111111111100101111101111100110110111111111011011111001111011111110111111
+6,34,3,84,1111110100111110111111011111111111111100101111111111110111110111111111011111111001110111111100111111
+6,34,4,82,1111110100111111111111011110111111111100101111101111100111100111111111011001111011111111111110111111
+6,34,5,79,1111111100111110110111011110111111111100101111101110100111110111111111011001101001111111111111110111
+6,34,6,81,1111110100111111111111111110111111111100101111101111100110110011101111011011111001111111111110111111
+6,34,7,81,1111110100111110110111011111111111111100101111101111100111110111111111011111111001110011111110111111
+6,34,8,82,1111110111111111111110011111111111111100101111101011110011110011111111011011111001110111111110111111
+6,34,9,81,0111110101111111111111011111111111111100101111101111100111110011111111011011111001110111111100111111
+6,34,10,81,1111110100111111111111011110111111111100101111111111100111110111111111011011101001111011111100111111
+6,34,11,82,1111110100111111111111011110111111111100101111111111100011110111111111011011111001111111111100111111
+6,34,12,82,1111110101111111111111011110111111111100101111111111100011110011111111111011111001111011111100111111
+6,34,13,82,0111110100111111111111011110111111111100101111111111100111110111111111011011111001111111111100111111
+6,34,14,81,1111110100111111111111011110111111111100101111101111100111110111111111011011101001111101111110111111
+6,34,15,83,1111110100111111111111011110111111011100101111101111110111110111111111011011111001111111111110111111
+6,34,16,79,1111110100111111111111011110111111111100101111101111100011110011111111011011101000111111111110111111
+6,34,17,82,1111110100111111111111011110110111111100101111101111100111110111111111011011111001111111111110111111
+6,34,18,85,1111110100111111111111011110111111111100101111111111100111110111111111011011111011111111111110111111
+6,35,0,85,1111110100111110111111011111111111111100101111111111100111110111111111011011111011111111111110111111
+6,35,1,81,1111110100111111111111011110111111111100101111101111110101100111111111011101111101110111111100111111
+6,35,2,82,1111110100111111111111011110111111011100101111101111100111110111111111011011111001111111111110111111
+6,35,3,81,1111110100111111111111011100111111111100101111101111110111110111111111011011101001111101111110111111
+6,35,4,86,1111110100111110111111111111111111111100101111111111110111110111111111011111111001111111111100111111
+6,35,5,82,1111110100111110111111011111111111111100101111101111100111110111111111011111111001110011111110111111
+6,35,6,81,1111110100111111111111011110111111111100101111101011110111100011111111011011111011110111111110111111
+6,35,7,84,1111110111111111111110011111111111111100101111101111110011110111111111011001111001111111111110111111
+6,35,8,85,1111110100111110110111011111111111111100101111111111100111110111111111011111111011111111111110111111
+6,35,9,79,1111110100111011110111011110111111111100101111101111100111110111111111011011111001110011111110111111
+6,35,10,83,1111110100111111111111011110111111111100101111111111100011110111111111011011111011111111111100111111
+6,35,11,82,1111110100011111111111011110111101111100101111111111100111110111111111011011111001111111111110111111
+6,35,12,82,0111110100111111111111011111111111111100101111101111100111110111111111011011111001110111111110111111
+6,35,13,81,1111110101111111111111011110111111111100101111101111100111100011111111011001111011111111111100111111
+6,35,14,82,1111110100111111110111011111111111111100101111111111000111110111111111111111111001011011111100111111
+6,35,15,81,1111110101111110111111011110111111111100101111111111110011110011111111011011111001110111111100111111
+6,35,16,84,1111110101111110111111011111111111111100101111111111110111110111111111011011111001110111111100111111
+6,35,17,83,1111110110111111111110011111111111111100101111101011110011110111111111011111111001110111111110111111
+6,35,18,81,1111110100111111111111011110111111111100101111101111100111110011111111011011101001111111111110111111
+6,36,0,79,1111110100111111111111011101111111111000101111111111000111110111111111011011101001011011111110111111
+6,36,1,83,1111110100111111110111011110111111111100101111101111110111110111111111111111111001111101111100111111
+6,36,2,85,1111110110111111111110011111111111111100101111111111110011110111111111011011111011110111111110111111
+6,36,3,83,1111110100111110111111011111111111111100101111101011100111110111111111011111111001111111111110111111
+6,36,4,82,0111110100111110111111011111111111111100101111101111100111110111111111011011111011110111111110111111
+6,36,5,86,1111110101111111110111011111111111111100101111111111100111110111111111011111111001111111111110111111
+6,36,6,82,0111110100111111110111011111111111111100101111101111100111110111111111011011111011110111111110111111
+6,36,7,85,1111110100111110111111011111111111111100101111111111100111110111111111011111111001111111111110111111
+6,36,8,79,1111110111111111111110011110111111111100101111101111100011100111110111011001111001111111111100111111
+6,36,9,85,1111110101111111111111011111111111111100101111101111110111110011111111011001111011111111111110111111
+6,36,10,83,1111110100111110111111011111111111111100101111101111100111110111111111011111111001110111111110111111
+6,36,11,83,1111110100111110111111111111111111111100101111111111110111110111111110011111111001011011111100111111
+6,36,12,82,1111110111111111111111011110111111011100101111101111100011110111111111011001111001111111111110111111
+6,36,13,83,1111110100111111111110011111111111111100101111101111110111110111111111011001111001111111111110111111
+6,36,14,83,1111110100111110111111011111111111111100101111111111100111100111111111011001111011111111111110111111
+6,36,15,83,1111110101111111111111011110111111111100101111101111100111110011111111011011111011111111111100111111
+6,36,16,83,1111110100011111111111011111111101111100101111101111110111110111111111011011111001111111111110111111
+6,36,17,82,0111110100111111111111011110111111111100101111111111100111110111111111011011111001110111111110111111
+6,36,18,84,1111110100111111111111011111111111111100101111111111110111100011111111011011111011110111111110111111
+6,37,0,86,1111110101111111110111011111111111111100101111101111110111110111111111011011111011111111111110111111
+6,37,1,85,1111110101111111111111011111111111111100101111111111100111110011111111011101111001111111111110111111
+6,37,2,82,1111110100111111111110011111110111111100101111101111100111110111111111011101111001111111111110111111
+6,37,3,85,1111110100111110111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,37,4,83,1111110100111111111111011111111111111100101111111111100111100011111111011111111001111111111110011111
+6,37,5,85,1111110101111111110111011111111111111100101111111111110111110111111111011011111011110011111110111111
+6,37,6,84,1111110100111110111111011111111111111100101111111111100111110111111111011111111001111111110110111111
+6,37,7,83,1111110100111110111111011111111111111100101111101111100111110111111111011111111001110111111110111111
+6,37,8,84,1111110100111111111111011111111111111100101111111111110011110111111111011001111011110111111110111111
+6,37,9,85,1111110111111111111110011111111111111100101111101111110111110001111111011011111011111111111110111111
+6,37,10,82,1111110100111111111110011111111111111100101111101111110011110011111111011011111001111111111110111111
+6,37,11,83,1111010100111111111111011111111111111100101111111111110111100111111111011001111011110111111110111111
+6,37,12,85,1111110101111111110111011111111111111100101111111111100111110111111111011101111001111111111110111111
+6,37,13,86,1111110101111111111111011111111111111100101111101111110111110011111111011011111011111111111110111111
+6,37,14,83,1111110100111110111111011111111111111100101111101111100111110111111111011111111001110111111110111111
+6,37,15,84,1101110101111111111111011111111111111100101111101111110111110011111111011001111011111111111110111111
+6,37,16,83,1111110101111111111111011110111111011100101111101111100011110111111111011111111001111111111110111111
+6,37,17,82,1111110110111110111111011111111111111100101111101111100111110111111111011001111001110111111110111111
+6,37,18,82,1111110100110111111110011111111111111100101111101111100111110111111111011011111001111111111110111111
+6,38,0,86,1111110101111111111111011111111111111100101111101111110111110011111111011011111011111111111110111111
+6,38,1,84,1111110101111111111110011111111111111100101011101111110111110011111111011011111011111111111110111111
+6,38,2,86,1111110101111111110111011111111111111100101111111111110111110111111111011101111001111111111110111111
+6,38,3,84,1111110100111110111111011111111111111100101111111111100111110111111111011011111001111111111110111111
+6,38,4,87,1111110101111111111111011111111111111100101111111111100111110111111111011111111001111111111110111111
+6,38,5,81,1111110100111110111111011111111111111100101111101111100111110011111111011101111001110111111110111111
+6,38,6,83,1111110100111110111111011111111111111100101111111111110111100011111111011011111001111111111110111111
+6,38,7,85,1111110100111111111111011111111111111100101111111111100111110111111111011111111001111111111110011111
+6,38,8,82,1111110101111111111111011011111111111100101111111111000011110011111111011101111011110111111110111111
+6,38,9,85,1111110100111111111111011111111111111100101111111111110111110111111111011001111001111111111110111111
+6,38,10,85,1111110101111111111111011111111111111100101111101111100111110011111111011111111001111111111110111111
+6,38,11,86,1111110101111111111111011111111111111100101111111111110111110011111111011001111011111111111110111111
+6,38,12,86,1111110101111111111111011111111111111100101111101111110111110111111111011011111001111111111110111111
+6,38,13,85,1111110100111110111111011111111111111100101111111111110111110011111111011011111011111111111110111111
+6,38,14,81,1111110101111011110111011111111111111100101111101111100111110011111111011001111001111111111110111111
+6,38,15,89,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,38,16,85,1111110100111111110111011111111111111100101111111111110111110111111111011011111011110111111110111111
+6,38,17,85,1111110101111110111111011111111111111100101111111111110111110111111111011011111001111011111110111111
+6,38,18,86,1111110101111111110111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,39,0,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,39,1,86,1111110101111110110111011111111111111100101111111111110111110111111111011011111011111111111110111111
+6,39,2,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,39,3,85,1111110101111111111111011111111111111100101111111111110111110011111111011001111001111111111110111111
+6,39,4,87,1111110101111111110111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,39,5,85,1111110101111111110111011111111111111100101111111111110111110111111111011001111001111111111110111111
+6,39,6,83,1111110101111111111111011011111111111100101111101111010111110011111111011001111011111111111110111111
+6,39,7,85,1111110101111111111111011111111111111100101111111111100011110111111111011111111001110111111110111111
+6,39,8,88,1111110101111111111111011111111111111100101111101111110111110111111111011111111011111111111110111111
+6,39,9,84,1111110101111111110111011111011111111100101111111111100011110111111111011101111011111111111110111111
+6,39,10,83,1111110100111111111111011111111111111100101111111111100111110111111111011101111001111111011110011111
+6,39,11,86,1111110101111111110111011111111111111100101111111111110111110111111111011111111001111111110110111111
+6,39,12,86,1111110100111110111111011111111111111100101111111111110111110111111111011011111011111111111110111111
+6,39,13,83,1111110001111110111111011111111111111100101111111111110111110011111111011011111001111011111110111111
+6,39,14,84,1111110101111111111111011111111111111100101011101111110111110011111111011011111001111111111110111111
+6,39,15,84,1111110101111111111010011111111111111100101111101111100111110011111111011111111011111111111110111111
+6,39,16,86,1111110101111111111111011111111111111100101111111111100111110111111111011001111011111111111110111111
+6,39,17,87,1111110101111111111111011111111111111100101111111111110111110011111111011111111001111111111110111111
+6,39,18,84,1111110101111111111111011111111111111100101111101111100111110110111111011101110011111111111110111111
+6,40,0,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,40,1,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,40,2,87,1111110101111111110111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,40,3,86,1111110101111111111111011111111111111100101111111111100111110111111111011001111011111111111110111111
+6,40,4,85,1111110100111110111111011011111111111100101111111111110111110111111111011111110011111111111110111111
+6,40,5,84,1111110101111111111111011111111111111100101111101111100111110110111111011001111011111111111110111111
+6,40,6,86,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111110110111111
+6,40,7,86,1111110101111110110111011111111111111100101111111111110111110111111111011111111011111011111110111111
+6,40,8,86,1111110101111111110111011111111111111100101111111111110111110111111111010111111011110111111110111111
+6,40,9,85,1111110100111110111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,40,10,85,1111110101111110111111011111011111111100101111111111110111110111111111011011111011111011111110111111
+6,40,11,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111011111110111110111111
+6,40,12,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111011111110111111
+6,40,13,84,1111110101111110110111011111111111111100101111111111110111110111111111011011111001111111110110111111
+6,40,14,86,1111110101111111110111011111111111111100101111111111110111110111111111011001111011111111111110111111
+6,40,15,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,40,16,85,1111110101111111111111011111111111111100101111101111110111110011111111011101111001111111111110111111
+6,40,17,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,40,18,86,1111110101111111111111011111111111101100101111101111100111110111111111011111111011111111111110111111
+6,41,0,86,1111110101111111111111011111111111111100101111100111100111110111111111011111111011111111111110111111
+6,41,1,83,1111110101111111110111011111111111111100101011111111110111110110111111011001111001111111111110111111
+6,41,2,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111011111110111111
+6,41,3,89,1111111101111111110111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,41,4,86,1111110101101111111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,41,5,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111110110111111
+6,41,6,85,1111110101111111111111011111111111111100101111111101110111110111111111011111111001111110101110111111
+6,41,7,87,1111110001111111111111011111111111111100101111101111110111110111111111011111111011111111111110111111
+6,41,8,86,1111110101111111111111011111111111111100101111111111100111110111111111011011111011111110111110111111
+6,41,9,87,1111110101111111111111011111111111111100101111101111110111110111111111011101111011111111111110111111
+6,41,10,86,1111110101111111111111011111111111100100101111111111110111110111111111011111111011111011111110111111
+6,41,11,86,1111110101111111111111010111111111111100101111101111100111110111111111011111111011111111111110111111
+6,41,12,86,1111110101111111111111011110111111111100101111111111110111110111111111011111111001111111110110111111
+6,41,13,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,41,14,87,1111110101111111110111011111111111111100101111111111110111110111111111011011111011111111111110111111
+6,41,15,85,1111110101111111111111011111111111111100101111111111110111110111111110011001111001111111111110111111
+6,41,16,86,1111110101111111111111011111111111111100101111101111110111110111111111011111110001111111111110111111
+6,41,17,84,1111110101111111111111011111111111111100101111111110110111110110111111011001111011111111111100111111
+6,41,18,85,1111110101111111110111011111111111111100101111111111110111110111111111010111111011111011111110110111
+6,42,0,90,1111111101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,42,1,85,1111110101111111111111011111111111111100101111101111110111110111111111011101111001111111110110111111
+6,42,2,87,1111111101111111110111011111111111111100101111111111110111110111111111010111111011111111111110110111
+6,42,3,86,1111110101111111110111011111111011111100101111111111110111110111111111011111111011111011111110111111
+6,42,4,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,42,5,86,1111110101111111110111011111111111011100101111111111110111110111111111011011111011111111111110111111
+6,42,6,84,1111110101111111111111011111111111111100101111101111110111110111111111011001111001101111111110111111
+6,42,7,86,1111110101111111111111010111111111111100101111111111100111110111111110011111111011111111111110111111
+6,42,8,87,1111110001111111111111011111111111111100101111111111110111110111111111011011111011111111111110111111
+6,42,9,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,42,10,86,1111110101111111110111011111111101111100101111111111110111110111111111011011111011111111111110111111
+6,42,11,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111110110111111
+6,42,12,86,1111110101111111111111011111111111111000101111111111110111110111111111011111111001111011111110111111
+6,42,13,87,1111110101111110111111011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,42,14,86,1111110101111111111111011111111111100100101111111111110111110111111111011111111011111011111110111111
+6,42,15,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111110110111111
+6,42,16,85,1111110101111111110111011111111111111000101111111111110111110111111111011011111011110111111110111111
+6,42,17,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,42,18,86,1111100101111111110111011111111111111100101111111111110111110101111111011111111011111111111110111111
+6,43,0,85,1111110101111111111111011111111111100100101111111111110111110111111111011111111011111011110110111111
+6,43,1,88,1111110101111110111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,43,2,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,43,3,85,1111110101111111111111011111111111111000101111111111110111110111111111011111111001111011110110111111
+6,43,4,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,43,5,86,1101110101111110111111011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,43,6,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,43,7,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,43,8,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,43,9,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,43,10,86,0111110101111110111111011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,43,11,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,43,12,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111011111110111111
+6,43,13,90,1111111101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,43,14,86,1111110101111110111111011111111111111100101111111111110111110111111111011011111011111111110110111111
+6,43,15,84,1111110101011111110111011111111111111000101111111111110111110111111111011101111011110111111110111111
+6,43,16,85,1111110101111111111111011111111111111100101111111111110111110111111111011001111001111111110110111111
+6,43,17,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,43,18,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111110110111111
+6,44,0,90,1111111101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,44,1,85,1111110111111111111111011111111111100100101111111011110111110111111111011111111011111011110110111111
+6,44,2,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,44,3,86,1111110101111111011111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,44,4,86,1111110101111110111111011111111111100100101111111111110111110111111111011111111011111111111110111111
+6,44,5,85,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111011110110111111
+6,44,6,89,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,44,7,87,1111110101111110111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,44,8,86,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111110110111111
+6,44,9,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,44,10,85,1111110101111111111111011111111111111100101111101111110111110111110111011111111001111011111110111111
+6,44,11,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,44,12,86,1111110101111110111111011111111111111100101111111111110111110111111111011111111011111011110110111111
+6,44,13,86,1111110101111111111111011101111111100100101111111111110111110111111111011111111011111111111110111111
+6,44,14,88,1111110101111111111111011111111111111100100111111111110111110111111111011111111011111111111110111111
+6,44,15,86,1111111101111111111111011111111111100100101111111111110111110111111111011111111011111011110110111111
+6,44,16,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,44,17,89,1111110101111111111111011111111111111101101111111111110111110111111111011111111001111111111110111111
+6,44,18,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,45,0,87,1111110101111111111111011111111111111100101111101111110111110111111111011111111001111111111110111111
+6,45,1,85,1111110101111111110111011111111111110100101111111111110111110111111111011111111001111111110110111111
+6,45,2,87,1111110101111111111111011111111111110100101111111111110111110111111110011111111011111111111110111111
+6,45,3,88,1111111101111111111111011101111111101100101111111111110111110111111111011111111011111111111110111111
+6,45,4,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,45,5,85,1111110101111110111111011111011111100100101111111111110111110111111111011111111011111111111110111111
+6,45,6,86,1111110101111111111111011101111111100100101111111111110111110111111111011111111011111111111110111111
+6,45,7,88,1111110101111111111111011111111111111100101111111111100111110111111111011111111011111111111110111111
+6,45,8,88,1111111101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,45,9,90,1111110101111111111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,45,10,87,1111110101111110111111011111111111110100101111111111110111110111111111011111111011111111111110111111
+6,45,11,87,1111110101111110111111011111111111101100101111111111110111110111111111011111111011111111111110111111
+6,45,12,86,1111110101111110111111011111111111110100101111111111110111110111111111011111111011111111101110111111
+6,45,13,86,1111110101111111111111011111111111101100101111101111110111110111111111011111111001111111111110111111
+6,45,14,90,1111111101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,45,15,89,1111111101111111111111011111111111111100101111110111110111110111111111011111111011111111111110111111
+6,45,16,84,1111110101111110111111011111110111111100101111101111110111110111111111011111111001111011111110111111
+6,45,17,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,45,18,89,1111110101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,46,0,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,46,1,89,1111111101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,46,2,87,1111110101111111111111011111111111111100101111111111110111110111111111011011111001111111111110111111
+6,46,3,91,1111111101111111111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,46,4,88,1111111101111111110111011111111111111100101111110111110111110111111111011111111011111111111110111111
+6,46,5,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,46,6,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,46,7,90,1111111101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,46,8,87,1111110101111111111111011111111111111100101111011111110111110111111111011111111011111111110110111111
+6,46,9,89,1111110101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,46,10,86,1111110101111110111111001111101111111100101111111111110111110111111111011111111011111111111110111111
+6,46,11,87,1111111101111111111111011101111111100100101111111111110111110111111111011111111011111111111110111111
+6,46,12,86,1111111101111111111111011111111011110100101111111110110111110111111111011011111011111111111110111111
+6,46,13,88,1111011101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,46,14,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,46,15,87,1111110101111111111111011111111111101100101111111111110111110111111111011111111001111111111110111111
+6,46,16,88,1111111101111111111111011111111111111100101111111111110111110111111111011111111001110111111110111111
+6,46,17,89,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,46,18,89,1111110101111111111111011111111111110101111111111111110111110111111110011111111011111111111110111111
+6,47,0,89,1111110101111111111111011111111111111101111111111111110111110111111110011111111011111111110110111111
+6,47,1,89,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,47,2,88,1111010101111111111111011111111111111101101111111111110111110111111111011111111001111111111110111111
+6,47,3,89,1111111101111110111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,47,4,90,1111111101111111111111011111111111111101111111111111110111110111111110011111111001111111111110111111
+6,47,5,89,1111110101111111111111011111111111110100111111111111110111110111111111011111111011111111111110111111
+6,47,6,89,1111111101111111111111011111111111111100101111111111110111110111111011011111111011111111111110111111
+6,47,7,87,1111110101111111111111011111111111111101101111111111110111110110111101011111111001111111111110111111
+6,47,8,89,1111110101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,47,9,87,1111011101111110111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,47,10,89,1111110101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,47,11,87,1111110101111111111110011111111111111100101111111111110111110111111111011111111011111111110110111111
+6,47,12,88,1111111101111111111111011111111111111100101111111111110111110111111111011111111001110111111110111111
+6,47,13,89,1111111101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,47,14,89,1111011101111111111111001111111111111101101111111111110111110111111111011111111011111111111110111111
+6,47,15,87,1111110101111110111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,47,16,89,1111111101111111111111011111111111110100101111111111110111110111111111011111111011111111111110111111
+6,47,17,90,1111110101101111111111011111111111111101111111111111110111111111111110011111111011111111111110111111
+6,47,18,89,1111111101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,48,0,88,1111110101111110111111011111111111111101001111111111110111110111111111011111111011111111111110111111
+6,48,1,89,1111110101111111111111011111111111110100111111111111110111110111111111011111111011111111111110111111
+6,48,2,88,1111010101111111111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,48,3,88,1111111101111110111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,48,4,90,1111111101101111111111011111111111111100111111111111110111111111111111011111111001111111111110111111
+6,48,5,89,1111110101111111111111011111111111111101101111111111110111110111111110011111111011111111111110111111
+6,48,6,88,1111110101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,48,7,88,1111111101111110111111011111111111111100101111111111110111110111111111011111111011110111111110111111
+6,48,8,88,1111111101111111111111001111111111111101101111111111110111110111111011011111111001111111111110111111
+6,48,9,88,1111011101111111111111011111111111111100101111111111110111110011111111011111111011111111111110111111
+6,48,10,89,1111111101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,48,11,88,1111110101111111111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,48,12,89,1111111101111111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,48,13,90,1111111101111111111111011111111111111100111111111111110111110111111111011111111001111111111110111111
+6,48,14,87,1111110101111111111111011111111111111100101111111111110111110111111111011111111001110111111110111111
+6,48,15,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,48,16,89,1101011101111111111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,48,17,88,1111110101111111111111001111111111111101111111111111110111110111111110011111111011111111110110111111
+6,48,18,89,1111111101111111111111011111111111111100111111111111110111110111101101011111111011111111111110111111
+6,49,0,87,1111111101111110111111011111111111111100101111111111110111110111111111011110111001111111111110111111
+6,49,1,89,1111111101111111111111011111111111111100111111111111110111110111111111011111111001111111111110110111
+6,49,2,89,1111111101111111111110011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,49,3,87,1111111101111110111111011111111111111100101111111111110111110111111111011111111001110111111110111111
+6,49,4,89,0111111101111111111111011111111111111101101111111111110111110111111110011111111011111111111110111111
+6,49,5,89,1111110101101111111111011111111111111100111111111111110111111111111111011111111001111111111110111111
+6,49,6,87,1111110101111111111111011111111111111100101101111111110111110111111111011111111011111111111110011111
+6,49,7,88,1111110101111111111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,49,8,89,1101011101111111111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,49,9,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,49,10,90,1111111101111111111111011111111111111101111111111111110111110111101101011111111011111111111110111111
+6,49,11,89,1111111101111110111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,49,12,88,1101111101111111111111011111101111111101101111110111110111110111111111011111111011111111111110111111
+6,49,13,86,1111011101111111111111001111111111111101101111111111110111110111111011011111011001111111111110111111
+6,49,14,87,1111110101111111111111011111111111111100001111111111110111110111111111011111111001111111111110111111
+6,49,15,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,49,16,89,1111010101111111111111011111111111111100111101111111110111110111111111111111111011111111111110111111
+6,49,17,87,1111110101111011111111011111111111110100101111111111110111110111111111011111111011111111111110111111
+6,49,18,87,1111110101111111111111001110111111111101111111111111110111110111111110011111111011111111110110111111
+6,50,0,87,1111111101111110111101011011111111111100101111111111110111110111111111011111111011111111111110111111
+6,50,1,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,50,2,89,1101111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,50,3,87,1111111101111111110111011111101111111101101111110111110111110111111111011111111011111111111100111111
+6,50,4,90,1111111101111110111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,50,5,88,1111111101110111111111011111111011111101101111111111110111110111101101111111111011111111111110111111
+6,50,6,89,1111111101111111111111011111111111111100111101111111110111110111111111011111111011111111111110110111
+6,50,7,87,1111110101110111111111011111111111111100101111111111110111110111111111011111111001111111111110111111
+6,50,8,88,1111110101111111111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,50,9,87,1111110101101111111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,50,10,89,1111111101101111011111011111111111111100111111111111110111110111111111011111111011111111111110111111
+6,50,11,88,0111110101111111111111011111111111111101101111111111110111111111111110011111111001111111111110111111
+6,50,12,89,0111111101011111111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,50,13,89,1111111101111110111111011111111111111101101111111111110111110111111110011111111011111111111110111111
+6,50,14,89,1111111101111111111111011111111111111100111111111111110111110111111111011111111001111111111110110111
+6,50,15,89,1111111101111111111111011111111111111101111111111111110111110111101100011111111011111111111110111111
+6,50,16,85,1101011101111111111111011111101111111101101111110111110111110110111011011111111011111111111110111111
+6,50,17,88,1101111101111110111111011111111111111101101111111111110111010111111111011111111011111111111110111111
+6,50,18,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,51,0,87,1111110101111110111111011111111111111100111101111111110111110111111111011110111011111111111110111111
+6,51,1,89,1111111101111111111111001111111111111101101111111111110111110110111111011111111011111111111110111111
+6,51,2,86,1111110101111111111111011111111111111100101101111110110111110111111110011111111011111111111110111111
+6,51,3,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,51,4,88,1111111101111110111111011111111111111101101111111111110111110110111110011111111011111111111110111111
+6,51,5,89,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111110
+6,51,6,88,1101111101111110111111011111111111111101101111111111110111110111111111011111111011101111111110111111
+6,51,7,88,1101111101111110111111011111111111111101101111111111110111010111111111011111111011111111111110111111
+6,51,8,89,1101111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,51,9,89,1111111101111110111111011111111111111101101111111111110111110111111110011111111011111111111110111111
+6,51,10,91,1111111101111111111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,51,11,87,1111110101111110111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,51,12,89,1101111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,51,13,88,1101111101111110111111011111111111111101101111111111110111010111111111011111111011111111111110111111
+6,51,14,87,1101111101111110111111011111111111111101101111111111110111010111111111011111111011111111110110111111
+6,51,15,89,1101111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,51,16,86,1101111101111110111101011111111111111101101111111111110111010111111111001111111011111111111110111111
+6,51,17,87,1111111101111110111111011011111111011100101111111111110111110111111111011111111011111111111110111111
+6,51,18,90,1111111101111111111111011111111111111101101111111111110111110111111111001111111011111111111110111111
+6,52,0,86,1101111101111110111111011111111111111101101111111111110111010101111111011111111011111111110110111111
+6,52,1,91,1111111101111111111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,52,2,88,1101111101111110111111011111111111111101101111111111110111110111111111001111111011111111111110111111
+6,52,3,90,1111111101111111111111011111111111111101101111111111110111110111111111011111111011111111111110110111
+6,52,4,87,1111111101111110111111011111111111111101101111111111110111110110111110011111111001111111111110111111
+6,52,5,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,52,6,88,1111111101101111111111011111111111111101101111111111110111110111111110001111111011111111111110111111
+6,52,7,87,1111111101111010111111011111111111111101101111111111010111110110111111011111111011111111111110111111
+6,52,8,90,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,52,9,90,1101111101111110111111011111111111111101101111111111111111110111111111011111111011111111111110111111
+6,52,10,88,1111111101111110111111011111111111111101101111111111110111110110111110011111111011111111111110111111
+6,52,11,90,1111111101111111111111001111111111111101101111111111110111110111111111011111111011111111111110111111
+6,52,12,88,1111110101111110111111011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,52,13,87,1101111101111110111111011111111111111101101101111111110111010111111111011111111011111111111110111111
+6,52,14,90,1101111101111110111111011111111111111101101111111111110111111111111111011111111011111111111110111111
+6,52,15,87,1101111101111110111111011111111111111101101111111111110111110111111110001111111011111111111110111111
+6,52,16,86,1101111101111110101111011111111111111101101111111111110111110111111111011111111011101111111110111101
+6,52,17,85,1111111101111110111111011011111111011100001111111111110111110111111111011111111011111101111110111111
+6,52,18,87,1111110101111110111111011111111111111100101101111111110111110111111111011111111011111111111110111111
+6,53,0,88,1111110101111111111111001111111111111100101111111111110111110111111111011111111011111111111110111111
+6,53,1,90,1111111101111110111111111111111111111101101101111111110111110111111111011111111011111111111110111111
+6,53,2,90,1111111101111111111111011111111111111100111111111111110111110110111111011111111011111111111110111111
+6,53,3,91,1111111101111111111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,53,4,86,1111111101111010111111011111111111111101101111111111110111110110101111011111111011111111111110111110
+6,53,5,87,1111111101111110111110011111111111111101101111111111010111100111111111011111111011111111111110111111
+6,53,6,88,1101111101111111111111011111111111111101101111111111110111110111110111001111111011111111111110111111
+6,53,7,90,1111111101111110111111001111111111111101101111111111110111111111111111011111111011111111111110111111
+6,53,8,90,1101111101111110111111011111111111111101101111111111110111111111111111011111111011111111111110111111
+6,53,9,87,1101111101111110111111010111111111111101101111111111110111110111111111001111111011111111111110111111
+6,53,10,87,1101111101111010111111011111111111111101101111111111110111010111111111011111111011111111111110111111
+6,53,11,89,1101111101111110111111011111111111111101101101111111110111111111111111011111111011111111111110111111
+6,53,12,90,1101111101111110111111011111111111111101101111111111111111110111111111011111111011111111111110111111
+6,53,13,87,1111110101111110111101011111111111111100101111111111110111110111111111011111111011111111111110111111
+6,53,14,89,1111111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111110
+6,53,15,91,1111111101111110111111011111111111111101111111111111110111110111111111011111111011111111111110111111
+6,53,16,89,1111111101111110111111111111111111111101101111111111110111110110111110011111111011111111111110111111
+6,53,17,87,1101111101111110111111011111111111111101101111111111110111110111111110001111111011111111111110111111
+6,53,18,90,1111111101111110111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,54,0,89,1111111101111110111111011111111111111101101111111111010111110111111111011111111011111111111110111111
+6,54,1,90,1111111101111110111111001111111111111101111111111111110111111111111111011111111011111111110110111111
+6,54,2,90,1111111101111110111111011111111111111101101111111111111111110011111111011111111011111111111110111111
+6,54,3,88,1101111101111110111111011111111111111101101111111111110111110111111111011111111011111111111110111110
+6,54,4,86,1111110101111110111011111111111111111100101111111111110111110110111110011111111011111111111110111111
+6,54,5,89,1111111101111110111101011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,54,6,89,1111111101111101111111011111111111111101111111111111110111110110110111011111111011111111111110111111
+6,54,7,88,1111111101111110111111011111111110111101101111111111110111110110111111011111111011111111111110111111
+6,54,8,89,1111111101111111111111011111111111101101111111111111110111110110110111011111111011111111111110111111
+6,54,9,88,1101111101111111111111011111111111111101101111111111110111110111111111001111111011111101111110111111
+6,54,10,90,1111111101111111111111011111111111111100111111111111110111110110111111011111111011111111111110111111
+6,54,11,89,1111111101111110111111111111111111111101101111111111110111110110111110011111111011111111111110111111
+6,54,12,90,1111111101111110111111011111111111111101101111111111111111110111111111010111111011111111111110111111
+6,54,13,88,1101111101111111111111011111111111101100111111111111110111110110111111011111111011111111111110111111
+6,54,14,90,1111111101111111111111011111111111111101111111111111110111110110111101011111111011111111111110111111
+6,54,15,90,1111111101111110111111011111111111111101111111111111110111110110111111011111111011111111111110111111
+6,54,16,86,1101110101111110111111011111111111111100101101111111110111111111111111011110111011111111111110111111
+6,54,17,89,1111111101111110111101011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,54,18,91,1111111101111111111111111111111111111101111101111111110111110111111111011011111011111111111110111111
+6,55,0,89,1111111101111111111111011111111111111101111101111111110111110110111111011011111011111111111110111111
+6,55,1,92,1111111101111111111111111111111111111100111111111111110111110111111111011111111011111111111110111111
+6,55,2,89,1111111101111110111011111111111111111101101111111111110111110110111111011111111011111111111110111111
+6,55,3,89,1111111101111110111111011111111111111101101111111111111111110111111110010111111011111111111110111111
+6,55,4,90,1111111101111110111111011111111111111101101111111111111111111111111111010111111011111111110110111111
+6,55,5,88,1111111101111110111111001111101111111100111111111111110111110111111111011111111011111111111110111111
+6,55,6,89,1111111101111100111111001111111111111101111111111111110111111110111111011111111011111111111110111111
+6,55,7,90,1111111101111111111111011111111111111101111111111111110111110111110111011111111011111111110110111111
+6,55,8,91,1111111101111111111111111111111111111101111101111111110111110111111111011011111011111111111110111111
+6,55,9,88,1111111101111110111111011111111110111101101111111111110111110110111111011111111011111111111110111111
+6,55,10,89,1111111101111110111111111111111111111101101111111111110111110110111110011111111011111111111110111111
+6,55,11,89,1111111101111110111101011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,55,12,90,1111111101111100111111001111111111111101111111111111110111111111111111011111111011111111111110111111
+6,55,13,88,1111111101111111111111011111111111111101111111111111110111110110110111011111111011111110110110111111
+6,55,14,88,1111111101111011110111011111111111111100111111111111110111110110111111011111111011111111111110111111
+6,55,15,89,1111111101111110111111111111111111111101101111111111110111110110111110011111111011111111111110111111
+6,55,16,89,1111111101111110111111011111111111111100101111111111111111110011111111011111111011111111111110111111
+6,55,17,88,1111111101111110111111011111111111111101101111111111110111110110110111011111111011111111111110111111
+6,55,18,89,1111111101111111111111011111011111111101111111111111110111110110111101011111111011111111111110111111
+6,56,0,92,1111111101111111111111111111111111111100111111111111110111110111111111011111111011111111111110111111
+6,56,1,87,1111111101111110011011111111111111111101101111111111110111110110111110011111111011111111111110111111
+6,56,2,90,1111111101111001111111101111111111111101111111111111110111111111111111011011111011111111111110111111
+6,56,3,89,1111111101111110111111011111111111111101111101111111110111110110111111011111111011111111111110111111
+6,56,4,88,1111111101111111111111011111011111111101101111111111110111110110111101011111111011111111111110111111
+6,56,5,89,1111111101111110111111011111111111111101111111111111111111110111111110010111011011111111111110111111
+6,56,6,90,1111111101111110111111011111111111111101101111111111111111111111111111010111111011111111110110111111
+6,56,7,89,1111111101111100111111001111111111111101111111111111110111111111111101011111111011111111111110111111
+6,56,8,90,1111111101111110111111011111111111111101101111111111111111111111111111010111111011111111110110111111
+6,56,9,90,1111111101111100111111001111111111111101111111111111110111111111111111011111111011111111111110111111
+6,56,10,89,1111111101111110111111101111111111111101111111111111110111110110111110011111111011111111111110111111
+6,56,11,89,1111111101111100111111011111111111111101101111111111110111111110111111011111111011111111111110111111
+6,56,12,89,1111111101111110111111011111111111111101101111111111111111110111111110010111111011111111111110111111
+6,56,13,89,1110111101111100111111001111111111111101111111111111110111111111111111011111111011111111111110111111
+6,56,14,90,1111111101111111111111111111111111111101111101111111110111110110111111011011111011111111111110111111
+6,56,15,89,1111111001111111111111011111111111111100111111011111110111110111111111011111111011111111111110111111
+6,56,16,87,1111111101111110101101011111111111111101101111111111110111110111111111011111111011111111110110111111
+6,56,17,91,1111111101111111111111011111111111111101111111111111110111110111110111011111111011111111111110111111
+6,56,18,89,1111111101111110111101011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,57,0,91,1111111101111111111111111111111111111101111101111111110111110110111111011111111011111111111110111111
+6,57,1,90,1111111101111111111111011111111111111101111111111111110111110111110111011011111011111111111110111111
+6,57,2,90,1111111101111001111111101111111111111101111111111111110111111111111111011011111011111111111110111111
+6,57,3,90,1111111101111001111111101111111111111101111111111111110111111111111111011011111011111111111110111111
+6,57,4,90,1111111101111110111111011111111111111101111111111111110111110111110111011111111011111111111110111111
+6,57,5,89,1110111101111101111111001111111111111101111111111111110111111111111111011111011011111111111110111111
+6,57,6,89,1111111101111100111111011111111111111101111111111111110111111110111110011111111011111111111110111111
+6,57,7,88,1111111101111110111111001111111111111101111101111111110111110111111111011111111010111111111110111111
+6,57,8,91,1111111101111111111111011111111111111101111111111111110111111110111111011011111011111111111110111111
+6,57,9,88,1111111101111100111111111111111111111101101101111111110111110110111111011111111011111111111110111111
+6,57,10,88,1111111101111011011011111111111111111101101111111111110111111110111111011011111011111111111110111111
+6,57,11,89,1111111101111100111111101111111111111101111111111111110111110111111110011111111011111111111110111111
+6,57,12,87,1111111101101110111101111111111111111101101111111111110111110100111111011111111011111111111110111111
+6,57,13,87,1101111101111110101111001111111111111101111111111111110111110111111110011111111011111111111110111111
+6,57,14,89,1111111101111110101101011111111111111101101111111111111111111111111111011111111011111111110110111111
+6,57,15,88,1111111101111110111111011111111111111101101111111111100111110111111111010111111011111111111110111111
+6,57,16,89,1111111101111111111111011111111111111100101111111111111111110111111111010111111011111111110110111111
+6,57,17,93,1111111101111110111111111111111111111101111111111111110111111111111111011111111011111111111110111111
+6,57,18,86,1111111101111100011011101111111111111101111111111111110111110110111110011111111011111111111110111111
+6,58,0,90,1111111101111111101111011111111111111101111111111111110111111110111111011011111011111111111110111111
+6,58,1,88,1111111101111010111101011111111111111101101111111111111111111110111111011111111011111111110110111111
+6,58,2,88,1111111101111101111111011111111111111101111111111111110111110111110111011001111011111111111110111111
+6,58,3,90,1111111101111110111111101111111111111101111111111111110111110111111110011111111011111111111110111111
+6,58,4,93,1111111101111111111111111111111111111101111111111111110111111110111111011111111011111111111110111111
+6,58,5,92,1111111101111110111111111111111111111101111101111111111111110111111111011111111011111111111110111111
+6,58,6,92,1111111101111111111111011111111111111101111111111111111111111111111111010111111011111111110110111111
+6,58,7,90,1111111101111110111111111111111111111100101111111111110111110111111111011111111011111111111110111111
+6,58,8,89,1111111101111110101111011111111111111101111111111111111111111111110111011011111011111111110110111111
+6,58,9,90,1111111101111111111101011111111111111101101111111111110111110111111111011111111011111111111110111111
+6,58,10,91,1111111101111111111111011111111111111101111111111111110111111110111111011011111011111111111110111111
+6,58,11,89,1111111101111100111111011111111111111101111111111111110111111110111110011111111011111111111110111111
+6,58,12,89,1111111101111100111111101111111111111101111111111111110111110111111110011111111011111111111110111111
+6,58,13,89,1111111101111100111111101111111111111101111111111111110111110111111110011111111011111111111110111111
+6,58,14,91,1111111101111110111111111111111111111101111111111111110111111110111110011111111011111111111110111111
+6,58,15,90,1111111101111100111111011111111111111101111111111111110111111111111111011111111011111111111110011111
+6,58,16,89,1111111101111110111101011111111111111101111111111111110111110111110111011111111011111111111110111111
+6,58,17,90,1111111101111110101111011111111111111101101111111111111111111111111111011111111011111111110110111111
+6,58,18,91,1111111101111011111111001111111111111101111111111111110111111111111111011111111011111111111110111111
+6,59,0,89,1111111101111110111111001111111111111101111111111111110111110111111111011111111011111111110110111111
+6,59,1,89,1111111101111100101111111111111111111101101111111111111111110111111110011111111011111111111110111111
+6,59,2,87,1111111101111011101111001111111111111101111111111111110111111110011111011011111011111111111110111111
+6,59,3,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,59,4,91,1111111101111111111111011111111111111101111111111111110111111111111111011001111011111111111110111111
+6,59,5,88,1111111101111110101111011111111111111101111111111111111111111110110111011011111011111111110110111111
+6,59,6,90,1111111101011110111111111111111111111101111101111111110111110111111111011111111011111111111110111111
+6,59,7,91,1111111101111110111111101111111111111101111111111111111111110111111110011111111011111111111110111111
+6,59,8,89,1111111101111101111111001111111111111101111111111111110111111111111111010111111011111011111110111111
+6,59,9,90,1111111001111110111111111111111111111101111111111111111111110111111110011111111011111111110110111111
+6,59,10,90,1111111101111111101111011111111111111101111111111111111111111110111111011011111011111111110110111111
+6,59,11,92,1111111101111111111111011111111111111101101111111111110111111111111111011111111011111111111110111111
+6,59,12,93,1111111101111111111111111111111111111101111111111111110111111111111111010111111011111111111110111111
+6,59,13,92,1111111101111111111111011111111111111101111111111111111111111110111111011111111011111111110110111111
+6,59,14,89,1111111101111100111111111111111111111101101111111111110111111110111110011111111011111111111110111111
+6,59,15,91,1111111101111110111111111111111111111101111111111111110111111111111110011011111011111111111110111111
+6,59,16,89,1111111101111110101111101111111111111101111111111111110111110111111110011111111011111111111110111111
+6,59,17,91,1111111101111111111111011111111111111101111111111111110111111110111111011011111011111111111110111111
+6,59,18,90,1111111101111100111111111111111111111101111111111111110111111111111110011111111011111111111110011111
+6,60,0,90,1111111101011110111111011111111111111101111111111111110111111111111111011110111011111111111110111111
+6,60,1,87,0111111101111100101111111111111111111101101111111111111111110110111110011111111011111111111110111111
+6,60,2,90,1111111101111110111111101111111111111101111111111111111111110111111110011111111011111111111110111101
+6,60,3,91,1111111101111110111111101111111111111101111111111111111111110111111110011111111011111111111110111111
+6,60,4,91,1101111101111111111111111111111111111101111111111111110111110111111110011111111011111111111110111111
+6,60,5,89,1111111001111110111111011111111111111101101111111111111111111111111111011111111011111111110110101111
+6,60,6,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,60,7,89,1111111101111111111111011111111111111101101111111110110111111110111111011011111011111111111110111111
+6,60,8,91,1111111101111111111111111111111111111101111111111111110111111110111110010111111011111111111110111111
+6,60,9,90,1111111101111100111111111111111111111001101111111111110111111111111111011111111011111111111110111111
+6,60,10,90,1111111101011111111111011111111111111101111101111111111111110111111111011111111011111111110110111111
+6,60,11,92,1111111101111110111111111111111111111101111111111111110111111110111111011111111011111111111110111111
+6,60,12,89,1111111101111110111111101111111111111101111111111111110111110111111110011111101011111111111110111111
+6,60,13,90,1111111101111111101111011111111111111101111111111111110111111110111111011011111011111111111110111111
+6,60,14,90,1111111101111100111111101111111111111101111111111111111111111111111110011111111011111011111110111111
+6,60,15,90,1111111101111111111111001111111111111101111111111111110111110111111111010111111011111111111110111111
+6,60,16,91,1111111101111111101111011111111111111101111111111111111111111110111111011111111011111111110110111111
+6,60,17,91,1111111101111111111111011111111111111101111111111111111111111110111111011011111011111111110110111111
+6,60,18,88,1111110101111110111111011111111111111101111111111111110111111111111111011111111011111101111110001111
+6,61,0,90,1111111101111111111111011111111111111101111111111111111111111100111111011011111011111111110110111111
+6,61,1,88,1111111101111110111111101111111111111101111111111111110111110111111110011111101011111111011110111111
+6,61,2,89,1111111101111111101111011111111101111101111111111111111111111110111111011011111011111111110110111111
+6,61,3,90,1111111101111111101111011111111111111101111111111111110111111110111111011111111011111011111110111111
+6,61,4,91,1111111101111111101111011111111111111101111111111111111111111110111111011111111011111111110110111111
+6,61,5,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,61,6,92,1111111101111111111111111111111111111101111111111111110111111111111110011111111011111111110110111111
+6,61,7,91,1111111101111101101111011111111111111101111111111111111111111110111111011111111011111111111110111111
+6,61,8,90,1111111101111100111111111111111111111101111111111111110111111111111110010111111011111111111110111111
+6,61,9,90,1111101101111111111111101111111111111101111111111111111111111110111110011111111011111011111110111111
+6,61,10,92,1111111101111101111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,61,11,91,1111111101111111111111111111111111111101111111111111110111111110111110010111111011111111111110111111
+6,61,12,90,1101111101111111111111111111111111111101111111111111110111110111111110011111111011111111111110011111
+6,61,13,91,1101111101111111111111111111111111111101111111111111110111110111111110011111111011111111111110111111
+6,61,14,89,1111111101111100111111111111111111111001101111111111110111111111111110011111111011111111111110111111
+6,61,15,91,1111111101111100111111101111111111111101111111111111111111111111111111011111111011111011111110111111
+6,61,16,89,1111111101111100111111101111111111111101111101111111111111110111111110011111111011111111111110111111
+6,61,17,91,1111111101011111111111011111111111111101111111111111111111111111111111011111111011111011110110111111
+6,61,18,91,1111111101111111111111011111111111110101111111111111111111110111111111011111111011111111110110111111
+6,62,0,91,1111111101101101111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,62,1,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,62,2,88,1111111101111110111111101111111111111101111111111111110111110111111110011111101011111111011110111111
+6,62,3,91,1111111101111011111111111111111111111101111111111111110111111111111110011111111011111111110110111111
+6,62,4,91,1111111101111111111111011111111111110101111111111111111111110111111111011111111011111111110110111111
+6,62,5,91,1111111101111111111111011111111111110101111111111111111111110111111111011111111011111111110110111111
+6,62,6,91,1111111101111111111111111111111111111101111111111111111111110111111110011111111011111011101110111111
+6,62,7,88,1101111101011111111111011111111101110101111111111111110111111111111111011111111011111111110110111111
+6,62,8,91,1111111101111101111111001111111111111101111111111111111111111111111111011111111011111011111110111111
+6,62,9,90,1111111101111100111111111111111111011101011111111111110111111111111111011111111011111111111110111111
+6,62,10,92,1111111101111111111111010111111111111101111111111111110111111111111111011111111011111111111110111111
+6,62,11,91,1111111101111111111111011111111111111101110111111111110111111111111111010111111011111111111110111111
+6,62,12,91,1111111101111101111111011111111111111101111111111111110111111111111111011111111011111111110110111111
+6,62,13,92,1111111101111111111111111111111111111101111111111111110110111111111110011111111011111111111110111111
+6,62,14,91,1111111101111011111111011111111111111101111111111111111111111110111111011111111011111111110110111111
+6,62,15,90,1111111101111101101111011111111111111101111111111111111111111110111111011011111011111111111110111111
+6,62,16,91,1111111101011111111111111111111111111101111111111111110111111111111110011111111011111111110110111111
+6,62,17,92,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011110110111111
+6,62,18,88,1111111101111100111111111111111111111001101111111111110111111111111110011111111011011111111110111111
+6,63,0,91,1111111101111011111111011111111111111101110111111111110111111111111111011111111011111111111110111111
+6,63,1,91,1111111101111111111111111111111111111101111111111111110111111111111110010111111011111111110110111111
+6,63,2,92,1111111101111111111111010111111111111101111111111111110111111111111111011111111011111111111110111111
+6,63,3,92,1111111101111111111111111111111111111101111111111111110110111111111110011111111011111111111110111111
+6,63,4,91,1111111101111011111111111111111111111101111111111111110111111111111111011111111011111111110110111011
+6,63,5,91,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111011110110111111
+6,63,6,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,63,7,90,1111111101011111111111111111111111111101111111111111110111111111111110011111111011111111110110111110
+6,63,8,90,1111111101111101111111001111111111110101111111111111111111110111111111011111111011111111111110111111
+6,63,9,92,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011110110111111
+6,63,10,90,1111111101011111111111111111111111110101111111111111110111111111111110011111111011111111110110111111
+6,63,11,92,1111111101111111111111011111111111111101111111111111111111110111111111011111111011111111110110111111
+6,63,12,93,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,63,13,89,1101111101111111111111110111111111111101111111111111111111110111111110011111111011111011101110111111
+6,63,14,89,1111111101111011111111010111111111111101111111111111110111111110111111011111111011111111111110111110
+6,63,15,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111110110111111
+6,63,16,90,1111111101111101111111011111111111111101111111111111111111111111111110011111111011111011110110111111
+6,63,17,92,1111111101111111111111011111111111111101111111111111110111111111111111011111111011111111110110111111
+6,63,18,92,1111111101111111111111111111111111111101111111111111111111111111111110011111111011111011101110111111
+6,64,0,91,1111111101111011111111011111111111111101110111111111110111111111111111011111111011111111111110111111
+6,64,1,92,1111111101111111111111010111111111111101111111111111110111111111111111011111111011111111111110111111
+6,64,2,90,1111111101011111111111111111111111111101111111111111110111111111111110011111111011111111110110111110
+6,64,3,92,1111111101111011111111111111111111111111111111111111110111111111111111011111111011111111110110111011
+6,64,4,92,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011110110111111
+6,64,5,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111110110111111
+6,64,6,91,1111111101111011101111011111111111111101111111111111110111111111111111011111111011111111111110111111
+6,64,7,92,1111111101111111111111011111111111111101110111111111110111111111111111011111111011111111111110111111
+6,64,8,92,1111111101111111111111111111111111111101111111111111111111111111111110011111111011111011101110111111
+6,64,9,91,1111111101111111111111111111111111111101111111111111111111101111111110011111111011111011101110111111
+6,64,10,92,1111111101111111111111011111111111111101111111111111111111011111111111011111111011111111110110111111
+6,64,11,90,1111111101111111111111011111111111111101111111101111110111110111111111011111111011111111110110111111
+6,64,12,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111110110111111
+6,64,13,91,1111111101111111111111011111111111111101111111111101111111111111111111011111111011111011110110111111
+6,64,14,90,1111111101111101111111001111111111110101111111111111111111111111111111011111111011111011111110111111
+6,64,15,92,1111111101111111111111011111111111111101111111111111111111110111111111011111111011111111110110111111
+6,64,16,92,1111111101111111111111011111111111111101111111111111111111110111111111011111111011111111110110111111
+6,64,17,93,1111111101111111111111111111111111111111111111111111111111111111111110011111111011111011101110111111
+6,64,18,90,1111111101111111111111011111111011110101111111111111111111111111111111011111111011111011110110111111
+6,65,0,91,1111111101111011111111011111111111111101110111111111110111111111111111011111111011111111111110111111
+6,65,1,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,65,2,90,1111111101111111111111111111111111111101111111111111110111111111111110011111111011111111110110111010
+6,65,3,92,1111111101011011111111111111111111111111111111111111110111111111111111011111111011111111110110111111
+6,65,4,92,1111111101111111111111011111111111111101111111111111111111101111111110011111111011111111111110111111
+6,65,5,92,1111111101111111111111111111111111111111111111111110111111111111111111011111111011111011100110111111
+6,65,6,89,1111111101111101111111101111111111111101111111111111111111110011111111011111111011111011101110111111
+6,65,7,94,1111111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110111111
+6,65,8,90,1111111101111111111111011111111111111101111111111101110111111111111111011111111011111011111110101111
+6,65,9,90,1111111101111110111111011111111111111101110111111111111111011111111111011111111011011111111110111111
+6,65,10,92,1111111101111111111111111111111111111101111111111111111111111111111110011111111011111011101110111111
+6,65,11,92,1111111101111111111111011111111111111101111111111111111111101111111111011111111011111111110110111111
+6,65,12,92,1111111101111111111111111111111111111101111111111111111111111111111110011111110011111011111110111111
+6,65,13,91,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011100110111111
+6,65,14,93,1111111101111111111111010111111111111101111111111111111111111111111111011111111011111111111110111111
+6,65,15,90,1111111101111111111111011111111111111101111011111111110111011111111111011111111011111111110110111111
+6,65,16,92,1111111101111111111111011111111111111101111111111111111111110111111111011111111011111111110110111111
+6,65,17,91,1111111101111011111111011111111111111101110111111111110111111111111111011111111011111111111110111111
+6,65,18,92,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111111101110111111
+6,66,0,90,1111111001111111111111011111111111110101111111111111111111101111111111011111111011111111110110111111
+6,66,1,93,1111111101111111111111010111111111111101111111111111111111111111111111011111111011111111111110111111
+6,66,2,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111110110111111
+6,66,3,91,1111111101011011111111111111111111111111111111111111110111101111111111011111111011111111110110111111
+6,66,4,93,1111111101111111111111010111111111111101111111111111111111111111111111011111111011111111111110111111
+6,66,5,92,1111111101111111111111011111111111111101111111111111111111101111111111011111111011111111110110111111
+6,66,6,91,1111111101111111111111001111111111111111111111111110111111111111111110011111111011111111110110111111
+6,66,7,94,1111111101111111111111111111111111111111111111111111111111111111111111011111111011111011101110111111
+6,66,8,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,66,9,92,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111111110110111111
+6,66,10,91,1111111101111111111111110111111111111101111110111111111111111111111110011111110011111111111110111111
+6,66,11,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,66,12,94,1111111101111111111111011111111111111111110111111111111111111111111111011111111011111111111110111111
+6,66,13,93,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111111111110111111
+6,66,14,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,66,15,91,1111111101111111111111011111111111111101110111111111111111101111111111011111111011111111110110111111
+6,66,16,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,66,17,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,66,18,92,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111011110110111111
+6,67,0,92,1110111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,67,1,92,1111111101111011111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,67,2,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,67,3,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,67,4,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,67,5,91,1111111101111111111111001111111111111101110111101111111111111111111111011111111011111111111110111111
+6,67,6,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,67,7,92,1111111101111111111111011111111111111111110111111111111111111111111111001111111001111111111110111111
+6,67,8,91,1111111101111011111111011111111111111111110111111111110111101111111111011111111011111111111110111111
+6,67,9,92,1111111101011111111111111111111111111101111111111111011111111111111111011111111011111111110110111111
+6,67,10,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,67,11,93,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111111111110111111
+6,67,12,93,1111111101111011111111011111111111111111111111111111111111101111111111011111111011111111111110111111
+6,67,13,90,1111111101001111111111111111111111111101110111111111110111111111111111011111111011111111110110111111
+6,67,14,92,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111111110110111111
+6,67,15,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,67,16,93,1111111101111111111111011111111111111101111111111111111111110111111111011111111011111111111110111111
+6,67,17,94,1111111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110111111
+6,67,18,91,1111011101111111111111010111111111111101111111111111111111111111111111011111111011101111111110111111
+6,68,0,93,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,68,1,92,1111111101011011111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,68,2,90,1111111101111111111110011111111111111101111111101111111111111111111111011111111011111101011110111111
+6,68,3,91,1111111101111111111111001111111111111101110111111111111111110111111111011111111011111111111110111111
+6,68,4,92,1111111101111011111111011111111111111101111111111111111111111111111111011111111011111011111110111111
+6,68,5,92,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111011111110111110
+6,68,6,92,1111111101111011111111011111111111111111110111111111111111101111111111011111111011111111111110111111
+6,68,7,94,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111111110111111
+6,68,8,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,68,9,91,1111111101111111111111011111111111111101110110111111111111110111111111011111111011111111111110111111
+6,68,10,92,1111111101111111111111011111111111111101110111111111111111111111111111011111111011111011111110111111
+6,68,11,94,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111111110111111
+6,68,12,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,68,13,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,68,14,92,1111111101111111111111011111111111111111110111111111111111111111111111001111111001111111111110111111
+6,68,15,92,1111111101111111111111011111111111110101110111111111111111111111111111011111111011111111111110111111
+6,68,16,93,1111111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110101111
+6,68,17,92,1111111101111111111111011111111111111101111111111111111111111111111110011111111011111111110110111111
+6,68,18,93,1111111101111111111111011111111111111111111111111111111111101111111110011111111011111111111110111111
+6,69,0,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,69,1,92,1110111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110101111
+6,69,2,92,1110111101111111111111011111111111111101111111111111111111111111111110011111111011111111111110111111
+6,69,3,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,69,4,93,1111111101111111111111011111111111111111111111111111111111100111111111011111111011111111111110111111
+6,69,5,94,1111111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110111111
+6,69,6,94,1111111101111111111111011111111111111111111111111111111111111111111111001111111011111111111110111111
+6,69,7,92,1111111101111111111111011111111111111101110111111111111111111111111111011111111001111111111110111111
+6,69,8,92,1111111101111011111111011111111111111111111111111111111111111111111111011111111011110111111110101111
+6,69,9,94,1111111101111111111111011111111111111111111111111111111111111111111110011111111011111111111110111111
+6,69,10,93,1111111101111011111111011111111111111111111111111111111111101111111111011111111011111111111110111111
+6,69,11,92,1111111101111111111111011111111111111101110111111110111111111111111111011111111011111111111110111111
+6,69,12,93,1111111101111011111111011111111111111101111111111111111111111111111111011111111011111111111110111111
+6,69,13,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,69,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,69,15,93,1110111101111011111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,69,16,94,1111111101111011111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,69,17,93,1111111101111111111111011111111111111111111111101111111111110111111111011111111011111111111110111111
+6,69,18,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,0,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,70,1,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,70,2,93,1110101101111111111111011111111111011111111111111111111111111111111111111111111011111111111110111111
+6,70,3,92,1111111101111111111111011111111111111111111111101111111111110111111110011111111011111111111110111111
+6,70,4,93,1111111101111111111111011111111111111111111111111111111111111111111110010111111011111111111110111111
+6,70,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,7,91,1111111101111111111111011111111111111111111111101111110111110111111111011111111011111011111110111111
+6,70,8,93,1111111101111111111111011111111111111111111111111111111111110111111101011111111011111111111110111111
+6,70,9,92,1110111101111111111111011101111111111111111111101111111111111111111111011111111011111111111110111111
+6,70,10,92,1110111101101011111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,11,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,14,93,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110101111
+6,70,15,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,70,16,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,70,17,93,1111111101111111111111011111111111111111111101111111111111111111111111001111111011111111111110111111
+6,70,18,93,1111111101111111111011011111111111111111111111111111111111111111111111001111111011111111111110111111
+6,71,0,94,1111111101111111111111011111111111111111111111111111111111111111101111011111111011111111111110111111
+6,71,1,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,2,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110101111
+6,71,3,94,1111111101111111111111011111111011111111111111111111111111111111111111011111111011111111111110111111
+6,71,4,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,71,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,7,94,1111111101111111111111011111111111111111111110111111111111111111111111011111111011111111111110111111
+6,71,8,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111001111111111110111111
+6,71,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,10,93,1110111101111111111111011011111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,11,93,1110111101111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,71,12,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,14,94,1111111101111111111111011111111111111111111111111111111111111101111111011111111011111111111110111111
+6,71,15,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,16,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,71,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,71,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,0,94,1111111101111111111111011111111111111111111111111111111111111111101111011111111011111111111110111111
+6,72,1,93,1110111101111111111111011111111111111111111111111111111111111111111101011111111011111111111110111111
+6,72,2,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,72,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,4,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,5,93,1111111101111111111111011111111111111111111111111111111111111111111111011111101011111111110110111111
+6,72,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,7,93,1111111101111111111111011011111111111111111110111111111111111111111111011111111011111111111110111111
+6,72,8,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,72,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,12,94,1111111101111111111111011111111111111111111111111111111111111111111111001111111011111111111110111111
+6,72,13,93,1111111101111111111111011111111111111111111100111111111111111111111111011111111011111111111110111111
+6,72,14,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111001111111110110111111
+6,72,15,94,1111111101111111111111011111111111111111111111111111111111101111111111011111111011111111111110111111
+6,72,16,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,72,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,0,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,73,1,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,2,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111011111110111101
+6,73,3,93,1111111101111111111111011111111111111111111111111101111111111111111111010111111011111111111110111111
+6,73,4,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,8,94,1111111101111111111111011111111111111111111110111111111111111111111111011111111011111111111110111111
+6,73,9,94,1111111101111111111111011111111111111111111101111111111111111111111111011111111011111111111110111111
+6,73,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,14,93,1111111101111111111111011111111111111111111111111111111111001111111111011111111011111111111110111111
+6,73,15,94,1111111101011111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,16,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,73,17,93,1011111101111111111111011111111111111111111111111111111111111111111111011111111011111110111110111111
+6,73,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,0,94,1111011101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,1,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,74,2,92,1111111101111111111111011111111111111111111111111101111111111101111111011111111011111110111110111111
+6,74,3,94,1011111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,4,94,1111111101111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,5,94,1111111101111111111111011111111111111111111111111111111111111101111111011111111011111111111110111111
+6,74,6,94,1110111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,8,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,10,94,1111111101111111111111011111111111111111111111111111111111101111111111011111111011111111111110111111
+6,74,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,14,94,1111111101111111111111011111111111111111111111111111011111111111111111011111111011111111111110111111
+6,74,15,94,1111111101111111111111011111111111111111111111111110111111111111111111011111111011111111111110111111
+6,74,16,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,74,18,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111110110111111
+6,75,0,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,1,94,1011111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,2,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,3,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111110111111
+6,75,4,94,1111111101111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,7,94,1011111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,8,93,1111111101111111111111011111111111111111111111111111011111111111111111011111111011111111110110111111
+6,75,9,93,1111111101111111111111011111111111110111111111111111111111111111111111011111111011111101111110111111
+6,75,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,12,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111011110110111111
+6,75,13,94,1111111101111111111111011111111111111111111111111111110111111111111111011111111011111111111110111111
+6,75,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,15,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,16,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111110111111
+6,75,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,75,18,93,1111111101111111111111011111111111111111111111111111111111111111111111011111110011111111110110111111
+6,76,0,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,1,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,2,94,1111111101111111111111011111111111111111111111111111111111111111101111011111111011111111111110111111
+6,76,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,4,94,1111111101111111111111011111111111111111111111111111111111111111111111010111111011111111111110111111
+6,76,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,6,94,1111111101111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,8,92,1011111101111111111111011011111111111111111111111111111111111111111111010111111011111111111110111111
+6,76,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,10,94,1111111101111111111111011101111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,12,94,1111111101111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,13,92,1011111100111111111111011111111111111111111111111111111111111111111111011111101011111111111110111111
+6,76,14,93,1011111101101111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,15,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,16,94,1111111101111111111111011101111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,76,18,93,1111111001111111111111011111111111111111111111111111110111111111111111011111111011111111111110111111
+6,77,0,92,0111111101111111111111011111111111101111111111111111111111111111111111010111111011111111111110111111
+6,77,1,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,2,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,4,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,77,5,93,1111111101111111111111011101111111111111111111111110111111111111111111011111111011111111111110111111
+6,77,6,94,1101111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,8,94,1111111101111111111111011111111111111111111111111111111111111111111111011101111011111111111110111111
+6,77,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,14,93,1111111101111111111111011101111111111111111111111111111111111111111111011111111011111111111110101111
+6,77,15,94,1111111101111111111111011111111111011111111111111111111111111111111111011111111011111111111110111111
+6,77,16,93,1111110101111111111111011111111111111111111111111111111111111111111111010111111011111111111110111111
+6,77,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,77,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,0,93,1111111101111111111111011111111111011111111101111111111111111111111111011111111011111111111110111111
+6,78,1,95,1111111101110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,78,2,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,3,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,78,4,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,5,93,1111110101111111111111011111111111111111111111111111111111111111111111010111111011111111111110111111
+6,78,6,94,1111101101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,8,94,1111111101111111111111011111111111111111111111111110111111111111111111011111111011111111111110111111
+6,78,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,10,93,1111111101111111111111011111101111111111111111111111011111111111111111011111111011111111111110111111
+6,78,11,94,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111111110111111
+6,78,12,93,1101111101111111111111011111011111111111111111111111111111111111111111011111111011111111111110111111
+6,78,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,14,94,1111111101111111111111011111111111011111111111111111111111111111111111011111111011111111111110111111
+6,78,15,94,1111111101111111111111011111111111111111111111111111111111111111111111011101111011111111111110111111
+6,78,16,93,1111111101111111111111011101111111111111111101111111111111111111111111011111111011111111111110111111
+6,78,17,94,1111111001111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,78,18,94,1111111101111111111111011111111111111111111111111111111111111111111111011111110011111111111110111111
+6,79,0,94,1111111101111111111110011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,1,92,1111111101111111111111011111111111011111111111111111111111111111111101011111110011111111111110111111
+6,79,2,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,79,3,94,1111111101110111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,4,94,1111101101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,5,93,1111111101111111111111011111111111111110111111111110111111111111111111011111111011111111111110111111
+6,79,6,94,1111111001111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,7,93,1111111101110111111111011111111111111111111111111111111111111111111111011111110011111111111110111111
+6,79,8,94,1111111101110111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,9,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,79,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,11,92,1111110001111111111111011111111111011111111111111111111111111111111111011111111011111111111110111111
+6,79,12,94,1111111101111111111111011111111111111101111111111111111111111111111111011111111011111111111110111111
+6,79,13,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,14,93,1101111101111111111111011111011111111111111111111111111111111111111111011111111011111111111110111111
+6,79,15,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,79,16,94,1111101101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,79,17,94,1111111101111111111111011111111111111111111111111111111111111111111111011101111011111111111110111111
+6,79,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,0,93,1111101101111111111111011111111111111111111111111111111111111111101111011111111011111111111110111111
+6,80,1,92,1111111101110110111111011111111111111110111111111111111111111111111111011111111011111111111110111111
+6,80,2,94,1111111100111111011111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,80,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,4,92,1111111101111111111111011111111111111011011111111111111111111111111101011111111011111111111110111111
+6,80,5,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,6,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,80,7,94,1111111101110111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,8,93,1111111001111111111110011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,11,93,1111111101110111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,80,12,94,1111111101111111011111011111111111111111101111111111111111111111111111011111111111111111111110111111
+6,80,13,93,1111111101111111111111011111101111111111111111111111111111111111111101011111111011111111111110111111
+6,80,14,94,1111111101111111111111011111111111111111111111111111111111111111111111011111101011111111111110111111
+6,80,15,93,1111111101110111111111011111111111111111111111111111101111111111111111011111111011111111111110111111
+6,80,16,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,80,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,80,18,92,1111111000111111111111011111111111011111111111111111111111111111111111011111111011111111111110111111
+6,81,0,94,1111110101111111111111011111111111111111111111111111111111111111111101111111111011111111111110111111
+6,81,1,94,1111111101111111111111011111111111111111111111101111111111111111111111011101111111111111111110111111
+6,81,2,94,1111111101111111111111011111111011111111111111111111111111111111111111011111111011111111111110111111
+6,81,3,93,1111111101110111111111011111111111111111111111110111111111111111111111011111111011111111111110111111
+6,81,4,94,1111110101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,5,94,1111111101111111111110011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,8,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,9,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,10,92,1111111101110111111111011111111111111011111111111111111111111111111111011111111011101111111110111111
+6,81,11,92,1111111101110111011111011111111111111111111111111111101111111111111111011111111011111111111110111111
+6,81,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,81,13,94,1111111101111111111111011111111111111111111111111111111111111111110111011101111111111111111110111111
+6,81,14,93,1111111100111111011111011111111111111110111111111111111111111111111111011111111111111111111110111111
+6,81,15,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,81,16,92,1111101101110111111111011111111111111111111111111111111111111111101111011111111011111111111110111111
+6,81,17,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111010111111
+6,81,18,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,82,0,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,1,93,1111110101111111111111011111111111111111111111111111111111111111111111011111111011111111111010111111
+6,82,2,94,1111111101111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,4,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111011111111111110111111
+6,82,5,94,1111111101111111111111011111111111111111111111101111111111111111111111011101111111111111111110111111
+6,82,6,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,82,7,92,1111111101111111111111011111111011111111111111111111111111111111111111011101111011111111111010111111
+6,82,8,94,1111111101111111111111011111111111111111111111101111111111111111111111011101111111111111111110111111
+6,82,9,93,1111111101111111111111011111111011111111111111111111111111111111110111011101111111111111111110111111
+6,82,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,12,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111010111111
+6,82,13,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,15,94,1111111101111111111111011111111011111111111111111111111111111111111111011111111011111111111110111111
+6,82,16,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,82,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,82,18,94,1111111101111111011111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,83,0,92,1111111100111111111111011111111011111111111111111111111111111111011111011111111011111111111110111111
+6,83,1,93,1111111101111111111111011111111011111111111111111111111111111111111111010111111011111111111110111111
+6,83,2,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,83,3,93,1111111100111111111111011111011111111111111111111111111111111111111111011111111011111111111110111111
+6,83,4,93,1111111101111111011111011111111111111111111111101111111111111111111111011101111111111111111110111111
+6,83,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,83,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,83,7,94,1111111101111111111111011111111111111111111111101111111111111111111111011111111011111111111110111111
+6,83,8,94,1111111101111111111011001111111111111111111111111111111111111111111111011111111111111111111110111111
+6,83,9,92,1111111101110111111111011111111111011111111111111111101111111111111111011111111011111111111110111111
+6,83,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,83,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,83,12,91,1111111101111111111111011111111011111111111111101111111111111111111111011101111011111111111010111111
+6,83,13,94,1111111101111111111111011111111111111111111111111111111111111111111101011101111111111111111110111111
+6,83,14,92,1111111101111111111111001111111111111011111111111111111111111111111111011101111011111111111110111111
+6,83,15,96,1111111111111111111111011111111111111111111111101111111111111111111111011111111111111111111110111111
+6,83,16,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111010111111
+6,83,17,94,1111111001111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,83,18,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,84,0,92,1111111100111111111111011111011111111111111111111011111111111111111111011111111011111111111110111111
+6,84,1,91,1111111101111111111111011111111111111011111111101111111111111111111111011111101011111101111110111111
+6,84,2,93,1111111101111111111111011111011111111111111111111111111111111111111101011101111111111111111110111111
+6,84,3,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,84,4,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,84,5,92,1111111101111111111111011111111111111111111111111110111101111111111111011111111011111011111110111111
+6,84,6,92,1111111101111111011111011111111111111111111111101111111111111111111111011111111011111111111110111101
+6,84,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,84,8,95,1111111101111111111111011111111111111111111111101111111111111111111111011111111111111111111110111111
+6,84,9,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111011110111111
+6,84,10,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,84,11,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110110111
+6,84,12,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,84,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,84,14,95,1111111101111111111111001111111111111111111111111111111111111111111111011111111111111111111110111111
+6,84,15,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,84,16,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111010111111
+6,84,17,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111110111111
+6,84,18,93,1111111111111111111011001111111111111111111111101111111111111111111111011111111111111111111110101111
+6,85,0,94,1111111101111111110111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,85,1,94,1111111101111111111111011111111111111011111111111111111111111111111111011111111111111111111110111110
+6,85,2,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,85,3,94,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111110111111
+6,85,4,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,85,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,85,6,94,0111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,85,7,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,85,8,93,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,85,9,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,85,10,94,1111111101111110111111011111111111111111111011111111111111111111111111011111111111111111111110111111
+6,85,11,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,85,12,94,1111111101111111111111001111111111111111111111111111111111111111111111011111111011111111111110111111
+6,85,13,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,85,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,85,15,93,1111111101111111111111011111111111111111111111111111111111111111111111011111111010111111111010111111
+6,85,16,93,1111011101111111111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,85,17,92,1111111101111111111111011111111111111111111111111110111101111111111111011111111011111111111110110111
+6,85,18,91,1111111101111111111011001111111111111111111111101111111111111111111111010111111111111111111110111110
+6,86,0,95,1111111100111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,86,1,93,1111111011111111111111011111111111111111111111111111111111111111111111011111111011111110111110101111
+6,86,2,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,86,3,92,1111111101111111111111001111111111111110111111111111111101111111111111011111111011111111111110111111
+6,86,4,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,86,5,94,0111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,86,6,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,86,7,93,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111011111110111111
+6,86,8,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,86,9,94,1111111101111111111111011111111111111111111111111111111111111111110111011111111011111111111110111111
+6,86,10,91,1111111100111111111111011111111111111111111111111111111111111111111111011111101011111011111110111110
+6,86,11,94,1111111101111111111111011111111111110111111111111111111111111111111111011111111011111111111110111111
+6,86,12,93,1111111110111111111111011111111111111111111111111111111111111111111111011111111011111111111110101110
+6,86,13,95,1111111101111111111111011111111111111111111111111111111111111111111111010111111111111111111110111111
+6,86,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,86,15,94,1111111101111111111111001111111111111111111111111111111111111111111111011111111011111111111110111111
+6,86,16,94,0111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,86,17,95,1111111101111111111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,86,18,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111111111111111110101111
+6,87,0,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,87,1,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,87,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,87,3,95,1111111101111111111111011111111111111111111111111111111111111111111111010111111111111111111110111111
+6,87,4,95,1111111111111111111101011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,87,5,94,1111111101111111111111011111111111011111111111111111111111111111111111011111111111111111111110111110
+6,87,6,93,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110101111
+6,87,7,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,87,8,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,87,9,94,1111111101111111111111001111111111111111111111111111111111111111111111011111111111111111111110111011
+6,87,10,94,1111111101111111111111011111111111111111111111111111111111111111011111011111111111111111111110101111
+6,87,11,94,1111111100111101111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,87,12,94,1111111101111111111111011111111111111111111111111111111111111111111111010101111111111111111110111111
+6,87,13,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,87,14,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,87,15,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,87,16,93,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110100110
+6,87,17,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,87,18,94,1111111100111111111111011111111111111111111111111111111111111111111111011111111111111111111110101111
+6,88,0,93,1111101101111111111101011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,1,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,2,95,1111101111111111111101011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,3,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,4,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,88,5,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,6,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,7,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,88,8,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,9,95,1111111101111111111111011111111111111111111111111111111111111111111111010111111111111111111110111111
+6,88,10,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,11,94,1111111100111101111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,12,95,1111111111111111111111011111111111110011111111111111111111111111111111011111111111111111111110111111
+6,88,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,14,94,1111111111111111111111011111111111111111111111101111111111111111111111011111111011111111111110111110
+6,88,15,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,88,16,94,1111111111101111111101011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,88,17,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111110
+6,88,18,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,89,0,95,1111111111111111111111011111111111110011111111111111111111111111111111011111111111111111111110111111
+6,89,1,94,1111111101111111111111011111111111011111111111111111111111111111111111011111111011111111111110111111
+6,89,2,94,1111111111101111111101011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,89,3,95,1111111101111111111111011111111111111111111111111111101111111111111111011111111111111111111110111111
+6,89,4,93,1111111111111111111111011111111101110111111111111111111111111111111111011111111011111111111110111110
+6,89,5,96,1111111111111111111111011111111111111011111111111111111111111111111111011111111111111111111110111111
+6,89,6,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,89,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,89,8,95,1111111111111111111111011111111111111111111111111111111111110111111111011111111011111111111110111111
+6,89,9,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,89,10,94,1111111101111111111111011111111111111111111111111111111101111111111111011111110111111111111110111111
+6,89,11,95,1111111101111111111111011111111011111111111111111111111111111111111111011111111111111111111110111111
+6,89,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,89,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,89,14,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,89,15,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,89,16,93,1111111100111111111111011110111111111111111111111111111111111111111111011111111011111111111110111111
+6,89,17,95,1111111101111101111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,89,18,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,90,0,94,1111111101111111111111011111111111111111111111111111101111111111111111011111111111111111111110101111
+6,90,1,93,1111111101111111111111011111111111110111111111111111011111111111111111011111111011111111111110111111
+6,90,2,93,1111111111111111111111011111111111110011111101111111111111111111111111011111111111111111110110111111
+6,90,3,93,1111111101111111111111011111111011111111111111111111111110111111111111011111111110111111111110111111
+6,90,4,95,1111111111111111111111011111111111110011111111111111111111111111111111011111111111111111111110111111
+6,90,5,96,1111111111111111111111011111111111111011111111111111111111111111111111011111111111111111111110111111
+6,90,6,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,90,7,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,90,8,94,1111111111101111111101011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,90,9,94,1111111101111111111111010111111111111111111111111111111111111111111111011111111011111111111110111111
+6,90,10,94,1111111101111011111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,90,11,93,1111111101111111111111011111111111011111111111111111111111111011111111011111111111111111011110111111
+6,90,12,95,1111111101111111111111011111111111111111111111111111111111111111111111001111111111111111111110111111
+6,90,13,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,90,14,94,1111111101111111011111011111111110111111111111111111111111111111111111011111111111111111111110111111
+6,90,15,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,90,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,90,17,94,1111111111111111111111011111111111111111111111111111111111110111111111011111111011111101111110111111
+6,90,18,96,1111111111111111111111011111111111111111111111111111101111111111111111011111111111111111111110111111
+6,91,0,92,1111111101111111110111011111111111110011111111111111111111111111111111001111111111111111111110111111
+6,91,1,96,1111111111111111111111011111111111111111111111111111111111111111111111001111111111111111111110111111
+6,91,2,94,1111111101111111111111011111111111111111111111111111111111110111111111011111111111111111101110111111
+6,91,3,95,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111101111110111111
+6,91,4,92,1111111111101111111101011111111011111111111111111111111111011111111111011111111011111111111110111111
+6,91,5,94,1111111101111111111111011111111111111111111111111111111110111111111111011111111110111111111110111111
+6,91,6,95,1111111101111111111111011111111111111111111111111111111110111111111111011111111111111111111110111111
+6,91,7,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,91,8,92,1111111101111111111101011111111111111111111111111111101111111111111111001111111111111111111110101111
+6,91,9,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,91,10,95,1111111101111111111111011111111111111111111111111111111110111111111111011111111111111111111110111111
+6,91,11,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111101110111111
+6,91,12,95,1111111111111111111111011111111111111010111111111111111111111111111111011111111111111111111110111111
+6,91,13,95,1111111101111111111111011111111111110111111111111111111111111111111111011111111111111111111110111111
+6,91,14,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,91,15,94,1111111111111111111111011111111111110011111111111111111111111111111111011111111111111111101110111111
+6,91,16,95,1111111101111111111111011111111111111111111111111101111111111111111111011111111111111111111110111111
+6,91,17,92,1111111101111111111110011111111011111111111111111111111110111111111111011111111110111111111110111111
+6,91,18,93,1111111101111111111111011111111011111011111111111111101111111111111111011111111111111111111110111111
+6,92,0,96,1111111111111111111111011111111111111111111111011111111111111111111111011111111111111111111110111111
+6,92,1,94,1111111101111111111111011111111111011111111111111111111111111111111111001111111111111111111110111111
+6,92,2,92,1111111101111111111111011111111111111010111111111111111110111111111111011111111110111111111110111111
+6,92,3,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,4,93,1111111101111111111101011111111111111111111111111111111110111111111111011111111110111111111110111111
+6,92,5,93,1111111100111111111111011111111111111111011111111101111111111111111111011111111111111111111110111111
+6,92,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,7,95,1111111111111111111111011111111111111010111111111111111111111111111111011111111111111111111110111111
+6,92,8,92,1111111101111111111110011111111111110011111111111111111111111111111111011111111111111111101110111111
+6,92,9,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,10,93,1111111111111111111111011101111111110110111111111111111111111111111111001111111111111111111110111111
+6,92,11,94,1111111111111111110111011111111111111011111111111111111111111111111111011111111111111111101110111111
+6,92,12,94,1111111111111111111111011111111111111111111111111111111111110111111111001111111111111111101110111111
+6,92,13,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,14,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,15,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111100111111
+6,92,16,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,17,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,92,18,96,1111111111111111111111011111111111111111111111111111111111111111111111001111111111111111111110111111
+6,93,0,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,1,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,3,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,4,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,5,95,1111111111111101111111011111111111111111111111011111111111111111111111011111111111111111111110111111
+6,93,6,96,1111111111111111111111011111111111111111110111111111111111111111111111011111111111111111111110111111
+6,93,7,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,8,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,9,95,1111111111111111111111011101111111111111111111011111111111111111111111011111111111111111111110111111
+6,93,10,95,1111111100111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,11,95,1111111111111111111111011111111111111111011111111101111111111111111111011111111111111111111110111111
+6,93,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,13,93,1111110111111111111111011111111111111111111111111111111111110111111111001111111111111111101110111111
+6,93,14,92,1111111101111111111111011101111111110110111111111111111111111111111111001111111111111111111110111111
+6,93,15,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,93,17,95,1101111111111111111111011111111111111111111111011111111111111111111111011111111111111111111110111111
+6,93,18,95,1111111011111111111111011111111111111111011111111111111111111111111111011111111111111111111110111111
+6,94,0,96,1111111111111111111111011111111111111111111111111011111111111111111111011111111111111111111110111111
+6,94,1,95,1111111101111111111111011111111011111111111111111111111111111111111111011111111111111111111110111111
+6,94,2,96,1111111111111111111111011111011111111111111111111111111111111111111111011111111111111111111110111111
+6,94,3,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,4,96,1111111111111111111111011111111111011111111111111111111111111111111111011111111111111111111110111111
+6,94,5,95,1111111111111111111111011111111111110111111111111111111111111111111111011111111111111110111110111111
+6,94,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,7,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,8,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,9,95,1111111111111111111111011111111111111111111111111111111111111111011111011111111011111111111110111111
+6,94,10,96,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,11,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,12,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111011
+6,94,13,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,14,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,15,95,1111111100111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,16,94,1111111100111111111111011111111110111111111111111111111111111111111111011111111111111111111110111111
+6,94,17,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,94,18,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,0,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,1,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,3,96,1111011111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,4,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111101111111110111111
+6,95,5,95,1111111111111111111111011111111110111111111111111111111111111111111111011111111111111111111110111011
+6,95,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,7,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,8,96,1111011111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,9,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,10,94,1111111111111101111111011111111111011111111111011111111111111111111111011111111111111111111110111111
+6,95,11,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,13,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,95,14,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111011111111111110111111
+6,95,15,94,1111111111111111111111011111111011111111111111111111111111111111011111011111111111111111111110110111
+6,95,16,96,1111111111111111111111011111111111111111111111011111111111111111111111011111111111111111111110111111
+6,95,17,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111011
+6,95,18,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,0,96,1111111111111111111111011111111111111111111111111101111111111111111111011111111111111111111110111111
+6,96,1,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,3,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111100111111
+6,96,4,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,5,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,7,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,8,96,1111111111111111111111011111111111111111111111111111111011111111111111011111111111111111111110111111
+6,96,9,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,10,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,11,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,13,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,14,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111011110111111
+6,96,15,95,1111011111111111111101011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,96,17,96,1111111111111111111111011111111111111111011111111111111111111111111111011111111111111111111110111111
+6,96,18,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,0,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,1,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,3,96,1111111111111111111111011111101111111111111111111111111111111111111111011111111111111111111110111111
+6,97,4,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,5,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,7,95,1111111111111101111111011111111111111111111111111111111111111111111111011101111111111111111110111111
+6,97,8,95,1111111101111111111111011111111111111111111111111111111111111111111111011111111111111111011110111111
+6,97,9,96,1111111111111101111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,10,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,11,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,97,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,13,96,1111111111111111111111011111111111111111011111111111111111111111111111011111111111111111111110111111
+6,97,14,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,15,96,1111111111111111111111011111111111111111111111111111111011111111111111011111111111111111111110111111
+6,97,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,17,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,97,18,96,1111111111110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,0,96,1111111111110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,1,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,3,96,1111111111111111111111011111111111111111111111110111111111111111111111011111111111111111111110111111
+6,98,4,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,5,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111110
+6,98,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,7,96,1111111111110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,8,96,1111111111110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,9,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,10,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,11,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,12,96,1111111111111111111111011111111111111111111111110111111111111111111111011111111111111111111110111111
+6,98,13,96,1111111111111101111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,14,96,1111111111111111111111011111111111111111111111111111111011111111111111011111111111111111111110111111
+6,98,15,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,17,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,98,18,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,0,96,1111111111111111111111011111111111101111111111111111111111111111111111011111111111111111111110111111
+6,99,1,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111011110111111
+6,99,2,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,3,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,4,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,5,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,6,96,1111111111111111111111011111111111111111111111111011111111111111111111011111111111111111111110111111
+6,99,7,96,1111111111110111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,8,95,1111111111110011111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,9,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,10,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,11,96,1111111111111111111111011111111111111111111111111111111111111111111111011110111111111111111110111111
+6,99,12,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,13,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,14,96,1111111111111111111111011111111111111111111111111111111111101111111111011111111111111111111110111111
+6,99,15,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,99,17,96,1111111111111111111111011111111111111111111111111111111011111111111111011111111111111111111110111111
+6,99,18,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,0,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,1,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111011111111110111111
+6,100,2,95,1111111111111111111111011110111111111111111111111011111111111111111111011111111111111111111110111111
+6,100,3,95,1111111111111111111111011111111111111111111111111111111111111011111111011111111111111111111110110111
+6,100,4,96,1111111111111111111111011111111111111111111111111111111011111111111111011111111111111111111110111111
+6,100,5,96,1111111111111111111111011111111111111111111111111111111111111111111101011111111111111111111110111111
+6,100,6,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,7,95,1111111111111111111111011111111111111111111111111111111111011111111111011111011111111111111110111111
+6,100,8,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,9,95,1111111111111111111111011111111111111111111011111111111111111111111111011111111111111111011110111111
+6,100,10,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,11,95,1111111111111111111111011111111111101111111111111111111111111111111111011111111111111111011110111111
+6,100,12,96,1111111111111111111111011111111111111101111111111111111111111111111111011111111111111111111110111111
+6,100,13,96,1111111111111111111111011111111111111111111111011111111111111111111111011111111111111111111110111111
+6,100,14,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,15,96,1111101111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,16,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,17,97,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111110111111
+6,100,18,96,1111111111111111111111011111111111111111111111111111111111111111111111011111111111111111011110111111
+7,0,0,45,0010010110111110000100100010000100011001010001111100101111110011000100101010110000010000110110101010
+7,0,1,42,0000011111000100101000100100100011000111101000011111011010000000001100011101001111000000100011100110
+7,0,2,46,0110101011100010100101001110011000000100010100100111100100010000100101011110100100111001110011001011
+7,0,3,49,0111111111001011110100100000111011001100011000011110101010101110110000000111100001000000111000011100
+7,0,4,54,0110101001111001011001111111110110110000011001101000011111011100110110110100011010000100100110001011
+7,0,5,49,1110101010111011111100111010011101101010011001100000000110001100111000101001011100000100001000101110
+7,0,6,58,1110111101000111010111110110101001010100101101011001110001110011101100110010111100111111000101001100
+7,0,7,62,1101111111001111000110011011110110001111011001111101010101010100101110110001110100111101111000110101
+7,0,8,46,1010011110010101011001010000110111100011000010101100011010111010101000000001100101100100011100101001
+7,0,9,53,0110010000111010000111101011011001110000011110110010110111010001010001101011010010101111001101110101
+7,0,10,55,1110010101110101100010011111001001111000001100100111010100100010101110011101101111001111111001001001
+7,0,11,48,0101101010100110010101100000000010110110010100110010110101111000010101110111011100010101101000101100
+7,0,12,53,1111101000111101011011011010001100001011111011000011111100000110001101100011100110110000001010110101
+7,0,13,47,0010010101001101100010101011110011111100111000110100000011010000011000110110100010111010000111010001
+7,0,14,45,1001100010000100001001111110110000000101011000100011100000001000101010011011001001111111110100101110
+7,0,15,47,1111001010001000101001110110100111000000111101101101100100001100100000010010100010110111110000101011
+7,0,16,42,0101001000001011111111000100000000011001100000001101110001001010010011111000110010010100011100111000
+7,0,17,54,0111010100010011011011011100001000101010000001101111101010101111000110110011011001101001111111100101
+7,0,18,53,0011100001110101001110110101011111100111110011001010110011000011100010101110000010111001110001011010
+7,1,0,59,1111101000111101111011011110001101101011101111000111110100000010001110101011100111010100101010110101
+7,1,1,49,1110010101110101000010011011001000011000011000100011011100100110101101010101101110101011011001001001
+7,1,2,52,0101110011111111001110111000011111100111110010011000110001000011101010100110000000111001110001010010
+7,1,3,61,1011101101000101000110010111110110001111011001101111010111010100100110111001110110111101111000111101
+7,1,4,50,1110100010110101100010111010001101101000001100100110010100101010101110011101101111001111001000001001
+7,1,5,54,1110011101111011111100011111011001111010011001100001000110000100111000101001011100000100111001101110
+7,1,6,56,0101110001001111000110011001110110101111010011101011010101000100101110111000100110111001111001110011
+7,1,7,58,1011101111110101001110110111011111000111111001011000110011010011100010100111010000111101110000011100
+7,1,8,60,0111111101111001011001111111110110111010001001101000011111011101100110110101011000000100111110001011
+7,1,9,48,0110000000010011011011011100001000100000010001101111101010101110010110110010011011101001100111100101
+7,1,10,50,1110001001100011100001001111011000000100011100100111100100010000101111011100101101101101110011001011
+7,1,11,51,0110110111110100100110011110001001111000000100100111010100100010100100011111100110011011111001001001
+7,1,12,48,0110010000011010000111101110111001110000011111010000110111110001101000100010010000101111001101100100
+7,1,13,64,1110111101100111010111110111001001010100101100111011110001010011010101111011111110111111000101011101
+7,1,14,48,0110111101100000010101110110111001010000101101001001110001111001110100110000111110100100000100001010
+7,1,15,63,1110101001011111011011111111100110110100011001111000011111010110101110110110011000011111100111001101
+7,1,16,55,0110101001111011011001011110100110111010001001101001101110011100110110110100011011000100100110001111
+7,1,17,54,0111010100010001011011111101011000100000010001101110011111101111000110110011011000101001111111100001
+7,1,18,55,1101101110111111011111011011000110001011111011000001110101000110001101100001100110110000001010110101
+7,2,0,65,1110111111110111011110110111001101010100101101111011110001010011100100111011111110111111000000011101
+7,2,1,57,1011101101100101000111110111011011000111111000011000110011010011010011100111010000111101110101011100
+7,2,2,53,1010111101110011111110011111011001110010011001111000000110000101111000100011010100010100111001001100
+7,2,3,58,1111001111111101001100110111011111001111111001000001110011010010100010101101011000101101110000111100
+7,2,4,55,0101010001001111010110011101011100101110010011100011010101000100111110111000101110101001111001110011
+7,2,5,54,1110111101111011101100011011110011111011011001101001000110000100101000101001010000010100111001101110
+7,2,6,61,0110011101110001110001111111110100111010001001101010111101011101100110110101111001001100111111001011
+7,2,7,48,1111101001101011001001001111011010000100011100100101000110010000101111011100000100100101110010001011
+7,2,8,62,1111101101000101010110110111110100000111110000111011010011010001100110111011111110111111110000111101
+7,2,9,62,1010111101100111000111010111001011011100001101101111110101010110010101111001110110111101001101011101
+7,2,10,53,1110111001001101100011001011011000000101011001110111110100010100101110010011100101101101111000010011
+7,2,11,55,0111001001100011000000011110111100001110011100101111001100010000101111111100111100111101110011101001
+7,2,12,61,1110011101111111011011111111000110110010011001111000011111000110111100110110011000010110100111001101
+7,2,13,56,1110101001011011111100011111111001111100011001100001000110010100101010101001011100001101111001101110
+7,2,14,54,0111010100010101011011111101001100110000010001101110111011001111000100110011011000101101101101100101
+7,2,15,65,1110111101100011010111110111011001000100101100111011010101110011010111111011111110111011010111011001
+7,2,16,56,1011101110110101000110011011110110001111011011001101010101000100001111111001110110110000001010110101
+7,2,17,59,1101101101000111011111010111000110001011111001100011110111010110100100100001100110111101111000111101
+7,2,18,61,1011101101000101000110010111110110001111011001101111010111010100100110111001110110111101111000111101
+7,3,0,60,1110111101100011010111010111001011001100001100101111010001110010010101111011110110111101010111011001
+7,3,1,66,1010111101100111000111110111011001010100101101111011110101010111010101111001111110111111001101011101
+7,3,2,59,0110011001111101010011111101111100101010011001101011111101010101101110110001111010001100111001000011
+7,3,3,56,0101010101000001110100011111010100111110000011100010010101001100110110111100101101101001111111111011
+7,3,4,60,1110101001100011010111110110011100000110101100111011000101110011011110111011111110111001010111001001
+7,3,5,59,0111011101100011000000011111111001001100011100011111011100010000100111111100111100111111110011111001
+7,3,6,63,1010111101100011000111010111001001011100001101111111110101010111010101111001110110111111000111011101
+7,3,7,63,1110111101100111010111110111011001000100101100101011010101110010010111111011111110111001011101011001
+7,3,8,56,1111011101111101001100110111011101101011011001000011110011010110100010101101011000001100111000011100
+7,3,9,63,0110001111110001110001111111110110011110101001101000111101011001100110110101111001101101110111101011
+7,3,10,62,1110111001111011010111110111111001010100001100111001000111110001000110101011111110111111010011011001
+7,3,11,61,1110101101001011111000011111011001101100111001100011010100010110111011111001011101001011111101101110
+7,3,12,60,1110011001100011010011111110111100001100011100101111000101010010101111111100111110111101110011001001
+7,3,13,59,0111101101100011000100010111011001000010101100111011011100110001010111111011111100111011010111111001
+7,3,14,63,1110111101100011010111110111010100010100101100111011010101010011110110111011011100111011100111011101
+7,3,15,63,1110011101111111011011111111001011100010011001111000011111100110011101110110111010010110010111001001
+7,3,16,56,0101000001001111010111011101001100101110011011100011110111000110111110100000101110101001111001110011
+7,3,17,59,1101111101000111011110010111010110001011110001100011010101010100100100111001110110111101111000111101
+7,3,18,64,0011011101110001010101111111110110111010011001101011110101011100100110110101111001001101111101111011
+7,4,0,56,0110101101110011001000010111011001000010001000111011011101110101011111111011111000010010010111111001
+7,4,1,65,1111011101101111010111111111001011100010111101111000011110100000010101110110111110111111010111001001
+7,4,2,59,1110111101100011010111010111011001000100001100101011010101010010010111111011010110111001110111011101
+7,4,3,64,1110111101100011010111110111000110011100101100111111010001110011110100111011111100111111000111011001
+7,4,4,63,1110111101100111010111110111011000000100101100111011010101010010010111111011111110111001011101011101
+7,4,5,65,1110111101100011010111110111010101010100101100111011010101110011110110111011011100111111100111011001
+7,4,6,58,0111111001001101010010010101111100101010111001101011110101010101100110111001111010001101111001001011
+7,4,7,60,1100011101110111011111111111010110001011010001100011011101010100101100110001110110111100111000110101
+7,4,8,62,1011111101100111001100110111011001100100101101111011110001010111010100101101111110111110001001011101
+7,4,9,60,1110011100111101000111110111011101011011011001000011110111010111100011111001011000001101111100011100
+7,4,10,65,1110111101100111000111010111001001010100101101111111110101010111010101111011110110111011010101011101
+7,4,11,61,1010111101100011010111110111011001001100001100101011010101110010010111111001111110111101001111011001
+7,4,12,60,1010101101001111000100011111011001001100111101100011110101010111010011111001011101101011101101001111
+7,4,13,66,1110111101100011111010110111011001110100101001111011010100010110111101111001111110011111011101111100
+7,4,14,56,0110101101100011000110010110011000000110101100111011000101110001010110111011111110111001010111111001
+7,4,15,64,1111101001100011010101110111011101010010101100111011011100110011011111111011111100111011010111001001
+7,4,16,61,1110101101001011111000011111011001101100111001100011010100010110111011111001011101001011111101101110
+7,4,17,61,1110101101001011111000011111011001101100111001100011010100010110111011111001011101001011111101101110
+7,4,18,59,0111101101100011000100010111011100000110101100111011010101010011010111111011011100111011010111011101
+7,5,0,61,1011111101100111001100110111011001100100101101111011110001000111010100101101111110111110001001011101
+7,5,1,62,1011111101100111001100110111011001100100101101111011110001010111010100101101111110111110001001011101
+7,5,2,66,1111101001101101010101110101011101111011111101101011111100010011000111111001111100111101011111001001
+7,5,3,57,0111111001000011010010010111111100000010101000111011010101110101111110111011111010001011110001001011
+7,5,4,65,1011111101100111001110010111011001100100101101111011110001010111010101111101111110111110001101011101
+7,5,5,62,1110111101100111000101110111001001010100101101111111110101010111010100101011110110111011010001011101
+7,5,6,64,1110111101100111000111010111010101010100101100111011010101110011110110111011011100111111010101011101
+7,5,7,66,1110111101100011010111110111001001010100101101111111110101010111010101111011110110111011100111011001
+7,5,8,62,1110111101100011100011010111011001110100101101111111010100010111010101111001110110011011011101011100
+7,5,9,68,1110111101000111011110110111001001010100101001111011110101010110111101111011111110111111010101111101
+7,5,10,64,1111101001100011010101110111011001010010101101111011010100110111010111111011111100111011010111011001
+7,5,11,65,1110111101100111000111010111001101010100101100111111111101010011011101111011110110111011010101001101
+7,5,12,61,1110111101100011000100010111011100000110101100110011110101010011010111111011111100111011010111011101
+7,5,13,62,0111101101100111000111010111001001010100101101111111010101010111010101111011010110111011010101011101
+7,5,14,65,1110111101100111000111010111001001010100101101111111110101010111010101111011110110111011010101011101
+7,5,15,65,1110111101100111000111010111001001010100101101111111110101010111010101111011110110111011010101011101
+7,5,16,57,1110111001100111010010010111011100000010111001111011110101010101100110111011110010101011010001001011
+7,5,17,64,0111111101000101000101010101101001111100101101101111110101010111010101111001111110011101111101011101
+7,5,18,65,1111111001100111010100110111011101110110101100111011011000010011010110111111111100111111011001011001
+7,6,0,62,1011111101100111000111010111011001000100101101111011110001010111010101111101111110111010000101011101
+7,6,1,68,1110111101100111001110010111001001110100101101111111110101010111010101111011110110111111011101011101
+7,6,2,66,1111101001000101010101110101111001111010111101101011111101010011010101111001111100111101111111011001
+7,6,3,64,0111111101101101000101010101001101111101101101101111110100010111000111111001111110011101011101001101
+7,6,4,64,0111111101100101000101010101100001110100101101101111110101010111010101111001111110011111111101011101
+7,6,5,64,1110111101000111000111010111001001011100101101111111110101010111010101111011110110111001010101011101
+7,6,6,60,1110111101100011000011010111001001110100101101111111010100010111010101111001110110011011011101011100
+7,6,7,66,1110111101100111100111010111011001010100101101111111110101010111010101011011110110111011010101011101
+7,6,8,67,1111101101100111010101110111011001010110101101111011010101110111010111111011110110111011010101011001
+7,6,9,59,0111101001100011000111010111001001010000101101111111010100010111010101111011011100111011010111011101
+7,6,10,62,1011111101100011000111110111001001000100101101111011110101110111011101101001111110111010000111001101
+7,6,11,62,1110101001100111001101110111011001010000101101111111110101110111010100101011110110111011010001011101
+7,6,12,59,1111101101100111000101010111001001010100101101111111010101010111010100111011010110111001010001011101
+7,6,13,64,0110111101100111000111010111001001010100101101111111110101010111010101101011110110111011011101011101
+7,6,14,64,1111111001100111000110110111001101010100101101111011010101010111010110111011110110111111010101011001
+7,6,15,67,1110111101100111010101010111011001110110101100111111111000010011010111111111111100111011011001011101
+7,6,16,69,1110111101100111010111010111011001010100101101111111110101110111010101111011111110111011010101011101
+7,6,17,59,1111101001100011000101110111001001010010101101111011010100010111010111111011110100111011010110011001
+7,6,18,66,1110111101100111011110010111001001000110101001110011110100010110110111111011111110111111010101111101
+7,7,0,66,1111101101000011010101110101111001111100111101101011111101010111010101111001111100011001111101011101
+7,7,1,61,1110111001100101000011010111001001110010101101111111010100010011010101111001110110111111011111011100
+7,7,2,62,1110111001100111000100110111001001010100101101111011010100010111010110111111110110111111010101011101
+7,7,3,69,1111111101100111010111010111011101110110101100111111111001010011010111111011111100111011011001011001
+7,7,4,68,1110111101100111111110010011011001010110101101111111110101010111110101011011110110111011010101011101
+7,7,5,63,1110111101100111000111010111001001000100101001110011110100010110010111111011111110111111010101111101
+7,7,6,68,1110111101100111010111010111011001000100101101111111110101110111010101111011111110111011010101011101
+7,7,7,70,1110111101100111010111010111011001010100101101111111110101110111010101111111111110111011010101011101
+7,7,8,66,1110111101000111000111010111001001011100101101111111110101110111010101111011110110111001010101011111
+7,7,9,68,1110111101100111010111010111011001010100101101111111110101010111010101111011111110111011010101011101
+7,7,10,69,1110111101100111010111010111011001010100101101111111110101110111010101111011111110111011010101011101
+7,7,11,68,1110111101100111010111010011011001010100101101111111110101110111010101111011111110111011010101011101
+7,7,12,65,1110111001100111000110110111011101010100101101111011110101010111110110111011110110111011010101011001
+7,7,13,69,1111111101100111010111010111001001010100101101111111010101110111010101111011111110111111010101011101
+7,7,14,67,1110111101100111001110010111001001110100101101111111110101010111010101101011110110111111011101011101
+7,7,15,65,0110111101100111000111010111001001010100101101111111110101010111010101111011110110111011011101011101
+7,7,16,67,1110101101100111001111110111001001110100101101111111110101010111010100111011110110111011011101011101
+7,7,17,62,1110111001100111001100010111011001010000101101111111110101110111010101101011110110111111010001011100
+7,7,18,65,1110111101000111000111010111001001011110101001111011110101010111010111111011110110111111010001011101
+7,8,0,68,1110111101100111010111010111011001010100101101111111110101110101010101111011111110111011010101011101
+7,8,1,68,1110111101100111010111010111011001000100101101111111110101110111010101111011111110111011010101011101
+7,8,2,66,1110111101100111000111010111001001110110101001111111110101010111010101101011110110111111011001011101
+7,8,3,67,1110111101000111001110010111001001011100111101111011110101010111010111111011110110111111010101011101
+7,8,4,70,1110111101100111010111010111011101010100101101111011110101010111110111111011111110111011010101011101
+7,8,5,62,1110111001100111000100110111011001010100101101111111110101010111010100111011110110111011010101011001
+7,8,6,69,1010111101100111111111010111011001110110101100111111110101010111110111011011110110111011001001011101
+7,8,7,66,1111111101100111010110010011011101010110101101111111111001010011010101111011111100111011010101011001
+7,8,8,68,1110111101100111010111010111011001010100101101111111110101010111010101111011111110111011010101011101
+7,8,9,68,1110111101100111010111010111011001010100101001111111110101110111010101111111111110111001010101011101
+7,8,10,69,1110111101100111010111010111011001010100101101111111110101110111010101111011111110111011010101011101
+7,8,11,69,1110111101100111010111010111001001010100101101111111010101110111010101111111111110111111010101011101
+7,8,12,70,1111101101000011011111010101111001111100111101101111111101010111010101111011111100111001111101011101
+7,8,13,63,1110111101100111000100110111001001110100101101111011110101010111010101101001110110011111011101011101
+7,8,14,68,1110111101100111010111010011011001010100101101111111110101110111010101111011111110111011010101011101
+7,8,15,68,1110111101100111010111010111011001010100101101111111110101010111010101111011111110111011010101011101
+7,8,16,68,1110111101100111010111010111011001010100101101111111110101110111010101111011111110110011010101011101
+7,8,17,69,1110111101100111010111010011011001010100101101111111110101110111010101111111111110111011010101011101
+7,8,18,69,1111111101100111010111010111011101110110101100111111111001010011010111111011111100111011011001011001
+7,9,0,67,1110111101100111010111010011011001010100101101111111110101110111010101011011111110111011010101011101
+7,9,1,69,1110111101100111010111010111011001000100101101111111110101110111010101111111111110111011010101011101
+7,9,2,68,1111101101000111011111010101101001110100101101101111111101110111010101111011111100111001110101011101
+7,9,3,70,1110111101100011010111010111011000011100111101111111010101010111010101111111111110111111011101011101
+7,9,4,71,1110111101100111011111010011011001010110101101111111110101110111110111111011110110111011010101011101
+7,9,5,66,1010111101100111110111010111011001110100101100111111110101010111010101011011111110111011001001011101
+7,9,6,68,1110111101100111100111010111011001110110101101111111110101000111010101111011110110111011011001011101
+7,9,7,66,1110111101100111010111010111001001000100101001111111110101110111010101101011111110111111010101011101
+7,9,8,68,1110111101100111010111010111011001010100001101111111110101110111010101111011111110110011010111011101
+7,9,9,68,1110111101100111010111010111011001010100101101111111110101110111010101111011111110110011010101011101
+7,9,10,69,1110111101100111010111010111011001010100101101111111110101010111010111111011111110111011010101011101
+7,9,11,70,1110111101100111010111010111011101010100101101111011110101110111110101111011111110111011010101011101
+7,9,12,69,1111101101000011010111010101111001011100101001111111111101110111010101111111111100111001111101011101
+7,9,13,69,1110111101100111011111010111011001110100111101101111110101010111010101111011111110111001010101011101
+7,9,14,65,1110111101100111000111010111001001110110101001111110110101010111010101101011110110111111011001011101
+7,9,15,67,1110111101000111001110010111001001011100111101111011110101010111010111111011110110111111010101011101
+7,9,16,67,1110111101100111010111010111011001010100101001111111110101110111010101111011111110111001010101011101
+7,9,17,70,1110111101100111010111010111011001010100101101111111110101110111010101111111111110111011010101011101
+7,9,18,71,1110111101100111010111010111011001110110101101111111110101110111110101111011111110111011000101011101
+7,10,0,70,1110111101100111011111010111011000010100111101111111110101010111010111111011111110111011010101011101
+7,10,1,67,1110111101100111011111010111011001110100101101100111110101010111010101111011111110111001010101011101
+7,10,2,67,1110111101100111010111010011011001010100101101111111110101110111110101011011111100111011010101011101
+7,10,3,70,1110111101100111011111010011011001010110101101111111110101110111010111111011110110111011010101011101
+7,10,4,68,1110111101100011010111010111011000011100011101111111010101010111110101111111111110111011001101011101
+7,10,5,72,1110111101100111010111010111011001110110101101111111110101110111010101111011111110111111010101011101
+7,10,6,68,1110101101100011010111010111111001001100101001111111111101110111010101111111111100111001011101011101
+7,10,7,70,1110111101000111011111010101011001010100101101111111110101110111010101111111111110111011110101011101
+7,10,8,71,1110111101100111010111010111011001110110101101111111110101110111110101111011111110111011000101011101
+7,10,9,71,1110111101100111010111010111011001110110101101111111110101110111110101111011111110111011000101011101
+7,10,10,70,1110111101100111010111010111011101010100101101111011110101110111110101111011111110111011010101011101
+7,10,11,70,1110111101100111010111010111011101010100101101111011110101110111110101111011111110111011010101011101
+7,10,12,70,1110111101100111010111010111011001010110101101111111110101110111010101111011111110111011010101011101
+7,10,13,69,1110111101100111010111010111011001110100101101111111110101110111110101111011111110110011000101011101
+7,10,14,69,1110111101100111001110010111001000011100111101111111110101010111010101111111111110111111010101011101
+7,10,15,68,1110111101000011010111010111011001011100111101111011010101010111010111111011110110111111011101011101
+7,10,16,65,1110111101100111001111010011001001110110101001111111110101110111010101101011110110111111010001011100
+7,10,17,70,1110111101100111010111010111011001010110101101111110110101010111110111111011110110111011011101011101
+7,10,18,70,1110111101100111010111010111011001010100101101111111110101110111010101111111111110111011010101011101
+7,11,0,69,1110111101100011010111010111111001100100101101111111110101110111110101111011111100111011001101011101
+7,11,1,70,1110101101100111010111010111011001011110101001111111111101110111010101111111111110111001010101011101
+7,11,2,70,1110111101100111011111010111011001110110101101111111110101100111110001111011111110111011000101011101
+7,11,3,69,1110111101000111010111010101011001010100101101111111110101110111010101111111111110111011110101011101
+7,11,4,70,1110111101100111011111010111011001010100001101111111110101110111010111111111110110111011010101011101
+7,11,5,69,1110111101100111010111010011011001010110101101111111110101110111010101111011111110111011010101011101
+7,11,6,71,1110111101100111011111010101011001010100101101111111110101110111010111111111111110111011010101011101
+7,11,7,70,1110111101000111011111110011011001010110101101111111110101110111010101111011110110111011110101011101
+7,11,8,69,1110111101000111010111010111011001110110111101111011010101110101010101111011111110111111010101011101
+7,11,9,70,1110111101100011010111010111011001011100101101111111110101010111010111111011110110111111011101011101
+7,11,10,68,1110111101100111010111010011011001010100101101111111110101110111010101111111111100111011010101011101
+7,11,11,68,1110111101100111010111010111011001010100101101111111110101110111110101011011111110101011010101011101
+7,11,12,68,1110111101100111010111010111011001010100101101111111110101110111010101111011111110110011010101011101
+7,11,13,71,1110111101100111010111010111011001110110101101111111110101110111110101111011111110111011000101011101
+7,11,14,70,1110111101100111010111010111011001010110101101111111110101110111010101111011111110111011010101011101
+7,11,15,71,1110111101100111010111010111011001110100101101111111110101110111110101111111111110111011000101011101
+7,11,16,70,1110111101100111010111010111011001010110101111111110110101010111110111111011110110111011010101011101
+7,11,17,71,1110111101100111010111010111011001010100101101111111110101110111010101111111111110111011011101011101
+7,11,18,71,1110111101100111010111010111011101110110101101111011110101110111010101111011111110111011010101011101
+7,12,0,69,1110111101100111010111010111011000110110101101111011110101110111110101111011111110111011000101011101
+7,12,1,72,1110111101100111010111010111011101110110101101111111110101110111010101111011111110111011010101011101
+7,12,2,69,1110111001100111010111010111011001010110101101111111110101110111010101111011111110111011010101011101
+7,12,3,69,1010111101100111010111010011011001010110111101111111110101110111010101111011111110111011010101011101
+7,12,4,69,1110111101000111010111010111011001110110101101111111110101110111010101111011111110111001100101011101
+7,12,5,71,1110111101100111011111110011011001010110101101111111110101110111110101111011110110111011010101011101
+7,12,6,69,1110111101000111011111110011011001010110101101111111110101110111010101111011110110111011010101011101
+7,12,7,71,1110111101100111010111010111011001010100101101111111110101110110110101111011111110111111110101011101
+7,12,8,69,1110111101100011010111010101011001011100101101111111110101110111010101111011110110111111110101011101
+7,12,9,70,1110111101000111010111010111011001010100101101111111110101010111010111111111111110111011011101011101
+7,12,10,70,1110111101100111010111010111011101010100101101111011110101110111010101111011111110111011010101111101
+7,12,11,72,1110111101100111010111010111011001110110101101111111110101110111010101111111101110111011011101011101
+7,12,12,68,1110111101100111010111010011011001010110101111111110110101010111110101111011110110111011010101011101
+7,12,13,70,1110111101100111010111010111011001010100101101111111110101110111010111111111111100111011010101011101
+7,12,14,69,1110101101100111010111010111011001011110101001111111110101110111010101111111111110111001010101011101
+7,12,15,72,1110111101100111010111010111011001010100101101111111111101110111010101111111111110111011011101011101
+7,12,16,69,1110111101100111010111010111011001010100101101111111110101110111010101111111111110101011010101011101
+7,12,17,70,1110111101100111010111010111011001010110101101101111110101110111010101111011111110111011011101011101
+7,12,18,70,1110111101100111010111010111011001010100101111111111110101010111110101111111110110111011010101011101
+7,13,0,70,1110111101100111010111010011011101110110101101111111110101110111010101111011110110111011010101011101
+7,13,1,73,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111011010101011101
+7,13,2,70,1110111101100011010111010111011101110110101101110111110101110011110111111011111110111011000101011101
+7,13,3,69,1110111101100111010111010111011001110110101101111110110101110111010101101011111110111011010101011101
+7,13,4,71,1110111101100111011111010111011001010110101101111111110101110111110101111011110110111011010101011101
+7,13,5,70,1110111101100111010111110011011001010110101101101111110101110111010101111011111110111011011101011101
+7,13,6,69,1110111101100111010111010111011001010100101100111111111101010111010101111111111110111001011101011101
+7,13,7,70,1110111101000111010111010111011001010100101101111111110101110111010111111111111100111011011101011101
+7,13,8,71,1110111101100111010111010111011001010100101101111111110101110110010101111011111110111111111101011101
+7,13,9,69,1110111101000111010111010111011001010100101101111111110101010101110111111111111110111011010101011101
+7,13,10,71,1110111101100111010111010111011001010110101101111111110101110111010101111111111110111011010101011101
+7,13,11,68,1110111001100111010111010111011001010100101101111111110101110111010111111011111100111011010101011101
+7,13,12,70,1110111101100111010111010111011001010100101111110111110101010111110101111111110110111011011101011101
+7,13,13,71,1110111101100111010111010111011001010100101101111111111101110111010101111111111110111011010101011101
+7,13,14,67,1110111101000111010111110011011001010110101101101111110101110111010101111011110110111011010101011101
+7,13,15,72,1110111101100111011111010111011001010110101101111111110101110111010101111011111110111011011101011101
+7,13,16,71,1110111101100111010111010111011001010100101101111111110101110111010101111111111110111011011101011101
+7,13,17,71,1111111101100111010111010111011101010000101101111011111101110111010101111011111110111011010101111101
+7,13,18,72,1110111101100111010111010111011001110110101101111111110101110111010101111111101110111011011101011101
+7,14,0,71,1111111101100111010111010111011101010000101101111011111101110111010101111011111110111011010101111101
+7,14,1,71,1111111101100111010111010111011101010000101101111011111101110111010101111011111110111011010101111101
+7,14,2,71,1110111101100111010111010111011001010110101101111110110101110110010101111011111110111111111101011101
+7,14,3,69,1110111101100111010111010111011001110100101101111111110101110111010101101011111110111011010101011101
+7,14,4,70,1110111101100111010111010111011001010100101101111111110101110111010101111011111110111011011101011101
+7,14,5,71,1110111101100011011111010111011001010110101101111111110101110111110101111111110110111011010101011101
+7,14,6,69,1110111101100111011111010111011001010110101101111111110101110111010101111011110110110011010101011101
+7,14,7,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,14,8,70,1110111101100111010111010111011101010000101101111011111101110111010101111011111110111011010101111101
+7,14,9,74,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111011010101011101
+7,14,10,71,1110111101100111010111010111011001010110101101111111110101110111010101111111111110111011010101011101
+7,14,11,72,1110111101100111011111010111011001010110101101111111110101110111010101111011111110111011011101011101
+7,14,12,71,1110111101100111011111010111011001010110101101111111110101110111010101101011111110111011011101011101
+7,14,13,70,1110111101100111010111010111011001110110101101111110110101110111010101111011111110111011010101011101
+7,14,14,70,1110111101100111010111010111011101010010101101111011101101110011010101111111111110111011010101111101
+7,14,15,70,1111111101100111010111010111011001010100101101111111110101110111010101111011111110111011010101011101
+7,14,16,71,1110111101100111011111010111011001010110101101111110110101110111010101111011111110111011011101011101
+7,14,17,71,1110111101100111010111010111011001110010101101111111110101110111010101111111101110111011011101011101
+7,14,18,70,1110111101100111011111010111011001010110101101111111110101110111110101111011100110111011010101011101
+7,15,0,73,1110111101100111010111010111011001110110101101111111110101110111010101111111111110111011011101011101
+7,15,1,71,1110111101100111010111010111011001010110101101111111110101110111010101111111111110111011010101011101
+7,15,2,71,1110111101100111011111010111011001010110101101111111110101110111010101111011111110111011011101010101
+7,15,3,71,1110111101100111011111010111011001010110101101111110110101110111010101111011111110111011011101011101
+7,15,4,70,1110111101100111010111010111011001010100101101111110110101110111010101111011111110111111011101011101
+7,15,5,71,1110111101100111010111010111011001010110101101111111110101110110010101111011111110111011111101011101
+7,15,6,70,1110111101110111010111010111011001010010101101111110100101110010010101111111111110111011111101111101
+7,15,7,72,1110111101100111010111010111011101010110101101111011111101110111010101111011111110111111010101011101
+7,15,8,74,1110111101100011011111010111011001110110101101111111110101110111110101111111111110111011011101011101
+7,15,9,70,1110111101100111010111010111011001010110101101111111110101110111010101111111110110111011010101011101
+7,15,10,74,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111011011101011101
+7,15,11,73,1111111101100111011111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,15,12,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,15,13,74,1111111101100111011111110110011101010110101101111111110101110111110101111011111110111011010101011101
+7,15,14,72,1110111101100111011111010111011001010110101101111111110101110111110101101011111110111011011101011101
+7,15,15,74,1110111101100111011111110111011001010110101101111111110101110111010101111011111110111111011101011101
+7,15,16,72,1110111101100111010111010111011101110110101101111011110101110111010101111011111110111011011101011101
+7,15,17,72,1111111101100111010111010111011001010000101101111111111101110111010101111111111110111011010101111101
+7,15,18,72,1110111101100111010111110111011001010110101101111110110101110111010101111011111110111111011101011101
+7,16,0,69,1110111101100111010111010111011001010100101101111110110101110111010101111011111110111011011101011101
+7,16,1,72,1110111101100111010111010111011001010110101101111111110101110111010101111111111110111111010101011101
+7,16,2,72,1110111101100011011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,16,3,75,1110111101100111011111010111011001110110101101111111110101110111110101111111111110111011011101011101
+7,16,4,70,1110111101100111011111010111011001010100101101111110110101110111010101111011111110111011011101011101
+7,16,5,73,1110111101100111010111010111011001010110101101111111110101110111110101111011111110111111011101011101
+7,16,6,70,1110111101100111010111010111011001010110101101111101110101110111010101111111111110111011010101011101
+7,16,7,73,1110111101100111010111010111011001110110101101111111110101110111010101111111111110111011011101011101
+7,16,8,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,16,9,73,1111111101100111011111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,16,10,71,1110111101100111011111010111011001010110101101111110110101110111010101111011111110111011011101011101
+7,16,11,71,1110111101100111011111010111011001010110101101111110110101110111010101111011111110111011011101011101
+7,16,12,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,16,13,73,1111111101100111011111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,16,14,74,1110111101100111010111110111011101110110101101111011110101110111110101111011111110111011011101011101
+7,16,15,72,1110111101100111011111010111011001010110101101111111110101110111010101111011111110111011011101011101
+7,16,16,73,1110111101100111011111110111011001010110101101111111110101110111010101111011111110111011011101011101
+7,16,17,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,16,18,73,1110111101100111011111010111011101110110101101111011110101110111010101111011111110111011011101011101
+7,17,0,74,1111111101100111011111010111011101110110101101111011110101110111010101111011111110111011011101011101
+7,17,1,72,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,17,2,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,17,3,74,1110111101100111011111110111011001010110101101111111110101110111010101111011111110111111011101011101
+7,17,4,72,1110111101100111011111010111011001010110101101111111110101110101010101111111111110111011011101011101
+7,17,5,75,1110111101100111011111110111011001110110101101111111110101110111110101111011111110111011011101011101
+7,17,6,72,1111111101100111010111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,17,7,73,1111111101100111011111010111011001010110101101111111110101110111110101111011111110111011010101011101
+7,17,8,74,1110111101100111010111110111011101110110101101111011110101110111110101111011111110111011011101011101
+7,17,9,73,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,17,10,74,1111111001100101011111010111011101110110101101111111110101110111110101111011111110111011011101011101
+7,17,11,70,1110111101100111011111010111011001010110101101111011110101110111010101111011111110111011010101011101
+7,17,12,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,17,13,71,1110111101100011011111010111011001010110101101111111110101110110110101111011111110111011011101011101
+7,17,14,70,1110111101100111011111010111011001010110101101111110110101110111010101111011111110111011011101001101
+7,17,15,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,17,16,73,1111111101100111011111010111011001010110101101110111110101110111110101111011111110111011011101011101
+7,17,17,74,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111010101011101
+7,17,18,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,18,0,74,1111111111100111010111010111011101110110101101111011110101110111010101111011111110111011011101011101
+7,18,1,74,1110111101100111011111110111001101110110101101111011110101110111110101111011111110111011011101011101
+7,18,2,70,1110111101100111011011010111011001010110101001101111110101110111110101111011111110111011011101011101
+7,18,3,70,1110111101100111011111010111011001010110101101111111010101110111100101111011111110111011010101011101
+7,18,4,73,1111111101100111011111010111011001110110101101111011110101110111010101111011111110111111011101010101
+7,18,5,74,1110111101100111011111110111011101010110101101111111110101110111110101111011111110111011010101011101
+7,18,6,76,1110111101100111011111110111011001010111101101111111110101110111110101111011111110111111011101011101
+7,18,7,76,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101111101
+7,18,8,75,1111111001100111011111010111011101110110101101111111110101110111110101111011111110111011011101011101
+7,18,9,73,1111111101100101011111010111011101110110101101111011110101110111010101111011111110111011011101011101
+7,18,10,75,1111111101100111011111110111011001010110101101111110110101110111110101111011111110111111011101011101
+7,18,11,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,18,12,75,1111111101100111011111110111011001010110111101111111110101110111110101111011111010111011011101011101
+7,18,13,74,1111111101100111011111010111011001010110101101110111110101110111110101111011111110111111011101011101
+7,18,14,74,1111111101100101011111110111011001110110101101111111110101110111010101111011111110111111011100011101
+7,18,15,73,1110111001100111011111010111011101010110101101111111110101110111110101111011111110111011011101011101
+7,18,16,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,18,17,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,18,18,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,19,0,73,1110111101100111011111010111011001010110101101110111110101110111110101111011111110111111011101011101
+7,19,1,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,19,2,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,19,3,74,1111111101100101011111110111011001110110101101111111110101110111010101111011111110111111011100011101
+7,19,4,73,1110011101100111011111110111011001010110101101111111110101110111110101111011111110111011011101011101
+7,19,5,77,1111111101100111011111110111011001010110111101111111110101110111110101111011111010111111011101111101
+7,19,6,75,1111111101100111011111010111011101110110101101111011110101110111110101111011111110111011011101011101
+7,19,7,74,1111111101100101011111110111011001010110101101111111110101110111010101111011111110111111011101011101
+7,19,8,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,19,9,74,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111111011101011101
+7,19,10,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,19,11,74,1111111001100111011111010111011101110110101101111110110101110111110101111011111110111011011101011101
+7,19,12,76,1111111001100111011111110111011101110110101101111011110101110111110101111011111110111011111101011101
+7,19,13,74,1110111101100111011111010111001101110110101101111111110101110111110101111011111110111011011101011101
+7,19,14,73,1111111001100111011111010111011001010110101101111111110101110111110101111011111110111011011101011101
+7,19,15,76,1110111101100111011111110111011101010110101101111111110101110111110101111011111110111111011101011101
+7,19,16,75,1110111101110111010111010111011001010110111101011111110101110111110101111011111110111111011101111101
+7,19,17,73,1110111101100111011111110111011001010110101101111011110101110111110101111011111110111011011101011101
+7,19,18,77,1110111101100111011111110111011101110110111101111111110101110111110101111011111110111011011101011101
+7,20,0,72,1111111101100101011111110111011001010110101101111111110101110111010101111011101110111111011100011101
+7,20,1,77,1111111101100111011111110111011001110110101101111111110101110111110101111011111110111111011101011101
+7,20,2,74,1111111101100101011111110111011001010110101101111111110101110111010101111011111110111111011101011101
+7,20,3,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,20,4,75,1111111101100101011111110111011001110110101101111111110101110111110101111011111110111111011100011101
+7,20,5,75,1110111101100111011111110111011101110110101101111111110101110111010101111011111110111011011101011101
+7,20,6,75,1110111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,20,7,76,1111111101100111011111010111011001010110111101111111110101110111110101111011111010111111011101111101
+7,20,8,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,20,9,78,1111111001100111111111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,20,10,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,20,11,74,1110111101100111011111010111011001010110101101111111110101110111110101111011111110111111011101011101
+7,20,12,77,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,20,13,76,1111111101110111011111110111011001010110101101111111110101110111110101111011111110111011011101011101
+7,20,14,77,1111111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,20,15,75,1110111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,20,16,75,1111110101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,20,17,75,1111111101100111011111110101011001010110111101111111110101110111110101111011111010101111011101111101
+7,20,18,75,1111111101100111011111110111011001010110111101110110110101110111110101111011111010111111011101111101
+7,21,0,75,1111111001100111011101110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,21,1,78,1111111101100111111111110111011101010110101101111111110101110111110101111011111111111011011101011101
+7,21,2,76,1111111101100111011111010111011001010110111101111111110101110111110101111011111110111111011101011101
+7,21,3,74,1111111101100111011111100111011001010110100101111111110101110111110101111011111010111111011101111101
+7,21,4,77,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,21,5,77,1111111101100111011111110111011001110110101101111111110101110111110101111011111110111111011101011101
+7,21,6,77,1111111101100111011111110111011001110110111101111111110101110111110101111011111110111011011101011101
+7,21,7,76,1110111101100111011111110111011101010110101101111111110101110111110101111011111110111111011101011101
+7,21,8,77,1111111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,21,9,76,1111111101100111011111110111011001010110101101111111110101110111110101111011111110111111011101011101
+7,21,10,76,1111111101100111011111110111011101110110101101111111110101100111110101111011111110111011011101011101
+7,21,11,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,21,12,78,1111111001101111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,21,13,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,21,14,77,1110111001100111111111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,21,15,77,1111111101100111011111110111011101110110111101111111110001110111110101111011111110111011011101011101
+7,21,16,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,21,17,76,1110111101100111011111110111011101110110101101111111110101110111010101111011111110111111011101011101
+7,21,18,76,1111111101100111011111110111011101110110101100111111110101110111110101111011111110011011011101111101
+7,22,0,76,1111111001100111010111110111011001110110111101111111110101110111110101111011111111111011011101011101
+7,22,1,76,1110111101100111111111110111011101110110101100111111110101110111110101111011111110111011011101011101
+7,22,2,78,1111111101101111011111110111011001110110101101111111110101110111110101111011111110111111011101011101
+7,22,3,77,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,22,4,78,1111111101100111011111110111011001110110111111111111110101110111110101111011111110111011011101011101
+7,22,5,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,22,6,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,22,7,78,1110111001100111111111110111011101110110101101111111110101110111110111111011111111111011011101011101
+7,22,8,73,1111111001100111011111010111011001110110101101111111010101100111110101111011111110111111011101011101
+7,22,9,78,1111111101100111011111110111011101010110111101111111110101110111110101111011111110111111011101011101
+7,22,10,77,1111111001101111011111110111011101110110101101111111110101110111110101111011111100111111011101011101
+7,22,11,78,1111111001101111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,22,12,78,1111111001101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,22,13,76,1110111001100111111111110111011101110110101101111111110101110111110101111011101110111111011101011101
+7,22,14,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,22,15,78,1110111101101111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,22,16,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,22,17,78,1111111001100111111111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,22,18,73,1110111001100111011101110111011101110010101101111111110101110111110101111011111110111011011101011101
+7,23,0,78,1111111101100111011111110111011001110110111011011111110101110111110101111011111111111111011101011101
+7,23,1,75,1111111101100111011111110011011101110110101101111111110101110111010101111011111110111011011101011101
+7,23,2,77,1111111001100111011111110111011101110110101101011111110101110111110101111011111111111011111101011101
+7,23,3,78,1111111001101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,23,4,79,1111111001101111011111110111011101110110111101111111110101110111110101111011111110111111011101011101
+7,23,5,77,1111111101100111011111110111011001110110101111111111110101110111110101111011111110111011011101011101
+7,23,6,75,1111111001100111011111110111011101110110101101111011110101110111110101111011111110111011011101011101
+7,23,7,78,1111111001101111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,23,8,77,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,23,9,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,23,10,77,1111111101101111011111110111011101110110101101101111110101110111010101111011111110111111011101011101
+7,23,11,77,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,23,12,79,1111111001110111011111110111011101110110111101111111110101110111110101111011111110111111011101011101
+7,23,13,76,1111111001100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,23,14,78,1110111101101111011111110111011101110110101101111111110101110111111101111011111110111011011101011101
+7,23,15,76,1110111101100111111111110111011101110110101100111111110101110111110101111011111110111011011101011101
+7,23,16,79,1111111101101111011111110111011001110110111111111111110101110111110101111011111110111011011101011101
+7,23,17,78,1111111001100111011111111111011101110110101101111111110101110111110101111011111110111111011101011101
+7,23,18,76,1110111001101111011101110111011101110110101101111111110101110111110111111011111110011111011101011101
+7,24,0,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,24,1,74,1111111001100111011111110011011101110110101101111111110101110111010101111011111110111011011101011101
+7,24,2,78,1111111001110111011111110111011001110110111101111111110101110111110101111011111110111111011101011101
+7,24,3,80,1111111101101110011111110111011101111110111111111111110101110111110101111011111110111011011101011101
+7,24,4,76,1110111101100111111111110111011101110110101100111111110101110111110101111011111110111011011101011101
+7,24,5,78,1110111001110111011111110111011101110110111101111111110101110111110101111011111110111111011101011101
+7,24,6,80,1111111001101111011111110111111101110110111101111111110101110111110101111011111111111011011101011101
+7,24,7,75,1101111101101111011111110111011001110110101101111111110101110111110101111011111010111011011101011101
+7,24,8,74,1111111001100111011111110111011001110110101111011011110101110111110101111011111110111011011101011101
+7,24,9,77,1111111101100111011111110111011101110110111001111111110101110111110101111011111010111111011101011101
+7,24,10,78,1111111101100111111111110111011001110110111001011111110101110111110101111011111111111111011101011101
+7,24,11,77,1111111001100111011111110111011101110110101111111111110101110111110101111011111111111011011001011101
+7,24,12,79,1111111001101111011111110111011101110110101101111111110101110111111101111011111110111111011101011101
+7,24,13,76,1110111101100111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,24,14,76,1111111100100111011111110111011101110110101101101111110101110111110101111011111110111111011101011101
+7,24,15,79,1111111001111111011111110111011101110110111101111111110101110111010101111011111110111111011101011101
+7,24,16,79,1111111101101111011111110111011001110110111111111111110101110111110101111011111110111011011101011101
+7,24,17,78,1111111001100111011111111111011101110110101101111111110101110111110101111011111110111111011101011101
+7,24,18,78,1111111101101111011111110111011101110110111101111111110101110111010100111011111110111111011101011101
+7,25,0,78,1111111101101111011111110111011101110110111101011111110101110111010100111011111111111111011101011101
+7,25,1,77,1111111101100111111111110111011001110110111001111111110101110011110101111011111110111111011101011101
+7,25,2,76,1111111100100111011111110111011101110110101001111111110101110111110101111011111110111111011101011101
+7,25,3,77,1111111101100111011111110111011101110110111101101111110101110111110101111011111010111111011101011101
+7,25,4,79,1111111101111111011111110111011001110110101101111111110101110111110101111011111111111011011101011101
+7,25,5,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,25,6,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,25,7,79,1111111001101111011111110111011101110110101101111111110101110111111101111011111110111111011101011101
+7,25,8,77,1111111001101110011111110111011101111010101111111111110101110111110101111011111111111011011001011101
+7,25,9,79,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,25,10,76,0111111101101111011111110111011101110110101101111111110101110111110101111011111110111010011101011101
+7,25,11,75,1110111001100111011111110111011101110110101101101111110101110111110101111011111110111111011101011101
+7,25,12,77,1111111101101111011111110111011001110110111111010111110101110111110101111011111110111011011101011101
+7,25,13,79,1111111101100111111111110111011001110110111001111111110111110111010101111011111111111111011101011101
+7,25,14,75,1111111001100111011111110111011001110110101101111111110101110111110101111011111111111011011001011101
+7,25,15,78,1101111101101111011111110111011101110110101111111111110101110111110101111011111010111011011101011111
+7,25,16,79,1111111101101111011111110111011001110110111111111111110101110111110101111011111110111011011101011101
+7,25,17,81,1111111101101110011111110111011101111110111111111111110101110111110101111011111110111011011111011101
+7,25,18,77,1111111101100111111111110111011101110110101000111111110101110111110101111011111111111011011101011101
+7,26,0,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,26,1,80,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101111101
+7,26,2,80,1111111101101111011111110111011101110110101111111111110101110111110101111011111110111011011101011111
+7,26,3,77,1101111001101111011111110111011101110110101101111111110101110111111101111011111010111111011101011101
+7,26,4,80,1111111101101110011111110111011101111110111111111111110101110111110101111011111110111011011101011101
+7,26,5,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,26,6,77,1111111101100111011111110111011101110110101001111111110101110111110101111011111110111111011101011101
+7,26,7,75,1111111100100111111111110101011001110110111001111111110101110011110101111011111110111111011101011101
+7,26,8,79,1111111101111111011111110111011001110110101101111111110101110111110101111011111111111011011101011101
+7,26,9,78,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011100011101
+7,26,10,78,1111111101101111011111110111011001110110101101111111110101110111110101111011111111111011011101011101
+7,26,11,80,1111111101111111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,26,12,80,1111111101100111011111110111011101110110111111111111110101110111110111111011111110111011011101011101
+7,26,13,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,26,14,77,1111111101100111011111110111011101110110111000111111110101110111110101111011111111111011011101011101
+7,26,15,78,1111111101100111111111110111011101110110101110111111110101110111110101111011111110111011011101011101
+7,26,16,78,1111111101100111011111110111011101110110101101111111110101110111110101111011111110111111011101011101
+7,26,17,77,1111111101101011011111110111010101110110111101111011110101110111110101111111111011111011011101011101
+7,26,18,79,1110111101101111011111110111011101110110111011111111110101110111110101111011111110111111011101011101
+7,27,0,78,1111111101101111011111110111011101110110101101111111110101110111010101111011111110111011011101111101
+7,27,1,81,1111111101100111011111110111011101110110111111111111110101110111110111111011111111111011011101011101
+7,27,2,80,1111111101101111011111110111011101110110101101111111110101110111110101111111111111111011011101011101
+7,27,3,75,1111111101101011001111110111010101110110111101111011110101110111110101111011111011111011011101011101
+7,27,4,79,1111111101101110011111110111010101111110111111111111110101110111110101111011111110111011011101011101
+7,27,5,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,27,6,79,1111111101100111001111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,27,7,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,27,8,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,27,9,80,1111111101100111011111110111011101110110111111111111110001110111110101111111111110111011011111011101
+7,27,10,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,27,11,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,27,12,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,27,13,79,1111111101111111011111110111011101110110101101111111110101110111110101111011111110111011011101011101
+7,27,14,81,1111111101101111011111110111011101111110101111111111110101110111110101111011111111111011011101011101
+7,27,15,78,1111111101111110011111110111011001110110111101111111110101110111110101111011111110111011011101011101
+7,27,16,80,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101111101
+7,27,17,79,1111110101111111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,27,18,78,1111111101101111011111110111011001110110111111110111110101110111110101111011111110111011011101011101
+7,28,0,78,1111111101100111011111110111011101110110111111111111110001110111110101111011111110111011011101011101
+7,28,1,81,1111111101111111011111110111011101110110101101111111110101110111110101111111111110111011011111011101
+7,28,2,79,1111111101101111001111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,28,3,81,1111111101100111011111110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,28,4,78,1111111101101111011111110111011101111110001101111111110101110111110101111001111111111011011101011101
+7,28,5,78,1011111101111110011111110111010101110110111111111111110101110111110101111011111110111011011101011101
+7,28,6,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,28,7,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,28,8,79,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101011101
+7,28,9,79,1111011101101111011111110111011101110110101101111111110101110111110101111011111111111011011101111101
+7,28,10,80,1111111101101111011111110111011101110110101101111111110101110111110101111011111111111011011101111101
+7,28,11,78,1111101101101111011111110111011101110110101101111111110101110111110101111010111111111011011101111101
+7,28,12,81,1111111101101111011111110111011101111110111111111111110101110111110101111011111110111011011101011101
+7,28,13,78,1111111101101110011111110111010101110110111111111111110101110111110101111011111110111011011101011101
+7,28,14,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,28,15,81,1111111101101111011111110111011101111110101111111111110101110111110101111011111111111011011101011101
+7,28,16,79,1111111101100111011111110111011101110110111111111111110101110011110101111011111111111011011101011101
+7,28,17,81,1111111101101111011111110111011101110110111111111111110101110111110111111011111110111011011101011101
+7,28,18,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,29,0,80,1111111101101111011111110111011101111110101101111111110101110111110101111011111110111011011111011101
+7,29,1,82,1111111101111111011111110111011101110110101111111111110101110111110101111111111111111011011101011101
+7,29,2,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,29,3,82,1111111101101111011111110111011101111110101111111111110101110111110111111011111111111011011101011101
+7,29,4,82,1111111101101111011111110111011101111110111111111111110101110111110101111011111110111011011111011101
+7,29,5,80,1111111101100111011111110111011111110110111111111111110101110111110101111011111110111011011101011101
+7,29,6,79,1111111101100111011111110111011100110110111011111111110101110111110111111011111110111011011111011101
+7,29,7,81,1111111101100111011111110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,29,8,77,1111111101100111001111110111011101110110111111111111110101110011110101111011111110111011011101011101
+7,29,9,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,29,10,79,1111111101101111001111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,29,11,80,1111111101101111011111110111011001111110101111111111110101110111110101111011111111111011011101011101
+7,29,12,80,1111111101101111011111110111011101110110111111111111110101110111110111110011111110111011011101011101
+7,29,13,79,1111111101101111001111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,29,14,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,29,15,79,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,29,16,80,1111111101101111011111110111011101111110101111111111110101110111110101111011111110111011011101011101
+7,29,17,81,1111111101101111011111110111011101111110111111111111110101110111010101111011111111111011011101011101
+7,29,18,80,1111111101100111011111110111011101111110111111111111110101110011110101111011111111111011011101011101
+7,30,0,81,1111111101101111011111110111011101110110111111111111111101110111110101111011111110111011011101011101
+7,30,1,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,30,2,78,1111111101111111011111110111011101110010101111111111110101110111010101111111111110110011011101011101
+7,30,3,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,30,4,80,1111111101101111011111110111011101111110111111011111110101110111100101111011111110111011011111011101
+7,30,5,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,30,6,81,1111111101101111011111110111011101111110101111111111110101110111110101111011111110111011011111011101
+7,30,7,79,1111111101101111011111110111011101110110111101111111110101110111110111110011111110111011011101011101
+7,30,8,81,1111111101101111011111110111011101111110111111111111110101110011110101111011111111111011011101011101
+7,30,9,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,30,10,81,1111111101100111011111110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,30,11,80,1111111101100111011011110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,30,12,80,1111111101101111001111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,30,13,82,1111111101101111011111110111011101111110101111111111110101110111110111111011111111111011011101011101
+7,30,14,81,1111111101101111011111110111011111110110111111111111110101110111110101111011111110111011011101011101
+7,30,15,80,1111111101100111011111110111011101111110111111111111110101110111110101111011111110111011011011011101
+7,30,16,81,1111111101101111011111110111011101110110101111111111110101110111110101111111111111111011011101011101
+7,30,17,82,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,30,18,80,1111111101111111011111110111011101110110101111111111110101110111110101111111111111101011011101001101
+7,31,0,81,1111111101111111011111110111011101110110101111111111110101110111110101111011111111111011011101011101
+7,31,1,81,1111111101101111011111110111011111110110111111111111110001110111110101111111111110111011011101011101
+7,31,2,81,1111111101101111011111110111011101110110101111111111110101110111110111111011111111111011011101011101
+7,31,3,81,1111111101101111011111110111011100111110111111111111110101110111110101111011111111111011011101011101
+7,31,4,80,1111111101100111011111110111011101111110111111111111110101110111110101111001111111111011011101011101
+7,31,5,79,1111111101101111011111110111011101110110111111111111110101110011110101111001111111111011011101011101
+7,31,6,81,1111111101101111011111110111011111111110101111111111110101110111110101111011111110101011011111011101
+7,31,7,80,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,31,8,81,1111111101111111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,31,9,83,1111111101101111011111110111011101110110111111111111110111110111110101111011111111111011011111011101
+7,31,10,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,31,11,78,1111111101101111001111110111011101110110001111111111110101110111110101111111111111011011011101011101
+7,31,12,80,1111111101100111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,31,13,82,1111111101101111011111110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,31,14,81,1111111101101111011111110111011111110110111111111111110101110111110101111011111110111011011101011101
+7,31,15,82,1111111101111111011111110111011101110110101111111111110101110111110101111111111111111011011101011101
+7,31,16,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111110111011011111011101
+7,31,17,80,1011111101100111011111110111011111110110111111111111110101110111110101111011111110111011011111011101
+7,31,18,83,1111111101111111011111110111011111110110111111111111110101110111110101111011111111111011011101011101
+7,32,0,81,1111111101111111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,32,1,83,1111111101101111111111110111011111110110101111111111110101110111110101111111111111111011011101011101
+7,32,2,79,1111111101101111011111110111011100110110101111111111110101110111110101111011111111111011011101011101
+7,32,3,85,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011011101011101
+7,32,4,81,1111111101111111011111110111011111110110101111111111110101110111110101111011111110101011011111011101
+7,32,5,82,1111111101101111011111110111011101111110101111111111110101110111110101111111111111111011011101011101
+7,32,6,80,1111111101111110011111110111011100111110111111111111110101110111110101111011111111111010011101011101
+7,32,7,81,1111111101101111011111110011011111110110111111111111110101110111110101111011111111111011011101011101
+7,32,8,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,32,9,82,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101001101
+7,32,10,82,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,32,11,81,1111111101111111011111110111011101100110101111111111110101110111110101111011111111111011111101011101
+7,32,12,81,1111111101101111011111110111011100110110111111111111110101110111110101111011111111111011111101011101
+7,32,13,82,1111111101111111011111110111011101111110111111111111110101110111110101111011111111111011011001011101
+7,32,14,80,1111111101101111011111110111011101110110101111111111110101110111110101111111111110111011011101011101
+7,32,15,82,1111111101101111011111110111011111110110111111111111110001110111110111111011111111111011011101011101
+7,32,16,82,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,32,17,81,1111111101111111011111110111011101110110111111111111110101110111110101111011111110111011011101011101
+7,32,18,82,1111111101101111111111110111011101111110101111111111110101110111110101111011111111111011011101011101
+7,33,0,82,1111111101111111011111110111011111100110101111111111110001110111110111111011111111111011111101011101
+7,33,1,81,1111111101101111011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,33,2,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,33,3,82,1111111101111111011111110111011101101110111111111111110101110111110101111011111111111011011101011101
+7,33,4,80,1110111101101111011111110111011101110110111111111011110101110111110101111111111111111011011101011101
+7,33,5,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,33,6,84,1111111101101111111111110111011101110110111111111111110101110111110101111111111111111011111101011101
+7,33,7,82,1111111101111111011111110111011111110110101111111111110101110111110101111011111111111011011101011101
+7,33,8,82,1111111101101111011111110111011111110110111111111111110001110111110111111011111111111011011101011101
+7,33,9,81,1111111101101111011111110111011111110110111111111111110001110111110111111011111111110011011101011101
+7,33,10,79,1111111101101111011111110111011100110110101111111111110101110111110101111011111111111011011101011101
+7,33,11,81,1111111101101111011111110111011100110110111111111111110101110111110101111011111111111011111101011101
+7,33,12,84,1111111101111111011111110111011101111110111111111111110101110111110111101111111111111011011101011101
+7,33,13,82,1111111101111111011111110111011101111110111111111111110101110111110101111011111111111011011001011101
+7,33,14,81,1111111101111111011111110111011101110110111111111111110101110111110101111011011111111011111101001101
+7,33,15,79,1111111101101111011111110111011100110110101111111111110101110111110101111011111111111011011101011101
+7,33,16,83,1111111101111111010111110111011101110110111111111111110101110111110101111011111111111011111101111101
+7,33,17,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,33,18,80,1101111101101111111111110111011101111110101111111111110001110111110101111011111111111011011101011101
+7,34,0,82,1111111101111111011111110111011101110110111111111111110101110110110101111011111111111011011101111101
+7,34,1,82,1111111101111111010111110111011101111110111111111111110101110011110111101111111111111011111101011001
+7,34,2,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,34,3,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,34,4,81,1111111101101111011111110111011101110110111111111111110101110111110111111011111111110011011101011101
+7,34,5,81,1111111101111111011111100111011111111110111111111111110001110111110101111011111111111011011001011101
+7,34,6,80,1111111101101110011111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,34,7,81,1111111101111111011111110111011101111110111111110111110101110111110101111011111111111011011001011101
+7,34,8,82,1111111101101111011111110111011111110110111111111111110101110111110111111011111111111011011101010101
+7,34,9,83,1111111101111111010111110111011101110110111111111111110101110111110101111011111111111011111101111101
+7,34,10,81,1111111101111111011111110111011111110110101111110111110101110111110101111011111111111011011101011101
+7,34,11,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,34,12,80,1111111101101111011111110111011100110110101111111111110101110111110101111111111111111011011101011101
+7,34,13,83,1111111101101111111111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,34,14,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,34,15,83,0111111101111111011111110111011101111110111111111111110101110111110111101111111111111011011101011101
+7,34,16,83,1111111101111111011111110111011111100110111111111111110101110111110101111011111111111011011101011111
+7,34,17,82,1111111101111111011111110111011101101110101111111111110001110111110111111011111111111011111101011101
+7,34,18,84,1111111101111111011110110111011101110110101111111111110101110111110111111111111111111111111101011101
+7,35,0,84,1111111101111111011111110111011101111110101111111111110101110111110111111111111111111011011101011101
+7,35,1,81,0111111001111111011111110111011101110110111111111111110101110111110111101111111111111011111101010101
+7,35,2,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011011101111101
+7,35,3,82,1111111101111111011111110111011111100110111111111111110101110110110101111011111111111011011101011111
+7,35,4,83,1111111101111111011111110110011101110110101111111111110101110111110111111111111111111011111101011101
+7,35,5,83,1111111101111111011111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,35,6,81,0111111101111111011110110111011101110110101111111111110101110111110111111111111111111011111101011001
+7,35,7,84,1111111101111111011111110111011101111110111111111111110101110111110111101111111111111110011101011101
+7,35,8,81,1111111101111111010111110111011101101110111111111111110101110011110111101111111111111011111101011001
+7,35,9,83,1111111101111111011111110111011111110110111111111111110101110111110101101011111111111011011101011111
+7,35,10,85,0111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,35,11,79,1111111101111111011111110111011101110110101111111111110101110111110111101111111010111010011101011101
+7,35,12,83,1111111101101111111111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,35,13,83,1111111101101111111111110111011101110110111111111111110101110111110101111011111111111011111101011101
+7,35,14,85,0111111101111111011111110111011101111110101111111111110101110111110111111111111111111111111101011101
+7,35,15,82,1111111101111111011010110111011101110110111111111111110101110111110111111111111111111011011101011101
+7,35,16,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,35,17,82,1111111101111111011110110111011101110110111111111111110101110111110101111011111111111111011101011101
+7,35,18,83,1111111101111111011111110111011101110110101111111111110101110111110111111011111111111011011101111101
+7,36,0,83,1111111101111111111111110111011101110110111111111111110101110111110101111011111111111011011101011101
+7,36,1,83,1111111101101111011111110111011101110110101111111111110101110111110111111011111111111011111101111101
+7,36,2,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,36,3,84,0111111101111111011111110111011101111100101111111111110101110111110111111111111111111111111101011101
+7,36,4,81,0111111101111101011110110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,36,5,84,0111111101111111011111110111011101111110101111111111110101110111110111111111111111111111111101011001
+7,36,6,83,1111111101111111111111110111011101010110111111111111110101110111110101111011111111111011111101011101
+7,36,7,82,1111111111101111011111100111011101110110111111111111110101110111110101111011111111111011111101011101
+7,36,8,83,0111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,36,9,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,36,10,83,1111111101111111011111110111011101111110111111111111110101110111110111101011111111111110011101011101
+7,36,11,84,1111111101111111011111110111011101110110111111111111110101110111110101111111111111111011111101011101
+7,36,12,83,0111111101111111011111110111011101110110101111111111110101110111110111111111011111111111111101011101
+7,36,13,84,1111111101111111011111110111001101111110101111111111110101110111110111111111111111111011111101011101
+7,36,14,83,1111011101111111011111110111011101110110101111111111110101110111110111111111111111111011011101111101
+7,36,15,83,1111111101111111011111110111011101110110101111111111110101110111110111111011111111111011111101011101
+7,36,16,85,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111111111101011101
+7,36,17,82,0111011101101111011111110111011101111110101111111111110101110111110111111111111111111011111101011101
+7,36,18,81,1111111101111111011111110111011101110110101111101111110101110111110101111011111111111011011101111101
+7,37,0,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,37,1,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,37,2,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,37,3,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,37,4,82,1111111101111111011101110111011101110110111111111111110101110111110111111011111111111010111101011101
+7,37,5,85,1111111101111111111111110111011101111110111111111111110101110111110101111111111111111011011101011101
+7,37,6,85,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111001111101011101
+7,37,7,85,1111111101101111111111110111011101110110111111111111110111110111110111111011111111111011111101011101
+7,37,8,85,1111111101111111111111110111011101110110111111111111110111110111110101111011111111111011111101011101
+7,37,9,84,1111111111101111111111110111011101010110111111111111110101110111110111111011111111111011111101011101
+7,37,10,84,1111111101111111011111110111011101110110111111111111110101110111110101111111111111111011111101011101
+7,37,11,83,1111111101111111011111110111011101110110111111111111110101110111110101111111111111110011111101011101
+7,37,12,83,1111111101111111111111110111011101110110101111111111110101110111110111111011111111111011011101011101
+7,37,13,83,1111111101111111011111110111001101111110111111111111110101110111110101111101111111111011111101011101
+7,37,14,83,0111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,37,15,82,0111111101111111011110110111011101110110101111111111110101110111110111111111011111111111111101011101
+7,37,16,83,1111111101111111011111110111011101110111111111111111110101110111100101111011111111111011111101011101
+7,37,17,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,37,18,82,1111111111101111011111100111011101110110111111111111110101110111110101111011111111111011111101011101
+7,38,0,82,1111111101111111011111110111011101110110111111111111110101110111110101111011111111110011111101011101
+7,38,1,85,1111111111101111111111110111011101010110111111111111110101110111110111111111111111111011111101011101
+7,38,2,82,1111111101111111011111110111011101110110111111111111110101110111100101111011111111111011111101011101
+7,38,3,85,1111111101111111111111110111011101110111111111111111110111110111110101110011111111111011111101011101
+7,38,4,83,1111111101111111011111110111011101110110111111101111110101110111110101111111111111111011111101011101
+7,38,5,83,1111111101111111011011110111011101110110101111110111110101110111110111111111111111111111111101011101
+7,38,6,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,38,7,85,1111111101111111011111110111011101111110111111111111110101110111110111111111111101111011111101011101
+7,38,8,83,1111111111101111011111100111011101110110111111111111110101110111110111111011111111111011111101011101
+7,38,9,83,1111111101111111011111110111011101110110101111111111110101110111110101111111111111111011111101011101
+7,38,10,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,38,11,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,38,12,84,1111111101111111011111010111011101110110101111111111111101110111110111111111111111111011111101011101
+7,38,13,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,38,14,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,38,15,85,1111111101111111111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,38,16,84,1111111101111111111111110111011101110110111111111111110101110111110101111111111111110011111101011101
+7,38,17,82,1111110101101111011111110111011101110110111111111110110111110111110111111011111111111011111101011101
+7,38,18,85,1111111101111111011111110111011101111110111111111111110101110111110101111111111111111011111101011101
+7,39,0,86,1111111111111111111111110111011101110111111111111111110101110111110101110111111111111011111101011101
+7,39,1,84,1111111101101111111111110111011101010110111111111111110111110111110111111011111111111011111101011101
+7,39,2,86,1111111101111111011111110111011101111110111111111111110111110111110111111111111101111011111101011101
+7,39,3,85,1111111101111111111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,39,4,86,0111111101111111111111110111011101111111111111111111110101110111110111111111111111111011111101011100
+7,39,5,83,1111111101111111011111110111011101110110111111111111110111110111110101110011111111111011111101011101
+7,39,6,84,1111111101111011111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,39,7,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,39,8,83,1111111101111111111111100111011101110111111111111111110101110111110101110011111111111011111101011101
+7,39,9,85,1111111111101111011111110111011101110110111111111111110111110111110111111011111111111011111101011101
+7,39,10,85,1111111101111111011111110111011101111100111111111111110101110111110111111111111111111011111101011101
+7,39,11,84,1111111101111111011111010111011101110110101111111111111101110111110111111111111111111011111101011101
+7,39,12,81,1111111101111111011111110111011101110110111110101111110101110111110101111011111111111011111101011101
+7,39,13,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,39,14,84,1111111101111111011111110111011101111110111111111111110101110111110101111111111101111011111101011101
+7,39,15,84,1111111101111111011111110111011101110110101111111111110101110111110111111111111111111011111101011101
+7,39,16,84,1111111101111111011111110111011101111110111011111111110101110111110101111111111111111011111101011101
+7,39,17,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,39,18,86,1111111101111111111111110111011101111110111111111111110100110111110111111111111111111011111101011101
+7,40,0,85,1111111101111111111111110111011101110110101111111111110100110111111111111111111111111011111101011101
+7,40,1,86,1111111101111111011111010111011101111110111111111111111101110111110111111111111111111011111101011101
+7,40,2,85,1111111101111111011111110111011101111110111111111111110111110111110101111111111111111011101101011101
+7,40,3,84,1111111101111111011111110111011101111110111011111111110101110111110111111111111101111011111101011101
+7,40,4,83,1111111101111111011111110111011101111110111011111111110101110111110101111111111101111011111101011101
+7,40,5,84,1111111101111111011111110111011101011110111111111111110101110111110101111111111111111011111101011101
+7,40,6,86,1111111101111111011111110111011101111110111111111111110111110111110111111111111101111011111101011101
+7,40,7,85,1111111101111111011111110111010101111110111111111111110101110111110111111111111111111011111101011101
+7,40,8,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,40,9,84,1111111101101111011111110111011101111110111111111111110111100111110111111111111101111011111101011101
+7,40,10,84,1111111101111111111111110111011101110110111111111111110101110111100111110111111111111011111101011101
+7,40,11,85,1111111111111111111110110111011101110111111111111111110101110111110101111011111111111011111101011101
+7,40,12,84,1111111101111111011111010111011101110110101111111111111101110111110111111111111111111011111101011101
+7,40,13,86,1111111101111111111111110111011101111110111111111111110100110111110111111111111111111011111101011101
+7,40,14,85,1111111101111111011111110111011101110110111111111111110111110111110111111011111111111011111101011101
+7,40,15,84,1111111101101111011111110111011101011110111111111111110101110111110111111111111111111011111101011101
+7,40,16,85,1111111101111111111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,40,17,83,1111111101111011010111110111011101111110111111111111110101110111100111111111111111111011111101011101
+7,40,18,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,41,0,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,41,1,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,41,2,86,1111111101111111111111110111011101110110111111111111110101110111110111111111111111111011111101011101
+7,41,3,85,1111111101111111111111110111011101111110111111111111110100110111110111111011111111111011111101011101
+7,41,4,85,1111111101111111111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,41,5,84,1111111101111111111111110111011101110110111111111111110101110111100111110111111111111011111101011101
+7,41,6,83,1111111101111111011111110111011101110110111111111111110101110111100111110111111111111011111101011101
+7,41,7,84,1111111101101111110111110111011101111110111111111111110111110111110101111110111111111011111101011101
+7,41,8,88,1111111101111111011111110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,41,9,84,1011111101111111011111010111011101111110111111111111110101110111110111111111111111111011111101011101
+7,41,10,86,1111111101111111011111110111011101111110111111111111110110110111110111111111111111111011111101011101
+7,41,11,85,1111111101101111011111110111011101111111111111111111110111100111110111111111111101111011111101011101
+7,41,12,83,1111111101111111011111110111011101111110111111111011110101110111100111110111111111111011111101011101
+7,41,13,87,1111111101111111111111010111011101110111111111111111111101110111110111111111111111111011111101011101
+7,41,14,82,1111111101111111011111110111011101110110101111111111000111110111110111111011111111111011111101011101
+7,41,15,85,1111111101111111011111010111011101110110111111111111111101110111110111111111111111111011111101011101
+7,41,16,84,1111111101111111011111110111011101111110101111111111110110110111111101111111111111111011101101011101
+7,41,17,85,1111111101111111111111110111011101110110111111111111110101110111110111111011111111111011111101011101
+7,41,18,84,1111111101111111011111110111010101111110111111111111110111100111110111111111111111111011111101010101
+7,42,0,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,42,1,87,1111111101111111011111110111011101111110111111111111111101110111110111111111111111111011111101011101
+7,42,2,86,1111111101111111011111010111011101111110111111111111111101110111110111111111111111111011111101011101
+7,42,3,85,1111111101111111011111110111011101110110111111111111110101110111110111111111111111111011111101011101
+7,42,4,85,1111111101111111011111110111011101110110111111111111110101110111110111111111111111111011111101011101
+7,42,5,85,1111111101111111111111110111011101111110111111111111110101110111110111111011111111110011111101011101
+7,42,6,86,1111111101101111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,42,7,85,1111111101111111011111110111011101110110111111111111111101110111110111111111111101111011111101011101
+7,42,8,86,1111111101111111011111110111011101111110111111111111110110110111110111111111111111111011111101011101
+7,42,9,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,42,10,83,1111111101101111111111110111011101110110111111111111110101110111110111111111111101111011111001011101
+7,42,11,87,1111111101111111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,42,12,85,1111111101111111011111110111011101111110111111111111110100110111110111111111111111111011111101011101
+7,42,13,86,1111111101111111111111110111011101110110111111111011110111110111110111111111111111111011111101011101
+7,42,14,83,1111111101001111011111110111011101111110111111111111110110100111110111111111111111111011111101011101
+7,42,15,84,1111101101111111011111110111011101111110101111111111110111110111111101111111111111111011101101011101
+7,42,16,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,42,17,85,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111101011101
+7,42,18,83,1111111101111111011111110111011101110110101111111111110110110111111101111111111111111011101101011101
+7,43,0,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,43,1,86,1111111101101111011111110111011101111110111111111111110111100111110111111111111111111011111111011101
+7,43,2,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,43,3,85,1111111101111111011111110111011101111110111111111111111100110111110111101111111111111011111101011101
+7,43,4,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,43,5,86,1111111101111111011111010111011101111110111111111111111110110111110111111111111111111011111101011101
+7,43,6,85,1111111101111111011111110111011101110110111111111111110101110111110111111111111111111011111101011101
+7,43,7,84,1111111101111111011111110111011101110110111111111111110101110111110110111111111111111011111101011101
+7,43,8,87,1111111101111111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,43,9,87,1111111101111111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,43,10,84,1111111101101111011111110111011101111111111111111111110101100111110111111111111101111011111101011101
+7,43,11,86,1111111101111111011111110111011101110110111111111111110111110111110111111111111111111011111101011101
+7,43,12,84,1111111101111111011111110111011101110110111111111111110100110111110111111111111111111011111101011101
+7,43,13,87,1111111101111111011111110111011101111110111111111111111111110111110111111111111101111011111101011101
+7,43,14,86,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111010111101011101
+7,43,15,86,1111111101111111011111110111011101111110111111111111111101110111110110111111111111111011111101011101
+7,43,16,86,1111111101101111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,43,17,85,1111111101111111011111110111011101111110111111111111110111100111110111111111111111011011111101011101
+7,43,18,86,1111111101111111111111010111011101111110111111111011111101110111110111111111111111111011111101011101
+7,44,0,84,1111111101111111011111110111011101111111111111111110110110100101110111111111111111111011111101011101
+7,44,1,88,1111111101111111011111110111011101111110111111111111111111110111110111111111111101111011111101011111
+7,44,2,85,1111111101111111011111110111011101111110111111111111110101110111110110111111111111111011111101011101
+7,44,3,86,1111111101111111011111110111011101111110111111111101111101110111110111111111111111111011111101011101
+7,44,4,86,1111111101111111011111110111011101110110111111111111110111110111110111111111111111111011111101011101
+7,44,5,86,1111111101111111011111110111011101110110111111111111010111110111110111111111111111111111111101011101
+7,44,6,86,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111011111101011101
+7,44,7,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,44,8,87,1111111101111111011111110111011101111110111111111111111111110111110111111111111111111010111101011101
+7,44,9,85,1111111101111111011111010111011101111110111111111111110110110111110111111111111111111011111101011101
+7,44,10,85,1111111101111111011111110111011101111110111111111111110101110111110111111111111111111010111101011101
+7,44,11,84,1111111101111111011111110111011101110110111111111111110111110111110111011111111011111011111101011101
+7,44,12,84,1111111101111111011111010111011101111110111111111011110111100111110111111111111111111011111101011101
+7,44,13,89,1111111101111111111111110111011101111111111111111111111101110111110111111111111111111011111101011101
+7,44,14,89,1111111101111111011111111111011101111111111111111111111111100111110111111111111111111011111101011101
+7,44,15,84,1111111101111111011111110111011101110110111111111111110101110111110110111111111111111011111101011101
+7,44,16,86,1111111101101111011111110111011101111111111111111111110111100111110111111111111111111011111101011101
+7,44,17,85,1111111101111111011111110111011101111110111111111111110111100111110111111111110111111001111111011101
+7,44,18,88,1111111101111111011111110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,45,0,85,1111111101111111011111110111011101111110111111111111110111100111110111111111110111111001111111011101
+7,45,1,85,1111111101111111011111110111011101111110111111111111110111100111110111111111110111111001111111011101
+7,45,2,90,1111111101111111011111111111011101111111111111111111111111100111111111111111111111111011111101011101
+7,45,3,85,1111111101111111011111110111011101111110111111111111110111100111110111111111110111111001111111011101
+7,45,4,87,1111111101111111011111110111011101111111111111111111111101100111110111111111111111111011111101011101
+7,45,5,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,45,6,84,1111111101111111011111110111011101111110111111111111110101110111010110111111111111111011111101011101
+7,45,7,87,1111111101111111011111110111011101111110111111011111111111110111110111111111111111111011111101011101
+7,45,8,87,1111111101101111011111110111011101111111111111111111111111110111110111111111111111111010111101011101
+7,45,9,88,1111111101111111011111111111011101111110111111111111111111100111110111111111111111111011111101011101
+7,45,10,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011111101011101
+7,45,11,87,1111111101111111011111110111011101111110111111111111111101110111110111111111111111111011111101011101
+7,45,12,87,1101111101111111011111110111011101111111111111111111111111100111110111111111111111111011111101011101
+7,45,13,88,1111111101111111011111111111011101111110111111111111111110110111110111111111111101111011111101011111
+7,45,14,87,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111011110101011111
+7,45,15,87,1111111101111111011110110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,45,16,88,1111111101111111011111110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,45,17,85,1111111101111111011111110111011101111110111111110111110101110111110111111111111111111011111101011101
+7,45,18,84,1111111101111111011111010111011101110110111111111111110110110111110111111111111111111011111101011101
+7,46,0,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,46,1,87,1111111101111111011110110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,46,2,87,1111111101111111011111110111011101111110111111011111111111110111110111111111111111111011111101011101
+7,46,3,87,1111111101111111011110110111011101111110111111111111111111110111110111111111111111111011111101011101
+7,46,4,87,1111111101111111011111110111011101111110111111111111111111100111110111111111110111111011111111011101
+7,46,5,86,1111111101111111011111110111011101111110111111111111110111110111110111111111111111111001111101011101
+7,46,6,86,1111111101111111011111111111011101111110111111111111111110110111110111111110111101111011111101011101
+7,46,7,86,1111111101111111011111110111011100111110111110011111111111110111110111111111111111111011111101011111
+7,46,8,89,1111111100111111011111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,46,9,90,1111111101111111111111101111011101111111111111111111111111100111111111111111111111111011111101011101
+7,46,10,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,46,11,89,1111111101111111011111111111011101111111111111111111111111100111110111111111111111111011111101011101
+7,46,12,87,1111111101111111011111110111011101111110111111011111111111110111110111111111111111111011111101011101
+7,46,13,86,1111111101111011011111110111011101111111111111111111111101100111110111111111111111111011111101011101
+7,46,14,88,1111111101111111011111111111011101111110111111111011111110110111110111111111111111111011111101011111
+7,46,15,86,1111111101111111011111111111011101111110111111111111111111100111110111111111111101111011101101011101
+7,46,16,86,1111111101111111011111010111011101111110111111111111111110110111110111111111111111111011111101011101
+7,46,17,86,1111111101111111011111111111011101110111110111111111110111100111111111111111111111111010111101011101
+7,46,18,86,1101111101111111011111110111011101111111111111111111101111100111110111111111111111111011111101011101
+7,47,0,89,1111111101111111111111111111011101111110111111111111111111110111110111111111111111111011111101011100
+7,47,1,89,1111111101111111011111110111011101111111111111011111111111110111111111111111111111111011111101011101
+7,47,2,89,1111111101111111011111111111011101111111111111111111111111100111110111111111111111111011111101011101
+7,47,3,88,1111111101111111011111101111011101111111111111111111111111100111110111111111111111111011111101011101
+7,47,4,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,47,5,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,47,6,88,1111111101111111011111110111011101111110111110011111111111110111111111111111111111111011111101011111
+7,47,7,90,1111111101111111111111111111011100111111111111111111111111110111110111111111111111111011111101011101
+7,47,8,87,1111111101111111011111110111011101111110111111011111111111110111110111111111111111111011111101011101
+7,47,9,89,1111111100111111011111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,47,10,90,1111111101111111011111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,47,11,88,1111111101111111111110110011011101111110111111111111111111110111111111111111111111111011111101011101
+7,47,12,87,1111111101111111011111110111011100111110111111011111111111110111110111111111111111111011111101011111
+7,47,13,86,1111111101111111011111110111011101111110111110011111111111110111110111111111111111111011111101011101
+7,47,14,86,1111111101111111011111110111011101111110111111111111111111110111110111111011110111111011111101011101
+7,47,15,87,1111111101111111011111110111011101111110111111011111111111100111110111111111111111111011111111011101
+7,47,16,89,1111111101111111011111111111011101111110111111111111111110100111111111111111111111111011111101011111
+7,47,17,89,1111111101111111111111101111011101111111111111111011111111110111110111111111111111111011111101011101
+7,47,18,87,1101111101111111011111111111011101111111111111111111101111100111110111111111111111111011111101011101
+7,48,0,87,1111111101111111011111100111011101111111111111011011111111110111111111111111111111111011111101011101
+7,48,1,90,1111111101111111111111111111011101111110111110111111111111110111110111111111111111111011111101011111
+7,48,2,90,1111111101111111011111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,48,3,87,1111111101111111011111100111011101111111111111111111111111100111110111111111111111111011111101011101
+7,48,4,91,1111111101111111111111110111011101111111111111111111111111110111111111111111111111111011111101011101
+7,48,5,89,1111111101111111011111111111011101111111111101011111111111110111111111111111111111111011111101011101
+7,48,6,88,1111111101111111111111101111011101111111111111111011111111110111010111111111111111111011111101011101
+7,48,7,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,48,8,90,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011100
+7,48,9,88,1111111101111111111111110011011101111110111111111111111111110111110111111111111111111011111101011101
+7,48,10,89,1111111101111111111111111111011101111111111111011111111111100111110111111111111111111011111101011101
+7,48,11,88,1111111101111111011111110111011100111110111111111111111111110111110111111111111111111011111111011101
+7,48,12,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,48,13,87,1111111101111111111111101101011101111111111111111011111111110111110111111111111111111011111101010101
+7,48,14,89,1111111101111111111111110011011101111110111111111111111111110111111111111111111111111011111101011101
+7,48,15,88,1111111100111111011110111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,48,16,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,48,17,90,1111111101111111011111110111011101111111111111111111111111110111111111111111111111111011111101011101
+7,48,18,87,1101111101111111011111111111011101111110111111111111111111100111110111111111111111111011111101011101
+7,49,0,89,1111111101111111111111101111001101111111111111111111111111110111110111111111111111111011111101011101
+7,49,1,85,1111111101111111011111110111011100111110111111111011101111110111010111111111111111111011111111011101
+7,49,2,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,49,3,88,1111111101111111011111111111011101111110111111011111111111010111111111111111111111111011111101011101
+7,49,4,87,1111111101111111111111110011011101111110111111111111111111110111110111111111111111111011111101011100
+7,49,5,89,1111111101111111111111111111011101111111111111111111101111110011110111111111111111111011111101011101
+7,49,6,88,1111111101111111111111101111011101111111111111011111111111110111110111111111111111111011111101010101
+7,49,7,90,1111111101111111111111111101011101111111111111111011111111110111111111111111111111111011111101011101
+7,49,8,91,1111111101111111011111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,49,9,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,49,10,91,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011101
+7,49,11,86,1111111101111101111111111111011101111111111111011111111111100111110111111111111111111011110101011100
+7,49,12,90,1111111101111111111111110111011101111111111111111111111111110111111111111111111111111011111101011100
+7,49,13,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,49,14,90,1111111101111111111111110111011101111110111111111111111111110111111111111111111111111011111101011101
+7,49,15,87,1111111101111111111111101011011101111111111111111011111111110111010111111111111111111011111101011101
+7,49,16,90,1111111101111111111111111111011101111110111110111111111111110111110111111111111111111011111101011111
+7,49,17,89,1111111101111111111111111111011101111110111110111111111111110111110111111111110111111011111101011111
+7,49,18,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,50,0,90,1111111101111111111111111111011101111111011111111111111111110111111111111111111111111010111101011101
+7,50,1,91,1111111101111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,50,2,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,50,3,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,50,4,89,1111111101111111111111111111011101111110111110011111111111110111111111111111110111111011111101011111
+7,50,5,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,50,6,90,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011100
+7,50,7,90,1111111101111111111111110111011101111111111110111111111111110111110111111111111111111011111101011111
+7,50,8,86,1111111101111111111111101011001101111111111111111011111111110111010111111111111111111011111101011101
+7,50,9,90,1111111101111111111111101111011101111111111111111111111111110111110111111111111111111011111101011101
+7,50,10,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,50,11,89,1111111101111111111111111111011101111111111101111111101111110011111111111111111111111011111101011101
+7,50,12,91,1111111101111111011111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,50,13,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,50,14,87,1111111101111111111111100111011101111111111111011111111111110111110111111111111111111011111101010101
+7,50,15,91,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011101
+7,50,16,90,1111111101111111111111111101011101111110111111111111111111110111111111111111111111111011111101011101
+7,50,17,88,1111111101111111111111111111011101111111111110111011111111110111110111111111110111111011111100011111
+7,50,18,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,51,0,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,51,1,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,51,2,89,1111111001101111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,51,3,91,1111111101111111111011111111111101111110111111111111111111110111111111111111111111111011111101011101
+7,51,4,91,1111111101111111011111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,51,5,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,51,6,91,1111111101111111111111111110011101111111111111111111111111110111111111111111111111111011111101011101
+7,51,7,89,1111111101111111111111111111011101111111011111111111111111110111110111111111111111111010111101011101
+7,51,8,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,51,9,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101001101
+7,51,10,90,1111111101111111111111110111011101111110111111111111111111110111111111111111111111111011111101011101
+7,51,11,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111011111101011101
+7,51,12,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,51,13,90,1111111101111111111111111111011101111111011111111111111111110111111111111111111111111010111101011101
+7,51,14,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,51,15,91,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011101
+7,51,16,90,1111111101111111111111111111011101111111101111111111111111110111111111111111111110111011111101011101
+7,51,17,90,1111111101111111111111111111011101111110111111111111111111110111110111111111111111111011111101011101
+7,51,18,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,52,0,90,1111111101111111111111111111011101011111111111111111111111110111110111111111111111111011111101011101
+7,52,1,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,52,2,91,1111111101111111111111111111011101111111011111111111111111110111111111111111111111111011111101011101
+7,52,3,90,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111010111101011101
+7,52,4,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,52,5,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,52,6,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,52,7,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,52,8,90,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101001101
+7,52,9,90,1111111101111111111111111110011101111111111111111111111111100111111111111111111111111011111101011101
+7,52,10,90,1111111001111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,52,11,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,52,12,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,52,13,90,1111111101111111111111111111011101111110111111111111111111110111111111111110111111111011111101011101
+7,52,14,91,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011111101011101
+7,52,15,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,52,16,88,1111111101111111011111111111011101111111111111011111111111110111110111111111111111111001111101011101
+7,52,17,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,52,18,91,1111111101111111111111111111111101111110111111111111111111110111111111101111111111111011111101011101
+7,53,0,90,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011100
+7,53,1,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,53,2,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,53,3,90,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111010111101011101
+7,53,4,90,1111111101111111111111111111111101111110011111111111111111110111111111101111111111111011111101011101
+7,53,5,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,53,6,91,1111111101111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,53,7,89,1111111101111111111111111111011101111110111111111111111011110111111111111111111111111010111101011101
+7,53,8,90,1111101101111111111111111111111101111111111111111111111111110111111111101111111111111011111101011100
+7,53,9,91,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101011101
+7,53,10,91,1111111101111111111111111111011101111111111111111111111111110110111111111111111111111011111101011101
+7,53,11,91,1111111101111111111111111111011101111111011111111111111111110111111111111111111111111011111101011101
+7,53,12,90,1111111001111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,53,13,90,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111010111101011101
+7,53,14,89,1111111101111111111111111111011100111111011111111111111111110111111111111011111111111011111101011101
+7,53,15,90,1111111101111111111111111111011101111111111111111111101111110111111111111111111111111010111101011101
+7,53,16,90,1111111101111111111111111111011101111110111111111111111111110111111111111110111111111011111101011101
+7,53,17,90,1111111101111111111111111111011101111110111111111111111111110111111111111110111111111011111101011101
+7,53,18,90,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111010111101011101
+7,54,0,89,1111011101111111111111111111011101111111111111111111111111110111010111111111111111111011111101011101
+7,54,1,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,54,2,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,54,3,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111010111101011101
+7,54,4,91,1111111101111111111111111111011101111111111111111111111111110110111111111111111111111011111101011101
+7,54,5,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,54,6,89,1111111101111111111111111111011101111111111111111111111111110111110111101111111111111010111101011101
+7,54,7,91,1111101101111111111111111111111101111111111111111111111111110111111111111111111111111011111101011100
+7,54,8,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,54,9,90,1111111101111111111111111111011101111111111111111111111111110111111111111110111111110011111101011101
+7,54,10,91,1111111101111111111111111111011101111111111111111111111111110111111111111111110111111011111101011101
+7,54,11,91,1111111101111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,54,12,90,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011100
+7,54,13,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,54,14,88,1111111001111111111111111111011101111111111111111111111111110110111111101110111111111011111101011101
+7,54,15,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,54,16,90,1111111101111111111111111111011101111111111111110111111111110111111111011111111111111011111101011101
+7,54,17,88,1111111101111111011111111111011101111111011111110111111111110111111111111111111111111010111101011101
+7,54,18,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011101
+7,55,0,90,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111100011101
+7,55,1,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011100
+7,55,2,91,1111111101111111111111111111011101111111111111111111111111110111111111111111110111111011111101011101
+7,55,3,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,55,4,90,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011100
+7,55,5,91,1011111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,6,89,1111111101111111111111111111111101111111111111111111111111110111111011111101111111111010111101011100
+7,55,7,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,8,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,9,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,55,10,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,11,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,12,90,1111111101111111111111111111011101111111111101111111111111110101111111111111111111111011111101011101
+7,55,13,90,1111111101111111111111111111011101111111111111110111111111110111111111011111111111111011111101011101
+7,55,14,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011101
+7,55,15,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,55,16,91,1111101101111111111111111111111101111111111111111111111111110111110111111111111111111011111101011101
+7,55,17,90,1111111101111111111111111111011101111111111111111111111111110111111111111111110111111011111101011100
+7,55,18,91,1111111101111111111111111111011101111111111111111111111111110111111111111110111111111011111101011101
+7,56,0,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,56,1,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,56,2,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111001111101011101
+7,56,3,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,56,4,88,1111111101111111111111111111011101111111111111110111111111110111111111111111110111111001101101011101
+7,56,5,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011011101011101
+7,56,6,91,1011111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,56,7,92,0111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,56,8,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,56,9,90,1111111101111111111111111111011101111111111111111110111111110101111111111111111111111011111101011101
+7,56,10,90,1111111101111111111111111111011101111111111111110111111111110101111111111111111111111011111101011101
+7,56,11,90,1111111101111011111111111111011101111111111101111111111111110111111111111111111111111011111101011101
+7,56,12,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,56,13,89,1111111101111111111111111111011101111111111111110111101111110111111111111111111111111011111100011101
+7,56,14,91,1111101101111111111111111111111101111111111111111011111111110111111111111111111111111011111101011101
+7,56,15,90,1111111101111111111111111111011101111111111111111111111111110111110111111111111111111011011101011101
+7,56,16,90,1111110101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,56,17,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,56,18,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,0,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,57,1,89,1011111101111111111111111111011101111111111111111111011111110111111111111111111111111001111101011101
+7,57,2,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,3,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,57,4,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,5,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,6,93,1111111101111111111111111111111101111111111111111111111111110111111111111111111111111011111101011101
+7,57,7,88,1111101101111111111111111111011101111111111101111011111111110111111111111111111111111011011101011101
+7,57,8,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,9,90,1111111101111111111011111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,57,10,89,1111111101111111111111111111011101111111111111111111101111110111111111111111111111111011011100011101
+7,57,11,90,1111110101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,57,12,90,1111101101111111111111111111111101111111111111111011111111110111111111101111111111111011111101011101
+7,57,13,90,1111101101111111111111111111011101111111111111111111111111110111011111111111111111111011111101011101
+7,57,14,89,0111101101111111111111111111011101111111111111111111111111110111111111111111111101111011111101011101
+7,57,15,92,1111111001111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,57,16,91,1111111101111011111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,57,17,90,1111101101111110111111111111011111111111111101111111111111110111111111111111111111111011111101011101
+7,57,18,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,0,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,1,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,58,2,90,1111101101111111111111111111011101111111111111111111111111110111011111111111111111111011111101011101
+7,58,3,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,4,92,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111111011101
+7,58,5,91,1111111001111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,6,90,0111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,7,91,1111111001111111111111111111011101111111111111111111111111110111111111111111111101111011111111011101
+7,58,8,90,1111111101111111111111111111011101111111111111111111111111100111101111111111111111111011111101011101
+7,58,9,91,1111111101111011111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,10,90,1111110101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,58,11,92,1111101111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,12,92,1111111111111111111011111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,58,13,89,1111111101011111111111111111011101111111111111110111111111110111101111111111111111111011111101011101
+7,58,14,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,58,15,91,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011101101011101
+7,58,16,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,58,17,90,1111111001111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,58,18,90,1111111101111111111111111111011101111111111111110111111111110111111111111111101111111011111101011101
+7,59,0,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111101111011111111011101
+7,59,1,88,1111111001111111111011111111011101111111111111110111111111100111111111111111111111111011111101011101
+7,59,2,92,1111111101111011111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,59,3,90,1111111101111111111111111111011101111110111111111111111111110111111111111111111111111011111101010101
+7,59,4,93,1111111111111111111011111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,59,5,90,1111111101111111111111111111011101111111111111110111111111110111101111111111111111111011111101011101
+7,59,6,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,59,7,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,59,8,91,1111111111111111111011111111011101111111111111111111111111110111011111111111111111111011111101011101
+7,59,9,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,59,10,91,1111101111111111110111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,59,11,90,1111111101111111111111111111011101111111111111110111111011110111111111111111111111111011111101011101
+7,59,12,92,1111111111111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,59,13,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,59,14,90,1111101101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,59,15,91,1111111101111111111111111111011101111111111111111111111111100111111111111111111111111011111101011101
+7,59,16,91,1111101101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,59,17,92,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111111011101
+7,59,18,90,1111101101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,0,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,1,92,1111111111111111011111111111011101101111111111111111111111110111111111111111111111111011111111011101
+7,60,2,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,3,91,1101101111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,60,4,91,1111101111111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,5,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,6,92,1111111111111111111011111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,60,7,90,1111101101111111111111111111011101111111111111111111111111110111011111111111111111111011111101011101
+7,60,8,92,1111111111111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,9,92,1111111111111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,10,92,1111101111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,60,11,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,60,12,90,1111001101111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,60,13,91,1111111111111111111010111111011101111111111111110111111111110111111111111111111111111011111111011101
+7,60,14,92,1111111111111111111111111111011101111111111111111111111111111110111111111111111111111011111101001101
+7,60,15,91,1111111111111111111111111101011101111111111111110111111111110111111111111111111111111011111101011101
+7,60,16,91,1111111111111111111111111111011101111111111111110011111111110111111111111111111111111011111101011101
+7,60,17,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,60,18,89,1111101101110111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,61,0,90,1111111101111111111111111111011101111111110111110111111111110111111111111111111111111011111101011101
+7,61,1,92,1111111101111111111111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,61,2,89,1111111111111111011111111111011101001111111111111111111101110111111111111111111111111011111101011101
+7,61,3,93,1111111111111111111111111111011101111111111111110111111111110111111111111111111111111011111111011101
+7,61,4,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,61,5,90,1110111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,61,6,90,1111111101111111111111111111011101111111111111011111111111110111111111111111111101111011111110011101
+7,61,7,92,1111111111111111111111111111011101111111111111111111111111111110111111111111111111111011111101001101
+7,61,8,90,1111111111111111111111111101011101101111111111110111111111110111111111111111111111111011111101011101
+7,61,9,92,1111111111111111011111111111011101111111111111111111011111110111111111111111111111111011111111011101
+7,61,10,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,61,11,90,1111111111111111111011111111011101111111111111110111111111110111111111111111111111111011111001011101
+7,61,12,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111101111011111111011101
+7,61,13,91,1111111101111111111111111011011101111111111111111111111111110111101111111111111111111011111111011101
+7,61,14,88,0111101111111111111111111011011101111111111111110111111111110111111111111111111101111011111101011101
+7,61,15,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,61,16,91,1111111111111111111111111111011101111111111111110011111111110111111111111111111111111011111101011101
+7,61,17,90,1111111101111111111111111111011001111111111111110111111111110111111111111111111111111011111101011101
+7,61,18,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,62,0,91,1111111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,62,1,90,1110111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,62,2,90,1111111101111111111111111011011101111111111111111111111111110111101111111111111111111011111101011101
+7,62,3,92,1111111101111111111111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,62,4,92,1111111111111111111111111111011101111111111111111111111111110111111111111111111101111010111111011101
+7,62,5,90,1111111101111111111111111111011101111111111111110011111111110111111111111111111111111011111101011101
+7,62,6,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111011111101011101
+7,62,7,93,1111111111111111111111111111011101111111111111110111111111110111111111111111111111111011111111011101
+7,62,8,92,1111111111111111011111111111011101111111111111111111011111110111111111111111111111111011111111011101
+7,62,9,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111110111011111111011101
+7,62,10,90,1111111111111111111111111111011101111111111111110111011111110111111111111111111111110011111101011101
+7,62,11,89,1110111101111111111111111111011101111110111111110111111111110111111111111111111111111011111101011101
+7,62,12,90,1111111101111111111111111111011101111111111111011111111111110111111111111111111101111011111110011101
+7,62,13,91,1111111101111111011111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,62,14,91,1111111101111111111111111011011101111111111111111111111111110111111111111111111101111011111111011101
+7,62,15,91,1111111101111111111111101111011101111111111111111111111111110111111111111111111111111011111101011101
+7,62,16,90,1111111101111111111011111111011101111111111111110111111111110111101111111111111111111011111111011101
+7,62,17,90,1111111111111111111111111011011101111011111111111111111111110111111111111111111111111011111001011101
+7,62,18,90,1111111101111111111101111101011101111111111111111111111111110111111111111111111101111011111111011101
+7,63,0,90,1111111101111111111111111011011101111111111111110111111111110111111111111111111111111011111101011101
+7,63,1,91,1111111101111111111111111111011101111111111111111111111111110111101111111111111111111011111101011101
+7,63,2,90,1111111101111111111111101011011101111111111111111111111111110111111111111111111111111011111101011101
+7,63,3,92,1111111101111111111111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,63,4,90,1110111101111111111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,63,5,91,1111111111111111111111111111011101101111111111110111111111110111111111111111111111111011111101011101
+7,63,6,90,1111111101111111111111101011011101111111111111111111111111110111111111111111111101111011111111011101
+7,63,7,92,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111110011101
+7,63,8,90,1111111101111111111111111111011101111111111111111111111111110111101111111111111100111011111111011101
+7,63,9,92,1111111101111111111111111011011101111111111111011111111111110111111111111111111111111011111111111101
+7,63,10,88,1111111101001011111111111111011101111111111111110111111111110111111111111111111111111011111101011101
+7,63,11,91,1111111101111111011111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,63,12,91,1111111101111111111111111111011101111111111111111011111111110111111111111111111111111011111101011101
+7,63,13,91,1111111101111111111111111111011101111111111111010111111111110111111111111111111110111111111111011101
+7,63,14,91,1111111111111111111111111111011101111111111111110111111111110111111111111111101111111011111101011101
+7,63,15,92,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111011111101011101
+7,63,16,90,1111111101111111111111111101011101111111111111111111111111110111111111111111111101111011111110011101
+7,63,17,90,1111111101111111111101111111011101111111111111011111111111110111111111111111111101111011111111011101
+7,63,18,91,1111111111111111111111111111011101111111111111111111111111110111111111111101111101111010111111011101
+7,64,0,92,1111111101111111111111111111011101111111111111011111111111110111111111111111111110111111111111011101
+7,64,1,91,1111111111111111111111111111011101111111111111110111111111110111111111111111110101111011111111011101
+7,64,2,89,1111101101111111111111111111011101111111111111001111111111110111101111111111111111111011111111011101
+7,64,3,91,1111111101111111111111111011011101111111111111111111111111100111111111111111111111111011111101111101
+7,64,4,90,1111111101111111111111111111011101111111111111110111111111110111111111111111101111111011111101011101
+7,64,5,91,1111111111111111111111111111001101111111111111111111111111110111101111111111111111111011111101011101
+7,64,6,87,1111111101111111111111111111011101111111111111010111111111110111111111111111111110111011101101001101
+7,64,7,93,1111111111111111111111111111011101101111111111110111111111110111111111111111111111111111111111011101
+7,64,8,92,1111111101111111111111111011011101111111111111010111111111110111111111111111111111111111111111111101
+7,64,9,91,1111111101111111111111111111011101111111111111011111111111110111111111111111111110111011111111011101
+7,64,10,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111101111011111111011101
+7,64,11,91,1111111111111111111111111111011101111111111111111111111111110111111111111101111101111010111111011101
+7,64,12,90,1111111101111111111111111011011101111111111111110111111111110111111111111111111111111011111101011101
+7,64,13,90,1111111101111111111111111011011101111111111111110111111111110111111111111111111111111011111101011101
+7,64,14,90,1101111111111111111111101011111101111111111111111111110111110111111111111111111111111011111101011101
+7,64,15,91,1111111101111111111111111111011101101111111111111111111111110111111111111111111111111011111101011101
+7,64,16,90,1111111111111111111111111111011101111111110111110111111111110111111111111111101111111011111101011101
+7,64,17,92,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111011111101011101
+7,64,18,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,65,0,92,1111111111111111111111111111011101101111111111010111111111110111111111111111111111111111111111011101
+7,65,1,93,1111111101111111111111111011011101111111111111110111111111110111111111111111111111111111111111111101
+7,65,2,90,1111111111111111111111111111001101111111111111111111111111110111111111111101111101111010111111011101
+7,65,3,92,1110111111111111111111111111011101101111111111110111111111110111111111111111111111111111111111011101
+7,65,4,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111101111011111111011101
+7,65,5,88,1111111101111111111111111011011101111011101111110111111111110111111111111111111111111011111101011101
+7,65,6,93,1111111101111111111111111111011101111111111111011111111111110111111111111111111111111111111111011101
+7,65,7,88,1111111101111111111111111011011101111111111111110111111111110111111111011111111110111011111101011101
+7,65,8,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,65,9,90,1111111111111111111111111111011101111111111111110111111111110111111111111101111101111010111111011101
+7,65,10,91,1111111111111111111111111010011101111111111111111111111111110111111111111111111101111011111111011101
+7,65,11,91,1111111111111111111111111111011101111111111111110111111111110111111111111111110101111011111111011101
+7,65,12,91,1111111111111111111111111011011101111111111111110111111111110111111111111111111111111011111101011101
+7,65,13,92,1111111101111111111111111111011101101111111111110111111111110111111111111111111111111111111111011101
+7,65,14,91,1111111111111111111111111101011101111111111111111111111111110111111111111111111101111011111101011101
+7,65,15,91,1111111111111111111111111111011101101111111111111111011111110111111111111111111111111011111111011100
+7,65,16,92,1111111101111111111111101111011101111111111111111111111111110111111111111111111111111011111111011101
+7,65,17,92,1101111111111111111111111011111101111111111111111111110111111111111111111111111111111011111101011101
+7,65,18,90,1111111101111111111111111011011101111111111111011111111111110111111111111111111110111011111101111101
+7,66,0,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,66,1,92,1111111111111111111111110111011101111111111111111111111111110111111111111111111101111011111111011101
+7,66,2,91,1101111111111111111111111011011101101111111111111111111111110111111111111111111111111011111111011101
+7,66,3,92,1111111111111111111111111111111101111111111111111111010111111111111111111111111111111011111101011100
+7,66,4,93,1111111101111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,66,5,92,1111111111111111111111111111011101101111111111011111111111110111111111111111111111111011111111011101
+7,66,6,91,1111111111111111111111111111011101101111111111111111011111110111111111111111111111111011111111011100
+7,66,7,93,1111111111111111111111111111011101111111111111111111111111110111111111111111111101111011111111011101
+7,66,8,90,1111111111111111111111101111011101111111111111110111111111110111111111111111110101111011111111011101
+7,66,9,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,66,10,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,66,11,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,66,12,91,1111111101111111111111111111011101111111111111111111111111110111111111111111110101111011111111011101
+7,66,13,93,1111111111111111111111111111011101111111111111010111111111110111111111111111111111111111111111011101
+7,66,14,92,1111111111111111111111111111011101111111111111010111111111110111111111111111111101111111111111011101
+7,66,15,92,1111111111111111111111111101011101101111111111111111111111110111111111111111111111111111111101011101
+7,66,16,91,1111111101111111110111111111011101101111111111110111111111110111111111111111111111111111111111011101
+7,66,17,91,1111111101111111111111111110011101111111111111011111111111110111111111111111111111111111111101011101
+7,66,18,93,1111111111111111111111111101011101111111111111111111111111110111111111111111111111111011111111011101
+7,67,0,94,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,67,1,90,1111111101111111111111111111011101111111110111111110011111110111111111111111111111111011111111011101
+7,67,2,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111011111111011101
+7,67,3,93,1111111111111111111111111111011101111111111111010111111111110111111111111111111111111111111111011101
+7,67,4,91,1111111111111111111111111101011101101111111111111111111111110111111111111111110111111011111111011101
+7,67,5,95,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,67,6,91,1101111111111111111111111101011101111111111111111111111111110111111111111111111101111011111111011101
+7,67,7,94,1111111111111101111111111111011111111111111111111111111111110111111111111111111111111011111111011101
+7,67,8,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,67,9,93,1111111101111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,67,10,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,67,11,91,1111111111111111111111110111010101111111111111111111111111110111111111111111111101111011111111011101
+7,67,12,91,0111111111111111111111111111011101101111111111011111111111110111111111111111111111111011111111011101
+7,67,13,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,67,14,93,1111111101111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,67,15,93,0111111111111111111111111111011101111111111111111111111111110111111111111111101111111111111111011101
+7,67,16,93,1111111101111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,67,17,94,1111111111111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,67,18,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,68,0,92,1111111111111111111111111111011101101111111111110111111111111111111111111111110110111111111111011101
+7,68,1,92,1111111111111111111111111101011101101111111111111111111111110111111111111111111111111011111111011101
+7,68,2,95,1111111111111111111111111111011101111111111111111011111111111111111111111111111111111111111111011101
+7,68,3,92,1111111111111111111111111111011101101111111110111111101111110111111111111111111111111111111111011101
+7,68,4,94,1111111111111111111111111111011101111111111111011111111111110111111111111111111111111111111111011101
+7,68,5,93,1111111111111111111111111111011101101111111111110111111111110111111111111111111111111111111111011101
+7,68,6,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,68,7,93,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111110011101
+7,68,8,94,1111111111111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,68,9,92,1111111111111111111111011111011101101111111111111110111111110111111111111111111111111111111111011101
+7,68,10,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,68,11,94,1111111111111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,68,12,95,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,68,13,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,68,14,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,68,15,94,1111111111101111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,68,16,93,0111111111111111111111111111011101111111111111011111111111110111111111111111111111111111111111011101
+7,68,17,90,1111111111111111111111011111011101101111111111010111111111110111111111111111111111111011111111011101
+7,68,18,94,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,69,0,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,69,1,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,69,2,91,1111111111111111110111011111011101111111111111011111011111110111111111111111111111111111111111011101
+7,69,3,95,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,69,4,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,69,5,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,69,6,91,1111111101111111111011111111011101101111111110111111111111110111111111111111111111111111111111011101
+7,69,7,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111101011101
+7,69,8,93,1111111111111111111111111111011101101111111110111111111101111111111111111111111111111111111111011101
+7,69,9,94,1111111111111111111111111111011101111111111111111011111111111111111111111111111011111111111111011101
+7,69,10,95,1111111111111111111111111111011101111111111111111011111111111111111111111111111111111111111111011101
+7,69,11,94,1111111111111111111111111111011101111111111111111111011111110111111111111111111111111111111111011101
+7,69,12,94,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,69,13,92,1111111111111111111111111111011101111111111111111111011111110111111111111111011110111111111111011101
+7,69,14,94,1111111111111111111111111111011101111111111111011111111111110111111111111111111111111111111111011101
+7,69,15,93,1111111111011111111111111111011101111111111111111111111111110111111111111111111111111101111111011101
+7,69,16,94,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111010101
+7,69,17,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,69,18,95,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,70,0,94,1111111111111111111111111111010101111111111111111111111111111111111111111111111111111111111101011101
+7,70,1,93,1111111111111111111111111111011101111111111111011111111111110111111111111111111111111111101111011101
+7,70,2,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,70,3,94,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111101011101
+7,70,4,94,1111111111111111111111111111011101111111111111011111111111110111111111111111111111111111111111011101
+7,70,5,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,70,6,92,1111111111111111111111111111011101101111111111111111111111110111111011111111111111111111111111010101
+7,70,7,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,70,8,93,1111111111111111111111111111011101101110111110111111111111111111111111111111111111111111111111011101
+7,70,9,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,70,10,94,1111111111111111111111111111011101111110111111111011111111111111111111111111111111111111111111011101
+7,70,11,93,1111111111111111111111111111011101101111111110111111111111111111111111111111011111111111111111011101
+7,70,12,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,70,13,93,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111110011101
+7,70,14,94,1111111111111111110111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,70,15,93,1111111111111111111111111111011101101111111110111111111111111111111111111111111011111111111111011101
+7,70,16,94,1111111111111111111111111111011101111111111111111011111111110111111111111111111111111111111111011101
+7,70,17,95,1111111111111111111110111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,70,18,94,1111111111111111111111111111011101101111111110111111111111111111111111111111111111111111111111011101
+7,71,0,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,71,1,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,71,2,94,1111111111111111111111111111011101101111111111111011111111111111111111111111111111111111111111011101
+7,71,3,93,1111111111111111111111110111011101111110111111111111111111111111111111111111111111011111111111011101
+7,71,4,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,71,5,95,1101111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,71,6,95,1111111111111111111111111111011111101111111111111111111111111111111111111111011111111111111111011101
+7,71,7,94,1111111111111111011111111111011101111111111110111111111111111111111111111111111111111111111111011101
+7,71,8,94,1111111111111111111111111111011101111111111110111111111111111111111111111111111111111111111111011100
+7,71,9,93,1111111111111111111110111111011101111110111111111011111111111111111111111111111111111111111111011101
+7,71,10,95,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111111011101
+7,71,11,93,1111111111111111111111111111010101111111111111011111111111111111111111111111111111111111111101011101
+7,71,12,93,1111111111111111111111111111011001111111111111111111111111110111111111111111111111111111111101011101
+7,71,13,93,1111111111111111111111111111010101111111111111111111111111111111111111111111111111111110111101011101
+7,71,14,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111101011101
+7,71,15,94,1111111111111111111111111111010101111111111111111111111111111111111111111111111111111111111101011101
+7,71,16,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,71,17,93,1111111111111111111111111111011101111111111111011111111111110101111111111111111111111111111111011101
+7,71,18,94,1111111111111111111111111111011101101111111111111111111111110111111111111111111111111111111111011101
+7,72,0,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111101011101
+7,72,1,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,72,2,94,1111111111111111111111111111011001111111111111111111111111110111111111111111111111111111111111011101
+7,72,3,94,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111101011101
+7,72,4,94,1111111111111111111111111111011101111111111110111111111111111111111111111111111111111111111111011100
+7,72,5,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111101111111111011101
+7,72,6,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,72,7,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111110011101
+7,72,8,94,1111111111111111111111111111011101111111111110111111111111111111111111111111111111111111111111011100
+7,72,9,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,72,10,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,72,11,94,1111111111111111111111111111011101111111111111111111111111110111111111111111111111111111111101011101
+7,72,12,92,1111111111111111111111111111011101111111111011011111111111110101111111111111111111111111111111011101
+7,72,13,93,1111111111111111111111111111011101111111111111011111111111110101111111111111111111111111111111011101
+7,72,14,93,1111111111111111111011111111011101111101111111111111111111111111111111111111111111111111111101011101
+7,72,15,94,1111111111111111111111111111010101111111111111111111111111111111111111111111111111111111111101011101
+7,72,16,95,1111111111111111111111111111011101111110111111111111111111111111111111111111111111111111111111011101
+7,72,17,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,72,18,95,1111111111111111111111111111011111101111111111111111111111111111111111111111011111111111111111011101
+7,73,0,92,1111111111111111111111111111010101111111111111111111111111111111111111110111111111110111111101011101
+7,73,1,95,1111111111111111111111111111011101111111111110111111111111111111111111111111111111111111111111011101
+7,73,2,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,73,3,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111101011101
+7,73,4,93,1111111101111111111111111111011101111111111111111111111111110111111111111111111111111111111101011101
+7,73,5,94,1111111111111111111111111111011101111101111111111111111111111111111111111111111111111111111110011101
+7,73,6,94,1111111111111111111111111111011101111111111111111111111111111111101111111111111111111111111110011101
+7,73,7,95,1111111111111111111111111111011111101111111111111111111111111111111111111111011111111111111111011101
+7,73,8,92,1111111111111111111111111111011101111110111111011111101111111111111111111111011111111111111111011101
+7,73,9,94,1111111111111111111111111111011001111111111111111111111111110111111111111111111111111111111111011101
+7,73,10,93,1111111101111111111111111111011101111111111110111111111111111111111111111111111111111111111111011100
+7,73,11,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,73,12,95,1111111111011111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,73,13,94,1111111111111111111111111111011101111101111111111111111111111111111111111111111111111111111110011101
+7,73,14,94,1111111111111111111111111111011101111101111111111111111111111111111111111111111111101111111111011101
+7,73,15,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111110011101
+7,73,16,93,1111111111111111111111111111011101111111111110111011111111111111111111111111111111111111111111011100
+7,73,17,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,73,18,95,1111111111111111111111111111011101111110111111111111111111111111111111111111111111111111111111011101
+7,74,0,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,74,1,94,1111111111111111111111111111011101111101111111111111111111111111111111111111111111101111111111011101
+7,74,2,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,74,3,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,74,4,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,74,5,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,74,6,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,74,7,94,1111111111111111111111111111011101111111111111111011111011111111111111111111111111111111111111011101
+7,74,8,94,1111111111111111111111111111011101111111111111111111111011111111111111011111111111111111111111011101
+7,74,9,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111101011101
+7,74,10,93,1111111111011111111111111111011101111111111111111111101011111111111111111111111111111111111111011101
+7,74,11,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,74,12,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,74,13,92,1111111111111101111111111111011101111111111110111111111111111111111111111111111111111101111111001101
+7,74,14,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,74,15,93,1111111111111111111111111111011101111110111111110111111011111111111111111111111111111111111111011101
+7,74,16,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,74,17,94,1111111111111111111111111111011101111110111111111111111111111111111111111111111111111101111111011101
+7,74,18,92,1111111111111111111111111111011101101110111111110111111111111111111111111111011111111111111111011101
+7,75,0,95,1111111111111111111111111111011101111111111111111111110111111111111111111111111111111111111111011101
+7,75,1,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,75,2,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,75,3,95,1111111111111111111111111111011101111111111111111110111111111111111111111111111111111111111111011101
+7,75,4,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,75,5,95,1111111111111111111111111111011101101111111111111111111111111111111111111111111111111111111111011101
+7,75,6,94,1111111111111111111111111111011101111111111111110111111011111111111111111111111111111111111111011101
+7,75,7,94,1111111111111111111111111111011101111110111111111111111111111111111111111111111111111111111101011101
+7,75,8,94,1111111111111111111111111111011101111111111111111111111111111111111111011111111111111111111111001101
+7,75,9,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111110011101
+7,75,10,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,75,11,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,75,12,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,75,13,95,1111111111111111111111111111011101111111111111111111111011111111111111111111111111111111111111011101
+7,75,14,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,75,15,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,75,16,95,1111111111111111111111111111011001111111111111111111111111111111111111111111111111111111111111011101
+7,75,17,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,75,18,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,76,0,94,1111111111111111111111111111011101111111111111111111111111111111111111111111110111111111111110011101
+7,76,1,93,1111111111111111111111110111011101110111111111111111111111101111111111111111111111111111111111011101
+7,76,2,96,1111111111111111111111111111111101111111111111111111111111110111111111111111111111111111111111011101
+7,76,3,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,76,4,97,1111111111111111111111110111111101111111111111111111111111111111111111111111111111111111111111011111
+7,76,5,96,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111001101
+7,76,6,94,1111111111111111111111111011011101111111111111111111111011111111111111111111111111111111111111011101
+7,76,7,94,1111111111111111111111111111011101111111111111110111111111111111111111111111111111111111111111001101
+7,76,8,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,76,9,95,1111111111111111111111111111111101111111111111111111111111111111111111111111111111110111111111001101
+7,76,10,94,1111111111111111111111111111011101111111111111111111111111111111111111011111111111111111111110011101
+7,76,11,96,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111001101
+7,76,12,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,76,13,92,1111111111111111111111111111011101101111111111111111111111111111111111111011111101111111111111001101
+7,76,14,94,1111111111111111111111111111011001111111111111111111111111111111111111111111111011111111111111011101
+7,76,15,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001101
+7,76,16,95,1111111111111111111111111111011101111111111111111111111111111111111111111111110111111111111111011101
+7,76,17,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,76,18,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,77,0,96,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111001101
+7,77,1,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,77,2,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,77,3,94,1111111111111111111111111111011101111111111111110111111111111111111111111111111111111111111111001101
+7,77,4,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,77,5,96,1111111111111111111111111111011101111111111111111111111111111111111111111111110111111111111111011111
+7,77,6,96,1111111111111111111111111111111101111111111111111111111111110111111111111111111111111111111111011101
+7,77,7,97,1111111111111111111111110111111101111111111111111111111111111111111111111111111111111111111111011111
+7,77,8,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,77,9,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,77,10,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,77,11,97,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011101
+7,77,12,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,77,13,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,77,14,97,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011101
+7,77,15,94,1111111111111111111111111111011101111111011111111111111111111111111111111111110111111111111011011111
+7,77,16,96,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111101110111011111
+7,77,17,97,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111110111011111
+7,77,18,94,1111111111111111111111111111111001111111111111111111111111111111111111111111111111111111010111011101
+7,78,0,95,1111111111011111111111111111111101111111111110111111111111111111111111111111111111111111110111011111
+7,78,1,96,1111111111111111111111111111111101111111111111111111111111111111110111111011111111111111111111011111
+7,78,2,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,3,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,4,96,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011101
+7,78,5,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011111
+7,78,7,95,1111111111111111111111111111011101111111111111111111111111111111111111111111110111111111111111011011
+7,78,8,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,9,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,10,96,1111111111111111111111111111011101111111011111111111111111111111111111111111111111111111111111011111
+7,78,11,95,1111111111111111111111111111011101111111111111111111111111111111111111111111110111111111111011011111
+7,78,12,95,1111111111111101111111111111111101111111101111111111111111111111111111111111111111111111110111011111
+7,78,13,96,1111111111111111111111111111111101111111111111111111111111110111111111111111111111111111111111011101
+7,78,14,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,78,15,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,78,16,96,1111111111111111111111111111111101111111111111111111111111111111111111111101111111111111111111011101
+7,78,17,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,78,18,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,0,94,1111011111111111111111111111011101111111111111111111111110111111111111111111111111111111111111011101
+7,79,1,96,1111111111111111111111111111011101111111111111111111111111111111111111111011111111111111111111011111
+7,79,2,96,1111111111111111111111101111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,3,96,1111111111111111111111111111011101111111011111111111111111111111111111111111111111111111111111011111
+7,79,4,95,1111111111111111111111111111011101111111111111111111111111111111111011111111111111111111111011011111
+7,79,5,95,1111011111111111111111111111011101111111111111111111111111111111111111111111110111111111111111011111
+7,79,6,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,7,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111110111111111111011101
+7,79,8,95,1111111111111111111111111110011101111111111111111111111111111111111111111111111111111111111111011101
+7,79,9,95,1111111111111111111111111111111101111111111111111111111111111111110111111011111111111111110111011111
+7,79,10,96,1111111111111111111111111111011101111101111111111111111111111111111111111111111111111111111111011111
+7,79,11,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,12,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,13,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,14,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,79,15,95,1111111111111111111111111111011101111111111111111111111111111111110111111011111111111111111111011111
+7,79,16,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,17,96,1111111111111111111110111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,79,18,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,0,96,1111111111111111111111111111011101111111011111111111111111111111111111111111111111111111111111011111
+7,80,1,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,2,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,3,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,4,96,1111111111111111111111101111011111111111111111111111111111111111111111111011111111111111111111011111
+7,80,5,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,6,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,7,96,1111111111111111111110111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,8,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,80,9,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,80,10,96,1111111111111111111111111111011101111111110111111111111111111111111111111111111111111111111111011111
+7,80,11,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,12,96,1111111111111111111111111111011101111111111111111111111111111111111111111011111111111111111111011111
+7,80,13,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,14,96,1111111111111111111111111111011101111111011111111111111111111111111111111111111111111111111111011111
+7,80,15,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,16,96,1111111111111111111111111110011101111111111111111111111111111111111111111111111111111111111111011111
+7,80,17,95,1111111111111111111111111111011101011111111111111111111111111111111111111111111111111111111111011101
+7,80,18,96,1111111111111111111111111111011101111111111111111111111111111111111101111111111111111111111111011111
+7,81,0,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011101
+7,81,1,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,2,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011110
+7,81,3,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,4,96,1111111111111111111111111110011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,5,96,1111111111111111111101111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,6,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,7,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,8,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,81,9,97,1111111111111111111111111111111101101111111111111111111111111111111111111111111111111111111111011111
+7,81,10,96,1111111111111111111111111111011100111111111111111111111111111111111111111111111111111111111111011111
+7,81,11,96,1111111111111111111111111111011101111111111111111111111111111111111110111111111111111111111111011111
+7,81,12,95,1111111111111111111111111111011101111111111111111111111111111111111111111111111110101111111111011111
+7,81,13,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,14,96,1111111111111111111111111111011101111111111111111111111111111111111101111111111111111111111111011111
+7,81,15,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,16,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,81,17,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,81,18,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111110011111
+7,82,0,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,82,1,95,1111111111111111111111111110011101111111111111111111111111111111111111111111111111110111111111011111
+7,82,2,95,1111111111111111111111111111011100111111111111111111111111111111111111111111111111111111111110011111
+7,82,3,95,1111111110111111111111111111011101111111111111111111111111111111111111111111111111011111111111011111
+7,82,4,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,82,5,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,82,6,96,1011111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,82,7,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,82,8,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,82,9,96,1111111111111111111111111111111101101111111111111111111111111111111110111111111111111111111111011111
+7,82,10,97,1111111011111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,82,11,96,1111111111111110111111111111111101101111111111111111111111111111111111111111111111111111111111011111
+7,82,12,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001111
+7,82,13,96,1111111111111111011111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,82,14,96,1011111111111111111111111111111101111111111111111111111111111111011111111111111111111111111111011111
+7,82,15,96,1111111111111111111111111111011101111111111111111101111111111111111111111111111111111111111111011111
+7,82,16,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,82,17,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,82,18,96,1111110111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,0,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,1,95,1011111111111111111111111111011101111111111111111111111111101111111111111111111111111111111111011111
+7,83,2,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111101111111111111011111
+7,83,3,95,1011111111111111111111111111011101111111111111111111111110111111111111111111111111111111111111011111
+7,83,4,95,1011111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001111
+7,83,5,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,6,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,83,7,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,83,8,94,1111111111111111111111111111011101101111111111111101111111111111111110111111111111111111111111011111
+7,83,9,97,1111111110111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,83,10,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,11,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,83,12,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,83,13,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,14,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,83,15,96,1011111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,83,16,95,1111111111111111111111110111111101111111111111111111011111111111111111111111111111111110111111011111
+7,83,17,96,1111111111111111111111111111011101111111111111111111111111111111111111110111111111111111111111011111
+7,83,18,96,1111111111111111111111111111111101111111111111111111111111111111011111111111111111111011111111011111
+7,84,0,97,1111111111111111111111111111111101111111111111111111111111111111011111111111111111111111111111011111
+7,84,1,95,1011111111111111111111111111111101111111111111111111111111111111101111111111111111111011111111011111
+7,84,2,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,3,96,1011111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,4,96,1011101111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,84,5,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,6,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,84,7,95,1111111111111111111111111111011101111111111111111111111111011111111111110111111111111111111111011111
+7,84,8,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,84,9,97,1111111110111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,84,10,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,11,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,84,12,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,84,13,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,14,96,1011111111111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,84,15,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,84,16,95,1011111111111111111111111011011101111111111111111111111111111111111111111111111111111111111111011111
+7,84,17,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111001111
+7,84,18,96,1111111111111111111111110111111101111111111111111111011111111111111111111111111111111111111111011111
+7,85,0,97,1111111111111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,85,1,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,85,2,96,1011111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,3,97,1111111111111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,85,4,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,5,96,1111111111111111111111111101111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,6,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,7,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,85,8,97,1111111111111111111111111111111101111111111110111111111111111111111111111111111111111111111111011111
+7,85,9,95,1111111111111111111111111111011101111111111111111111111111011111111111111111111111111111111111001111
+7,85,10,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,11,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,85,12,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,85,13,96,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111011111011111
+7,85,14,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,85,15,96,1111111111111111111111111111011101111111111111111111111111011111111111111111111111111111111111011111
+7,85,16,96,1111111111111111111111111111111101111111111111111111111011011111111111111111111111111111111111011111
+7,85,17,96,1111111111111011111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,85,18,96,1011111110111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,86,0,96,1111111111111111111111111101111101111111111111111111111111011111111111111111111111111111111111011111
+7,86,1,96,1111101111111111111110111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,86,2,96,1111111111011111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,86,3,96,1111111111111111111111111111111101011111111110111111111111111111111111111111111111111111111111011111
+7,86,4,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,86,5,93,1011111111110111111111111111111101111111111111111111110111001111111111111111111111111111111111011111
+7,86,6,97,1111111111111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,86,7,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,86,8,96,1011111110111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,86,9,97,1111111111111111111111111111111101111111111111111111111111111111111111111111011111111111111111011111
+7,86,10,95,1111111111111011111111111110111101111111111111111111111111011111111111111111111111111111111111011111
+7,86,11,96,1111111111111111111111111111111101111111111111111111111111111111101101111111111111111111111111011111
+7,86,12,96,1111111111111111111111111111111101111111111111111011111111011111111111111111111111111111111111011111
+7,86,13,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,86,14,93,1111111111111011111111111111111101111111111111110011111111011111111111110111111111111111111111011111
+7,86,15,96,1111111111111111111111111111111101111111111111111111111011011111111111111111111111111111111111011111
+7,86,16,97,1011111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,86,17,97,1111111111111111111111111111111101111111111111111111111111111111101111111111111111111111111111011111
+7,86,18,96,1111111111111111111111111111011101111111111111101111111111111111111111111111111111111111111111011111
+7,87,0,97,1111111111111111111111111111111101111111111111111111111111111111111111111111011111111111111111011111
+7,87,1,96,1111111111111111111111111111111101111111101111111111111111011111111111111111111111111111111111011111
+7,87,2,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,87,3,95,1111111111111111111111111101111101111111111111111111111111011111111111111111011111111111111111011111
+7,87,4,96,1111111111111111111111111111111101111111111111111111011111111111111111111111011111111111111111011111
+7,87,5,96,1111111111111111111111111111111101111111111111111011111111011111111111111111111111111111111111011111
+7,87,6,95,1111111111111111111111111111111101011111111110111111111111011111111111111111111111111111111111011111
+7,87,7,96,1111111111111111111111111110111101111111111111111111111011111111111111111111111111111111111111011111
+7,87,8,95,1011111111111111111110111111111101111111111110111111111111111111111111111111111111111111111111011111
+7,87,9,96,1111101111111111111111111111111101011111111111111111111111111111111111111111111111111111111111011111
+7,87,10,97,1111111111111111111111111111111101111111111111111111111111111111101111111111111111111111111111011111
+7,87,11,96,1111111111111111111111110111111101111111111111111111111111111111111101111111111111111111111111011111
+7,87,12,97,1111111111111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,87,13,96,1111111111111111111111111111011101111111111111111111111111111111101111111111111111111111111111011111
+7,87,14,97,1111111111111111111111111111111101111111111111111111111111011111111111111111111111111111111111011111
+7,87,15,96,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111101111111011111
+7,87,16,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,87,17,95,1111111111111111111111111101111101111111111111111111111111011111111101111111111111111111111111011111
+7,87,18,97,1111111111111111111111111111011101111111111111111111111111111111111111111111111111111111111111011111
+7,88,0,95,1011111111111111111111111111011101111111111111111111111101111111111111111111111111111111111111011111
+7,88,1,97,1111111111111111111111111111111101111111111111111111111111111111101111111111111111111111111111011111
+7,88,2,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,88,3,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,88,4,96,1111011111111111111111111111111101111111111111111111111111111111101111111111111111111111111111011111
+7,88,5,96,1111111111111111111111111111011101111111111111111111111111111111111111111111011111111111111111011111
+7,88,6,96,1111111111111111111111111010111101111111111111111111111111111111111111111111111111111111111111011111
+7,88,7,95,1111111111111111111111111111111101111111111111111111111011111111101111111110111111111111111111011111
+7,88,8,97,1111111111111111111111111111111101111111111111111111111111111111111111111111011111111111111111011111
+7,88,9,95,1111111111111111111111111111111101111101111111111111111111111011111111111111011111111111111111011111
+7,88,10,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011111
+7,88,11,95,1111111111111111111111111111111101111111111111111111111111011111111111111111011111101111111111011111
+7,88,12,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,88,13,96,1111111111111111111111111110111101111111111111111111111011111111111111111111111111111111111111011111
+7,88,14,96,1111111110111111111111111111111101111111111111111111111111111111111101111111111111111111111111011111
+7,88,15,96,1111111111111111111111111111111001111111111111111111111111111111101111111111111111111111111111011111
+7,88,16,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011111
+7,88,17,95,1111111111111111111111111111111101111111101111111111111111011111111111111111011111111111111111011111
+7,88,18,96,1111111111111111111111111111111101111111111111111111111111011111111111101111111111111111111111011111
+7,89,0,96,1111111111111111111111111110111101111111111111111111111111111111101111111111111111111111111111011111
+7,89,1,97,1111111111111111111110111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,89,2,97,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,89,3,95,1111111111111111111111111011111001111111111111111111111111111111111111111101111111111111111111011111
+7,89,4,95,1111111111111111111111111111111101111111111111111111111111101111101111111110111111111111111111011111
+7,89,5,96,1111111111111111111111111111111101111111111111111111111011111111101111111111111111111111111111011111
+7,89,6,96,1111111111111111111111111110111101111111101111111111111111111111111111111111111111111111111111011111
+7,89,7,95,1111111111111111111111111011111101111111111111111111111111011111111111111111011111111111111111011111
+7,89,8,96,1111111111111111111101111111111101111111111111111111111111111110111111111111111111111111111111011111
+7,89,9,97,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011101
+7,89,10,95,1111111110111111111111101111111101111111111111111111111111111111111101111111111111111111111111011111
+7,89,11,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011111
+7,89,12,93,1111111111111111111111111111011101100111111111111111111111111111111111011111011111111111111111011111
+7,89,13,96,1111111111111111111111111111111101111111111111111111111111111111111111111111011111111011111111011111
+7,89,14,97,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,89,15,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,89,16,96,1111111111111111111111111111111101111111111111111111011111111111111111101111111111111111111111011111
+7,89,17,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011111
+7,89,18,97,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011111
+7,90,0,97,1111111111111111111111111111111101111111111111111111111111111111101111111111111111111111111111011111
+7,90,1,96,1111111111111111111111111010111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,2,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,3,95,1111111111111111111111111111111101111111111111111111111011111111101111111111111110111111111111011111
+7,90,4,96,1111111111111111111111111111111101111111111111111111011111111111111111111111111111111111111111011101
+7,90,5,98,1111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111
+7,90,6,96,1111111111111111111110111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,7,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,8,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,9,96,1111111111111111111111111111111101111111111111111111011011111111101111111111111111111111111111111111
+7,90,10,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,11,93,1111111110111111111111101011111101111111111111111111111011111111111101111111111111111111111111011111
+7,90,12,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,13,95,1111111111111111111111111110111101111111111111111111011111111111101111111111111111111111111111011111
+7,90,14,97,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,15,97,1111111111111111111110111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,90,16,95,1111111111111111111111111111111101111111111111111111011011111111101111111111111111111111111111011111
+7,90,17,97,1111111111111111111111111111111101111111111111111111111111111111111111111111101111111111111111011111
+7,90,18,96,1111111111111111111111111111111101111111111111111111011111111111111111111111011111111111111111011111
+7,91,0,96,1111111111111111111111111110111101111111111111111111111111111111111111111111101111111111111111011111
+7,91,1,98,1111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+7,91,2,95,1111111111111111111110111111111101111111101111111111011111111111111111111111111111111111111111011111
+7,91,3,96,1111111111111111111111111111111101111111111111111111111011111111101111111111111111111111111111011111
+7,91,4,96,1111111111111111111111111110111111111111111111111111111111111111111111111111101111011111111111011111
+7,91,5,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,6,96,1111111111111111111111111111111101111111101101111111111111111111111111111111111111111111111111011111
+7,91,7,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,8,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,9,96,1111111111111111111110111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,10,97,1111111111111111111111111111111101111111111111111111111111111111111111111110111111111111111111011111
+7,91,11,96,1111111111111111111111111110111111111111111111111111111111101111101111111111111111111111111111011111
+7,91,12,98,1111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111011111
+7,91,13,96,1111111111111111111110111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,14,94,1111111111111111111110111111111101111111111111111111011011111111101111111011111111111111111111111111
+7,91,15,96,1111111111111111111111111110111101111111111111101111111111111111111111111111111111111111111111011111
+7,91,16,96,1111111111111111111111111011111101111111111111111111111111111111111111111111101111111111111111011111
+7,91,17,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,91,18,97,1111111111111111111110111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,92,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,92,1,96,1111111111111111111111101111111101111111111111111111111111111111011111111111111111111111111111011111
+7,92,2,96,1111111111110111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,92,3,97,1111111101111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,92,4,96,1111111111111111111111111110111101111111111111101111111111111111111111111111111111111111111111011111
+7,92,5,95,1111111111111111111111101110111101111111111111111111111111111111111111111111101111111111111111011111
+7,92,6,93,1111111111111111111111111110111101011111100101111111111111111111111111111111111111111111111111011111
+7,92,7,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,92,8,94,1101111111111111111111111111111101111111111111111111111101111111111111111111111111111110110111011111
+7,92,9,97,1111111111111111111111111110111101111111111111111111111111111111111111111111101111111111111111111111
+7,92,10,97,1111111111111111111111111011111111111111111111111111111111111111011111111111111111111111111111011111
+7,92,11,97,1111111111111111111111111111111101111111111111111111111011111111111111111111111111111111111111011111
+7,92,12,95,1111111111111111111111111110111101111111111111101111111111101111111111111111111111111111111111011111
+7,92,13,97,1111111111111111111111111110111111111111111111111111111111111111101111111111111111111111111111011111
+7,92,14,98,1111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+7,92,15,98,1111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111011111
+7,92,16,95,1111111111111111111110111110111101111111111111101111111111111111111111111111111111111111111111011111
+7,92,17,97,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111011111
+7,92,18,93,1111111111111111111111111111111101111111111111111111111011111111101111110110111111111101111111011111
+7,93,0,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,93,1,95,1111111111111111111111011111111101111111111011111111111111111111011111111111111111111111111111011111
+7,93,2,93,1111111111111111110011111110111101111111111111111111111111111111111111111111101111111111111111010111
+7,93,3,98,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111111111
+7,93,4,96,1111111111111111111111111011111101111111111111111111111111111111111111111101111111111111111111011111
+7,93,5,97,1111111111111111111111111111111111111111110111111111111111111111011111111111111111111111111111011111
+7,93,6,96,1111111111111111111111111110111101111111111111111111111111111111011111111111111111111111111111011111
+7,93,7,97,1111111111111111111111111011111111111111110111111111111111111111111111111111111111111111111111011111
+7,93,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,93,9,97,1111111111111111111111111111101111111111111111111111111111111111011111111111111111111111111111011111
+7,93,10,94,1111111111111111111111111110111101111111111111101111111111111101111111111111110111111111111111011111
+7,93,11,97,1111111111111111111111111111111111111111111111111111111111101111011111111111111111111111111111011111
+7,93,12,97,1111111111111011111111111111111101111111111111111111111111111111111111111111111111111111111111011111
+7,93,13,95,1111111111111111111110111111111101111111111111101111111011111111111111111111111111111111111111011111
+7,93,14,94,1101111111111111111111111111111101111111111111111111111101111111011111111111111111111111110111011111
+7,93,15,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111
+7,93,16,98,1111111111111111111111111111111101111111111111111111111011111111111111111111111111111111111111111111
+7,93,17,95,1111111111111111111111111111111111111111111111101111111101011111011111111111111111111111111111011111
+7,93,18,95,1111111111111111111111111110111101111111111111111111111111111111111111111111101111111111011111011111
+7,94,0,97,1111111111111111111111111011111111111111101111111111111111111111111111111111111111111111111111011111
+7,94,1,97,1111111111111111111111111111111111111111110111111111111111111111111111111101111111111111111111011111
+7,94,2,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,94,3,95,1111111111111111111111011111111101111111111011111111111111111111011111111111111111111111111111011111
+7,94,4,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111011111
+7,94,5,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,94,6,95,1111111111111111111111111110111101110111111111111111111111111101111111111111110111111111111111111111
+7,94,7,97,1111111111111111111111111111111101111111111111101111111111111111111111111111111111111111111111011111
+7,94,8,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,94,9,95,1111111111111111111111111011111101111111111111111111111011111111111111111101111111111111111111011111
+7,94,10,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,94,11,98,1111111111111111101111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,94,12,97,1111111111111111111111111110111101111110111111111111111111111111111111111111111111111111111111111111
+7,94,13,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111
+7,94,14,95,1111111111111111111111111111111111111111111111101111111101111111111111111111111111111110111111011011
+7,94,15,96,1111111111111111111111111111111111111111111111101111111111011111011111111111111111111111111111011111
+7,94,16,97,1111111111111111111111111111111111111111111111111111111111111111011111111111111111111110111111011111
+7,94,17,98,1111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111011111
+7,94,18,97,1111111111111111111111111111101111111111111111111111111111111111011111111111111111111111111111011111
+7,95,0,97,1111111111111111111111111110111111111111111111111111111111111111011111111111111111111111111111011111
+7,95,1,95,1111111111111111111111111111101101110111111111111111111111111101111111111111110111111111111111111111
+7,95,2,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111
+7,95,3,98,1111111111111111111111111111111101111111111111111101111111111111111111111111111111111111111111111111
+7,95,4,96,1111111111111111111111111111111101111110111111101111111111111111111111111111111111111111111111011111
+7,95,5,97,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111111011
+7,95,6,96,1111111111111111111111111111111101111111111111101111111111111111111111111101111111111111111111011111
+7,95,7,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,95,8,98,1111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111011111
+7,95,9,97,1111111111111111111111111111111101111111111111101111111111111111111111111111111111111111111111011111
+7,95,10,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,95,11,98,1111111111111111111111111110111101111111111111111111111111111111111111111111111111111111111111111111
+7,95,12,97,1111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111101011111
+7,95,13,98,1111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111
+7,95,14,97,1111111111111111101111111111111101111111111111111101111111111111111111111111111111111111111111111111
+7,95,15,98,1111111111111111101111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,95,16,96,1111111111111111111111111011111101111111101111111111111111111111111111111111111111111111111111011111
+7,95,17,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,95,18,98,1111111101111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111
+7,96,0,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,96,1,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,96,2,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,96,3,98,1111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111011111
+7,96,4,97,1111111111111111111111111111111111111110111111111111111111111111111110111111111111110111111111111111
+7,96,5,97,1111111101111111111111111111111100111111111111111111111111111111111111111111111111111111111111111111
+7,96,6,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111101011111
+7,96,7,98,1111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111011111
+7,96,8,97,1111111111111111101111111111111111111111110111111111111111111111111111111111111111111111111111011111
+7,96,9,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,96,10,97,1111111101111111111111111111111101111111111111111111111111111111111111111111111111110111111111111111
+7,96,11,98,1111111111111111101111111111111111111111111111111101111111111111111111111111111111111111111111111111
+7,96,12,98,1111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111
+7,96,13,96,1111111111111111111111111111111101111110111111111011111111111111111111111111111111110111111111111111
+7,96,14,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,96,15,97,1111111111111110101111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,96,16,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,96,17,97,1111111111111111111110111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,96,18,97,1111111111111111111111111111111111111111110111111111111111111111111111111111111101111111111111011111
+7,97,0,97,1111111111111111111111111111111101111110111111101111111111111111111111111111111111111111111111111111
+7,97,1,97,1111111111111111111110111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,97,2,96,1111111101111111111111111111111111111011111111111111111111111111111111111111111111111111111101011111
+7,97,3,96,1111101011111111111111111011111101111111111111111111111111111111111111111111111111111111111111111111
+7,97,4,98,1111111111111111111111111111111111111111101111111111111111110111111111111111111111111111111111111111
+7,97,5,97,1111111111111111101111111111111111111111101111111111111111111111111111111111111111111111111111011111
+7,97,6,97,1111111111111111111111111111111101111110111111111011111111111111111111111111111111111111111111111111
+7,97,7,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,97,8,98,1111111111111111111110111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,97,9,99,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111
+7,97,10,97,1111111111111111110111111011111111111111111111111111111111111111111111111111111111111111111111011111
+7,97,11,97,1111111101111111111111111111111100111111111111111111111111111111111111111111111111111111111111111111
+7,97,12,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,97,13,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,97,14,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,97,15,99,1111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111
+7,97,16,95,1111111111111110111111111011111101111111111111111111111111111110111111111111111111111111111111011111
+7,97,17,97,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111011111
+7,97,18,97,1111111111111111111111111111111101111110111111111111111111111111111111111111111101111111111111111111
+7,98,0,99,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111
+7,98,1,98,1111111111111111111111111111111110111111111111111111111111111111111111111111111111101111111111111111
+7,98,2,97,1111111111111111111110111111111101111111101111111111111111111111111111111111111111111111111111111111
+7,98,3,98,1111111111111111111111111111111111111111011111111111111111110111111111111111111111111111111111111111
+7,98,4,98,1111111111111111111111111111111101111111111111111011111111111111111111111111111111111111111111111111
+7,98,5,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,98,6,97,1111111111111111111110111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,98,7,96,1111111111111111111110111111111101111110111110111111111111111111111111111111111111111111111111111111
+7,98,8,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,98,9,95,1111111111111111111111110111111101111110111011101111111111111111111111111111111111111111111111111111
+7,98,10,97,1111111111111111111110111111111101111111111111111111111111111111111111111111111101111111111111111111
+7,98,11,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,98,12,96,1111111111111111111111111111111101111110111111111011111111111111111011111111111111111111111111111111
+7,98,13,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,98,14,97,1111111111111111111111111111111101111110111111111011111111111111111111111111111111111111111111111111
+7,98,15,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,98,16,98,1111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111011111
+7,98,17,98,1111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111111111
+7,98,18,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110111
+7,99,0,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,99,1,97,1111111111111111111111111111111101111110111111111111111111111111111111111111101111111111111111111111
+7,99,2,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111
+7,99,3,96,1111111111111111111111111011111101111110111111111110111111111111111111111111111111111111111111111111
+7,99,4,98,1111111111111111111111111111111101111111111111111011111111111111111111111111111111111111111111111111
+7,99,5,97,1111111111111111111101111111111111111110111111111111111111111111111011111111111111111111111111111111
+7,99,6,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,99,7,97,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111110111
+7,99,8,95,1111110111111111111111111111111101111110010111111111111111111111111111111111111111111111111111111111
+7,99,9,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,99,10,98,1111111111111111111111111111111110111111111111111111111111111111111111101111111111111111111111111111
+7,99,11,96,1111011111111111111111111111111101111110111111111111111111111111111111111111111111101111111111111111
+7,99,12,98,1111111111111111111111111111111101111111111111111011111111111111111111111111111111111111111111111111
+7,99,13,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,99,14,97,1111111111111111111111111111111101111111111111111111111111111111111111011111111111111111111111101111
+7,99,15,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110111
+7,99,16,98,1111111111111111111111111111111111111110111111111111111111110111111111111111111111111111111111111111
+7,99,17,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,99,18,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,100,0,99,0111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+7,100,1,97,1111111111111111111111111111111111111111111111111111111111111101111111101111111101111111111111111111
+7,100,2,97,1111011111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,100,3,97,1111111111111111111111111111111101111111110111111111111111111111111111111111111111111111111111110111
+7,100,4,97,1111111111111111111111111111111110111110111111111111111111111110111111111111111111111111111111111111
+7,100,5,97,1111111111111111111111111111111101111111111111111111111111111111111111101111111111011111111111111111
+7,100,6,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,100,7,98,1111111111111111111111111111111111111111111111111011111111111111111111111111111111111111011111111111
+7,100,8,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110111
+7,100,9,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,100,10,98,1111111111111111111111111111111111111110111111111111111111111111111111101111111111111111111111111111
+7,100,11,97,1111111111111111011111111111111100111111111111111111111111111111111111111111111111111111111111111111
+7,100,12,97,1111111111111111111111110111111101111111111111111111111111111111110111111111111111111111111111111111
+7,100,13,98,1111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111101111
+7,100,14,98,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111110111
+7,100,15,98,1111111111111111111111111111111101111110111111111111111111111111111111111111111111111111111111111111
+7,100,16,99,1111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111
+7,100,17,95,1111111111110111111111111111111110111111111111111111111111111111110111101111111111111111111111110111
+7,100,18,100,1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
+8,0,0,52,0011101000011101110110010101101110000011001001011011001100101111011100101001001011110010000111001101
+8,0,1,53,1110010001101110011011001101010001001001010101000111110101110011010100111110011111110001110001000001
+8,0,2,51,0100101101110001011110001111100010011111110100011000100101100101111001000100100111001010011001011001
+8,0,3,55,0001100000110001101111101011001111111010011110101100010010001001010100001111111010111101001100011111
+8,0,4,54,1000001001011010010101100100111101100110111111011100011001000011010101111010011101111010000011001111
+8,0,5,46,0010100111101001001000011111100001000010111001001001001100100000101010111100110001101011100010110011
+8,0,6,48,0100000010110001010001000011110010100010101000010110110111010100111001101000111010100111111111011000
+8,0,7,46,0011010100000110100101000010010011001110011100101000101111101100111000010111110001111101000000100100
+8,0,8,45,1010001100000001001100011000110110010010010010001001011001010110111011110100010111000010110101010011
+8,0,9,42,1111110001011111001000000000110001100001010000001101100100011000100011111100100010110100001001001010
+8,0,10,43,0011000010011010000100001101001101101010101000111111110000101100001101100010001000001101010010001110
+8,0,11,45,1010011110110100100001011010000000110000011101000110000110000100011100100011100001111101001101110110
+8,0,12,46,0010101100001010010110001100011111101010100010000111010110001100000001101010010001101010101101011101
+8,0,13,46,0100100101001011010011000111001110000010101010001101000000000001111010101110110001101110010111001110
+8,0,14,48,0111011000000111000101011100110011111101011011010011001001010010011011000000001001101001011001101001
+8,0,15,52,0101110001000101001001010111101111111011111100010101000110110010010001011111110010010110101101000000
+8,0,16,50,1100110011100010110010010111011111100011100000100001101000100110010111010001001111110000011110110100
+8,0,17,53,0101011011101001101101001010010101000100011011001111101110110101111110111000011000001101010011010010
+8,0,18,50,1100011111101010010001011001000000001101111100010011100100011111110000000110111110000101001101110011
+8,1,0,51,1010001001011000010101000100111101100010111101011100001001100111011101101010011011111010000011001101
+8,1,1,56,0001101000011111110110110101101110000111001011011011011100101011010100111001001101110010000111001111
+8,1,2,57,0001100000110001101011101011001111111010111110101100001010001101010110011101111110111000011110110110
+8,1,3,48,1100110011100010110110010111011111100011000000100001110000100010010101000011001011110101001100011101
+8,1,4,58,0101110001001101011001010111111011111011110100010111110101110011010101011111010010010011111101000000
+8,1,5,47,1110010001100110001011001101000101001001011101000101000110110010010000111110111111110100100001000001
+8,1,6,55,0011101000011101110110010101111110100011011010011001001100111111011010110000011111100010010101001101
+8,1,7,44,1010001100000001001110011000100110010010000001001011011001000110111101101101000011010010100111010011
+8,1,8,56,0001111000000011101111111011101111111000111010110000101111110001000100101011111000100001110010111110
+8,1,9,48,1000000000111001101111101001000111101010000110101100010010001001010100001111111010111101001100011001
+8,1,10,44,1010110011100000010000010111011110100011000000100001101001100110010111110000010111100000010101110100
+8,1,11,50,1100001100000011101110011000110111010010110010001001011000010110111011010101001111010010111110010010
+8,1,12,42,1110001000010110000101011100110001110101011011010011001001010010010111000000001001101000000001101001
+8,1,13,61,0001011001001011010101100100111111101110111111011100011001100011011001111010011101111011011011001111
+8,1,14,53,0101011011101001101101001010010101000100011011001111101110110101111110111000011000001101010011010010
+8,1,15,54,0101011011101001101101001010010101000100011011001111101110110101111110111000011000001101010011010110
+8,1,16,53,0101010001101101001101010111101111010011111000010111000110110010010010011011111010010100101111000010
+8,1,17,53,0101111011000001101001001010010101101100011111001101101110110101111101111100010000101111010001010000
+8,1,18,51,0011011000000111001101011001100111011000011011010011101011110010011001101001011000101001011001111001
+8,2,0,59,0001111000000011111111111001101110111000101010110011101101111001000100111011111101100001110010111110
+8,2,1,53,0001101000011111100110110111101111000111011011011000011110100011010100101001001000110010000111001111
+8,2,2,51,0001011000000111001001101001100111011000011011110010001011001011011111111000011010101001011011111000
+8,2,3,56,0011100000110001101111011011001111111010111110001101101010110100010000001101111100111000011100110111
+8,2,4,59,0101100001100001111011001011001011111010111110010101001011111101010101011111110110011011011110010100
+8,2,5,56,0001110000011101001001110111111111111011110100101110110100000011010110011101011010110000111101100010
+8,2,6,57,0101111000000101001101010111110011111001110100010011110101110011010101011111011010010011111101011000
+8,2,7,52,0011010001001111011001011001101111011010011011010111101011110010011001101001010000101001011001100001
+8,2,8,54,0011101000011101110110010101111110000011011010011001001100111111010010111001011101100010010101001101
+8,2,9,57,0001101000011111110110110101101110100111001011011011011100101011011100110000001111110010000111001111
+8,2,10,54,0001101000011001110111010101111110101010011011011000001000110111011010111010011101100011010001001111
+8,2,11,63,0011011001001111010100100100111111100111111111011101011101101011011001110000011111111010011111001101
+8,2,12,55,0101110000001101110110110101101011000111001011011011111100101011010100111011000111010010100101001101
+8,2,13,59,0001101001011111011001010111111110111011110100010111010101110011010101011101011000110011011111000010
+8,2,14,52,0101011011101001001101001010010101000100011011001111101110110101111110111000011000001101010011010010
+8,2,15,53,0101011011101001101101001010010101000100011011001111101110110101111110111000011000001101010011010010
+8,2,16,48,0001101000111101100101010011010110000100001011011111101110110001110110111001001000000001010011000110
+8,2,17,62,0101011011001011111110101100101101000111011011001011011100101111011100111000011101111110000111011111
+8,2,18,53,0001101000011101111110010001101110111011011010011001001110011111001000110001111111100000010011001100
+8,3,0,56,0011111000011111111111111101101110001000101010011001001100111011000010111011011101100000010110101100
+8,3,1,58,0001101000000001110110010001111110111011011010110011101101111101010100111001111101100011110001011111
+8,3,2,58,0101111000000111011101010101100111111001100110010010110101110001010100111111111101010001111010111100
+8,3,3,54,0001011000000001101111111011111010111000111000110011101101101011000101011011001010100011110101011010
+8,3,4,55,0101101010011111100100110111101111000111011011011100111110000011110100111000001000010010000111011011
+8,3,5,50,0001011001101001011111001010010101000100011011001011001110110101011110101001011000101101010011000110
+8,3,6,57,0011111000001011100101101110111111100000111110111100101101101001010010111000011010100011110100101111
+8,3,7,63,0011011001000111010110110101111111100111111011010001011101110011011101100010011101111010011111011101
+8,3,8,54,0001111000000011101111110111111111101000111110100000000101100011010110111011011000100001110100111010
+8,3,9,58,0011110000011101000001111111111111110011110000111110111100010001010110001100011010110010111101100111
+8,3,10,59,0101101001100001011011000011001011111011111110010101010111111101010101011111010010011011111110010100
+8,3,11,57,0101110000000101101101011111110011111000110100010011101001110011010101011111111110010011011101011000
+8,3,12,58,0001111000011111110010111101101110100111001011011011001101110011011100110000001111110010001111001011
+8,3,13,52,0011000001001111011101010001101111011010011011011111111010101010011001101001010000101001010001100101
+8,3,14,56,0101111000000101001101010111110011111001100100010011110101110011010101011111011010010011111101011000
+8,3,15,58,0101111000000101001101010111110011111001110100010011110101110011010101011111011010010011111101011001
+8,3,16,57,0011100000110001101101011111001111111010111100001111011010110101010101001101111100011000011101000111
+8,3,17,57,0001101001011111011011010011111110111011110110010101100101110010010000011101011000110011011110110010
+8,3,18,56,0001101001001111010001010111111110100011110100010111011101110011010101011000011010110010011111001011
+8,4,0,59,1001101000000001111110110001111010111011011010110011101101111111000100101001011101100011110101011111
+8,4,1,52,0001011000000001100111011011011110111000111000110011101101101001010101011011101010100011110001011010
+8,4,2,61,0011111001010111010110111101111110001111111010010001011101110011001001100010011101111010010111011101
+8,4,3,58,0011011000001111111111110101101111100000101011011001001100111011010110111011011101100000011110101100
+8,4,4,55,0001111000011111110011111101101110000111001010011011001101111011001100111010001101110010000111001000
+8,4,5,59,0011111000011111111110111101101110101000101011011001001100110011010010110001011111100000011110101111
+8,4,6,50,0101101010011111100100110101101111000000011010011100111100011011000110111010011000000010000111101010
+8,4,7,61,0011111000011111111111111111101110001111101011011001001110100011110000111001001101110000010110011101
+8,4,8,50,0001111000011111110011010101101110100111010011010001000101110011011100010100001000110011001111000010
+8,4,9,64,0001101001011111011010111011111110111011101110011111001101110010010000111001011111110010011110111011
+8,4,10,55,0001101000000001110110011001111110101011001010110011001101111001011100111001111101100010111001011011
+8,4,11,60,0001101000011111110010110101101110110111011011011011101101110111010100110000001111110011000111001111
+8,4,12,56,0001111000100101111111011101101010001011101010010001001111111011000010111011011101110010010110101100
+8,4,13,59,0111101001011011011011100011001111111000111110011101010100111101010101011111010010001001111110010100
+8,4,14,59,0011111000001101001111000101111111111001110100010001010101101011011101111101011110010011111101001001
+8,4,15,66,0101011001010111011100110110110011111111111111011111110101110011010001010111011001111011011111010100
+8,4,16,61,0101111000000011111101010001110111011001101110010010110101111001010100111111111101010001111011111110
+8,4,17,52,0001101000000101010110010101101100111010010010110011101101110101010100111001111101100011110000011101
+8,4,18,67,0011011001010111010110110100111111110111111011010011011101110011111101100011011101111011011111010101
+8,5,0,64,0011011001001111011100100101111111101111111111011101010101101011011001110100011101111010011111001100
+8,5,1,64,0011011001001111011100100101111111101111111111011101010101101011011001110100011101111010011111001100
+8,5,2,60,0011111001001011011000100101001111111110111111011101010100111011011001111110001001111010011111000100
+8,5,3,62,0111001001011111011111100011111111101001111110011101010101101101010101010101010110001001111110011100
+8,5,4,70,0011011001011111011110110101111111111111111110011101001101101011011001111001011101111010011111101110
+8,5,5,59,0001101001001111011000101011111110101011101111011111010101110010010000111100011111110010011110011001
+8,5,6,58,0011011000001111111111110101101111100000101011011001001100111011010110111011011101100000011110101100
+8,5,7,57,0011011000001111111111110101101111100000101011011001001100111011010110111011011101100000011100101100
+8,5,8,69,0011111001011111010110111010111110110111111011011111011101110010011101100001011101111011011110111101
+8,5,9,62,0001001001010111011010110101111111111011101110010011001101110011110000111011011111110010011111010011
+8,5,10,62,0011101001010111110110111101111110111111011010011001011101110111010001100000011101110010010111011101
+8,5,11,60,0001111000011111010010110101101110000111111011010001101111110111001100110010001111111011000111001111
+8,5,12,65,0011011001001111011100100101111111101101111011011001000101111011011011110111011101111010011111101100
+8,5,13,57,0011011000001111111111110101101111100010101111011101011100101011010100111000011101100000011110001100
+8,5,14,59,0001101001011111110010011011111110111011001110010011001101110010011000111001011111110010011100011011
+8,5,15,59,0001101000000001011110111001111110101011101010111111001101111001010100111001011101100010111011111011
+8,5,16,60,0001111000011111110011111101111110100011001010011011001101111011001100111000001101110010001111111011
+8,5,17,58,0001101001011111001010111011101110011111101110011111001101110010010000111011011111110010010110001000
+8,5,18,64,0011011001010111010110110110111010111111111110011101111101110011000001010111011001111011010111011100
+8,6,0,64,0011011001001011011100100101111111111111111111011101010100111011011001111110001001111010011111100100
+8,6,1,58,0011111001001111011000100101001111101100111011011001000101111011011011100111001101111010011111000100
+8,6,2,64,0011111001001111111110111101111110100100111010011001011101110111010001110010011101110010010111111101
+8,6,3,61,0011001001010111010100100101111111111111011011011001000101111011011011100101011101111010011111001100
+8,6,4,63,0011011001000111010110110110111010111101111110011101010101111011010011010111011001111011011111001100
+8,6,5,64,0011011001011111011100100101111111101111111011011001101101110011000001110111011101111010010111110100
+8,6,6,67,0011111001001111011100100101111111101101111111011001000100111011011011111111011101111010011111110100
+8,6,7,58,0011011001001011011000100100001111111110111011011101010101111011011001110110001001111010011111001100
+8,6,8,57,0001101001011111010010001101111111111011001111010001001101110011011000111000011101110010011110011001
+8,6,9,65,0011011001001111111100110011111110101111111110010111010101101010011001110101011111111010011101001110
+8,6,10,63,0011111001001011011100100101011111111100111111011101010101111011011001111110011001111010011111000100
+8,6,11,61,0011011001001111011000100101101111101111111011011001000100111011011011110111001101111010011110101100
+8,6,12,61,0001101001001111011000101111111110101011101111011101010101100011010001111100011111110010011111011100
+8,6,13,62,0011011001001111011100100001111111101111111111011111010101111010011000110100011101111010011110001001
+8,6,14,67,0011111001011111010100111010111111110111111011011101011101100010011101100100011101111011011111111100
+8,6,15,66,0011011001001111011110100101111110101111111111011111011101111011011001110001011101111010011110001001
+8,6,16,69,0111011001001111011100100101111111111111111110011101111101100011011001110101011101111011011111011100
+8,6,17,60,0011011001010111010110110110111010101111111111011101010101111011000001010110011001111010010111001100
+8,6,18,63,0101001001010111011110111101010111001111111010010011011101110011010001111010011101111010011111010111
+8,7,0,60,0001011001001111011000101111111110101011101111011101010101100011010001110100011111110110011101001110
+8,7,1,66,0011101001001111111100110011111110101111111110010111010001101010011001111101011111111010011111011100
+8,7,2,64,0011011001011111011100100101111111101111111011011001101101111011000011110111011101111010010110100100
+8,7,3,60,0011011001001011011000100101101111101111111011011001000100110011011001110111001101111010011111111100
+8,7,4,66,0011111001001111011100100101110111101101111111011001000100111011011011110111011101111011011111110100
+8,7,5,68,0111011001001111011100100101111111111111111110011101110101100011011001111101011101111010011111011100
+8,7,6,64,0011111001001111111110111101111110100100111010011001011101110111010001110010011101110010010111111101
+8,7,7,64,0011111001001111111110111101111110100100111010011001011101110111010001110010011101110010010111111101
+8,7,8,67,0011111001001111011100100101111111101101111111011001000100111011011011111111011101111010011111110100
+8,7,9,66,0011111001001111011100100101111111101101111111011001000100111011011011111111001101111010011111110100
+8,7,10,66,0011011001001111011100100101111111101111111111011001000100111011011001111111011101111010011111110100
+8,7,11,65,0011111001001011011100100101111111111101111111011101010100111011011011111110001001111010011111100100
+8,7,12,64,0011011001001111011100100101111110101111111111011001111101110011011001110001011101111010011110110100
+8,7,13,64,0011011001011111011110100101111111101111111011011111001100111011000001110111011101111000010111001001
+8,7,14,65,0001111001010111011100111010111111110111101011011101011101100010011001100011011101111011011111110101
+8,7,15,64,0011111001011111010000110101111111111011111111010011001101110011111100100100011111110010011111011000
+8,7,16,70,0111011001001111010100101111111111111111111011011101011101100011011101110101011101111011011111011100
+8,7,17,66,0011111001011111011100110000111111110111111110011101111101100010011001100100011101111011011111111100
+8,7,18,66,0011011001001111111100110101111110111111111110011101010101111010011001110100011111111010011111001100
+8,8,0,66,0011011001001111011100100101111111101111111111011101010100110011011001111111011101111010011111010100
+8,8,1,70,0111011001001111011100100101111111111111111110011001100101101111011011111101011101111010011111111100
+8,8,2,66,0011111001001111111100100101111110111111111110011101000101111010011011110100011101111010011111011100
+8,8,3,66,0011011001001111011100110101111111101101111111011001010100111011011001111111001111111010011111100100
+8,8,4,66,0011111001011111011100110000111111110111111110010111111101100010011000101101011101111011011111011100
+8,8,5,63,0011101001000111111100110011111110101111110110011101010001101010011001110100011111111010011111111100
+8,8,6,62,0001111001011111011100100001111111111101111111011001000100101010011011100011001101111011011111110100
+8,8,7,69,0011111001000111011100111110111111100111101011011101011101110011011001111111011101111010011111110101
+8,8,8,67,0011111001001111011100100101111111101101111111011001000100111011011011111111011101111010011111110100
+8,8,9,65,0011111001001111011100100101111111101101111111011001000100111011011011111011001101111010011111110100
+8,8,10,68,0111011001001111011100100101111111111111111110011101010101101011011001111101011101111010011111011100
+8,8,11,66,0011011001001111111100110101111110111111111110011101110101110010011001110100011111111010011111001100
+8,8,12,69,0011101001001111111100110101111110111111111110011111110001101010011001111101011101111010111111011100
+8,8,13,67,0111011001001111011100100011111111111111111110010101010101100011011001111101011111111010011111011100
+8,8,14,64,0011111001001011011100100011111111101100111111010111010100111011011001111111011001111010011101010110
+8,8,15,66,0011111001001111011100100101011111101101111111011001000101111011011011111111011101111010011111100100
+8,8,16,66,0011101001001111110000111011111110101111111110011111010101101010011101110101011101111010011111011100
+8,8,17,69,0111011001001111011100100111111111111111111011010101011001100011011001111101011111111011011111011100
+8,8,18,67,0011011001001111011100100101111111101111111111011101000101110011011001111111011101111010011111110100
+8,9,0,67,0011111001001111011100100101111111101111111111011101110100101011011001111100011100111010011111111100
+8,9,1,66,0111011001001111011100100101111111111101111110011001000100111011011011111111011101111010011111010100
+8,9,2,68,0011011001001111111100100101111111101111111111011101010101110011011001111111011101111010011111010100
+8,9,3,64,0011111001001111011100100101111110111111111110011101000100111010011011110100011101111010011111011100
+8,9,4,66,0011011001001111011100100101111111101111111111011101010101110011011001111101011101111010011111010100
+8,9,5,66,0111011001001111011000100011111111111111111110010101010100100011011001111111011111111010011111011100
+8,9,6,67,0011111001000111011100110110111111100111101011011101001101110011011001111111011101111010011111110101
+8,9,7,72,0111011001001111011100101101111111111111111110011001110101101111011011111101011101111010011111111100
+8,9,8,67,0011011001001111011100110101111111101101111110011001010100101111011011111111001111111010011111110100
+8,9,9,68,0111011001001111011100100101111111111111111111011001100101111011011000111101011101111010011111101100
+8,9,10,67,0011011001001111011100100101111111101111111111111101010100110011011001111111011101111010011111010100
+8,9,11,66,0111011001001111011100100011111111111111111110010101000101100011011001111101011111111010011111011100
+8,9,12,66,0011111001001111011100110000111111110111111110010111100101100011011011101101011101111011011111011100
+8,9,13,70,0111011001011111011100100101111111111111111110011001111101101110001001111101011101111010011111111100
+8,9,14,68,0011011001001111111100110101111110101111111111011101000101110011011101111101011101111010011111011100
+8,9,15,66,0011101001001111010000101011111111101111111110011111010101101010011011110111011101111010011111110100
+8,9,16,63,0011111001001111110000101101011110101111111110011101010101110010011101110101011100111010011111011100
+8,9,17,66,0011001001001111011100110011111111101111111111001111000101101011011001111111011001111010011111110100
+8,9,18,68,0011111001000111011100110111111111111111111111011101010101110010011001111100011111111010011111100100
+8,10,0,62,0011011001001111011000100010111111100111011110010101001100110011011001111111011111111010011111110100
+8,10,1,70,0111111001000111011100110111111111111111101011011101010101100011011001111111011101111010011111011101
+8,10,2,69,0011111001001111011100110101111111101111111111011101010100101011011101111100011101111010011111111100
+8,10,3,66,0011011001001111111100100101111110101111111111011101100101110011011101111101011100111010011111001100
+8,10,4,67,0011011001001111111100110101111111101111111111011101000101110011011001111101011101111010011111010100
+8,10,5,67,0011011001001111011100101101111110101111111111011101010101110011011101111101011101111010011111010100
+8,10,6,67,0011011001001111011100100101111111101111111111111101010100101011011001111111011101111010011111010100
+8,10,7,67,0011111001001111011100100101111111101111111111011101110100110011011001111100011100111010011111111100
+8,10,8,70,0011011001001111011100101101111111111111111110011001110101100111011011111101011101111010011111111100
+8,10,9,69,0111011001001111011100101101111110101111111111111101010100111011011001111111011101111010011111010100
+8,10,10,71,0111011001001111011100101101111111111111111110011001110101101111001011111101011101111010011111111100
+8,10,11,70,0111011001011111011100100101111111111111111110011001111101101100011001111101011101111010011111111100
+8,10,12,70,0011011001000111111100110101111110111111111111011101010101110011011101111101011111111010011111101100
+8,10,13,65,0011111001001111011000110111111111101111111111011101000101111010011001111100011101011010011111010100
+8,10,14,69,0111011001001111011100100101111111101111111110011001110101111110001001111101011101111010011111111110
+8,10,15,68,0011011001011111011100100101111111111111111111011101011101100011011001111101011101111010011111010100
+8,10,16,68,0111011001001111011100100101111111101101111110011001110100101111001011111111011101111010011111111100
+8,10,17,68,0011011001011111011100110101111111111011111110011001011101101110011001111101001111111010011111110100
+8,10,18,61,0011111001011111011100100101111111101111111110011100000100101010011001110100011100111010011111011100
+8,11,0,68,0111111001001111011000110111111111101111111111011001010101111110011001111101011101011010011111010100
+8,11,1,66,0011011001001111011100100101111111101111111110011101100101111010001001111100011101111010011111111110
+8,11,2,68,0011011001000111011100110101111110101111111111011101110101100011011101111111011101111010011111001101
+8,11,3,68,0111111001001111111100100111111111111111101011011101000101110011011001111101011100111010011111011100
+8,11,4,68,0111011001001111011000101101111111111111111110011001110101101011001011111101011101111010011111110100
+8,11,5,68,0011111001001111011100110111111111101111111111011101000101111110011001111100011101011010011111011100
+8,11,6,70,0011011001001111011100101101111111111111111110011001110101100111011011111101011101111010011111111100
+8,11,7,71,0111011001001111011100101101111111111111111110011001110101101111001011111101011101111010011111111100
+8,11,8,71,0011111001001111011100100101111111111111101111011101010100111011011011111100011111111010011111111101
+8,11,9,67,0111111001000111011100100111111110111111110011011101010101100011011001111111011101111010011111011100
+8,11,10,67,0111011001001111011100101101111110101111111111011001110101111000001001111111011101111010011111010110
+8,11,11,70,0111011001001111011100100101111111101111111110111101010100111111011001111101011101111010011111111100
+8,11,12,70,0111011001000111011100100101111111111111101111011101110101101110010001111111011101111010011111111110
+8,11,13,67,0111111001000111011100110111111111101111111010011001010101110011001001111101011101111010011111011101
+8,11,14,70,0011111001001111011100110101111111101111111111011101010110101011011101111100011101111010011111111100
+8,11,15,69,0011111001001111011100110101111111101111111111011101010100101011011101111100011101111010011111111100
+8,11,16,69,0111011001001111011100111101111111111011111110011001010101101111001001111101001111111010011111111100
+8,11,17,70,0011011001011111011100100101111111111111111110011001111101101110011011111101011101111010011111110100
+8,11,18,67,0011001001011111011100100101111111101111111111011101011101110011011001111101011101111010010111010110
+8,12,0,71,0111111001001111011100100101111111111111101011011101000101111011011011111101011110111010011111111101
+8,12,1,67,0011111001001111111100100111111111101111101111011101010100110011011001111100011101111010011111011100
+8,12,2,71,0111011001001111011100101101111111111111111110011001110101101111001011111101011101111010011111111100
+8,12,3,69,0111011001001111011100111101111111111011111110011001010101101111001001111101001111111010011111111100
+8,12,4,70,0111111001001111011100110101111111111111111110011001110101101011001011111100011101111010011111111100
+8,12,5,67,0010011001001111011000101101111111101111111111011101010110101011011101111101011101111010011111110100
+8,12,6,71,0011011001001111011100101101111111111111111110011001110101101111011011111101011101111010011111111100
+8,12,7,70,0111011001001111011100101101111111111111111110011001110101100111001011111101011101111010011111111100
+8,12,8,70,0011011001011111011100100101111111111111111110011001111101100111011011111101011101111010011111110100
+8,12,9,70,0011011001001111011100101101111111111111111110011001110101101110011011111101011101111010011111111100
+8,12,10,70,0011111001001111011100110111111111111111111111011101000101111110011001111100011101011010011111011101
+8,12,11,69,0011111001001111011100100101111111101111101111011101010100111011011011111100011111111010011111111100
+8,12,12,69,0111011001001111011100101101111111111111111110011001110101101011011001111101011101111010011111110100
+8,12,13,69,0111011001000111011000100101111111111111101111011101110101101110000011111111011101111010011111111110
+8,12,14,71,0110011001001111011100110101111111111111111111011001010111101011001111111101011101111010011111111100
+8,12,15,70,0011111011001111011100101101111111101111111110011001110101101111011001111100011101111010011111111100
+8,12,16,68,0111011001001111011000101101111111101111111110011001110101111110011001111101011101111010011111110100
+8,12,17,70,0111111001001111011100110111111111111111111111011001010101101111001011111101011101011010011111010100
+8,12,18,71,0111011001001111011100101101111111101111111110011101110101101011001111111101011101111010011111111100
+8,13,0,70,0111011001000111011000110101111111111111111110011101010101101111001011111101011101111010011111111110
+8,13,1,69,0111011001001111011100111101111111111011101111011001110101101110000001111111001111111010011111111100
+8,13,2,69,0111011001001111011100110101111111101111111110011001110101101011001111111100011101111010011111111100
+8,13,3,71,0111111001001111011100101101111111111110111110011101110101101011001011111101011101111010011111111100
+8,13,4,69,0111011001001111011100101101111111101111111110011001010101101111001011111100011101111010011111111110
+8,13,5,70,0011111001001111111100100111111111111111101111011101110100110011011001111101011101111010011111011100
+8,13,6,70,0111011001001111011100101101111111101111111111011001110101101011001111111101011101111010011111111000
+8,13,7,72,0110111001001111011100110101111111011111111110011101010111101011001111111101011101111010011111111110
+8,13,8,69,0111011001001111011100100101111111111111111110011001010101101011011011111101011101111010011111111100
+8,13,9,69,0011111001001111011100101101111111101111101111011101110100111011011001111100011111111010011111110100
+8,13,10,70,0011111001001111011100110101111111111111111111011001010110101111011011101100011101111010011111111100
+8,13,11,68,0111111001001111011100110101111111111111111110011001110101101011001001111100011101111010010111111100
+8,13,12,72,0111011101001111011100101101111111111111111110011001110101101111001011111101011101111010011111111100
+8,13,13,71,0111011001001111011100101101111111111111111110011001110101101111001011111101011101111010011111111100
+8,13,14,72,0111011001001111011100100111111111111111111110011101010101111010011111111101011101111010011111011101
+8,13,15,70,0011111001001111011100111101111111111111111111011101100101101111001001111100011101011010011111111100
+8,13,16,70,0011111001001111011100101101111111111111111110011001110101101011011011111100011101111010011111111100
+8,13,17,70,0011011011001111011100101101111111101111111110011001110101101111011001111101011101111010011111111100
+8,13,18,67,0111011001001111011100100101111111111111111110011001010101101111011011111101011101011010011111010100
+8,14,0,74,0110111001001111011100110101111111111111111111011101010111101111001111111100011101111010011111111110
+8,14,1,68,0011111001001111011100111101111111011111111110010101100111101011001001111101011101011010011111111100
+8,14,2,70,0110011001001111011100100101111111011111111110011101010111101111001011111101011101111010011111111110
+8,14,3,71,0111111001001111011100111101111111100111111110011001010101111011001111111100011101111010011111111110
+8,14,4,72,0111011001001111011100111101111111111110111111011001110101101111001011111101011101111010011111111100
+8,14,5,67,0111011001001111011100101101111111111011101110011001110101101110000001111111001111111010011111111100
+8,14,6,67,0111011001000111011000110101111111101111111110011001010101101111001011111101011001111010011111111110
+8,14,7,72,0111011001001111011100101101111111111111111111011101110101101011001111111101011101111010011111111000
+8,14,8,75,0011111001001111011100111111111111111111111110011001110101101011011111111101011101111010011111111101
+8,14,9,71,0111011001001111011100100111111111111111111111011101010101111110001011111101011101111010011111011100
+8,14,10,69,0111011001001111011000100111111111111111111110011101010101101010011011111101011101111010011111011101
+8,14,11,73,0111011001000111011100110101111111111111111110011101010101111111001111111101011101111010011111111110
+8,14,12,71,0111011101001111011100101101111111111111111110011001110101101011001011111101011101111010011111111100
+8,14,13,70,0111011001001111011100100101111111111111111110011001010101101111011011111101011101111010011111111100
+8,14,14,71,0111111001001111011100111101111111101111111111011001010101101111001011101100011101111010011111111110
+8,14,15,68,0011011001001111011100100101111111111111111110011001010110101111011011111100011101111010011111111100
+8,14,16,70,0111011001001101011100101101111111011111111110011101110101101111001011111101011101111010011111111100
+8,14,17,72,0110111001001111011100110101111111111111111110011001010111101011001111111101011101111010011111111110
+8,14,18,69,0111011001000111011000101101111111111111111110011101010101101111001011111101011101111010011111111100
+8,15,0,74,0111111001001111011100111111111111111111111111011001110101101011001011111101011101111010011111111100
+8,15,1,73,0011011001001111011100111101111111111110111110011001110101101111011111111101011101111010011111111101
+8,15,2,72,0111011001000111011100100101111111111111111110011100110101111111001111111101011101111010011111111110
+8,15,3,72,0111011001001111011100111101111111111111111111011101010101101011001111111101011101111010011111111000
+8,15,4,74,0111011001001111011100110101111111111111111110011101010111111111001011111101011101111010011111111110
+8,15,5,69,0110011001000111011100100101111111011111111110011101010101101111001111111101011101111010011111111110
+8,15,6,72,0111011001000111011100110101111111111111111110011101010101111111001011111101011101111010011111111110
+8,15,7,71,0110011001001111011100100101111111011111111110011101010111101111001111111101011101111010011111111110
+8,15,8,72,0111011001001111011100110101111111111111111110011101010101101111001111111101011101111010011111111100
+8,15,9,71,0111011001000101011100101101111111011111111110011101110101111111001011111101011101111010011111111110
+8,15,10,72,0011111001000111011100110111111111111111111110011000010101101011011111111101011101111010111111111101
+8,15,11,76,0111011001001111011100111101111111111111111110011101110101111111001111111101011101111010011111111110
+8,15,12,72,0111011001001111011100101111111111111111111111011001010101111110001011111101011101111010011111111100
+8,15,13,72,0011111001001111011100010111111111111111111110011101110101101011011111111101011101111010011101011101
+8,15,14,71,0111011001001111011100100111111111111111111110011101110101101111001011111101011101111010011111011100
+8,15,15,71,0111011001001111011100110101111111111111111111011001010101111110001011101101011101111010011111111110
+8,15,16,72,0111010001001111011100101101111111111111111111011101110101101011001111111101011101111010011111111010
+8,15,17,71,0111011001000111011100110101111111111111111110011101010101111111001111111101011001111010011111111100
+8,15,18,69,0111011001001111011100100101111111101111111110011001010111101011001011111101011101111010011111111110
+8,16,0,74,0111111001001111011100110101111111111111111110011101010111111011011011111101011101111010011111111100
+8,16,1,72,0011011001001111011100010111111111111111111110011101110101101111001111111101011101111010011101011111
+8,16,2,70,0111011001000111011100101101111111111111111111011001010101111110001011111101011101111010011111111100
+8,16,3,75,0110011001001111011100111111111111111111111110011111010101111111001011111101011101111010011111111110
+8,16,4,70,0111011001000111011100110101111111111111111110011101010101101111001111111101011101111010011011111100
+8,16,5,73,0111011001001111011100110101111111111111111110011101010101111111001011111101011101111010011111111110
+8,16,6,72,0111111001001111011100110111111111111111111110011001110101101011001011111101011101111010011111111100
+8,16,7,77,0111011001001111011100111101111111111111111111011101010111111111001011111101111101111010011111111110
+8,16,8,70,0111011001000111011100111101111111111111111110011000010101101011011111111101011101111010011111111001
+8,16,9,74,0011111001001111011100110111111111111111111111011101010101101011001111110101011111111010111111111100
+8,16,10,72,0111011001001111011100111101111111111111111111011101010101101011001111111101011101111010011111101100
+8,16,11,71,0111011001001111011100110101111111111111111110011101010101101111001111111101011101111010011111111000
+8,16,12,76,0111011001001111011100111101111111111111111110011101110101111111001111111101011101111010011111111110
+8,16,13,74,0111011001001111011100110101111111111111111110011101010111111111001011111101011101111010011111111110
+8,16,14,71,0111011001000111011100110101111111111111111110011100010101111111001011111101011101111010011111111110
+8,16,15,73,0111011001000111011100100101111111111111111110011101110101111111001111111101011101111010011111111110
+8,16,16,75,0011011001001111011100111101111111111111111110011001110101111111011011111101011101111010011111111111
+8,16,17,69,0111011001000111011100101101111111011010111110011101110101101111001111111101011101111010011111111100
+8,16,18,74,0111011001001111011100101111111111111111111110011101110101101111001111111101011101111010011111111010
+8,17,0,76,0111011001001111011100111101111111111111111110011001110111111111001011111101011101111010011111111111
+8,17,1,74,0111011001001111011100110101111111111111111110011101010101111111011011111101011101111010011111111110
+8,17,2,74,0111011001001111011100110111111111111111111111011101010101101011001111110101011111111010111111111100
+8,17,3,72,0011111011000111011100110101111111111111111110011100010101111111001011111101011101111010011111111110
+8,17,4,75,0111011001001111111100111101111111111111111110011101110101101111001111111101011101111010011111111100
+8,17,5,74,0111011001001111011100111101111111111111111111011101010101111011001111111101011101111010011111101110
+8,17,6,74,0111111001001111011100110111111111111111111110011001110101101011011011111101011101111010011111111101
+8,17,7,72,0011011001001111011100111101111111111111111110011001110101111111001011111101011101111000011111111110
+8,17,8,72,0111011001001111011100110100111111111111111110011101010101111110001011111101111101111010011111111110
+8,17,9,74,0111011001000101011100111111111111111111111111011100010111111111001011111101011101111010011111111110
+8,17,10,73,0111011001001111011100110101111111111111111110011101011101101111001111111101011101111010011111111100
+8,17,11,75,0111011001001111011100111101111111011111111110011101110111111111001111111101011101111010011111111010
+8,17,12,74,0011011001001111011100111111111111111111111110011101110101101111001111111101011101111010011111111010
+8,17,13,71,0111011001001111011100000111111111111111111110010101110101101111001111111101011101111010011101011111
+8,17,14,73,0111011001001111011100110111111111111111111110011101010101111111001011111101011101111010011111111100
+8,17,15,73,0111111001001111011110110101111111111111111110011001110101101011001011111101011101111010011111111110
+8,17,16,73,0111011001001111011100110101111111111111111110011111010111111011001011111101011101111010011111111100
+8,17,17,76,0110111001001111011100111111111111111111111110011101010101111111011011111101011101111010011111111110
+8,17,18,73,0111011001000111011100111101111111111111111110011001110101101111011111111101011101111010011110111011
+8,18,0,72,0111011001001111011100111100111111111111111110011101010101111111001111111101011101011010011111101110
+8,18,1,72,0111011001001111011100110101111111111101111111011101010101111010001111111101111101111010011101111110
+8,18,2,75,0111011011000111011100111101111111111111111110011001110101111111001111111101011101111010011110111111
+8,18,3,75,0111011001001111011100111101111111111111101110011001110111101111011011111101011101111010011111111111
+8,18,4,76,0111011001001111011100111101111111111111111110011101110111111111001111111101011101111010011111111010
+8,18,5,72,0011011001001111011100111111111111010111111110011101110101101111001111111101011101111010011111111010
+8,18,6,74,0111011001001111011100111101111111011111111110011101110111101111001111111101011101111010011111111100
+8,18,7,76,0111011001001111111100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,18,8,73,0111011001001111011100111101111011011111111110011101110111111111001111111101011101111010011111111000
+8,18,9,75,0111011001001111111100111101111111111111111110011101110101101111001111111101011101111000011111111110
+8,18,10,74,0111011001000111011100111101111111111111111110011100110111111111001011111101011101111010011111111110
+8,18,11,76,0111011001001101011100111111111111111111111111011001010111111111001011111101011101111010011111111111
+8,18,12,75,0111111001001111011100110111111111111111111110011001110101111011011011111101011101111010011111111101
+8,18,13,74,0110111001001111011100111111101111111111111110011101010101101111011011111101011101111010011111111110
+8,18,14,71,0111011001000101011100111101111111111111111110011100010111111111001011111101011101111010011111111100
+8,18,15,75,0111011001001111011100111111111111111111111111011100010101111011001111111101011101111010011111111110
+8,18,16,73,0111011001001111011100110101111111111111111110011111010111111011001011111101011101111010011111111100
+8,18,17,73,0111011001001111011100110101111111111111111110011111010111111011001011111101011101111010011111111100
+8,18,18,76,0111111001001111011100111101111111111111111110011001110101111111001011111101011101111010011111111111
+8,19,0,76,0111011001001111111100111101111111111111111110011101110101101111001011111101111101111000011111111111
+8,19,1,75,0111111001001111011100111101111011111111111110011001110101111111001111111101011101111010011111111110
+8,19,2,76,0111011001001111111100111101111111111111111110011101110101101111001111111101011101111010011111111110
+8,19,3,74,0111011001001111011100111101111111011111111110011101110111111111001111111101011101111010011111111000
+8,19,4,76,0111011001001111111100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,19,5,75,0011011001001111111100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,19,6,73,0111011001001111011100110101111111111111111110011111010111111011001011111101011101111010011111111100
+8,19,7,73,0111011001001111011100110101111111111111111110011111010111111011001011111101011101111010011111111100
+8,19,8,75,0111011001001111011100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,19,9,76,0111011001001111111100111101111111111111111110011100110111111111001111111101011101111010011111111010
+8,19,10,76,0111011001001111011100111101111111111111111110011101110111111111001111111101011101111010011111111010
+8,19,11,77,0111011001011111111100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,19,12,77,0111011001001101011100111111111111111111111111011001110111111111001011111101011101111010011111111111
+8,19,13,76,0111011001001101011100111111111111111111111111011001010111111111001011111101011101111010011111111111
+8,19,14,74,0111011011000111111100111101111111111111111110011101110101101111001111111001011101111000011111111110
+8,19,15,76,0111011001001111111100111101111111111111111110011101110101111111001111111101011101111010011111111010
+8,19,16,78,0111011011001111011100111111111111111111101111011001110111101111011011111101011101111010011111111111
+8,19,17,74,0111011001001101011100111101111111111111111110011001010111111111001011111101011101111010011111111111
+8,19,18,73,0111011001001111011100111101111111011111111110011101110101101111001111111101011101111010011111111010
+8,20,0,74,0111011001001111111100111101111111111111111110011100110101101111001111111101011101111010011111111010
+8,20,1,77,0111011001001111111000111101111111111111111110011101110111111111001111111101011101111010011111111110
+8,20,2,73,0111011001001111011100111101011011111111111110011001110111111111001110111101011101111010011111111110
+8,20,3,76,0111111001001101011100111111111111111111111111011001010101111111001011111101011101111010011111111111
+8,20,4,76,0111011001001111111100111101011111111111111110011101110111111111001111111101011101111010011111111010
+8,20,5,76,0111011001011111111100111101111111111111111110011100110101111111001111111101011101111010011111111010
+8,20,6,77,0111011001011111111100111101111111111111111110011001110101111111001111111101011101111010011111111110
+8,20,7,73,0111111001001111011100111101011011011111111110011101110101111111001111111101011101111010011111111010
+8,20,8,77,0111011001001111111100111101111111111111111110011101110101111111001111111101011101111010011111111110
+8,20,9,75,0111011011001111111100111101111111111111111110001101110101101111001111111101011101111010011111111010
+8,20,10,76,0111011011001111011100111111111111111111101111011001110101101111001011111101011101111010011111111111
+8,20,11,78,0111011001001111111100111101111111111111111110011101110111101111011011111101111101111000011111111111
+8,20,12,78,0111011001001111111100111101111111111111111111011101110111111111001111111101011101111010011111111010
+8,20,13,76,0111011011001111011100111111111111111111101110011001110101101111011011111101011101111010011111111111
+8,20,14,77,0111011001011101111100111101111111111101111111011001010111111111001111111101011101111010011111111111
+8,20,15,75,0111011001001111011100111111111111111111111110011101110101111111001011111101011101111010011111111010
+8,20,16,76,0111011001011111111100111101111111111111111110011101110101111111001111111101011001111010011111111010
+8,20,17,75,0111011001001111111100111101111111111011111110011101110101101111001111111101011101111010011111111110
+8,20,18,76,0111111001001111011100111101111111111111111110011001110101111111001111111101011101111010011111111110
+8,21,0,79,0111011001001111111100111101111111111111111110011101110111101111011011111101111101111010011111111111
+8,21,1,76,0111011001011111111100111101111111111111111110011001110101111111001111111101011101111000011111111110
+8,21,2,75,0111011001001111111100111101111111111111111110010101110101101111001111111101011101111010011111111110
+8,21,3,76,0111011001001111111100111101111011111111111110011101110101111111001111111101011101111010011111111110
+8,21,4,75,0111011001001111111000111101111111111111101110011111110101111111001011111101011101111010011111111110
+8,21,5,79,0111011011001111011100111111111111111111111110011001110111101111011111111101011101111010011111111111
+8,21,6,76,0111011001011111011100111101111111111111111110011001110101111111001111111101011101111010011111111110
+8,21,7,76,0111011011001111111100111110111111111111101110011001110101101111011011111101011101111010011111111111
+8,21,8,74,0111011001001111111100110101011111111111111110011101110111111101001111111101011101111010011111111010
+8,21,9,74,0111011001001011111100111101011111111111111110010101110111111111001111111101011101111010011111111010
+8,21,10,78,0111011001001111111100111101111111111111111110011101110111111111001111111101011101111010011111111110
+8,21,11,75,0111011001011111111000111101111111111111111110011001110101111111001111111101011001111010011111111110
+8,21,12,79,0111011001001111011000111111111111111111101111011101110111111111101111111101011101111010011111111111
+8,21,13,75,0111011011001111111100111101111111111111111110011001110101101111001011111101011101111010011111111110
+8,21,14,76,0111011011001111011100111101111111111111101111011001110101111111001011111101011101111010011111111111
+8,21,15,77,0111011001001111111100111111111111111111111110011101110101101111001111111101011101111010011111111110
+8,21,16,76,0111011001011111111100111101111101111111111110011101110111111111001111111101011001111010011111111010
+8,21,17,77,0111011001001111111100111101111111111111111111011101110101111111001111111101011101111010011111111010
+8,21,18,73,0111011001001111011100111101111111111111101110011101110101101111001111111101011101111010011101111110
+8,22,0,79,0111011001001111111100111101111111111111111110011101110111101111011011111101111101111010011111111111
+8,22,1,74,0111011001001111111100111101111111011111111110010101110101101111001111111101011101111010011111111110
+8,22,2,77,0111011001001111111100111111111111111111111110011101110101101111001111111101011101111010011111111110
+8,22,3,77,0111011001001111111100111111111111111111111110011101110101101111001111111101011101111010011111111110
+8,22,4,75,0111011011001111111100111101111111111111111111011001110101111111001011111101011101111010010111111010
+8,22,5,77,0111011001001111111100111110111111111111101110011101110101101111011111111101011101111010011111111111
+8,22,6,79,0111011001001111111100111101111111111111111110011001110111111111011111111101011101111011011111111110
+8,22,7,79,0111011011001111011100111111111111111111111110011101110111101111001111111101011101111010011111111111
+8,22,8,79,0111011001011111011100111111111101111111111110011001110111111111011111111101011101111010011111111111
+8,22,9,76,0111011011001111111100111101111111111111111110011101110111101101011111111101011001111010011111111010
+8,22,10,76,0111011001001111111000111101111111111111111110011101110101111111001111111101111001111010011111111110
+8,22,11,78,0111011001011111111100111101111111111111111110011001110111101111011011111101011101111010011111111111
+8,22,12,74,0111011001001011111100111101011111111111111110010101110111111111001111111101011101111010011111111010
+8,22,13,77,0111011001001111111100111101111111111111111110011101110111111111001111111101011101011010011111111110
+8,22,14,79,0111011001011111111100111101111111111111111111011001110101111111001111111101011101111010011111111111
+8,22,15,77,0111011011001111111100111111111111111111111110011101110111111111001011111101011001111010011111111010
+8,22,16,76,0111011001001111111100111101111111111111111111011001110101111111001011111101011101111010011111111110
+8,22,17,76,0111011011011111011100111101111111111111101110011001110101111111001111111101011101111000011111111111
+8,22,18,77,0111011001001111111100111111111111111111111110011101110101101111001111111101011101111010011111111110
+8,23,0,76,0111011001001111011100111111111111111111111110011001110101101111011111101101011101111010011111111111
+8,23,1,79,0111011001011111111100111111111101111111111110011101110111111111001111111101011101111010011111111110
+8,23,2,76,0111011001001111111100111101111111111111101110011101110101101111001111111101011101111010011111111111
+8,23,3,77,0101011001001111111100111110111111111111111110011101110111111111011111111101011101011010011111111110
+8,23,4,77,0111011001001111111000111101111111111111111110011101110101111111011111111101011001111011011111111110
+8,23,5,78,0111011001001111111100111101111111111111111110011001110111111111001111111101111101111010011111111110
+8,23,6,78,0111011001011111111100111101111101111111111110011001110111111111011011111101011101111010011111111111
+8,23,7,79,0111011001011111011100111111111111111111111110011001110111101111011111111101011101111010011111111111
+8,23,8,79,0111011001011111011100111111111101111111111110011001110111111111011111111101011101111010011111111111
+8,23,9,76,0111011001001111111100111101111111111111111110011101110111111111001111111101011101011010011011111110
+8,23,10,79,0111011001001111111100111101111111111111111110011101110111101111011011111101111101111010011111111111
+8,23,11,75,0111011001001111110100111111111111111111011110011101110101101111001111111101011101111010011111111110
+8,23,12,80,0111011011001111111100111111111111111111111110011101110111101111011111111101011101111010011111111110
+8,23,13,79,0111011001001111011100111101111111111111111111011001110111111111001111111101011101111011011111111111
+8,23,14,77,0111011001001111111100111101111111111111111111011001110101111111001111111101011101111010011111111110
+8,23,15,78,0111011001011111111100111101111111111111111111011001110101111111001011111101011101111010011111111111
+8,23,16,77,0111011001001111111100111110111111111111101110011101110101101111011111111101011101111010011111111111
+8,23,17,76,0111011001001111111100111111111011111111111110011101110101101111001111111101011101111010011111111110
+8,23,18,81,0111011001001111111100111111111111111111111110011101110111111111011111111101011101111011011111111110
+8,24,0,78,0111011001001111111100111101111111111111111110011101110101101111001111111101111101111010011111111111
+8,24,1,76,0111011001001111111100111101111011111111101110011101110111101111011011111101011101111010011111111111
+8,24,2,78,0111011001011111011100111111111101111111111110011001110111111111011111111101011101111010011111111110
+8,24,3,77,0111011001001111111100111101111111111111111110011101110111111111001111111101011101011010011011111111
+8,24,4,79,0111011001011111011100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,24,5,77,0110011001011111111100111111111101111111111110011001110111101111011111110101011101111010011111111111
+8,24,6,79,0111011001001111111100111101111111111111111110011101110111101111011011111101111101111010011111111111
+8,24,7,77,0111011001001111111100111101111110111111111110011101110111101111011011111101111101111010011110111111
+8,24,8,77,0111011001001111111100111101111111111111111110011001110111111111011111111101011101011010011111111110
+8,24,9,78,0101011001001111111100111110111111111111111110011101110111111111001111111101111101111010011111111110
+8,24,10,80,0111011001001111011100111111111111111111111111011001110111111111101111111101011101111010111110111111
+8,24,11,79,0111011001011111111100111101111101111111111110011101110111111111001111111101011101111011011111111110
+8,24,12,75,0111011001001111111100111101111101111111111110011101110111111111001111111101011101011010011011111110
+8,24,13,80,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,24,14,79,0101011001001111111110111111111111111111111110011001110111111111001111111101011101111011011111111110
+8,24,15,78,0111011001001111111100111101111111111111111110011101010111111111011111111100111101111010011111111110
+8,24,16,77,0111011001001111111100111101111111111111111110011101110101101111011011111101011101111010011111111111
+8,24,17,77,0111001001001111111100111101111111111111101110011101110111101111001111111101111101111010011111111111
+8,24,18,81,0111011001011111111100111111111101111111111110011101110111111111001111111101011101111011011111111111
+8,25,0,79,0111011001001111111100111101111111111111111110011111010111111111011111111101011101111010011111111110
+8,25,1,81,0111011001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,25,2,79,0111011001001111111100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,25,3,80,0101011001011111111110111111111111111111111110011001110111111111001111111101011101111011011111111110
+8,25,4,77,0111011001011111011100111111111110111111111111011001110111111111001111111101011101111000111110111110
+8,25,5,80,0111011001001111111100111111101111111111111110011101110111111111101111111101011101111010011111111111
+8,25,6,77,0111011001001111111100111101111111111111111110011101010111101111011011111101111101110010011111111111
+8,25,7,79,0111011001001111111100111101111111111111111110011101110111111111011111111100111101111010011111111110
+8,25,8,77,0111011001011111011100111111111101111111111110001001110111111111011111111101011101111010011111111110
+8,25,9,79,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111000011111111110
+8,25,10,78,0101011001001111111100111110111111111111111110011101110111111111001111111101111101111010011111111110
+8,25,11,80,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,25,12,75,0101011001001111111100111100111111111111111110011101110111111111001011111101111101101010011111111110
+8,25,13,80,0111011001001111111100111111111111111111111110011101110111101111011111111101111101101010011111111111
+8,25,14,79,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111010011011111110
+8,25,15,77,0111011001001111111100111100111111111111111110011101110111111111001111111101011101011010011111111111
+8,25,16,80,0111011001011111111100111111111101111111111110011101110111111111011111111101011101111010011111111110
+8,25,17,77,0111011001011111011100111101111101111111111110011001110111111111001111111101011101111011011111111110
+8,25,18,79,0111011001011111011100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,26,0,80,0111011001011111111100111111111101111111111110011101110111111111011111111101011101111010011111111110
+8,26,1,81,0111011001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,26,2,78,0111011001011111011100111111111111111111110110011101110111111111001111111101011101111010011111111110
+8,26,3,78,0111001001011111111100111111111111111111111110011101110111111111001111111101011101111000011111111110
+8,26,4,79,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111000011111111110
+8,26,5,79,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111000011111111110
+8,26,6,80,0111011001001111111100111101111111111111111110011101110111101111011111111101111101111010011111111111
+8,26,7,79,0111011001001111111100111111111111111111111110011101110111111111011111111100111101101010011111111110
+8,26,8,79,0111011001011111011100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,26,9,79,0111011001011111011100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,26,10,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,26,11,78,0111011001001111111100111111111111111111111110011101110111101111011111111100111101101010011111111110
+8,26,12,79,0111011001001111111100111111101111111111111110011101110111111111101111111101011101111010011111111011
+8,26,13,79,0111011001011111111100111111111111111111111110011101110111111111001110111101011101111010011111111110
+8,26,14,79,0111011001011111011100111111111111111111111110011101110111111111011111111001011101111010011111111110
+8,26,15,78,0111011001010111111100111111111101111111111110011101110111111111001111111101011101111010011111111110
+8,26,16,79,0111011001011111111100111111110101111111111110011101110111111111011111111101011101111010011111111110
+8,26,17,81,0111011001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,26,18,77,0111011001011111011100111111111111111111111111011001110111111111001111111100111101111000011110111110
+8,27,0,79,0111011001011011111100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,27,1,79,0111011001011111111100111111111111111111111110011101110111110111011110111100111101111010011111111110
+8,27,2,79,0111011001011111111100111111111110011111111110011101110111111011011111111101111101111010011111111110
+8,27,3,82,0111011001011111111100111111111111111111111110011101110111111110011111111101011101111010111111111111
+8,27,4,79,0111011001011111111100111111111101111111101110011101110111111111011111111101011101111010011111111110
+8,27,5,79,0111011001011111011100111111111111111111111110011101110111111111011111111001011101111010011111111110
+8,27,6,80,0111011001001111111100111111101111111111111110011101110111111111001111111101111101111010011111111111
+8,27,7,77,0111011001001111111100111101111111111111111110010101110111101111111111111101011001111010011111111011
+8,27,8,81,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111000011111111110
+8,27,9,79,0111011001011111111100111111111111111111111110011101110111001111001111111101011101111010011111111111
+8,27,10,80,0111011001011111111100111111111111111111111110011101110111111111011111111100111101101010011111111110
+8,27,11,80,0111011001001111111101111111111111111111111110011101110111101111011111111100111101111010011111111110
+8,27,12,80,0111011001011111111100111111111111111111111110011101110111111111001111111101011101111010011111111110
+8,27,13,82,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,27,14,79,0111010001001111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,27,15,79,0111011001011111111100111111111111111111111110011101110111101111011111111100111101101010011111111110
+8,27,16,81,0111011001011111111100111111110111111111111110011101110111111111011111111101011101111010011111111111
+8,27,17,81,0111011001011111111100111111111101111111111110011101110111111111011111111101111101111010011111111110
+8,27,18,80,0111011001011111111100111111111110011111111110011101110111111111011111111101111101111010011111111110
+8,28,0,81,0111011001011111111100111111111111111111111110011101110111111111001111111101111101111010011111111110
+8,28,1,79,0111011001011011111100111111111111111111101110011101110111111111011111111101011101111000011111111111
+8,28,2,78,0111011000001111111100111111111111011111111110011101110111111111001111111101111101111010011111111110
+8,28,3,81,0111011001011111111100111111101110111111111110011101110111111111011111111101111101111010011111111111
+8,28,4,79,0111011001011111111100111111111111111111111110011101110111110111011111111001011101101010111111111110
+8,28,5,79,0101011011011111011100111111111111111111111111011101110111101110011111111001011001111010111111111111
+8,28,6,79,0111011001011111111100111111101111111111111110011101110111111111001111111101111101111000011111111110
+8,28,7,82,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,28,8,79,0111010001011111111100111111111111111101111110011101110111111111011111111100111101111010011111111110
+8,28,9,81,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,28,10,79,0111011001011111111100111111111101111111101110011101110111111111011111111101011101111010011111111110
+8,28,11,79,0111011001001111111101111111111111111111111110011101110111101111011111111000111101111010011111111110
+8,28,12,79,0111011001011111111100111111111110011111111110011101110111111111011111111100111101111010011111111110
+8,28,13,81,0111011001011111111100111111111111111111111110011101110111111111011111111101111101101010011111111110
+8,28,14,81,0111011011011111011100111111111111111111111111011101110111111111011111111101011101101010011111111110
+8,28,15,80,0111011001001111111100111111101111111111111110011101110111111111001111111001111101111010111111111111
+8,28,16,80,0111011001011111111100111111111111111111111110011101110111111111011111111001111101111000011111111110
+8,28,17,80,0111011001011111111100111111111111111111111110011101110111111111011101111101011101111010011111111110
+8,28,18,82,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111000011111111110
+8,29,0,77,0111011001011111111100111111111101111100101110011101110111111111011111111101011101111010011111111110
+8,29,1,80,0111010001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,29,2,79,0111011001011111011100111111111111111111111111011101110111111111011111111101011100101010011111111110
+8,29,3,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,29,4,80,0111011001011111111100111111111110111110111110011101110111111111011111111101111101111010011111111110
+8,29,5,79,0111011001001111111100110111111111011111111110011101110111111111011111111100111101111010011111111111
+8,29,6,82,0111011001011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,29,7,79,0111011001011111111100111111111101111111101110011101110111111111001111111101111101111010011111111110
+8,29,8,79,0111011001001111111100111111101111111111111110011101110111111111001111111001111101111000111111111111
+8,29,9,82,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,29,10,79,0111010001011111111100111111111111111111111110011101110111111111011111111100011101111010011111111110
+8,29,11,80,0111011001011111111100111111111111111101111110011101110111111111011101111101111101111010011111111110
+8,29,12,79,0101011011011111011100111111111111111111111111011101110111101110011111111101011001111010011111111111
+8,29,13,81,0111011011011111011100111111111111111111111111011101110111111111011111111001011101101010111111111110
+8,29,14,81,0111010001011111111100111111111111111111111110011101110111111111011111111101111101101011011111111110
+8,29,15,80,0111011001011111111100111111111111111101111110011101110111111111011111111100111101111010011111111110
+8,29,16,81,0111011011011111111100111111111111111101111110011101110111111111011111111101111101111000011111111110
+8,29,17,80,0111010001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,29,18,81,0111011001001110111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,30,0,82,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111000011111111110
+8,30,1,81,0111011011011111111100111111111111111101111110011101110110111111011111111101111101111010011111111110
+8,30,2,81,0111011011011111011100111111111111111111111111011101110111111111011111111001011101101010111111111110
+8,30,3,82,0111011001011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,30,4,81,0111011001001110111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,30,5,81,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,30,6,81,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111000011111111110
+8,30,7,82,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,30,8,79,0111011001001111111100111111111111111101111110011101110111111111011101111101111101111010011111111110
+8,30,9,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,30,10,81,0111010001011111111100111111111111111111111110011101110111111111011111111101111101111011011111111010
+8,30,11,79,0111010001011111111100111111111111111111111110011101110111111111011111111100111101101010011111111110
+8,30,12,81,0111011011011111111100011111111111111111111111011101110111110111011111111101111101101000111111111110
+8,30,13,79,0111011011011111011100111111111111111101111110011101110111111111011111111001011101111010011111111110
+8,30,14,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,30,15,82,0111011011011111111100111111111111111111111110011101110111111110011111111101111101111010011111111110
+8,30,16,82,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111110
+8,30,17,80,0111011001011111111100111111111111111101111110011101110111111111011111111100111101111010011111111110
+8,30,18,80,0111010001011111111100111111111111111111111110011101110111111111011111111100111101111010011111111110
+8,31,0,83,0111011011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,31,1,79,0111011001001111111100111111111111111111110110011101110111111110011111111101111101111010011111111110
+8,31,2,83,0111011011001111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,31,3,82,0111011001111111111100111111111111111111111110011101110111111111011111111101101101111010011111111110
+8,31,4,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,31,5,80,0101011001001111111100111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,31,6,81,0111011011011111111100111111111111111111111110011101110111111111011111110101111101111010011111111100
+8,31,7,82,0111011001011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,31,8,82,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,31,9,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,31,10,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,31,11,82,0111011001011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,31,12,82,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,31,13,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,31,14,81,0111011001001111111100111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,31,15,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,31,16,81,0111011011011111111100101111111111111111111110011101110111111111011111111101101101111010011111111110
+8,31,17,81,0111011001011111111110011111111111111111111110011101110111111111011111111101011101111010011111111110
+8,31,18,81,0111011011011111111100011111111111111111111111011101110111111111011111111101111101111000011111111100
+8,32,0,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,32,1,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,32,2,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,32,3,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,32,4,80,0111011001111111111100111111111111101111111110011101110111111111011111101101101101111010011111111110
+8,32,5,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,32,6,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,32,7,84,0111011011011111111101111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,32,8,82,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,32,9,83,0111011011011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,32,10,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,32,11,83,0111011011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,32,12,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,32,13,83,0111011011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,32,14,82,0111011001011111111110111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,32,15,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,32,16,82,0111011011001111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,32,17,83,0111011011011111111100111111111111111111111110011101110111111111010111111101111101111010011111111111
+8,32,18,82,0111011011011111111100011111111111111111111111011101110111111111011111111101111101111010011111111100
+8,33,0,84,0111011011011111111100111111111111011111111110011101110111111111011111111101111101111110011111111111
+8,33,1,82,0111011001011101111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,33,2,81,0111011011011111111100111111111111111111111110011101110111111110010111111101111101111010011111111110
+8,33,3,83,0110011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,33,4,83,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,33,5,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,33,6,81,0111011011011111101100111111111111111111111110011101110111111111011111111101011101111010011111111110
+8,33,7,84,0111011001011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,33,8,81,0111011011011111111100111111111111011111111110011101110111111111011111111101011101111010011111111110
+8,33,9,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,33,10,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,33,11,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,33,12,83,0111011011011111111100111111111111111111011110011101110111111111011111111101111101111010011111111111
+8,33,13,83,0111111011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111110
+8,33,14,83,0111011011011111111100111111111111111111111110011101110111101111011111111101111101111010011111111111
+8,33,15,82,0111011011011111111110111111111111111011111110011101110111111111010111111101101101111010011111111111
+8,33,16,81,0111011011011111111100111111111101101111111110011101110111111111011111111101111101111010011111111110
+8,33,17,82,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111101
+8,33,18,84,0111011001011111111101111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,0,82,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111000011111111111
+8,34,1,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,2,83,0111011011011111111110111111111111101111111110011101110111111111011111111101111101111010011011111111
+8,34,3,83,0110011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,4,84,0111010011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,5,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,34,6,82,0111011011011111111100111111111111111111111110011101110111101111011111111101101101111010011111111111
+8,34,7,84,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,8,84,0111011011001111111101111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,9,80,0101011001011111111100111111111111111111111110011101100111111111011111111101101101111010011111111111
+8,34,10,82,0111011001011111111100111111111111111111111110011101110111111111011111111101111101111010011111111110
+8,34,11,84,0111111011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,34,12,82,0111011011011111111100111111111111111111111110011101110111101111011111111101111101101010011111111111
+8,34,13,83,0111011011011111111100111111111111111111111110011101110111101111011111111101111101111010011111111111
+8,34,14,84,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,34,15,81,0111011001011111111101111111111111111111111110011101110111111110010111111101111101111010011111111110
+8,34,16,82,0111011001011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,34,17,83,0111011011011111111100111111111111111111111110011101110111111111011111111001111101111110011111111101
+8,34,18,82,0111111011011111111100111111111111011111110110011101110111111111011111111101111101111010011111111110
+8,35,0,83,0111011011011111111100111111111111101111111110011101110111111111011111111101111101111010011111111111
+8,35,1,83,0110011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,35,2,84,0111111011011111111100111111111111011111111110011101110111111111011111111101111101111010011111111111
+8,35,3,81,0111011011011111111100111111111111111111111110011101110111101111010111111101111101101010011111111111
+8,35,4,83,0111011011011111111110111111111011110111111110011101110111111111011111111101111101111010011111111111
+8,35,5,83,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010001111111111
+8,35,6,86,0111011011011111111111111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,35,7,83,0111011011011111111100111110111111111111111110011101110111111111011111111101111101111010011111111111
+8,35,8,81,0111111011011111111100111111111111011111111110011101110111111111011111111101101101111010011111101110
+8,35,9,80,0111111011011111111100111111111111011111111110011101110111011111011111111101111101110010011111101110
+8,35,10,83,0111011011011111111110111111111111111111111110011101110111101111011111111101101101111010011111111111
+8,35,11,83,0111010011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,35,12,84,0111010011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,35,13,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,35,14,83,0111011011011111111100111111111111111111111110011101110111101111011111111101111101111010011111111111
+8,35,15,82,0111011011011111111110111111111111101111110110011101110111111111011111111101111101111010011011111111
+8,35,16,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,35,17,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,35,18,81,0110011011011111111100111111111111111111111110011101110111111111011111111101101101111000011111111111
+8,36,0,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,36,1,83,0111011011011111111110111111111010111111111110011101110111111111011111111101111101111010011111111111
+8,36,2,84,0111010011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,36,3,83,0111011010011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,36,4,84,0111011011011111111100111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,36,5,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,36,6,84,0111111011011111111100111101111111111111111110011101110111111111011111111101111101111010011111111111
+8,36,7,81,0111011011011111111101111111111111011111111110011101110111101111010111111101111101101010011111111111
+8,36,8,85,0111011011011111111111111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,36,9,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,36,10,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,36,11,83,0111011011011111111110111111111111111011111110111101110111101111011111111101111101111010011101111111
+8,36,12,83,0110011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,36,13,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,36,14,83,0110011011011111111110111111111111111111111110011101110111111111011111111101111101111000011111111111
+8,36,15,83,0111011011011111111101111111111111111111111110011101110111011111011111111101101101111010011111111111
+8,36,16,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,36,17,82,0111011011011111111010111111111011110111111110011101110111111111011111111101111101111010011111111111
+8,36,18,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010001111111111
+8,37,0,83,0111011011011111111110111111111111111011111110011101110111011111011111111101111101111010011111111111
+8,37,1,83,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111011
+8,37,2,83,0111011011011111111101111111111111111111111110011101110111011111011111111101101101111010011111111111
+8,37,3,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,37,4,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,37,5,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,37,6,84,0111011011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111111
+8,37,7,84,0111111011011111111100111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,37,8,85,0111011011011111111111111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,37,9,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,37,10,84,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011111111111
+8,37,11,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,37,12,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,37,13,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,37,14,84,0111010011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,37,15,85,0111011011111111111110111111111111111111111110011101110111111111011111111101111101111010011101111111
+8,37,16,82,0111011011001111111110111111111110111111111110011101110111011111011111111101111101111010011111111111
+8,37,17,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,37,18,85,0111111011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,0,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,1,84,0111011011011111111110111111111011111111111110011101111111111111011111111101111101111010011011111111
+8,38,2,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,38,3,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,4,83,0111010011011111111110111111111111111111111110011101110111111111011111111101111001111010011111111111
+8,38,5,83,0111011011011111111100111111111111111111111110011101110111111111011111111101101101111010011111111111
+8,38,6,83,0111111011011111111110111101111111111011111110011101110111011111011111111101111101111010011111111111
+8,38,7,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,38,8,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,38,9,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,10,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,11,83,0111111011011111111100111111111111111111111110011101110111011111011111111101111101111010011011111111
+8,38,12,82,0111010011011111111110111111111111111111111110011101110111111011011111111101111101111010011011111111
+8,38,13,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,14,84,0111111011011111111100111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,38,15,83,0111011011011111111110111101111111111111111010011101110111111111011111111101111101111010011111111111
+8,38,16,82,0111011011011111111100111111111011111111111110011101110111111111011111111101111101111010011011111111
+8,38,17,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,38,18,83,0111011011011111111110111111111111111111111110011101110111011111011111111101111101111010011011111111
+8,39,0,83,0111011011011111111110111111111011111111111110011101110111111111011111111101111001111010011111111111
+8,39,1,84,0111010011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,39,2,85,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,39,3,85,0111111011011111111100111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,39,4,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,39,5,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,39,6,85,0101111011011111111110111111111111111111111110011100110111111111111111111101111101111010011111111111
+8,39,7,83,0111011011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111110
+8,39,8,85,0111111011011111111110111101011111111111111110011101110111111111111111111101111101111010011111111111
+8,39,9,83,0111111011011111111100110111111111111111111110011101110111111111011111111101111101111010011011111111
+8,39,10,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,39,11,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,39,12,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,39,13,83,0111011011011111111110111101111111111111111010011101110111111111011111111101111101111010011111111111
+8,39,14,83,0110011011011111111110111111111011111111111110011101111111111111011111111101111101111010011011111111
+8,39,15,83,0111011011011111111110111111111011111111111110011101111110111111011111111101111101111010011011111111
+8,39,16,82,0111011011011111111100111111111111111111111110011101110101111111011111111101111101111010011011111111
+8,39,17,82,0111111011011111111110111111111011111111111110011101110111011111011111111100111101110010011111111111
+8,39,18,84,0111011011011111111110111111111011111111111110011101111111111111011111111101111101111010011011111111
+8,40,0,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,40,1,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,40,2,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,40,3,83,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011011111111
+8,40,4,85,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011011111111
+8,40,5,84,0111111011011111111110111111011111111111111110011100110111111111011111111101111101111010011111111111
+8,40,6,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,40,7,85,0101111011011111111110111111111111111111111110011100110111111111111111111101111101111010011111111111
+8,40,8,83,0111011011011111111100111101111111111111111110011101110111111111111111111101110101111010011111111111
+8,40,9,87,0111111011011111111111111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,40,10,83,0111011011011111111110111111111011111111111110011101110111111111011101111101111101111010011111111111
+8,40,11,84,0111011011011111111110111111111111111111111010011101110111111111011111111101111101111010011111111111
+8,40,12,84,0111111011011111111100111111011011111111111110011101111111111111111111111101111101111010011011111111
+8,40,13,84,0011011011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,40,14,85,0111110011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,40,15,83,0111011011011111111110110111111111111111111110001101110111111111011111111101111101111010011111111111
+8,40,16,84,0111011011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111110
+8,40,17,82,0111110011011111111110111111011110111111111110011101110111111111011111111101111001111010011111111111
+8,40,18,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,41,0,84,0111111011011111111110111111011111111111111110011101110111111111011111111101111101111010011011111111
+8,41,1,82,0111011011011111111100111110111111111111111110011100110111111111011111111101111101111010011111111111
+8,41,2,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,41,3,85,0111111011011111111111111111101111111111111110011101010111111111011111111101111101111010011111111111
+8,41,4,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,41,5,85,0111011011001111111111111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,41,6,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,41,7,85,0111011011011111111110111101111111111111111110011101110111111111111111111101111111111010011111111110
+8,41,8,84,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111011110
+8,41,9,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,41,10,84,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,41,11,84,0111011011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111110
+8,41,12,84,0111011011011111111110111111111111111111111110011101110111111011011111111101111101111010011111111111
+8,41,13,83,0111011011011111111110111111111111111111111110011101110111111111011111111101111101101010011011111111
+8,41,14,87,0111011011011111111110111111111111111111111110011101111111111111111111111111111101111010011011111111
+8,41,15,84,0111111011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111110
+8,41,16,85,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111011111
+8,41,17,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,41,18,85,0101111011011111111110111111111111111111111110011101111111111111011111111101111101111010011011111111
+8,42,0,84,0111101011011111111110111111111111111111111110011101110111111111011111111101111101111010011011111111
+8,42,1,84,0111011011011111111110111111011111111111111110011101110111111111011111111101111101111010011111111111
+8,42,2,84,0111011011011111111110111111111111111111111110011101111111111111011111111101111101111010011011111011
+8,42,3,85,0111111011011111111110111110111111111111111110011101110111111111011111111111111101111010011011111111
+8,42,4,84,0111011011011111111110111111111011111111111110011101110111111111011111111101111101111010011111111111
+8,42,5,84,0111011011001011111111111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,42,6,83,0111011011011111111110111111111111111111111110011101110111111111011111111101111111111010011111010110
+8,42,7,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,42,8,84,0011011011001111111111111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,42,9,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,42,10,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,42,11,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,42,12,87,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,42,13,84,0111011011011111111110111111111111111111111110011101111011111111111111111101111101111010011011011111
+8,42,14,86,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011011111111
+8,42,15,87,0111111011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,42,16,85,0111011011011111111110111111111111111111111110011101110111111111111111111101111111111010001111111110
+8,42,17,84,0111011011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111111
+8,42,18,84,0111011011011111111110111101111111111111111110011101110111111111111111111111111101111010011011111110
+8,43,0,87,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,43,1,84,0111011011011111111110111111111111111111111110011101110111111111011101111101111101111010011111111111
+8,43,2,87,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,43,3,86,0111111011011111111110111111111111111111111110011101111111111111011111111111011101111010011011111111
+8,43,4,83,0111011011011111111110111111111111111111111110011101110011111111111111111101111101111010011011011111
+8,43,5,87,0111111011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,43,6,84,0111011011011111111110111111111011111111111110011101110111111111011111111111111101111010011011111111
+8,43,7,84,0111011011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111110
+8,43,8,84,0111011011011111111110101111111111111111111110011101110111111111011111111101111101111010011111111111
+8,43,9,86,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011011111111
+8,43,10,83,0111011011011111111110111101111111111111111110011101110111111111011111111100111101111010011111111111
+8,43,11,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,43,12,87,0111111011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,43,13,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,43,14,84,0111011011011111111110111111011111111111111110011101110111111111011111111101111101111010011111111111
+8,43,15,84,0111011011011111111110111111111111111111101110011101110111111111011111111101111101111010011111111111
+8,43,16,87,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,43,17,83,0111001011011111111110111101111111111111111110011101110111111111011111111101111101111010011111111111
+8,43,18,86,0011011011011111111111111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,44,0,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,44,1,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,44,2,86,0111111011011111111110111111111111111111111110011101111111111111011111111111011101111010011011111111
+8,44,3,86,0111011011011111111111111111111111111111111110011101110111111111011111101111111101111010011111111111
+8,44,4,88,0111111011111111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,44,5,84,0111011011011111111110101111111111111111111110011101110111111111011111111101111101111010011111111111
+8,44,6,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,44,7,83,0111011011011111111110111101111111111111111110011101100111111111111111111101111101111010011111111110
+8,44,8,85,0111111011001111111110111111111111111111111110011101111111111111011111111101111101111010011011111111
+8,44,9,85,0111111011011111111110111111111111111111111110001101111111111111011111111111011101111010011011111111
+8,44,10,86,0111111011011111111110111111111111111111111110011101111111111111011111111101111101101010011111111111
+8,44,11,85,0111111011001111111110111111111111111111111110011101111111111111011111111101111101111010011011111111
+8,44,12,87,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,44,13,83,0111011011011111111110111111111111111111101110011101110111111111011111111101111101111010011011111111
+8,44,14,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,44,15,86,0111111011011111111110111111111111111111111110011101111111111111011111111101011101111010011111111111
+8,44,16,85,0111111011011111111110111111111011111111111110011101110111111111011111111111111101011010011111111111
+8,44,17,86,0011011011011111111111111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,44,18,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,45,0,86,0111111011011111111110111111111111111111111110011101010111111111111111111101111101111010011111111111
+8,45,1,86,0111111011011111111010111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,45,2,85,0111111011011111011110111111111111111111111110011101111111111111011111111111011101111010011011111111
+8,45,3,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011011111111
+8,45,4,86,0111111001111111111110111111111111111111111110011101111111111111011111111101111101111010011011111111
+8,45,5,86,0111111011011111111110111111111111111111111110001101111111111111011111111111011101111010011111111111
+8,45,6,90,0111111011111111111110111111111111111111111110011101111111111111111111111101111111111010011111111111
+8,45,7,84,0111111011011111111110111111111111111011111110011101110111111111011111111101011101111010011111111111
+8,45,8,86,0111111011111111101110111111111111111111111110011101111111111111011111111101111101101010011111111111
+8,45,9,87,0111111011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,45,10,87,0111111011011111111111111111111111111111111110011101110111111111111111101101111101111010011111111111
+8,45,11,86,0111011011011111111110111111111111111111111110011101110111111111011111111111111101111010011111111111
+8,45,12,85,0111011011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,45,13,85,0111111011011111111110111111111111111111101110011101110111111111111111111101111101111010011011111111
+8,45,14,86,0111011011111111111110111111111111111111111110011101111111111111011111111101111101111010010111111111
+8,45,15,85,0111111011011111111110101111111111111111111110011101110111111111011111111101111101111010011111111111
+8,45,16,86,0111111011011111111110111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,45,17,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,45,18,88,0111111011011111111111111111111111111111111110011101111111111111011111111111011101111010011111111111
+8,46,0,86,0111011011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111111
+8,46,1,86,0111111011011111111110111111111111111111111110011101110111111111011111111101111101111010011111111111
+8,46,2,87,0111111011011111111111111111111111111111111110011101110111111111011111111111011101111010011111111111
+8,46,3,87,0111111011011111111110110111111111111111111110011101111111111111111111111101111101111010011111111111
+8,46,4,85,0111111011011111111110111111111111111111111110011101110111111111011111111101011101111010011111111111
+8,46,5,84,0111111011011111111110111111011111111011111110001101111111111111011111111111011101111010011111111111
+8,46,6,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,7,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,8,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,9,87,0111111011011111111111111101111111111111111110011101111111111111011111111111011101111010011111111111
+8,46,10,86,0111111011001111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,11,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,12,83,0111111001011111011110111111111111111111111110011101111111111111011111111101011101111010011011111111
+8,46,13,89,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,46,14,87,0111111011111111101110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,46,15,87,0111111011011111111110111111111111111111111110011101111111111111011111111111111101101010011111111111
+8,46,16,85,0111011011111111101110111111111111111111111110011101111111111111011111111101111101111010010111111111
+8,46,17,86,0111111011111110111110111111111111111111111110011101111111111111011111111101111101101010011111111111
+8,46,18,87,0111111011011111111110111101111111111111111110011101111111111111111111111101111101111010011111111111
+8,47,0,85,0111111011011111110110101101111111111111111110011101111111111111111111111101111101111010011111111111
+8,47,1,87,0111111011011111111110110111111111111111111110011101111111111111111111111101111101111010011111111111
+8,47,2,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,47,3,86,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111101111
+8,47,4,88,0111111011111111101110111111111111111111111110011101110111111111011111111111111101111011011111111111
+8,47,5,86,0111111011011111111111111101111111111111111110011101111111111111111111111101011101101010011111111111
+8,47,6,86,0111111011011111111111111111111111111111111110011101110111111111011111111101011101111010011111111111
+8,47,7,88,0111111011011111111110111111111111111111111110011101110111111111111111111111111101111010011111111111
+8,47,8,86,0111111011011111111111111101111111111111111110011101111111111111011111111101011101111010011111111111
+8,47,9,87,0111111011011111111110111111111111111111111110011101110111111111111111111111111101111000011111111111
+8,47,10,85,0111111011011111101110111101111111111111111100011101110111111111111111111101111101111110011111111111
+8,47,11,87,0111111011111111111111101011111111111111111110011101111111111111011111111111011101111010011111111111
+8,47,12,87,0111111011111111111110111111110111111111111110011101111111111111011111111101111101111010011111111111
+8,47,13,89,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,47,14,86,0111111011011111111110110111111111111111111110011101111111111111111111111101111101111010011111011111
+8,47,15,86,0111111011011111111111111101111111111111111110011101111111111111011111111111011101111010011111111101
+8,47,16,85,0111011011011111111110111111111111111111111110011101111111111111011111111101111101111010011111111101
+8,47,17,87,0111111011011111111110110111111111111111111110011101111111111111111111111101111101111010011111111111
+8,47,18,84,0111111011011111111110111111111111111111111110011101110111111110011111111101111101101010011111111111
+8,48,0,89,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111011011111111111
+8,48,1,88,0111111011111111101110111111111111111111111110011101110111111111111111111111111101111010011111111111
+8,48,2,88,0111111011011111111110111111111111111111111110011101110111111111011111111111111101111011011111111111
+8,48,3,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,48,4,85,0111111011011111111110110111111111111101111110011101111111111111011111111101111101111010011111111111
+8,48,5,88,0111111011111111111110111111110111111111111110011101111111111111111111111101111101111010011111111111
+8,48,6,86,0111111011011111111110111111111111111111111110011101111111111111011111111111011101111000011111111111
+8,48,7,87,0111111011011111111111111101111111111111111110011101110111111111111111111101111101111010011111111111
+8,48,8,89,0111111011111111101111111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,48,9,85,0111111011011111111110111101111111111111111110011101110111111111011111111111011101111011011111111101
+8,48,10,85,0111111011111111111110101011111111111111111110011101111111111111011111111101011101111010011111111111
+8,48,11,89,0111111011111111111111111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,48,12,86,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111101111
+8,48,13,87,0111111011011111111110111111111111111111111110011101110111111111111111111101111101111010011111111111
+8,48,14,85,0111111011011111111111111101111111111111111110011101110111111111011111111101011101111010011111111111
+8,48,15,89,0111111011011111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,48,16,84,0111111011011111111100110111111111111111111110011101110111111111111111111101111101111000011111111111
+8,48,17,88,0111111011011111111110111111111111111111111110011101111111011111111111111111111101111010011111111111
+8,48,18,87,0111111011011111111010111111111111111111111110011101111111111111111111111101111101111010011111111111
+8,49,0,87,0111111011111111111111101111110111111111111110011101111111111111011111111101111101111010011111111111
+8,49,1,87,0111111011111111111110111011111111111111111110011101111111111111011111111111011101111010011111111111
+8,49,2,88,0111111011011111111110111111111111111111111111011101110111111111111111111101111101111010011111111111
+8,49,3,87,0111111011011111111110111111111111111111111110011101111111011111111111111111111101111010011111101111
+8,49,4,88,0111111011111111111111111111110111111111111110011101111111111111011111111111111101111010011111011111
+8,49,5,87,0111111011111111111111111111110101111111111110011101111111111111011111111111101101111010011111111111
+8,49,6,89,0111111011111111111110111111110111111111111110011101111111111111111111111111111101111010011111111111
+8,49,7,90,0111111011111111111111111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,49,8,85,0111101011011111111110111111111111111111111110011101110111111111111111111101111101111010011111101111
+8,49,9,86,0111111011011111111010111111111111111111111110011100111111111111111111111101111101111010011111111111
+8,49,10,88,0111111011111111111111111111110111111111111110011101110111111111011111111111111101111010011111111111
+8,49,11,88,0111111011111111101110111111110111111111111110011101111111111111111111111111111101111010011111111111
+8,49,12,85,0111111011011111111110111101111111111111111110011101110111111111011111111111011101111011011111111101
+8,49,13,87,0110111011111111111011111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,49,14,87,0111111011011111111010111111111111111111111110011101111111111111111111111101111101111010011111111111
+8,49,15,89,0111111011011111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,49,16,89,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111011011111111111
+8,49,17,89,0111111011111111111110111111111111111111111110011101111111111101111111111111111101111010011111111111
+8,49,18,89,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,50,0,89,0111111011111111111111111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,50,1,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111110011111111111
+8,50,2,88,0110111011111111111110111111111111111111111110011101111111111101111111111111111101111010011111111111
+8,50,3,89,0111111011011111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,50,4,89,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,50,5,90,0111111011111111111111111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,50,6,88,0111111011111111111110111111111111111111111110011101111111111111011111111111111101110010011111111111
+8,50,7,89,0111111011111111111111111111111111111111110110011101111111111111011111111111111101111010011111111111
+8,50,8,86,0111111011011111100110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,50,9,90,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111011011111111111
+8,50,10,89,0111111011111111111111111111111111111111111110011101111111111001111111111111111101111010011111111111
+8,50,11,86,0111111011111111111110111111110101111111111110011101111111111111011111111111101101111010011111111111
+8,50,12,88,0111111011111111111110111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,50,13,88,0111111011111111111111111111110101111111111110011101111111111111111111111111101101111010011111111111
+8,50,14,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,50,15,87,0111111011011111111110111111111111111111111110011101111111111101011111111111111101111010011111111111
+8,50,16,89,0111111011111111111111111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,50,17,86,0111111011111111111111101111110111111111111110011101111111111111011111111101111101111010011111011111
+8,50,18,87,0111111011011111111110111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,51,0,87,0111111011011111111110111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,51,1,87,0111111011111111111110111111111111011111111110011101111111111111011111111111111101110010011111111111
+8,51,2,90,0101111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,51,3,90,0111111011111111111110111111111111111110111110011101111111111111111111111111111101111011011111111111
+8,51,4,87,0111111011011111111110111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,51,5,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,51,6,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,51,7,90,0111111011111111111100111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,51,8,87,0111111011011111101110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,51,9,88,0111111011111111110111111111111111111011111110011101111111111111011111111111111101111010011111111111
+8,51,10,89,0111111011111111111110111111111111111111111110011101111111111111101111111111111101111010011111111111
+8,51,11,88,0111111011011111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,51,12,87,0111111011111111111110111111111111111111111110011101111111111101011111111111111101110010011111111111
+8,51,13,89,0110111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,51,14,89,0111111011011111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,51,15,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,51,16,88,0111111011011111111110111111111111111111111110011101111111110111111111111111111101111010011111111111
+8,51,17,86,0111111011011111111110111111111111111111111110011101111111111101011111111111111101111010011111101111
+8,51,18,90,0111111011111111111111111111111111111111110110011101111111111111111111111111111101111010011111111111
+8,52,0,90,0111111011111111111110111111111111111110111110011101111111111111111111111111111101111011011111111111
+8,52,1,87,0111111011011111111110111111110111111111111110011101111111111111011111111111111101111010011111111111
+8,52,2,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,52,3,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,52,4,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,52,5,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,52,6,87,0111111011011111111110111111111111111111110110011101111111111111011111111111111101111010011111111111
+8,52,7,91,0111111011111111111111111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,52,8,88,0111111011111111101110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,52,9,88,0101111011011111111110111101111111111111111110011101111111111111111111111111111101111011011111111111
+8,52,10,89,0111111011111111111100111111111111111111111110011101111111110111111111111111111101111011011111111111
+8,52,11,86,0111111011011111111110111111111111111111111110011101111110011111111111111111110101111010011111111111
+8,52,12,89,0101111011111111111110111111111111111111111110011101111111111111101111111111111101111011011111111111
+8,52,13,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,52,14,90,0111111011111111111111111111111111111111110110011101111111111111111111111111111101111010011111111111
+8,52,15,87,0111111011111111111110111111111111011111111110011101111111111111011111111111111101110010011111111111
+8,52,16,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,52,17,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,52,18,89,0111111011011111111100111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,53,0,88,0111111011111111101110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,53,1,88,0111111011111111101110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,53,2,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,53,3,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,53,4,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,53,5,91,1111111011111111111111111111111111111111110110011101111111111111111111111111111101111010011111111111
+8,53,6,91,0111111011111111111111111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,53,7,91,0111111011111111111111111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,53,8,89,0111111011111111111110111111111111111111111110011101111111111111111111111111101001111011011111111111
+8,53,9,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,53,10,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,53,11,89,0111111011111111111110111111111111111111111110001101101111111111111111111111111101111011011111111111
+8,53,12,90,0111111011111111111110111111111111111111111110011101111111111111111110111111111101111011011111111111
+8,53,13,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,53,14,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,53,15,88,0111111011111011111110111111111111111111111110001101111111111111111111111110111101111011011111111111
+8,53,16,91,0111111011111111111110111111111111111111110110111101111111111111111111111111111101111011011111111111
+8,53,17,88,0111111011111111111101111111111111111111111110010101111111111111111111111111111101111010011110111111
+8,53,18,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,54,0,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,54,1,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,54,2,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,54,3,90,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111011
+8,54,4,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,54,5,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,54,6,89,0111111011111111111110111111111111111111111110011101111111111111011111111111111101111010011111111111
+8,54,7,90,1111111011111111101111111111111111111111110110011101111111111111111111111111111101111010011111111111
+8,54,8,89,0111111011111111111110111111111111111111111110001101101111111111111111111111111101111011011111111111
+8,54,9,91,0111111011111111111110111111111111111111110110111101111111111111111111111111111101111011011111111111
+8,54,10,92,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111111011111111111
+8,54,11,88,0111111011111111111110111111111111111111111110001101101111111111111111111111111001111011011111111111
+8,54,12,91,0111111011111111111111111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,54,13,89,0111111011111111111110111111111111111101111110011101111111111111111111111111111001111011011111111111
+8,54,14,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,54,15,91,0111111011111111111110111111111111111111110110111101111111111111111111111111111101111011011111111111
+8,54,16,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,54,17,89,0111111011111111111110111111111111111111111110011101111111111111111011111111111001111011011111111111
+8,54,18,88,0111111011111111111011111111111111111111111110001101111111111111111111111111110101111010011111111111
+8,55,0,89,0111111011111111111110111111111111111111110110011101111111111101111111111111111101111011011111111111
+8,55,1,91,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111111111
+8,55,2,90,0111111011111111111110111111111111111111111100011101111111111111011111111111111101111111011111111111
+8,55,3,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,55,4,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,55,5,89,0111111011111111111100111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,55,6,88,0111111011111111111110111111111111111111111110001101111111111111111111111111111001111010011111111111
+8,55,7,90,0111111011111111111110111111111111111111111110011101101111111111111111111111111101111011011111111111
+8,55,8,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,55,9,90,0111110011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,55,10,90,0111111011111111111110111111111111111111011110011101111111111111111111111111111101111011011111111111
+8,55,11,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,55,12,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,55,13,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,55,14,87,0111111011111111111110111111111111111111111100001101101111111111111111111111111001111011011111111111
+8,55,15,89,0111111011111111111110111111111111111101111110011101111111111111111111111111111101111011011111111110
+8,55,16,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,55,17,92,0111111011111111111111111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,55,18,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111001111011011111111111
+8,56,0,91,0111111011111111111100111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,56,1,91,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111111111
+8,56,2,91,0111111011111111111110111111111111111111110110011101111111111111111111111111111101111111011111111111
+8,56,3,89,0111111011111111111110111111111111111111111100011101111111111111011111111111111101111011011111111111
+8,56,4,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,56,5,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,6,90,0111111011111111111110111111111111111111111110011101111111111111111111111101111101111011011111111111
+8,56,7,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,56,8,90,0111111010111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,9,90,0111111011111111111100111111111111111111111110111101111111111111111111111111111001111011011111111111
+8,56,10,90,0111111011111111111110111111111111111111111110111101101111111111111111111111111100111011011111111111
+8,56,11,90,0111111011111111111100111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,12,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,13,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,14,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,56,15,89,0111111011111111111110111111111111111111111110011101101111111111111111111111111101111010011111111111
+8,56,16,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,56,17,90,0111111011111111111110111111111111111111111110011101101111111111111111111111111101111011011111111111
+8,56,18,89,0111111011111111111100111111111111111111111110011101111111111101111111111111111101111011011111111111
+8,57,0,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,57,1,88,0111111011111111111110110111111111111111111110011101101111111111111111111111111101111010011111111111
+8,57,2,90,0111111011111111111110111111111111111111111110111101101111111111111111111111111101111010011111111111
+8,57,3,88,0111111011111111111010111111111111111111111110011101101111111111111111111111111100111011011111111111
+8,57,4,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,57,5,90,0111111011111111111110111111111111111111111110001101111111111111111111111111111101111011011111111111
+8,57,6,91,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,57,7,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,57,8,91,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111111111
+8,57,9,90,0111111011111111111110111111111111111111111100101101111111111111111111111111111101111011011111111111
+8,57,10,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,57,11,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,57,12,90,0111111011111111110110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,57,13,91,1111111011111111111110111111111111111111111110011101111111111111111111111101111101111011011111111111
+8,57,14,91,0111111011111111111110111011111111111111111110111101111111111111111111111111111101111011011111111111
+8,57,15,90,0111111011111111111110111111111111111111110110011101111111111111111111111111111101111011011111111111
+8,57,16,89,0111111011111111111110111111111111111111111110001101101111111111111111111111111101111011011111111111
+8,57,17,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,57,18,89,0111111011111111111110111111111111111111111110011101111111111111111011111111111101111010011111111111
+8,58,0,91,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111111111
+8,58,1,90,0111111011111111111110111111111111111111111110011101111111111111111111111111011101111011011111111111
+8,58,2,90,0111111011111111111110111111111111101111111110011101111111111111111111111111111101111011011111111111
+8,58,3,90,0111111011111111111110111111111111111111111110011101111111111111111111111111111101111010011111111111
+8,58,4,90,0111111011111111111110111111111111111111111110111100111111111111111111111111111101111010011111111111
+8,58,5,90,0111111011111111111110111111111111111111111110111101101111111111101111111111111101111011011111111111
+8,58,6,90,0111111011111111110110111111111111111111111110111101111111111111111101111111111101111011011111111111
+8,58,7,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,58,8,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,58,9,90,0111111011111111111100111111111111111111111110011101111111111111111111111111111101111011011111111111
+8,58,10,90,0111111011111111111110111111111111111111111110011101111111111111111111111011111101111011011111111111
+8,58,11,90,0111111011111111111110111111111011111111111110111101111111111111111111111111111101111010011111111111
+8,58,12,90,0111111011111111110110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,58,13,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,58,14,90,0111111011111111111110111111111111111111110110011101111111111111111111111111111101111011011111111111
+8,58,15,91,0111011011111111111110111111111111111111111110111101111111111111111111101111111101111111011111111111
+8,58,16,91,0111111011111111110110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,58,17,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,58,18,89,0111111011111111110110111111111111111110111110111101111111111111011111111111111101111011011111111111
+8,59,0,92,1111011011111111111110111111111111111111111110111101111111111111111111111111111101111111011011111111
+8,59,1,91,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,59,2,90,0111011011111111111110111111111111111111111110101101111111111111111111111111111101111011011111111111
+8,59,3,92,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111111011111111111
+8,59,4,88,0111111011111111111110111111111011111111111110111101111111111111111111111111111101110010011011111111
+8,59,5,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,59,6,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,59,7,89,0111011011111111111110111111111011111111111110111101111111111111111111101111111101111110011111111111
+8,59,8,90,0111111011111111111110111111111111111111111110011101111111111111111111111111011101111011011111111111
+8,59,9,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,59,10,90,0111111011111101111110111111111111111111111110111101111111111111111111111111111101111010011111111111
+8,59,11,89,0111111011111111111110111111111011111111111110111100111111111111111111111111111101111010011111111111
+8,59,12,89,0111111011111111111110111111111111111111111110111100111111110111111111111111111101111010011111111111
+8,59,13,87,0111111011111111111110110111111111111101111110011001111111111111111111111111111101111010011111111111
+8,59,14,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,59,15,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,59,16,89,0111111011101111111110111111111111111111111110111101111111111111111111111111111101111010011011111111
+8,59,17,92,1111111011111111111110111111111111111111111110111100111111111111111111111111111101111011011111111111
+8,59,18,90,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111011111
+8,60,0,92,1111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,60,1,91,0111111011110111111111111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,60,2,91,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,60,3,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,60,4,91,1111111011111111111110111111111111111111111110111100111111111111111111111111111101111010011111111111
+8,60,5,91,0111111011111111111110111111111111111111111110111101111111110111111111111111111101111011011111111111
+8,60,6,92,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111111011111111111
+8,60,7,90,0111111011111111111110111111111111111111111110011101111111111111111111111111011101111011011111111111
+8,60,8,90,0011111011111111111110111111111111111111111110111101111111111111111111111111111101111010011111111111
+8,60,9,90,0111111011111101111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,60,10,93,0111111011111111111110111111111111111111111111111101111111111111111111101111111101111111011111111111
+8,60,11,91,1111111011111111111110111111111111111111111110111100111111111111111111111111111100111011011111111111
+8,60,12,90,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111011111
+8,60,13,88,0111111011100111111110111111111111111111111110111101111111111111111111111111111101111010011011111111
+8,60,14,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,60,15,92,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,60,16,91,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,60,17,91,1111111011111111111110111111111111111111111110110101111111111111111111111111101101111011011111111111
+8,60,18,90,0111111011111111111110111111111111111111111110101101111111111111111111111111111101111011011111011111
+8,61,0,89,1111111011111111111110111111111111111111111110111100111111111111111111111101111100111011011111110111
+8,61,1,92,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011011111111
+8,61,2,93,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,61,3,91,0111111011111111111110111111111111111111111111110101111111111111111111101111111101111011011111111111
+8,61,4,90,0111111011111111111110111111111111111111111110111101111111110111111111101111111101111011011111111111
+8,61,5,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,61,6,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,61,7,90,0111111011111111111110111111111111111111111110111101111111111101111111101111111101111011011111111111
+8,61,8,94,1111111011111111111110111111111111111111111111111101111111111101111111111111111101111111011111111111
+8,61,9,91,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,61,10,91,0111111011111111111110111111111111111111111111111101111111111111111111101111111101111011011111110111
+8,61,11,91,1111111011111111111110111111111111111110111100111101111111111101111111111111111101111111011111111111
+8,61,12,90,1111111011111111111110111111111111111111111100110101111111111111111111101111111101111011011111111111
+8,61,13,91,0111111011111111111110111111111111111111111110111101111111111111111111111111101101111011011111111111
+8,61,14,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,61,15,91,0111111011111111111110111111111111111111111110111101111111110111111111111111111101111011011111111111
+8,61,16,89,0111111011111111111110111111111111111111111110011101111111111111111111011111111101111011011011111111
+8,61,17,91,0111111011111111111100111111111111111111111110111111111111111111111111101111111101111011011111111111
+8,61,18,92,1111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,62,0,90,0111111011111111111110111111111111111111111110111101111111110111111111101111111101111011011111111111
+8,62,1,90,0111111011111111111110111111110111111111111110111101111111111111111111101111111101111011011111111111
+8,62,2,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,62,3,90,0111111011111111111110111111111111111111011110111101111111110111111111111111111101111011011111111111
+8,62,4,91,0111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,62,5,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,62,6,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,62,7,90,1111111011111111111110111111111111111110111100111101111111111101111111111111111101111011011111111111
+8,62,8,93,1111111011111111111110111111111111111110111110111101111111111111111111111111111101111111011111111111
+8,62,9,91,0111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,62,10,90,0111111011111111111110111111111111111111111110111101111111110111111111101111111101111011011111111111
+8,62,11,90,0111111011111111111110101111111111111111111110111101111111111111111111101111111101111011011111111111
+8,62,12,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,62,13,92,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111111011111111111
+8,62,14,88,0101111011111111111100111111111011111111111110111101111111111111111111101111111101111011011111111111
+8,62,15,93,1111111011111111111110111111011111111111111110111111111111111111111111111111111101111011011111111111
+8,62,16,93,1111111011111111111110111111111111111111111111111101111111111111111111101111111101111011011111111111
+8,62,17,91,0111111011111111111110111111111111111111111110111101111111111101111111101111111101111111011111111111
+8,62,18,89,1111111011111111111110111111111111111111111110110101111111111111111011101111011101111011011111111111
+8,63,0,92,1111111011111111111110111111111111111111111110111111111111111111111111101111011101111011011111111111
+8,63,1,90,1111111011111111111110111111011111111111111110110101111111111111111011111111111101111011011111111111
+8,63,2,93,1111111011111111111110111111011111111111111110111101111111111111111111111111111101111111011111111111
+8,63,3,92,1111111011111111111110111111111111111110111110111110111111111111111111111111111101111011011111111111
+8,63,4,93,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,63,5,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,63,6,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,63,7,91,0111111011111111111110111111111111111111111110111101111111111101111111101111111101111111011111111111
+8,63,8,91,0111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,63,9,91,0111111011111111111110111111111111111111111110111101111111111101111111111111111101111011011111111111
+8,63,10,90,0111111011111111111110111111111111111111111010111101111111111101111111111111111101111011011111111111
+8,63,11,91,0111111011111111111110111111111111111111111110111101110111111111111111111111111101111011011111111111
+8,63,12,90,0111111011111111111110111111111111111111011110111101111111110111111111111111111101111011011111111111
+8,63,13,91,1111111011111111111110111111111111101111111100111101111111111111111111111111111101111011011111111111
+8,63,14,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,63,15,91,0111111011111111111110111111111111111111111111111101111111111111111111101111111101111011011110111111
+8,63,16,92,1111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,63,17,89,0111111011111111101110101111111111111111111100111101111111111111111111111111111101111011011111111111
+8,63,18,92,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111111011111111111
+8,64,0,92,1111111011111111111110111111111111111111111110111111111111111101111111111111011101111011011111111111
+8,64,1,91,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,64,2,91,1111111011111111111110111111111111111111111010111101111111111101111111111111111101111011011111111111
+8,64,3,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,64,4,93,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,64,5,90,0011111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,64,6,93,1111111011111111111110111111111111111111111111111101111111111111111111111111111101111011011111011111
+8,64,7,92,1111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,64,8,92,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011110111111
+8,64,9,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111111111011011111111111
+8,64,10,90,1111111011011111111110111111111111111110111110111100111111111111111111111111111101111011011111111111
+8,64,11,92,0111111011111111111110111111111111111111111111111111111111111111111111101111111101111011011110111111
+8,64,12,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,64,13,92,1111111011111111111110111111111111111111111110111101111111111011111111111111111101111011011111111111
+8,64,14,93,0111111011111111111110111111111111111111111111111101111111111111111111101111111101111111011111111111
+8,64,15,91,1111111011111111111110111111011111111111111110111101111111111111111111111111111101111011011110111111
+8,64,16,91,1111111011111111111110111111111111111111111110111101111111111111111111101111011101111011011111111111
+8,64,17,93,0111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,64,18,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,65,0,91,0111111011111111111110111111111111011111111111111101111111111111111111111101111101111011011111111111
+8,65,1,90,1111111011111111111110111111011111111111111110111101111011111111111111101111111101111111011110111111
+8,65,2,93,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,65,3,91,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111001011110111111
+8,65,4,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011110111111
+8,65,5,91,0111111001111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,65,6,92,1111111011111111111110111111111111111111111110111101111111111011111111111111111101111011011111111111
+8,65,7,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,65,8,91,1111111011011111111110111111111111111111111110111100111111111111111111111111111101111011011111111111
+8,65,9,91,1111111011111111111110111111111111111110111110101101111111111111111111111111111101111011011111111111
+8,65,10,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,65,11,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,65,12,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,65,13,91,1111111011111111111110111111111111111111111110111101111111111101111111111111011101111011011111111111
+8,65,14,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,65,15,91,0111111011111111111110111111111111111111111110111101111111111111111111101111111101111011011111111111
+8,65,16,93,0111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,65,17,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,65,18,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,0,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,66,1,92,1111111011111111111110111111111111111111111110111101011111111111111111111111111101111011011111111111
+8,66,2,92,0111111011111111111110111111111111111111111110111111111111111011111111111111111101111011011111111111
+8,66,3,92,1111111011111111111110111111111111111111111110111101111111111011111111111111111101111011011111111111
+8,66,4,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,66,5,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,6,91,0111111011111111111110111111111111111111111110111101111110111111111111111111111101111011011111111111
+8,66,7,94,0111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,66,8,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,66,9,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,10,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,11,91,0111111001111111111110111111111111111111111110111111111111111111111111111111011101111011011111111111
+8,66,12,92,1111111011111111111110111111111111111111111110111001111111111111111111111111111101111011011111111111
+8,66,13,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,14,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,66,15,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011110111111
+8,66,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,66,17,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,66,18,91,1111111011111111111110111111111110111111111110101101111111111111111111111111111101111011011111111111
+8,67,0,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,1,92,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,2,91,1111111011111111111110111111111111111111111110111101111111111111111111010111111101111111011110111111
+8,67,3,93,0111111011111111111110111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,67,4,93,1111111011111111111110111111111111111111111110111111111111111011111111111111111101111011011111111111
+8,67,5,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,6,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,7,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,67,8,93,0111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,67,9,91,1111111011111111111110111111111111111111111110111101111111111011111111111111111101111011011110111111
+8,67,10,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,11,93,1111111011111111111110111111111111111111111110111011111111111111111111111111111101111011011111111111
+8,67,12,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,67,13,94,1111111011111111111110111111111111111111111110111111111111111101111111111111111101111111011111111111
+8,67,14,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,67,15,93,1011111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,67,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,67,17,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,67,18,92,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011111111111
+8,68,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,68,1,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,68,2,91,1111111011111111111110111111111111111111111110111101111111111111111111010111111101111111011110111111
+8,68,3,94,0111111011111111111111111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,68,4,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,68,5,93,1011111011111111111110111111111111111111111110111111111111101111111111111111111101111111011111111111
+8,68,6,92,1110111011111111111110111111111111111111111110111111111111111111111101111111111101111011011111111111
+8,68,7,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,68,8,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,68,9,91,1111111011111111111110111111111111111111111110111101111111111111111111111011111101111011011110111111
+8,68,10,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,68,11,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,68,12,92,1111111011111111111110111111111111111111111110111111111111111101111111111111111101011011011111111111
+8,68,13,94,1111111011110111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,68,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,68,15,93,1111111011111111110110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,68,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,68,17,92,1111111011111111111110111111011111111111111110111111111111111111111111111111111100111011011111111111
+8,68,18,92,0111111011111111111110111111111111111111111110111111111111111111111111111111110101111011011111111111
+8,69,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,69,1,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,69,2,93,1111111011111111111110111111011111111111111110111111111111111111111111111111111100111111011111111111
+8,69,3,93,1111111011110111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,69,4,95,1111111011111111111111111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,69,5,93,0111111011111111111110111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,69,6,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,69,7,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,69,8,94,1110111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,69,9,93,1111111011111111111110111111111111111111111110111111111111111111111101111111111101111011011111111111
+8,69,10,94,0111111011111111111111111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,69,11,91,1111111011111111111110111111011111111111111110111110111111111111111111111111111100111011011111111111
+8,69,12,92,1111111011111111111110111111011111101111111110111111111111111111111111111111111100111111011111111111
+8,69,13,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,69,14,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,69,15,91,0110111011111111111110111111111111111111111110111111111111111111111101111111111101111011011111111111
+8,69,16,93,1011111011111111111110111111111111111111111110111111111111101111111111111111111101111111011111111111
+8,69,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,69,18,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,70,0,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111100111111011111111111
+8,70,1,96,1111111111111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,70,2,94,1110111011111111111111111111111111111111111110111111111111111111111111011111111101111111011111111111
+8,70,3,94,1111111011111111111110111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,70,4,93,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011011111111111
+8,70,5,94,1111111011111111111110111111111101111111111110111111111111111111111111111111111101111111011111111111
+8,70,6,93,1111111011111111111010111111111111111111111110111111111111111111111111111111111101111011011111111111
+8,70,7,95,1111111011111111111111111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,70,8,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,70,9,91,1111111011111111111110111111011111111111111110111110111111111111111111111111111100111011011111111111
+8,70,10,93,1111111011111111111111111111111111111111111110111101111111111111111111111111111101110011011111111111
+8,70,11,94,1111111011111111111110111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,70,12,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111011111111111111
+8,70,13,92,1111111001111111111110111111111111111111111110111111111111111111111111111111111101111001011111111111
+8,70,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,70,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,70,16,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111101111111011111111111
+8,70,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,70,18,94,0111111011111111111111111111111111111111111110111111111111111111111111111111111101111111011110111111
+8,71,0,94,0111111111111111111110111111011111111111111110111111111111111111111111111111111101111111011111111111
+8,71,1,95,1111111011111111111111111111111111111111111110111111111111111111111111111111111101111111011110111111
+8,71,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,71,3,94,1111111011110111111111111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,71,4,94,0111111011111111111111111111111111111111111110111111111111111111111111111111111101111111011110111111
+8,71,5,94,1111111011111111111110111111111101111111111110111111111111111111111111111111111101111111011111111111
+8,71,6,94,1111111011111111111110111111111111111111111110111101111111111111111111111111111101111111011111111111
+8,71,7,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111100111111011111111111
+8,71,8,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111101111111011111111111
+8,71,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,71,10,94,1111111011111111111110111111111101111111111110111111111111111111111111111111111101111111011111111111
+8,71,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,71,12,93,1111111011111111111110111111111111111111111110111111111111111111111111111111111100111111011011111111
+8,71,13,94,1111111111111111111010111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,71,14,94,1111111011111111111110111110111111111111111110111111111111111111111111111111111101111111011111111111
+8,71,15,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111100111111011111111111
+8,71,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111011101111111011111111111
+8,71,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,71,18,95,1111111011111111111111111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,72,0,95,1111111011111111111110111111111101111111111110111111111111111111111111111111111111111111011111111111
+8,72,1,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,72,2,92,1111111011011111111110111111111111110111111110111111111111111111111111111111111101111111011101111111
+8,72,3,93,1111111011111111111110111110111111111111111110111101111111111111111111111111111101111111011111111111
+8,72,4,95,1111111011111111111110111111111111111111111110111111111111111111111101111111111111111111011111111111
+8,72,5,93,1111111011111111101110111111111111111111111110111111111111111111111111111111011101111111011111111111
+8,72,6,93,1111111011110111111110111111111101111111111110111111111111111111111111111111111101111111011111111111
+8,72,7,95,1111111011111111111111111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,72,8,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111101111111011111111111
+8,72,9,94,1111111011111111111110111111111101111111111110111111111111111111111111111111111101111111011111111111
+8,72,10,94,1111111011111111111110111111111111111111111110110111111111111111111111111111111101111111011111111111
+8,72,11,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011111101111
+8,72,12,91,1110111011111111111111111111111111111011111110111101111111111111110111111101111101111111011111111111
+8,72,13,93,0111111011111111111010111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,72,14,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,72,15,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,72,16,94,1111111011111101111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,72,17,93,0111111111111111111110111111011111111111111110111111111111111111111111111111011101111111011111111111
+8,72,18,93,1111111111111111111010111111111111111111111110111111111111111111111111101111111101111111011011111111
+8,73,0,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,73,1,94,1111111011111111111110111111111101111111111110111011111111111111111111111111111111111111011111111111
+8,73,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,73,3,93,0111111011111111111010111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,73,4,92,1111111011110111111110111111111101111111111110111111111111111111111101111111111101111111011111111111
+8,73,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,73,6,95,1111111011111111111111111111111111111111111110111111111110111111111111111111111101111111011111111111
+8,73,7,94,1111111011111111111110111111111111111111111110111111111111111111110111111111111101111111011111111111
+8,73,8,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111011
+8,73,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,73,10,93,1111110011111111111110111111111111111111110110111111111111111111111111111111111111111111011111101111
+8,73,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,73,12,95,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011111111111
+8,73,13,92,0111111011111111111010111111111011111111111110111111111111111111111111111111111101111111011111111111
+8,73,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,73,15,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111011
+8,73,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111101011
+8,73,17,95,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011111111111
+8,73,18,94,0111111111111111111110111111011111111111111110111111111111111111111111111111111101111111011111111111
+8,74,0,94,1111111011111111111110111111111111111111111110110111111111111111111110111111111111111111011111111111
+8,74,1,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,74,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,74,3,93,0111111011111111111010111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,74,4,93,1111111011111111111110111111111111111111111110111111101111111111111111111111111111111111011111101011
+8,74,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,74,6,94,1111111011011111111110111111111101111111111110111111111111111111111111111111111111111111011111111111
+8,74,7,93,1111111011111111111110111111111111111111111110101011111111111111111111111111111101111111011111111111
+8,74,8,94,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111001111111111
+8,74,9,95,1111111011111111111110111111111111110111111110111111111111111111111111111111111111111111011111111111
+8,74,10,93,0111111011111111111010111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,74,11,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,74,12,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,74,13,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111011
+8,74,14,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,74,15,94,1111111011111111111110111111111111111111111110111110111111101111111111111111111111111111011111111111
+8,74,16,95,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011111111111
+8,74,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,74,18,96,1111111111111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,75,0,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,75,1,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,75,2,93,1111111011111111111110111111111111111111111110110111111111111110111111111111111111111111001111111111
+8,75,3,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,75,4,95,1111111011111111111110111111111111111111111110111110111111111111111111111111111111111111011111111111
+8,75,5,94,1111111011111111111110111111111111111111111110101111111111101111111111111111111111111111011111111111
+8,75,6,92,1111111011011111111110111111111101110111111110111011111111111111111111111111111111111111011111111111
+8,75,7,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,75,8,95,1111111011111111111110111111111111110111111110111111111111111111111111111111111111111111011111111111
+8,75,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,75,10,92,1111111011111111111110111111111111111111111110111111101111111111111111111101111111111111011111101011
+8,75,11,91,1111111011111111111110111101111111111111111110111111101111111101111111111111111111111111011111101011
+8,75,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,75,13,91,1111111011111101111110111111111011110111111110111111111111111110111111111111111111111111001111111111
+8,75,14,95,0111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,75,15,94,1111111011111111111010111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,75,16,95,1111111011111111111110111111101111111111111110111111111111111111111111111111111111111111011111111111
+8,75,17,94,0111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,75,18,95,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,76,0,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,1,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,2,92,1111111011111111111010111111111111111111111110111111111101111111101111111111111101111111011111111111
+8,76,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,4,94,0111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,76,5,95,1111111011111111111110111111101111111111111110111111111111111111111111111111111111111111011111111111
+8,76,6,95,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,76,7,92,0111111011111111111110011111111111111101111110111111111111111111111111111111011111111111011111111111
+8,76,8,95,1111111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,9,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,76,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,11,94,1111111011111111111110111111111111111111111110111111111101111111111111111111111101111111011111111111
+8,76,12,94,1111111011111111111110111111111111110111111110111111111111111111111111111111111101111111011111111111
+8,76,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,14,95,1111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,15,94,0111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,76,16,95,0111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,76,17,94,1111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011011111111
+8,76,18,94,1111111011111111111110111111101111111111111110111111111101111111111111111111111111111111011111111111
+8,77,0,95,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,77,1,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,2,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,3,95,1110111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,4,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,77,5,95,1111110011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,6,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,7,93,1111111011111111111110111111111111111111111110101111111101111111111111111111111101111111011111111111
+8,77,8,95,1111111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,9,95,1111111011111111111110111111101111111111111110111111111111111111111111111111111111111111011111111111
+8,77,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,12,94,0111111011111111111110111111111111111111111110111111111111111111111111111111111111111011011111111111
+8,77,13,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,77,14,95,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,77,15,94,1111111011111111111110111110111111111111111110111111111111111111111111111111111111011111011111111111
+8,77,16,94,0111111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,17,94,1011111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,77,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,78,0,95,1111111011111111111110111111111111111111111110111111111011111111111111111111111111111111011111111111
+8,78,1,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,78,2,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,78,3,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111011011111111111
+8,78,4,93,1111111011111111111010111111111111111111111110111111111111111111111111111111001111111111011111111111
+8,78,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,78,6,94,1111111011011111111110111111111111111101111110111111111111111111111111111111111111111111011111111111
+8,78,7,94,1111111011111111111110111011111111111111111110111111111111111110111111111111111111111111011111111111
+8,78,8,93,0111111011111111111010111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,78,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111110
+8,78,10,94,1111111011111111111110111111101111111111111110111111111111111111011111111111111111111111011111111111
+8,78,11,94,1111111011111111111110111111111111111111111110111111111111111111111111111111110111011111011111111111
+8,78,12,95,1111111011111111101110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,78,13,92,0110111011111111111110111111111111111111111110111111111111111111111111111111110111111011011111111111
+8,78,14,94,0111111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,78,15,95,1111111011111111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,78,16,94,1111111011111111111110111110111111111111111110111111111111111111111111111111111111011111011111111111
+8,78,17,95,1111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,78,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,79,0,94,1111111011111111111110111111111101111111111110111111111111111110111111111111111111111111011111111111
+8,79,1,95,1111111011111111111100111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,79,2,93,1111111011101111111110111111111111111111111110111111111111111111111111111111111111011111011011111111
+8,79,3,95,1111111011111111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,79,4,95,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,79,5,95,1111111011111111101110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,79,6,93,0111111011111111111010111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,79,7,94,1111111011111111111110111111111111111111111110111111111111011110111111111111111111111111011111111111
+8,79,8,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,79,9,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,79,10,94,1111111011111111111110111111111111111111111110111011111101111111111111111111111111111111011111111111
+8,79,11,95,1111111011110111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,79,12,95,1111111011111111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,79,13,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,79,14,95,1111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,79,15,92,1011111011011011111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,79,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111110111011111011111111111
+8,79,17,94,1111111011111111111110111111111111111111111110111111111101111111111111111111111111111111011111101111
+8,79,18,93,1111011011111111111110011101111111111111111110111111111111111111111111111111111111111111011111111111
+8,80,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111101011111111111
+8,80,1,92,1111011011111111111110011101111111111111111110111011111111111111111111111111111111111111011111111111
+8,80,2,93,1111111011111111111110111111111111111111111110111111111101111111111111111111110111011111011111111111
+8,80,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,80,4,94,1111111011111101111110111111111111111111111110111111111101111111111111111111111111111111011111111111
+8,80,5,93,1111111011111111111110111111111111111111111110111011111111011110111111111111111111111111011111111111
+8,80,6,93,1111111011111111101110111111111111111111111110111111111011111111111111111111111111101111011111111111
+8,80,7,95,1111111011111111101110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,80,8,93,1111111011111111111110111111011111111110111110111111111111111111111111111111110111111111011111111111
+8,80,9,95,1111111011110111111110111111111111111111111111111111111111111111111111111111111111011111011111111111
+8,80,10,94,1111111011110111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,80,11,95,1111111011111111111110111111111111111111111110111111111111111111111111111101111111111111011111111111
+8,80,12,93,1111111011101111111110111111111111111111111110111111111111111111111111111111111111011111011011111111
+8,80,13,94,1111111011111111111110111111111111111111111110111111111111111111111110111110111111111111011111111111
+8,80,14,93,1111111011111111111110111011111111111111111110111111111111111111111111011110111111111111011111111111
+8,80,15,94,1111111011111111111110111111111111111111111110111111111111011110111111111111111111111111011111111111
+8,80,16,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,80,17,94,1111111011111111111100111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,80,18,94,1111111011111111111110111111111111111111111110111111111111011110111111111111111111111111011111111111
+8,81,0,93,1111111011111111111110111111111111111111111110111111111111011110111101111111111111111111011111111111
+8,81,1,93,1111111011111111111110111111111111111111011010111111111111111111111111111111111111111101011111111111
+8,81,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111101011111111111
+8,81,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,81,4,93,1111111011111111111110111111111111111111111110111111111111111111111111111110111101111111011011111111
+8,81,5,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011011111111
+8,81,6,93,1111111011101111111110111111111111111111111110111111111111111111111111111111111111011111011011111111
+8,81,7,93,1111111011111111111110111111011111111110111110111111111111111111111111111111110111111111011111111111
+8,81,8,94,1111111011110111111110111111111111111111111110111111111111111111111111111111111111111111011111111110
+8,81,9,93,1111111011111111111110111111111111111111111110111011111111111111111110111110111111111111011111111111
+8,81,10,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,81,11,91,1111111011101111111110111111111111111111111110111111111101111111111111111111110111011111011011111111
+8,81,12,93,0111111011110111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,81,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,81,14,90,1111111011101111101110111111111111111111111110111111111111111011111111111111111111001111011011111111
+8,81,15,95,1111111011111111111110111111111111111111111110111111111011111111111111111111111111111111011111111111
+8,81,16,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,81,17,94,1111111011111111111110111111111111111111111110111111111111111111111110111110111111111111011111111111
+8,81,18,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,82,0,93,1111111011111111111110111111111111111111111110111111111111111111111110111110111111111111011011111111
+8,82,1,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101011111011111111111
+8,82,2,92,1111111011111111111110111111111111111111111110111111111111111111111111111111010111011101011111111111
+8,82,3,92,1111111011101111111110111111111111111111111110111111111101111111111111111101111111111111011011111111
+8,82,4,94,1111111011111111111110111111111111111111111110111101111111111110111111111111111111111111011111111111
+8,82,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,82,6,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,82,7,94,1111111011111111111110111111111111111111111110111111111011111111111111111111111111111111011011111111
+8,82,8,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,82,9,94,1111111011111111111110111111111111111111111110111111111111011111111101111111111111111111011111111111
+8,82,10,92,1111111011111111111100111111111111111111111110111111011111111111111111111110111111011111011111111111
+8,82,11,92,1111111011111111111110111111111111111111111110111011111111111111111110111111111111111111001111111011
+8,82,12,95,1111111011101111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,82,13,93,1111111011111111111110111111111111111111111110111111111111101111111111111111111111011111011011111111
+8,82,14,92,1111111011101111111110111111111111111111111110111111111101111111111111111111110111011111011111111111
+8,82,15,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,82,16,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,82,17,94,1111111011111111111110111111111111111111110110111111111111111110111111111111111111111111011111111111
+8,82,18,93,1111111011111111111110111111111111111111011110111111111011111110111111111111111111111111011111111111
+8,83,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,83,1,94,1111111011111111111110111111111111111111111110110111111111111111111111111111111101111111011111111111
+8,83,2,94,1111111011111111111110111111111111111111111110111111111111101111111111111111111111011111011111111111
+8,83,3,94,1111111011101111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,83,4,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,83,5,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,83,6,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,83,7,94,1111111011111111111110111111111111111111111110111111111011111111111111111111111111111111011011111111
+8,83,8,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,83,9,93,1111111011111111111110111111111111111111010110111111111111111110111111111111111111111111011111111111
+8,83,10,95,1101111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,83,11,93,1111110011101111111110111111111111110111111110111111111111111111111111111111111111111111011111111111
+8,83,12,94,1111111011111111111110111111111111111111111110111111111111111110111111111111111101111111011111111111
+8,83,13,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,83,14,94,1111111011111111111110111111111111111111110110111111111111111110111111111111111111111111011111111111
+8,83,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,83,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,83,17,94,1111111011111111111110111111111111111111111110111111111111011111111101111111111111111111011111111111
+8,83,18,94,1111111011111111111110111111111111111111111010111111111111111111111111111111111111111101011111111111
+8,84,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,84,1,94,1111111011011111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,84,2,95,1111111011101111111110111111111111111111111111111111111111111111111111111101111111111111011111111111
+8,84,3,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,84,4,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,84,5,95,1111111011111111111110111110111111111111111110111111111111111111111111111111111111111111011111111111
+8,84,6,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,84,7,94,1111111010111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,84,8,94,1111111011111111111110111111111111111111111110111111111111011110111111111111111111111111011111111111
+8,84,9,95,1111111011111111111110111111111111111111111110111111111111111111111101111111111111111111011111111111
+8,84,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,84,11,94,1111111011111111111110111111111111111111111110111111110111111111111111111111111111111111011011111111
+8,84,12,95,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011111111111
+8,84,13,93,1111111011111111111110111111111111111111111110111111111111011110111101111111111111111111011111111111
+8,84,14,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,84,15,95,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,84,16,94,1111111011111111111110111111111111111111110110111111111111111110111111111111111111111111011111111111
+8,84,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,84,18,95,1101111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,85,0,92,1101111011111111111110111011111111111111111110111111111111101111111111111111111111101111011111111111
+8,85,1,94,1111111011011111111110111111111111111111111110111111111111111111111110111111111111111111011111111111
+8,85,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,85,3,94,1111110011011111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,85,4,95,1101111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,85,5,95,1111111011111111111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,85,6,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011011111111
+8,85,7,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,85,8,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,85,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,85,10,95,1111111011111111111110111111111111111111111110111101111111111111111111111111111111111111011111111111
+8,85,11,94,1111111011111111111110111111111111111111111110111111111111111110111111111111111111011111011111111111
+8,85,12,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111011111
+8,85,13,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,85,14,95,1111111011111111111110111111111111111111111110111111110111111111111111111111111111111111011111111111
+8,85,15,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011011111111
+8,85,16,94,1111111011111111110110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,85,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,85,18,94,1111111011011111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,86,0,95,1111111011111111111110111111111111111111111110111101111111111111111111111111111111111111011111111111
+8,86,1,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011011111111
+8,86,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,86,3,95,1111111011111111111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,86,4,95,1111111011111111111110111111111111111111111110111111110111111111111111111111111111111111011111111111
+8,86,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,86,6,94,1111111011111111111110111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,86,7,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,86,8,94,1111111011111111111110111111111111111111111110111111111111111111111111111111110111111111011111011111
+8,86,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,86,10,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,86,11,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111101111111011111111111
+8,86,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,86,13,94,1111111011111111111110111111111111111111111110111111111111111111111111111111110101111111011111111111
+8,86,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,86,15,94,1111111011111111111110111111111111111111110110111111111111111111111111111111111111111111011011111111
+8,86,16,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,86,17,93,1111111011111111111110111111111111111111111110111101111110111111111111111111111101111111011111111111
+8,86,18,95,1111111011111111111110111111111111111111111110111111110111111111111111111111111111111111011111111111
+8,87,0,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111011111
+8,87,1,95,1111111011111111111110111111111111111111111110111111111111111111111111111111110111111111011111111111
+8,87,2,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,87,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,87,4,94,1111111010111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,87,5,95,1111111011111111111110111111111111111111111110111111110111111111111111111111111111111111011111111111
+8,87,6,94,1111111011111101111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,87,7,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,87,8,95,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011111111111
+8,87,9,94,1111111011111111111110111111111111111111110110111111111111111111111111111011111111111111011111111111
+8,87,10,93,1111111011111101111110111111111111111111111110111111111111110111111111111111111111111111011011111111
+8,87,11,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,87,12,95,1111111011111111111110111111111111111110111110111111111111111111111111111111111111111111011111111111
+8,87,13,95,1111111011111111111110101111111111111111111110111111111111111111111111111111111111111111011111111111
+8,87,14,93,1111111011111111111110111111111111111111111110111111111111110111111111111111110111111111011011111111
+8,87,15,93,1111111011111111111010111111101111111111111110111111111111111111111111111111111101111111011111111111
+8,87,16,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,87,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,87,18,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,0,94,1111111011111101111110111111111111111111111110111111111111111111111111111111011111111111011111111111
+8,88,1,93,1111111011110111111110111101111111111111111110111111111111111111111111111111111111101111011111111111
+8,88,2,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,3,95,1111111001111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,4,94,1111111011111101111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,88,5,94,1111111011111101111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,88,6,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,7,94,1111111011111011111110111111111111111111111110111111110111111111111111111111111111111111011111111111
+8,88,8,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,88,10,95,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011111111111
+8,88,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,13,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,88,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,16,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,88,17,92,1111111011111111111110111111111111111111111100111111111111111111111111111111111111101111011111011101
+8,88,18,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,89,0,93,1101111011111101111110111111110111111111111110111111111111111111111111111111111111111111011111111111
+8,89,1,94,1110111011111111111110111111111111111111111110111111111111111111111111111111111111011111011111111111
+8,89,2,94,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011101111111
+8,89,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,4,94,1101111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,6,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,7,95,1101111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,8,95,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011111111111
+8,89,9,94,1111111011111111111110111101111111111111111110111111111111111111111111111011111111111111011111111111
+8,89,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,11,95,1111111011111111111110111111111111111111111110111111111111111111111111111111011111111111011111111111
+8,89,12,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,14,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,15,93,1011111011111111111110111111111111111111111110111111111111111111011111111111111111111111011011111111
+8,89,16,95,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011111111111
+8,89,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,89,18,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,0,94,1111111011111111111110111111111111111111111110111111111111101111111111111111111111111111011101111111
+8,90,1,94,1111111011111111111110111001111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,2,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,3,94,1101111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,4,94,1111111011111101111110111111111111111111111110111111111111011111111111111111111111111111011111111111
+8,90,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,6,94,1111111011111111111110111101111111111111111110111111111111111111111111111011111111111111011111111111
+8,90,7,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,8,94,1111111010111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,13,95,1111111011111111111110111111111111111111111110111111111111111111111111111111011111111111011111111111
+8,90,14,91,1101111011111111111110111111111111111111111110111111100111111110111111111110111111111111011111111111
+8,90,15,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,16,95,1111111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,90,18,95,1111111011111111111110111111111111111111111110111111111111111111111111111011111111111111011111111111
+8,91,0,95,1111111011111111111110111111111111111111111110111111111111111111111111011111111111111111011111111111
+8,91,1,95,1111111011111111111110111111111111111111111110011111111111111111111111111111111111111111011111111111
+8,91,2,94,1101111011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,3,94,1111011011111111111110111101111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,4,95,1111111011111111111110111111111111111111111110111111101111111111111111111111111111111111011111111111
+8,91,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,6,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,91,7,94,1111111011111111111110111111111111111111111110111111111111111111111111111011111111111111011011111111
+8,91,8,95,1111111011111111111110111111111111111111111110111111111111011111111111111111111111111111011111111111
+8,91,9,94,1111111011111111111110111101111111111111111110111111111111111111111111111111111101111111011111111111
+8,91,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,11,93,1101111011111111111110111111111111111110111110111111111111111111111110111111111111111111011111111111
+8,91,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,14,94,1111111011111101111110111111111111111111111110111111111111011111111111111111111111111111011111111111
+8,91,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,16,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,91,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,0,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,1,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111101111
+8,92,2,94,1111111011111111111110111011111111111111111110011111111111111111111111111111111111111111011111111111
+8,92,3,95,1111111011111111111110111111111111111111101110111111111111111111111111111111111111111111011111111111
+8,92,4,94,1111111011111111111110111101111111111111111110111111111111111111111111111111111101111111011111111111
+8,92,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,6,94,1111111011111111111110111101111111111111111110111111111111111111111111111111111101111111011111111111
+8,92,7,94,1111111011111101111110111111111111111111111110111111111111011111111111111111111111111111011111111111
+8,92,8,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,10,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,11,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,92,12,94,1111111011111111111110111111111111111111111110011111111101111111111111111111111111111111011111111111
+8,92,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,14,93,1111111011111111111110111111111111111111111110110111101111111111111111011111111111111111011111111111
+8,92,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,16,94,1111111011111111111110111111111111111111111110111111101111011111111111111111111111111111011111111111
+8,92,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,92,18,95,1111111011111111111110111111111111111011111110111111111111111111111111111111111111111111011111111111
+8,93,0,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,1,95,1111111011111111111110111111111111111111101110111111111111111111111111111111111111111111011111111111
+8,93,2,95,1110111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,3,93,1111111011111111111110111111111111111111101110111111101111011111111111111111111111111111011111111111
+8,93,4,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,6,95,1111111011111011111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,7,95,1111111011111111111110111111111101111111111110111111111111111111111111111111111111111111011111111111
+8,93,8,94,1111111011111111111110111111111111111111111110111111101111011111111111111111111111111111011111111111
+8,93,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,10,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111101111011111111111
+8,93,11,94,1111111011111101111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,12,95,1111111011111111111110111111111111111011111110111111111111111111111111111111111111111111011111111111
+8,93,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,14,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,15,95,1111111011111111111110111111111111111111101110111111111111111111111111111111111111111111011111111111
+8,93,16,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,93,17,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111101111
+8,93,18,94,1111111011111111111110111111111111111111101110011111111111111111111111111111111111111111011111111111
+8,94,0,95,1111111011111111011110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,1,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,2,95,1111111011111011111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,3,95,1111111010111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,4,95,1111111011111111111110111111111111111111111110111111111111111111111111101111111111111111011111111111
+8,94,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,6,93,1110111011111111111110111111111111111111111110111111111111111111111111111111111111101110011111111111
+8,94,7,95,1111111011111111111110111111111111111111111110111111111111111111111110111111111111111111011111111111
+8,94,8,95,1111111011111111111110111111111111111111111110111111111111111111110111111111111111111111011111111111
+8,94,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,10,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111101111
+8,94,11,95,1111111011111111111110111111111111111111111110111111111011111111111111111111111111111111011111111111
+8,94,12,95,1111111011111111111110111111111111111011111110111111111111111111111111111111111111111111011111111111
+8,94,13,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,94,14,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111111
+8,94,17,95,1111111011111111111110110111111111111111111110111111111111111111111111111111111111111111011111111111
+8,94,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,0,94,1111111011111111111110111111111111111111111110111111111111111111111111111111111101111111011111111011
+8,95,1,95,1111111011111110111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,2,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,95,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,4,95,1111111011111111111110111111111111111111111110111111111111111111111110111111111111111111011111111111
+8,95,5,93,1111111011111111111110111111111011111011111110101111111111111111111111111111111111111111011111111111
+8,95,6,94,1111111011111111111110110111111111111111111110111111101111111111111111111111111111111111011111111111
+8,95,7,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,8,95,1111111011111111111110111111111111111111111110111111111111111111111111101111111111111111011111111111
+8,95,9,94,1111111011111111111110111111111111111111111110111111111111111111111111101111111111111111011011111111
+8,95,10,95,1111111010111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,13,94,1111111011011111111110111111111111111111111110111111111111111111110111111111111111111111011111111111
+8,95,14,95,1111111011111111011110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,95,15,95,1111111011111111111110111111111111111111111110111111111111111111011111111111111111111111011111111111
+8,95,16,93,1111111010111111111110111111111111111111111110011111111111111111111111111011111111111111011111111111
+8,95,17,94,1111111011111111111110110111111111111111111110111111111111111111111111111111110111111111011111111111
+8,95,18,95,1111111011111111111110111111111110111111111110111111111111111111111111111111111111111111011111111111
+8,96,0,92,1111111011111111111110111111111110111101111110111111111111111111011111111111111111111111011110111111
+8,96,1,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,2,93,1111111011111111111110111111111111111111111110101011111111111111111110111111111111111111011111111111
+8,96,3,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,96,4,92,1111111011111111111110111111111110111111111110111111111111111111111111100111011111111111011111111111
+8,96,5,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,96,6,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,7,94,1111111011111110111110111111111111111111111110111111111111111111011111111111111111111111011111111111
+8,96,8,95,1111111011111111111110111111111110111111111110111111111111111111111111111111111111111111011111111111
+8,96,9,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,96,10,92,1111110011111111111110110111111111111111111110111111111111110111011111111111111111111111011111111111
+8,96,11,93,1111110011111111111110111111111111111111111110111111101111111111111111111111111110111111011111111111
+8,96,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,14,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,16,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,96,18,94,1111111011111111111110111111111011111111111110111111111111111111111111111111101111111111011111111111
+8,97,0,94,1111111011111111111110111111111111111111111110111111111111111110111111111111111111111111011110111111
+8,97,1,95,1111111011111111111110111111011111111111111110111111111111111111111111111111111111111111011111111111
+8,97,2,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,97,3,95,1111111011111101111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,4,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,6,97,1111111011111111111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,97,7,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111110111011111111111
+8,97,8,95,1111111011111111111110111111111111111111111110111011111111111111111111111111111111111111011111111111
+8,97,9,94,1111111011111111111110111111111111111111111110111111111110111111011111111111111111111111011111111111
+8,97,10,94,1111111011111111011110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,97,11,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,13,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111011
+8,97,14,95,1111111011111111111110111111111111111111111110111111111111111111111011111111111111111111011111111111
+8,97,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,97,17,95,1111111011110111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,97,18,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,98,0,95,1111111011111111111110011111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,1,94,1111111011110111111110111111111111111111111110111111111111111111111011111111111111111111011111111111
+8,98,2,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,4,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,5,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,6,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,7,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,8,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,98,9,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111110111011111111111
+8,98,10,96,1111111011111111011110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,98,11,94,1101111011111111111110111111111111111111111110111111111111111110111111111111111111111111011111111111
+8,98,12,96,1111111011111110111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,98,13,96,1111111011111111111110111111111111111111111111111111111111111111111111111110111111111111011111111111
+8,98,14,95,1111111011111111111110111111111111111111111110110111111111111111111111111111111111111111011111111111
+8,98,15,94,1111111011111111111110011111111111111111111110111101111111111111111111111111111111111111011111111111
+8,98,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,98,17,94,1111111011111111111110111111110111111111111110110111111111111111111111111111111111111111011111111111
+8,98,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,0,94,1111111011111111011010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,1,96,1111111011111111111110111111111111111111111111111111111111011111111111111111111111111111011111111111
+8,99,2,95,1111111011111110101110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,99,3,96,1111111011111111011110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,99,4,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011011111111
+8,99,5,96,1111111011111111111110111111111111111111111111111111111111111111111111111110111111111111011111111111
+8,99,6,95,1111111011111111111110111111111111111111111110111111111111111111111111111110111111111111011111111111
+8,99,7,96,1111111011111111111110111111111111111110111111111111111111111111111111111111111111111111011111111111
+8,99,8,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111011111
+8,99,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,10,96,1111111011111110111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,99,11,96,1111111011111110111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,99,12,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,13,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,14,93,1111111011111101110110111011111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,16,96,1111111011111110111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,99,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,99,18,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,0,96,1111111011111111011110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,100,1,96,1111111011111111011110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,100,2,96,1111111011111110111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,100,3,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,4,95,1111111011111111111010111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,5,95,1111111011111111011110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,6,96,1111111011111111111110111111111111111111111111111111111111111111111110111111111111111111011111111111
+8,100,7,94,1111111011111110111110111111111111111111111110111111111111111111111111111111111111111011011111111111
+8,100,8,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,9,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,10,97,1111111011111111111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,100,11,94,1111111011111110111110111111111111111111111110111111111111111111111111111111111111110111011111111111
+8,100,12,97,1111111011111111111110111111111111111111111111111111111111111111111111111111111111111111011111111111
+8,100,13,93,1111111011111110111110111110111111111111111110111111111111111111111111111111111111111101011111111111
+8,100,14,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111011111
+8,100,15,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,16,95,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111101111
+8,100,17,96,1111111011111111111110111111111111111111111110111111111111111111111111111111111111111111011111111111
+8,100,18,95,1111111011111111011110111111111111111111111111110111111111111111111111111111111111111111011111111111
+9,0,0,43,0000101101001110100110000011010111000011110000100011110101100001000000100111001000110010001011010110
+9,0,1,44,0010111010111001000101010000001001110001000101110010011101111011100000100101010100100000000001111011
+9,0,2,52,1110010011011000110100011111000001001001111010101101001111110010101000000010101110101011110001011101
+9,0,3,50,0010001111000110010010101100010100111010010001011011011111001011001111010100001110011001011010001101
+9,0,4,52,1001010010101100111100111100011001001111111001101111100011000101011011010110001000100111000000011110
+9,0,5,61,1101111010101100111010101011010111110011100101010111000101001011111110101111100010101011100100110111
+9,0,6,44,0000001011000110101011111101001100010101110000000111100011000100001010110010111010101000001011011000
+9,0,7,44,1001000001000011001101001000100011100010100001011011100110110100100110101000011001100001111110001110
+9,0,8,55,0100001011110010101100011000000100100010111001001111111000111111000111111100110011111010101100111110
+9,0,9,53,1001101010110101100001110100001011010111000010010000011011111010011101001000110111001110110110111101
+9,0,10,52,1001101100110111000111011011111000100100111000011010000010111010100111001001000001011111011100111100
+9,0,11,45,0000000011110101110100011010000000101010100111100100010001001001010110110100101111110001001100011011
+9,0,12,50,0110011001000011011100101000101100001111101000111011001001111010010111100111101000001100101001011100
+9,0,13,47,0111001000000001100000001001111100010010010110011011100000101011001110001010111101110111100101001101
+9,0,14,45,0011100101101011011111100000000100000000101001000010001000010111111110101101001101010010110011001001
+9,0,15,53,1010111101010110010111101011101011101000101010100011100011001110101010101100100100111100001010010101
+9,0,16,46,1101010111110001100010000010000101000100010110001011001101110001010110001111111001101101010001001000
+9,0,17,49,0100010000101111011010101001011011100100001011110100110101011011101000010111100100011110110001001000
+9,0,18,45,0111111011010110010110011110110000010011001000010100110010001000101001101000101100100001100100011100
+9,1,0,54,1010011110100101010010101101000000011011000111101011001011011110001001110011001110011101001111001111
+9,1,1,49,0010101111011110110110001100010100110010010000010001011111101011000110010100011110011001011010001001
+9,1,2,58,0100001011111011101110011000000100000010101001001111111000111111010111111100110011111010101001111111
+9,1,3,42,0011100101100010011101100000000100100000111001000010001000010111101110101101001101010010110110001000
+9,1,4,52,1111011011111000100101010101001001000001011010011101001011110010111001000010100110001111110001011101
+9,1,5,52,1000100010010101110000111110000011011111100010100000011111111010001100001000111101101010110110111101
+9,1,6,56,1001101110111101100110111100001011010111000010000001011011111110011101011000110110001111000110101101
+9,1,7,48,1010111010110101110001000101000000010011000110110000001011111010000000100001011111011100111011011011
+9,1,8,54,1111011010001001110000001001111100010010110101011111000000001011011110101010110101111111100100101101
+9,1,9,55,0101101000100100111010101011010111110011000110010011100101101011101110001111001010101011100101010111
+9,1,10,44,0000000111110101110100000010000100001010100111000000001001011011010111110101101111110001000010011001
+9,1,11,48,0011100001101011011111111001000000100000101001100110010000000101111110101100001101010010111101001011
+9,1,12,49,1101010010111011101010000010010101000100000011000011011101110011001110001111111001101101110001001000
+9,1,13,47,0100010101100101110010101001001011100100011110111100100101011001110000010111100100011110010001001000
+9,1,14,54,0001101110101011011110100010000101000010101101010111001100010111111110101101001101011011110011001001
+9,1,15,52,1111110001101100111011101001010110110001100001000010000001001011111110101111100010100010100100110111
+9,1,16,55,1001101011100100111011110100001111010010100011010000011010111010011111001000010101001110110111111101
+9,1,17,42,0011100100111011000101100000000000000101001000000010001001010111111100101101101111010010110010001001
+9,1,18,51,0101101100110010000111011001110000100100111000011011011010111110100111001001100001011011001100101110
+9,2,0,49,1111010011111000100101001001000001000001010011001101001011110011111000100010100110001111100001111101
+9,2,1,55,1111111001101100111011110101011110110001101000010010000001001010111111001111100010100010110100010111
+9,2,2,58,0101101000100100111010101011010101110011011100000011100101101011101111101110001011101011101101011111
+9,2,3,52,1000001011110111101100011010001110100010100011011110100000111011000110011101010010111110110100110100
+9,2,4,55,0001100101100010011101101000000100100010101001000110011000111111111110111101111111110010110110111001
+9,2,5,45,0110001011111011101110010000000100000000111001001011101000010111000111101100000001011010101001001110
+9,2,6,56,1001101110100100011010101011010111111011010111010011100001001010001110001111001010101011100101011111
+9,2,7,53,0110011000100101110010101101000000010011000110101011001111111111101001110011001110011101000111000111
+9,2,8,53,1101111011100100111011010100001111010000000010010000001010111010111101001000000111001111110111111101
+9,2,9,53,1001001011111000100101110101001001000011111011011101011011110010011011000010110100001110110001011101
+9,2,10,52,1001101111100100101011110100001011010010100010010000011010111110010111011000010101001110110110101101
+9,2,11,58,1001101010111101110110111100001111010111000011000001011011111010011101001000110110001111000111111101
+9,2,12,54,1010011110100101010010101101000000011011000111101011001011011110001001110011001110011101001111001111
+9,2,13,54,1010011110100101010010101101000000011011000111101011001011011110001001110011001110011101001111001111
+9,2,14,48,0101100001100101111110111001010100100001100000100011000000001001111110101100001010101010111101011011
+9,2,15,55,0011101000101010011011101011000011110010001111010110110101100111101110001111001101010011100101000111
+9,2,16,54,1111110100111100110010101101000010110101100000000010000001101110111101111101110010101110100100110111
+9,2,17,54,1001101011101101101111111000011111010011000011000001011011111011011100001010100110000011000110101101
+9,2,18,52,0110101011001110111110001110010110110011000010010001011111101011000110000100011110111011001010010001
+9,3,0,49,1001101011101101101111110000011111010011000010000011011011101010011100001011100110000010000100100101
+9,3,1,59,1111111001101100011011111101011110110001101001010000000001011011111111001110100010100011110110011111
+9,3,2,47,0000001001100110001001101010001110100010101011010110110100110111001110001101000000011110110100110101
+9,3,3,59,1011101010111011111110011011000011110010000111011100100001101011100110011111011111110011100101000110
+9,3,4,57,1001101011101100011111111000011111010011010011000011111011101011011100001010101110000011000110111101
+9,3,5,55,1001101110100101101110101011010111111011000111010001000001011110001110001111000010101011100101001111
+9,3,6,55,1111111001101101111011110100011110110101001010010010000001001010111111001011100010101010100100100111
+9,3,7,56,1001101010111100110110011101001111010011100001000001011011111010011101001100110110000111010111011101
+9,3,8,51,1010111110110100010000101001010000111010010101010011100011101011101100011111001110001001010101001101
+9,3,9,53,0001001100100100110010101101000101010011000110101011001101011110001011110011001010111101101111001111
+9,3,10,53,1010001110100101000010101101000000111011000111101011101011011010000001110101011010111111001111001110
+9,3,11,54,1000001011110111111100011010001110000010100011011111000000111111001110011011000110011100110100110111
+9,3,12,57,0001101001100110011101101000000101100010101001000011000101111111111110111101111111110010110101111001
+9,3,13,56,0101100100100000111010101011010100110011011100000110111000101011101111101110001011101011101110011111
+9,3,14,53,1111111001101100111011110101011111110000100000010010000001011010011111001111000010100010110100011101
+9,3,15,54,1101111011100100111011010100001110010001001010010000001010101010111101001000100111001111110111110111
+9,3,16,53,1001100101100110011101101000000100000010100001000100011000111111111110111101011111010010110110111101
+9,3,17,53,0001101111100000101011110100001011110010101010010010011010111110010110011000110101101110110110101001
+9,3,18,55,0100001110100100110010101011010101110011000100000011100001101111101111101111001111001011001101011111
+9,4,0,56,1000001010110110111100111010000110010010100001011111100000111111001111011011000110011110111100110111
+9,4,1,53,0100001111100101110010001011011101100011000110000011000001101111101110101111001111001001000101011111
+9,4,2,57,1001101111101000101111110100011011110010101010000010011010111110010110011000110111101110110110101001
+9,4,3,52,0001101011100100001011111000001111010011010011010011111011101011011100001010101100000011000110111101
+9,4,4,55,0011101010101010011101101000000101110010001001000000000101111111111110111101111111110011100101111000
+9,4,5,61,1001101001110111111110011011000011100010100111011111100001101011100110011111011111110010110101000111
+9,4,6,51,1001100101100110011100001010000100000010100001000100000000111111111110111111010111011100110110111101
+9,4,7,56,1000001011110111111101111000001110000010100011011111011000111111001110011001001110010010110100110111
+9,4,8,62,1011101010101110111110111011001011110010101111011100000001101011111110011110101011110011100101000111
+9,4,9,54,1111101001111001011011011101010110110001000001010000100001011011100111001111010110100011100110011110
+9,4,10,56,1101001110100101111110101011010111111011000110000001100001101110101110001111001110001011000101001111
+9,4,11,53,0000101110100100100000101011010101110011000101010011000001011111001111101111000011101011101101011111
+9,4,12,60,1001001000110111111010100001000110001011010111001111001111111010001011110010001110111101111111101111
+9,4,13,48,1010011011100101011100011110001000010010101001111011000000011111001100011011000010011100100100010111
+9,4,14,53,0101100001100000111011101111010100110001011000000110011000101011101111001110100010101011101110011111
+9,4,15,62,1101111100101100011010111001011110110011101101010100100001011011111111101110001011100011110110011111
+9,4,16,60,0001101001100110011101101001000101100011111001000011100001111111111111011101101011110010110111111101
+9,4,17,52,0101100100100000111010101010010100110010001100000110011100101011101110101110011111101011101100011011
+9,4,18,59,1001100110111011111110011011000001110010000111000100100001101011100110111111001111111011101101011110
+9,5,0,58,1011101110100000101011100101011011110010101010001110011010101110001110011000110111101110110110101111
+9,5,1,54,0101101001101000111110111010010110110011011100010010111000111011010111001110011011100011100110000001
+9,5,2,57,1001001110101110101110110010000110010010101001010111101000111011001111011011010110111010110110100111
+9,5,3,54,1000101011110000111101111100011011110010100010001010010010111100010110011000100111001111111100111001
+9,5,4,53,1001101011101100011011111000001110010011000101010010111011001011111101001010001100000011100110111101
+9,5,5,58,0101111100100100001010111001011101110011110011010101100000111011011110101110101011100011010110011111
+9,5,6,64,1001101011110111111110011011000011100010100111011101100001101011100110111111011111110010110101011111
+9,5,7,57,1001100100111011111110011011000001110011000111000110100001101011100110011111001111111011101101000110
+9,5,8,56,0101100110010001111010111010010100110010001100000110001101101011100110101111011111101011101100011111
+9,5,9,55,1001100100101010111110011011000001110010000111000100110000101011101110111110001111111011101101011010
+9,5,10,60,1001101101100100011110111001001110110011101101010110100001011011110111101111001011100011110110010111
+9,5,11,63,1101111000111111111010011011010011100010100111011101100001101011101110011110011111110010110101001111
+9,5,12,53,1110101000100100111010101011010001110000001011001110001000101011101111001110100010100011101111011111
+9,5,13,60,0001100011101010111111111111001110110010111100010100010001101010111110011110101011111011100100001111
+9,5,14,62,1011101010101110111110111011001011110010101111011100000001101011111110011110101011110011100101000111
+9,5,15,61,1011101010101110111110111011001011010010101111011100000001101011111110011110101011110011100101000111
+9,5,16,55,1001101001110111111011011001000011100001100111010010100001101011100110001111010111110011100111000110
+9,5,17,60,1111101001111001011110011111010110110010000001011101100001011011100111011111011110100010110100011111
+9,5,18,62,1001001000110111111010100011000111001010110111001111101011111010001011111010001110111110111111001111
+9,6,0,60,1101111100101101001010111011011110110110100011010101100000111011011110101110101011100011010110001111
+9,6,1,61,0101111000110110111010011001010001100011110111011101100001101011101110011110011111110010110101011111
+9,6,2,64,1101111000111111111010011011010011100010100111011101100001101011101110111110011111110010110101001111
+9,6,3,64,1101111000111111111010011011010011100010100111011101100001101011101110011110011111110010111101001111
+9,6,4,64,1001101010110111111110111011001011100010111111001100101001101011001011111110101110111111100101000111
+9,6,5,62,1011001000101110111010100011000111111010100111011111000011111010111110111010001011110010111111001111
+9,6,6,57,1011101110100000101011100101011111110010101010000110010000101100101110011010101111111010110110101111
+9,6,7,59,0001100011101010111111111111001010110010111100010100011011101010011110011100110011101111100100001111
+9,6,8,64,1011101111101000111011110011011001110010101110000110111010101010101110111100111111111110111100011010
+9,6,9,50,1001100100100010101110001101000011110010000011001100010000101111001110011010000111101011100111101111
+9,6,10,63,1011101010101110111110111011001011110011101111011100000001101011111110011110101011110011100101000111
+9,6,11,62,1011101010101110111110111011001011110010101111011100000001101011111110011110101011110011100101000111
+9,6,12,60,1001001110111110111110110010000111010010100101010101100000111011001110111011011110111010110110011111
+9,6,13,60,1001101011100111101110011011000010100010101011011111101001101011100111011111000111110010110101100111
+9,6,14,58,1101110000010101111010011011010011100010100100011101000001101011101110111110011111110010110101011111
+9,6,15,61,0101101110111011111010111010010100110010001111000110101101101011100110001111011111101011101100001111
+9,6,16,61,1001001111101110101110110010000110111010100001011111101000111011101111011011010110111010110110100111
+9,6,17,61,1001101010110111111110011011000011000010101111010101100001101011000110111111011111110010110101011111
+9,6,18,62,0011101011101110111110111011001111110010111100010100000001101010111110011110101011111011100101001111
+9,7,0,59,0001110011101111111011011111001010110010111100010100010001101010011110111110010011100111100100011111
+9,7,1,59,1101100000010000111110111011010011100010100100011111001011101011101110011100111111111010110101001111
+9,7,2,59,0011101010101110111110111011001111110010101100010100000001101010111110011110101011110011100101001111
+9,7,3,64,1001101011110111111110011011000011000010111111010101100001101011000110111011011111111010110101111111
+9,7,4,62,1011101110100110111010110011011001100010101111000100111011101010101111111100101111111110101100010110
+9,7,5,64,1001001011111001111111111011001011110000111110001110101000101011001010111110111110111111110101001011
+9,7,6,64,1101111110111111001010111011001110110110100111010101100000111011011110101110101011110111000110001111
+9,7,7,60,1001101000100101111110111011011011100010111011001100101001101011001011111110101110101011110101000111
+9,7,8,68,1101101010111111111010011011000011100010111111011100100001101011101110111110111111111110111101001111
+9,7,9,61,1001111000110111111110111011111011100010100111001101101001101011001011011110001110110011100101000111
+9,7,10,61,1011001011101110111110111010001111110010101101011101000000111011101110011010101011110010100111010111
+9,7,11,63,1001101110111110111110110011000111010010100111010100100001101011011110111111011110111011110100001111
+9,7,12,59,1101111010111000111010011011010011100010100110001100100000101010101110111110011111111110110101011110
+9,7,13,69,1011101101101111111011110011011001110010101111010111111011101011101110111100111111110010111100001011
+9,7,14,61,0011101011101110111110111011001111110010101100010100000001101010111110011110101011111011100101001111
+9,7,15,63,1011101010001110111110111011001011110011111111011100000001101011111110011110101011110011100101000111
+9,7,16,63,1101111000110111111010011011010011100010100111011101100001101011101110011110011111110010111101001111
+9,7,17,62,0101111000111110111010011001010001100011110111011101100001101011101110011110011111110010110101011111
+9,7,18,60,1011101110101010111010110011011001110010101110000110011010101010101110111100101111111110111100001010
+9,8,0,61,1101111010011101101110111011010010110010100101010101000000111011011110101110101011111111000111001111
+9,8,1,63,1101100100110010111010111011001111100110100110011111101011101011100110011100111111110010110110001111
+9,8,2,65,0011101000111110111011100011000011111011110111011101100001111010111110111010011111110010110111001111
+9,8,3,61,1101011001101110111010011001010101100010100111011111100011101011001010011110011011110010111101011111
+9,8,4,67,1011101100101010111011110011011001011010101111010110111011101011101110111110111110111010111100001111
+9,8,5,66,1001101111111111111110110011000111110010100111010101100011101011011110111101011111110011110100001011
+9,8,6,69,1111101110111111111011111001000001100010111111010101100001101011101110111110111111111110111101001011
+9,8,7,67,1001101001101111111010010011011011110010101111011110111011101011101110111100111111110010111100001111
+9,8,8,65,1101111110111111011010111011001111010010100111010101100000111011011110111110101011110111100100001111
+9,8,9,63,1001101110111110101110110011000111110110100111010100100001101011011110101111011110111011010110001111
+9,8,10,62,1011111110111010101010111011011001110010101110010110011010101011001110111100101111110110110100001110
+9,8,11,61,1101101110101111011010110011001110110110100110000101100000111010111110101110101011111111001110001011
+9,8,12,60,1001101011010110111110011011000011000010111111010101100001101011000110011110101111111011100101101111
+9,8,13,67,1011101010101111111110111011001011110011111111011100000001001011111110111011011011110010110101110111
+9,8,14,59,1001001000110101111110011011000011100010100111001101100001101011101110111110011111111010111101001011
+9,8,15,69,1101111011111011111011111011011011110000111110011110101000101011001110011110111110110111110101001111
+9,8,16,61,1011001010101110111110111010001111110010111101011101000000101011111110011010101011110010100111010111
+9,8,17,63,1011101011001110111110111011001011110011101111011100000001111011101110011110101011110011100101000111
+9,8,18,62,1111111100111110111010110011011001100011100111010101000010101011101110011100101111110010110100011111
+9,9,0,67,1011101010101111111110111011001011110011111111011100000001001011111110111011011011110010110101110111
+9,9,1,67,1011101010101111111110111011001011110011111111011100000001001011111110111011011011110010110101110111
+9,9,2,65,1101100100110010111011101011000011101110100110011111101011101011111110011110111111110010110110001111
+9,9,3,63,0011101000111110111010110011001111110011110111011101100001111010100110111000011111110010110111001111
+9,9,4,68,1101111011101011111011111011011011010000111110010110101001101011001110011110111110110111111101001111
+9,9,5,68,1011101100111010111011110011011001111010101111011110111010101011101110111110111110111010110100001111
+9,9,6,65,1011111110111011101011111001001101110010101110010110111010101011001110111100101111110110110100001111
+9,9,7,67,1111101110111110111010111011010001100010111111010101100001101011101110111110111111111110110101001010
+9,9,8,68,1101101011111011111011111011001011110000110111011111101001101011011110011110011110110111110101001011
+9,9,9,67,1001111111111111111110110011010111110010101110010100100010101011001110111101111111110011110100001111
+9,9,10,64,1111111110111011101010111001011001110010111110010110001000101011101110111100101111111110110101001010
+9,9,11,67,1011101110111110111011111011000001100010101111010101110011101011001110111110111111110110111100001111
+9,9,12,63,1111111100101010111011110011011001001010101111010101000010101011101110111100111110111010110100011111
+9,9,13,66,1011101100111110111010110011011001110011100111010110111011101011101110011110101111110010111100001111
+9,9,14,66,1111101010101110111110111011001011110011111111011100000001001011111110111011001111110010110101010111
+9,9,15,63,1011111100111111111010110011011001100011100111010101000010101011101110011100111011110010110100111111
+9,9,16,67,1101111110111111111010111001001111000010111111010101100000111011011110111110111011110111100100001111
+9,9,17,66,1111101110111111011011111001000001110010100111010101100001101011101110111110101111111110111101001011
+9,9,18,66,1101111110111111011110111011001111010010100111010101100010111011011110111110101011110111100100001011
+9,10,0,66,1101101110111111111010111011010001110010110111010101100001101011101110111110111111111110110100001010
+9,10,1,67,1011101111111110111010110011000111100010101111010101100001101011011110111101011111110011111101001111
+9,10,2,68,1011101010101111111110111011001011110011111111011100100001101011001110111110111011110110111101000111
+9,10,3,66,1101111011101011111011111011011011010000111110010110001001001011111110011011011110110011110101011111
+9,10,4,69,1011101110101110111110111011001001100011101111010101000011101011101110111111111111110110111100101111
+9,10,5,64,1011101010111111111011111011000011110010110111011100110001001011011110111010011011110010110101010111
+9,10,6,65,1111101100101110111110111011001001110011111111011100100000001011111110111011001111110010110100011111
+9,10,7,69,1011101010111010111011110011011011111010101111011110011011101011101110111110111110111010110101000111
+9,10,8,66,1111101110101110111010111011010001010000111110010101101001101011001110111110111111111111110101001011
+9,10,9,68,1101111011111011111001111011011011100010111111010110100001101011101110011110111110110110111101001110
+9,10,10,65,1101111011101011111010111011011011010000111110010110101001101011001110011100011110110111111101001111
+9,10,11,69,1001101111111111111011110011000111110010100111010101100001101011011110111111111111110011111100001111
+9,10,12,63,1011101110101111111110111011000011110010101111011100000001001011111110111001011011110010110101100111
+9,10,13,70,1001101011111111111010110011001111110011110111010101100001101011011110111111011111110011111100011111
+9,10,14,65,1011101100111010111011110011011001110010101111011110111010101011001110111110111110111010110000001111
+9,10,15,68,1101101011111000111011111011001011111000110111011111101001101011111110011110011110110111110101001011
+9,10,16,68,1101111110111111111010111011010111110010111111010100100010101011101110111101111111111010110100001010
+9,10,17,66,1011101111111110111110110011010001100010101110010101100001101011001110111110111111110111110101001111
+9,10,18,65,1001111010111111111110110011001011110011101111011000000000001011111110111101011111110011110101100111
+9,11,0,69,1001101111111111111011110011000111110010100111010101100001101011011110111111111111110011111100001111
+9,11,1,69,1001101111111111111011110011000111110010100111010101100001101011011110111111111111110011111100001111
+9,11,2,73,1011101010111011111011111011010011111010101111011111111011101011111110111110111110111110110101000110
+9,11,3,63,1101101110111110111010110011011001110010110111010100000001101011101110111110111111111010110100001011
+9,11,4,68,1111101111111010111110111011010001100010101110010101110001101011101110111110111111110110110101001111
+9,11,5,66,1001110011111111111001110011011011100010111111010110100001101011001110011110111110110111111101001110
+9,11,6,65,1101111010111111111110110011000011110011101111011000000010001011111110111101011111110011110101001110
+9,11,7,67,1001111110111111111010111011011111110010111111010100100000101011100110111101111111111010110100100011
+9,11,8,69,1101101110111111111010111011010111110010111110010101101011101011001110111110111101111010110101001011
+9,11,9,64,1111111110101110111010111011010001010000111111010100100000101011101110111101111111111111110100001010
+9,11,10,69,1011101110111111111110111011000111110010111111010100100011101011001110111011111011110011111100001111
+9,11,11,67,1001101111101111111011110011010111110010100110010101100001101011011110111111111111110010110100011111
+9,11,12,67,1111101110101110111010111011011001100011101111010101000011101011101110111111111111110110110100001011
+9,11,13,69,1011101110101110111110111011000001010001111110010101101001101011001110111110111111111111111101101111
+9,11,14,70,1001101011101111111010110011001011110011110111010101100001101011011110111111111111110011111100111111
+9,11,15,69,1011101110111110111110111011001101100011101111010101000011101011101110111111011111110110111100001111
+9,11,16,67,1011101010101111111110111011001011100011001111010100100011101011001110111111111111110110111101000111
+9,11,17,69,1011101110101110111110111011001001110011111111011101000001101011101110111110111011110110111100101111
+9,11,18,66,0011101011111010111011111011011011111010101111010110000001101011101110111110111110111010110101000111
+9,12,0,67,1001101110111111111011111011000111110010101111010101101001101011011110111110111110110010111100000111
+9,12,1,74,1011101011111011111011110011010011111010100111011111110011101010111110111111111111111111110101001110
+9,12,2,71,1011101110111110111110111011011101100011101111010101000011101011101110111111111111110110111100001111
+9,12,3,66,1111101110101110111010111011001001100011111111010101000011101011101110111111011111110110110100001011
+9,12,4,69,1001101011111110111011110011001111100011100111010101100011101011111110111111011111110011111100001111
+9,12,5,69,1011101111111111111110111011000101110010101111010101000001101011001110111111111111110110111100001111
+9,12,6,66,1111101110101111111011110011000011010000111110010101100001101011001110111110111111110111111100001111
+9,12,7,73,1001101111111110111110111011000101110011100111010101101001101011011110111111111111111011111101101111
+9,12,8,69,1011101110111111111110111011001101100011101111010101000011101011101110111111011011110110111100001111
+9,12,9,69,1011101110111110111110111011000111110010111111010100100011101011001110111011111111110011111100001111
+9,12,10,73,1101101110111111111011110011011111100010110111011100101011101011101110111111111110110110111101001111
+9,12,11,67,1001111011111011111001110011000011110010101111010111110001101011011110111110111111110011111100001110
+9,12,12,68,1001100011101111111010110011001011110011110111010101100001101011011110111111111111110011111100101111
+9,12,13,68,1001111011111111111001110011011011100010111111010110100001101011001110011110111110110111111101011110
+9,12,14,67,1001101110111111111110111011011111100010111111010100100000101011100110111111111111111010111100000011
+9,12,15,69,1011111110111110111010111011001101110011101111010101000011101011101110111101011111110110110100101111
+9,12,16,67,1011101110111110111110111011001001100011101111010101100001101011111110111111011110110110111100001110
+9,12,17,74,1011101010111011111011111011010111111010101111011111011011101011101110111110111111111110110101000111
+9,12,18,73,1011101010101011111110111011011011110011101111011111111011101011111110111110111110110110110101000111
+9,13,0,73,1011101010111011111011111011010111111010101111011111011011101011101110110110111111111110110101000111
+9,13,1,74,1011101010111011111011111011010111111010101111011111011011101011101110111110111111111110110101000111
+9,13,2,73,1011101010111011111011111011000111101010101111011111011111101011101110111110111111111110110101000111
+9,13,3,67,1111101110101110111010111011011001110011111110010101000011101011101110111111011111110110110100001011
+9,13,4,71,1011101111111110111010111011000001011011100111010101100001101011011110111111111111111011111101101111
+9,13,5,70,1001101110111110111111111011000101110010111111011101001001101011101110111110111011111110111100101110
+9,13,6,73,1011101010101011111110111011011011110011101111011110111011101011111110111110111111110110111100000111
+9,13,7,68,1011101110111110111110111011000111110010111011010101100011101011001110111011111110110011110101001111
+9,13,8,69,1001111011111111111011110011011011100010111111010110100001101011011110011110111110110111111100011110
+9,13,9,68,1001100011101111111000111011001011110011110111010101100001101011001110111111111111110011111101101111
+9,13,10,75,1011101011111011111011111011010011111010101111011111011011101010111110111110111111111110110101001111
+9,13,11,73,1011101010111011111011110011010111111010100111011111110011101011101110111111111111111111110101000110
+9,13,12,70,1001101111111111111011110011001101100011100111010101100011101011111110111111011111110011111100001111
+9,13,13,68,1011101010111110111110111011001111100011101111010101000011101011101110111111011011110110111100001111
+9,13,14,69,1011101110111110111110111011001101100011101111010101000011101011101110111111111111110110111100001110
+9,13,15,69,1011101111111111111110111011010101110010101111010101000001100011001110111111111111110110111100001111
+9,13,16,67,1011101010111111111110110011010101100011100111010101100011101010101110111111011111110110111100001111
+9,13,17,77,1011101111111011111011111011011011111010101111011111010011101011111110111111111011111111110101001110
+9,13,18,66,1011101110111110111110111011001001100011101111010101000001101011011110111111011111110110111100001110
+9,14,0,71,1011101010101011111010111011010111110011101111011110011011101011101110111110111111111110111100000111
+9,14,1,76,1011101010111011111111111011011011111010101111011111111011101011111110111110111111110110110101000111
+9,14,2,69,1011101010111110111010111011010111111010101111010111001011101011101110111010111110110111110101000111
+9,14,3,73,1011101110111011111111111011000111110010111011011101110011101011001110111111111111111010110101001111
+9,14,4,68,1011101111111110111110111011001001000011101111010101000001101011101110111111111111110110111100101110
+9,14,5,72,1011101110111110111010111011000101111011100111010101100011101011011110111111111111111011111101001111
+9,14,6,64,1001111011111111111010111011000001100010101111010110100001101011001110011111111110110110111100011110
+9,14,7,73,1011101111011111111111110011011111110010111111010101100001101011111110111110111110110111101100001111
+9,14,8,69,1011101110111110111110111011000101100011101111010101000011001011101110111111111111110111111100001111
+9,14,9,70,1011101111111110111010111011001001011011100111010101100001101011011110111111111111111010111101101110
+9,14,10,74,1011101010111011111011111011000111111011101111011111011111101011101110110110111111111110110101000111
+9,14,11,72,1011101010111011111011111011010111101010101111011111011011101011101110111110111111111110110100000111
+9,14,12,73,1011101011111111111110111011010111110010101111011111011001100010101110111110111111111110110101001111
+9,14,13,72,1111101111111011111011111011010001111010101111010101000011101011011110111111111111110110111100001111
+9,14,14,65,1011101111111110111110111011000101110010110011010101100011101011001010111001111110110011110101001111
+9,14,15,72,1011101110111110111010111011000011011011101111010101100001101011011110111111111111111011111101101111
+9,14,16,73,1011101010111011111011111011010111111010101111011111011011101011101110110110111111111110110101000111
+9,14,17,75,1011101011111011111011111011010011111010101111011111011011101010111110111110111111111110110101001111
+9,14,18,77,1011101111111011111011111011010011111010101111011111011011101010111110111111111111111111110101001110
+9,15,0,73,1011101011111111111110111011001011100011101111011111010001101011101110111111111111110110111100100111
+9,15,1,67,0011101110111010111011111011010101101010101111010101001011101011101110111110111111111110110100001110
+9,15,2,72,1011101111111110111010111011001001011011101111010101100001101011011110111111111111111010111101101111
+9,15,3,70,1011101110111110111010111011000011011011100111010101100001101011011110111111111111111011111101101110
+9,15,4,75,1011101111111011111111110011011111110010111111011101100011101011101110111111111110110111101100001111
+9,15,5,69,1011101100011111111111111011000111110010111011010101110001101011011110111110101111111010110101001111
+9,15,6,74,1011101111011111111111110011011111110010101111010111100001101011111110111110111111110111110100001111
+9,15,7,74,1011101011111011111011111011000111111011111111011101011111101011101110110110111110111110101101000111
+9,15,8,76,1011101011111111111111111011011011111010101111011111110001101010101110111110111011111110110111001111
+9,15,9,73,1011101011111011111010011011010111110010101111011111011011100011111110111110111111111110110101001111
+9,15,10,76,1011101110111011111011111011000111111010101111011111011111101011111110110111111111110110110101001111
+9,15,11,70,1111101011111011111011111011010001111011101111010101000011101011001110111110111111111110111100000111
+9,15,12,78,1011101011111011111111111011011011111010101111011111111011101011111110111110111111111110110101000111
+9,15,13,73,1011101010111011111011111011010011111010101111011111011011101010111110111110111111110110110101001111
+9,15,14,72,1011101110011110111111110011011111110010101111010101100001101011011110111110111111110111111100101111
+9,15,15,73,1011101111111111111010111011000011011011111111010101100001101011111110111111111110111011101101001111
+9,15,16,70,1011101111111110111110111011000101111010100111010111100011101011111010111011111110111011110101001110
+9,15,17,71,1011101111111011111011111001010011110010111011011101011011101010001110111101111111110111110101001111
+9,15,18,73,1011101010111011111011111011010111101010101111011111011011101011101110111110111111111110110101000111
+9,16,0,74,1011101111111111111111111001010011110010111011011111010011101010101110111101111111110111110101001111
+9,16,1,73,1011101011111111111011111011011011110010101111011101111001101010001110111110111011111110110111001111
+9,16,2,77,1011101011111111111111111011011011111010101111011111010001101011101110111110111111111110110111001111
+9,16,3,73,1011101011111111111110111011001011100011101111011111110001101011101110111111111011110110111100100111
+9,16,4,78,1011101011111011111111111011011111111010101111011111101011101011101110111110111111111110110101001111
+9,16,5,75,1011101111111011111111110011011011110010111111011101110011101011111110111111111110110111101100000111
+9,16,6,76,1011101110111011111011111011000111111010101111011111011111101011111110110111111111110110110101001111
+9,16,7,76,1011101110111011111011111011000111111010101111011111011111101011111110110111111111110110110101001111
+9,16,8,73,1011101111011111111111110011011111110010101111010111000001101011111110111110111101110111110100101111
+9,16,9,73,1011101011111111111110111011001011100011101111011111110001101011101110111111111111110110111100000111
+9,16,10,72,1011101011111011111111111011000011111010111011011111011101101010101110110110111110111110101111000111
+9,16,11,77,1011101011111111111011111011011111111011101111011101110011101011101110111110111011111110110101001111
+9,16,12,72,1011101111111011111111110011010111110010101111011111100001101011101110111111111110100111101100001111
+9,16,13,74,1011101111011111111111110011011111110010111111010101100011101011111110111110111111110111110100001011
+9,16,14,76,1011101011111111111111111011011011111000101111011111111001101010101110111110111011111110110111001111
+9,16,15,77,1011101011111011111111111011011011111010101111011111110011101011111110111110111111111110110101000111
+9,16,16,78,1011101011111011111111111011011011111010101111011101111011101011111110111110111111111110111101000111
+9,16,17,74,1011101011111011111011111011000111111011111111011111011111101011101110110110111110111110100101000111
+9,16,18,71,1011101011111110111011111011000011111010100111010100100001101011111110111111111111111110111101101110
+9,17,0,77,1011101011111111111111111011011011111010101111011111010001101011101110111110111111111110110111001111
+9,17,1,77,1011101011111111111111111011011011111010101111011111010001101011101110111110111111111110110111001111
+9,17,2,75,1011101110101111111110111011011011011010101111011111110001101010001110111110111111111111111111001111
+9,17,3,76,1011101011111011111111111011011011111011101111011101111011101011111110111110111011111010110101000111
+9,17,4,76,1011101111111011111111111011011011111010101111011111110001101011111110111110111101111110110101000111
+9,17,5,75,1011101011011111111111110011011111110010101111010101001011101011111110111110111111110111111100101111
+9,17,6,76,1011101110111011111011111011011011111010101111011111110011101011111110111111111111110110110101000111
+9,17,7,77,1011101011111011111111111011000111111010101111011111011111101011111110110110111111111110110101001111
+9,17,8,78,1011101011111011111111111011011111111010101111011111111011101011101110111110111011111110110101001111
+9,17,9,77,1011101011111111111011111011011111111011101111011101100011101011101110111110111111111110110101001111
+9,17,10,75,1011101011111111111111111011011011111000101111011101111001101010101110111110111011111110110111001111
+9,17,11,77,1011101011111111111111111011011011111000101111011111111001101010101110111111111011111110110111001111
+9,17,12,74,1011101110111011111011111011000011111010101111011111011111101011111110110110111111110110110101001111
+9,17,13,78,1011101011111011111111111011011111111010101111011111110011101011111110111111111111111100110101000111
+9,17,14,77,1011101011111011111111111011011011111010101111011101111011101011111110111110111111111110110101000111
+9,17,15,78,1011101011111011111111111011011011111010101111011111110011101011111110111110111111111110111101000111
+9,17,16,80,1011101011111111111111111011011111111000101111011111111011101011101110111110111111111110110111001111
+9,17,17,73,1011101011111011111111111011011011111010101111011111101001101010101010111110111011111110110101001111
+9,17,18,76,1011101011111011111011111011011011111011101111011111110011101011111110111110111101111110110101000111
+9,18,0,77,1011101011111111111111111011010111111010101111011111011101101010101110110110111111111110110111001111
+9,18,1,77,1011101011111011111111111011001011111000101111011111111011101011111110111111111011111110110101001111
+9,18,2,74,1011101011111011111111111011000111111010101111011111011001101011111110110110111101111110110101001111
+9,18,3,79,1011101111111011111111111011011011111010101111011111110111101011111110111110111111111110110101000111
+9,18,4,74,1011101010101111111110111011011011011010101111011111110001101010101110111110111111111111111111000111
+9,18,5,78,1011001111111011111111111011011011111010101111011111110011101011011110111110111111111110111101001111
+9,18,6,78,1011101110111011111111111011011011111010101111011111011011101011111110111110111111111110110101001111
+9,18,7,72,1011101011111011111011111011000011111010101111011101111111100011111110110110111111110110110101000111
+9,18,8,78,1011101011111111111111111011011111111000101111011111110011101011101010111110111111111110110111001111
+9,18,9,79,1011101011111111111111111011011111111010101111011101111011101011101110111110111111111110110101001111
+9,18,10,76,1011101011111011111111111011011111111000101111011111110011101011111110110111111111111100110101000111
+9,18,11,81,1011101011111111111111111011011111111010101111011111111011101011101110111110111111111110110111001111
+9,18,12,76,1011101011111011111111111011011111111011101111011101111011101011101110111110111011111010110101000111
+9,18,13,77,1011101011111111111011111011011011111011101111011101100011101011111110111110111111111110110101001111
+9,18,14,75,1011101110111011111111111011010011111010101111011111010011101011111110110111111111111110110101000111
+9,18,15,76,1011101011111011111011111011001011111010101111011111111111101011111110111110111101110110110101001111
+9,18,16,77,1011101011111111111111111011011011111010101111011111010001101011101110111110111111111110110111001111
+9,18,17,78,1011101011111111111111111011011111111010101111011101110011101011101110111110111111111110110101001111
+9,18,18,76,1011101011111011111111111011011111111000101111011111110011101011101110111110111111111100110111000111
+9,19,0,75,1011001011111011111011111011001011111010101111011111111111101011011110111110111101111110110101001111
+9,19,1,79,1011101111111011111111111011011011111010101111011111110011101011111110111110111111110110111101001111
+9,19,2,78,1011101011111111111111111011011111111000101111011101111011101011101110111110111111111110110101001111
+9,19,3,79,1011101011111111111111111011011111111010101111011111110011101011101010111110111111111110110111001111
+9,19,4,77,1011101010111011111111111011011011111000101111011111011011101011111110111110111111111110110111001111
+9,19,5,80,1011101111111111111111111011011111111010101111011111110011101011101011111110111111111110110101001111
+9,19,6,77,1011101011111111111111111011011011111010101111011111011001101011101110111110111111101110110111001111
+9,19,7,74,1011101011111111111111111010010111111010101111011111010101101010101110110110111111111110110111001011
+9,19,8,78,1011001011111011111111111011011111111010101111011111110011101011111110111110111111111110110101001111
+9,19,9,82,1011101111111111111111111011010011111010101111011111111011101001011110111111111111111110111111101111
+9,19,10,76,1011101011111011111011111011001011111010101111011111111111101011111110111110111101110110110101001111
+9,19,11,76,1011101011111011111011111011001011111010101111011111111111101011111110111110111101110110110101001111
+9,19,12,77,1011101011111111111111111111001111111000101111011101110011101011101010111110111111111110110111001111
+9,19,13,79,1011101011111111111111111011011111111010101111011111110011101011101110111110111111111110110101001111
+9,19,14,78,1011101011111111111111111011010111111010101111011111111011101001101110111110111111111110110101001111
+9,19,15,81,1011101011111111111111111011011111111010101111011101111011101011111110111111111111111110110101001111
+9,19,16,78,1011101011111111111111111011011111111000101111011111110011100011101110111110111111111110110111001111
+9,19,17,80,1011101011111111111111111011011111111010101111011111111011101011101010111110111111111110110111001111
+9,19,18,76,1011101011111011111111111011010111111010101111011111011011101011111110110110111101111110110101001111
+9,20,0,80,1011101011111111111111111011011011111010101111011111111011101011111110111110111111111110110101001111
+9,20,1,80,1011101111111011111111111011011111111010101111011101110011101011111110111111111111110110111101001111
+9,20,2,79,1011101111111111111111111011010011111010101111011101111011101001101110111111111111111110110101101111
+9,20,3,80,1011101011111111111111111011011111111000101111011111111011101011011110111110111111110110111111001111
+9,20,4,81,1011101111111111111111111011010011111010101111011111111011100001111110111111111111111110111111001111
+9,20,5,80,1011101011111111111111111011011111111010101111011111111011101011001010111110111111111110110111101111
+9,20,6,78,1011101011111111111111111011011111111010101111011101110011101011111010111110111111111110110101001111
+9,20,7,83,1011101011111111111111111011011111111011101111011111111011101011101110111111111111111110110111001111
+9,20,8,80,1011101011111111111111111011011011111010101111011111111011101001111110111110111111111110110111001111
+9,20,9,75,1011101010111011111111111011010111111000101111011111011011101011101110111110111111111110110101001111
+9,20,10,77,1011001011111111111111111111001111111010101111011101110011101011101010111110111111111110110111001111
+9,20,11,78,1011101011111111111111111011011111111000101111011111111011101011101010111110111111111110110110001111
+9,20,12,79,1011101011111111111011111011001111111010101111011111110111101011111110111110111101111110110111001111
+9,20,13,75,1011101011111011111111111011011011111000101111011111111011100011101110111110111111110110110101001111
+9,20,14,76,1011101011111011111111111011010111111010101111011111110011101011101110111110111111110110110101001111
+9,20,15,81,1011101111111111111111111011011011111010101111011111111011101001111110111110111111111110111101001111
+9,20,16,78,1011101011111111111111111011011111111000101111011111110011100011101110111110111111111110110111001111
+9,20,17,78,1011001011111011111111111011011111111010101111011111110011101011111110111110111111111110110101001111
+9,20,18,76,1011101011111111111111111011010011111010101111011111111011101001101110111110111111110110110101001111
+9,21,0,79,1011101111111011111111111111001111111010101111011101110011101011111010111111111111111110110101001111
+9,21,1,77,1001001011111111111111111011011111111010101111011101110011101011101110111110111111110110111111001111
+9,21,2,80,1011101011111111111111111011011111111011101111011111111011101001101010111110111111111110110111001111
+9,21,3,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,21,4,79,1011101011111011111111111011011111111010101111011111110011101011101110111110111111111110111101001111
+9,21,5,78,1011101111111111111111111011010011111010101111011111111011101001111110111110111111110110110101001111
+9,21,6,78,1011100011111111111111111011011011111010101111011111111011101001111110111110111111111110110101001111
+9,21,7,82,1011101111111111111111111011011011111010101111011111111011101001111110111110111111111110111111001111
+9,21,8,79,1011001111101111111111111011010011111010101111011111111011100001111110111111111111111110111111001111
+9,21,9,79,1011101011111011111111111011011111111010101111011111110011101011111110111110111111111110110101001111
+9,21,10,79,1011101011111111111111111011011011111010101111011111111011101001011110111110111111110110111111001111
+9,21,11,80,1011101011111111111111111011011111111000101111011111111011101011111110111110111111111110110111001011
+9,21,12,81,1011101011111111111111111011011111111000101111011111111011101011011110111110111111111110111111001111
+9,21,13,78,1011101011111111111111111011011001111010101111011111111011101001111110111110111111110110110111001111
+9,21,14,81,1011101111111111111111111011011011111010101111011111111011101001101110111111111111111110110111001111
+9,21,15,78,1011101011111111111111111011010011111010101111011101111011101001111110111110111111111110110101101111
+9,21,16,78,1011101011111111111111101011011111111100101111011111110011100011101110111110111111111110110111001111
+9,21,17,77,1011101011111111111111111011011111111000101111010111110011100011101110111110111111111110110111001111
+9,21,18,81,1011101011111111111111111011011011111011101111011111111011101001111110111110111111111110110111001111
+9,22,0,80,1011101011111011111111111011011111111010101111011111110011101011101110111110111111111110111111001111
+9,22,1,79,1011101111111111111111111011011011111010101111011111111011101001101110111110111111111110110101001111
+9,22,2,77,1011101111111011111111111011011111111000101111011111110011101011111010111110111111111110110101001011
+9,22,3,82,1011101011111111111111111111001111111010101111011101111011101011111110111111111111111110110111001111
+9,22,4,80,1011101011111111111111111011011011111011101111011111111011101001101110111110111111111110110111001111
+9,22,5,81,1010101011111111111111111011011111111011101111011111111011101011111010111110111111111110110111001111
+9,22,6,81,1011101011111111111111111011011011111011101111011111111011101001111110111110111111111110110111001111
+9,22,7,80,1011101011111111111111111011011111111000101111011111111011101011111110111110111111111110110111001011
+9,22,8,80,1011101111111111111111111011010011111010101111011111111011101001111110111110111111111110110111001111
+9,22,9,79,1011101011111111111111111011011011111011101111011111111011101001111110111110111111110110110101001111
+9,22,10,79,1011100111111111111111111011011011111010101111011111111011101001111110111110111111111110110101001111
+9,22,11,77,1011101011111111111111111011010011111010101111011111111011101001111110111110111111110110110101001111
+9,22,12,83,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,22,13,80,1011101111111101111111111011011111111010101111011111111011101001101110111110111111111110110111001111
+9,22,14,80,1011101011111111111111111011010111111010101111011111111011101001111110111110111111111110110101101111
+9,22,15,80,1011101011111111111111111011011011111010101111011101111011101011101110111111111111111110110111001111
+9,22,16,75,1011100011111111111111101011011011111010101111011111100011101001111110111110111111111110110101001111
+9,22,17,80,1011101011111111111111111011011111111100101111011111111011100011101110111110111111111110110111001111
+9,22,18,82,1011101011111111111111111011011111111010101111011111111011101011101110111111111111111110110111001111
+9,23,0,81,1011101011111111111111111011010011111010101111011111111011101001111110111111111111111110111111001111
+9,23,1,82,1011101111111111111111111011011011111010101111011111111011101011111110111110111111111110110111001111
+9,23,2,82,1011101011111111111111111011011111111010101111011111111011101011111010111111111111111110110111001111
+9,23,3,79,1010101011111111111111111011011011111011101111011101111011101011101110111110111111111110110111001111
+9,23,4,83,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,23,5,82,1011101011111111111111111011011011111011101111011111111011101101111110111110111111111110110111001111
+9,23,6,82,1011101111111111111111111011011011111010101111011111111011101011111110111110111111111110110111001111
+9,23,7,81,1011101011111111111111111011010011111010101111011111111011101001111110111111111111111110111111001111
+9,23,8,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,23,9,81,1011101011111111111111111011011011111011101111011111111010101001111110111110111111111110111111001111
+9,23,10,77,1011101111111011111111111011011011111000101111011111111011101001111010111110111111111110110111001011
+9,23,11,81,1011101011111111111111111011011111111011101111011111110011101011111110111110111111111110110101001111
+9,23,12,81,1010101011111111111111111011011111111011101111011111111011101011111010111110111111111110110111001111
+9,23,13,81,1010101011111111111111111011011111111011101111011111111011101011111010111110111111111110110111001111
+9,23,14,82,1011101111111111111111111011011111111010101111011111110011101011111111101111111111111110111101001011
+9,23,15,77,1011101010111011111111111011011011111000101111011111111011101011111010111110111111111110110111001111
+9,23,16,81,1011101111111111111111111011001111111010101111011101111011101011111110111110111111111110110111001111
+9,23,17,82,1011111011111111111111111111010011111010101111011111111011101001111110111111111111111110110111001111
+9,23,18,79,1011101011111111111111111011010011111010101111011111111011101001111110111110111111111110110111001111
+9,24,0,83,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,24,1,80,1011101011111111111111111011011011111011101111011111111010101001111110111110111111111110110111001111
+9,24,2,83,1011101011111111110111111011011011111011101111011111111011101111111110111111111111111110110111001111
+9,24,3,80,1011101011111111111111111011011011111010101111011111111011101001111110111110111111111110110111001111
+9,24,4,79,1011101111111111111110111011011111111010001011011111110011101011111111101111111111111110111101001011
+9,24,5,82,1011101111111111111111111011011111111010101111011111110011101011111111101111111111111110111101001011
+9,24,6,82,1011001111111111111111111011011011111010101111011111110011101011111110111111111111111110111111001111
+9,24,7,81,1011101111111111111111111011011111111010101111011111111011101011111111101110111111111110110101001011
+9,24,8,82,1011101011111111111111111011011011111011111111011111111011101001111110111110111111111110110111001111
+9,24,9,80,1011101011111111111111111011010011111010101111011111111011101101111110111110111111111110110111001111
+9,24,10,80,1011101011111111111111111111010011111010001111011111111011101001111110111111111111111110110111001111
+9,24,11,82,1011111011111111111111111011010011111010101111011111111011101001111110111111111111111110111111001111
+9,24,12,82,1011101111111111111111111011011011111010101111011111111011101011111110111110111111111110110111001111
+9,24,13,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,24,14,83,1011101011111111111111111011011111111010101111011111111011101011111010111111111111111110111111001111
+9,24,15,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,24,16,83,1011101011111111111111111011011011111010101111011111111011101101111110111111111111111110111111001111
+9,24,17,83,1011101111111111111111111011011011111011101111011111111011101011111110111110111111111110110111001111
+9,24,18,81,1010101011111111111111111011011011111011101111011111111011101011111010111110111111111110111111001111
+9,25,0,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,25,1,81,1011101011111111111111111011011011111011111111011111111011101001111110111110111111110110110111001111
+9,25,2,80,1011101011111111111111111011011011111011101111011111111010101001111110111110111111111110110111001111
+9,25,3,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,25,4,81,1011111011111111111111111011010011111010101111011111111011101001111110111110111111111110111111001111
+9,25,5,83,1011101011111111111111111011011011111010101111011111111011101101111110111111111111111110111111001111
+9,25,6,83,1011101011111111111111111011011011111010101111011111111011101111111010111111111111111110111111001111
+9,25,7,79,1010101011111111111111111011011011111011101111011111111011101001111010110110111111111110111111001111
+9,25,8,83,1011101011111111111111111011011111111010101111011111110011101011111111101111111111111110111111001111
+9,25,9,82,1011101111111111111111111011011011111010101111011111111011101011111110111111111111111110111101001011
+9,25,10,80,0011101011111111111111111011011011111011101111011111111011101001111110111011111111111110110111001111
+9,25,11,82,1011101111111111111111111011010111111010101111011111111011101011111110111110111111111110110111001111
+9,25,12,81,1011001111111111111111111011011010111010101111011111111011101011111110011111111111111110111111001111
+9,25,13,81,1011101011111111111111111011011011111010101111011111110011101011111110111111111111111110110111001111
+9,25,14,83,1011101011111111111111111011011111111010101111011111111011101011111010111111111111111110111111001111
+9,25,15,82,1010101011111111111111111011011011111011101111011111111011101011111010111111111111111110111111001111
+9,25,16,82,1011101111111111111111111011011011111010101111011111111011101101111110111110111111111110110111001111
+9,25,17,84,1011101011111111111110111011011011111011101111011111111011101011111110111111111111111110111111101111
+9,25,18,83,1011101011111111111111111011011011111011111111011111111011101011111110111110111111111110110111001111
+9,26,0,83,1011101111111111111111111011011011111010101111011111111011101011111110111111111111111110111111001011
+9,26,1,82,1011101011111111111111111011011011111010101111011111111011101111111010111111111111111110111101001111
+9,26,2,81,1011101011111111111111111011011011111010101111011111111011101011111110111110111111111110110111001111
+9,26,3,83,1011101111111111111111111011011011111010101111011111111011101101111110111111111111111110110111001111
+9,26,4,84,1011101011111111111111111011011111111010101111011111111011101101111110111111111111111110111111001111
+9,26,5,82,1011101011111111111111111011011011111010101111011111111011101011111010111111111111111110111111001111
+9,26,6,83,1011101011111111111111111011011111111010101111011111110011101011111111101111111111111110111111001111
+9,26,7,83,1011101011111111111111111011011111111010101111011111110011101011111111101111111111111110111111001111
+9,26,8,83,1011101011111111111111111011011011111011111111011111111010101001111110111111111111111110111111001111
+9,26,9,81,1011101011111111111111111011011011111010101111011111111011101111111010111110111111111110110111001111
+9,26,10,83,1011101011111111111111111011011011111011111111011111111011101011111110111110111111111110110111001111
+9,26,11,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,26,12,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,26,13,83,1011101011111111111110111011011011111011101111011110111011101011111110111111111111111110111111101111
+9,26,14,81,1011101111111111111111111011010111111010101111011111111011101011111110111010111111111110110111001111
+9,26,15,83,1011101011111111111111111011011011111010101111011111111011101111111010111111111111111110111111001111
+9,26,16,85,1011101011111111111111111011011111111011101111011111111011101011111010111111111111111110111111101111
+9,26,17,82,1011101011111111111110111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,26,18,82,1011101011111111111111111011011111111010101111011111110011101011111010111111111111111110111111001111
+9,27,0,81,1011101011111111111110101011011111111010101111111111110011101011111110101111111111011110111111101111
+9,27,1,83,1011101011111111111111101011011011111011101111011110111011101011111111111111111111111110111111001111
+9,27,2,82,1011101011111111111110111011011011111011101111011110111011101111111010111111111111111110111101101111
+9,27,3,83,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,27,4,85,1011101111111111111111111011011011111011101111011110111011101011111110111111111111111110111111101111
+9,27,5,81,1011101011111111111110111011011011111010101111011111111011101101111110111111111111111110110111001111
+9,27,6,83,1011101011111111111111111011011111111010101111011111111010101111111110111111111111111110110111001111
+9,27,7,84,1011101111111111111110111011011011111011101111011111111011101001111011111111111111111110111111101111
+9,27,8,83,1011101011111111111111111011011111111011101111011111111010101001111110111111111111111110111111001111
+9,27,9,83,1011101011111111111111111011011011111010111111011111111010101101111110111111111111111110111111001111
+9,27,10,83,1011101011111111111111111011011111111010101111011111110011101011111111101111111111111110111111001111
+9,27,11,82,1011101011111111111111111011011011111010101111011111111011101011111110111111111111111110110111001111
+9,27,12,84,1011101011111111111111111011011111111010101111011110110011101011111111101111111111111110111111111111
+9,27,13,83,1011101011111111111110111011011011111011101111011111111011101011111110111111111111111110111111001111
+9,27,14,84,1011101011111111111111111011011111111110101111011111111011101011111011101111111111111110111111001111
+9,27,15,84,1011101011111111111111111011011011111010101111011111111011101111111110111111111111111110111111001111
+9,27,16,84,1011101011111111111111111011011111111010101111011111111011101111111010111111111111111110111111001111
+9,27,17,80,1011101011111111111111111011011011111010101111011111110011101011111010111111111111111110111111001011
+9,27,18,81,1011101011111111111111111001011111111000101111011111110011101111111111101111111111111110111101001111
+9,28,0,85,1011101111111111111111111011011011111011101111011110111011101011111110111111111111111110111111101111
+9,28,1,82,1011101011111111111111111011011011111010001111011111111011101011111110111111111111111110111111001111
+9,28,2,82,1011101011111111111111111011011011111010111111010111111010101101111110111111111111111110111111001111
+9,28,3,81,1011101011111111111110111011011011111011101111011111111011101011111110111111101111111110111111001110
+9,28,4,84,1011101011111111111111111011011011111010101111011111111011101111111110111111111111111110111111001111
+9,28,5,84,1011101111110111111111111011011011111011101111011110111011101011111110111111111111111110111111101111
+9,28,6,82,1011101111111111111111111001011011111000101111011110110011101111111111101111111111111110111111101111
+9,28,7,82,1011101011111111111111111011011111111011101111011111011011101011101110111111111111111110111101001111
+9,28,8,82,1011101111111111111110111010011011111011101111011111111011101001011011111111111111111110111111101111
+9,28,9,84,1011101111111111111110111011111011111011101111011011111011101001111011111111111111111110111111101111
+9,28,10,84,1011101011111111111111111011011011111011101111011110111011101111111110111111111111111110111111001111
+9,28,11,80,1011101011111111111110101011011011111010101111011111111011101001111111111111111111111110110111001111
+9,28,12,82,1011101011111111111110111011011011111011101111011111111011101011111110111111111111111100111111001111
+9,28,13,83,1011101011111111111110111011011011111011101111011111111011101011111110111111111111111110111111001111
+9,28,14,83,1011101111111111111110111011011011011011101111011110111011101011111011111111111111111110111111101111
+9,28,15,85,1011101111111111111111111011011011111011101111011111111011101001111110111111111111111110111111101111
+9,28,16,83,1011101011111111111111111011011111111010101111011111111010101111111110111111111111111110110111001111
+9,28,17,84,1011101011111111111111111011011011111010101111011111111011101111111110111111111111111110111111001111
+9,28,18,83,1011101011111111111101111011011111111010101111011111111011100111111110111111111111111110111111001111
+9,29,0,80,1011101111111111111110111010011011111010101111011111111011101001111110011111111111111110101111101111
+9,29,1,82,1011101011111111111111111011011011111011111111010111111010101101011011111111111111111110111111001111
+9,29,2,85,1011101111111111111111111011011111111010101111011111111011101111111110111111111111111110110111001111
+9,29,3,82,1011101011110111111111111011011011111011101111011110111010101011111110111111111111111110111111101111
+9,29,4,82,1011101011111111111110111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,29,5,84,1011101011111111111111111011011011111011101111011111111011101111111110111111111111111100111111001111
+9,29,6,83,1011101111111111111110111010111011111011101111011111111011101001011011111111111111111110111111101111
+9,29,7,83,1011101111111111111110111011011011111011101111011011111011101001111011111111111111111110111111101111
+9,29,8,84,1011101011111111111110111011011011111011101111011111111011101011111110111111111111111110111111101111
+9,29,9,83,1011101111111111111110111011111011111011101111011011111011101001111011111111111111111110111111001111
+9,29,10,83,1011101111111111111111111011011011111010101111011111110011101011111111101111111111111100111111101111
+9,29,11,81,1011101011111111111110111001011011111001101111011110111011101111111110111111111111111110111111001111
+9,29,12,84,1011101011111111111111111011011011111011101111011111111011101111111110111111111111111100111111001111
+9,29,13,82,1011101011111111111110111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,29,14,84,1011101011111111111111111011011111111011101111011111111010101101111110111111111111111110110111101111
+9,29,15,83,1011101111111111110111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,29,16,82,1011101011111111111111111011011111111011101111011111011011101011111110111111111111111110011101001111
+9,29,17,82,1011101011111111111110111011011011111011101111011111111011101011101110111111111111111110111111001111
+9,29,18,84,1011101011111111111111111011011011111011101111011110111011101011111110111111111111111110111111101111
+9,30,0,82,1011101011110111111111111011011011111011100111011110111011101011111110111111111111111110111111101111
+9,30,1,81,1011101011111111111110111011011011111011101111011111111010101011101110111111111111111110111111001111
+9,30,2,82,1011101011111111111111111011011011111011111111010111111010101101011011111111111111111110111111001111
+9,30,3,82,0011101111111111111110111010111011111011101111011111111011101001011011111111111111111110111111101111
+9,30,4,80,1011101011111111111110111011011011111010101111011111111011101011111110101111111111111110110111001111
+9,30,5,85,1011101111111111111111111011011111111010101111011111111011100111111110111111111111111110111111001111
+9,30,6,84,1011101011111111111111111011011011111011101111011111111011101111111110111111111111111100111111001111
+9,30,7,84,1011101011111111111111111011011011111011101111011111111011101111111110111111111111111100111111001111
+9,30,8,83,1011101111111111111111111011011011111010101111011111110011101011111111101111111111111100111111101111
+9,30,9,83,1011101111111111111111111011011011111010101111011111110011101011111111101111111111111100111111101111
+9,30,10,84,1011101011111111111111111111011111111011101111011111111010101101111110111111111111111110110111001111
+9,30,11,85,1011101111111111111111111011011111111010101111011111111010101111111110111111111111111110110111101111
+9,30,12,83,1011101011111111111111111011011111111001101111011111111010101101111110111111111111111110110111101111
+9,30,13,83,1011101111111111110111111011011011111010101111011111111011101011111110111111111111111110111111001111
+9,30,14,84,1011101011111111111111111011011111111010101111011111111010101111111110111111111111111110110111101111
+9,30,15,84,1011101111111111111111111011011111111011101111011111111011101101111110111111111011111110110111001111
+9,30,16,82,1011101111111111111110111011011011111010101111011111110011101011111110111111111111111110111111001111
+9,30,17,84,1011101011111111111111111011011111111010101111011111111011101111111110111111111111111110110111001111
+9,30,18,86,1011101111111111111111111011011111111011101111011111111010101111111110111111111111111110111111001111
+9,31,0,81,1011101011111011111111111011011011111010101111011111111010101111011110111111111111111110110111101111
+9,31,1,85,1011101011111111111111111011011111111011111111010111111010101111111011111111111111111110111111001111
+9,31,2,83,1011101011111111111111111011011111111010101111011111111010101110111110111111111111111110110111101111
+9,31,3,83,1011101011111111111111111111011111110011101111011111111010101101111110111111111111111110110111001111
+9,31,4,84,1011101111111111110111111011011111111010101111011111111011101011111110111111111111111110111111001111
+9,31,5,83,1011101111111111111111111011011011111010101111011111111011100111111110111111111111111110111011001111
+9,31,6,87,1011101111111111111111111011011111111011101111011111111011101111111110111111111111111110111111001111
+9,31,7,82,1011101011111111111111111011011011111011101111011111111010101111111110111111111011111100111111001111
+9,31,8,84,1011101011111111111111111111011011111011101111011111111010101101111110101111111111111110111111101111
+9,31,9,82,1011101111111111111111111011011111111010101111011111110011101011111111111111111111011100110111001111
+9,31,10,85,1011101011111111111111111011011111111011101111011111111010101111111110111111111111111110110111101111
+9,31,11,83,1011101011111111111111111011011011111010101111011111111011101111111110111111111111111100111111001111
+9,31,12,83,1011101111111111111111111011011111111011101111011111110011101011111110101111011111111100111111101111
+9,31,13,83,1011101111111111111111111011011011111010101111011111111011101101111111111111111011111110110111001111
+9,31,14,83,1011101111111111111111111011011111111011101111011111111011101101101110111111111011111110110111001111
+9,31,15,84,1011101111111111111111111011011111111011101111011111111011101101111110111111111011111110110111001111
+9,31,16,84,1011101011111111111111101011011011111011101111011111111011101111111110111111111111111110110111101111
+9,31,17,82,1010101011111111111111111011011111111010101111011111111010101111111110111111111111111100111111001111
+9,31,18,84,1011101011111111111111111011011111111011101111011111111010101101111110111111111111111110111111001111
+9,32,0,85,1011101111111111111111111011011011111010101111011111111011101111111111111111111011111110111111001111
+9,32,1,84,1011101111111111111111111011011111111011101111011111111011101101111110111111111011111110110111001111
+9,32,2,84,1011101011111111111101111011011011111011101111011111111011101111111110111111111111111110110111101111
+9,32,3,82,1011101011111111111111101011011111111011101111011111110010101101111110111111111111111110111111001111
+9,32,4,83,1011101011111111111111111011011011111011101111001111111010101111111110111111111111111110110111101111
+9,32,5,83,1011101011111111111111101011001111111011101111011111111011100111111110111111111111111110110111101111
+9,32,6,83,1011101111111111111111111011011011111010101111011111111011101101111111111111111011111110110111001111
+9,32,7,83,1011101111111111111111111011011011111010101111011111111011101101111111111111111011111110110111001111
+9,32,8,86,1011101111111111111111111111011111111011111111010111111010101111111110111111111111111110110111001111
+9,32,9,84,1011101011011111111111111011011111011011101111011111111011101111111011111111111111111110111111001111
+9,32,10,86,1011101111111111111111111111011111011011101111011111111011101111111110111111111011111110110111011111
+9,32,11,84,1011101111111111111111111011011111111011101111011111111011101101101110111111111111111110110111001111
+9,32,12,81,1011101111111111111111111011011111111011101111011111110010101001111110101111111111111100111111001111
+9,32,13,86,1011101011111111111111111011011111111011101111011111111011101111111110111111011111111110111111101111
+9,32,14,84,1011101011111111111111111011011111111011101111011111111011101111111110111111111011111110110111001111
+9,32,15,85,1011101111111111111111111011011111111011101111011111111010101101111110111111111111111110110111101111
+9,32,16,85,1011101111111111111111111011011111111011101111011111110011101011111110111111111111111110111111001111
+9,32,17,84,1011101111111111111111111011011111111010101111011111111011101111111110101111011111111100111111101111
+9,32,18,85,1011101011111111111111111111011011111011101111011111111010101111111110101111111111111110111111101111
+9,33,0,86,1011101111111111111111111011011111111011111111011111111010101111111110111111111111111100111111001111
+9,33,1,84,1011101111111111111111111111011111111010101111010111111011101111111110101111011111111110110111101111
+9,33,2,84,1011101011111111111101111011011011111011101111011111111011101111111110111111011111111110111111101111
+9,33,3,84,1011101111111111111111111011011111111010101111011111111011101111111110101111011111111100111111101111
+9,33,4,84,1011101111111111111111111011011011111010101111011111111011101111111110111111111011111110110111011111
+9,33,5,88,1011101111111111111111111111011111111011101111011111111011101111111111111111111011111110111111001111
+9,33,6,85,1011101111111111111011111011011111111011101111011111110011101011111110111111111111111110111111101111
+9,33,7,83,1011101111111111111111111011001111111011101111011111111010101101111110111111111111111110110111001111
+9,33,8,84,1011101111111111111111101011011011111011101111011111111011101111111110111111011111111110111111001111
+9,33,9,83,1011101011111111111111111011011111111010101110011111111011101101111111111111111011111110110111101111
+9,33,10,84,1011101011111111111111111111011011111011101111001111111010101111111110101111111111111110111111101111
+9,33,11,85,1011101011111111111111111111011011111011101111011111111010101111111110101111111111111110111111101111
+9,33,12,84,1001101111111111111111111011011011111010101111011111111011101111111111111111111011111110111111001111
+9,33,13,84,1011101111111111111111111011011011111010101111011111111011001111111111111111111011111110111111001111
+9,33,14,86,0011101111111111111111111111011111111011111111010111111010101111111110111111111111111110110111011111
+9,33,15,85,1011101111111111111111111111011111011011101111011111111011100111111110111111111011111110110111011111
+9,33,16,85,1011101111111111111111111011011111111011101111011111110011101011111110111111111111111110111111001111
+9,33,17,85,1011101111111111111111111011011111111011101111011111110011101011111110111111111111111110111111001111
+9,33,18,84,1011101111111111111111111011011111111011101111011111111011101111111110101111011011111100111111101111
+9,34,0,85,1011101111111111111111111011011111111011101111011111111010101111111110111111011111111100111111101111
+9,34,1,84,1011101111111111111111011111011111111010111111010111111011101111111110101111111111111110110111001111
+9,34,2,85,1011101011111111111111111111011111111011101111011111111010101111110110101111111111111110111111101111
+9,34,3,84,1011101111111111111111111011011011111011101111011111110011101011111110111111111111111110111111001111
+9,34,4,86,1011101111111111111111111011011111111011101111011111110011111011111110111111111111111110111111001111
+9,34,5,85,1011101111111111111011111011011111111011101111011111110011101011111110111111111111111110111111101111
+9,34,6,85,0011101111111111111111111111011111111011101111011111111010101111111110111111111011111110110111011111
+9,34,7,86,1011101111111111111111111111011111011011111111010111111011100111111110111111111111111110110111011111
+9,34,8,83,1011101111111111111111101011011011111011101111011111111010101111111110111111011111111110111111001111
+9,34,9,87,1011101111111111111111111011011111111011111111011111111011101111111110111111111111111100111111001111
+9,34,10,84,1011101111111111111111111011011011111010101111011111111111001111111110111111111011111110111111001111
+9,34,11,85,1011101011111111111101111011011011111011101111011111111011101111111111111111011111111110111111101111
+9,34,12,84,1011101111111111111111111011011111111011101111011111110011101111111110111111111011111110110111001111
+9,34,13,84,1011101111110111111111111011011011111010101111011111111011101011111110111111111111111110111111011111
+9,34,14,84,1011101111111111111111101011011011111011101111011111111011101111111110111111111111101110111111001111
+9,34,15,84,1011101111111111111111111001011111111011101111011111110011101011111110111111011111111111111111001111
+9,34,16,83,1011101111111111111111111011011111111011101111011111110011100011011110111111111111111110111111001111
+9,34,17,84,1011101111111111111011111011011111111011101111011111110011101011111110101111111111111110111111101111
+9,34,18,86,0011101111111111111111111111011111111011111111010111111010101111111110111111111111111110110111011111
+9,35,0,85,1011101111111111111111111011011111011011111111011111111011101111111110111111011111111110110111010111
+9,35,1,85,1011101011111111111101111111011011111011101111010111111011100111111111111111111111111110111111101111
+9,35,2,85,1011101111111111111111111011011111111011101111011111110010111011111110111111111111111110111111001111
+9,35,3,87,0011101111111111111111111111011111111011111111010111111011101111111110111111111111111110110111011111
+9,35,4,87,1011101111111111111011111011011111111010101111011111111111101111111110111111111111111110111111101111
+9,35,5,82,1011101111111111111111111011011011111011101111011111110011001011111110111111111011111110111111001111
+9,35,6,86,0011101111111111111111111111011111111011111111011111111010101111111110111111111011111110110111011111
+9,35,7,84,0011101111111111111111111111011111111011101101010111111010101111111110111111111111111110110111011111
+9,35,8,86,1011101111111111111111111111011111111011101111011111111110101111111110111111111011111110110111001111
+9,35,9,83,0011101111111111111111111011011011111010101111011111111011001111111110111111111011111110111111011111
+9,35,10,86,1011101111111111111111111011011111111011111111010111111010101111111110111111111111111110110111011111
+9,35,11,84,0011101010111111111101111111011011111011101111011111111011101111111111111111011111111110111111101111
+9,35,12,87,1011101111111111111111111111011111011011111111011111111011100111111110111111111111111100110111111111
+9,35,13,83,1011101011111111111111111111011111111011101111010111111010101111110110101111111111111110111111001111
+9,35,14,84,1011101111111111111111111011011111111011101111011111110010101011111110101111111111111110111111101111
+9,35,15,85,1011101011111111111011111111011111111011101111011111111111101111110110101111111111111110111011101111
+9,35,16,84,0011101111111111111111111011011111111011111111010111111010101111111110111111111011111110110111011111
+9,35,17,85,1011101111111111111111111111010111111011101111011111110011101111111110111111111111111110110111001111
+9,35,18,84,0011101101111111111111111011011111111011111111011111111010101111111110111111111111111100111111001111
+9,36,0,87,0011101111111111111111111111011111111010101111011111111111101111111110111111111111111110110111101111
+9,36,1,86,1011101111111111111011111011011111111011111111011111111010101111111110111111111011111110111111011111
+9,36,2,85,1011101011111111111111111111011111111011101111011111111110101111111110101111111111111110111011101011
+9,36,3,83,1011101011111110111011111111011111111011101111011111111111101111110110111111111011111110110111001111
+9,36,4,81,1011101011111111111011111111011111111011101111011111110011101111110110101111111111111110110011001111
+9,36,5,87,1011101111111111111111111111010111111011101111011111111111101111111110111111111111111110111011001111
+9,36,6,86,1011101111111111111111111011011111011011111111011111111011101111111110111111111111111100110111011111
+9,36,7,87,1011101111111111111111111111011111111011111111010111111010100111111110111111111111111110110111111111
+9,36,8,85,1011101111111111111111111111011111011011111111011111111011100111111110111111111011111110110111100111
+9,36,9,87,1011101111111111111111111111011111111011101111011111111110101111111110111111111111111100110111011111
+9,36,10,86,0111101111111111111111111011011111111011111111011111111010101111111110111111111111111100111111001111
+9,36,11,85,1011101101111111111111111011011111111011111111010111111011101111111110111111111111011110110111011111
+9,36,12,84,1011101111111111111111111011011111011011101111011111111011101111111110111111011111111110110111010111
+9,36,13,88,1011101111111111011111111111011111111011111111011111111011101111111110111111111011111111110111011111
+9,36,14,84,1011101101111111111111111011011111111011111111011111111010101111111110111111111011111100111111001111
+9,36,15,87,0011101111111111111111111111011111111011101111011111111011101111111110111111111111111110110111011111
+9,36,16,84,1011101111111111111011111011011111111010101111010111111111101111111110111111111111011110111111001111
+9,36,17,89,0011101111111111111111111111011111111011111111011111111011101111111110111111111111111110110111111111
+9,36,18,88,1011101111111111111111111111011111011011111111011111111011101111111110111111111111111110110111011111
+9,37,0,90,1011101111111111111111111111011111011011111111011111111011101111111110111111111111111111111111011111
+9,37,1,87,1011101111111111111111111111010111111011101111011111111111101111111110111111111111111110110011011111
+9,37,2,87,1011101111111111111011111111011111111011111111011111111011101111011110111111111011111110111111011111
+9,37,3,86,1011101111111111111111111011011111011011111111011111111010101111111110111111111111111110110111011111
+9,37,4,84,1011101111111111111111111111011111111011101110010111111010100111111110111111111111111110110011111111
+9,37,5,87,1011101011111111111111111111011111111011111111011111111110101111111110101111111111111110111111101011
+9,37,6,83,1011101001111111111111111011011111111011111111011111111010101111111110111111111011111110111011001111
+9,37,7,87,1011101111111111111111111111010111111011101111011111111111101111111110011111111111111110111111001111
+9,37,8,87,0011101111111111111111111111011111111010101111011111111111101111111110111111111111111110110111101111
+9,37,9,87,0011101111111111111111111111011111111010101111011111111111101111111110111111111111111110110111101111
+9,37,10,87,1111101011111111111111111111011111111011101111011111111110101111111110101111111111111110111111101011
+9,37,11,84,0011101111111111111111111011011111111011111111011111111010101111111110111111111111111100111011001111
+9,37,12,87,1011101111111111111111111101010111111011111111011111111111101111111110111111111111111110110111001111
+9,37,13,88,1011101111111111111111111111011111111011101111011111111011101111111110111111111111111110111011011111
+9,37,14,86,0011101111111111111111111111011111111011101111011111111011101110111110111111111111111110110111011111
+9,37,15,87,0011101111111111111111111111011111111011101111011111111011101111111110111111111111111110110111011111
+9,37,16,88,1011101111111111111111111111011111111011111111011111111010101111111110111111111111111110110111101111
+9,37,17,86,0011101111111111111111111111011111111010101111010111111111100111111110111111111111111110110111111111
+9,37,18,88,1011101111111111011111111111011111011011111111011111111011101111111110111111111111111111110111011111
+9,38,0,86,0011101011111111111111111111011111111011101111011111111110101111111110111111111111111110110111101111
+9,38,1,88,1011101111111111111111111111011111111010111111011111111111101111111110101111111111111110111111101011
+9,38,2,87,1011101011111111111111111111011111111011111111011111111110101111111110101111111111111110111111101011
+9,38,3,90,1011101111111111111111111111011111011011111111011111111011101111111110111111111111111111111111011111
+9,38,4,85,0011101111110011111101111111010111111011101111011111111111101111111110111111111111111110110111111111
+9,38,5,85,1011101111111111111111111111011111111010101111011111111111101111111110111111111101111110110011001111
+9,38,6,87,1011101111111111111011111111011111111011111111011111111011101111011110111111111011111110111111101111
+9,38,7,87,1011101111111111111111111111011011111011111111011111111010101111111110111111111111111110110111011111
+9,38,8,87,1011101111111111111111111111010111111011111111011111111010101111111110111111111111111110110111101111
+9,38,9,87,1011101111111111111111111101011101111011111111011111111111101111111110111111111111111110110111001111
+9,38,10,88,1011101111111111111111111111010111111011101111011111111111101111111110111111111111111110111111001111
+9,38,11,86,1011101111111111111111111111010111111011101111011111111111101111111110011111111111111110110011011111
+9,38,12,84,0011101111111111111111111011011111111011111111011111011011101111101110111111111011111110110111011111
+9,38,13,88,1011101111111111111111111111011111111011101111011111111011101111111110111111111111111110110111011111
+9,38,14,89,1011101111111111111111111111011111111011101111011111111111101111111110111111111111111110110111101111
+9,38,15,86,0011101111111111111111111111011111111010101111011111111011101111111110111111111111111110110111011111
+9,38,16,88,1111101011111111111111111111011111111011111111011111111110101111111110101111111111111110111111101011
+9,38,17,86,1011101011111111111111111111011111111011101111011111111110101111111110101111111111111110111111101011
+9,38,18,87,0011101111111111111111111111011111111011101111011111111011101111111110111111111111111110110111101111
+9,39,0,89,1111101111111111111111111111010111111011101111011111111111101111111110111111111111111110111111101011
+9,39,1,86,1011101011111111111111111111011111111011111111011111111010101111111110101111111111111110111111001111
+9,39,2,89,1011101111111111111111111111011111111011101111011111111011101111111110111111111111111110111111101111
+9,39,3,84,0011101111111111111011111111001111111011111111011111111011101111011110111111111011111110110111101111
+9,39,4,88,1111101011111111111111111111011101111011111111011111111111101111111110111111111111111110110111001111
+9,39,5,87,1011101111111111111111111101011111111011111111011111111110101111111110101111111111111110111111101011
+9,39,6,87,1001101111111111111111111111011111111011111111011111111010101111111110111111111111111110110111101111
+9,39,7,87,1011101111111111111111111111000111111011101111011111111111101111111110111111111111111110110111101111
+9,39,8,88,1011101111111111111111111111011111111011111111011111111010101111111110111111111111111110111111101011
+9,39,9,86,1011101011111111111111111111010111111011111111011111111110101111111110101111111111111110110111101111
+9,39,10,88,1011101111111111111111111011010111111011101111011111111111101111111110111111111111111110111111101111
+9,39,11,87,1011101111111111111111101111011111111011101111011111111111101111111110111111111111111110110111001111
+9,39,12,86,1011101011111111111011111111011111111011111111011111111011101111011110111111111111111110111111101011
+9,39,13,87,1111101111111111111101111111011101111011111111011111111110101111111110101111111011111110111111101111
+9,39,14,86,1011101011111111111111111111011111111011101111011111111110101111111110101111111111111110111111101011
+9,39,15,86,1011101111111111111111111111010111111011111111011111110010101111111110111111111111111110110111101111
+9,39,16,88,1011101111111111111111111111011111011010111111011111111011101111111110101111111111111111111111011111
+9,39,17,90,1011101111111111111111111111011111111011111111011111111111101111111110111111111111111110111111101011
+9,39,18,85,1011101111110011111011111111011111111011111111011111111011101111011110111111111011111110111111101111
+9,40,0,89,1011101111111111111111111111011111111011111111011111111011101111101110111111111111111110111111101111
+9,40,1,86,1111101111111111111101111111011101111011101111011111111110101111111110101111111011111110111111101111
+9,40,2,88,1011101011111111111111111111011111111011111111011111111111101111111110111111111111111110110111001111
+9,40,3,89,1111101111111111111111111111011101111011101111011111111011101111111110111111111111111110111111101111
+9,40,4,88,1011101111111111111111101111011111111011101111011111111011101111111110111111111111111110111111101111
+9,40,5,88,1011101111111111111111111111011111111011101111011111111111101111111110111111111111111110110111001111
+9,40,6,87,1011101111111111111111111011010111111011101111011111111111101111111110111111111111111110111111101011
+9,40,7,89,1111101111111111111111111111010111111011101111011110111111101111111110111111111111111110111111101111
+9,40,8,86,1011101111111111111111111101011111011010111011011111111011101111111110001111111111111111111111111111
+9,40,9,86,1011101111111111111111111111011111111011111111011111111110101111111110101111111111111110111111001010
+9,40,10,88,1111101111111111111111111011011101111011101111011111111111101111111110111111111111111110011111101111
+9,40,11,88,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110110111001111
+9,40,12,87,1111101111111111111101111111011101111011111111011111111110101111111110101111111011111110111111101111
+9,40,13,89,1111101111111111111111111111011111111001101111011111111111101111111110111111111111111110111111101011
+9,40,14,87,1011101111111111111101111111011111111011111111011111111110101011111110111111111111111110111111101011
+9,40,15,89,1111101111111111111111111111011101111011111111011111111111101111111110101111111011111110111111101111
+9,40,16,88,1011101111111111111111111111011111111011101111011111111011101111111110111111111111111110111111001111
+9,40,17,87,1011101111111111111111101111011111111011101011011111111111101111111110111111111111111110110111101111
+9,40,18,87,1011101011111111111111111111011101111011111111011111111111101111111110111111111111111110110111001111
+9,41,0,88,1111101111111111111111111011010111111011101111011111111111101111111110111111111111111110111111101011
+9,41,1,90,1111101111111111111111111111011111111001101111011111111111101111111110111111111111111110111111101111
+9,41,2,88,1011101111111111111101111111011111111011111111011111111111101011111110111111111111111110111111101011
+9,41,3,87,1111101111111111111111111111011101111011111111011111111110101111111110101111111011111110111111101101
+9,41,4,86,1011101111111111111111111011010111111011101111011111111111101111111110111111111111111110111110101011
+9,41,5,89,1011101111111111111111111111011111111011111111011111111011101111101110111111111111111110111111101111
+9,41,6,88,1011101111111111111111111011010111111011101111011111111111111111111110111111111111111110110111101111
+9,41,7,90,1111101011111111111111111111011111111011111111011111111111101111111110111111111111111110111111001111
+9,41,8,88,1011101111111111111111101111011111111011101111011111111011101111111110111111111111111110111111101111
+9,41,9,88,1011101111111111111111111111011111111011111111011111111011101111101110111111111111111110111111101011
+9,41,10,85,1011101011111111111111111011010111111011101111011111111111101111111110111111111111111110110111001111
+9,41,11,89,1011101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111101011
+9,41,12,89,1011101111111111111111111111011111111011111111011111111011101111101110111111111111111110111111101111
+9,41,13,88,1111101111111111111111111111011101111011101111011111111011101111111110111111111101111110111111101111
+9,41,14,88,1011101111111111111111111111010111111011111111011111111111101011111110111111111111111110111111101011
+9,41,15,85,1011101111111111111101111011011111111011101101011111111110101111111110111111111111111110111111101011
+9,41,16,88,1111101111111111111111111111010111111011101111011110111111101111111110111111111111111110111111001111
+9,41,17,87,1011101111111111111111111111011111111011101011011111111011101011111110111111111111111110111111101111
+9,41,18,87,1011101111111111111111111111010111111001101111011111111111101111111110111111111111111110111111101011
+9,42,0,87,1111101111111111111111111111011111111011101111011110111111101111111110101111111111111110111111001101
+9,42,1,86,1111101111111110111111111111010101111011111111011111111110101111111110111011111011111110111111101111
+9,42,2,85,1011101111111111111111111011010111111011101111011110111011101111111110111111111111111110111111101011
+9,42,3,88,0111101111111111111111111111011111111011101011011111111111101011111110111111111111111110111111101111
+9,42,4,88,1111101111111111111111111011011111111011101111011111111011101111111110111111111111111110111111001111
+9,42,5,86,1011101111111111111111110011010111111011101111011111111111101111111110111111111111111110111111101011
+9,42,6,88,1111101111111111111111111111010111111011111111011110111111101111111110111111111111111110111110101011
+9,42,7,86,1011101111111111111111111011010111111011101111011111111111101011111110111111111111111110111111101011
+9,42,8,88,1011101111111111111111111111010111111011101111011011111111111111111110111111111111111110110111101111
+9,42,9,87,1011101111111111111111111011010111111011111111011111111111101111111110111111111111111110101111101011
+9,42,10,88,1011101111111111111111111111011111111001101111011111111111101111111110111111111111111110111111101011
+9,42,11,89,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,42,12,89,1011101111111111111111111111010111111011111111011111111111111111111110111111111111111110110111101011
+9,42,13,88,1011101111111111111111111011010111111011101111011111111111101111111110111111111111111110111111101111
+9,42,14,86,1011101111111111111101111011011111111011101111011111111111101111111110111111111111111110110111101011
+9,42,15,89,1011101111111111111111111111010111111011111111011111111111111011111110111111111111111110111111101011
+9,42,16,87,1011101011111111111111101111010111111011101111011111111111101111111110111111111111111110111111101111
+9,42,17,84,1011101111111111111111101011011111111011101111011111111011101111111110111111111110111110110111001111
+9,42,18,87,1111101111111111111111111111011101111001111111011111111110101111111110111111111011111110111111101101
+9,43,0,89,1111101111111111111111111111011111111011111111011110111111101111111110111111111111111110111110101011
+9,43,1,89,1111101111111111111111111111010111111011101111011111111111101111111110101111111111111110111111101111
+9,43,2,88,1111101111111111111111111111011111111001101111011111111111101111111110111111111111111110111110101011
+9,43,3,87,1011101111111111111111111111010111111011111111011110111111101111111110111111101111111110111111101011
+9,43,4,86,1011101011111111111111111111010111111001111111011111011111101111111110111111111111111110111111001111
+9,43,5,88,1111001111111111111111111111011111111011101111011101111111101111111110111111111111111110111111101011
+9,43,6,89,1011101111111111111111111111111111111011101111011111111111101111111110111111111111111110110111101011
+9,43,7,88,1111101111111111111101111011011111111011101111011111111111101111111110101111111111111110111111101111
+9,43,8,87,1011101111111111111111111111010111111011101111011111111011111111111110011111111111111110110111101111
+9,43,9,88,1111101111111111111111111011011111111011101111011011111111101111111110111111111111111110111111001111
+9,43,10,89,1011101011111111111111111111010111111011111111011111111111101111111110111111111111111110111111101111
+9,43,11,89,1111101111111111111111111111010111111011111111011111111111111011111110111111111111111110111111001011
+9,43,12,88,1011101111111111111111111111010111111011111111011111111111111110111110101111111111111110111111101011
+9,43,13,89,1111101111111110111111111111011111111011101111011111111111101011111110111111111111111110111111101111
+9,43,14,86,1011101111001111111111111111010111111011111111011111111111111111111110111110111111111110110111101011
+9,43,15,89,1011101111111111111111111111010111111011111111011111111111111111111110111111111111111110110111101011
+9,43,16,88,1111101011111111111111111111010111111011111111011111111111101101111110111111111111111110111111001111
+9,43,17,89,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,43,18,84,1111101111111111111111111111011111111001101111011110111110101111111110101111111011111110111111001101
+9,44,0,89,1111101011111111111111111111010111111011111111011111111111101111111110101111111111111110111111101111
+9,44,1,89,1111101111111111111111111111010111111011101111011111111111101111111110111111111111111110111111001111
+9,44,2,88,1111101011111111111111111111010111111011111111011111111111101101111110111111111111111110111111001111
+9,44,3,89,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,44,4,89,1111101111111111111111111111011101111011111111011111101111101111111110111111111111111110111111001111
+9,44,5,88,1111101011111111111111111111010111111011111111011111111111101101111110111111111111111110111111101101
+9,44,6,92,1111101111111111111111111111011111111011111111011111111111101111111110111111111111111110111111101111
+9,44,7,87,1011101011111111111111111111010101111011111111011111111111101111111110111111111111111110111111101101
+9,44,8,87,1111101111111110111111111111011111111011101111011101111111101011111110111111111111111110111101101111
+9,44,9,88,1111101111111110111111111111011111111011101111011111111111101011111110101111111111111110111111101111
+9,44,10,89,1111101111111111111111111111010111111011101111011111111111111111111110101111111111111110110111101111
+9,44,11,88,1011101111111111111111111111010111101011111111011111111111101111111110111111111111111110111111101011
+9,44,12,89,1111101111111111111111111111010111111011111111011110111111101111111110111111111111111110111111101011
+9,44,13,88,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110111110001111
+9,44,14,87,1011101111111111111111111111010111111011101111011111111111101111111110101101111111111110111111101111
+9,44,15,90,1111101111111111111111111111010111111011111111011111111111111111111110111111111111111110110111101011
+9,44,16,88,1011101011111111111111111111011111111011111111011110111111101111111110111111111111111110111111101011
+9,44,17,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,44,18,88,1011101111111111111111111111010111110011111111011111111111101111111110111111111111111110111111101011
+9,45,0,88,1111101011111111111111111111010111111011111111011111111111101011111110111111111111111110111111001111
+9,45,1,85,1111101011111111111111111111010111111011111111011111111111101101111100101111111111111110111110001111
+9,45,2,89,1111101111111111111111111111011101111011111111011111101111101111111110111111111111111110111111001111
+9,45,3,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,45,4,88,1111101011111101111111111111011111111011111111011111111111101111111010101111111111111110111111101111
+9,45,5,88,1111101111111111111111111111010101111011111111011111101111101111111110111111111111111110111111001111
+9,45,6,90,1111101111111111111111111111010111111010111111011111111111111111111110111111111111111110111111101011
+9,45,7,88,1111101111111111111111111111011101111011111111011111101111101111111110111111111111111110110111001111
+9,45,8,86,1111101111111110111111111111010111111011101111011111111111101001111110101111111111111110111111101111
+9,45,9,88,1111101011111111111111111111001111111011111111011011111111101111111110111111111111111110111111101101
+9,45,10,89,1111101011111111111111111111010111111011111111011111111111101111111110101111111111111110111111101111
+9,45,11,89,1111101111111111111111111111010111111011101111011111111111111111111110101111111111111110110111101111
+9,45,12,86,1011101011111111111111111111010111111011111111011110111111101111111110111111111111111110111110101011
+9,45,13,89,1111101111111111111111111111010111110011111111011111111111101111111110111111111111111110111111001111
+9,45,14,86,1111101111111111111111111111010111111011001111011111111111101111111110101111111111111110110111101011
+9,45,15,88,1011101111111111111111111111010111101011111111011111111111111111111110111111111111111110111101101011
+9,45,16,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110110111100111
+9,45,17,89,1111101111111111111111111111010111111011101111011111111111111111111110111111111111111110111111001011
+9,45,18,89,1111101011111111111111111111010111111011101111011111111111101111111110111111111111111110111111101111
+9,46,0,89,1111101111111111111111111111010111110011111111011111111111101111111110111111111111111110111111001111
+9,46,1,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,46,2,88,1111101111111111111111111111010111110011111111011111111111101111111110111111111111111110111100101111
+9,46,3,89,1111101111111111111111111111010111111011101111011111111111111111111110111111111111111110111111001011
+9,46,4,89,1111101111111111111111111111010001111011111111011111111111111111111110111111111111111110111111001111
+9,46,5,88,1111101111111111111111111111011111111011101111011111101111101111111110101111111111111110110111101111
+9,46,6,88,1111101011111111111111111111010111111011111111011111111111101111111110110111111111111110111111101011
+9,46,7,88,1111101111111111111111111111010011111010101111011111111110111111111110111111111111111110111111101111
+9,46,8,88,1111101011111111111111111111010111111011101111011111111111101111111110110111111111111110111111101111
+9,46,9,90,1111101111111111111111111111010111111010111111011111111111111111111110111111111111111110111111101011
+9,46,10,87,1111101011111111111101111111010111111011111111011111111111101111111110101111111111111110111111001111
+9,46,11,89,1111101111111111111111111111010111111011111111011111111111101111111110100111111111111110111111101111
+9,46,12,89,1011101111111111111111111111010111101011111111011111111111111111111110111111111111111110111111101011
+9,46,13,88,1111101111111111111111111111010111110011111111011111111111101111111110111111111111111110111101001111
+9,46,14,89,1111101011111101111111111111010111111011111111011111111111111111111010111111111111111110111111101111
+9,46,15,88,1111101111111111111111111111011111111011101111011111111111101111111110101111111111111110111111001011
+9,46,16,87,1111101111111111111111111111010111111011101111011111111111111011111110101111111111111110111111001011
+9,46,17,89,1111101011111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,46,18,90,1111101011111101111111111111011111111011111111011111111111111111111110101111111111111110111111101111
+9,47,0,88,1111101111111111111111111111011111110011111111011111111111101111111110101111111111111110111101001111
+9,47,1,90,1111101011111101111111111111010111111011111111011111111111111111111110111111111111111110111111101111
+9,47,2,91,1111101011111111111111111111010111111011111111011111111111111111111110111111111111111110111111101111
+9,47,3,87,1111101011111101111111111111011111111011111111011111111111101111111110100111111111111110111111101011
+9,47,4,92,1111101111111111111111111111010111111011111111011111111111111111111110111111111111111110111111101111
+9,47,5,87,1111101111111111111111111111010111111010111111011111111111101111111110100111111111111110111111101011
+9,47,6,87,1111101011111111111111111111010111111011101111011111111111101111111110110111111111111110111111101011
+9,47,7,90,1011101111111111111111111111010111101011111111011111111111111111111110111111111111111110111111101111
+9,47,8,89,1111101111110111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,47,9,86,1111101011111111111111101111010111110011111111011111111111101111111010101111111111111110111111101111
+9,47,10,86,1111101011111101111111011111010111111011111111011111111111111111111010111111111111111110111111001110
+9,47,11,89,1111101111111111111111111111010111111011101111011111111111111111111010111111111111111110111111101011
+9,47,12,90,1111101111111101110111111111011111111011111111011111111111111111111110101111111111111110111111101111
+9,47,13,86,1111101011111111111111111111011111111011101111011111111111101111111110101111111011111110111111001011
+9,47,14,88,1111101111111111111111111111010111111011111111011111111110101111111110100111111111111110111111101111
+9,47,15,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,47,16,90,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111100111111
+9,47,17,87,1111101111011111111111111111010111110011111111011111111111101111111110111111111111111110111101001111
+9,47,18,88,1111101111111111111111111111010111111011111101011111111111111111111110111111111111111110111100001111
+9,48,0,88,1111101111111111111111111111010111111011111111011111111111111111111110101111111111111110111100001111
+9,48,1,88,1111101111111111111111111111011111110011111101011111111111101111111110111111111111111110111101001111
+9,48,2,89,1111101111111111111111111111011111110011111111011111111111101111111110111111111111111110111101001111
+9,48,3,87,1111101111111111111111111111010111111011111101011111111111111111111110100111111111111110111110001111
+9,48,4,87,1111101111111101111111111111010111111011111101011101111111111111111110111111111111111110111100101111
+9,48,5,90,1111101111111111110111111111011111111011111111011111111111111111111110101111111111111110111111001111
+9,48,6,88,1111101111110111111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,48,7,90,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,48,8,88,1111101111110111111111111111010111111011111111011111111111101111111110111111111111111110111101001111
+9,48,9,90,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111110101111
+9,48,10,91,1111101111111101110111111111011111111011111111011111111111111111111110111111111111111110111111101111
+9,48,11,85,1111101011111111111011111111010111111011101111011111111111101111111110100111111111111110111111101011
+9,48,12,87,1111101011111101111111111111010111111011111111011111111111101111111110111111111111111110111100101111
+9,48,13,93,1111101111111111110111111111011111111111111111011111111111111111111110101111111111111110111111111111
+9,48,14,86,1111101111111111111111111111010111111011111111011111111111101111111110100111111111111110110100101111
+9,48,15,89,1111101111111111111111111111010111111010111111011111111111101111111110111111111111111110111111101011
+9,48,16,89,1111101111111111111111111111010111111011111111011111111110101111111110110111111111111110111111101111
+9,48,17,89,1111101011111101111111111111010111111011111111011111111111111111111110101111111111111110111111101111
+9,48,18,86,1111101111111111111111111111010111111011111101011111111111111111111110100111111111111110111100001111
+9,49,0,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111110001111
+9,49,1,91,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111101111
+9,49,2,89,1111101011011111110111111111011111111011111111011111111111111111111110101111111111111110111111101111
+9,49,3,93,1111101111111101111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,49,4,93,1111101111111111110111111111011111111111111111011111111111111111111110101111111111111110111111111111
+9,49,5,88,1111101111111111111111111111011111110011111101011111111111101111111110111111111111111110111101001111
+9,49,6,89,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111010111111001111
+9,49,7,91,1111101111111101110111111111011111111011111111011111111111111111111110111111111111111110111111101111
+9,49,8,90,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,49,9,90,1111101111111111110111111111011111111011111111011111111111111111111110101111111111111110111111001111
+9,49,10,89,1111101111111111110111111111011111111011111111011111111111101111111110101110111111111110111111101111
+9,49,11,93,1111101111111111111111111111010111111111111111011111111110111111111110111111111111111110111111111111
+9,49,12,88,1111101111111111110111111111010111111011111111011111111111101111111110101111111111111110111111001111
+9,49,13,92,1111101111111111111111111111011111111011111111011111111111111111111110111111111111111110111111001111
+9,49,14,90,1111101111111111111111111111011111110011111111011111111111111111111110111111111111111110111101001111
+9,49,15,86,1111101111111111111111111111010111111011111101011111111111101111111110101111111111111110111100001111
+9,49,16,91,1111101111111111111111111111010111111011111111111111111111101111111110111111111111111110111111001111
+9,49,17,89,1111101111111111111111111111010111111011111111011111101111101111111110111111111111111110111111001111
+9,49,18,86,1111101111110111111111111111011111110011111111011111111111101101111110111111111111111110111100001111
+9,50,0,90,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111001111
+9,50,1,90,1111101111111111111111111111010111111011111111111111111111101111111110111111111111111110111110001111
+9,50,2,93,1111101111111111110111111111011111111111111111011111111111111111111110101111111111111110111111111111
+9,50,3,92,1111101111111111111111111111010111111111111111011111111110111111111110111111111111011110111111111111
+9,50,4,90,1111101111111111111111111111010111111011111111111111111111101111111110111111111111111110111110001111
+9,50,5,91,1111101111111111110111111111011111111111111111011011111111111111111110101111111111111110111111111101
+9,50,6,91,1111101111111101111111111111010111111111111111011111111111111111111110111111111111111010111111101111
+9,50,7,91,1111101111111111111111111111010111111011111111011111111111101111111110111111111111111110111111011111
+9,50,8,91,1111101111111111111111111111010111111111111111011111111110101111111110111111111111111110111101111111
+9,50,9,92,1111101111111111111111111111011111111011111111011111111111111111111110111101111111111110111111101111
+9,50,10,90,1111101111111111111111111111011111111011111111011111111111101111111110111111111111111110111101001111
+9,50,11,89,1111101111111111111111111111010111110011111111011101111111111111111110111111111111111110111111001111
+9,50,12,93,1111101111111111111111111111010111111111111111011111111110111111111110111111111111111110111111111111
+9,50,13,93,1111101111111111111111111111010111111111111111011111111110111111111110111111111111111110111111111111
+9,50,14,89,1111101111111101110111111111010111111011111111010111111111111111111110111111111111111110111111101111
+9,50,15,92,1111101111111111111111111111011111111011111111111111111111101111111110111111111111111110111111001111
+9,50,16,93,1111101111111101111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,50,17,91,1111101111110101111111111111010111111111111111011111101111111111111110111111111111111110111111111111
+9,50,18,93,1111101011111101111111111111011111111111111111011111111111111111111110111111111111111110111111111111
+9,51,0,90,1111101111111111110111111111001111111111111111011111111111111111111110101111111111111110111101111101
+9,51,1,90,1111101111111111111111111111011111111011111111011011111111101111111110111111111111111110111111001111
+9,51,2,90,1111101111111111111111111111010111111111111111011111111110101111111110111111111110111110111101111111
+9,51,3,93,1111101111111111111111111111010111111111111111011111111110111111111110111111111111111110111111111111
+9,51,4,92,1111101111111111111111111111010111111111111111011111111110111111111110111111111111011110111111111111
+9,51,5,91,1111101111111111111111111111010111111111111110011111111110111111111110111111111111011110111111111111
+9,51,6,94,1111101111111111111111111111011111111111111111011111111110111111111110111111111111111110111111111111
+9,51,7,91,1111101011111101111111111111010111011111111111011111111111111111111110111111111111111110111111111111
+9,51,8,90,1111101111111101110111111111011111111011111111011111111111111111111110111101111111111110111111101111
+9,51,9,90,1111101111111111111111111111010111111011111111010111111111111111111110111111111111111110111101101111
+9,51,10,91,1111101011111101111111111111010111111111111111011111111111111111111110111111111111011110111111111111
+9,51,11,91,1111101111111111111111111111011111111011111111111111111111101111111110111111111111111110111110001111
+9,51,12,91,1111101111110101111111111111010111111111111111011111111111101111111110111111111111111110111111111111
+9,51,13,92,1111101111111111111111111111010111111011111111011111111111111111111110111111111111111110111111011111
+9,51,14,92,1111101111111111111111111111010111111111111111011111111100111111111110111111111111111110111111111111
+9,51,15,91,1111101111111111111111111111010111011111111111011111111110111111111100111111111111111110111111111111
+9,51,16,89,1111101111111111111111111111011111111011111111010111101111101111111110111111111111111110111111001111
+9,51,17,93,1111101111111111111111111111011111111011111111111111111111111111111110111101111111111110111111101111
+9,51,18,91,1111101011111101111111111111011111111011111111011111111111111111111110111111111111111110111111101111
+9,52,0,92,1111101111110101111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,52,1,92,1111101111111111111111111111010111111111111111011111111110101111111110111111111111111110111111111111
+9,52,2,91,1111101011111101111111111111010111011111111111011111111111111111111110111111111111111110111111111111
+9,52,3,91,1111101111111111111111111111010111111111111110011111111110111111111110111111111111011110111111111111
+9,52,4,92,1111101111111111111111111111011111111011111111111111111110111111111110111101111111111110111111101111
+9,52,5,95,1111101111111111111111111111011111111111111111011111111111111111111110111111111111111110111111111111
+9,52,6,90,1111101111111111111111110111010111011111111111011111111110111111111110111111111111011110111111111111
+9,52,7,91,1111101111111111111111111111010101111111111111011111111110111111111110111111111111011110111111111111
+9,52,8,91,1111101111110101111111111111010111111111111111011111111111101111111110111111111111111110111111111111
+9,52,9,92,1111101111111111111111111111010111111111111111111111111111101111111110111111111111111110111110011111
+9,52,10,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,52,11,88,1111101011111101111111111111011111111011111111011111111111101111111110111111111111111110111110001111
+9,52,12,91,1111101111111111111111111111010111111011111111011111111111111111111110111101111111111110111111011111
+9,52,13,91,1111101111111101110111111111011111111011111111011111111111111111111110111111111111111110111111101111
+9,52,14,92,1111101011111111111111111111011111111010111111111111111111111111111110111111111111111110111111101111
+9,52,15,90,1111101111111101111111111111011111111011111111011111111111111111111110111101111111111110011111101111
+9,52,16,91,1111101111111101110111111111011111111011111111011111111111111111111110111101111111111110111111111111
+9,52,17,89,1111101011111101111111111111010111011111111111011111111111111111110110111111111111111110111111101111
+9,52,18,91,1111101011111111111111111111010111111111111111011111111110111111111110111111111111011110111111111111
+9,53,0,90,1111101111111111111111111111010101111111111110011111111110111111111110111111111111011110111111111111
+9,53,1,92,1111101111111111111111111111010111111111111111011111111110111111111110111111111111011110111111111111
+9,53,2,92,1111101111111101110111111111011111111111111111011111111111111111111110111111111111111110111111101111
+9,53,3,88,1111101111111111111111111110010111111011111110011111111110111111011110111111111111011110111111111111
+9,53,4,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,53,5,94,1111101111011111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,53,6,93,1111101111111111111111111111010111111111111111111111111110111111111010111111111111111110111111111111
+9,53,7,93,1111101111111111111111111111010111111111111111011111111111101111111110111111111111111110111111111111
+9,53,8,94,1111101111111111111111111111011111111111111111011111111111111111111110111111111111111110111111101111
+9,53,9,93,1111101111111111111111111111011111111011111111111111111110111111111110111101111111111110111111111111
+9,53,10,92,1111101011111111111111111111011111111010111111111111111111111111111110111111111111111110111011111111
+9,53,11,89,1011101111111111111111111111010111111011111111011111111111111111111110111101111111111110111111001111
+9,53,12,92,1111101111111111111111111111010111111111111111111111111111101111111110111111111111111110111110011111
+9,53,13,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,53,14,92,1111101111110111111111111111010111111111111111011111111111101111111110111111111111111110111111111111
+9,53,15,91,1111101111111101111111111111010111111111111111011111111110101111111110111111111111111110111111111111
+9,53,16,92,1111101011111111111111111111011111111011111111011111111111111111111110111111111111011110111111111111
+9,53,17,91,1111101111110101111111111111010111111110111111111111111111111111111110111111111111111110111111101111
+9,53,18,93,1111101111111111111111111111011111111110111111111111111111101111111110111111111111111110111111101111
+9,54,0,94,1111101111111111101111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,54,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,54,2,93,1111101111111111111111111111010111111111111111111111111111111111111010111111111111111110111111101111
+9,54,3,94,1111101111111111111111111111011111111110111111111111111111101111111110111111111111111110111111111111
+9,54,4,94,1111101111111111111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,54,5,93,1111101111111111111111111111010111111111111111111111111110111111111110111111111111011110111111111111
+9,54,6,90,1111101011111101111111111111011111111011111111011110111111110111111110111111111111111110111111111111
+9,54,7,92,1111101111111111110111111111011111111111111111011111111111111111111110111111111111011110111111101111
+9,54,8,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111101111
+9,54,9,95,1111101111111111111111111111011111111111111111011111111111111111111110111111111111111110111111111111
+9,54,10,92,1111101111111111110111111111010111111111111111111111111111111111111110111111111011111110111111101111
+9,54,11,93,1111101111111101111111111111011111111111111111011111111111111111101110111111111111111110111111111111
+9,54,12,90,1111101011110111111111111111011111111010111111111111101111111111111110111111111111111110111111110111
+9,54,13,91,1111101111111101111111111111010111111111111111011111111111111111111110111111111111011110111111101111
+9,54,14,91,1111101111110101111111111111010111111110111111111111111111111111111110111111111111111110111111101111
+9,54,15,93,1111101111011111111101111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,54,16,91,1111101111111101111111111111011111111111111111011111110111101111111110111111111111111110111111101111
+9,54,17,91,1111101111111111111111111111010110111110111111111111111110101111111110111111111111111110111111111111
+9,54,18,91,1111101111111011111111111111010111111111111111011111111110111111111110111111111111111110111111110111
+9,55,0,93,1111101111111111111111111111010111101111111111111111111111111101111110111111111111111110111111111111
+9,55,1,93,1111101111111111111111111111010111111111111111111111111111111111111110111111101111111110111111101111
+9,55,2,91,1111101111111111111111111111010110111111111111111111111011101111101110111111111111111110111111111111
+9,55,3,92,1111101111111111111111111111010111111110111111011111111110111111111110111111111111111110111111111111
+9,55,4,93,1111101111111111111111111111011111111110111111111111111111101111111110111111111111111110111111101111
+9,55,5,94,1111101111111111111111111111010111111111111111111111111111111111111010111111111111111110111111111111
+9,55,6,93,1111101111111101111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,55,7,94,1111101111111111111111111111011111111111111111011111111111111111101110111111111111111110111111111111
+9,55,8,91,0111101111111111111111111111010111111111111111111111111110111111111010111111111111011110111111111111
+9,55,9,93,1111101111111111101111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,55,10,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,55,11,93,1111101111111111111111111111010111111111111111011111111111111111111110111111111111111110111111101111
+9,55,12,95,1111101111111111111111111111011111111111111111011111111111111111111110111111111111111110111111111111
+9,55,13,94,1111101111111111111111111111011111111110111111111111111111101111111110111111111111111110111111111111
+9,55,14,93,1111101111111111111111111111010110111111111111111111111111101111111110111111111111111110111111111111
+9,55,15,92,1111101111111111111111111111010111111110111111011111111110111111111110111111111111111110111111111111
+9,55,16,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111101111
+9,55,17,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,55,18,95,1111101111111111111111111111011111111111111111111111111111101111111110111111111111111110111111111111
+9,56,0,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,56,1,94,1111101111111111111111111111010111111110111111111111111111111111111110111111111111111110111111111111
+9,56,2,92,1111101111111111111111111111010111111111111111111111111111111111111010111111101111111110111111101111
+9,56,3,93,1111101111111111111111111111000111111111111111111111111111111111111110111111111111111110111111111011
+9,56,4,93,0111101111111111111111111111010111111111111111011111111111111111111110111111111111111110111111111111
+9,56,5,94,1111101111111111111111111111011111111110111111111111111111111111101110111111111111111110111111111111
+9,56,6,94,1111101111111111111111111111010111111110111111111111111111111111111110111111111111111110111111111111
+9,56,7,92,1111101111111111111111111111011111111110111111011111111110101111111110111111111111111110111111111111
+9,56,8,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,56,9,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,56,10,92,1111101111111111111111111111010111101110111111111111111111111111111110111111111111111110111111101111
+9,56,11,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,56,12,93,1111101111111111111111111110010111111111111111011111111111111111111110111111111111111110111111111111
+9,56,13,94,1111101111111111101111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,56,14,92,1111101111111111111111111111010111111111111111111011111111101111111010111111111111111110111111111111
+9,56,15,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,56,16,93,1111101111111111111111111111010111111111111111011111111111111111111110111111111111111110111111101111
+9,56,17,93,1111101111111111111111111111010111111111111111011111111111111111111110111111111111111110111111101111
+9,56,18,93,1111101111111111111111111111010111111111111111111111111111111111111010111101111111111110111111111111
+9,57,0,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111101111
+9,57,1,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,57,2,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,57,3,92,1111101111111111111111111111001111111110111111111111111111111111101110111111111111111110111111111011
+9,57,4,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,57,5,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,57,6,93,1111101111111111111111111111010111111111111111111111111111111111111110111101111101111110111111111111
+9,57,7,93,1111101111111111111111111111010111101111111111111111111111111111111010111111111111111110111111111111
+9,57,8,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,57,9,94,1111101111111111111111111111010111111111111011111111111111111111111110111111111111111110111111111111
+9,57,10,93,1111101111111111111111111111011111111110111111111111111111111111101110111101111111111110111111111111
+9,57,11,93,1111101111111111111111111111010111111110111111111111111111111111111010111111111111111110111111111111
+9,57,12,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111101111
+9,57,13,90,1111101111111111111101111111010111101110111111011111111111111111111110111111111111111110111111101111
+9,57,14,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,57,15,94,1111101111111111101111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,57,16,96,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111111111111111111
+9,57,17,92,1111101111111111111111111111010111101111111111111111111111111111111010111101111111111110111111111111
+9,57,18,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,58,0,93,1111101111111111111111111111010111111110111111111111111111111111101110111111111111111110111111111111
+9,58,1,95,1111101111111111111111111111011111111111111111111111111111111111111110111101111111111110111111111111
+9,58,2,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,58,3,94,1111101111111111111111111111010111111111111111111111111101111111111110111111111111111110111111111111
+9,58,4,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,58,5,94,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111110111111101111
+9,58,6,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,58,7,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110011111111111
+9,58,8,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,58,9,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,58,10,93,1111101111111111111111111111010111101111111111111111111111111111111010111111111111111110111111111111
+9,58,11,93,1111101111111111111111111111010111101111111111111111111111011111111110111111111111111110111111111111
+9,58,12,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,58,13,94,1111101111111111101111111111010111111111111011111111111111111111111110111111111111111111111111111111
+9,58,14,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,58,15,93,1111101111111111111111111111010111101111111111111111011111111111111110111111111111111110111111111111
+9,58,16,92,1110101111111111111111111111010111111111111111111111111111111111111110111111111111111110101111101111
+9,58,17,93,1111101111111111111111111111010111111111111011111110111111111111111110111111111111111110111111111111
+9,58,18,93,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111101110
+9,59,0,94,1111101111111111011111111111011111111111111111111111111111111111111110111101111111111110111111111111
+9,59,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,2,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,3,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,4,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,59,5,92,1111101111111111111111111111010111111111111111111101111101111111111110111101111111111110111111111111
+9,59,6,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,7,94,1111101111111111111111111111011111111111111111111111111111111111111110111101111111111110011111111111
+9,59,8,92,1111101111111110111111111111010111101111111110111111111111111111111110111111111111111110111111111111
+9,59,9,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,59,10,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,11,94,1111101111111111111111111111010111111111111111111101111111111111111110111111111111111110111111111111
+9,59,12,94,1111101111111111111111111111010111111111111111111111111111011111111110111111111111111110111111111111
+9,59,13,93,1111101111111111111111111111011111101111111111111111111111111111111010111111111111111110111111101111
+9,59,14,92,1111101111101111111111111111010101111111111111111111111111011111111110111111111111111110111111111111
+9,59,15,92,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111101110
+9,59,16,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,59,17,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,59,18,94,1111101111111111111111111111010111111111111111111110111111111111111110111111111111111110111111111111
+9,60,0,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,60,1,91,1111101111111111110111111111010111101111111111111111111111111101111110111111111111111110011111111111
+9,60,2,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,60,3,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,60,4,94,1111101111111111111111111111010111111111111111111111111101111111111110111111111111111110111111111111
+9,60,5,94,1111101111111111111111111111010111111111111111111101111111111111111110111111111111111110111111111111
+9,60,6,96,1111101111111111111111111111010111111111111111111111111111111111111111111111111111111110111111111111
+9,60,7,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,60,8,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,60,9,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,60,10,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111011111111
+9,60,11,93,1111101111111111111111111111010111111111111111111111111101111101111110111111111111111110111111111111
+9,60,12,94,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111110111111101111
+9,60,13,94,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111111
+9,60,14,93,1111101111111111111111111111010111111111111111111101111111111111111110111101111111111110111111111111
+9,60,15,94,1111101111111111111111111111010111111111111111111111111101111111111110111111111111111110111111111111
+9,60,16,94,1111101111111111111111111111010111111111111111111111111101111111111110111111111111111110111111111111
+9,60,17,94,1111101111111111111111111111010111111111011111111111111111111111111110111111111111111110111111111111
+9,60,18,93,1111101111111111011111111111010111111111111111111111111111111111111110111111111111111010111111111111
+9,61,0,93,1111101111111111111111111101010111101111111111111111111111111111111110111111111111111110111111111111
+9,61,1,90,1111001111111111111111110111011111111111111111111111111111111111101010110111111111111110111111101111
+9,61,2,91,1111101111111111100111111111010111101111111111011111111111111111111110111111111111111110111111111111
+9,61,3,94,1111101111111111111111111111010111111111111111111111111111111111111110111101111111111110111111111111
+9,61,4,94,1111101111111111111111111111001111111111111111111111111111111111111110111111111111111110111111101111
+9,61,5,93,1111101111111111111111111111000111111111111111111111111111111111111010111111111111111110111111111111
+9,61,6,94,1111101111111111011111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,61,7,93,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111011111011
+9,61,8,94,1111101111111111111111111111010111111111111111111111111111111111111110111011111111111110111111111111
+9,61,9,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111101110111111111111
+9,61,10,92,1111101111111111111111111111010111111111111111111101111101111101111110111111111111111110111111111111
+9,61,11,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,61,12,95,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,61,13,92,1111101111111111111111111111010111101111111111111111111111111111111010111111111111111110111111101111
+9,61,14,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,61,15,92,1111101011111111111111111111010111101111111111111111111111111111111110111101111111111110111111111111
+9,61,16,91,1111101111111101111111111111010111111111011111111111111111111111111100111101111111111110111111111111
+9,61,17,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111011111111
+9,61,18,94,1111101111111111111111111111010111111111011111111111111111111111111110111111111111111110111111111111
+9,62,0,94,1111101111111111111111111111011111111111011111111111111111111111111110111111111111110110111111111111
+9,62,1,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,62,2,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,62,3,92,1111001111111111111111111111010111111111110111111111111111111111101110111111111111111110111111111111
+9,62,4,92,1111101111111111111111111111010111111111011111111111011111111111111110111111111111111110111111101111
+9,62,5,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,62,6,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,62,7,91,1111101111111111111111111111000111111111111111111111111111111111111110111011111111111110111111101011
+9,62,8,92,1111101111111111111111111111000111111111111111111110111111111111111010111111111111111110111111111111
+9,62,9,94,1111101111111111111111111111010111111111111111111111111111111111111110111101111111111110111111111111
+9,62,10,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110111111111011
+9,62,11,92,1111101111111111111111111111010111111111111111111111111111111111111010111111111111111110111011101111
+9,62,12,94,1111111111111111111111111111010111111111111111111110111111111111111110111011111111111110111111111111
+9,62,13,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111101110111111111111
+9,62,14,95,0111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,62,15,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,62,16,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,62,17,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,62,18,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,0,93,1111100111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,63,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,2,95,1111111111111111111111111111010111111111111111111111111111111111111110110111111111111110111111111111
+9,63,3,93,1101101111111011111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,4,94,1111101111111111111111111111010111111111111111111111111111111111111110111101111111111110111111111111
+9,63,5,95,0111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,63,6,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,63,7,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111101110111111111111
+9,63,8,92,1111101111111111111111110111010111111111111101111111111111111111111110111101111111111110111111111111
+9,63,9,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,63,10,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,11,94,1111111111111111111111111111010111111111111111111110111111111111111110111011111111111110111111111111
+9,63,12,93,1110101111111111111110111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,13,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,14,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,63,15,93,0011101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,63,16,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111011
+9,63,17,93,1111101111111111111111111111010111101111111111111111111111111111111110111111111111111110011111111111
+9,63,18,94,1111101111111111111111111111010111111111111111111111111110111111111110111111111111111110111111111111
+9,64,0,94,1111101111111111111111111111011111111111111111111111110111111110111110111111111111111110111111111111
+9,64,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,2,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,3,94,1111101111011111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,4,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,64,5,92,1111101111111111111111111111010111101111111111111111111110111111111110101111111111111110111111111111
+9,64,6,93,0111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,64,7,94,1111101110111111111111110111011111111111111111111111111111111111111110111111111111111110111111111111
+9,64,8,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,64,9,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,64,10,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,11,93,1110101111111111111110111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,12,92,1111101111111111111111111111010111111111111111111111111111111111111010111111111111111110111111111010
+9,64,13,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,14,93,1111101111101111101111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,64,15,93,1111101111111111111111111111010111111111111111111111111111111111101110111111111111111110111111111011
+9,64,16,94,1111101111111111111111111111011111101111111111111111111111111111111110111111101111111110111111111111
+9,64,17,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,64,18,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111011
+9,65,0,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111011111110111111111111
+9,65,1,94,1011101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,65,2,94,1111101111111111111111111111011111101111111111111111111111111111111110111111101111111110111111111111
+9,65,3,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,65,4,93,1111101111011111111101111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,65,5,94,1111101111111111111111111111011111101111111111111111111111111111111110111111101111111110111111111111
+9,65,6,93,1111101111111111111111111111010111101111111111111111111111111111111110111111101111111110111111111111
+9,65,7,94,1111101111111111111111111111011111111111111111111111111111111111111110111111111111101110101111111111
+9,65,8,93,1110101111111111111110111111011111111111111111111111111111111110111110111111111111111110111111111111
+9,65,9,94,1111101111111111111111111111010111111111111111111111110111111111111110111111111111111110111111111111
+9,65,10,95,1111101110111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,65,11,93,1111101111111111111111110111011111101111111111111111111111111111111110111111101111111110111111111111
+9,65,12,93,1111101111011111111111111111010111111111111111111111111111111111111110111111111111111110111111101111
+9,65,13,94,1111101111111111111111111111000111111111111111111111111111111111111110111111111111111110111111111111
+9,65,14,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,65,15,93,1111101111111111111111111111011111111111111111111111110111111110111110111011111111111110111111111111
+9,65,16,94,1111101111111111111111111111010111111111111111111111111111111111111110101111111111111110111111111111
+9,65,17,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,65,18,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,66,0,92,1111101101111111111110111111010111111111111111111111111111111111111010111111111111111110111111111111
+9,66,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,2,93,1111101111111111111111111111010111111111111111111111111111111111111110111111111111101110101111111111
+9,66,3,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,66,4,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,66,5,91,1110101111111111111110111111011111101111111111111111111111111110111110111111101111111110111111111111
+9,66,6,94,1011101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,7,93,1011101111111111111111111111010111111111111111111111111111111111111110110111111111111110111111111111
+9,66,8,94,1111101111111111111111110111011111101111111111111111111111111111111110111111111111111110111111111111
+9,66,9,93,1111101111011111111111111111010111111111111111111111111111111111111110111111111111111110111111101111
+9,66,10,94,1111101111111111111111111101010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,11,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,66,12,93,1111101111111111111111111111000111111111111111111111111111111111111110111111111111111110111111101111
+9,66,13,93,1110101111011111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,14,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,15,91,1111101111111111111111111111011111111111111110111111101111111111111110111111111011111110110111111101
+9,66,16,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,17,94,1011101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,66,18,95,1111101111111111111111111111011111111111111111111111111111101111111110111111111111111110111111111111
+9,67,0,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,67,1,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,67,2,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,67,3,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,67,4,92,1011101111111111111111111111010111111111111111111111101111111111111110111111111111111110101111111111
+9,67,5,94,1111101111111111111111111111010111111111111111111111111111111111111110111111111111101110111111111111
+9,67,6,93,1111101011111111111111111111011111111111111111111111111111101111111110111111111111111110101111111111
+9,67,7,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,67,8,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,67,9,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111101111110111111111111
+9,67,10,95,1111101111101111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,67,11,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,67,12,94,1011101111111111111111111111011111111111111111111111111111101111111110111111111111111110111111111111
+9,67,13,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,67,14,94,1111101111111111111111111111011111111111111111111111111111101111111110111111111111111110111111101111
+9,67,15,92,1111101111011111111111111111010111111110111011111111111111111111111110111111111111111110111111111111
+9,67,16,96,1111111111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,67,17,93,1011101111111111111111111101010111111111111111111111111111111111111110111111111111111110111111111111
+9,67,18,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,68,0,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,68,1,93,1111101111111111111111101111011111111111111111111111111111111111111010111111111111111110111111111011
+9,68,2,95,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111110111111111111
+9,68,3,94,1111101111111111111111101111010111111111111111111111111111111111111110111111111111111110111111111111
+9,68,4,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,68,5,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,68,6,94,1111101111111111111111111111010111111111111111111101111111111111111110111111111111111110111111111111
+9,68,7,95,1111111111111111111111111111010111111111111111111111111111111101111110111111111111111110111111111111
+9,68,8,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111101111110111111111111
+9,68,9,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,68,10,95,1011101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,68,11,94,1111101111111111111111111101010111111111111111111111111111111111111110111111111111111110111111111111
+9,68,12,94,1111101111111111111111111111011110111111111111111111111111101111111110111111111111111110111111111111
+9,68,13,91,1011101011111111111111101111011111111111111111111111111111101111111110111111111111111110101111111111
+9,68,14,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,68,15,95,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,68,16,95,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111110111111111111
+9,68,17,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,68,18,93,1111101111111111111111101111010111111111111111111111111111111111111010111111111111111110111111111111
+9,69,0,94,1111101111111111111111101111011111111111111111101111111111111111111110111111111111111110111111111111
+9,69,1,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,69,2,94,1111001111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,69,3,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,69,4,93,1111101111111111110111111111010111111111111111111111111111111111111110111111111111111110111110111111
+9,69,5,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,69,6,95,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111110111111111111
+9,69,7,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,69,8,94,1111101111111111111111111111010111111111111111111101111111111111111110111111111111111110111111111111
+9,69,9,95,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,69,10,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,69,11,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,69,12,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,69,13,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111101
+9,69,14,95,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,69,15,95,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,69,16,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,69,17,94,1111101111111111111111111111011111111111111111111111111111111111111110111111111111110110111111111101
+9,69,18,94,1111101111111111111111111111010111111111111111111111111111111101111110111111111111111110111111111111
+9,70,0,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,70,1,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,70,2,94,1111101111111111111111111111011111111111111111111111111111111111011010111111111111111110111111111111
+9,70,3,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,4,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,5,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,6,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,70,7,95,1111101111111111111111111111011111111111111111111111111111111111111110111101111111111110111111111111
+9,70,8,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,70,9,94,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110111111011111
+9,70,10,94,1111101111111111111111111111011111101111111111111111111111111101111110111111111111111110111111111111
+9,70,11,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,70,12,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,13,97,1111111111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,14,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,70,15,95,1111101111101111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,16,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,70,17,94,1111101111111111111111111111011111111111111111111111111111111111111110101111111111111110101111111111
+9,70,18,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,71,0,94,1111101111111111111111111111011111111111111111111111111111101111111110111101111111111110111111111111
+9,71,1,95,1101101111111111111111111111011111101111111111111111111111111111111111111111111111111110111111111111
+9,71,2,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,3,95,1111101111111111111111111111011111111111111111111101111111111111111110111111111111111110111111111111
+9,71,4,94,1111101111111111111111111111011111101111111111111111111111111101111110111111111111111110111111111111
+9,71,5,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110101111111111
+9,71,6,95,1111101111111111111111111111010111111111111111111111111111111111111110111111111111111110111111111111
+9,71,7,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,8,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,9,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110011111111111
+9,71,10,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,11,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111011111110111111111111
+9,71,12,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,13,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,14,96,1111111111111111111111111111011111111111111111111111111111111111111110101111111111111110111111111111
+9,71,15,95,1111101111111111111111111111011111110111111111111111111111111111111110111111111111111110111111111111
+9,71,16,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,71,17,94,1111101111111111111111101111011111111111111111111111111111111111111110111111111111011110111111111111
+9,71,18,95,1111101111111111111111111111011111111011111111111111111111111111111110111111111111111110111111111111
+9,72,0,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,1,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,2,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,3,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,4,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,5,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,6,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111101
+9,72,7,93,1111101111111111111111111111010111111111111011111111111111110111111110111111111111111110111111111111
+9,72,8,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,9,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,10,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,11,92,1111101111111111111111111111011111111111011111111101111111111111111110110111111111111110110111111111
+9,72,12,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,13,95,1111101111111111111111111111011111101111111111111111111111111111111111111101111111111110111111111111
+9,72,14,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,72,15,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,72,16,95,1111101111111111111111111111011111111111111111111101111111111111111110111111111111111110111111111111
+9,72,17,93,1011101111111111111111111111011111111111111111110111111111111111111110111111111111111110101111111111
+9,72,18,95,1111101111111111111111111111011111111111111111111111111101111111111110111111111111111110111111111111
+9,73,0,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,1,95,1111101111101111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,2,93,1111101111111110111111111111011111111111111111111111111111111111111110101111111111111110101111111111
+9,73,3,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111101
+9,73,4,97,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111
+9,73,5,95,1111101111111111111111111101011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,6,95,1111101111111111111111111111011111111111111111111111111101111111111110111111111111111110111111111111
+9,73,7,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,8,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,9,95,1111101111101111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,10,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,11,95,1111101111111111111111111111011111111011111111111111111111111111111110111111111111111110111111111111
+9,73,12,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111010111111111111
+9,73,13,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,14,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,73,15,94,1111101111111111111111111111011111111111110110111111111111111111111110111111111111111110111111111111
+9,73,16,95,1111101111111111111111111111011111101111111111111111111111111111111110111111111111111110111111111111
+9,73,17,96,1111101111111111111111111111011111111111111111111111111111111111111111111101111111111110111111111111
+9,73,18,95,1111101111111111111111101111011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,0,95,1111101111111111111111111111011111111111111111111111111101111111111110111111111111111110111111111111
+9,74,1,94,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111100
+9,74,2,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,3,94,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111010111011111111
+9,74,4,94,1111101111111111111111111111010111111111111111111111111111111111111110111101111111111110111111111111
+9,74,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,74,6,97,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111111111111111111
+9,74,7,95,1111101111111111111111111101011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,8,96,1111111111111111111111111111011111111111111111111111111111111111011110111111111111111110111111111111
+9,74,9,97,1111111111111111111111110111011111111111111111111111111111111111111110111111111111111111111111111111
+9,74,10,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,11,96,1111101111111111111111111111011111111111111111111111111111111111111111111101111111111110111111111111
+9,74,12,95,1111101111111111111111111101011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,13,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,74,14,96,1111101111111111111111111111011111111111111111111111111111111111111111111101111111111110111111111111
+9,74,15,94,1111101111111111111111111101011111111111111111111111111111111111111110111111111111101110111111111111
+9,74,16,95,1111101111111111111111101111111111111111111111111111111111111111111110111111111111111010111111111111
+9,74,17,95,1111101111111111111111111111011111111111111111111111111111110111111110111111111111111110111111111111
+9,74,18,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,75,0,95,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111101111
+9,75,1,95,1111101111111111111111111111011111111111111111111111111111111111111011111101111111111110111111111111
+9,75,2,94,1111101111111111111111111101011111111111111111111111111111111111111110111101111111111110111111111111
+9,75,3,97,1111101111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,75,4,95,1111101111111111111111110111011111111111111111111111111111111111111111111101111111111110111111111111
+9,75,5,97,1111111111111111111111111111011111111111111111111111111111111111111110111111111111111011111111111111
+9,75,6,96,1101111111111111111111111111011111111111111111111111111111111111011111111111111111111110111111111111
+9,75,7,96,1111111111111111111111111111011111111111111111111111111111111111111110111011111111111110111111111111
+9,75,8,96,1111101111111111111111110111011111111111111111111111111111111111111110111111111111111111111111111111
+9,75,9,96,1111111111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111011
+9,75,10,97,1111101111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,75,11,97,1111111111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,75,12,94,1101111111111111111111110111011111111111111111111111111111111111111110111111111111101110111111111111
+9,75,13,95,1111101111111111111111111111011111111011111111111111111111111111111110111111110111111111111111111111
+9,75,14,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,75,15,96,1111101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,75,16,96,1111111111111111111111111111011111111111111111111111111111111111111110111101111111111110111111111111
+9,75,17,95,1111101111111111111111111111011111111111111111111111111111111111011111111111111111111110111110111111
+9,75,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,0,95,1111101111111111111111111111011111111111111111111111111111111111111110111101111111111110111111111111
+9,76,1,95,1111111111111111111111111111011111111111111111111111111111101111111110111111111111111110101111111111
+9,76,2,95,1101101111111111111111111111011111111111111111111111111111111111011111111111111111111110111111111111
+9,76,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,4,95,1101101111111111111111111111011111111111111111111111111111111111111110111111111111111110111111111111
+9,76,5,95,1111101111111111111111111111011111111011111111111111111111111111111110111111110111111111111111111111
+9,76,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,9,95,1111111011111111111111111111011111111111111111111111111111111111111110111111111111111110111111111011
+9,76,10,95,1111111111111111111111111101011111101111111111111111111111111111111111111111111111111110111111111101
+9,76,11,95,1111111111111111111111111111011111111111111111111111111111111110111110111011111111111110111111111111
+9,76,12,97,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111110111111111111
+9,76,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,76,14,96,1111111111111111111111111111011111111111111111111111111111111111111111111101111111111110111111111110
+9,76,15,95,1111101111111111111111111111011111111111111111111111111111111111111010111111111111111011111111111111
+9,76,16,95,1111111011111111111111111111011111111111111111111111111111111111111110111111111111111010111111111111
+9,76,17,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,76,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,77,0,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111110
+9,77,1,96,1111111111111111111111111111010111111111111111111111111111111111111111111101111111111110111111111111
+9,77,2,95,1111111111111111111111111111011111111111111111111011111111111111111110111111111111111110101111111111
+9,77,3,97,1111111111111111111111111111011111111111111111111111111111101111111111111111111111111110111111111111
+9,77,4,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,77,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,77,6,95,0111111111111111111111111111011111111111110011111111111111111111111111111111111111111110111111111111
+9,77,7,96,1110111111111111111111111111011111111111111111111111111111111110111111111111111111111110111111111111
+9,77,8,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111101110111111111111
+9,77,9,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111011111111
+9,77,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,77,11,96,1111111111111111111111111111011111111111111111101111111111111111111111111011111111111110111111111111
+9,77,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,77,13,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,77,14,96,1101111111111111111111111111011111111111111111111111111111111111111111111101111111111110111111111111
+9,77,15,93,1111111111111110111111111111011111111010111111111111111101111111111111111111111111111110111111111110
+9,77,16,97,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111110111111111111
+9,77,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,77,18,97,1110111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,0,96,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111100111111111111
+9,78,1,95,1111111111111111111111111111011111111111111111101111111111111111111011111011111111111110111111111111
+9,78,2,97,0111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,3,96,1111111111111111111111011111011111111111111111111111111111111111111111111011111111111110111111111111
+9,78,4,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,78,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,6,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,78,7,97,1111111111111111111111111111011111111111111111111111111111101111111111111111111111111110111111111111
+9,78,8,95,1111101111111111111111111111011111111111111111101111111111111111111111111011111111111110111111111111
+9,78,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,10,97,1111111111111111111111111111011111111101111111111111111111111111111111111111111111111110111111111111
+9,78,11,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,13,96,1111111111111111111111111111011111111111111111111111111101101111111111111111111111111110111111111111
+9,78,14,97,1111111111111111111111111111011111111111111111111111111111111110111111111111111111111110111111111111
+9,78,15,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,16,96,1111111111110111111111111111011111111011111111111111111111111111111111111111111111111110111111111111
+9,78,17,97,1110111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,78,18,97,1111111111111111111111111111011111111110111111111111111111111111111111111111111111111110111111111111
+9,79,0,96,1111111111110111111111111111011111111011111111111111111111111111111111111111111111111110111111111111
+9,79,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,2,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,3,97,1111111111111111111111111111011111111111111111111111111111101111111111111111111111111110111111111111
+9,79,4,96,0111111111111111111111111111011111110111111111111111111111111111111111111111111111111110111111111111
+9,79,5,97,1111111111111111101111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,6,96,1111111111111111111111111111011111111101111111111111111111111111111111111111111101111110111111111111
+9,79,7,97,1111111111111111111111111110011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,10,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,79,11,96,1111111111111111111111111111011111111111111111111111111111101111111111111011111111111110111111111111
+9,79,12,97,1110111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,79,14,96,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110101111011111
+9,79,15,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111110111111111111
+9,79,16,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111101111110111111111111
+9,79,17,97,1111111111111111111111111111011111111110111111111111111111111111111111111111111111111110111111111111
+9,79,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,0,96,1111111111111111111111111111011111110111111111111111101111111111111111111111111111111110111111111111
+9,80,1,97,0111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,2,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,80,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,4,96,1110111111111111111111111111011111111111110111111111111111111111111111111111111111111110111111111111
+9,80,5,96,1111111111111111111111111011011111111111111111111111111111111111111111111011111111111110111111111111
+9,80,6,96,1111101111111111111111111111011110111111111111111111111111111111111111111111111111111110111111111111
+9,80,7,96,1111111111111111101111111111011111111111101111111111111111111111111111111111111111111110111111111111
+9,80,8,95,1111111111111111111111111111011111111111111111111111101111111111111011111111111101111110111111111111
+9,80,9,97,1111111111111111111111111111011111111101111111111111111111111111111111111111111111111110111111111111
+9,80,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,11,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,13,96,1111111111111111111111111111011111111111111111111111111101111011111111111111111111111110111111111111
+9,80,14,97,1111111111111111111111111111011111111111111111111111111111111111111111111110111111111110111111111111
+9,80,15,97,1111111111111111101111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,16,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,80,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,0,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,81,1,95,1111111111111111111111101111011111111111111111111111111101111011111111111111111111111110111111111111
+9,81,2,97,1111111111111111111111111111011111111111111111111111111111111101111111111111111111111110111111111111
+9,81,3,96,1111111111111111111111111111011111111111111111111111111111111011111111111110111111111110111111111111
+9,81,4,96,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111110101111111111
+9,81,5,96,1110111111111111111111111111010111111111111111111111111111111111111111111111111111111110111111111111
+9,81,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,7,95,1110111111111111111111111011011111111111110111111111111111111111111111111111111111111110111111111111
+9,81,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,9,97,1111111111111111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,81,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,11,95,1111111111111111111111111111011111110111111111111111101111111111111111111111111111111110111111111011
+9,81,12,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,81,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,14,96,1110111111111111111111111111011111111111111111111111111111111111111111111110111111111110111111111111
+9,81,15,97,0111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,16,95,0111111111111111111111111111011111111101111111111111111111011111111111111111111111111110111111111111
+9,81,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,81,18,97,1111111111111111111111111111011111111111111111111111111111111101111111111111111111111110111111111111
+9,82,0,96,0111111111111111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,82,1,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111011111111
+9,82,2,97,1111111111111111111111111111011111111111111111111111111111111101111111111111111111111110111111111111
+9,82,3,94,1101111111111111110111111111011111110111111111111111111111111101111111111111111111111110111111111111
+9,82,4,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,5,96,1111111110111111111111111111001101111111111111111111111111111111111111111111111111111111111111111111
+9,82,6,96,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111110101111111111
+9,82,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,8,97,1111111111111111111111111111011111111111111111111111111111111101111111111111111111111110111111111111
+9,82,9,96,1111111111111111111111111111011111111111111111111111111101111111111111111111011111111110111111111111
+9,82,10,97,1111111111111111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,82,11,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,14,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,15,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,16,95,0111111111111111111111111111011111011111111111111111111111111111111111111111111111111110011111111111
+9,82,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,82,18,97,1111111111111111111111111111011111111111111111111111111111111011111111111111111111111110111111111111
+9,83,0,97,1111111111111111111111111111011111111111111111111111111111111101111111111111111111111110111111111111
+9,83,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,2,96,0111111111111111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,83,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,4,95,1111111110111111111111111111001101111111111111111111101111111111111111111111111111111111111111111111
+9,83,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,7,96,0111111111011111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,11,97,1111111111111111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,83,12,95,1111111111111111111111111111011110110111111011111111111111111111111111111111111111111110111111111111
+9,83,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,14,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111011111111
+9,83,15,96,1111111111111111111111111111011111111111111111111111110111111111111111111111111111111110111011111111
+9,83,16,97,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111111111111
+9,83,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,83,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,84,0,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,84,1,97,1111111111111111111111111111011111111111111111111111111111111111111111101111111111111110111111111111
+9,84,2,96,1111111111111111111111111111011111111111111111111111111101111111111111111111111111111110111011111111
+9,84,3,96,1111111111111111111111111111011111111111101111111111111111111111111111111111111111111110111111111101
+9,84,4,97,1111111111111111111111111111011110111111111111111111111111111111111111111111111111111110111111111111
+9,84,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,8,96,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111001111111
+9,84,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,10,96,1111111111111111111111111111011111111111111111111111110111111101111111111111111111111110111111111111
+9,84,11,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111011111111
+9,84,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,84,15,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,84,16,97,0111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,84,17,96,1111111111011111111111111111001111111111111111111111111111111111111111111111111111111110111111111111
+9,84,18,96,1111111111111111111111111111011011111111111111111111111101111111111111111111111111111110111111111111
+9,85,0,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,1,97,1111110111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,2,95,1111111111111111111111111111011111111111111111111111111111111111111111101111111111111110111010111111
+9,85,3,96,1111111111111111111111111111011110111111111111111101111111111111111111111111111111111110111111111111
+9,85,4,96,1111110111111111111111111111011110111111111111111111111111111111111111111111111111111110111111111111
+9,85,5,97,1111111111111111111111111111011111111111111111111111111111111111111111111110111111111110111111111111
+9,85,6,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,9,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,85,10,96,1111111111111111111111111111011111110111111111111111111111111011111111111111111111111110111111111111
+9,85,11,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,85,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,13,95,1111111111111111111111111111011111111111111111111111110111111101111111101111111111111110111111111111
+9,85,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,85,15,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,85,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,85,17,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,85,18,96,1111111111111111111111111111011111111011111111111111011111111111111111111111111111111110111111111111
+9,86,0,97,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111110111111111111
+9,86,1,97,1111111111111111111111111111011111110111111111111111111111111111111111111111111111111110111111111111
+9,86,2,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,4,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,86,5,95,1111110111111111111111111111011110111111111111111111111111111111111111111111111111111100111111111111
+9,86,6,98,1111111111111111111111111111011111111111111111111111111111111011111111111111111111111111111111111111
+9,86,7,97,1111101111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,8,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,86,9,96,1111111111111111111111111110011111111111111111111111111111111111111111111111111111111110011111111111
+9,86,10,98,1111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,86,11,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,12,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,86,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,86,15,93,1111110111110111111111110111011110111111111111111111111111111111111111111011111111111110111111111111
+9,86,16,97,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110011111111111
+9,86,17,97,1111111111111110111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,86,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,0,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,4,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111101111111111111
+9,87,5,98,1111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,6,96,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111100011111111111
+9,87,7,96,1111111111111111111111111111011111111111111111111111111111111111111111111111111111011110011111111111
+9,87,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,9,97,1111111111111111111111111111011111111111111111111111111111101111111111111111111111111110111111111111
+9,87,10,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,11,96,1111111111111111111111111111011111111111111111111111111111111011111111111111011111111110111111111111
+9,87,12,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,13,98,1111111111111111111111111111011111111111111111111111111111111011111111111111111111111111111111111111
+9,87,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,87,15,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,16,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,87,17,98,1111111111111111111111111111011111111111111111111111111111111111111111110111111111111111111111111111
+9,87,18,98,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111111111111111111
+9,88,0,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,88,2,97,1111111111111111111111111111011111111111111111111111111111111011111111110111111111111111111111111111
+9,88,3,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,4,96,1111111111111101111111111111011111111111111111111111111111111111111111110111111111111101111111111111
+9,88,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111110111111111
+9,88,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,88,8,97,1111111101111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,88,9,97,1111011111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,88,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,88,11,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,88,12,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,13,97,1111111111111111111111111111010111111111111111111111111111111111101111111111111111111111111111111111
+9,88,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,15,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,88,17,97,1111110111111111111111111111011111111111111111111111111111111111111111111111101111111111111111111111
+9,88,18,98,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111111111111111111
+9,89,0,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,89,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,89,2,98,1111111111111111111111111111011111111111111111111111111111111111101111111111111111111111111111111111
+9,89,3,97,1111111111111111111111111111010111111111111111111111111111111111111111111111111111111111110111111111
+9,89,4,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,5,97,1101111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,89,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,8,97,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111111111110111111
+9,89,9,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,10,98,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,11,97,1111011111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,89,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,89,13,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,14,97,1111011111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,89,15,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,16,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,89,17,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,89,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,0,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,1,98,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,2,97,1111111111111111111011111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,90,3,97,1011111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,90,4,98,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,90,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,8,98,1111111111111111111111111111011111101111111111111111111111111111111111111111111111111111111111111111
+9,90,9,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,10,97,1101111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,90,11,98,1111111111111111111111111111011111111111111110111111111111111111111111111111111111111111111111111111
+9,90,12,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,13,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,15,98,0111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,90,16,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,90,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,90,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,0,98,1111111111111111111111111111011111111111111111111111011111111111111111111111111111111111111111111111
+9,91,1,97,1111111111111111111111111111011111111111111111111111111111111111101111111111111011111111111111111111
+9,91,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,3,97,1011111111111111111111111111011111111111111111111111111111111111101111111111111111111111111111111111
+9,91,4,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,91,6,98,1111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,91,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,8,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111101111111111111111111
+9,91,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,91,10,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,11,99,1111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111
+9,91,12,98,1111111111011111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,13,97,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,91,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,15,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,91,16,98,1111111111111111111111111111011111111111111111110111111111111111111111111111111111111111111111111111
+9,91,17,97,1111111101111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,91,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111110111111111111
+9,92,0,98,1111111111111111111111111111011111111111111111111111111111111111101111111111111111111111111111111111
+9,92,1,98,1111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,92,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,92,3,98,1111111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111111
+9,92,4,98,1111111111111111111111111111011111111111111111111111111111111111101111111111111111111111111111111111
+9,92,5,97,1011111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,92,6,96,1111111111111111111111111111011111111111111111111111111111111111101111111111111011111111101111111111
+9,92,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,92,8,97,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111110111111111111
+9,92,9,97,1111111111111111111111111111011111111111111111110111111111111111101111111111111111111111111111111111
+9,92,10,98,1111111111111111111111111111011111111111111111110111111111111111111111111111111111111111111111111111
+9,92,11,98,1111111111111111111111111111011111111111111111011111111111111111111111111111111111111111111111111111
+9,92,12,98,1111111111111111111111111111011111111111111111111111011111111111111111111111111111111111111111111111
+9,92,13,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,92,14,97,1111111111111111111111111111011111110111111111111111111111111111111111111111111101111111111111111111
+9,92,15,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111011111111111
+9,92,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,92,17,96,1011111111111111111111111111011111111101111111111111111111111111101111111111111111111111111111111111
+9,92,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,0,98,1111111111111111111111111111011111111111111101111111111111111111111111111111111111111111111111111111
+9,93,1,97,1111111111111111111111111111011111111011111111111111011111111111111111111111111111111111111111111111
+9,93,2,98,1111111111111111111111111111011111111111111111111111111111111111111111011111111111111111111111111111
+9,93,3,97,1111111111111111111111111111011111111111111111011111111111111111110111111111111111111111111111111111
+9,93,4,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111011111111111
+9,93,5,98,1111111111111111111111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,93,6,96,1111111111111111111111111111011111111111111111111111111111011111101111101111111111111111111111111111
+9,93,7,98,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,8,98,1111111111111111111111111111011111011111111111111111111111111111111111111111111111111111111111111111
+9,93,9,98,1111111111111111111111111110011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,10,96,1111111111111011111111111111011111101111111111111111111111011111111111111111111111111111111111111111
+9,93,11,98,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,12,97,1111111111111111111111111111011110111111111111111111111111011111111111111111111111111111111111111111
+9,93,13,97,1111111111111111111111111111011111111011111111111111011111111111111111111111111111111111111111111111
+9,93,14,98,1111111111111111111111111111011111111011111111111111111111111111111111111111111111111111111111111111
+9,93,15,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,93,17,97,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111110111111111111
+9,93,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,0,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,1,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,2,98,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,3,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,4,98,1111111111111111111111111111011111111111111111111111111111111111011111111111111111111111111111111111
+9,94,5,96,1011111111111111111111111111011111111110111111111111111111011111111111111111111111111111111111111111
+9,94,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,7,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111011111111111
+9,94,8,98,1111111111111111111111101111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,9,97,1111111111111111111111111110011111111111111111111111111111111111111111111111111111111111011111111111
+9,94,10,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,11,98,1111111111111111111111111111011111111111111101111111111111111111111111111111111111111111111111111111
+9,94,12,97,1111111111111111111111111111011111111011111111111111011111111111111111111111111111111111111111111111
+9,94,13,96,1111111111111111111111111101011111111111111111111111111111111111111111011111111011111111111111111111
+9,94,14,98,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,15,97,1111111111111111111111111111011111111011111111101111111111111111111111111111111111111111111111111111
+9,94,16,98,1111111111111101111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,94,17,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111101111111111111111
+9,94,18,97,1111111111111111011111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,95,0,97,1111111111111111011111111111011111111111111111111111111111011111111111111111111111111111111111111111
+9,95,1,97,1111111111111111111111111111011111111111111111111111110111111111111111111111011111111111111111111111
+9,95,2,97,1111111111111111111111111110011111111111111111111111111111111111111111111111111111111111011111111111
+9,95,3,98,1111111111111111111101111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,4,97,1111111111111111111111111111011111111111111111111111111111111111111111111011111111111111111111111101
+9,95,5,98,1111111111111111111111111111011111111111111111111111111110111111111111111111111111111111111111111111
+9,95,6,95,1111111111111111111111111110011111111111111111111111101111111111111111111111111111111111011110111111
+9,95,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,8,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,9,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,10,98,1111111111111111111111101111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,11,98,1111111111111111111111111111011111111111111111111111111111111111011111111111111111111111111111111111
+9,95,12,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,13,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,14,97,1111111111111111111111111111011111111111111111111111111111111111111111111111001111111111111111111111
+9,95,15,97,1111111111111111111111111111011111111111111011111111111111111111111111111111111111111111011111111111
+9,95,16,97,1111111111111111111111111111011111111111101111111111111111111111111111111111111111101111111111111111
+9,95,17,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,95,18,97,1111111111111111111111111111011111111111111111111111111111111111011111111111111111011111111111111111
+9,96,0,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,96,1,98,1111111111111111111111111111011111111111111111111111111111111111111111111111101111111111111111111111
+9,96,2,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,96,3,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,4,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111101
+9,96,6,98,1111111111111111111111111111011111111111111111101111111111111111111111111111111111111111111111111111
+9,96,7,95,1111111111111111111101111111011111111111111111111111111111111111111111111111000111111111111111111111
+9,96,8,97,1111111111111111111111101111011111111111111111111111110111111111111111111111111111111111111111111111
+9,96,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,96,10,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,11,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,12,97,1111111111111111111101111111011111111111111111111111111110111111111111111111111111111111111111111111
+9,96,13,98,1111111111111111111111111111011111111111111111111111111111111111111111111110111111111111111111111111
+9,96,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,15,97,1111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111111110
+9,96,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,96,17,97,1111111011111111111111111111011111111111111111111111111110111111111111111111111111111111111111111111
+9,96,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,0,97,1111111111111111111111111111011111111111111111111111111111111111110111111111011111111111111111111111
+9,97,1,97,1111111111111111111111111111010111111111111111111111111111111111111111110111111111111111111111111111
+9,97,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111101
+9,97,4,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,5,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,6,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,7,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,97,8,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111101
+9,97,10,94,1111111111111111111111101111011111101011111111111111110111111111111111111111101111111111111111111111
+9,97,11,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,12,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,13,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,97,14,98,1111111111111111111111111111011111111111111111111111111111111111111111111111101111111111111111111111
+9,97,15,96,1111111111111111111111101111011111111111111111111111111111101111111111111111111111111111111111011111
+9,97,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,97,17,97,1111101111111111111111111111011111111111111111111111111111111111111111111110111111111111111111111111
+9,97,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,0,96,1111111111111111111111111111011111110111111111111101111111111111111111111111111111111111111111110111
+9,98,1,98,1111111111111111111111111111011111111111111111101111111111111111111111111111111111111111111111111111
+9,98,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,3,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,4,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,98,5,96,1111111111111111111111111111011111111111111010111111111111111111111111111101111111111111111111111111
+9,98,6,98,1111111101111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,8,98,1111111011111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,9,98,1111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,10,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,98,11,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,12,98,1111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,13,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,14,96,1111111111111111111111111111011111111111111111111111111111101111111111111111101111111111111111011111
+9,98,15,98,1111111111111111111111101111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,16,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,98,17,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,98,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,0,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,1,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,2,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,3,98,1111110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,4,96,1111111111111111111111111110011111111111111111111110111111111111111111111111111111111111101111111111
+9,99,5,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011111
+9,99,6,98,1111111111111111111111111111011111111111111111111111111111111111111111110111111111111111111111111111
+9,99,7,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,8,97,1111111111111111111110111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,99,9,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,99,10,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,99,11,98,1111111111111111111111101111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,12,97,1110111101111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,13,96,1111111111111111111111111111011111111111111111111111111111101111111111111111101111111111111111011111
+9,99,14,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,15,97,1110110111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,99,17,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,99,18,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,0,97,1111111111111111011110111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,1,98,1111111111111111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,100,2,98,1111111111111111111111111111011111111111111111111111111111111111110111111111111111111111111111111111
+9,100,3,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011111
+9,100,4,97,1110111101111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,5,97,1111111111111111111111101111011111111111101111111111111111111111111111111111111111111111111111111111
+9,100,6,97,1111111111111111111111111111011111111111111111111111011111111111111111111111111111111111111111011111
+9,100,7,98,1011111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,8,98,1111111111101111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,9,97,1111111111101111111111111111011111111111111111111110111111111111111111111111111111111111111111111111
+9,100,10,97,1111111101111111111111111111011111111111111111111111111111111111111101111111111111111111111111111111
+9,100,11,98,1110111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,12,98,1111111111111111111111111111011111111111111111111111111111111111111111111111011111111111111111111111
+9,100,13,97,1111111111110111111111111101011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,14,97,1111111111111111111111101111011111111111111111111111111111111111111111110111111111111111111111111111
+9,100,15,98,1111111111111111111111111111011111111111111111111111101111111111111111111111111111111111111111111111
+9,100,16,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,17,99,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111
+9,100,18,98,1111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111011111
diff --git a/Metaheuristics/knapsack.csv b/Metaheuristics/knapsack.csv
new file mode 100644
index 0000000000000000000000000000000000000000..d656ffc411ee443c70f27f2c54b4a6d6d38804d5
--- /dev/null
+++ b/Metaheuristics/knapsack.csv
@@ -0,0 +1,9901 @@
+round,iteration,populationNumber,objectiveFunction,binary
+0,0,0,-557,1011101110110001101100010100011111100111101011101000010100011010101110011001100011110000010011110110
+0,0,1,511,1010110101011101010011100101001000011111000111010011011001100101110010001101110010110000111000011000
+0,0,2,459,0100010000011011101001110001100110100001000110111001100101010000000100110000001011101101101001101001
+0,0,3,-558,0010000010001101101111010110000111011000101011100100101001000110000101001101111111110101110011011001
+0,0,4,530,1101001111110011101000110110100000111111000101001111111010001000100000101101011011001011010010011010
+0,0,5,-573,0110010011100111001010011011101101010001011001000111110111011010010000111000100111111110110000011101
+0,0,6,-553,0001010111010111001101110111011111011011100100000110010011111001010000000101111111010101110001000011
+0,0,7,-543,1111010100001011110101001010100111011000001110100110101001111111000000111000110100010110011101011100
+0,0,8,-524,0110000001011001000001100100111110010101011111000110110101111011100101011101100000011000011101110000
+0,0,9,420,0010111011011000000001101010110001111100010010010010011000010000001011010100101100001110000110100010
+0,0,10,-588,0010000010010010010111011001001001000100011101001111101111111011011101010101100110111010110110110010
+0,0,11,393,1010001000111101100101110100001000101000011011010010100100000010110111100010010000100010000101100000
+0,0,12,501,1010011001010100010101010010111100011100101110010101011001101000001011010010110110001100110100100110
+0,0,13,-534,0000000111101100101000000010000110001000001101101100110101110111101111100101010101010101111001011001
+0,0,14,416,0001111100110100010000000001110000001101100110001001110111110000100000110000101110001000100010001011
+0,0,15,545,1101010110111111101100000010101111111111101101110101100011100100011001101001001100100010010001010101
+0,0,16,-623,0101001101010111101111010000010101100101101101000111110100001001011111011110111111110000111100111010
+0,0,17,-662,1001001100011000111110011110011101111011111011101101101100010110110100100101110111001111101100111101
+0,0,18,-541,0111001101100010100010100001000011011111010100111101001101101100111111110000000011101000101111000011
+0,0,19,-674,1101111111111110101000011000101111011101110111011011000011111000101100111011011111101110111100011100
+0,0,20,-569,1101000110101011111100011111001110011100100000110111110111010110001010010100100101011000101011101110
+0,0,21,-594,1111011110101111100001011101011011011110101111011110110011011011101000000010001001010001100101011111
+0,0,22,452,0100000101011000111000001110110100000100101011110110100110011010001010011000010111001000101001101000
+0,0,23,-517,1110010000001100011111001110001000000011011010111000000101011001110100111010110100000110011111101010
+0,0,24,-577,1010110101100101111000001111110011100011100111011111010011011010000001110111101110010110011000010110
+0,0,25,-612,0111110000111110001110110010001101101100110110000100001001101110010101111011111011011110100100101111
+0,0,26,509,0001101010010110001100011111100111010000011101101100111111010100000010000111101000101101100100011001
+0,0,27,478,0111111101100000100111010001011010111111100101100100110010101000111011001000000000000010011000111110
+0,0,28,-577,0101010100011001110000010100100100110010110100101110100111100111101101111110011111000111100010100011
+0,0,29,-653,1011111110110100110010101010101001011010101110101011111101110111001011011010010110100101111100011111
+0,0,30,456,0100000011101111110010000110111001000011100100111001100100000100100110100101001101010000010111001100
+0,0,31,501,0001011111101010000100010110011010001101110010010001000011100100001000010111011010010111010111111000
+0,0,32,-641,0110011001011101101010010011011010110000110110010011101010011110110101111001101111111010110010111101
+0,0,33,-674,0111010110110000111000000111011110110111110010011110000110101111000110101110111111010110101101111111
+0,0,34,-599,1101010110000101110111001111010111111101011111001100110011100011001000101110101010101010001001101111
+0,0,35,-652,1001010001111111011110101101101010000011011110001111001001101110000101011111111111101100011111001011
+0,0,36,-598,1010101010011011110101011100011001100101101011101110101110100001111001100100111100001101111001110101
+0,0,37,-538,1100100101110011111000011110000001110011011001101011111010011000101110110000110110011011001000110001
+0,0,38,498,0010000110100100010000101101111010001010011100000100101101011010111100111011000100011100111000100110
+0,0,39,-539,0000110100110101111110011110100010011111011000000001111111010010111111000101000001001001111001100011
+0,0,40,495,0111101100001110111010110000111010111000000010100011010101100000010110110001100111010001100010011011
+0,0,41,432,1010011111110101000111010100001100101010010111011101000110001110000000000101100001000101111000000010
+0,0,42,527,0111101011000011010001111101101001101000001000101011000111101101111001011100111110011010001000001010
+0,0,43,448,1001010011111011101000100101011011000110001111100000010000000010111010000110000011100010011100011010
+0,0,44,434,0000100111000011100000001100010111110010000101011100001101010001001001110100100101001001010011011000
+0,0,45,510,1101101011100010101101010101010110011101101011001001110000001110101100000110100010100101101111001000
+0,0,46,504,0110011000000001111110000101110100100010010111001010101011001000110100111001000100001101110111010011
+0,0,47,-564,0101000001010010010111111001111110001100101000110000101110101101100110010010000110101101111110110110
+0,0,48,499,1001110111100010001011100011010000010001100000010101011110111001111110011011100010100111010010010000
+0,0,49,-577,1101101111001111011001101010011011011100111011110001101101111011111110011110101000001010100000001100
+0,0,50,484,1111111110101111001101010000111110000000111100100100000100001101111100010011010101000001010111000010
+0,0,51,499,0110110100001001111110111110110000111011011010001000001100101100001100101101001000100100010111110100
+0,0,52,-525,1001110111011010100110000110000100100000101000111000001101011100111001000011011001001111110100111011
+0,0,53,-598,0011111111001110011100111000100001001101111000100001011011011000010100101110100011101001111111011111
+0,0,54,504,1110000001010001111110110110000101001100001010001011111010111011000100011010011100000101000101011011
+0,0,55,-542,0011110111111100111111000110000010000110110101001110111100100100010101110100010101000111001110100101
+0,0,56,461,1101101101001100010011001001000001100101000010000010101101100100000111101011101110101010010001001010
+0,0,57,447,0001111010001010010001001010000000010011101011101100000011100011111100101000100001010100100101110001
+0,0,58,-604,1101111100001100000010111101010101110111101110101110010111101100010111011101011111000101101011001000
+0,0,59,510,1001011111101101011001010100000011110101010000010010101100000010101000111111101100100110101101001010
+0,0,60,-560,1001111110000000100110011010101100010010011001101001011111001110011010011100101001110100101011111010
+0,0,61,-551,1100010010101011101111100111110111001101010111010000111000111001101001001100011100111110001000110100
+0,0,62,509,0011011011010011110110101000111101100010001011110100011010011100010011001000110101011001011100000011
+0,0,63,-641,1110000001001011001111110001000101011010111111111111000010110101011010111100100001111111101111100011
+0,0,64,-544,0111101111011100010110011000111000100010011011010111111001011001010110001111001000000011010110110110
+0,0,65,534,0110100001111101010111111111001010111101000010011001010011011001111001011111001100010011010000000011
+0,0,66,-617,0111110111011011001101111000110011111011011010001100111001010010011011101101100111100111010101011010
+0,0,67,413,0000111001101010001000110110100111000011010101000000000001000010001000100110101000010110101110001110
+0,0,68,-555,0011101111100110000001100111010100100110001001110011110101101000000010000111101011111001111010111001
+0,0,69,-603,0010110001100100100011010100101110010111010010010010110001101100010101101001111101011110101111111101
+0,0,70,487,1111111000111100111100001000111001000001000110000010111111001010011110000110001011010100100011100010
+0,0,71,504,1100111010100110001010111001111111111000011001100111000101010001010110001000100100111110010001001100
+0,0,72,443,1101001001000100001100101110000011010011100000110101000100101001101001111000100011001010101010101000
+0,0,73,-571,0100101101010000010010101001011111101111001100110110000001011101100101001001111111011011101011100001
+0,0,74,-539,1101001110101100011000000010001110100001111001011101100011111110010111011010101100000011100000101111
+0,0,75,-583,0001110111110100101101011100010000001111011000101010010100111010111101101011111110110100001100101101
+0,0,76,527,0101011110010110101111111011000110110000001100011011010001000010010010111011011011100010001001011011
+0,0,77,-552,0110010101110110001011111011001101011010110101110111101110001000011111011000001110100000100110010110
+0,0,78,532,1111001111001001111011100011110111000101011101100100000101010011100000111111101001110001101001001000
+0,0,79,-573,0001110111100110100111111001111001100111001100101010011100011010111111101101100100101001110000110010
+0,0,80,422,0010000000000000110100000101000111011011100100011010100100011100101000000010101001011101000110101100
+0,0,81,452,1000010101001000000000010001011011010101010101011101010100110110000001111111001001010011001011000000
+0,0,82,518,0001001011000011000000111111100010111111101110100100010110100101001010000110011111001001110011010010
+0,0,83,481,1010101000100011100010011100001101100001001000111011011101100001011000101001000000110110011100111001
+0,0,84,446,0100010000001101010011000110101011111011011000100001001110111110000001010111011011010000000000100001
+0,0,85,-604,1110010000010100011001110101000000110111001000010001001111001111111100011011011011111011001011111101
+0,0,86,510,1100001100011100011011110100110100011011101100010111001111000001001010000101001000110011110101010101
+0,0,87,463,1101110111100100100000000110111001011000001110001010101100001000010001001111011100111100010101000010
+0,0,88,476,0110100000111100001011000111110010110111010010101101011000110101000001001000100001011001000101001111
+0,0,89,-622,0110110000000110010010001111101101000010001101011111100011010100100111011111111010111100110110111110
+0,0,90,-538,1001010100100011101100100001100110100110101101100000111011010100001101011101011010000010111011111100
+0,0,91,-596,1011010111110011111011110001101111100100011111101001100111100111010011001010111001011001011000001101
+0,0,92,-555,0001100001010010010010100111100011011000001010110011011110110111000111111110111100011011100001010010
+0,0,93,491,1100111101100111101100011011000101100010110011101101100010010101000001010101001000101001110001001110
+0,0,94,519,1101101111000001011100011101011011111001001010011010100011001101100001000101110110110100001110100100
+0,0,95,485,0001101001000111110111110000100000101010110001100010010111001000101101101001010100100000110110111100
+0,0,96,493,1110110000111111000111110010001001100010100000111010001101110000110100011110010001001110001010001110
+0,0,97,470,0001110111010001100110011110000000000110100010101011100110010010011001111100010100011000110001101010
+0,0,98,493,1011101100100000110100100111000100001001101110101111100100000110010010111111000001010010111100000011
+0,1,0,543,0111101111001111011001111010001011001101111000110001001101011001110110101110100010001000100010011101
+0,1,1,-617,1001111111001110011100101000110001011100111011100001111011111010011100011110101001101011111101000110
+0,1,2,467,1100111011110111100111010100001110001010001011001101000010001110101100000101100001000101101101001000
+0,1,3,482,1011001111100010001101010101010100111101110111011001110100001110000000000110100010100101111010000010
+0,1,4,501,0101001110000000111110010011100111010000011101101100011111010001100010100111101000100001100101011001
+0,1,5,-548,0011101011011111001001101111110111000101011101100100100101010110000000011111101011111101101000001000
+0,1,6,512,0101001011100010010001010001101001101000111001011001100011100111110001011010111110011010100000001011
+0,1,7,-535,1111001110001101011000101110001110100001001000101111100111111100011101011100101100000011001000101110
+0,1,8,402,1100110001000100111100010110000101001000001110001010101000001011010000011010011100011100000101000010
+0,1,9,-590,1111000111110001100010100110111001011100001010001011111110111001000101011111011100100101010101011011
+0,1,10,430,0011101001100011000010011110000111100101001010101100010101100001011000100011000001000100110100110010
+0,1,11,-569,1000001010000011100000111101101000111011101100110011011110100101001010001100011110111011011011011001
+0,1,12,511,1000011110111101101100010010001110111101001001110111100001100000110101101010000100100010010101110101
+0,1,13,441,1111000000111111100101100100101001101010111111010000100110000110011011100001011000100010010001000000
+0,1,14,433,0110111101110010101100010001000100000010110011000000100010010101010001010111010100101010100001001110
+0,1,15,481,1101111101000111001001011010010101111111111011101101100010010000000000010001001000101101010001000111
+0,1,16,478,1101001100111110000000001011000111110101000001100111100001100100011101101001001100101010010001010011
+0,1,17,528,1101110111001101111111000000101001101111101110010000101111100100000011101011101110100010010001001100
+0,1,18,-551,1010011001000100011101010010001000011001011110010001001001011000101111111010110100000110111111101110
+0,1,19,455,1110010000011100010111001110111100000110101010111100010101101000010000010010110110001100010100100010
+0,1,20,440,1011101000100000110100101100010001001001101110000011101100000110010010001111001011010000111000000011
+0,1,21,-542,1111111100111100110100000011101100000101000110101110110111001010011110110110000001010110100111100010
+0,1,22,523,0011101000011100001100001111100011010101011110101101111110010100000011000110101001011101100101001001
+0,1,23,451,0100100010110110001011010111110110110010010001101100011001010101000000001001100000101001000100011111
+0,1,24,-528,0110000101111000011000001110001110111101000011111101010110011010001001011101000111001010101001001110
+0,1,25,465,0100100001011101110111111111100000000100101010010010100011011001111010011010011100010001010000100001
+0,1,26,-592,1101111000111110101100000010111101010111001100110000101111101110011111100011001101010100010011110110
+0,1,27,440,1111010110111101111100001000101011101001100111000111110011000000011000001100001010100010100001000001
+0,1,28,-536,1100010010111011000101100110111111010101101111010100100011100101010001011101100000101000011101010101
+0,1,29,-546,0111000101011101101000000000101110111111011101100111110101111010101101101101001100010010010001110000
+0,1,30,466,1000011111101101001000010100000011010101010001011111010100000110001001111111001100010010001011000010
+0,1,31,507,1001010101001000010001010001011011110101010100010010101100110010100000111111101001100111101101001000
+0,1,32,493,0110010000011011101001010010100110110001001110100001100001011110000100111000101010110101011001101100
+0,1,33,509,1101010100001011110101101001100111001000000110111110101101110001000000110000010101001110101101011001
+0,1,34,-579,1011010001101111111000101101110011100011100110001111001011100110000001010111111111110100011000001110
+0,1,35,-638,1000110101110101011110001111101010000011011111011111010001011010000101111111101110001110011111010011
+0,1,36,461,0000010010001100111011000110101111011010011000100001001100101110000101011101011011110000110000000001
+0,1,37,-525,0110000000001101000111010110000011111001101011100100101010010110000001000111111111010101000011111001
+0,1,38,-545,0101010000011011010001111100100001111000000100101110100111101101111101111100011111001011000010001010
+0,1,39,-548,0111101111000001110000010101101100100010111000101010000111100111101001011110111110010110101000100011
+0,1,40,480,1111001111011100111011100011000011000111010101100100110100010111100000111101000101110101001000000000
+0,1,41,-594,0011110111101001111111000110110110000100111101001110001101100000010101110110111001000011101111101101
+0,1,42,-562,0110101011111101100111111111001010111001001010011001010011010010111011011111011010010010010001000011
+0,1,43,499,0101010100010110011111111011000110110100000100011011010001001001010000111011001101100011001000011011
+0,1,44,515,1111011100101100011000000110001010000001011011011101000101111001010100011010111100000111100011101010
+0,1,45,-541,1100000010001100011111001010001100100011111000111000100011011110110111111010100100000010011100101111
+0,1,46,503,1100011111100011100100111110100010111011100010101100100110100101000011000110011001101000110011010010
+0,1,47,484,0001101001000111001000011011000101100110111111100101010010010101001000010101001110001001110001001110
+0,1,48,479,0101101101000000000100101101010011011011011000111101101011001100110011100000100010111100101110000000
+0,1,49,-581,1111001111100011111010010001001011111101000110011010000101101101101101010101010111100000001111100111
+0,1,50,-516,1010101001100010001010111101001001010001100000010101011111100001011010011011000010100111010110111001
+0,1,51,458,0001110110100011100011000010010100100001001000111011011100111001111100101001100000110110011000010000
+0,1,52,547,1100011110101011101111110111010100101111010111010001101110011010101000001101011100010110001000010110
+0,1,53,424,1010010011110101000111000100101111001000010111011100010000100101000001000100100001101101111000100000
+0,1,54,475,1010011010100001011010010100001101110001001000111010001101100010101000101101001100110110101100001001
+0,1,55,509,1001101101101011100001011100000011100101010000010011111100000001011000111011100000100110011101111010
+0,1,56,522,0101001111000101001111111001001111110000001010011011100001000001110000100111011111110100001101000101
+0,1,57,524,1101111110010010111100011111010010111001001100011010010011001110000011011001110010100010001010111010
+0,1,58,495,1100001101101111111010000011110001000011100101111101101010000101100001100101001101110000110001001100
+0,1,59,475,0100110011100111100100011110001101100010110010101001100100010100100110010101001000001001010111001110
+0,1,60,468,0011010001010010000011101011000100011011111111111110000110001000011100001000101010010000100100110101
+0,1,61,-531,0100111110101110011001011010001001010010100001100101101011100011111111111000000101100100100111010010
+0,1,62,519,0110011001010100010111111010001100111100101010011101010001101000001011010011101100011111010100100010
+0,1,63,505,1010100001111101010101010111111010011101000110010001011001011001111001011110010110000000110000000111
+0,1,64,-602,0001110100011010010000010100010100111111110100100110100111110010111001111110011110101111110011000011
+0,1,65,397,0111011101010001101001010000100000010010111011001000100010000101000100010011010101000110000000100111
+0,1,66,510,1001010110111101111101010000000011110111101001010011101001100000011001111001001100100010001001010111
+0,1,67,533,1101011111101111001000000110101111111101010100110100100110000110001000101111101100100110110101001000
+0,1,68,460,0010111010001011100011011010000000000001101001111111011001100001111000101000100001010110010100110001
+0,1,69,459,1001101000100010010000001100001101010011001010101000000111100011011100101001000000110100101101111001
+0,1,70,440,0001111100010110001011111010010110011100001000001010100001010000010010110011011011100110000001000011
+0,1,71,504,0111011111010010101101010001000100110011111111010001010010000010010000011011010100101010001001011111
+0,1,72,460,0011010110100000000111001000111010011111010100000100101001011010111011001010000100000110111000100110
+0,1,73,508,0110101101100100110000110101011010101010101101100100110110101000111100111001000000011000011000111110
+0,1,74,496,1101101111000001011000111101001011101001001000101011100111001101100001001101111110110010001000100000
+0,1,75,-571,0111101011000011010101011101111001111000001010011110000111101101111001010100110110011100001110001110
+0,1,76,-551,0111101001010011010000011101000001110011001000101011010111011101111011110100111110011010001000110001
+0,1,77,514,1100100111100011111001111110101001101000011001101011101010101000101100011000110110011011001000001010
+0,1,78,510,1101110110011100101110000100000100100110110111101110010110101100010111011100010101000101001010001100
+0,1,79,-627,0011111101101100010011111111010011010011101100001110111101100100010101110101011111000111101111100001
+0,1,80,-555,1100110100100011111100100011100110111110111000101000101010000100001101111101011010101010110011110100
+0,1,81,486,0011010100001001101110111100110000100011001011000000011101111100001100001101001000000100011111111100
+0,1,82,-530,1010001001011001100101100110111110001101101111000110100100011111110010011111100000010000011101000011
+0,1,83,489,0111100100100000010000100101000100010001011110001111110101100010100101111101000001011010111100110000
+0,1,84,510,1110001001111001000001111100101001101000011001111010100110100111110001110010011110000010001100101010
+0,1,85,410,0011101010000111110101110101001000101000001010000011000101001000111111001100110000111010000001000000
+0,1,86,-564,0101010011100010011011101001110100000001100000010001111110111001111110011010000110101101111110010110
+0,1,87,513,1001100101010010000111110011011010011100101000110100001110101101100111010010100010100111010110110000
+0,1,88,447,1101010110010011101011100001000000110001000100010001001111010000010110010001100011101111111000100000
+0,1,89,518,0000110001111010001001110011110110000001100010111101110100111001101100111010001010100101000011011001
+0,1,90,488,0011001111000001010111100110101000000000101001001011011110100100010101111100010111010010001010101001
+0,1,91,-575,0111110011111110111001011101000011101110010100101110100101101101111001010100111100001111001100000110
+0,1,92,-595,1110110101001111111001111001001000101110000110011001101011000101100011011101111010111001111001011010
+0,1,93,410,1000111101110101000110000111000101010011110011100111010000110101010000000101000100100000110000001100
+0,1,94,-559,0011010010011011110110101111111111000000011011110100011000111000100011001100011101111101001000101011
+0,1,95,522,1100011010100011101111100000110101101111000111010000111010011101111001001000110100011010011100010100
+0,1,96,450,1101001001001100001100101110000011010011100000110101000100101001101001111000100011001010101010101000
+0,1,97,443,1101001001000100001100101110000011010011100000110101000100101001101001111000100011001010101010101000
+0,1,98,483,1010001001010100011011010100110100011101101110010111011011101001001010000011110100000000110101100100
+0,2,0,523,0101011000011110101101010010101101010101001110100001101001001110010111110001001100110100011001101100
+0,2,1,-562,1110110000111011101000000010110110110011001100110000100111111110001100101010101011010101010011110110
+0,2,2,-631,1100011110101111101111110010001100011110110011110001101111010010111101111101011100110100000111010110
+0,2,3,435,0100111110101010011001011111010001100011000101000101101010101011101000001000000101000110101000010010
+0,2,4,-541,0001001101010101000111110111101000000100101000101111011110100101110111111100010010100110001010101001
+0,2,5,467,1011100111000010010111100010011010011000101001010000001110101100000101010010100111010011010110110000
+0,2,6,531,1101011111001011110100100011101111101001000110111110100111010001000000101111001100000110100101011001
+0,2,7,511,1101010100101111001001001100100111011100010100110100101100100110001000110000110101101110111101001000
+0,2,8,512,1001010110111111101000011001000011110101101001010111100001100000011101111001001100100010010001010111
+0,2,9,476,1101001100111100010101000010000111110111000001100011101001100100011001101001001100101010001001010011
+0,2,10,477,0101001111000101011110111001001011110000001000001011100001000101100000101101011111110010001101100000
+0,2,11,517,1101101111000001001001111101001111101001001010111011100111000001100001000111111110110100001000000101
+0,2,12,-542,1101011001100101011001000110111110111101101100110100111110001010001010000111100100000110110101101100
+0,2,13,484,1010001111011110001010010100100101011101110110010111000011100101001000101011111100100000110101000000
+0,2,14,493,1101101110000011010000111010001111000111011000110001000101101011011110101011100000110000100100011001
+0,2,15,-531,0011101001101110011001001100001001011001101110101000001111011001110100101100000010001100101011111101
+0,2,16,482,1101011101011000010100010001101101100101000110000010100101010010010110110111000001000110100111101010
+0,2,17,-576,1011110100101100110001000011011010011101010100111110111110101010101000111110101001110111101101000000
+0,2,18,-593,1011010111101001101100110110111001110011001111000100010101011100001100101111101100100100110111111100
+0,2,19,435,0101011100001111001010001100100110101111010000110000101110100110001000001101001000000110011101001000
+0,2,20,504,0011010000011011000001111000000001011000011100111110100111011001111101101100111110000000100100100101
+0,2,21,522,0101010001010010010011101111101100111001100111101110000110101100011100001000001011011011000110011010
+0,2,22,-581,1001101101010000100111100111111010011101101111100100100110101101110111011011100010100001011111000001
+0,2,23,462,1010000001011011000101110010011110001100101000010110001100011111100010010110100000010110010100110010
+0,2,24,431,1101001101100000011000111110000011101001000000100111000101001101100001101100110111000010001000101000
+0,2,25,527,1101101011000101001100101101001011010011101000111001100110101001111001011001101010111010101010100000
+0,2,26,453,1001100000100000010001011001010001001001001110000010101100110010000010111111001011100111101100000010
+0,2,27,484,1011011101001000110100100100011011110101100100010011101100000110110000001111101001010000111001001001
+0,2,28,482,0100011001000111010101011010001100111100110010011101110100001000000110010011001000001111010111000110
+0,2,29,496,0110110011110100100110110010001101100010101010101001000001110100101011010101101100011001010100101010
+0,2,30,506,1110010010111110010001101111000011001100101100010100100001101101110001011100100100001111011101000100
+0,2,31,-605,0101110011111011101101010100111111110111010111101110100111100101011001010101111000101000001100010111
+0,2,32,502,1101011000100100011000000110001111010001001010101101000111110011011100011000110000010110101101111000
+0,2,33,472,1011101100101010010000001100001000000011011011011000000101101001010100101011001100100101100011101011
+0,2,34,467,1111001110110011101011100100001000111001000000010011000111100000010011010001101111100011011000100010
+0,2,35,499,1100010001011001000001111001100011100000011101111000101110010111110100110010010010001110101100101000
+0,2,36,-556,1110111001010100110111111010001101011001101010011010101000101010011000011011101100011111010101100010
+0,2,37,374,0100010001000100011100010110000100101100001110001101010001001001000011010010011100011100000100000010
+0,2,38,494,0110011001100011100001110111011110110010001110100001110100011110000100111010000010011000011001101100
+0,2,39,-526,0110110100011100111000010000100010101001101101100100100011101000111100111001101000110101011000111110
+0,2,40,475,0100101001001001010011111101001000010001100010010101100111100001111010011010011000010101010010101001
+0,2,41,506,1010100001110110101110111111100001000100101000010010011011011001011010011011000110100011010100110001
+0,2,42,464,1001101101000111001001011010010101101110111011100101110010010001000000010001001010001101010001001110
+0,2,43,509,0101111001000111001001011011000101110111111111101101000010010100001000010101001100101001110001000111
+0,2,44,520,0011000100101111100011000000010110101111011101100111111100111010101101101001001000110010010010110000
+0,2,45,490,0101110111010001101000000010101000110001001000111011010101111001111100101101100100010110011001010000
+0,2,46,542,1111100111101101110111000010101011111111000110010000101111111001111001101010000110100010010001000101
+0,2,47,491,1000110001011101011101010101111000001101101110010001011001000100000011011111111110000000110000001110
+0,2,48,502,0001110110101101100011000110101110110010001000111011011100101110100101001101011010110100010010010000
+0,2,49,439,0000010011000010111011000010010100001001011001100001001100111001011100111001100001110010111000000001
+0,2,50,467,1100011100001000110100110010111110011010111100011101011111000000100010100100001000100001110101010001
+0,2,51,-562,0101001110010100011111010011100101010000001101100100001101010001001011010111101010111111100100011111
+0,2,52,-533,0010001001111001100101101110101110001101001111000101010001010010111011011111111010010010010001000011
+0,2,53,-553,1110100011011101100111110111011010111001101010011010100110011111110010011111000000010000011101000011
+0,2,54,-587,0111111111001010111001011000001100110010101101100001101011100011110110011011000100101010101111010111
+0,2,55,448,0100011110110110001101010011000001010011110011010101010010000010011001111000010101100100000001011010
+0,2,56,498,0100000001110000001001111111100111111000010001111010100111100111010000100011100100000011000100111011
+0,2,57,463,1110101010111111000011010100111000100010011001101100011000010101100001011000011010101000001100001110
+0,2,58,452,0110111101110010100100010001000100100010110011101000100110100101010101010100010101100010101001001100
+0,2,59,495,1101110110011100101110000100000100000110110111000110110010011100010011011111010100001101000010001110
+0,2,60,491,0101010100110101010111011011000100100101000100011011010000101001111000111011001001110111001000011000
+0,2,61,460,0001110110000010101011100010010110110000001000111011011101011001010100101001000100100011011000010011
+0,2,62,514,0001100000011100001110001110000010010111110110101110011110111100000011000110101101010101100101001001
+0,2,63,506,1111111010011100101000000101100101100100011111101101110110000100010111011100010001001101001010001100
+0,2,64,519,1101001101101011011000001110101111110101000010100000000110100110011100101001101000110110110101111000
+0,2,65,473,1001111010100110000000000100001101011011011100111100100111000011001000101111000100100100101101001001
+0,2,66,-611,0100111110101010001011010111000101100011110111110101101011001011111011111001010101110100100110010110
+0,2,67,467,1100011110101111111101111010011000011110000001000001101110110010101100001100001100000110001001010010
+0,2,68,-579,0101011011101011011101010101101100101111111111010001100010001111111011011010111000011010000000001111
+0,2,69,466,1100001110100010100011110011010001101000010001011001101111110010100000001001011110010110101000010010
+0,2,70,-550,1101111101100111011000010100101011111001000100111100110110010110101000100101111110011110101100000001
+0,2,71,515,0111001011010011000000001111000101110111011000100011000111000101011011111110011100100010010001111000
+0,2,72,-588,0111101111001111011001101010101111000001111101100100000101010111000110111111100010111001101010001101
+0,2,73,514,0011101011011111001001111111010011001101011010110101101101011000110000001110101011001100100000011000
+0,2,74,526,0111010111011010111001010001011010110111011101010000111000000010010000011011010001100111001001011111
+0,2,75,485,1001011101000000000101010001000101110001110110010011000110110010100000111111101100101010101101001000
+0,2,76,433,0001101011000111111101011001001000100010011110100001010000001001111111001100100000011000000001001110
+0,2,77,472,0011101000000111000000110111000101101100101011000111000111110100001000010101011110101011110001000000
+0,2,78,510,0001101011010011011000111111000111000101001101101110100111011111000000001111101010111010001000100000
+0,2,79,520,1111101111001101001001101101111011101001011000100001100101000100100001011101111111110101001000001000
+0,2,80,465,0101111010000001011000111000001001000001001001101011111101100001111000101000110111010010001100100001
+0,2,81,516,1010101111001011100011011111000010101001111000111111000011001101100001001101101000110110011000110000
+0,2,82,433,0000110010001101110011011000000000000101101000111010111001100100011010101001100100110010010101000100
+0,2,83,-555,1111111111001011101111000010101001101011101111010101001111100001100001101010101011000110010000111001
+0,2,84,-560,1101110111101101111110100000111001101010101111100100100110101100001111111011100110001000011000001110
+0,2,85,476,0110101101000100110001010101001010101111101100010000111111100000110000101001001000110010010001111100
+0,2,86,467,0000101110100010010010011010000001010000101000101100111011100011011100101011000101000100110101110010
+0,2,87,475,0111111001100111001001011110001111100111000011100101000101100001111001110000000001100100100110010010
+0,2,88,481,0111100110100111010100100110101110110001010110000110100100000110000001101101101000011010111101010000
+0,2,89,-548,1101001111101000001000000101000101011101011100111101110111100010101100111111000101100110110100101000
+0,2,90,519,1000001110101111001100010110001110111101000001110111100010100010011001101011101100100110010101101000
+0,2,91,519,1101011111111101101000000010101111111101011100110100100101000100100100101110000100100010110101010101
+0,2,92,-580,1100111110101111001001111011000100010011110111010001101110100011101100011100000101110110100111010110
+0,2,93,510,0100011110101011111111010110001001101110000001100101101011011010111011111001011100000100001000010010
+0,2,94,-532,0101001111101010011100010011100101100000111101111001100011100001100010001110101100011010100101011011
+0,2,95,488,0101001010000000110011010001101011011000011001001100011111010111110001110011111010100001100000001001
+0,2,96,517,1110111000111010010000011100001110110001001110101000000011010110011100111001100000110100111101111000
+0,2,97,435,0001000000000011101001000010100101010011001010100001100101101011000100101000001010110101001001101101
+0,2,98,-558,1001110100011011110001010000100101111111100110111110101111110000001001110100010111001110110101000001
+0,3,0,-562,1111101111001001101111101110101001101001011100010101100111000101100001101111101011110110010000101000
+0,3,1,510,1111111111001111000001000001111001101011101011100001001101100000100001111000111111000101001000011001
+0,3,2,441,0101011000001110100101010010101110011101001100101101001001001100000011100001001000110000010101011001
+0,3,3,-570,1100011100011000111100110010111101010011111110010001111111000010110111110100001100100101111001100100
+0,3,4,-536,1001110010010101101000111001000011110101101001110101100010101001011101111001001000111010111000100011
+0,3,5,509,1101101111101111001100001101001011010011101000011011100101100000111001011001101110100010000011010100
+0,3,6,443,1101001110110110100010111001000011100100100001010101100011110000010001101001011100000010100000010111
+0,3,7,-529,1000000110101011101001010011010001111001011001011011101101100010101100011001001110110110011001010010
+0,3,8,526,0100011100111101111111011111000001100101000001101111100001011001111001111011001000000111001000011010
+0,3,9,475,0101010110100011010111010010001100101110000100010001011010101010111010111001011101110100001000010000
+0,3,10,473,1101001100101111111100001110011000011100000010000000100110100110001100001101101000100110110101011010
+0,3,11,513,1100011111101011011001111010101111110111000001100001001110110010111100101000001100010110001001110000
+0,3,12,493,1111011001010100010000000110001101110001001010101101000111000111011101011010010000110010110001111000
+0,3,13,-521,0101001011100011001000001111000111010011011000100011000111110001011010111100111100000110001101111000
+0,3,14,-535,0000101100011110010000011010001101010100101000101101111011101010011100111001000101010100011101111010
+0,3,15,455,0101011010100010101111010010100001010001001110100000101001000111010111100011001100100100110001100100
+0,3,16,516,0111100111100111000100000110001111110101010100000111100110000101011001101111111010000010011001011000
+0,3,17,480,0111001010010011010000101111100100110011011010100010000101000110000011111100001100101010110101110000
+0,3,18,444,1100100011010000001000101101000011110010001001111000100110100011010001110001101010010011000010101010
+0,3,19,-581,0101001001100101001101111111101111011001110000111011100111101101111000001011100100101010101100110001
+0,3,20,-555,0111011110000111000000011011000101010111010111100001000111000101111010111100000101110010010111111100
+0,3,21,-552,1000101011111011001001101111100100110011111010010011101110100011001101011110011100100110100001010010
+0,3,22,467,0011010100101011000001101010101010010010001000111010011101101011111101101100011010100000100100000001
+0,3,23,-539,0001110010011101100011010100000101111000011100111111100110011100100101001101111110010100010010110100
+0,3,24,443,0000111011000111111011001011011000100001011111101001010100001001011111111000100001010000010000001000
+0,3,25,450,0001000011000010111101010000000100001010011000100001001100111001111100001101100000111010101001000111
+0,3,26,-577,1001001111111010111001010101011010111101001101010111110010100010010001111011001101100110001101011010
+0,3,27,468,0110010110001111001100010010001110110111010001110000101000000010011000001011110000100111010001101101
+0,3,28,453,0111101011010111101000001111100101110110011000101001000110000100010010111100010000100110011010001000
+0,3,29,-556,1111011010011000000000000101000101100101011111100111110111000101011111011110011101001001000001111100
+0,3,30,473,1111011111101001110000100100001111110101101100110001100101000110110000001110000100010000111001000101
+0,3,31,-538,1001011101011100101100100010111011111101010100010110101100000100100100101111101001100010110101011001
+0,3,32,523,0100001101110001101111110111001011111010010001101110111011011010110001111001001100000101000000110010
+0,3,33,507,0100010010101010011001011110100101101100000001110011100111100111011010100011110100000010001100011011
+0,3,34,-554,0011110100101100110011010000000011101011101101110110100001111010101100101001001000110111010010111110
+0,3,35,511,0110000100011111101000000000110110101101011101100101111110101000111101111001101000110000011000110000
+0,3,36,489,1101111010011001010000011001001001100001001010100010101101000000011110100110110101000010001111101011
+0,3,37,458,0101011101000000011100110000101101000101000101001011110101110011110000111001000011010110100100100000
+0,3,38,459,0110001001100010011000110111010100110011001010100011010101001110100001111000100010010000011001101100
+0,3,39,457,1101011101100001100001111110001011101000000100100101100100011101000100101110010111001010001000101000
+0,3,40,524,1010100110011010010111001110011110111000101001011000000111000110010100110001100010110100111111110000
+0,3,41,460,1111111001100010010000110000001010010001001110100000001010111100001101011010100101010011010100111000
+0,3,42,461,0101011101000100000101010100000100111100011110011011010110000001100011010010111100101110001100001000
+0,3,43,408,1000010001000000011100010011000101100001110110000101000001111010000000111111001100011000100101000010
+0,3,44,-528,0101001010010010110101010011101101010101001100100001101001011110110111110001101100110100010000101101
+0,3,45,483,0101011000001100101011010000101011011000011011001100011111000111010001110011011010100001101001001000
+0,3,46,478,0011110000110100001110111011100101100100100100010010011000111001011000011011000101100111010000011001
+0,3,47,506,1100000101110111110111011111000000000101001000011011010011001001111010111011000010110011001100110000
+0,3,48,446,1010101110001111001001010110001010111001111001100111000011000100010001001111101000100110010000100000
+0,3,49,-579,1000001111101011100110011111000110101101000000111111100010101011101001101001101100110110011101111000
+0,3,50,-541,0011000111101111111001000000011110111111011101110100111000011010011000111001001000110011000010110110
+0,3,51,505,0111010100011010100011010001010010100111011101000011111100100010100101001011010001100110011001011001
+0,3,52,472,0010001011110101110100101110101110000001001110000110010001000110100011101111111010010010010001000010
+0,3,53,-542,0111100100101011000101100110101110111101010111000101100100010010011001011101101000011010111101010001
+0,3,54,515,1001101111111111001001010110110000101010011001101101110010010101100000010001011010101001001101001110
+0,3,55,414,1110101000000111000011011000011101100110111011100100011000010001000000011000001010001110010000001110
+0,3,56,507,0110011011011011010000011011000100111111111000001101100101000000000110011011011000101011010111001100
+0,3,57,482,0101001001000111000101001110001101110100010010110011010110001101011011110110001100000110010001100010
+0,3,58,432,1111111010011100001000000101000101010000111101101001100110001000110011011101000011001000001010000100
+0,3,59,-601,1101101011000101101100101101101011100111001010111101110110100101011101011000111000111111101010101000
+0,3,60,518,0111101101001101110011010000101010101111101110010000101111110000111000101010000110100010010011001101
+0,3,61,515,1110100111100100110101000111001011111111000100010000111111101001110001101001001000110010010001110100
+0,3,62,-555,0110011001101011111011110110011011111111000100100001101111011110001010111001000110000100011000111100
+0,3,63,428,0100011110100011000101010111001100100010001011100101100000011010110001111010011000011000001001000010
+0,3,64,-627,0111101101001111011001111011001001010001101110110101000101110111011011111110011010010101111010101001
+0,3,65,448,0100101011001001010011101100101110000001110001000100100111000001100110011011100000111001000010001101
+0,3,66,465,1100010000111110010101101010000011101110101101000001100001100100110001011001101100001110001001000011
+0,3,67,517,1111001110111100010001000111000111010101000000110110101001101101011001101100000100101011011101010100
+0,3,68,-524,0101010000000000011001100111001101110001000111101101000111100111011100011100100010011110100101011010
+0,3,69,513,1101011001110110010010001110101110011001101010101110000110111000011100001000011001010011001110111000
+0,3,70,480,0110111100001110100001010101101011001111001100110000111011000110110000100001001000110100011001101100
+0,3,71,507,0101001001010100111101010010001100110101101110000001101101101000010101111001001100110010010001111100
+0,3,72,513,1011011000001000110100110100011001111001111100010011101110010100110001001101111110000000100101101001
+0,3,73,475,0011010101011011000001101000000011010100000100111110100101001011111100101110101001010000111000000101
+0,3,74,438,0110111110001010011001010010100001100101000101000001101011101010110100001001000100110100111000001010
+0,3,75,517,0101011000111110101101011111010101010011001110100101101000001111001011110000001101000110001001110100
+0,3,76,499,0101001010100100110011010000001010011111011101101100011110111011110001110001001000110011010000001001
+0,3,77,509,0011000100001011100011000001110111101000011001000111111101010110101101101011111010100000100010110000
+0,3,78,483,0111001101100011010000101110101110110001010110000010100000100110000000101001101000111110111101110000
+0,3,79,523,1111100110101111011100000110101111110101000010100101000110000110011101101101101000010010110101011000
+0,3,80,491,1101011100001011000000011010000111011101010100110101100100100111001100101001110101111000100100001001
+0,3,81,533,1101100110101111011001101100101111000110011000110000001101101010011010110010100100100110111101011000
+0,3,82,-569,0101110111000001101001000001101000111011111111110011010000001111111011111101110000010110010001011010
+0,3,83,489,0101011011111011011100010110101100100101001000011001100111011001111100001010101100011010001000000101
+0,3,84,494,0111100111010011011100100010101010110001011010111010110101100010001100101101100100010110011001010000
+0,3,85,477,0101110110100101100000000110101100110001000100000111000100011101110001101101101000011010111101010000
+0,3,86,523,1110111011011011110111110111101010101001101010111110100111010001000000001111000000010010010101010011
+0,3,87,-561,1101000111001101100100100011011111111001000110011010100110011111110010111111001100000100101101001001
+0,3,88,469,0001011010010110000010010110001100001111101000101100000110000101101101111111000010100110001010001001
+0,3,89,-539,0001101101100101000101100101101001010000011100111111111111100011010010101100010100100100101101101001
+0,3,90,473,1100101111000011100011111111000010101001001000101111000101001101100001101101100100010010001000110010
+0,3,91,503,1011001101101000011000011110000011101001110000110111000011001101100001001100111011100110111000101000
+0,3,92,476,1101100101010000001001011111010101101100110011111011110110000111010000100011001000000001000100011110
+0,3,93,486,0000001001100111001001111010100111111010011001100100100011110001000000010001100110001111010001101011
+0,3,94,458,0100011101110101110100011011000100100100110110011010100010100001110001111000000001110011101001001000
+0,3,95,485,0111110100110010000111010001000100100011000001101001010100101101011100010111011101100110001000011100
+0,3,96,529,0011001011101111000001011110101110101111000011000101010001000010111011111110000011100010110101010010
+0,3,97,487,0110111001110001101101101110001111000101001111100101000101110001111001010001110000010100000010010011
+0,3,98,481,0001000011010010111000101011010101001001011101100111100101111001001000011001101001110010111000100000
+0,4,0,512,0101000110011010101000011011010111101011011101000011110100101011001001001001000001110110111000110001
+0,4,1,461,0011010001010010110011100001010000000101011101100111101101110000100100010011111001100010011001001000
+0,4,2,506,0111011001100010010000010110001110111011110000000100100100000101100001111111000000110110101101111001
+0,4,3,446,0001001110010111000010101110101100000101001110101010000010100110001100101001101010101110011010000000
+0,4,4,501,0101100110100101101100010010101100110101101100000001101100101100110101111001101000011010010101110000
+0,4,5,483,0101011001010100110001000110001100110001000110000111000101011001010001101101001100110010111001011100
+0,4,6,432,0001000011000010111001010000100100001001011000100011000101111001111000011101100000111010111000100000
+0,4,7,507,0001000011010010111100101011010101001010011101100101101100111001001100001001101001110010101001000111
+0,4,8,533,1111111111101001101100110110001011101101000110100101000110011101011100101111010000010010101100101000
+0,4,9,484,1101000100100111010001101110101111110000000000100101100100000110000101101100101111001010110001011010
+0,4,10,484,0000001111010011111010101111000100101001001101100111000101101001000001111101100000110010111000100010
+0,4,11,470,1101100011000010100001111011010011001001011000101111100101011101101000001001101101010010001000110000
+0,4,12,494,1111100011110011010000000111101000110111011100000000001111001000110001101101001000111010110101110000
+0,4,13,501,0110001110000100110101101111000111111011000010110010110101100111000011111000001100100010010001110100
+0,4,14,494,1111000100011010101011010101000011101101010100000111100101100101100101001010111011100110011000001000
+0,4,15,501,0011011101101000010000011010010010100011111001110011011010001010100001001101000001100110111001111001
+0,4,16,479,1101000010001110100101000010001011111101001100000000111001101101010011100001001000110010010101111001
+0,4,17,483,0111111101100100110101010111101110011111000100111101001111001000100001101001001000110000010001010100
+0,4,18,495,1111101001100011010000100010101010110001001110100010000010111100001001001001101100111010111100111000
+0,4,19,448,0111011101100010010000111100001110010001010110000000101000100110000100111010100001010111010101110000
+0,4,20,-546,1100000010100000111011010101001011111111001101111000101110111011110001110001101000110011000010001011
+0,4,21,407,0101101011010100000000101000000010010010111001101100010110100011010001110001001010010011010000101000
+0,4,22,-532,0101001011000010111101010010001100110000111110100001101101111001110100011001100100111010100001111100
+0,4,23,413,0001000001010100111101010000000100001111001000000001001100100000011101101101001000110010011001000111
+0,4,24,-547,1111100111011011011000000011111011111011001010101010110101100010100000111000101100010111011001011001
+0,4,25,466,0111111111000111000101100000101010100001111011110001001101100000001101101101110111000100001000010000
+0,4,26,520,0100001001110001101101110111001111101111000111101101000111011000110001000001111100000101000010110011
+0,4,27,477,0110111101110001101111101110001011010000011001100110111001110011111001111001000000010100000000010010
+0,4,28,468,1001011010010110001100011111001011000011101000001000000100100001111101011011100111100010000010011001
+0,4,29,524,0101101111101111000010000100001100011111101000111111100111000100101001111101001010100110001011000100
+0,4,30,523,0011001010101111000001011110101110101111000011000101010001000010111011111110000011100010110101010010
+0,4,31,516,0011001011101111000001011110101110101111000011000101010001000010111011101110000011100010110101010010
+0,4,32,507,1110001110110101110001011111000000000101001000010111101001101101111001101110000000110011001101010100
+0,4,33,509,1101000101111100010111000111000111010101000000111010010011001001011010111001000110101011011100110000
+0,4,34,509,0001010110100010011101010001001001100110000101110101111010101011111010111001001000110000111000010011
+0,4,35,495,1101110010010101100010111010000110111101101000010001000010101000011101111001011101111110001000100000
+0,4,36,-651,0101101011110101001001111110110010101011011001111111110011111101101000010011101110101011001101101101
+0,4,37,457,1001001101101111001101010111101101011000110000101001100110000101111000001001010000101000101100010010
+0,4,38,455,0110111110000111011000000110100110010101001010100000000110011111011100101111101000010010110000000001
+0,4,39,-536,1001100011101011011111010110001111100101000001101101001110000110010101101101100010111010001101011000
+0,4,40,509,0001010011000111000111000110001101111100011110110111000110001101111001110110101100000100010010110000
+0,4,41,512,0101101000011101100001011100000101110000010000111011110110011100000111001101011110010110010001100110
+0,4,42,402,0100010110101010111101010011000101011010000100000101001000001010011011110001001101000100001010010000
+0,4,43,-599,0101011000110111000111011110011100100111001110110001111010101111101010111000011101110110001001110100
+0,4,44,513,0110010011111011011100010110101110101101001001110000101001000001011100001011100100100111001001101101
+0,4,45,443,0101011110001111001100010010001100110111000000011001100110011010111000001010111000011010010000000101
+0,4,46,498,0101001001010100111101010010001000110101101110000001101101101000010101111001001100110010010001111100
+0,4,47,-521,0101001001010100111101010010001100110101101110000001101101101000010101111001001110110010010001111100
+0,4,48,515,0100010101111001001001100010000011010110010100111110110011011011111101101111101000000000010000010111
+0,4,49,498,0011001101010011100111111101001011111000000001101110101101001010110000111000001101010101101100100000
+0,4,50,-571,0101111101100101111111101111100110100101010011101111100000010101011001111011101000001110011001010010
+0,4,51,445,0110001000111011110000011110001001110001000100000010100001101010100000101001001000110111101100111000
+0,4,52,505,0100100110100011010001010010001101110100001100100001111011100010111110111001000101110100001100011010
+0,4,53,493,0001011100011110010110011010001100001110100000011101011010101010011000111001011101010100011001110000
+0,4,54,489,0101000011010110010001001001010101011011001000100111101001111001011000111000100100100010111100110100
+0,4,55,518,1011001110111000111010100111000111000101010101110110100101101101001001001101001001111011011001000000
+0,4,56,500,1110111101101011100101100010011101001101001011100001000101101001110001111000110110010100001010010001
+0,4,57,509,0111111011010101001001001101101011100011101111100101001101110000101001010001111001000101000000011011
+0,4,58,-544,0101011100111010111111011011000001100101010101001011110101101011100001101011000000001111011001011010
+0,4,59,503,0110010100011101100011010101010000100111001001100111101000110000111101011011011001100110001000011001
+0,4,60,395,1101101110110010111000110000000001100100100001010101101011100010110000001001000100000100110000010110
+0,4,61,493,0110011110001110100011011011100011100101000101000001100011111000010101101001011100110010101000001011
+0,4,62,518,0101100110001010010011111000001110100110011101010011011100100010101010100010110101100110111001011000
+0,4,63,531,1111010100111111101001000101110011000111011000100000111101101010010101011011000000100110011101011001
+0,4,64,-563,0011001011100111000000001110101111010111111010100001010011000011011010111110111111000110101101010000
+0,4,65,510,0101001011101011001001011111000110101011000001000111000101110000111011111100000100100010010101111010
+0,4,66,-554,0101011011101110101101011111001110101011001010000101100000001110101011111110001011100110101001010010
+0,4,67,492,0011001000111111000001011110110101010111000111100101011001000011011011110000000101000010010101110100
+0,4,68,473,1101011001010001010000011110001001101001000010100101100110011111001100101010010010110010101001101000
+0,4,69,477,1111011101100100100001100110001111110000001100101101000101000101010101011110010101001010010000111000
+0,4,70,441,0101001011111110101001011111100101101100001000111001000110000100011010101100010000000110001010001001
+0,4,71,-534,0110110010001011011001001110100101110110010001100011100111100111010010110011110100100010011100011010
+0,4,72,421,0111001101100000000001100100000110111101011110010010110100000000000000100000101100101110011101110000
+0,4,73,523,0101011101000111010100011110101100110000010110001011000010100111100011011011111000111110101100001000
+0,4,74,478,0001010011100010011001011111000101101101010001100011100101100011011010010001100101100010011100010001
+0,4,75,510,0100000010011010111000101010110101001000001101110111100111111101001000101011111000010010101000101010
+0,4,76,494,0111011001110110110000110000001110000001000110000100000001001110100101101110101101010011010101111010
+0,4,77,428,1010101011100001010100101110101010010001001110100010011010110100001011011011110010010010010000000000
+0,4,78,-564,1110101011010011111111110111110100101100101011111011110110010101010000100111001000010010010100011011
+0,4,79,423,1101110101011000000001011111001011101001110010111110100111000001000000001011000000000001000101010110
+0,4,80,533,0111100111101111100111010010001111100101000110000010100111000100011001101011001110100010011011011001
+0,4,81,488,0111101101000101010000000100101010111111111100010101101110110001111000101100110010000010010001001100
+0,4,82,493,1111100011110100011000001100101011110110001000110001100110000010010101111101101000010011100110101000
+0,4,83,491,1100100110001011011100100111000111110001010011101100000110100111011001100001101010010010010001011010
+0,4,84,514,0011100000110010110100010011101101010100000100100011001001011011111011110011101100110101010000001101
+0,4,85,492,0101011010010100001111111011100101100101101100010000111000111100010100011001000101100110010000111001
+0,4,86,428,0000001011100101111001111010100110010011001011000100110001100001000001000001111010011010010001001010
+0,4,87,-542,0010001001110111000100101110101111101000011100100110000011010111100010111111100110000111010001100011
+0,4,88,516,0101110100110001001111010101001010111011000001001110110001111101110000111101011100000110001000111000
+0,4,89,486,0100001101110010100111110011000101100010010001101101011110001010011101010011001101100101000000010110
+0,4,90,445,1001011101110011010010101100000010010101000000101110000110001000111100101100011001010000001110101100
+0,4,91,-543,0111010001011110000001001010101111011000101110111110100101111011011100001010101001010011111000010001
+0,4,92,518,0100011010101100111111011001000011010111011101101110001011011001111001110001001000000111001000011001
+0,4,93,507,0101001100110101110011010110001000101101000001101101110100111011110001111011001000110011010000001010
+0,4,94,459,1111111001100001101100101100001111010101101111110001000101000001111000011100010100010000010001010001
+0,4,95,501,0110011111111001110001100110001111100101001100100101100101110110110001000011100000010100101010000111
+0,4,96,424,0011000010001111000001001111100110101000001001000101111101000010101001111010011010100000100100000010
+0,4,97,-590,0011001101101011100011010000111110101111010011000111010001010110111111101111100011100010110011110000
+0,4,98,506,1101010110100111011110001110101111111001101010101111000110000000011100101100001000010010010101111000
+0,5,0,-549,1111101111101011100111010010001011101101000110000011000110011101011001101011000110100010101101101001
+0,5,1,517,0111110111101101101100110110001111100101000110100100100111000100011100101111011000010010011010011000
+0,5,2,474,1110001100110000100011010111000000100100010001101111101000101111011001011010000101100011001000010110
+0,5,3,519,0100001111110111110101111011000101000011001000010101011111001000111101100111001000110101000101010100
+0,5,4,478,1111101001110001001100001100001110000101100011110101000101111001111001001001111000010000010110011000
+0,5,5,513,1111111001101110110000100110101111010101001110100001000110000110011100011100010101010011101001010001
+0,5,6,524,0110001011110101110101111111000000100101001010110101101001101001110001101010100000110111001101010001
+0,5,7,503,1100001100110001101001010111001111001111000101001111000111011100111001000101011100000001000010110110
+0,5,8,-564,1011001101110111010010000110101110010101000010100100000110011010111101101100111001010011101110111100
+0,5,9,402,1101111001111010010000101100000010000101000000101110000110101100011100001001011001010000001110001000
+0,5,10,-637,1011001110101010100011111111101110101101010111010100110101001011111011101101001011110010111101010010
+0,5,11,395,0011001010111101011000000110000111000011000001100111000001100100001001011110000001101011010001000000
+0,5,12,476,0011001111101111000000001110101100101111101000010101110101000000101001101111001010100110000011010000
+0,5,13,-564,0101101011101111000011010100001110011111000011101111000011000110111011111100000011100010111101000110
+0,5,14,-588,0101011101000101110000011110100100110001011110001011101001101111111011101110010000111110101100011100
+0,5,15,429,1110001110110111010101011111001000000100000000010111000010100101100001011011100000110011001101000000
+0,5,16,537,1101011010110111011111111011100101101001101000001110111100010100011100011101000001100110010001111000
+0,5,17,461,0101010110000100001110001110101111110101101110110001000010101000010100101000001100010010010100111001
+0,5,18,528,0101111101100101101100010000101101010101101101010001101100100001110101011001011100011010010101110001
+0,5,19,453,1111101010100001101100101110001110110101101110100001000101001100111000111100100000010000010001010001
+0,5,20,488,0101010010000011000011111000001111100100011101010111010100001001101010110010111101000100110011010000
+0,5,21,-554,0001100111001110010111000110001100111110011110110011001110100110111001100110100100100110011000111100
+0,5,22,517,1110111101000101010000010100101000111001110110110101101110010101101000101110110010100010001001101100
+0,5,23,462,0111011001010001010000001110001011101111001000000101100110111011011110101000010010010010110001001000
+0,5,24,482,1111010101111001011001000111001111100101000100110000110101000110011001111001000100010000001110100101
+0,5,25,-535,0100001111111100110111100110000111010101001000101111000011111001110010000011100010101111111000010010
+0,5,26,-537,0111100100110011101111010110001111111001000000001010100011110101011001101101001110100010001001111001
+0,5,27,500,0101110111101101000111010001001010100111000111000110110101001100100000111011011100000110011010011000
+0,5,28,-549,1111000100111111001001100111101111010111000000100101101101000110000101001001000111001110111001011011
+0,5,29,480,1101010100100111110001001100110011100000011000100000110100101010010101111110101000110010010101011000
+0,5,30,512,0111001100000111110101101110101111110000000001101111101100001110100000111000001111010010101001001010
+0,5,31,470,1001000101110011000011111101001011111000000000100100100101000010010101101100101101001101110100110000
+0,5,32,526,1101010010010101100011111011100110111101101000010001010010111100010100111001001101110110001000101001
+0,5,33,449,0101111010010100001110111010000101100101101100010000101000101000011001011001010101101110010000110000
+0,5,34,497,0101011101000111010100111110101110110100010010001111000110001010100101101101011000011010001100101000
+0,5,35,466,1001011101110011010010000100000000000001000100101010000010100111111010011010111001110100101110001100
+0,5,36,436,0001111111101011000010101100000100010101000000111110000110001100111100101100011001010000001110000100
+0,5,37,524,1101001101110111010010000100001010010111101000101111100111000000101001111101001010100110001011101100
+0,5,38,486,1001001101001110001000011111110101011010111000100001100110000111011001011001000000100100101100110011
+0,5,39,496,0101000110111011101101010011001111101001010101001011110100101001100010001001010001111010111000010000
+0,5,40,-583,1111101111101001001000010110001111011111001010101111000111011101001101111111001000100110001011100100
+0,5,41,474,0101111111101111100110100100001000101101100100110101100110000100111000101101010010010010101100001000
+0,5,42,483,0101001011010100011101111010001100110101101100000000111101111000010101011001000100000110010001111001
+0,5,43,493,0101011000010100101111010011100001100101101110010001101000101100010100111001001101110010010000111100
+0,5,44,490,0101111110001110000111111010001100100100111101010000111000100000001010100011110101100110010001111000
+0,5,45,513,0101000010000000011011111001100111100111001100010011011100111110110100011000000101100110111000011001
+0,5,46,520,0111001110000111000001011110100110110101001010100000010111010011111011101110101001110010110100000010
+0,5,47,451,0010111011101111011000000110101110001111000011000101000000001110011100101111000010000010110001010001
+0,5,48,508,0011101100111001111111100101000111100111010101111110110101101101110000101101001000001010001000100000
+0,5,49,-532,1101010110110000001010010111001010111001000101000110100001111101001001011100011101110111011001011000
+0,5,50,-544,1001010011001111000111000111001101011101001000110011000111011101011001110110100110000111011010110000
+0,5,51,485,0101000101110100010111000110000111110100010110111110010010001001111010111001001100101000010100110000
+0,5,52,448,1101101100110001110010001100000110110000000000101111000110001000001111001100011010010010011100100110
+0,5,53,509,0001011001011111000001111100000001010101010000111010110110011100110100101101011101010100000011101100
+0,5,54,-530,1111100010110010110000010110101000011001001101100100101111011000000001101111011000110010110101111010
+0,5,55,480,0100000011011011111000101011110100100110011100010011000111101101111000101001101000011010101000100000
+0,5,56,502,1011111011110000011000001010011011100010111000110001010010000010010101101101100001000110101111101001
+0,5,57,492,0111000101101100010000011100100010110111001001110011101110001010100001011101001000110011110000111000
+0,5,58,488,0101010011010010101000011111010101101001010001100011110101101011001001000001000101110110011100010001
+0,5,59,502,0001000110101010011001011011000111101111011101000011100100100011011010011001100001100010111000110001
+0,5,60,478,0100111010001100011110000011100011010111011010100100000111011001111101110101101000010011010000000001
+0,5,61,495,0110011110100111111001011100000110010101001101101010001010011111011000101011001000000110101000011001
+0,5,62,-562,0101100110001010110001111011000110101110011101010011110100100010001011100011100101110110111001011001
+0,5,63,481,0101000110011010001010011000011111100011011101000011011100101011101000001000010101100110111000110000
+0,5,64,525,0101001101100111101101011111100101110000011110101001000110100111101010011101110000110110101000001000
+0,5,65,439,0101011011011110010000011110101100101100000000011011000010000100010011101010011000001110001110001001
+0,5,66,495,0101100101110110110001000000001111100001000100000001100001100010110111111101001101110110010100011010
+0,5,67,509,0110011010100011010000110010001100010100001110100100011011001110101100101010101101010001001101111010
+0,5,68,468,0101001000011011001000011110110111001111010111000101110101001011001011100000000101000110010000110100
+0,5,69,-536,0011000110111110100001011011010101110011001101100011011000100011011001011001000001110010111101110001
+0,5,70,505,1110011011111011010100011110101100101001001001100100101111000001001100101010100010110010001001101101
+0,5,71,481,0101010001010001011000010110001011101101000010110001100000011111011100001011010100100111101001101000
+0,5,72,430,0011000011010111100100001011110100101000001001000101111101101001001100101000001000100000101101000011
+0,5,73,501,0001000010001010011001101111000111001010011101100101101100010010101001011011111011110010100000000110
+0,5,74,444,1100101100100111010001100010011101010001001010100001000100100111100001111000110111001000100000011010
+0,5,75,525,1111010101101011100101101110101111101100000001100101100101001000010101101100101110010110011001010001
+0,5,76,495,0111100011110100010000000100101010110110011100110001101110100000011100101100111010010011000011101100
+0,5,77,488,1111101101000101011000001100101011111111101000010101100110010011110001110101100000000010110110001000
+0,5,78,-548,0101010101001111000001100010101101010010010110101111000011101011111111111111101000001100110100000001
+0,5,79,501,0100011101110001011100011110000010110100010100011010110010110111100001001011111000110010001000011110
+0,5,80,526,1101101011011110010001001001011111010111000010100101001011111111011101001001101101000010001100010100
+0,5,81,483,0111000001110110010000000110000100101001001000100110100100111001011000111000110000110011111110111000
+0,5,82,527,1101010100111111101010000101100011110011001000101001011111100010010100101101010000010010011101111001
+0,5,83,538,1111010110100111011101001110111111001101111010100110100100001000011101011010001000100110011101011000
+0,5,84,483,0100000010010110110001101110000101101010000000110111100101101111001010101000011000110010010001110110
+0,5,85,528,0110001110001000111100101011110111011001001111110010110111110101000001111011101100000010101000101000
+0,5,86,517,1101010110100111011110001110101111111001101010101111000111000000011100101100001000010010010101111000
+0,5,87,506,1101010110100111011110001110101111111001101010101111000110000000011100101100001000010010010101111000
+0,5,88,-549,0101001101010010100111110010001101110010110010101001101111001010011101010011101101100011000101110100
+0,5,89,477,0100001011100000111101010011000100100000011101100101011100111001110100011001000100111100100000011110
+0,5,90,517,0011000011011010101100111011000111000000011111000100101100110000011101101011101101110010101001010001
+0,5,91,523,0101100111100111110111000010011101101111000100100011100111001101001000001001001010100010011011001111
+0,5,92,462,0100000001011100001001101010100101001010011100110110100111011111001100101111111000000000011000000010
+0,5,93,-570,0100010110111011111000100010010011010100000101111111110011111001111001101011101000010010100000111111
+0,5,94,522,0111001111100010111000100111000111001011010001000100100101100101100001101111000000111111111101001000
+0,5,95,509,1011011000111100010010010110001110110101110100110110100100001101001001011101001001110010001001110001
+0,5,96,457,0001001000010100001101011110001001100011101000000000100100101001011101111011100101100010010011011000
+0,5,97,496,1101011011010110111100010011001010010101101110001001001101100000110101011001001010110010000000111101
+0,5,98,-548,0000001001111111001001111110110111010110010110100110111001001011111111100100001001000010010001110110
+0,6,0,499,1100011110010000111100010111001010010101101101001011000111000100110001000001011100110011000010110111
+0,6,1,506,1101001101110111101001010011001111001111000110001101001101111000111101011101001010000000000000111100
+0,6,2,474,0111001111101111000000011100000110110111001000110011101101000000101001111111001000110010000010011000
+0,6,3,476,0011000101101100010000001110101000101111101000010101110110001010100001001101001010100111110001110000
+0,6,4,488,0101010010000111000011001000001111101001111111110111010110001001011010110110001000010110010001010000
+0,6,5,475,1101010110000011011110111110101111110100001000001110000100000000101100001000111101000000110111111000
+0,6,6,536,0101101100000111110111101010111111111101000001101111100110001101100000101001001011000010001011001110
+0,6,7,488,0111001111100111110101000110001101100011000100100011101101001110000000011000001100110010111001001011
+0,6,8,495,1111100110110101100000001111001110110011001111100001001101000110111000011100100000010010011101010001
+0,6,9,494,0011001010101010101101111010010101110101101100100011010000101001011001111001000001110000110001110001
+0,6,10,509,0101010101010111011010000110001010101101100010100000100010011110111001001001010110001111001011101100
+0,6,11,497,1101001001110001010000010100001011010111001000111111100101001001001100111111001000100110101001101000
+0,6,12,478,0110011111110011010100011010000101101011001000000101001111001001111100100010001010110011001001010100
+0,6,13,-556,1100001011111111110101111111101100000001101001110100111111000000001101101111100000110100000101101101
+0,6,14,480,0111100111110100010000000100001011010111010000010100100100100001000001101101001010111011111101001100
+0,6,15,-537,0111001011100010111000100111100110101010011101100001101111100100111100101110110000010111000011101000
+0,6,16,486,0101010011101100001111011011001010100101001101000010101001001100100001111011010100101110011000110000
+0,6,17,457,0101111110010101000110110000000101100111100110010100110100101000011000011001011101000110010010011000
+0,6,18,494,0101000101100101001001010101100010100100011100100001101110100110001010101100111010110111101000101000
+0,6,19,523,1111101011110110110100001110101101110010011110111001000110100001111100011101110000010010000011001100
+0,6,20,-552,0101000110100110010001000001000111100101010101001001100101100011011111011101100101110110111100010011
+0,6,21,428,0001100101111011111001011010001111101011000100000011100000000010110010111001000001100010010000111000
+0,6,22,-526,1100011011010111111000010010001100010101101110100000011101001010110100011001101011110000000101111011
+0,6,23,479,0111011010100010010100110011001010010100001110001101001011100100101101101010001100010011001000111100
+0,6,24,394,1001000000010101001001011100001001110001001000100100100100000011011101101000100101001000110010011000
+0,6,25,-533,0001001101110010000111111111001011101010100000000000100101101000010101111111101101100111010101110000
+0,6,26,466,0001011100000000010110000110100011010101000100100010000010000101111110011000111101010100001110111001
+0,6,27,465,1101010111110111001010001100001100100001101110111001000010101010010000101010001000110010110101001100
+0,6,28,496,0011101011111101010000000100000010100111011100100001101010100100001001111110111010100011010011001100
+0,6,29,382,0111000010110100011000000110101111010010000001110111000101100000010100001100000001011011000001100000
+0,6,30,471,1110111011111010010100001110001000101001101000100001100010000011001101101100100001000110101001101101
+0,6,31,-536,1011011011110001011000011010111111100010011001110100011111000000010100101011100010110010001111101001
+0,6,32,494,0101000111100011000111000010001101100111001101000111100101001101001000110001111101100110010011010000
+0,6,33,517,0101110010000111110011111000011111101100010100110011010110001001101010001010001010000000111011001111
+0,6,34,493,1110111100101110010001100010111101010101001010100001000100000111010100011100010101101010101001011001
+0,6,35,478,1101101001100111110000100110001111010001001110100001000110100110101001111000110111010001100000010010
+0,6,36,-539,1101011101000101010000010110101110111101010010011111101110011100100000101110011010110010001100101100
+0,6,37,475,0110111101000111010100111100101000110000110110100101000110000011101101101101110000001010001001101000
+0,6,38,493,0111110110101101101110111010000101100101000110000000101110100000001110100111011100110110010010011000
+0,6,39,499,0101111011001110000101110110001110100100111101110100110001000100011000101011110001000010011001111000
+0,6,40,514,0001000011000010011001101111000111011100010111000101101110001010100001101011111010111010100000100110
+0,6,41,484,0101011100001111010100111110101110100010011000101111000100010010101101011101011001010010001100001000
+0,6,42,523,1110110001000111110000001100100101101001010010110101101111100111001010101100110010110010001001100110
+0,6,43,477,0100001110010100010001110110001000111010100100110111100100011101101000101010011000100010010001111100
+0,6,44,473,0111110011101101011110010001110110100110011111000111100101101100110000111001001000000010011010000000
+0,6,45,513,0100000111011011100001101011001000100111000100010010010111001101101000101011111100011110101000111000
+0,6,46,-600,0101011101100101101101011110111101010101111110110001101100100001100010011101010100111110111101100001
+0,6,47,446,0101101101100111101100010001100101110000001101001001000110100111111101011001111000010010000000001000
+0,6,48,503,1100010100100111101101001110101111111001001101001111000111010100011100100100011000010001010001111000
+0,6,49,502,1101001110110001011010010111001111001111100010101111000111001000111001001101001100000010000110110100
+0,6,50,-561,1101100010111011110010000110101000011001001000101001111111111010010100101111011000110010011101111000
+0,6,51,507,1111010100110110101000010101100011110011001101100100001111010000000001101101010000010010110101111011
+0,6,52,523,0101001010010000001011111111100111100111000111010111010100101111000001001000000101100110111000011101
+0,6,53,473,0101000000001011011000011000110111001111011100000001111101011010111110110000000101000110010000110001
+0,6,54,-541,0011100111001110000111010001001100111111010111100111000100101100111000100110011100100110011010011100
+0,6,55,519,0101110111101101010111000110001010100110001110010010111111000110100001111011100100000110011000111000
+0,6,56,434,1101101100110001010010000100001110010110100000101111000110000000101101101100011010000010001010100110
+0,6,57,-525,1101001101110111110010001100000010110001001000101111100111001000001011011101000010110110011101101100
+0,6,58,464,0101011110010010001011111000011101100001001001000010011100101101111000001100010101100110010000111000
+0,6,59,545,1101001010111111011110011011100111101011111100001111111100010010001100011001000001100110110001110000
+0,6,60,476,0100011011101011100100100100001000001100101100100100111111000100101000101111001000010011101101001010
+0,6,61,514,0111111110100111011010110010001100110101000110110101000010001110111100101000110111010000001100111000
+0,6,62,468,0110101110100001101100100000110111010101001101010001101101110001000101011001011100010010000000111001
+0,6,63,-588,0101011101001100111100011011101101011001101111110010110110100101110001111011101100001010111101100000
+0,6,64,500,1101010110100111010110011110101110101011101001101101100110000001001100101100000010010010000101101101
+0,6,65,520,1110011011111011011100001110101101111001001010100110001111000000011100101010101000110010011001111000
+0,6,66,-560,1101010010110111011111011111110111101101111000000110100100011000011101011111000001100110011001011000
+0,6,67,505,1111011110100111011101101010101101001001101010001110111100000100011100011000001000100110010101111000
+0,6,68,463,0101001001000100011100101110001100110100101000001000010110001000100101111101001000011110011001111000
+0,6,69,509,0101011111010111010101111010101110110101010110000111101101111010010101001001010100000010000100101001
+0,6,70,461,0110001001011100001111010010101011001101010100010110000110011101001001101111001100100000101001000001
+0,6,71,-559,1001100111101011100001101010000101101010001110100011100111011111011100101011110010000010011100111010
+0,6,72,-612,0111010011110011111000011111010100101101011011110101111001101001101001101001100101110111011101010001
+0,6,73,409,0100001011010100100101111111000001100101000000100011100101101011010001000010000000110110001100010001
+0,6,74,527,1011011111100010111100001111000111101010111000100000100000000101110001101101100001000110111111101001
+0,6,75,514,0111101011110000011000100010011011000011010001110101010111100010000101101111000000111111101101001000
+0,6,76,529,0101110111101101101011110010001111101101101100010101110111010100000100101001001001110010011000011001
+0,6,77,517,1111010010010101100100111111100110110101000010100000000010101100011100111111011100010110001010101010
+0,6,78,460,1001101111110011111000100111010000000100001100011011000010100111111000011010111001011000101000000100
+0,6,79,492,0100010001011011010010001000100100100011010100100010000111101101111010101001101000110110101100101100
+0,6,80,492,0100000011000000011001111111100011100100011100010011011010110110110100011001010000110110001000011011
+0,6,81,522,0101011100110001011110011000000110110111000100011010110100111111100001001010101101100010111000011100
+0,6,82,536,1111111110111011101000110011001111111101000101101001010110101111010010001000010101111010101000010000
+0,6,83,473,0101000001101110110101000110101111000001011110000011100100000000101100011101010001010011111001010001
+0,6,84,512,0101111010101111001111110110000111000001111101000011101001100100001001101011111001101010010001100000
+0,6,85,386,0011001110011100010000001010001100100110000001110100010000100000001010010110000101100111010001011000
+0,6,86,514,0110011110111011101010010111000001110000001100100100011011000110000100101000101001010011011101111011
+0,6,87,-522,1101010000100111010000100000101110010111001010101001011111101010111100101111010100010000001101111000
+0,6,88,478,0110011110100111010000000110001110001100011110100100111010001110101100101010001000000100011101111000
+0,6,89,-569,1111010010100011011101111010111101010101101010100110000101001000011101011010101101110011001101011010
+0,6,90,517,0111001111100111101000100110001111100001010001000100100101000101111101101111001000011010111110001000
+0,6,91,534,0111110111101000111100110111000111001111000110100100100111100100000100101111010000110111011001011000
+0,6,92,478,0100001110110000111001010110001100111101100100001000001111011100010101001101011100010110010001110000
+0,6,93,508,1101001001010101001101111011001111000111001101000111110101111000111001010001000100000000000010111111
+0,6,94,509,0111001111100111111000100110001111111000000001000101100101100111100000101011000100011111111001001000
+0,6,95,-525,0111001100000010110101101111100111000011010001101110101100001100100001111100001011110010101101001010
+0,6,96,473,0101001000010011000101111110100111011011000011100101100101001111100001101000001101010110010000010100
+0,6,97,510,0111001100001111111000001110111111100100010101000111111100001010001010110010000111000010101001101010
+0,6,98,-535,1111001101000010001100011110000101011110111100111001100010000111111001001001001000110110101000111110
+0,7,0,447,0111001000001010000101111010100101111001001001100111000001001001101001111001000001010010110001010100
+0,7,1,538,0001001010110111101101111110010111010111100110100001110110101111010001101000001101110100010000110001
+0,7,2,-557,0111001111100011101101111010001111100101111100100011010001100101011101111111000001011000111000101000
+0,7,3,462,0011001010101110101000110110010101110001000001000100100100001001111001101001001000110010110111010001
+0,7,4,459,0101000010101110011100011001000110101111011100000001111101011010110100111000000100100110010000110000
+0,7,5,491,0101010001001001001011011010110011000101001101000010101001001100101011110011010101001110011000110001
+0,7,6,476,0101011000001111011000111000101111100010011000000001011101011010101110111001010001010010010100011000
+0,7,7,468,0101000100001011010100011110110110101111011100101100100100010010111101010100001101000110001000100001
+0,7,8,484,0111011111100111111000110110001100110001010011010101100000001110111100101001010100010000001110101000
+0,7,9,-559,0111101110100111001010100010001111100101000100100100000111001101111101101110101011011010111100011000
+0,7,10,498,1111111011000101001101111011001101100111001100000101100100011010111000010001010101000000001000111111
+0,7,11,524,0101001100110111011010110010001110010101000111110111010011101100111101101000100110010000000110111000
+0,7,12,508,0111100011010000011001100010111011100001010100110111011111100010000101111111010000110110001000001010
+0,7,13,504,0101001011100000011000111111000011000110011001010001010010110110110100001001000000111111101101011001
+0,7,14,489,0101101011001110000101101111001110011100011111100100100010000000011001101011111000000010000001111110
+0,7,15,-539,0001010011000010011001110110000111100100110101010101111101001110100000101011110011111010111000100100
+0,7,16,468,0100001110110001101001010011001111011101100110001001001111011000110101001101001010000010010000111000
+0,7,17,516,1101001101110110111001010110001100101111010100001000001101111100011101011101011100010100000001110100
+0,7,18,479,0111101100000111111100011100101100100101010111000111010111001011101100100000010010000010001001101010
+0,7,19,526,0110011101001111010000101110111011110000110100100101101100000010001011111111100101001010101001101000
+0,7,20,518,1011011010101010101100111111000111110101111100100000100000001101110001101101100001010000110011110001
+0,7,21,503,0011001111100010111101001010010101101010101000100011010000100001011001111001000001100110111101101001
+0,7,22,455,0100001111011011101010000111000000100000000100100100011111001110000000101001111101010110011000111000
+0,7,23,-572,0110010110111011100001111011001001110111001100010010010011000101101100101010101000011011101101111011
+0,7,24,511,0101001010110111011001110010101110110101101100001001001111001110010100001111010100010010011001110000
+0,7,25,489,1100010100100000110000000100001100011111000010101000011111111000111101101101011100010100000101111000
+0,7,26,530,0001101111111101101001110110010100000101001100011101100011110111110100001000111001011010011000001101
+0,7,27,471,1101110111100011111010100011001011101100101100010011010110000110001000111011001001110000101000010000
+0,7,28,502,1101001010110001010000110101001011010100001100101111100111100000101101111011001100010111001000101000
+0,7,29,481,0111011001110010010100010010001010010111001010011101001001001101001100101110001000100010101001111100
+0,7,30,519,0111111111110110011000010010101101110110001110110001000010101010111100111100110010010000001100111000
+0,7,31,518,1111101010100111110110101110001100110001010110111101000110000101111100001001110101010010000011001100
+0,7,32,513,0111100111110001100001001111001110100011001111100101000101000111101000010001111001010010010111010001
+0,7,33,473,1101000110100111000111000010001101110111001101000010101101001100011000111100100100100110011001010000
+0,7,34,506,0101001010011110011110111110101110100010001110001111010100011111000101001100000101010010011100001001
+0,7,35,510,0101011100000001000001111111101111100111010001110111000100100010101001011001011001100110101000011100
+0,7,36,-558,1111011010100101011010100010111100110100011100110100010010001000110100101011110111110010001111101001
+0,7,37,511,0011111111110011011000011010001111100011000011110101001111000110011100101000110010010000011100111000
+0,7,38,514,1111010110110100110001010111000001111011100101000100001111010100000001101101011000010010110101111001
+0,7,39,458,0100001100110010101000010100101100110101001100100000001111011000010101001111010100010110010001110010
+0,7,40,473,1110001000101100011111011110101111101101010001011111100110000101001100100101000010000010100001100001
+0,7,41,484,0101010111010111000110010010101011001011101100100100000110011001001001101110001100110000001101001101
+0,7,42,508,0110001110110011100001000111001101110001000100100110011111001110000000111000101000110010111001011011
+0,7,43,494,0111011111101111111110010110000001100010001100100001101001000110000100001000001101010011011101101011
+0,7,44,501,0111011110001010010100111011101110100100011010101111001100110000101101011110011001010011001000001000
+0,7,45,462,0101011000100111010100110110001010010010001100001101000011000110101101101001001100010010001100111100
+0,7,46,525,0101101111110110111001001010101111111011001100011001100100100011111110011001010001100010010000111000
+0,7,47,419,1011100001111010110100011110001101100010010110100011000010000000110000111101100000010010000011001100
+0,7,48,-556,1101011111110001111100011010000111101110011000110010100000110101100001101001101001100010111101111001
+0,7,49,493,0011011100100010011110001101000110110011100100001000110100001111110001001110100101000110111010001100
+0,7,50,490,0111011101110001011001011110100110100010001100000101101110000010101010100110001010110011101001100100
+0,7,51,482,0100000111100111000100010001000001101101011000100001001111101101011100101000111010110111001000011000
+0,7,52,514,0111100110111100000000110100001111110101010000011000100110101111010010101100010110111011101001010000
+0,7,53,498,1111111111110011111000000011001011011111000101100101010110100001000001001001001001111010111100001000
+0,7,54,525,0111010110110111100000110111101110110001000011100100100100100100011100101111001000010110011110101010
+0,7,55,503,1111001010000101101100101110000111100101010000000000000011001101111101111111011100011010101010001000
+0,7,56,523,1101001111110111111000010111000111101001100000001101110101010111001100001001000101010110111001110000
+0,7,57,531,0111001010101111011110101010101111111010011101000111101100100010100000111011000000101111110001001000
+0,7,58,500,0101001001011111111001111100010001001111100100000001101101100011110011110010000100000110011100110001
+0,7,59,380,0100000010000000000100011011100111100101011000100011110101011010011100000000000001110110000000010001
+0,7,60,527,0101110111010101111011000110001110101101100100110100100111011110110000001001001110001011001000101101
+0,7,61,511,0101010101101111001010110010001011101101101010000001110010010100001101101001010001110110011011011000
+0,7,62,505,1111000011010101000100111110000111111111001110100001000010000110111000001011001000010110101010101110
+0,7,63,-547,1111011100000010101100011111100100010100110000111000100010101101011101111101011100110110001000111010
+0,7,64,-581,1111101011111110110100001110001101111001011110100001100010100011011101011101110001000110101001101101
+0,7,65,420,1110111011110010011100001110101000100010101000111001000110000001101100101100100000010010000011001100
+0,7,66,512,0101111011001110000101110110001110100100111101110100110001000100011000101111110001000010011001111000
+0,7,67,507,0101111011001110000101110110101110100100111101110100110001000100011000101011110001000010011001111000
+0,7,68,501,1111011111100110111100000110000111101000100001100000100000100101110000101111000101010110111011001001
+0,7,69,-535,0011001111100011111000101111001111111010011000000101100101000111100001101001100000001111111101101000
+0,7,70,-516,0101001001010001000100010100000111011111001010111111100101001011100001111010001001110110111000110000
+0,7,71,454,1101001000110011010001111110101011010011000001100101100101001101001100101101001100000110000001001100
+0,7,72,472,0110111111101111110000110110001111001100001100100100111010000100100100101000001001010110011100011000
+0,7,73,524,0101010110100101001011000010001110101101111110010101100111011110001100101011001000100000011001111001
+0,7,74,499,1111010100101110101000110111000001110001000111100100101111110000001001100111010100110010010000011011
+0,7,75,492,0111110110110101101110011000100110100111001100000000001110000000000110101101011000010110110111111000
+0,7,76,503,0100000111001001001101101011001000101111000100010010101001001101101000111011011100011110111000110000
+0,7,77,496,0101010011111110100011011011000010100101001101000010010111001100100001101011110100101110001000111000
+0,7,78,517,0100011001111011010110011000100100100111010100100010110111101101100000001010101000110110101100111100
+0,7,79,507,0101010100010001011010001000000110110011000110011010000100111111111011101001101101100010111000001100
+0,7,80,469,1111011110110101011000010111001011011111100001101101000111000000000001001101011000000010000100111101
+0,7,81,-540,1101000100110010101010010101100111100011001110100110001111011000111001101101000100010010110111110010
+0,7,82,521,0111010111100011000100000011000111100111111001100110100100000101101001110101111101100110010011001000
+0,7,83,500,1001001111100010111111001110001101101010001100000001100001001101010000101001100001000110111111110001
+0,7,84,-564,1101110111100111010011111110001111101111101000101101100110000100001100101001000011110010001100111101
+0,7,85,465,0101010110101101101110010010101110101001101101010101110111010001000100101100001000010010010001001001
+0,7,86,476,0111010101110111101000110011100110111100010001101001001110100110000010001100010100110111101000100000
+0,7,87,-552,1101101110101001001001010101101011100101001100100001110110101111011010101000111011111010101000011000
+0,7,88,435,0100001110010100010000010010001100111010100001110110100100111100001000111010011001100010010001101000
+0,7,89,413,0011001110011100010001101110001000100110000100110101010000000001101010000110000100100111010001011100
+0,7,90,518,1101001110111101100100011011000111100011111100101001011100010010011000011101000000110110110101010001
+0,7,91,522,1111100010110111011010001111101110111011001111000111101101000110101100011000100001000010011001110000
+0,7,92,534,1111010110100101100100101111100110111101000011101101000111101100011100101100011000010101010010111000
+0,7,93,493,1100010000011111101111011110001111110001001100000010000010010100011100110111011100010010001001101010
+0,7,94,502,1101001101010110101100010011000101011110001100011001101110011011111001001001001000010010100000111110
+0,7,95,538,1111001101100011001001011110001111001111110110101101000101100100111001011101001010100100001000111100
+0,7,96,-541,0011001101101110101101111010001101110101101100001001011100111001111101011001001000110000100001111001
+0,7,97,471,1101001010110011101001010011010111001111000110100111000001101001011001111101000011000000010000110100
+0,7,98,510,1101110011001111010011001100100000101111001010010001111111000111001001101100100100100110010001110100
+0,8,0,-541,0001111110010011001001111111101111100111010001110101001100100010001100011001110011100000101100111100
+0,8,1,480,0111011101100001010000011010001111100011000011110111000111000110111001101000011000010110011000011000
+0,8,2,415,0111001101000110111000110010001100010101011000010001101000001011111000101001010000010010001000111000
+0,8,3,-571,1101011111110111101100010111000101111010000111011101100110011110111101001001001100010000100110101110
+0,8,4,507,1111001110001110110110111111101110100100010010111111000100110000111101001000011101010010001010001000
+0,8,5,512,0111111010100011010100101010001100110001011110101101001110000101101100011111110001010011000001001100
+0,8,6,500,0111000111111101010000110100101011110000110100110100100100001111001011111100010101001010101001100000
+0,8,7,-540,0110111100001110000000101110011111110101010000001001101110100010010010101111100110111011101001011000
+0,8,8,451,1100001000111101000110011000000101100111001100100011010101010110100000011001100000110110110101010000
+0,8,9,-574,0101011111111011110100011011100110100011110100101000111110101001011000001110001000110110101100111101
+0,8,10,420,0100001011001011000010000110100000100010000110000101011111000111100000101100100100010110010000111100
+0,8,11,-557,1101110111011111111011001101000000101101001000110000111111001110001001101001111101100110011001110000
+0,8,12,483,0110011111110010000000010111001101110011000100100100000010001110011100111100100010010000011101111010
+0,8,13,544,0111101110110111111001000010101101110100001110110011011111101010100000111000111000110010101000011001
+0,8,14,-552,1111111010001101000101100111100110110100110011101100110011001100011100101000111001010111011000111000
+0,8,15,489,0101010111100110100100111110101110101101001101110101000101100100011000101111010000000000010011111000
+0,8,16,417,1100011110110011101001000011001011011111100100100111001110100000000001001001001010010010010000101000
+0,8,17,-560,0111101111110001111000010011001111011101000111001001010111011001110101001101001001101010111100011000
+0,8,18,491,1111001101110111100001000110001101100011000100100010011111101110000000011101001000110000110001111010
+0,8,19,-533,0100001110110010111001010111001100111101010100001100001101011100011101111000111100010110001001010101
+0,8,20,486,1111011101111110111000010110001000101011010100101000101001011100000101011000001101010111010001100001
+0,8,21,516,0101001111100111111111010100000101100110001100000001001101100110011100001101011100010000001101111110
+0,8,22,496,1101110111101110100000110111100001100100111101110100110001010100011001100111110000000010010001111000
+0,8,23,510,0111011000001110001101110110001110110001000111100100101111100000001000101011010101110010011000011011
+0,8,24,492,0111011110101110111100001101000111101010111101100000110100011011110000101010000100110110010000001001
+0,8,25,475,1101000011100110111100010010000110101101000000000001101001100100110100111101000101000110111011110000
+0,8,26,490,1011001011001100001100111111000111111111111110100001100010001100110000001001001000010010101010111000
+0,8,27,-533,1111010010110011100100111110000111110101001100100000000000000111111001101111100001010100110011100111
+0,8,28,421,0001011000100111011100011010101111000011011010001001011001001111001100101001000000100010001000011000
+0,8,29,-530,0111011001011010010000110000001010110110001000010101001101011000101110111110011001010010110101111100
+0,8,30,500,0111111111010000011001011010101011100001010010110111001111100110001100111101010010010000011000011000
+0,8,31,519,0011100011110011011000100010011111100011000101110101011111000010010101101010110000110110001100101010
+0,8,32,464,1111011110010001111100100000000011101111010100000100010110001001000101001111001100111010111000001000
+0,8,33,517,1111101011100111101000001111001111010101000001100001000011100101101001111001011001011010101110001000
+0,8,34,520,0101011010111011011110011010100111110010010100000111100101100011100000111010100000111110110101001000
+0,8,35,518,0110001001101111010110101000101100101111010101100010111110101100100000001011001000100111101000111100
+0,8,36,516,0110111111101111010000111110101111011000001100100111111100000110001100101000001001001010011101011000
+0,8,37,495,0110011101001111110000100110011011100100110100000100101010000100100011111111100101010110101000101000
+0,8,38,-592,0101101011010000001101110010111110100100111100110111111011000100011101111111110000100110011001101010
+0,8,39,440,0111110011001110010001100110001011100001010101110100010101100010000010101111010001010010001000011000
+0,8,40,472,0011011111100010111100110111001111110001011010010101100000001110100001101101010000010000100010110001
+0,8,41,524,1111111010101111101000111110000100110101110101100000100000001101111100101001100101010000011111101000
+0,8,42,476,0111001110110001111001010011001111100111100110010101001111001010010100101100000010000010010100111000
+0,8,43,491,0000111111110011001000011010001111011001000011101001001111010100011101001001111010010000011000111000
+0,8,44,-537,1111001110000101100100101110000111110101010010101000000111101101111101111110011000011000111010001000
+0,8,45,521,1111010010100101101110101111100110101101000001000101000011001100011100111101011100010111000010111000
+0,8,46,-532,1100001001101010011111011110000100100111011100000001110011101101000000001011101000010110101111111001
+0,8,47,485,0001011111110011110110001000101101101010000100100010100101001101110000101000100001100110111100110100
+0,8,48,-573,0101000010101111110110100010101111111111011101000111101101000000001000111111100000101111111001011000
+0,8,49,438,1111001110100111001111001010001101110010001101000010101100101110110000111000000100100110010001000000
+0,8,50,457,1111000111110111101000010011100110001101000100100101000011100011001000111101000011010100111000100000
+0,8,51,490,0101011000110011101001110011010111111110010011101011001100101100010011001100010100100011000000110100
+0,8,52,533,1111011111110111111000010111001011101001100001101101100111000110001001001101001000010110000101111100
+0,8,53,459,1101001110110101011000010111000111011111100000001101010101010001000100001001010101000010111000110001
+0,8,54,434,0011011011100010110101001010001010011010001010001101001001000001001100101100000000100010111101111000
+0,8,55,-550,0111001101110010011100010010010101100111101000110011010000101101011001111011001001100110101001101101
+0,8,56,-564,0111000010101111011110101110101111111011001101000111101100000110100000111010100001100011111001101100
+0,8,57,504,1111101010110111011010001011101110111010011111000111101101100010101100011001000000001110010001010000
+0,8,58,452,1101010100101101101110111111001110110001000010100001000110110100011100100100011000010001000000111010
+0,8,59,-589,1110010010010111100101001110100111111101001101001110000011001100011100111111011100010111011011101000
+0,8,60,537,0101001111111011011100101011001000011111000101110011110011001100111000111010011100010110000010111000
+0,8,61,490,0100000100000101001011110010001110100101000110010110001001101101101101101001100110011000111100110000
+0,8,62,457,0111010100110011100000110111000001110001000100100100101111001010001000101100100100110010110000011011
+0,8,63,-557,1110001110111110101001000111001101110001000111100110011111110100000001110011011000110010011001011011
+0,8,64,510,0101011001011111000001111100001111000111010100010111001101100011111011111000001100000110101100010000
+0,8,65,507,0101001100000101111001111111110001101111100001100001100100100010100001010011010001100110011000111101
+0,8,66,-529,1101010111101000101100000011000101101001000101110010100001101101110000111111001101011110111001000001
+0,8,67,475,0110001111000111011101101110001010101110100000000000101000000101101000101011010100010110111010111000
+0,8,68,475,1111001111100111011100001110000111101001110010101000100000100101110001001111000010010100011001001001
+0,8,69,-572,1110011101100010101001010110001111001110100101100101000101100100111000111101001111100110101010111100
+0,8,70,-525,1101010000100111100100111010100110100101000011100001010101111110101110101101011001010100010010111000
+0,8,71,485,0111011110001101011000101101101111111010011000001101001111001000011100111000010000010011010100011000
+0,8,72,478,0111010100110101001110110000000111101101101100000001100110010000001100101101010000110110011011011000
+0,8,73,525,0101110111101111101010011010101010100111001010000000011010000100000111101001011001010110110111111000
+0,8,74,-542,0111011110100010000000001011101110101100111110000111101111011110101100001111011001110000001001101000
+0,8,75,476,0101010110001101011110110010001110100101011010111101000100110000001101110010001000000111011000011001
+0,8,76,510,0111111101110110011000010010100101011110001110010001101110111010111101101001000010010000100100111000
+0,8,77,511,1101001111010110101100010011001101110110001100111001000010001011111000011100111000010010001000111110
+0,8,78,-551,0100000110110110000000110000000011110101011000111000101111101111011110101000011110111011101001010001
+0,8,79,462,0111100111101101000100010101001100101101010000000001000111101101010000101100110010110111001000011000
+0,8,80,533,1110011010101010111100101110010011110000111100101101100100001110001001101111100001010000111001110001
+0,8,81,521,0011011101001111000000111111101111110101110100100000101000000001110011111101100101001010100011101000
+0,8,82,514,1111111111110110101000110111100110110100011100101001100011000110100011001101110001010100110000100001
+0,8,83,497,0011010000101011101100111011000111111101110001100000001100101101010000101100000100110011101011110000
+0,8,84,482,0100011001011111010110111000100100100110011110000110010101011111100100001000001000110110011100101000
+0,8,85,-545,0101001010111110011110011110101110100011000110101011110110101101000001001100100101010010101100011101
+0,8,86,-546,1111010010100101111100001111101110111101010111000101001101000110011100111100100000010111011000111000
+0,8,87,510,1111100110110111000010101111100110111011001001101111100111101100101100001000011001000000010011110000
+0,8,88,468,1101111001000111110010011100100100100101010010000001110111001011001101100100000100100010000001111110
+0,8,89,512,0111100110001111011101001100101000101110001111010111011111000111101000101000110010000110011001100000
+0,8,90,-548,0101011110101110010110110010101110100101011111111111000001100000101101011110011001010011001010101000
+0,8,91,477,0111001100010011011000111011001110010100000010100111011110111100111101101000100110010000000100011000
+0,8,92,-530,1011011111100110111100001110010100101000100001100001110000100001111000101111000101010110111111001001
+0,8,93,456,0111001111100010111101000010000110101010101000100010000000100101010001111001000001100110111001101001
+0,8,94,503,1101100010100111001010000111001111110111001101000110101101000110001100011000100101100110011001110000
+0,8,95,492,1111000110110111010111001010101100111011001111000011101101001100111000111100100000000010011001010000
+0,8,96,-561,1111101110100011110100101110001100001011010110111101000111000100111101011101101110010010000011101100
+0,8,97,495,1111001001100111001011011110001111110101110110101101000100100101111000001001010001100100001000011100
+0,8,98,518,0101110111100111111110000010001111100100111100110010000110100110000000111011001011110010101000101010
+0,9,0,517,1101101101110110011000010011101101010110001110111001101110011011111100011100110000010010100000110000
+0,9,1,489,0111011111010110101100010010000101111110001100010001000010101010111001101001001010010000001100111110
+0,9,2,507,1010011111111010101001000000101101110010000100100010010111101100000000101000100001110010111101110111
+0,9,3,511,0101001110110111110110001111001101101001000110100110101101010101110001110011011000000110011000011000
+0,9,4,462,0011111101001111010001101101101011100110010101100010001101000101101000101100100100000110110001100000
+0,9,5,-572,0111000110000111001100011111101100111101101110010101111010000011110011111001110011001010001011101000
+0,9,6,519,0111010110100101111100001010001111111101010111100010001111000110000100111100000011010010111000101010
+0,9,7,-545,1101110011100111111110000111101110100100111100010101000100100110011000111011101000110111001000111000
+0,9,8,464,0111010010110111011010000111100000110001001111000100101101101010101100001001000100111010110000011000
+0,9,9,497,1111101100110011100000111011001111111010010100100111101111000010001000111100100000000110010001010011
+0,9,10,524,1101011101110001011000011010001011101001000001111111100111000110111001101101001000010110010101011000
+0,9,11,483,0111011111100111110000010111001111100011100011100101000111000110001001001000011000010110001000111100
+0,9,12,-530,0111001001100010010001010010001010101010101000000111001101110100101000111011010001110010111101111001
+0,9,13,461,0111011111011010111000100000000110110110001000110000000000001001110111111100001001000110110001101100
+0,9,14,513,0111001010100110101000111110001111110001000011100001000111100000101000111001011001111010111100011000
+0,9,15,535,1111111011001111001101000111001110010101000101100100101011100101001001101011010101010010001010011011
+0,9,16,-540,0111011110100011111111001110001011100000111100101011100100100110000001111110101001110000101000111010
+0,9,17,506,1100110011101110111100100010010111110100111100110100000110001110001000101011000011010010111001100001
+0,9,18,-559,1101001110110011011110001010101000011111001111110011101111001100111000111110110100000110011000011000
+0,9,19,468,0110000111111111010101101011001100111010000101000011110001001100111000111010001000010010000011110000
+0,9,20,425,0100000010001011011010001110100000111010001110000101001100000111100000101100100101100010011000101100
+0,9,21,-548,0111001011101111000110100110101111100011000101000111111110000110100000111010100000010111110001111100
+0,9,22,516,0101001100101111011111110110001100100001001111100001101101100000001100001011011100010000001001111111
+0,9,23,524,0111011011000110101101010100000111110110000100000100001111100110011000101101010101111010011100011010
+0,9,24,519,0110110101101011110000011010001011100011000010110111010111000100001101101001011001010110111000111000
+0,9,25,480,0101011111100101001010011010101110100111001011000000001010000110110011101000011000010110010111011000
+0,9,26,479,0111010110100101111100011011001110100111010110010101001101000010010100101100001000010010011100111000
+0,9,27,-571,1111001010110001111001000111101111111101100111000101001111001110011100111100100010000111011000111000
+0,9,28,462,1111010111110111101000010011000111101101000001101101000011000011001000011101000000010100011001101100
+0,9,29,543,1111001111110111111000010111101010001001100100100101100111100110001001101101001011010110100101110000
+0,9,30,511,1111001111110011011000101111101110010101000101110011110011000110101001001110010001010100010010101000
+0,9,31,525,0101111111111110101100110011000000111110011100101001100011001100110010111001111100010110100000110000
+0,9,32,538,1111000010001111110100101111101110111101010011111101001101110010011100011000001000010011011000111000
+0,9,33,530,1111011110100100111110011111101110100100010110000111000100000100111101101100110101010110001010001010
+0,9,34,485,1110101100101111010010101010100100101011010001101010101111101100101000001000001001000100110011110100
+0,9,35,537,0111000001110111000110101101101110111111001101100111110110101100100100001011011000100011001000111000
+0,9,36,481,1111111111110110111000010111100010100101100000101101100111000110100011001101000001000110000100100101
+0,9,37,528,1111011111110111101000110111001111111000011101101001000011000110001001001101011000010100110001111000
+0,9,38,493,0000111010110011001010011010100111110000010011000111000111100101100100001011100010111100110001011000
+0,9,39,520,0101011111111011011100011010001111011001000100101001101101110010011001111000111000010010011100101000
+0,9,40,-545,0101001101011011011100101011001010011101000001110111111011101100111100111010100110010100000010111000
+0,9,41,472,0111001110110011011000111011001100000110000110100011010110011110111001101000011100010010000100011000
+0,9,42,494,0111100111100111101001010010001110100111001100000000011110100110000000111001001001110010110001111010
+0,9,43,522,1101011101111111100010001110101001100011000010100010011011001100000111001101011000010100110111111000
+0,9,44,-581,0100100111110111010000100110001011110101000000111110111111000111011110111011011010011011001001010001
+0,9,45,440,1110010100100000100000110001000011101000011110010001101111101110101010101000110100110000101000010000
+0,9,46,481,0011011111110011110100011100001001101011000000100011100101001100100000101101100000110110001101110100
+0,9,47,537,1101011111110111111010000011101111101000100101101100100111000111011001001000001001000110110100111100
+0,9,48,415,0111111111010000010001100110001011100001010001110101000101100010001000101101010011010000001000011000
+0,9,49,525,0111110011001110011001011010101011100001010110110110011111100110000110111111010000010010011000011000
+0,9,50,528,1110110111101111010000111110001111001000001101110111101000001110111100111000001101001110011001000000
+0,9,51,517,0101011111101000101100000011100101111001000100100010110101100101000000101111001001011010111101011001
+0,9,52,519,1110010100101101111000100111101110101100110111000101101010000100111000111101100000010111001000111000
+0,9,53,-545,0111011011000111110100001110111011110101010100000100001101000110000111111110100101010110111010101000
+0,9,54,455,1111101011100111101000011111001110010101000001100000000010001101111000101001100101010000001111001000
+0,9,55,-586,1111111010101111101000101110000101110101110101100001100001100101101101111001011001011010111110101000
+0,9,56,503,0101010011010110100001110110000110000101000000000101101101100101110011111101001101000110111011010000
+0,9,57,488,1111001001101111011100011000001111101111010100010011001001100010111100111000000100000110101100110000
+0,9,58,461,0011000111110011110111001010101100111010001100000010100101001101111000111100100000100010011001010000
+0,9,59,516,1101011110110111010110001000101101101011000111100011101101001100110000101000100001000110111100110100
+0,9,60,436,1111001101110111010000000100000010110110010010000000101000001100110000011111001000010010110101111000
+0,9,61,-569,0111011011001010011100111010001111101001101000111101000101110001101111101110010011010100011001001101
+0,9,62,532,1111011010100101101100100111101110101001000111100100100111001000001000101111010100110111000010111010
+0,9,63,499,0111010000001110001111111110000110110101000001000101001011100100011100111001011101010010011000011001
+0,9,64,465,0100001111011011000000000110100000101111000100010011111011000101110000101100111100010110000010111000
+0,9,65,498,0101001011101011001110101011001000010010000111100101010111001110101000111110000100010110010000111100
+0,9,66,477,0111001101100011010000110110011011100101110100000110000010100000010001111011100101000110101100101001
+0,9,67,-571,0110011101011110111100000010010101100110101000110001111000001101101011111111001001110110101001101100
+0,9,68,455,1111011110000000110100100010101010101100010100010111010110011001001101001011001100110010101000001000
+0,9,69,516,1111001110011111111110111101000111100111010010101100000100100000110101001100011101011010011010001000
+0,9,70,491,0101010110110111101110110010011111100110010101111011001100100110000010111001010011100010000000101000
+0,9,71,529,0101111001100011111001000011000111111100111010100010000110101100010011001110001100110011101000110110
+0,9,72,493,0111100110011111011010001101101110111110001101000111000111000101101100001000011010000100010001101100
+0,9,73,-566,1111100110100111001101101110100000101011001011111111111111101110101000101000110001000010011011110000
+0,9,74,450,0111011111110011100001111110100011110001000100110100101111001110001100101100000010010000010000011000
+0,9,75,485,0111110100010000011000010010001001100001010010100111001111100010001000111101110100100010111000011011
+0,9,76,-535,0111011100101111001000110100001111111001101100100101111100010110001100101001001000011110011001011010
+0,9,77,474,0110110111110101010110111010100111001100001100000011100110000000001100101100010001100010011111011000
+0,9,78,-545,1110110010101101111010111110100111101101000001100111000110001110011100101101001100001011001101011000
+0,9,79,492,0111011111100111000100101111101110011000001100000101111001000100001100111000011001010110010010111000
+0,9,80,434,0110011101111100010000010101001111111010010000001100000110001100011100111000000010010001010100111000
+0,9,81,528,0111011110000011001000101111101101110011001100100101001011001010011100111100110000010010011101011010
+0,9,82,-558,0110001111101011011110101001101000011111010101110011110111101100111000001011011000000111100000111100
+0,9,83,496,0101001011101111010100101010001100101111000101100010111010001100100000111010001100110110001010111000
+0,9,84,513,0101010100111011111100101111001000110001000001100011110011101100111100110000011100010111000010111000
+0,9,85,476,1101001111101101001110111011001110011111000110110001000110010100011000101110011000010000000000111010
+0,9,86,496,1101000010110111011010001010001111110110010100000110101101100011001000011010100100110110011001101000
+0,9,87,527,0101111010101011001110010111100111110011001101000111100101000110100100111000100001101110110101010000
+0,9,88,524,1111010110100111010100001111101101110100001111100100101101000110111001101100100000000010011001111001
+0,9,89,506,1101100111111110100011110010100000101011111101010011110001011100011000110111110000000010010001011000
+0,9,90,510,1111001010110011011010001011101110111110011111000111001101110110111100001001100000001110000001010000
+0,9,91,471,0111101100010111011000111011001110010000000010100111111110101000101101111000000110010000010100011000
+0,9,92,-543,0101101010111011011010011010100110110000010101000111101101100011101000111001100000111110110101011000
+0,9,93,463,1111011010110111011110001011100111111010011110000111100101100010100100011010000000001110010001000000
+0,9,94,493,0111100110110111010000100110101101111001001001100011010111101110101000011000111000100000010010111000
+0,9,95,552,1111101110110111101011001011100110110010001110111111101111101000100100101000011001010010101001010001
+0,9,96,516,0101011111110111111101010110000101101010000101000001100101100110011001001101001000010100101101111100
+0,9,97,533,1111001111100111111010010101001011100101101000101101001111000110001100001101011100000010000101111110
+0,9,98,449,0101011110101001010100010000100111101001010100000101000111101101010001111110100000111110000000001000
+0,10,0,467,1101111111111110101001110011000000101110011101011001100001011100010000110101110100010110000000010000
+0,10,1,-564,0101100111111110100110110010100000111011111100100011110011001100111010111011111000000010110001111000
+0,10,2,483,0111111110010101011001101100001011100001010101110011000111000010001100101100010011010010011000101010
+0,10,3,436,0111010111000000110100000010001111111101010011100100001101100110000000111101000011010000101000011000
+0,10,4,510,0111011110100011101110010111100111101111001001000101000111000011001000111001000001110110011101000100
+0,10,5,479,1101110011111111001000010011000111110001000101101111100001000110100100011100100000001100110001111000
+0,10,6,-500,0110110100011000101000000000001101110001010000100011011111101000000001101000110001110010111101011111
+0,10,7,491,1011011111110010011001010010101001100010000110100110000111100110001000110101100100100010111000110011
+0,10,8,496,0101001011101111010100101010001100101111000101100010111010001100100000111010001100110110001010111000
+0,10,9,496,0101001011101111010100101010001100101111000101100010111010001100100000111010001100110110001010111000
+0,10,10,534,1111100011100111101111001111101110110000101110111101100100100000111000101000101000110011101000111000
+0,10,11,549,1101111110110111111010000011100110100110011100010111001111101110000100111011011001010010001001010001
+0,10,12,474,0110110111100011111010011010001010100111000011000110000011000110001011101001011000010110010110011000
+0,10,13,-532,0101011101101111000000011010101111100011001010110001011110000100110101101000011001010110111001111000
+0,10,14,501,1101001101110111011000001010001011101011000000110111100101100011001001101111100000110110010001011000
+0,10,15,-535,1101010010111001011010011010001111110110010101001110101111000110111000011000001100010110011101101000
+0,10,16,-541,0101111110100101101100010011100111110111000111000011101111000110000100111100000001110110111101000010
+0,10,17,505,0111010010101011011110001110001111111001011101100110000101000110100100111000100011001010110000111000
+0,10,18,462,0111101001011110011000011010101111000101001110111010001110110010000110011101110000010010000000011000
+0,10,19,-580,1101110111100110011001010011101001110010010110110101111111001111111100111110010000010010111000110000
+0,10,20,449,0111010010001100001100111110100110111100000011000100100011101000001100101101010100110011001000011000
+0,10,21,-573,1111011000100111101111100111001110100001000101100101001111000100011000111011011101010110010010111011
+0,10,22,-548,0111011100001110101110110010000010111111001101100001101011001100010110111001111100010010110000111001
+0,10,23,476,0101110011111110001101111111000100110100010000001101000011100100111000111001011101010110001000010000
+0,10,24,507,0111110100110011100000011111101111110010011100100100100101000110011001111100100000000110011001110001
+0,10,25,497,1111001110100111010100101011001101111100000111100111101111000010101000101100100000000010010001011011
+0,10,26,-531,0110010011000110111101011010000011100011000010000111001111000110011101101001011001110010111000111010
+0,10,27,519,0111111101101011100100010100001111110110000100110100010111100100001000101101010101011110011100011000
+0,10,28,491,0111000001011011000110001110101100111111001100000111110110100101110000101011111000000010000010111000
+0,10,29,511,0100001111110111000000100101100010101111000101110011111011001100100100001100011100110111001000111000
+0,10,30,470,1010011010111010001011001000101101110010010110000111011111100100011000101000100000110010101001010100
+0,10,31,-555,1111001111110011111010000011101110111110001101100010000101111110100100001001100001001110010101110011
+0,10,32,-535,0101001010100111001000101110001100101111000111100011111010000000101000111000011101111110101110011000
+0,10,33,484,0111001011101110110100111010001111110001001001100000000111101100100000111011001000110010011000111000
+0,10,34,-531,1110000000101010100100101101100111101001011111111101101101100110101000011000111100110000101000111000
+0,10,35,447,1111010110000101110000110011001010111100010010010001001111111010011110101000000000010011011000010000
+0,10,36,463,0101011110101011001110010110101100101001001111100001100101100000000100001011001100010000101001011101
+0,10,37,-570,0101001101101100111101100011000101110001000100100010111101100101001000101111011001011010011101111011
+0,10,38,-535,0110001000111111010010101111101100101011001001100111101111101100100100001001011101000101001010110100
+0,10,39,504,1111100001100111000110101000100110111111011101101010110110101100101000001010001000100010110001111000
+0,10,40,-558,0101000101110111111100110011011111110110010101111011101100111010111110011100010001100010100000101000
+0,10,41,450,1101111110110110001010010010101101000110001110111001001110000111000000111001110010010010000000110000
+0,10,42,-528,0111110011010110000100110111000110010110000000000111100101100011110001101001101111000110111111010000
+0,10,43,480,0100000011111111101011010110001100100101010000000001001101100101100010111100001000110111110001011000
+0,10,44,-551,0111000111101111000100101111101110111101001011111101011101010100011100011000011000010010011010111000
+0,10,45,479,1111011010000111110100101111101110011000010100000101101001100010001100111000001001010111010000111000
+0,10,46,-533,0111001111000110110011110110001010000101001000100101101111100100011000111101011100000010110011111010
+0,10,47,503,1101010011110111101000010101000111100101100000001101001101000111100111001101001101000110001101010100
+0,10,48,-547,0111011110101111101100001110001011101111010011100010011101000110000101011101010001010010111100101010
+0,10,49,495,1101010101110101110010001010101101110001000110100010001011001100100110101100001010010100110011111000
+0,10,50,539,0111001111111011011110011011001101101001000010100110101101110001101101110011011010000100011001011000
+0,10,51,-534,0101011010000110010100101110001111101001101100111101000101010101110011101110010001010110011000001101
+0,10,52,521,0111110101101111110010010010001011100111010100111011001100100110001111101001011001000110100000111000
+0,10,53,489,0100010110110011101100111010011111100010000011110111010111000100000000111001010011110010011000101000
+0,10,54,493,1100010011111110101100000000111111110000010100100010000110001110001000101010100011010010111001110011
+0,10,55,520,1010111111101010111001100010000101110110101100110100010111101100000000101001000001110010111101100101
+0,10,56,-551,1101001101110110011000010011101111100101001100111011101110010111111100011100001000010110110101010000
+0,10,57,495,1101111100110001011000011010001001011010000011111101110111001010111001101101110000010010000000111000
+0,10,58,-568,1111001011111111010000101010101100101111010111100110111001011100111100011000101000001110001011111000
+0,10,59,444,0101001010100011010110001011001110111110001101000011001111100110100000001011000100110110000000010010
+0,10,60,532,1111110011001110001001001011001111110001000110110110001111100101000100101011010101010010011000011011
+0,10,61,517,0111111011001111011101010110101010000101010101100100101011100110001011111111010000010010001010011000
+0,10,62,517,1101011111101101111101100111000111101100000101000001101011000100011001101101101000010100001001111100
+0,10,63,-531,0110010100110111111000010110101100101010110111000101100100100110111000011101010000010111101100111000
+0,10,64,480,0100010111101000010100010010000111101001010100110101101011101110010101111110000100001110011001000000
+0,10,65,493,1111111110101111010000110100101111001000001101000111001100001101111000111000101001111110000000001000
+0,10,66,473,0111000011110111011110001011001111111110010010000011100101100011100000011010001010100110010001010000
+0,10,67,516,1111111010111111001110010111100100110010011100000111000101100010100100101000100000011111111101001000
+0,10,68,494,0111001111111111001100010000001111101110011100101001000011100100111011111001001100000110100000110000
+0,10,69,531,1101111001101110111100111011000000111111010100010011101001001010110100111000110100010110101100110000
+0,10,70,465,1110110010101110111000100010001111100100111111010100101110001100101000101011000000010110101000100000
+0,10,71,-585,1100010101101101111100100111110110111100110100100101000010100110011000111101100011010111011001111001
+0,10,72,436,0101010010111111111100100111000000110001000111100000111001101000101100000001001100010110100010011000
+0,10,73,-551,0111010100110011011010001111101000110001101001000111100111101110111100111000010100111011010000111000
+0,10,74,490,1111101110011111111010111101100111110111011100000110000111100001100100001000011001000000010010101100
+0,10,75,504,0111000110011111011110001101001110101110000011101101000100000100111101001100011110011110011000001000
+0,10,76,482,0111110101111011111100011010001011100001000000111101011001100100001101111000111000010010011000101000
+0,10,77,-546,0100011111101011010000011010001111011011000110100011100111010010011001101001011001010110111100111000
+0,10,78,481,1110010100101001111100100011101110100100010111010111110110000101101000111001001100010010001000101000
+0,10,79,484,1111011110000100110000100110101010101100110100000101001010011000011101001111100000110111101000011000
+0,10,80,-511,0100011111101010000000000111100000111001000100000011111001100101100100101110011101011010101011111000
+0,10,81,483,0101001111011001101100000010100101101111000100110010110111000101010000101101101000010110010100011001
+0,10,82,491,0101110010101011111100100011000000110101000000100001110011001100111100111011000111010110001001101000
+0,10,83,528,1100010101111110111100101110011111110000111101110110000110101110001000100000011000010011110010110001
+0,10,84,-553,0111011011001111001100101110001111010001000101100000001011100101101001111011011101110010011110011000
+0,10,85,495,1111101010100110101001010111001110110101000011100101100111100000001000101001010001011010101000011011
+0,10,86,463,0111001010100111011000110110101000110001001111000101000101100000101000001001010001111010111100011000
+0,10,87,514,0111010010110110101010001111000111110001000011100000101111101010101100111001001100111010110000011000
+0,10,88,420,0100011101101100010000010110101111101010010001000000001010000100011111111000010000010110010100011000
+0,10,89,485,0111011111110101001010011001001010110111001010001100000110001110110000101000001010010001010111111000
+0,10,90,438,0111001101110011010110100100001010100010011110000001101100101100000000001111001100010000010001111100
+0,10,91,507,1101001100101111011001010110000100110101000011100000101001000000111100011011011000010010101101111011
+0,10,92,475,1111011110100101101100100111001111111000010101100001000011000110000100101100010010010110110000101010
+0,10,93,-572,0111010111110111111000011010001111111101011111101010001111000110001001011101001001010000111001111000
+0,10,94,503,0101011111010111101000101111001101101000000110101110101101010100000001100111011000000110110001111000
+0,10,95,529,1111001110110111110110010111001111111001011101100001000011000111111001011001011000010100011000011000
+0,10,96,522,1101011011010100000110011100001111101110000100000011101111000110111000101101100101110010011100110000
+0,10,97,497,0111011110100111111101000000101001110011000111100100001101101100010000101000010001001110101100011110
+0,10,98,501,1111001111111010011000111110101011010101000100110010010111100110100101101110010000010000011010011000
+0,11,0,437,0100100011111111101101010110101110000101010000000000111101100100001010111101000000010010001001011000
+0,11,1,-571,0111011011001111011011010110001000100101010101100101001011100111100011111110011000110111110010011000
+0,11,2,487,1101011111110111111010000010100100100100011100100111001011001110100100101011001010010010000011010001
+0,11,3,-557,1101110100110101110010001011101111110011000110010010001111101100000110111100011001010100111001111000
+0,11,4,482,0101011011100101000010011011001010111111001100001001001111101110100000101011000000010001010111011000
+0,11,5,447,0111001110110011011110001001001110110110001011000110000110000110110000001000001110110110000000110010
+0,11,6,-538,1111000101010110011000000001101111101101001000101011101100000101111100011100011100011110111101010000
+0,11,7,517,0101001110111111011110011111001110100110000111111101000110010110111101001100001010010110010000001000
+0,11,8,474,1101111011111110001010010011100111010110000110111011001110000111100100011100100000010100000000111000
+0,11,9,466,1101110110110111001000010010001101100001001101101101100011000110000000111001110010001010110001110000
+0,11,10,-556,1111000100110110110100101101100111111001011111110001101101100110111001011001111000010000101000111000
+0,11,11,504,1110001010101011100110010111001111101001011101101101000011000111101000011000011100110100011000011000
+0,11,12,466,0111100010000111101001011011001110100001010011100101111011000100001010011111010001010010101000001000
+0,11,13,-564,1111111011100110011001000111101110110101000111110111100111100010001000101001010001011110010000111011
+0,11,14,498,0111011111010111101010001101001011100110000010101100001100000110010001101000011000010110110111111000
+0,11,15,490,0101011111110101001000111011001100111001001110001110100111011100100000100111001010000001010001111000
+0,11,16,531,1111100011101010011001011011001011010001000110110110000111101111100101101110110001010000011000011010
+0,11,17,527,1111011111011110001000101110101111110101000100110010011111100100000100101011010100010010011010011001
+0,11,18,-520,0011011010101011001000100000100001110111010110000101111011101100111000101011100101010110101001011000
+0,11,19,430,1100110010111010111111001011001100110000000000100011010011000100011100111000000010110010001001100100
+0,11,20,497,0101010011011010101100000010111101111110010100100010000111000101011000101111101000010110010100110001
+0,11,21,492,1100001111111101101100000000100111100001000100110010110110001110000000101000110011010010111001011011
+0,11,22,486,1100011111101110101110010100111011000001010100100010000110001110011000101101000110000010110011110010
+0,11,23,-540,0111000011010110110001100010001110110100001000100101101111100100001000111010111001010010111001111011
+0,11,24,513,1111111110011101011000110011000110110010011110010111000101110010110110101000100000010111011001001000
+0,11,25,450,1111010010100111100110010111101000111100010000000001001111101010001100101000000000011011111100010000
+0,11,26,-535,1101001010101111010100000110101110110010011111000011111001100000100000111010000100110111011111011000
+0,11,27,506,0111111011111111001110111011000100101111000100101110000110001110100100101000101000011110101000101000
+0,11,28,-536,0101010110101101111100110111100000110101000111100010101001101010100100100101001101110110111011001000
+0,11,29,466,0101111010110111101100000011000111110011000111000001111111001100001100011000001000010110100100010010
+0,11,30,493,0111000001011111000110001011001111111111011010000111110100100011110000011011101010000010000010011000
+0,11,31,457,0111000011110011011110001110101100111110000100000011100111100101100000101010011000100110000001110000
+0,11,32,504,0111010110001111011110001110001110111100001101100101000100000110111100111000000111011010111000001000
+0,11,33,505,0111000010111011011110001101001111101011010011101110000101000100100101001100111010001110010000111000
+0,11,34,513,0101011000100111001000001111101101100011001110100000100110000010111000111000101000110110111101111000
+0,11,35,522,0111100110110011100100111110001110111110010101100111111001000100001001111100010101000110001010010001
+0,11,36,-568,0111000011100011011111011111101110110001000110100100101101110001101001111000011010100111011001111000
+0,11,37,505,1111101111111111101110001011001101101000101010111111100100100000111100100011101000010000101000011000
+0,11,38,451,1101010110101111011000110011000010111100010011101101101101010010001100101100000000000001011001011000
+0,11,39,461,1111110011010101100000010011001111110001000100010011000011101110110110011000100000011100110000110000
+0,11,40,468,0111111011000100110001000111001111110101010011100111000101100110001000101001000011011000101000011000
+0,11,41,474,1111000110100010101100010010001110111101000011100100101111100000000000111101010001010010101000011011
+0,11,42,485,0101110011111001101100000011100111100101000101110110100011000110010100111101100000000100110000111001
+0,11,43,477,1101001111011111001000010010000101111011000100101011110101000101100000001100101000011110010101011000
+0,11,44,509,1110111110000001111001101010001011110001111100110100010111100000001100101100010001010010011100101101
+0,11,45,494,0011111111111110011001100100000101100110000101110011000111001110000000101001000011110010111001100010
+0,11,46,471,0111001001010000000110001100101100101110001100000011100110000110111000101111110001110010010010110000
+0,11,47,542,1101010011011111000110011110001111111111000100000111111111100101110000101001101100000010001100111000
+0,11,48,462,1101010011111111000010010100000101000101000100001101000110000111110111001101111100000010001001110000
+0,11,49,515,0111000001010011101100001101101110111111101000000111111101100101100000101011001001000110000110011100
+0,11,50,486,0101001110101011001110010010101110101100001111100000100101100000100100001001101101010110100001110101
+0,11,51,532,1111011111110011111010000111101100111011001101100011000101111110000100001011000000001000011101011011
+0,11,52,-572,1110100011100111101011011111001010110101101110100101100101100110111010101001001000110011011010111000
+0,11,53,424,0111000111100011111110001010101110100010000011011110000010000000001001101000111000010110100100011000
+0,11,54,502,1111011110000111111000110011100011111101010110010010001111100011010110001000001000010001011010011100
+0,11,55,450,1111100110011101110010111101001110110110011000000101000111111000101100101000010001000010010010100000
+0,11,56,463,0111111011011110011010001010101101110111000110000010011111110010000010011100110000010010101000010000
+0,11,57,469,1010001000111010001001011000101111000000011110111111001110100100011100101001100000110010000001011100
+0,11,58,494,1111011010100100101000101111001111110001000111100001100111101010000100101001010100110110110000001010
+0,11,59,495,0111010110110111101110000111000111111000010001100000001011000110101100111100001010011010110000111000
+0,11,60,516,1101010111101100010101100011000111101001000101010001101011000110011001111110001100011100001001011100
+0,11,61,480,0100011111101001111100010110000111101100010101100100101011101100010101101101100000000110011001100000
+0,11,62,511,1100001100100011001001011110001110110100100011100010111111000000001000111011011010010010111001101010
+0,11,63,495,0101010110111111111100110010010101100011000011110101000001000100110100011001010001110010001100111001
+0,11,64,462,1101001111010101101100000010100101100110010100010111100111100111010000101001011000010110000000011001
+0,11,65,-558,0101111110111011111010000011100110101111001100110010011111001100000000111111101001010010011101010001
+0,11,66,-563,0111011110001011101000001010001011110111010010100011011111001010000101011000010001110010111101111011
+0,11,67,484,0110110100111100101100000100001101101001010001100010011101100100000001101101110001010010111100001110
+0,11,68,488,1111001110101111011001100010000101110111101100100000100000100100110100101001000001010010101101111001
+0,11,69,-543,1000111101101010111001010110000100110100000011110100011111001000001000011011011000110010111101110111
+0,11,70,435,0111001110101111100100011110101111110010001101100000000101100110001001111000000000100010011000110000
+0,11,71,-541,0111110001110010110000111011001111110001011000100100100111001100110000111110111000010110011001111000
+0,11,72,469,1101001010100001101001011111001111110110010011001101101111000110001000101100010000010010101000001001
+0,11,73,-574,1111110010111110011010010010001110110101000101100110100111100000111000011001001101011110011101111010
+0,11,74,466,1101000101011001110000000010100101100011000100110010011111000101100010101100101010010100010111011000
+0,11,75,512,0101011111110101101110001010101101111101000110100010100011001100010100101101001000010110110000111001
+0,11,76,-550,1101100011100111101011000101001110100100101110101101001100000101111011101001101100110111001000011100
+0,11,77,487,1111010011110111101100011111100111110001100000011101100101100010100100001100001001000010101101110000
+0,11,78,457,1101010101110010110110101100001111110000011111010000101110101100000000101100001000010000110000111100
+0,11,79,509,0110001101111111011100100110011010100010111100100111000100101110001000000011011100010011010011110001
+0,11,80,464,0101010101111100010010001110101111111000010001000010001010000100000111111100001000010110110110011000
+0,11,81,461,1100011101100101110000010010101111100011000110100000001011001100011110111000010010010100010001111000
+0,11,82,513,1111100110100111011100101011001111111001000111100111101111000100000100101100110000010010010000011011
+0,11,83,523,1111011011001110010001001011001101110100000110110110001111100011101000101011000101000010011001011011
+0,11,84,-594,0111011111011111111100011110101111111100010100101001101011100100111110111001001100010110110000111000
+0,11,85,379,1111001010100111000100100001001110001010011100000101000001100010001001111000001001000111000000110000
+0,11,86,435,0101001101100011010110100000001110111010011101000011101101110110000000001011000100110010000000110100
+0,11,87,458,0111001010110011010110001111001010100110001110000001001110101100100000001111001100010100010001011010
+0,11,88,502,0101011010101001110110011010001111110000011101100100101111100110110000011000001000110010011101101000
+0,11,89,504,1111000011111110011000111010001111110111000001001010000111001100101000111011000100010110011000111000
+0,11,90,434,1101011010000101000100110100001111101100000100000111001101000100111000101000101001110110001000011000
+0,11,91,-581,1111111111111110010010011100101111001010001101000011101110001111111000111101100101111010010100100000
+0,11,92,504,1101010101110101101010011011101111110101100010101010001111001110100110101101001000000100000101110000
+0,11,93,494,1101010011110111110000000100000101100001000100000101001001000101100111001100001111010110111011011100
+0,11,94,497,1111001110100101111100110111100101111000000101000101101011000100101001101101101000110000101100011000
+0,11,95,487,0101011011101111011001100110001010100100001111000001000101100000011000001001011001011110011001111100
+0,11,96,-530,0100110011111110001100101010110111110100010000101011000010101100101000111011110011010110011000010011
+0,11,97,439,1101010011111110101101010101001100110000010100000100000111000110011000101000001101010010101001110000
+0,11,98,507,0111001010101111010000110110001100111111001101100000100101101000101000111001010000110010101110111000
+0,12,0,434,1111001010001111000110100100001110101010001100000111001101100010000001101001111001000011001000110000
+0,12,1,499,1101010011110111000100011011001111011111110100000101100011100101111000111000001100000110000100111000
+0,12,2,-551,1111111010011100011100110011011110111010011110100110000111100100011000101111101000010110011100010001
+0,12,3,470,0101010111011011101000000010100101110110010100010011000111010011110110101000100000010111010001101000
+0,12,4,448,0110001110111111011100001100001111100010011000101110000100101100101000000110011010000010010011110000
+0,12,5,-566,0111000001111011011110100111011010101011110111100111000101000110000101001001111100011111010000111001
+0,12,6,468,1100011111100101111000000010101101100111010100000010000011000110011110101001011010010110010001011000
+0,12,7,462,1101001101010101101100010010100111100010000110110101101111101101010000111000010000010100000000111001
+0,12,8,462,0110010110011100101000110001101001101101010001110010001101100001000101101101101000010010011000001110
+0,12,9,517,1111111100100111110100000110000111111001010110000010011111100110010010001000010001010001111110011100
+0,12,10,514,1101001111011111100110001011001111111110000000110111100110100001111100100011101000000000101100111000
+0,12,11,547,1111110011111111001110011110001101101101101110001011111101100100110000101001101100010010001100011000
+0,12,12,477,0110011111100001111010010100000111111011000101100001000001111100000101001111100000001010011101000011
+0,12,13,527,1101011111111011111100000111101100101100011101100110101111101110010100101001000000000100011001111000
+0,12,14,-564,1101011011011110001010101110101111111111000100010110111111100101010100101001100100010010001110111000
+0,12,15,533,1111010111011111000100011110001111110101000100100011011111100100100000101011011110000010111000011001
+0,12,16,528,1111000011011110010001111010001111110100000101110010000111100100101000111011000100110110011001011010
+0,12,17,513,1111011011101110011000001011001101110111000010001110001111001011101000101011000101000010011000111001
+0,12,18,529,1101110011111110001100101110110100110000010000001001001010101101100100101011100011010110011011010110
+0,12,19,492,1100010011110111110000000000000111100101000100100111000001000100101011011100011111010110111000011001
+0,12,20,-556,1111000011111111101100011110101110111101010000000001001111101110001100111011000100010011011100111000
+0,12,21,413,1111010010100110010010110011001001110110000001001010000111001000101000101000000000011110111001010000
+0,12,22,478,1111001010111110011001011011001011100111000110110101000111000110100101101110001000010110010000001000
+0,12,23,-570,0101100111101011011110011111001110010000000111111110000110111111111101001100110011010000011000011010
+0,12,24,469,0111001110000111011110010011100011110101000111000010001111000111010110001000001100010111001000010010
+0,12,25,463,1111011110100011111000101001001110111110011010010010000110100010110000001000001010110000010010111100
+0,12,26,509,1101110110100111110000111011000010111110010111100101101101000110001101101100000001000110001011010001
+0,12,27,477,0111000110111011001100110110001110111100010001101111111001010000001000111100011100000001011000011000
+0,12,28,487,1101000011000011001110011111001111110110010100000111101111100110000000101001100100010010101100101000
+0,12,29,524,1101011010111101100001011110001111111111000011001101111111000101111000101100011000000010001000011001
+0,12,30,500,1111000110100110111000010011100111011101000111000100001111100011010010101100000001010001111000011101
+0,12,31,467,1111011110000011101100110010001010111101010010110010101111100000000100011001011000010010001010011010
+0,12,32,520,1111001010101111011101111110100101110111100000001100100100100110110100101000001001000010101101111001
+0,12,33,455,1111010111110111101000000011000111110001101100110001100001100000100100001101000001010010101101110000
+0,12,34,523,0111011111110101001100101110001101101001000100101110110111011100000010101111001000000011110100001110
+0,12,35,473,0100110100111100101000010001001100111001011011100010001101100100100001100101110011010000011001111000
+0,12,36,435,1101110010001111101001011011100110110011000010100111101110000101000000001111110000010010100000001000
+0,12,37,492,0111101011110110001010010011001111000100010111111001011011000110101110011100000001010100001000111000
+0,12,38,-568,1111010111011111000100011110001111110111000100100011111111100101010000101001101100010010011100111001
+0,12,39,501,1101011011011110001010101110101111111101000100010110011111100100100100101011010100000010001010011000
+0,12,40,470,1111001110100101111000110011000010111000010101000101101111010110001001101100101000000001101100011000
+0,12,41,463,1101010110101111011100110111100101111100000011101101101001000000101100101101000000110000011001010000
+0,12,42,535,1110111011011111001001111011000111110011111100110110000110001010000100101100110001010110011000101001
+0,12,43,480,0111111110100001111110101010001000101101000100101100010111100100101100101000001000011010101100101100
+0,12,44,534,1111100110100011111000001011001111111001010111100011001111000000000101011000010001110010011100111011
+0,12,45,-542,0111011110001111001100101010001011110111000010100111111111001110000100101100110000010010110001011011
+0,12,46,531,0111011001001111010100010111100111101100010100100110001111101111000101101101000101000110011001110000
+0,12,47,474,1100011111101000111001001010001101110100000111110100101011100000111000101011100000000010011001001011
+0,12,48,465,0111111011101110010100001011000101110101000111010001101111000111001000001000000100000110101100010011
+0,12,49,524,1101011010010111101001000011001111110010000110100110011111101000101100111011001001010010010001011010
+0,12,50,489,0111000001011111001100001101001110111111001000000111111101100111100000001011001001000010000110011100
+0,12,51,516,0111000001010011110110001011101111111111111000000111110100100001110000111011101010000110000010011000
+0,12,52,-540,0100011111101100001100100110010111111100010100101011100010101100011101101111110000010110011001010010
+0,12,53,470,0100110011111011111100011010100111100100010001100100001011101100100000111001100011000110011000100001
+0,12,54,531,0111110011100111111101000111100110110011000111000000101111111100001100011000011000000110011101110010
+0,12,55,503,0101001010110011001110011011001111110001000110100101111101000001101001111000001010110111100000011000
+0,12,56,541,1110001111110111011110100111001010100011011101100111000101101110001100001011001000011010010101010011
+0,12,57,500,0111011101111011111000000110111100111010101100100011000100111110000000000011010100000001011011111001
+0,12,58,506,1111000100110111111100101111101111111001000111100101101101000100000101011000111000010010100000011010
+0,12,59,-563,1111100110100110010100101001000111111001011111110011101111100110111000101101110000010000011000111001
+0,12,60,444,0011010111011111000101001100000101111111000100010011110111001101000000101001100101000010101000100000
+0,12,61,-594,1101011011111110011010110110101111100110000101100111001111100110110000101001001010110010011101111010
+0,12,62,442,0111011100100111110000100001100010111010010101010011001111110010000110001000000000010010001010111100
+0,12,63,495,1101001111000011011110110010001111111101011110000010101101100111010000001011001100110001010000010100
+0,12,64,-537,0111001011110111011100100011010010100011111110000001001110101100001100011010001100010111111001010011
+0,12,65,483,0100111110111111101100000110001111110010100101100111110101001110001000000001011000011010000110110000
+0,12,66,507,1101000111111111010000010000000101111011000100101101101101000101100110001100001110011110010101011000
+0,12,67,464,1101011011010111101000000110000101100001000100000011010001000101100001001100101001010110111011011100
+0,12,68,489,1111001111110000101000011110101111110101000010000011011111100100001100101010010100010010101000011001
+0,12,69,507,1101011010001111001001101111001111110110010101111100101111000110000000101101010000010010011010001001
+0,12,70,469,1101001110111111111010011110001111110111001110100000100101001000100100101001001000110000000110110000
+0,12,71,-542,0111010001100101000000110011101100111101100001101010001111101110101010111101010000000110101101111000
+0,12,72,501,1111000110111011100100111100001110101001011101100111000011000101001001111100011100010110001000011000
+0,12,73,517,0110101010100011100110010111001111111110010101101101111001000110101000011000010101100100011010010001
+0,12,74,431,0111010001011111000010001010001101110111010110000010010110100011000010011011111000000010100000011000
+0,12,75,505,0111101011011110011110001011101101111111001010000111110101110010110000011100100010010010001010010000
+0,12,76,466,0101001101101111010110111100001110101010000101011111000110010110010001001000001100010110010000110100
+0,12,77,494,0101001110110011011110000111001110110110011111100001101101110110101100001111000010110010000000001000
+0,12,78,518,0101110011110101100000000010100111100101000101010110001011000111110101111101001000010100111010011001
+0,12,79,461,1101010011111011111100000101000101100001000100100101100001000100000110001100100111000110110001111100
+0,12,80,534,0101010001111101101110010001100111110101100111100010101011001110010110101101001000000100110000111011
+0,12,81,462,1101110111110001101000001011101111100101000000111110000111000110100100111101100000000100000101110000
+0,12,82,477,0101000111111011011110011010101110100110000111011100000110000100101101001000001010110110100100011000
+0,12,83,478,0111001110100111111110001111001110100010000011111111000010010010011001101100111000010110010000001000
+0,12,84,529,1010011110101111001010010100100001110101010110100011110110101100011000101101100100010010110011011010
+0,12,85,471,0001011011101010101100100000111011000011010100000100001011001110111000101011000111000110101001110000
+0,12,86,478,0100001111101000111100011010000111100100000100100110100111101110010101101100100001010000011001111000
+0,12,87,539,1111111011101011011001010111001011011001010111110100001011101101100101101111110000000110011000000010
+0,12,88,-573,0111000110010011101100111111101011111101010101000110101111100110001011111000011101000000011010011101
+0,12,89,451,1111111110100111110000110010000110111110010110110011011001000001010100001100000000010111001010010000
+0,12,90,495,0111110111011010011001000100001100101111101100000111011101101101100000101001001001000110101011100000
+0,12,91,524,0011001001110111101100101101100111110110000001110111100111000110000000101011000011110010010100011110
+0,12,92,534,0111000011111111111101000010110101111110101100100000100111000100111101101011000000010110010101110001
+0,12,93,473,1101011110001010001000100010001101110111011100100010000000100101010000101101101001010010101100111001
+0,12,94,489,0110000111011111000110010110011010101010010100000111111101101101001000000011111100000011000101110000
+0,12,95,548,1101011001111111011100101110001111110111101100100111000110100110110000101001001100010010001010111001
+0,12,96,438,1101011110000111101000111010001111110101000011000010000111000000000110001001011000010000111001011100
+0,12,97,-550,1110001100100011011001010111100010111100110110110010111111100011011000111010001010010010011010101010
+0,12,98,547,1101011110101111111101110011100111101001000111010000001011101011011001001110001000010001011011011100
+0,13,0,546,1111010111110111010100111111001110110001011100100111010111100110000000101011001010001010011001011001
+0,13,1,538,1110001111011111001110000110001011100111100101100011001101101100101100001011011100010010110100010011
+0,13,2,438,0100100110110000111000010101001110111100011011100001001101100100100001001101110011110000000001001000
+0,13,3,529,0101011100111111001110000011001100110011011111100010101101110110101100100111000010010010011000111000
+0,13,4,-542,0101010011111110011100111010111100110110010011011001000010100100101101101001100010010110111011010100
+0,13,5,464,1101100111111011001110001110100110100000000100001100001110001101100100001010001011110110000100011010
+0,13,6,524,1110011110111111001100110110101110110100010001101111110010100100011000111100100100000001111001011000
+0,13,7,495,1011000110101111001010010100000001111101010110100011111101011000001000101101011100010010010010011010
+0,13,8,492,1101110111111111011100101111100101110100010001001101101011000000100100101001100000110000011011010010
+0,13,9,500,1101010010101110001100110110110100111000000010101001001000101101101100101111000011010110011001010100
+0,13,10,514,1111111010000111111001000011001110110011000111100000011111101000001100111010011000010010010101110010
+0,13,11,534,0101010011110101101101000111100111110010000110000110101111111100101100011001001001000110011001011010
+0,13,12,464,0101110011100111111100000101100110100011000101100010001011010100001001011000011000010110111000010011
+0,13,13,-559,1110010011110111110001000010000111110101000110000101100101101100101110011100011111000110011101111000
+0,13,14,419,0101010011011011101010000010100111111110011000000011000101000001110100101010100000000110010010011000
+0,13,15,-559,0111000101010011110100001011001101110111110100010111110110110011110010111001101010010111000001101000
+0,13,16,-609,0111001001100011110100001111101111111001010111100110001111101110000101111100010101000110011101110011
+0,13,17,456,1111110110001111011000010011000111101100010100100011001111000001000101001001000001110010011000111000
+0,13,18,499,1101011001111011101000001110101100111111001100110011000111111000000000110011010100000011001010011001
+0,13,19,511,0111011111011110011010101110111111111000100100000110011100100110100100001011010100000000011011111000
+0,13,20,525,0101011011101111111100000111100111101100011100100110101111101110000101101101000100000100011001110000
+0,13,21,533,1111011101011011010100010111101100101100010101100110001111101111010100101001000001000110011001111000
+0,13,22,472,0111011111110111101000100011000101110001100100111010110011100000100110001101001000000010110101011000
+0,13,23,514,1111010111110101001100001110101111101001001100100101100101011100000000101111000001010011101100100110
+0,13,24,524,0111110011100111110101000111100110110011000111000000101111111100001100011000011000000110011101110010
+0,13,25,543,0111110011100111111101000111100110110011000111000000101111111100001101011000011000000110011101110010
+0,13,26,470,0111111001101101010100000011100111100100010101010110001111000111000101101101001000000100111010010000
+0,13,27,-573,0101000011010111100000010110100111101101000100100110001011101111110101111101000101010110011001111001
+0,13,28,544,0101111111111101111000000111100100101101001101000110001011001111110101111001000000010100111010011001
+0,13,29,500,1101010011110011100100000010111111000100010101110110101111100110010100101101001000000100011001111000
+0,13,30,438,1111010110111011111100001100101100001000011101100110000011000101000100111000010001000110011000011000
+0,13,31,-609,1101001111111011100100110111001110101101011101100111101111101110011001101101001100010110001001111000
+0,13,32,463,1101011001010110001110101010101111111101010100000110110100100001110000101011011100000010000010011000
+0,13,33,-566,0111000011011011110010001111101111111111101000010111011111100101100100111011100010000110001010011000
+0,13,34,-553,1101111100111111011100101110100111100001100101010101001011101011010000001111001100010011001010111001
+0,13,35,-563,1101011011101111111101110011001111111111001110100010000110100110111001101000001000010000011011011101
+0,13,36,-567,0101110110100111100000011010100111110111010101000111101001000111001101101101001001010100111011011001
+0,13,37,442,1100110011110101110000100011000010101100000111110100001111000100110101111100000000000110001010010001
+0,13,38,-571,0111110011111111011101010111001100111111101111000010111101110100011100111001001000000010011100011010
+0,13,39,507,1111110011100111101110001110100111100001000110001001101111101100100000001000111100010110001101110000
+0,13,40,481,0110110010011101001001010001001100110001011110100010000100001010000001101101110011010000011101111001
+0,13,41,542,1100111101111110101000111011000111111011111001110110001111100100100100100100110001010110011000101000
+0,13,42,500,0111011101111011111000000110111100111010101100100011000100111110000000000011010100000001011011111001
+0,13,43,515,0111011101111011111000000110111100111010101100100011000100111110000000000011010100000001011111111001
+0,13,44,455,1101001110010111101110000011001111110010000100110110010110100000101100100011101001000010100000011010
+0,13,45,-587,1101011011011111100001001011001111110110000010100111101111101001111100111011011000010000011101111000
+0,13,46,535,1110111011011111001001111011000111110011111100110110000110001010000100101100110001010110011000001101
+0,13,47,535,1110111011011111001001111011000111110011111100110110000110001010000100101100110001010110011000101001
+0,13,48,-557,1111010110110110101000000011100111011101001110110101001111100011100100101101000001010001111001011101
+0,13,49,409,1111000111100111111000010011000111110001100101000000101001100000010010001100000001010010101100110000
+0,13,50,467,1101010011110111001000001111001111111111110100000100110011100100111100101000000100000110000100011000
+0,13,51,530,1101011011011110000110111110101111011101000100010111000111100101100000111011011100000010001010111000
+0,13,52,486,1111010110100101110000110011000011111000010101000101101111000110010110111000101100000001101000011100
+0,13,53,460,1111001111000000011000100011000010111101010100010011101111010110001001101100001000011100001100011000
+0,13,54,-540,1110010101101111000000010100100001100100010110100111100111101111011101101101100100010010010011111000
+0,13,55,514,0011011010001111011110010111100111111101010100100010011110101100000000101101000101000110111001010010
+0,13,56,-555,0111001110001111011110001010100011110111000110100111011111000111000100101000101100010111011001011010
+0,13,57,456,0111011110000111001100110011001011110101000011000010101111001110010110001100010000010010100000010011
+0,13,58,509,0111000011101110001000001010001111110111000011001110111011000011101000111111000100000011011000111000
+0,13,59,481,1111011110111011011100110111001100111100010000101111001101011000001000101000011101000000011000011001
+0,13,60,474,1101010111111111000100110111100010111010000000100101101001001000101100101101110100010001010001110000
+0,13,61,490,0110000110001111011110010110011101101100010111001111111101100101101000000011001000100010001101010000
+0,13,62,-552,0111011001100101000100110011101110111001100100101101101111100100101010111101000000010111101101011000
+0,13,63,493,0101000010110011001010011011001101110101000011100010011101001011101001111000011010100110100000111000
+0,13,64,518,1101100100100111111000111011000011111100010111100101101101000110001101111000001000000010101010011011
+0,13,65,510,1111010110110111110100101111101110111011000111100101101101000100000101101100110001010110000001010000
+0,13,66,477,1101110010100101111111111010001010100111000010100101101111000100000100001101000000011010101100101100
+0,13,67,438,0111111110001011101000001011100100111001000100101110010110100101101000101010111000010010100000001000
+0,13,68,498,0111101010011110011110010011101011111101001111000010001111110110110010011000100100010011001000010000
+0,13,69,476,0111001111000111011110001011100101110111000010000111110101000011010100001100001010010110001010010010
+0,13,70,507,1101000111111111010000010000000101111011000100101101101101000101100110001100001110011110010101011000
+0,13,71,529,1101000111111111010000010000000101111011000100111101101101000111100110001100001110011110010101011000
+0,13,72,510,1100111011101110111000001011000101110101000000001111001111000100101011011011010101000010011000111001
+0,13,73,501,1111010011110111010000000000001111100111000110100110000001001011101000101100001111010110111000011001
+0,13,74,530,1010011011101111001011111011001111110111111100100010000110001100000000101101110000010110111001101000
+0,13,75,-536,1110111110011011001000010100100001110001010110110111110110101010011100101100100101010010010010011011
+0,13,76,466,1110011111101100010100001010000101110100000111010100101011100011101000001010100100000110011100001011
+0,13,77,473,0101111011101010111001001011001101110101000111110001101111000100011000101001000000000010101001010011
+0,13,78,536,1111110011111111001110001110001101111101001010001111111111000110110000101011000100010010011000011000
+0,13,79,-545,1111011011101110011000011011001101100111100110101010001111101001101000101001101101000010001100111001
+0,13,80,-544,0101011010110101111100000010001111110111010111000101101101000111111100011111000010010110010010011000
+0,13,81,468,0101100111110011000010000111100110100100001101110010001011110110100101101101001000110000101000001001
+0,13,82,448,0101000110101110101000000011100101010100010110010011000111000011110110101000000001010111011000101000
+0,13,83,522,1111010111010011111000010010100111111111000101000100001111110011010010101100100000010001110001011101
+0,13,84,454,1111011111111001000010010100000111110111000100100011011011110100000000001011000010000010011100001011
+0,13,85,-556,0110010111000111111100011110001111111001000101100001000101101100100101101111111100001010111001010001
+0,13,86,546,0111001110001111101110110010101111101011010110110111011111101101001000000111101000000001011101010000
+0,13,87,500,1100010111111111010101010111010010101000000101000000101001101011011001001010011100010011000011111100
+0,13,88,423,1101001011011111001000001011001111100110000000110111000111000010100101100010101000000010101000101000
+0,13,89,-569,1111001110111110110111011011001011111111000110110101100110100101111100101111001000010100010100011000
+0,13,90,490,1101001111111101000110101010001101111101000100111110100111001101010010100011101000000010110100001000
+0,13,91,-547,0111011111010111101100001111001111101010000000100111110110110000101100101111001000000001101100111110
+0,13,92,504,0111010011011011100110101011101111111101010000000111010110100001110100111011011100000010000010011000
+0,13,93,507,1001001001010110011010001110101111111111101100010110111101100100100000101011100010000110001010011000
+0,13,94,511,0111001110011010101000100010001101111111111000100110000000100001110000111111101011000010101100111000
+0,13,95,485,1101010001100011010110001011101111110111011100000011110100100101010000101001101000010110000010011001
+0,13,96,497,0111001110100011111100101001001110111110011000010110011100100001110000001001001011000010010110011101
+0,13,97,465,1111010001111111001000001101001110111111001010000011100111100110100000001010001000110000000010111100
+0,13,98,517,0101110111110111111000011001100111110111010111100110101011000110001110101100001000000100010010011001
+0,14,0,-538,0111011011101110001000001011001101110111000011101010110011000010101100011111001100000011111100111000
+0,14,1,461,0111000111110111101010100010000111110001100101011110111011100001100010101101000000000010010001011000
+0,14,2,499,0001011111000111110110010111111111001100010101110010001110100110000000101101001000000110011001110010
+0,14,3,521,1111010010111011001100000010100111110101010100100110111111101100010100101101000101001100011001011000
+0,14,4,452,1101000110110001101100000010001111000100010001110111101101100110100100101101100011100000001001001000
+0,14,5,486,0100110011110010110000010101111110111100011111100000001111100100010001001101011000010100010001111000
+0,14,6,-595,0010111101111110111000111111001111111011110001100110011110100110100100100110111001000100011011111000
+0,14,7,484,1111011111011110001010101010110111111000101100010110001101100100100100011001010100010010011000101000
+0,14,8,510,1111010011110111011110111110100111100001001100100111000111101110000000001010011010000010011101011000
+0,14,9,543,1111110111100111100100001111001110110001010110001001111111100100100000101001101100011110001001110001
+0,14,10,539,1001011010111110001110111110101110111101000100110101000111101101101000111111010100010010001010010000
+0,14,11,498,1101010011001110000100110110110101011000000010001011001000100101100100101011011011000110011001111100
+0,14,12,425,0111011101111011111000001100101100101000101100100111000010011111000000110001010000000100011000011000
+0,14,13,517,1111010110111011111100000110111100011010011101100010000101000100000100001010010101000011011111111001
+0,14,14,422,0111011110101001110000000010001010111000101101100001001101110110000100001000110100000001101001011000
+0,14,15,-552,1111010101110111111000110111110101111010010100000111100110001110000010110011001100000001011010111101
+0,14,16,480,1101111100111111101010111011000011111101010101100100101111000100001100100000000001000010101000111010
+0,14,17,-578,1100100101100110111000111011000111111010111011110011001101100110100101111100111000010110011010001001
+0,14,18,515,1111111011001111000001010111000110110011100110100000101110101110000100011000111010000110011000111001
+0,14,19,-558,0110110011110111111101101011100111110011011101010110000111011000001100101100010001010110011101100010
+0,14,20,515,1100111111101111111000101111100101110101000000001111101111000000101111111001100100000000011000110010
+0,14,21,487,1101110011111110011100001010100101110100010001001101001011000100100000001011010001110010011011011001
+0,14,22,524,1111010000111111001100111100001100111010001010100011101010101110100100001110001011110010011000011100
+0,14,23,451,1101010011101110001000000111110110111101000010001101000101100101101000101011000000010100000011110100
+0,14,24,460,1101111011010111011000011011001111111101001101000000010111100110110010011000000100000110001100010000
+0,14,25,512,0111000010111110001110000011101011111111110110000110101011110100111100101000100100010011000100011000
+0,14,26,496,0001011110101110101110000011000100110010011110110010101101000110100110101001000011010111011000101000
+0,14,27,487,0101000100111111001000000011101101010101010111000011000111110011111101100110000000010010011000111000
+0,14,28,448,0001001010111111010110010011101111111101010100110010010110101100000010101101000100000010110000010000
+0,14,29,544,1111011111001101001110101110000101111101000100101110101111001100010000100011101001000110111101001010
+0,14,30,504,1111010011010011101010010010100111111111000100000010001111110011110110101000100000000101110010011100
+0,14,31,437,0101010111011011111000000010100111111110011001000101000101000001010000101110100000010010010001011001
+0,14,32,437,1101010010100110010100100110101110111010000010100001101001100100000101101110010001010110001000010100
+0,14,33,559,1111010110111111101100101111111100111001000111101101001100001101101100101101100011010110010001010000
+0,14,34,516,1101011111101111111100101111100101101100010100000110101111100100000101101001100000100100011011110000
+0,14,35,501,0101110011111111011100000111100111110100011001101101101011001010100100101101000100010000011001010010
+0,14,36,511,1111011111011011011000010111100110111100000101000110001111101111010110101001000000000100110001111000
+0,14,37,-544,1111010101010011110100010010101101101111010101100100001111110011010000101100100001010011011001011101
+0,14,38,-581,1101111011010111001101101111100111110010111110010110101111001100000100101101101001000110011001001011
+0,14,39,493,0110010010111101101001010011000111110011000100100110100110111010101100011000010001010110011000111000
+0,14,40,517,0111010111110111001100001111001111100010010001001101111010010000101100101011001000000001101110110110
+0,14,41,533,1101111111011111111100101111100101111100000000100111110111100000100100101101100000110000011001011010
+0,14,42,527,0111010111110110101000000011000111010101101100110011101011100001100110001101000001010011110001011101
+0,14,43,516,1111011110110111101000100011100101111001000110111100010111100010100100101101001010000000111101011000
+0,14,44,437,0010001111100111001111001011101101110111101110100010010110000000000100001101000010010110101000000010
+0,14,45,-569,1111011011001111011010111011000111110111010000000111100101001111010000101100111000010110011011111000
+0,14,46,453,0111010011001111100110101010101111111101000000000101100110100000100000111001111100000110000001110000
+0,14,47,-566,1111110011110011101111001111100111100001010110001011011111101101110100001010011100010010001110011000
+0,14,48,454,1111110011100111001001001011001111110111010111000000010011100100001100111000010100000110000100011000
+0,14,49,527,1101011010010111111000000111001110111011100100100100111111101000111100101010001000010010010101110010
+0,14,50,514,1110010110111111011100010011000111101100010000101111101011100000001001111000100001110011011000111000
+0,14,51,491,1111111110001111001000110110101110110100010101100011010111000101010100001101000100000001111001011000
+0,14,52,519,1101000111111011000100001010000110111010000100001100001110011101100110001010001111011110010101011010
+0,14,53,455,1101100111111111011010000100100101100001000100101101101101000101100100001100001010110110000100011000
+0,14,54,-547,0111010011100111111101000111100111110011000111000000101111111100001100011101001000000110011001111010
+0,14,55,524,0101110011110101100101000111100110110010000110000110101111111100101100011000011001000110011101010010
+0,14,56,479,0110111011011110001001101010000111110011011001001110101011001010101000101100010000010010011000101001
+0,14,57,-555,1111000011101111001000011011001111110111000110110110010110000011000100111111100101000111011000111000
+0,14,58,-552,1111110011101111111101101111100100110010010001000000101111001100100100101000111000110010011111110010
+0,14,59,497,0101110111110111011100000111100111110101000111001101101011110000001101011001000000000110011001010010
+0,14,60,473,1111111110000111001000010011000111111100010000000010001111000111010111001101000001110010001000110010
+0,14,61,439,0111010110001111011100110011001011100101000111100011101111001000000100001000010000010010110000011001
+0,14,62,-554,1111000111001111011100110011001111111001010100100111010111101111000000001111101010001001011001011000
+0,14,63,538,0111011110110111100110111110101110100011011110110111011111100100001000100011001000000010011101010001
+0,14,64,525,0111011111011110011110101110111111111000000110100110101100100100100101001011110100010010000001111000
+0,14,65,481,1111010110110111110000101111101110111011100101000101011101000110000100101100010001000100011001010000
+0,14,66,441,0111111101011011001000010001101100101001010100100010001111001111000000101001000001010000011001111000
+0,14,67,-582,1110010010011101010101010111001100110101011111100110000100101010010101101101110011000110011101111001
+0,14,68,463,1101111110110011111000110100000111110101010100101111001101011010001000101000001000000100010000011011
+0,14,69,542,0111010111111111011100011011101100111110010011100110101011000100001110101100011101000000011010011001
+0,14,70,529,0111111110110111001110000111101100110011000111100010101101110100101100000100000010010110011101111000
+0,14,71,-543,0101010001101111111101000011000110110011011111000000101111111110001101111011011000000010011000110010
+0,14,72,481,0110110001111111101000111011000011111111011110100110001100001010000001101100000001010110011000001001
+0,14,73,-542,1101101110000111011001111011000111110000110101110101100111000110000100111000111000000010101010011111
+0,14,74,-583,1111010011011111010001111011001110110001011100110111010111101110000000101010011011001110011001001101
+0,14,75,505,1110111111110111011100111111000111110011111100100110000110000010000100101101100000010010011000011001
+0,14,76,518,0110010011110101100100101011101011111101000011100111011110000101110100111100010000000110001010011001
+0,14,77,428,1101110011011011110010100011000110101100010100010100000111100000110101111011001100000010000010010000
+0,14,78,479,1111011010101111011100100111101111111001010100100010111101101100000001101100000001000110000001010010
+0,14,79,-551,0011010111010111110110011111100110111111000111100101001110000100000100101101110101010110111001010000
+0,14,80,512,1110111010111111001000110110000111110110111001111111000010001110000100101100110101010000011001001000
+0,14,81,540,1110011111010111001101111011101110110001010100100110110110100000011000111100100000000111111000011101
+0,14,82,-576,0001011011101111011110110111100111111100010101101111011010101100000100101101100100100110011011010010
+0,14,83,436,1111110111011111011100001111100101110101010000000000101111000000100000101001000001010000111001010010
+0,14,84,502,1111011111011101001000000100101001111001010110100111100101001000000000101100100001010011111110001011
+0,14,85,-548,1110110110110011001100011110100111100001001100110101110110111110011100101111000101010010000000110110
+0,14,86,467,0111110011100110011101000011100101111101000111000100101111100000001100001000010000000110011101110010
+0,14,87,-551,1110011111101101110100001110000110110010000111010000101011111111101001011010101100000110011100001011
+0,14,88,538,1110110011110110101001110011000010100111110110110110000111001000110101111100100001010110011010001001
+0,14,89,432,1100111011011101010000101011000111111000001101110100001110000110000100101100010000000110001000010101
+0,14,90,517,1111010111010111110110101111100101110011000011100101110101000000010101101100111001010110000010010010
+0,14,91,469,0111001110100111011100001011101110111111000110000111101101000111000100001100000010010110001001010000
+0,14,92,540,0111011101111011111110010111101101110110010101010110001100010111000100001001011100000101011010011001
+0,14,93,470,0111111001101101010000000010111110101000101100100011000111101110000001100111000000000000111111110000
+0,14,94,464,1110010110101111111000001010001101111100010000000111001111000101000000111000010001000110011000111001
+0,14,95,474,1101111011111010111100001101100100000001001101001110000011000100101111011011010101000010011000011000
+0,14,96,508,0101000010100111001010001011001101110111000011000010111111001011101000111110000110100010101000111000
+0,14,97,494,0111000011111010001000011010001111110101000011101110011001000011101001111001011000000111010000111000
+0,14,98,442,1101100111111011000110000010101111000000000100010110001110101101010100001011001000110100010100011000
+0,15,0,427,1111000011110111111010111110100111100001100101000110000011101000100010001010000000000010011001011000
+0,15,1,544,0111010111110111001110100010000111110001001100111111111111100111000000101101011010000010010101011000
+0,15,2,499,1101111110100111011000001011000101111100010100000110001111000111000101001001000001110110001011110010
+0,15,3,490,1111011111001111101100110111100111101100010000000010101111100100010111101101100000100000011000110000
+0,15,4,493,0111011111011110011101101111111111111000000100100110111101100000100100001011100100010000010001011000
+0,15,5,-587,1101111111011111111110101110100101111100000010100111100110100100100101101101110000110010011001111010
+0,15,6,450,0001010010011111010110111011101111111101010100110000010110100000000000111101101100000010010000110000
+0,15,7,464,0111001011101111100110000010101111111101000000000111100110101100100010111001010100000110100001010000
+0,15,8,555,1111111110110111011100100111001111110011111101100110000101110110101100000100100010010110010101011000
+0,15,9,464,0110111111110111001110011111100100110011000110100010101110000000000100101101000000010010011000111001
+0,15,10,524,1110110011110110101001111011001010100111110110100000010111000000101101111000110001000110010110011001
+0,15,11,444,1111110011100111001001000011000111110111010111010110000011001100010100011100000100010110001000001000
+0,15,12,509,1111010111011111011110111110100101111010001010100111100100101100010100001100101011010110000000011000
+0,15,13,-542,1111010000110111100100101101001100110011000011100101111011000010100101101110011001110010011010010110
+0,15,14,512,1111011011010111101101111111101110111011010100100110111111100000011000001010001000000010011001010100
+0,15,15,-551,1100011110010111011000000011001110110011100100100100110110101000111100111100100000010111110100111011
+0,15,16,546,1101110111011011101100001010100111111101010101100111111111100000110100101101000001011000011001011000
+0,15,17,526,1111011010111111011100100111110101110100000000100110110111101100000100101101100100100100011001011010
+0,15,18,534,0110010111110101100100101111001010110101010011000111011110000100110000111101111000011110001000011001
+0,15,19,527,1111110011100111100100001011101111111001000110101001111111100101100100101000000100000110001011110001
+0,15,20,521,0111110011111111101100101011010101111101000110100111001100001100000101101100100011010110010001011000
+0,15,21,519,1110010100111111101000111111101010111011011111101100001100001011101000101101000001010110011000000001
+0,15,22,464,0111000110110010101000000011000111000101101100110111101001100111100110001101100001100000001001001100
+0,15,23,515,1101010111110101101100000010001111010100010001110011101111100000100100101101000011010011110001011001
+0,15,24,-564,0101111111100111101101000111100111110101000110000110101111001000101110011001111101000100011101010010
+0,15,25,491,1100110011111111110000101111100110110010000000001111101111110100101101111000000000000010011000110010
+0,15,26,477,0110000110111101101001010011101111110011000100000110100100111010000100011100010011010110011000011000
+0,15,27,473,0111011010100111011100001011000110111111000110100111101111000111100100001000000000010110001001110000
+0,15,28,514,1111011110111101110100100111011000111000101111101101001101101110000100101001110001000110100001010000
+0,15,29,458,0111010110101011101000001010101100111001000101100001001100010101101100001100100110010001011001011000
+0,15,30,503,1101000110100011101100001111100110111110000111101111101111000110100100001100000010000110001001110010
+0,15,31,500,0111011011110111011100001010111110100101010100000100101101000111001100101100001011010110001001011000
+0,15,32,527,1001011110111111000100111111101110111101000111110101001101100101101000101101010101000100001001010000
+0,15,33,503,1111010010110110111010101110101110111011100100000101010111001110000100111110010000010010011010010000
+0,15,34,500,1011100111110111011100001010000110111010001100101100011110000111100110101001101000010110010000011010
+0,15,35,535,1100111111111011000100111111000111110011110100000110000110011000000100001110000111011010011101011001
+0,15,36,506,0111011110110101100100101110101110111001001111110111011111100100101100100010001000000010001001010001
+0,15,37,-568,1110010011110111100110111011101011100111010010100111011110000101010001111101010000000110011110011001
+0,15,38,472,1101010011101111001100001111100111100101000000101101000111100101101000001010000000000010001111111100
+0,15,39,489,1111010011110110011010110110110110111001001110000111000101101110000000101011011010010100010001010000
+0,15,40,520,1101111111110110101100000011100101110101010001101101001111000110100100001001000011100000111111011000
+0,15,41,483,1111010010111111011000101010100101111000000110011100010011100000100000101111011000010010011001011001
+0,15,42,533,0111110011101111011100001111001111110001011000001001101011100110100100101101000100011010011001110010
+0,15,43,511,1101110111110111100100000111100110110100010111101101111111001000100000101001101100010100001001010001
+0,15,44,455,0111000011110110001000011010000111110101000101100100101001000011100011001001000001010111010001011100
+0,15,45,-555,0111010111111010101000000011001111010101101010111011011011100001101100111101011000000011110000111001
+0,15,46,-579,0110111110110111100100110111001110100111111110110110011111001100111100101101001000000110011100001001
+0,15,47,509,1111010011110110101011111010100010100011010110110111000111100001000001110010100001010010011011010001
+0,15,48,491,1110010011110111001100101011100111111110110001111111001110001110010100111100010000000010001000001000
+0,15,49,-531,0110111010111101100000110100001011110101001011100111010010000101100100101100110101010100011011011001
+0,15,50,447,1101110111111000010000001010101010111100001001101101001111010110100000001000110101000000001001011001
+0,15,51,462,0111011010101111111100000010000101110000110101000001001001100100000100001011010000110011111011011000
+0,15,52,-573,1111110010111111101100111111101100111100001000100011111011100000100100101100001011110010011001011110
+0,15,53,471,1101011101011111011100101100000101111010000010100111100110101110100100000111100000110000011000011000
+0,15,54,500,1111111011010110111100000011100110111101000101000100111111101000101100101000011000000010010101110010
+0,15,55,511,0101010010100111011001000111001100111011100110100100101111100010011100001010000001010110011101110010
+0,15,56,536,1111010111011111001100101111101101111001000100101100101101001100100100100101100011010110010101011000
+0,15,57,-567,1111011110101101101110101110010100111101000111101111001110001101011000101011101001000110111001000010
+0,15,58,-556,1100110111110111110100110111000111110011000100000110001111110100101100111100110000010010011100011011
+0,15,59,461,0111111011110101001101001111100110110010111110100110100110001000000100001001001001000110011001010000
+0,15,60,531,1111011010111101001000001001101001111111010011100011110111001000100000101110000001110011111000111000
+0,15,61,489,0101000111000111001010000110001101110001100110000110101101001011001000111100100110000010101110001011
+0,15,62,537,1111010000110111011100111110101111100011001110100111100111111110000100001010001011010010011000011000
+0,15,63,508,1111010011111111001110111100000100111000001000100011001010101110100000001110011010100010011101011100
+0,15,64,532,1111111111010111011000011011000111111100010100100000110111100110111010111100000101100010001100011000
+0,15,65,455,1100010010111111011100010011001111101101001001001111001011100000000001011000100000010111011000110000
+0,15,66,515,1111110110110111110100101111001111110011000101001101011101000110000000101101110001000110001001110000
+0,15,67,518,1111010111100111100000001111101110111001110110000001111111100100100100101000001100011100011001010001
+0,15,68,-564,1111011110011111101110101111111100111000000110100100101100000101101100101111110111010110010001010000
+0,15,69,513,0111010111011110011100101110111111111001000111101111001100101100100101001001100000010010000001111000
+0,15,70,542,1111110111000111111100101111101101111001010100001001110111100100100000101001100100010110001001110011
+0,15,71,534,1101111111111111100100001111000110110100000010100111111111100000100100101101101000111000011001011000
+0,15,72,469,0111011110111011110000001010001010101010101100100011011111110100000000101010011100000001101101010000
+0,15,73,491,0111011110100101100110110110101110110001011111110101001101100110001100000001100000000010011001011001
+0,15,74,397,0011001011100011001010011010101111111111101100000010000111000010010100001000000000010110100000010100
+0,15,75,522,1110010111010110101111000011100101110111000110100010011110110001100110101101100010000101111000001010
+0,15,76,527,0111111111111110001100101111000111110011011001001110111011010000101000101101000000000000111010100111
+0,15,77,469,0110010011010111001001001010001111100010010001001101101010001010101100101010011000010011001100111000
+0,15,78,518,0111111011110111011101010111100110110110011101000110001111001010000100101000010000000100111101110010
+0,15,79,-551,1110010111011011111000101011100111111001000101010110000111111101011110101101000001010110010001101000
+0,15,80,515,0111011110111111101100000110101100010010010101100010101101000100000100000000000111010111011111111001
+0,15,81,531,1111110110110011011110000111111100111011001111100010000101110100101100001110010000000010011101111000
+0,15,82,-530,1110000011111001000100001010100010111100000111101111011110000101110100111010010001011110001010011010
+0,15,83,518,0101010111110111100100101011001111111011000000000100101110011101100110001100001110000110010101011001
+0,15,84,-600,1111010111111111101000101110001111111011010101001110101111001110101100101101100001010110010001101001
+0,15,85,438,0110111010011110001101101011110100110001001011101101001000001001101000101100010010010010011000010000
+0,15,86,449,1111010010010011111000011110101111111011000100000100001101110011000110101000100000000100010001011100
+0,15,87,536,1111010111110111100010100011100110111111100101000011011111000110110100101100010001000101111010010000
+0,15,88,514,1111011110010111101100111011100100110001000110111100110111100000001000111100100010000110111000011100
+0,15,89,549,1110011111110111101001100011101111111001010100100110010110100010110100101101001000000001111101011001
+0,15,90,538,1110011111101111101101111011100100110001010100100110110110001100100100101000101000000011011100111011
+0,15,91,-554,1111110011010111011101101111101110110010010001000000101111100000011000111100110000110110111011010100
+0,15,92,-538,0000011010111011011001010111101110111100010101111000011110100100010000101101011101001100110001111000
+0,15,93,447,0101100011110111110110010001111011111101011110100010000111101100000011001101000000010010010000010000
+0,15,94,479,1001001110111111010100001011110101111101010100000110111111101100000110101101000000100100011000010000
+0,15,95,507,0101011011101111111110110111101111101100010100110010000110100100000001101001100100001010110011110000
+0,15,96,489,1111110011101111010000010010101110101001011100100011000111101111000001000111001010000000011101011000
+0,15,97,529,0111001001001101011100100011011111111000100100100111010111101110000000101111100000001001111011110000
+0,15,98,512,0111010111110011101010100010000111110001110100101110111111100001010010101101000100001110010001011000
+0,16,0,-567,0111111011110111011100010111001111110110111101000110000111011110100100001000110010000110110101011010
+0,16,1,506,1111111110110111011101100111100110110011011101100110001101100010001100100100000000010100011101110000
+0,16,2,-571,0111111111111101001100001111100011111111010001100011110011011000100000101101000001110011111000111010
+0,16,3,487,1111011010111110001000101001001101110011011011001110111111000000101000101110000000000000111010100101
+0,16,4,504,1111111110110111100000000001101011110101010111100101111111001000100000101001100000010011101001110000
+0,16,5,538,1101010011111101001100001111100100111110010011101011110111001000100000101110001101110100011000011001
+0,16,6,-576,1101110111110111010100000111101110110100010101001101111111101000111000111101101000110100011011010000
+0,16,7,501,1111111111010111101101101111100110110010010011100000101111000000000000101000110100010110101001010101
+0,16,8,461,0111000110000111011000000110000100111111100110100111101101000111100100011000000110000010101101000010
+0,16,9,494,0101011001100111001110001011001111110001000111000110101101001011001000101100100000010110001010111001
+0,16,10,488,1111010110110011110000000111101110101010001101100011011101110100001100001010011100000000101101011000
+0,16,11,513,0111111110110011011110001010111000111011101110100010000111110100100000101110010000000011011101110000
+0,16,12,514,0101110111110111110100101011001111111011000001000101011100001111100100001101001110000110001001110000
+0,16,13,519,1111010110110111100100101111001111110011000100001100101111010100000010101100110001000110010101011001
+0,16,14,530,0111011111110111001100100110001111110011101101101110111111100110000000000101001010000110010101011000
+0,16,15,-562,1111110110110110011110100011000111110001011100110111000101110111101100101100110010010010010101011000
+0,16,16,527,1111010000110110111100101110101111101011000110000111110111111110001100101010000010010010011000011000
+0,16,17,525,1111010010110111011010111110101110110011101100100101000111001110000100011110011001010010011010010000
+0,16,18,505,0011011010100111011110101011001111111111101101000110000111100110010100001000100000010110000101011100
+0,16,19,447,1111101111110011001000010110101111110011111100100010000101010010101100000100000010010110110000010000
+0,16,20,500,1110011111110111001111000011100101110011000110100010101110010001100110101101100010010100111000001000
+0,16,21,495,0110110111010110101110011111100110110111000110100010011110100000000100101101000000000011011000111011
+0,16,22,505,0110110011110111101101001010001111100000000011101101101111000111101100101000010000000111001010111000
+0,16,23,491,1111010011000111000000001011101111111011010100001001111010101000100100101010001100010010001101110001
+0,16,24,532,0101110110110111001110100111111100111011000001000100001111111101101100001100000110000110010101111000
+0,16,25,517,1111010111110011110100001011001111111011001110100010100100010100100110001110011000000010011101011001
+0,16,26,524,1110011010010111101100111011100110100001100110100000110111100000101000111000110010000110111100011101
+0,16,27,514,1111110111110110101001111011001000110111010110111100010111000000001101111100100001000110010010011000
+0,16,28,508,1100011101111111001000111111000110111011000111100110000100001011101100001111000001110000011000011001
+0,16,29,473,1111010100011111111100101100100001111010011010101101101110101110100000100101100000010110011000000000
+0,16,30,504,1111011110100111011100001111001110111011000100001101101111000101100000101000000100010110001001110011
+0,16,31,500,0111110011000111111100101011100101111101010110100011100111100110100100001001100000010110001001110000
+0,16,32,448,0110010011100111001001100111000111110101010111100110001110000100010100011100000000011110001000011000
+0,16,33,532,1111110111110101100100001010001010110111010011010111010011001100110000111101111100010110001000001001
+0,16,34,526,0111111110110011011000000011001110111011111101100111010111110110100000000100110100010100100101011000
+0,16,35,509,1111011110111111110100101110001011100010101100100011001101110100001100101010001010000011011101010000
+0,16,36,-553,0111011010110111011100111010101111100101001101100111101101001111000100001110001011010110001001011000
+0,16,37,494,1111010001110111011100001110111110100011010110000100100111110110001100101000001011010010011000011000
+0,16,38,484,1101111111010111110100100111101111110100000100101100111111100000100100101011100100000100001001010000
+0,16,39,513,0111010111111111001101001111110110111000010111100111111101001000100000001001101100010000010001011001
+0,16,40,488,1110111111010111101000100011000111111100010100100110010110100110111110101100001000000001001100011000
+0,16,41,-593,1111011111110111011001011011101111111001010100100000110111100010110000111101000101100010111101011001
+0,16,42,511,0110010111111111100000101100001011111001000011100100101011001101100100101100110011010100010011011000
+0,16,43,-566,1111111010011101001100110111101101110101001110101111010100000100100100100101100101010110011101011001
+0,16,44,495,1110010011100111100001010011101111101001010100100110010111101011010100100101001000000001011101011000
+0,16,45,551,1111111111111111011000100011101110111001011100100011000110100110100001001111001010000000111101011001
+0,16,46,539,1111010010110011011110101111101110110011100110100111000101011110000100011110010000010010011011110000
+0,16,47,486,1111110110110110111010000110111100111011001101000000010111100100101100101110010000000010011100011000
+0,16,48,-553,1110110011111111011000101111110111110000000000000110110111110100101101111101000100000010011011110010
+0,16,49,479,1101011010111111110100100111100100110110000000101111101111101100000100101000100000100100011000011010
+0,16,50,494,1101000011111111000100001010100111111101000000000100101110111110100100001100001111000010011101011000
+0,16,51,500,0101010110110111101100100011001111110011000101010110111011001101100110101101000000000100010001011001
+0,16,52,540,0111111110100101011100110110101111110011111111100111001101100110001100000000100010010010011001011001
+0,16,53,528,1111011110110111110110100111001110110001011101110100000101110110101100000101100000000110011101011000
+0,16,54,496,1101010010100101011101000011001100111110010001100110101111100010001100101010000001010011011101010001
+0,16,55,521,0101010111110111101000000110001111000001100110110001101111100000110100001101000011010110110001111010
+0,16,56,470,1101111111110111011100000011100100111100010101000100111111100001101100101001001000000010000001110010
+0,16,57,529,1111111010000110111000001011000111111101000100000110001111001110000101001000010001110110011111110010
+0,16,58,486,0111001110101101101101010011101110010010010100000110101101111000000100000100000111010110011010011001
+0,16,59,507,0110010110111111101000000110111101110011000101100010100100000110000100011000010011010111011101111000
+0,16,60,496,0111111110111111101100000011011101010010000101100011101100001100000101101000000111010110010001111000
+0,16,61,-540,0111010011111111101100101110100100111101010110100110001101000100000100000100100011010111011111011001
+0,16,62,501,0100110011110111011000100111001110110000000110001110101101011100101101111101100000000010001010010011
+0,16,63,507,1101000111001111100010001110100101110011100000000111101111100011001000111000000110000010111110101010
+0,16,64,509,0111111111111110010100101111000110110011000001001111111001000110001000101101110001000100101000100101
+0,16,65,536,1111110110110111101100101111001111110011011101001100011111010000101000101101000000000010011011110010
+0,16,66,477,1111010011110111011100101011100111110110111001101111000100011110000100100100000000000010011101001000
+0,16,67,-569,1110111110110111001100100111001111111011110101110110001111100110111100011100110010010110000000011000
+0,16,68,-570,1111010111011111001110101010000111111001000110111101111111100111000000100101111010000110010101011000
+0,16,69,520,0111010111110111001100100111101101110001001100101110101101001100100100101101000011010010010101011000
+0,16,70,523,0110010111100011101010110010000100110001110100001110111111000101011010101100101000000011011000111011
+0,16,71,515,1111011111111111101101101011100111110001010100100110110110101000100100101001000100001010010101011000
+0,16,72,520,0101111011111111100100001111000110110101000010100111111111000000100100101100101011110100010001011000
+0,16,73,535,1111110111111111101100101011010101111100000110100111001100101100000101101101100000011010011001011000
+0,16,74,482,1111110011010111110000010110101111101001001100100111001101100111000001001100000010000100010101011010
+0,16,75,478,1111010010101111011000011010101110111011010100000000000111111011000110100011101000000000011001011100
+0,16,76,477,0110000011111111101100111011000111110111000110000111001100001010000100101100000011010110010001011000
+0,16,77,513,0111110110111101101000000011111101111001000100100110100100111100000101011100110011010110011000011000
+0,16,78,539,1111011011111111011100000001101000111111010001000000110111001000101100101010001001100011111001111010
+0,16,79,486,1111110010010100101000001011100111111101000111100111111111101000100000101100010000010010010100110000
+0,16,80,541,1111010111110101101010000011001111010111110101110011011111100000100100101100000011010001110011010001
+0,16,81,510,1101010111110111100100100010100110111100000001000011101111000110110100101101010001000111111000011000
+0,16,82,471,1111011110111111100100000110101100110110010101101010101101001000000000000001000110010101000111110001
+0,16,83,533,0101110111110111100100000111100110010000010111100101111111000100100100101000101101010110011001011001
+0,16,84,461,0110111111110111011100010111100101110011011100000110001110001000000100101001010000000010011001110010
+0,16,85,530,0111111011110111001111011111100110110110000111100010101111000010000100101100000000010100111100111001
+0,16,86,453,0101010011110011000100111110000111110111010100100100101010010001100010001001000001010110010001011001
+0,16,87,-537,1110101111111110001000011011000111110001100101000110000101001010000101001110000111011011011101011100
+0,16,88,481,0111110110110110001100101111000111110011011101000110101101010100101000101100000000000010011100101010
+0,16,89,-577,1111111111111011011110000111111100111011001011101010010011110000101100001111010000000000111011110101
+0,16,90,490,1101011011111111011100001110110110100100010000100110111111000101001100101100001010010100001001011000
+0,16,91,531,0111011111110111000100001011001110110101000110000101101101100010100100101101101001111010011001011000
+0,16,92,474,1100100111101111101100001111100110110010000111001111101111110110100100011000000000000010001000110010
+0,16,93,520,1101010010110011110000101111100110111110000000101111101111000100101101101100000010000110011001110010
+0,16,94,-565,1111010111110111100100101111111101111100110100000100111111100100000100101101100100111100011001011000
+0,16,95,485,1111011011101111011000000111100110110001000010100011110111101100100100101000001100000100011001010011
+0,16,96,483,1110111111101110101101101011110100110001000101100100101010001100101000101000111010000010011100110000
+0,16,97,493,0110011010011111001101111011100100110001011010101111010100001001100100101100000000010011011000011011
+0,16,98,528,1101000111010111001110001111101101110001100110001100101101001101100100110101100111000010101100011000
+0,17,0,459,0100110011110111110000101011001111110010000101000100011101001111100100101101000100000010001001010010
+0,17,1,-556,0101110111110111011100100111001110111001000010001111101100011100101101011101101010000110001010110001
+0,17,2,538,1111011110110111100110100101001011110101011111110100010101001110100000000101100000010011011101111000
+0,17,3,494,1111111110110111110000000011101110110001010101100101101111110000101100101001100000000110101001010000
+0,17,4,529,0111010111110111011110100011101101111011000111000000100100110100101100001110001110000010011101111000
+0,17,5,520,1101110110110011100100001111011110111011001000100110001111011101100110001100010000000110010101011001
+0,17,6,448,1101111111010111110100010110101111100001000100100110001111101000000001101111000000000100000101010010
+0,17,7,543,1111110011010111110000100111101111111100001100101101111101100111100100001000101110000100011001011000
+0,17,8,478,0101011111110111011100000011101000111111000001000001110110001001101100001101001100000010101001110010
+0,17,9,-586,1111110011111111110100101001001111111011010001000110011101001110100100101010001011100111011001111000
+0,17,10,516,1111010111110001100100001010001111110111011110100010000101001100110010011101111000010110001100001001
+0,17,11,520,1111110111110111110100001011001010111011000011010111110010010100100100101110001100000010011001011001
+0,17,12,509,0101110110110111000100001111000100111111000011000110001111111100101100101100000011000110010001111000
+0,17,13,543,0101111011111111101110100111111110110001000000100101111111000001100100001100101110110100010101011000
+0,17,14,529,0110010111100011111000110010000101110011111110001110100110000101011010001100101000000011011101011011
+0,17,15,511,1111010111110011100110001011001110111001000100100010111101010100100110101110011000000010011000111001
+0,17,16,441,0101010110111111101100000010101111110011000101010010110000001111100110001001000000000110010101010000
+0,17,17,-536,0110010110110111101000100111011101110011000101100110101111000100000100111100010011010101011001111000
+0,17,18,-553,1101110100110111101100100110111111101011000111000101000111111110101100101000000110000010011101111000
+0,17,19,515,0111010010110110011110101111101110111011000000000110111111111101001100001110000010010110010000011000
+0,17,20,460,0110111111110111011110100111100101111011010101000100001110111001000100011000000000000010010101110000
+0,17,21,517,0101110110110111001100010111111100110011001000000110001111001100101100101101010100000110011000111010
+0,17,22,459,0111110110010100101100010111101111111001000100100110010100100000000100001100100010010110011000111010
+0,17,23,549,0110110111111111101010001011110100110111000110100010101110111100000101111101010001000011011000011001
+0,17,24,-558,1111010011111111111100101110001100111101000110000110001101000101100000101100100101010110001111111001
+0,17,25,471,0111011110100111001100001111100110111011010100101101101111000100000100000000000010010111011001010001
+0,17,26,-543,0111010111101111101100100010010101111101000100100110101101001010001001101101100010010110011001011011
+0,17,27,497,1111110111001111001000101111001101111000000110100111001100101100000100101100100000011010011111001000
+0,17,28,525,0110111010010111101100111011100110110001000110100010011110100000001100101001000110000111011100011111
+0,17,29,497,1110010111010110101110011111100110100111100010100000110111100000100000111100110000000010111000111001
+0,17,30,482,0110011111111111000000001111001010111101000110000100101101001001100100101100101001110000011001011000
+0,17,31,-575,0111010111110111100100101000001111110001000011100101101011100110100100101101110011011110011011011000
+0,17,32,531,1111101111110110001000010111000111110011101111100110001101000110001101000000000011011011011001011100
+0,17,33,-546,0110111110101101011100111010101111110001110101000111000101101010000100001110100110010010011101011001
+0,17,34,536,1111010101110101101010001010011111110111010110010111100111110110001100101100001011010000011000011000
+0,17,35,499,1111010011110111011100000111101110000011110101100000011111100000100100101000000011010011110011010001
+0,17,36,-598,1111010111110101111010000011001111111011110111110010010111110100100110001100000001010001111111011001
+0,17,37,442,1111010111110001100100001011001111010111001100100001101100000000100100101110011010000010010001010001
+0,17,38,482,0111011110111111010100000110001111110010100110100111001101010101001100001010001010000011001101010000
+0,17,39,500,1111000110000111111000101110000000101111101100100011101101100110101100111000000110000010111101000010
+0,17,40,539,0111111011110111101001010111101111111111001100100011001101100111000000001100000000010100110101111010
+0,17,41,473,1111110011010111010110011110100110100000000111100110101111000010000101101100000010000100011100011001
+0,17,42,493,1111110111010101100000101010001011111101010011010110010110101110110100111100001000000110001100001000
+0,17,43,527,1110111111110111101100000011000110110110010100100111010011000100111010101101111100010001001000011001
+0,17,44,-570,0111110011011111111100111011000101111111010110000111100100101010100100101101100010010110011001111000
+0,17,45,407,0110000011100111101100101011100111110101000110100011001111000110000100001000000001010110000001010000
+0,17,46,524,1011001011111111011110001011101000110101010100001100100111001100101100111100000011100010111000011010
+0,17,47,-537,1101010111010111001100000101101101111011100011000000111101001001100100100011101101000011101101111000
+0,17,48,498,1111011111100011110101010011101111101011010110100010010101000010000100101100011000000011011101011000
+0,17,49,527,1110010011110111100100001011001111111001001100100110100110111101110110000111001000000000011101011001
+0,17,50,-547,0111110011110111001110111110100110110010100100100111000111001110000100001110010001010110011110110001
+0,17,51,519,1111011010110111011011011111101110110111001111100001101111000010000100111100001000010000111000011000
+0,17,52,-549,0101111011110111011000100111101110111001010110000010100111000110101101011111000010000010001011011011
+0,17,53,503,1110110111111111011000100011001110110000001100101111001100111100100001101101101000000000111100010001
+0,17,54,530,1111110110110110101100101011101111110111000101110111111111001001100010101100010000000000010100011001
+0,17,55,462,0101010110010101101000000011000111111001000111000110111011101100100100101101000000010110010001110000
+0,17,56,482,1111110001111101001000001011111110101011000110100110100110111110000100001000100011010010011000011000
+0,17,57,534,0111010110110111111100000110111111110001010100000100100101110100001101111100011011010110011000011000
+0,17,58,501,1111010011101111010100000111001111110001000100100001110111111100100110101000011000000100011101010001
+0,17,59,503,1111011110110111101000101111100110110011000010001110101111000100000000101100100101000110010001011011
+0,17,60,548,1111110011011111111010010111111101101011001110100110010011100100100100001111000010000000111101110100
+0,17,61,520,1111111111110011010100000110101110111011001001101011001101110011001001001100010000000100010011011011
+0,17,62,482,1101010010100111101101000011000111110001010001100110100111101000100100101010000001011011010101010001
+0,17,63,519,1111011111111101011101101011101100111110000100100110111110100010001100101001000100000010011101011000
+0,17,64,539,1111011111110111001101101011101110110001010100000110101111011100101101101101000000000010011010010011
+0,17,65,477,0100110011111111111000100111000111110000000110101110110100101000100100111001100100001010000101011000
+0,17,66,492,0101110110111111110100101011001111110011000101000100001110010111100000101110010001000110000101010001
+0,17,67,-561,1111010111110111100100101111001111111011000000001101111101001100000110001101101110000110011001111000
+0,17,68,503,1110011110111111101100000111100100110101010101100000110111100000000000010001000010000111111101011101
+0,17,69,492,1111011010010111100100111010101110100010100110101010101101001000101000101000110110010100000110110001
+0,17,70,-570,0111010111010111000000101111101111110001010100101011101011101100100100101011001101010010011101111000
+0,17,71,454,1111010011100111001100000011101101111011001100001100111100001000100100101100000110010010000101010001
+0,17,72,529,1101110011111011110000101111000110111110000010101111101111000100100100101100001010010110010001011010
+0,17,73,511,0101011010110111100100001111100110110101000000100111111111000000101101101100100011100100011001110000
+0,17,74,517,0111011111110111001100100110001111110011101101101110111111100110000000000101000010000110010101011000
+0,17,75,530,0111011111110111001100100110001111110011101101101110111111100110000000000101001010000110010101011000
+0,17,76,546,0111011110110111011100111011100111110110111111100111000101111110000100100000010000010010011001011001
+0,17,77,484,1111110011100101011100100110101111110011111001101111001100000110001100000100100010000010011101001000
+0,17,78,-562,1111110110110111011100101110100110110001110100100101110111000100100100101110011101010110011010010001
+0,17,79,496,0101010011110111100010010111101110010010001111100101001111001110000100011000101001010010011001011000
+0,17,80,522,1101111010110111001110000011101011110001010111100101111101001010100000101001100000010110101010111000
+0,17,81,488,0111011101100111100000001001001111110101000111000110101111001001101000101100100000010011001001110001
+0,17,82,-547,0111010011110111011100000111001100110010010011000110101101011100101101111111001001100010001000110011
+0,17,83,485,1100111011111111011000100001001010111101000100001000110111001000101100101000100000000011111011011010
+0,17,84,531,1111011001110111001100101110011110111011010111100110100101101011101110001000000001110000011000011001
+0,17,85,483,1100010101111111011000011111100110100011000110000100000110010110001100101111001011010010011000011000
+0,17,86,-553,1111010010110011111110100111110110110001001110110111000101110110100100010100010000000110011111011010
+0,17,87,516,1111011110110111010110101111001110110011110101100100000101011100001100001111100000010010011001110000
+0,17,88,497,1110011111101110100101101111100001110001000011100100101010001100101100101100110010000010010110111000
+0,17,89,510,0110110111111111101000101000011110111001000101100100101011001101100000101100111011010100011001010000
+0,17,90,522,0110000011110111101110011011100110110111000110100010011110101000000100101101000011000111010001011011
+0,17,91,450,0110110111011110101100111111000111110111000110000111001100000010000100101100000000010010011000111000
+0,17,92,536,1111011110100111111100001111111111111011000111100010101110000100100100011000000001010110001001111010
+0,17,93,485,0110010110111111001000000110001100110011000100001101100101000111000000101000010110010111011101110001
+0,17,94,486,1111011111100011111100101011001111111011001101100110000101110110000100001000010000010010000101011001
+0,17,95,-549,0011010010110111010110001011001111111111101110000010100110000100110110001110111000000110011101011100
+0,17,96,-560,1111010111110110111000101010101111110111010111110111010111100110001100101000000011010100110001010001
+0,17,97,515,1111010000110100101110000111001111001011100100000011111111111000100100101110000010010011011010011000
+0,17,98,511,1111110111110111101000111011001000110111010111010111010111000100000100111100110001000110010010001000
+0,18,0,540,0111110111110111110100111011000110110001000110100011111110100100001100101101000100000011011001011011
+0,18,1,505,1110111010010111101100001011101010111011000011010110010010010000100100101010001110000110011100011101
+0,18,2,529,0111010010110111111110101101101011110011001110110110000111101111001100001101100000010110010000011000
+0,18,3,502,1111011110110110000110100111001110111101010001000100011101011100100000000110000010010011011101111000
+0,18,4,478,1111010011100101101100000011001111111111011100100000101100001100100010011101000100010110000101010001
+0,18,5,502,1111010111110011000100001010101101110011001111001110010101001000110100101100111010010010001100001001
+0,18,6,490,0111111011110011111100011111101111111111001101100010001101100110000000001100000000010000100101011001
+0,18,7,535,1111011111100111101001100011001111111011001100100111000101110111000100001000010000010110010101111010
+0,18,8,-559,0110111111110111101100100011000111110100000001100111100011000110110110101101111110011000011010011000
+0,18,9,-543,1111010111110111100100001000001110110011010110100101011011100100101000101101110001010111001001011001
+0,18,10,463,0111110010110110101110011111000111111111000110000111001110001000000100101100000010010010011000011000
+0,18,11,502,1110010101011100101100100111001111000011100100000011111101110010100100101110000000010011011010111000
+0,18,12,547,0111110111110111101110101011001100111011000101100110001100111101100100001100011000000010011101111001
+0,18,13,502,1101010110110011010100000111111111111011001010000000100111010100101110001110000110000110010101011000
+0,18,14,-561,1111111000110101001000101111101110101011000110101110100111011000101110101000110010010110011000111001
+0,18,15,433,1111010011011111100100011010111110100010100110100010101100101110000000001000100111010000000110010000
+0,18,16,501,1100011101110111111100011111100110100111000010100110000111010010101100101100101011000000011000111000
+0,18,17,481,0101010010111111000000001111100110110001000100000101111110000100001100101111000011110110011001010000
+0,18,18,493,1111110010110111011010010111111111110011001111100010010011000000000100011100001010010000111100010100
+0,18,19,-574,1111011011011111111011011111101100101111001110100101101111100110100100101111000000000000111001111000
+0,18,20,480,1111011010100111110110011011001110111011110100100010000101010000001100101100100000000011011101011000
+0,18,21,514,1111011111110011010101100111101111100011010111100100010101001110000100001111011000000010011001110000
+0,18,22,541,1110111010110111111000111111100110010001000110100001111111000010001100111101000110000101111000011100
+0,18,23,491,1111011010010111001111011011101110110101001111100010001110100000000100101000001000010010011100011011
+0,18,24,519,0111011111110111011100101011001100111011001101100111010111100110000100001000001100010010001001110011
+0,18,25,445,1101011111100011111100000011101011111111000001000000100100011001101100001101010000000010100101011000
+0,18,26,526,1111011111010101101101100011101110110011001100000110101111001100100100001101001010000110011100011010
+0,18,27,549,0111011111110111001100101110001111110001110101101110111111110110001001100101001000000010010011010001
+0,18,28,480,1111110011001111011100001111001101110000000000100001010101111100100100101100101000001010011111000001
+0,18,29,508,1111010111101111000000100111001111111001000110100111101110101100000110101000010000010100011101011000
+0,18,30,515,1111000111010111101100101010001000111101000100100011111101010110101100101110011110000010011000110000
+0,18,31,496,1111010110100011110010001111000110101011101100100010101101100100100110111000000000000010111101001011
+0,18,32,429,1111011111000111100000011001000110100111100011000100111111100000100000101100100000000011001000110001
+0,18,33,-558,0110010101110110101110001111101111110101000110100010100111001001101000101100110000010010111101111001
+0,18,34,-544,1110011010111111100110000111101100110010011101100001010111101000000000011001101001010011111001011101
+0,18,35,455,0101010111110111101000010111100110010101000111100100101111000110000100010000000010000110011101011000
+0,18,36,463,0100110011111011011000110111000101110001000110001110110110000001010010111000100100001010001101011000
+0,18,37,-536,0110010111100111111000100010000111110010111110101110100100101100101100001101101000000011010101011011
+0,18,38,485,1101110011100011111100101111001100111111000000001110101110001000000100101100000110010010010100011011
+0,18,39,456,1111010011111111000000000011100111111010001110101101111101000100100100101100001010010110000001000000
+0,18,40,522,1101110010110111101000010111011110111111001000100111001101001101100100001100000000010110110101011010
+0,18,41,547,0111111111110011100101001111101111111011001100100110001111110111000010001100010000000100010101111001
+0,18,42,515,1111010010110111000010011111001110111011001101100101100110001000010110011101001000010000111100011001
+0,18,43,531,1110011011110111111101001011101111110101001110100010101111110111100100100110001000000000011001011000
+0,18,44,555,1111111111110110010101011011101011110110010110111101010101101000101100100101001000010110001001011001
+0,18,45,526,0111010110110101101100101010000110110111111011100110000011011110010001111000110100010010011000011001
+0,18,46,483,0101110110110111100100010111101100110011000000000110111111000000101100101101000101000110011000110010
+0,18,47,-545,0101011010110111001100001111110110110101001000100111001111001100101101101100110010100100011001111000
+0,18,48,-573,1111011111111111001101101011101110110110000100000110101111011110101100101101000100000010011101010011
+0,18,49,485,1111011111110101011101101011101100111001010100100110111110100000001101101001000000000010011010011000
+0,18,50,517,1110010011110111110000100011001111111100001100100111100100100111100110001010001110000100011101011000
+0,18,51,553,1111110011010111100100001111101111111001001100101100111111111101110100000101101000000000011001011001
+0,18,52,484,0110110010110111000100001011001111111001000111000110001111111100101110000100001011000100010001011000
+0,18,53,-552,1101010111110111100100001111000100111111001000100110100110111101110100101111000000000010011101111001
+0,18,54,523,1111010111100111101100100010010111111101000100110111100101001010001000101100000011010100011001011011
+0,18,55,-548,0111010101111101101000001010011101110111010110000110101111110110001101101101101010010010011000011000
+0,18,56,510,0111010111110111010110100011101100111001000111100001101100110000101100001111000010000010111101110000
+0,18,57,496,1111110110110111111000000011101111110011010101000100100101110100101100101000101100000110001001011000
+0,18,58,546,1111111111111111010100101011101100111110001100101010000110100011001101101100010100000100010101011011
+0,18,59,482,1111011111110001011101000110101110111011000001100111111101110010001000001001000000000010011011011000
+0,18,60,444,1111110001110101000000001010101010101011000110100100110010011010100101001100101101010010001000011000
+0,18,61,-573,1111110111111100101101001011011110110111010010111110000111101100011000111001100010010110011000011001
+0,18,62,476,1110011101101110111001101111100111100011000110100100001100001110001100101110000010010010011000011000
+0,18,63,492,1100010111111111000100011111100000110001000011000100100010010100101100101111111011000000010110111000
+0,18,64,518,1011011011110111111100001011111000111011000110100100100110000100101100011100000001110110101001011010
+0,18,65,542,1111001110101111011110001111101111110101010101001010101111001100100100111000000011000010011000111010
+0,18,66,-560,0101110011110111110000101111100110110101001100100111111111000010101100101100100011100100011001111000
+0,18,67,483,1111011010010111100100000111101111111100000000101101110101100101100101001000101110000100011001010000
+0,18,68,525,0110011110100111111000110011000101110111111010001110100101001111010010001100110000000011011001011001
+0,18,69,540,0111010111110011011100111010100111110010111111100111000110110100001100100000001000010010011101011011
+0,18,70,530,1111110010110011100000101111001111111110001100101101001111011101100100001000010100000110011101011000
+0,18,71,533,1101110111010111110100000111111110111001001000100110111101100111100110001100101010000100010001011001
+0,18,72,528,1111011000010111101110101010101111101011100110111010100101100010011000101100001111010100010100010001
+0,18,73,511,1111010111110101100000011010011110110110000110000111101111011100101100101000110010010000001010111000
+0,18,74,515,1111011110100111101100001101111101111011100011100000111100001100100100000010001001000010001101111110
+0,18,75,-590,1101010111010111011100000111101111011011000111000010101111000101100100111001100101010111111001111000
+0,18,76,-569,0111010011010111111110001111100110101011000110000110011111110101101100001111000110000000110101111100
+0,18,77,498,1111110010111110011010110111111101111011001000100110110011101100000100001110000010010110011000010000
+0,18,78,562,0111111111111111001110100111101110110011100101101110111111100010100000000100101010010110010101011000
+0,18,79,498,0101011011110111101100100110011111110001001000100101111111000101000100001101000110100100010101011000
+0,18,80,454,1111111001110111011000000001001110110101000110001010110111001000101000101100100000000011101001010001
+0,18,81,519,0100011111101111100000101001001011111101000101000100101111001001101100101000100000010011011011111010
+0,18,82,-555,0111011111100111000100101111101010111001010010000110101111000110101100101110000010000010011111011011
+0,18,83,491,1100111011111110111001100111100101110001000111100000100010001100101101011101110010000010000010111000
+0,18,84,543,0110010111110111111000110110001101110011111100101110110111100100000010001101000010000011011101011010
+0,18,85,509,0111111111100011001100100010000111110011101111001110101110000111011000000100101000000110010101011001
+0,18,86,497,0111010111010111110100100111001111111000101101101100111111100110000100000000001110000100011001011000
+0,18,87,-576,1111111011110111001000100110101111110111001100101111111101100111100000001101101010000110010101011000
+0,18,88,532,0111011101110111100100101010001110110011010111100110101111001001101110101000100001010010001001110001
+0,18,89,513,1111011001100111001000001101011111111101000111000110100101101011101000101100000100110001011000011001
+0,18,90,-578,0110111010110111100100101011100111110011000111100110001110100111001100101010010101000111010101011011
+0,18,91,439,0101110110011111111100111011001110110001000100000000011110010000100000101101000010000110001100010101
+0,18,92,537,1111110010010111100100101111101111110000000110101010011100100111001100101000101110000110011000011101
+0,18,93,-545,0110111011010111111000110111100110110101001100100101111111100000100100001001000110000101011101011011
+0,18,94,493,0111010111110111111100000011100101110011111100001010110110000001011010001100001000000011001101010011
+0,18,95,522,0100011111100011011000110011001000111111000011000101100110001101101100001101101100000010111001111010
+0,18,96,531,1111011001110111001100101110011110111011010111100110100101101011101110001000000001110000011000011001
+0,18,97,521,1111011001110111001100101110011110111011010101100110100101101011101110001000000001110000011000011001
+0,18,98,-549,0111011111110110000100001110101110111011010110101101001111000000101100100100101010010111011001011001
+0,19,0,540,1110011011110111111111010011111111110011001111100010100111110000100100100100001000010000111100011100
+0,19,1,484,1111110010110111011000001111101111110101001110100010011011000111000100011110001010000000011001010000
+0,19,2,538,1111111111100111010101100111101011111001010110110101000101101000001100100001001010010100011101011001
+0,19,3,539,1111010111111110000000011011001111110110000110101111111110101100100110101100010000010110001001011000
+0,19,4,496,1110011010010111101100101010101110101011000011011010100101000010011000101100001111000100010100011101
+0,19,5,-550,1111111000010111101110001011101011111011100110110110010010110000100100101110001110010110011100010001
+0,19,6,535,1111000111010111111100100011000100110011001100100011110111011100111110101100011100000010011001000011
+0,19,7,480,0111010111110111101100001010101001111101111100001010111100000011001000001110001010000011001100110000
+0,19,8,-568,0111011111110101010000011011001110111111000111100111100111010100101100001000111110010010001011110001
+0,19,9,454,1111010111110111101100101010001100110010001100000111011111101110000100101000000000010000001000111010
+0,19,10,-560,0111010110110111101000010111000110111111111000100111001011001111010001111001100100010110010100011010
+0,19,11,501,1101110010110101101100101010011110110111001011100110000101011100100100001100010000010010111001011001
+0,19,12,-560,0111110010110111001010100111001110111011000100101110101111110011100100001100111110000110010101011000
+0,19,13,523,1111111111111011100100101111100111110110101101101101011111001100100000000000000000010110011101011000
+0,19,14,516,0111010011110111100110101011001110111011010101101100001111011001100100101000100100000010001001111001
+0,19,15,-554,1111111100110011100000101110001111110110001110100111101111001101101110001000010001010110011101010000
+0,19,16,503,0111111111110001101100011011101101111111011110100010101111100110001100001100100010010010000000011000
+0,19,17,535,0111010001111111111000001110011111110111000101000110001101110110000001101101001000010000111101011001
+0,19,18,473,1111110010010111000100001011001111110000000110001010011110101111101100101100001011000100010000011000
+0,19,19,-548,0110110010110111100100101111101111111001000111100110001101110100001110000000101110000110011001011101
+0,19,20,456,0101110010011011111100111111001101110001000110000010011110010000100000101100000010001110001100011100
+0,19,21,463,0100110111111111011001110011000110110011000100001100110110000001010010111001100100000010001101010001
+0,19,22,524,1111011111110101011100101010001110110011010101100110111110100001001100101000100001000010011010111001
+0,19,23,493,0111011101110111100101101011101100111001010110100110101111001000101111101001000000010010001001010000
+0,19,24,471,1111011101100011110010001110001110110011111100100000101101100100101110101000000000010010011001000011
+0,19,25,-552,0111010111110111100100101011000110101011000111100110101111001001100110111000100001000010101101111001
+0,19,26,535,1111010111110111101100100010000110110101010100110111100011011110000001111000010001010110011001011001
+0,19,27,-559,0111010111100101101100101010010111111111111011100110000101001010011000101100100110010100011000111011
+0,19,28,473,1111011111100111001100001110001101110011110011101010111010011100101000000000001000000010011001010110
+0,19,29,-594,0111011110110111101100101101111111111001100101100100111101100110000101100111001001001010000111111001
+0,19,30,-577,1111111010000011111010001011101110111011000010100010111011110100100111101000000110000110111101001111
+0,19,31,436,1110010110110111100100001111000010101011101101010110000100000000100100111010001000000010011100011001
+0,19,32,-566,0111110111111111101110100011001100110011010110101110101111100010101000001101101010010100011101011000
+0,19,33,539,0111011101111101001000001110111111111111100101000110111111110110000101100100101010010010010000011000
+0,19,34,529,1110111110010111101101001011101010111011000010100110010110010101100110001010010110000100011100011101
+0,19,35,528,0111111011110011100000001111101111111011001101010110001011110010000001101100001000000110010101111001
+0,19,36,522,0111010110110111110110101111101111100011011110100110010101101110001100001111101000000010010000011000
+0,19,37,521,1111011011110011011101100101101011110011000111110100000111001111000100001101010000010110011001110000
+0,19,38,525,0111111111111011011000100011101000111111001010100001100110001101001101001100111100000010011001011010
+0,19,39,-543,1100011111100111010100111011001100111110000101001110000110100011101100101101000100000100110101111011
+0,19,40,492,1111110010110011110100000111011111111110001000100101000111010101100100001010000110000110010101011000
+0,19,41,519,1101010110110011000000101110101111111011001110001000101111011100101110000100010100000110011101011000
+0,19,42,554,1111010111110110101101100011001111110111100110001011110101101010101100101110001000010110001000011001
+0,19,43,503,1110111101011100010100011111101011000010010100110101011101110000100100100101000000010011011011111000
+0,19,44,497,0111110111110101101100101010000100110011000001100110000100111110010100101100010100010010011101011001
+0,19,45,-576,0111010110110111101110101011001110111111111111100110001011011101100001011000111000000010011000111001
+0,19,46,511,1111011111110111001100001110011110111011010110100110100101011100101110001000110010010000001000011001
+0,19,47,521,1111010001110101100000111010011110110110000101000111101111101011101100101000000001110000011010111000
+0,19,48,500,0111010111110101100000010110011110110100000111000110101111010100101100011000010010010000001111111000
+0,19,49,466,1101010111110111101000011011100110010111000110100101101111001110000100100000100010000110011000011000
+0,19,50,-536,1111010101010001101100100110000111110011101111000010111110010110110000101100100000010111011100011001
+0,19,51,475,0110111111101110001100100011001111000011100100001111101101100011001100000110001000000010010011111000
+0,19,52,530,1100110010010111111000010111110110110111001000100101111111100000100100001101000100010100111101011010
+0,19,53,537,0111111011110111101000110111001110111101001100100111001101001101100100001000000010000111010101011011
+0,19,54,486,1111111010111111011001000111100101110011000111100010010010001100001101011100010010000000101010111000
+0,19,55,498,1100110011110110111010110111111111110001001111100000100011000000100100011101101010010010010100010100
+0,19,56,503,0111011111111111000100000000101110110011010100101100011111100000101000001101101001010111000001011001
+0,19,57,-582,1111110111110111101110101111001110010011100111100110111011100110100000100100110010010110011101011000
+0,19,58,515,1111010111000111101001001011001110101011101100100110101101000100100110011001001000000110011101001011
+0,19,59,508,1111011110110001110110100111100110110011001100000010101111001100101100101100000010000010111100011010
+0,19,60,-565,0111110111110101101100101011001110111011000011100110001001011111110101001100010100010010011101011001
+0,19,61,508,0111010110110111101110101010000100110111111101100110000110111100000000111000111000000010011000111001
+0,19,62,471,0101111100110111100110101011101100100011000000110010101101100000101000101100000101010100011100110010
+0,19,63,540,1111010010010111101100010110101111111011100110001110110111000010011100101101001111000110010000010001
+0,19,64,518,1111010111101111011110001111001101110000000001100001110101110100100100101111100000000010011111100001
+0,19,65,487,0111110011010111010100100011101100111001000110100001001100111000101100001100001010001010111111010000
+0,19,66,525,0111111111110110001100001110101111110011000100101101111111000000100000100100101010010111011001011000
+0,19,67,-586,0111011111111111000110100111101110111001110111101110001111100010101100000100101010010110010101011001
+0,19,68,-606,1111111110110100101100111111000110011101010111000000111111001110000100011110000110010101111101111100
+0,19,69,406,1110011010110111010010100111101110100001000000100101011101010000101000100101000010000011011000001000
+0,19,70,480,1111111011111111111101001111101101110000000100100101000111111100000000001100000000000110010111100001
+0,19,71,-557,0111110111000011000100001111001111111011001010100010011101110111100110101100111000001000011101011001
+0,19,72,517,0111110011110111101000100111111111110011001101000101101111010101000100101001100110000100000101011000
+0,19,73,467,1101011110110111111100000010001111110001000000100100110101100100101100001100001100100110011001011000
+0,19,74,434,1101110111011111110100101111011110111001000000000000111101000010100100001100000010000110000001010101
+0,19,75,538,0101110110010111111100010011101110110001001100100110011110110101100010101101101010000100011100011001
+0,19,76,483,1110111111110111101100101011101000111010001010110010000010100000101101101000011100000110010100011001
+0,19,77,-568,1111111010011111010100001011101110111111000101001110010110010011000100101110000110000100011101011111
+0,19,78,478,1111000111010111000100101010001100110101000110100011101101101100000100101100011100000110011101010000
+0,19,79,536,1111010111101111101000100111001011111001000100100111111110010110101110101010010010010000011000111000
+0,19,80,531,1111011111100111111110001111001110100001001100100010101111100110100110110010001000000010111101001010
+0,19,81,496,1110010010110011110001001011100111111111101110100010101101110101100100101100000000000000011001011001
+0,19,82,538,1111001111110101101101001011011110110111000100000110101111011100100100101001010010010010001110011010
+0,19,83,507,1111010111010101100000110010101110110010001110000111101111001100101100001100101010010100011000111000
+0,19,84,554,0011111111100111100001101111101111111011001100100111001101110111000110001100010000000100010101111010
+0,19,85,522,1111011111110011101101000011001111111011001100100110000111110111000000001000010000010110010101111001
+0,19,86,531,1111110110111110011110110111101100111011000000000110110111000000101100101100000111010110011000110010
+0,19,87,450,0101110010110111100000010111111101110011001000100110111011101100000100001111000000000110011000010000
+0,19,88,474,1111010010110101111100101011011000110111010010100100000110010100111100011000000100110010101001011000
+0,19,89,-570,0011011111110111101100001010100110111011101111100110100011001110000001111100110001010110011000011011
+0,19,90,502,1111010110110011000000001011100101110011001111001110010111001000110000101100111010010010001100011001
+0,19,91,470,0111010111110111111100000010101101110011111100000010110100000001011110001100001000000011001101000011
+0,19,92,-553,1111110010010111101100001011101111111011000001110110011011011100110100000101101010000110011100011001
+0,19,93,505,1110111011010111100100001111101010111001001110001100110110110001100100101010001100000000011001011101
+0,19,94,-588,1111111111110111010100101011101110110100001100101010011110100111001101101100111110000110011000011001
+0,19,95,506,1111110010011111100100101111101101111010000110101010001100100011001100101000000100000100010101011111
+0,19,96,521,1111110011010111101100010111011111111011001000100101001101011101100100000101000000010000111101011010
+0,19,97,540,1101110010110111100000001111101110111101001100101110111111101101110100001100101000000100010001011001
+0,19,98,520,1111000010110111100010011111011110111011001000100111000100001101010110001101000000010100111101011010
+0,20,0,521,1111010010010111101110010110001110111011000000101111100111001111011110001101000000010110011000011000
+0,20,1,516,1111000010110111100000011111111111101011101110000110010100000000010100101101001110000100110101010011
+0,20,2,-548,1111010110111110001101010011101110111011000000101110000111110000001100101100010101010110010100111011
+0,20,3,523,1111111111110011111111100111001101111011001100000110110111000111100000001000000010010110011001110000
+0,20,4,536,1111011111100111101100001011001110111011111100100110111111100101001100001001100001000010011100001001
+0,20,5,503,1111010111010101011001101010001110100011000101100110101100000000100110111000001000000110011011111011
+0,20,6,-579,0011111111110111100000001111101110111111001100101111011111100101100110001100011000000100010101111010
+0,20,7,526,1101110010100111100001101111101111111001001100100111101101111111010100001100100000000100010001011001
+0,20,8,507,1011111111100111010001100111101011111011000100110111001101101010000110000001001000000100011101011010
+0,20,9,-585,0111111111100111100101101111101111111001011110100101000101110101001100101100010010010100010101111001
+0,20,10,516,0111011011100011011100100000001011111011011011100100000101001111001100001101100000010110011001110011
+0,20,11,-577,1111010111110101101101101111110111110111100111110110000111001010010000101101010110010100011000111000
+0,20,12,499,1011110110110111011100000111011110110001000100100110100101010100100010101101111010010000001100011001
+0,20,13,537,0101011111010111001100011010101110111011011110100110011110111101101110001000100010000100011000011001
+0,20,14,478,0011110111110101101001101010000110110011001000100110000100110110000100101100010100010000011101111010
+0,20,15,-573,0111111111100111100100101111101101111011000101100111001101111111010110001100010000000110010101011001
+0,20,16,463,0111111011111011010000000111101010111011001001000001000111010111000001001100001100000010010101111000
+0,20,17,-590,0111111111110011101000101011101101111111001110110110101010101000001101101100111000000110011001011011
+0,20,18,508,0101110010110101100000101011100100111001001001101110111101101100010100101100100100000010011101011001
+0,20,19,529,1111110111110111101100001110001110110111000100100110000110111111110100001100011000010100010001011001
+0,20,20,527,1111010010110011000100001011101101110001001111001110011110001010101100101100011011010100011100011000
+0,20,21,459,1111110110010111000000001011000111110010000110001010011111101101110000101100101010000010000000011001
+0,20,22,439,1101010111110111101000000011101110010011111100100000110101001100000110000000101000000011011101001000
+0,20,23,511,0111010111110111111100011010100101110111000110000111101110000011011100101100000010010110001000010011
+0,20,24,476,0111010010110110000000001110100111111011100110101111101101110000100000100100100010000111010001011000
+0,20,25,544,1110111111110011111101001011101111110111001100100000111111000101100100101100001000010001011001011001
+0,20,26,478,1111010110110101101100100011011100110101010110100110000010011100010000111000000101010110011001011000
+0,20,27,533,1111010011110111111100101010000010110111000000110101100111011110101101011000010000110010101001011001
+0,20,28,517,1111010111010111101100110110000110110011101111100010011110010100110000001100000000000111010101011011
+0,20,29,-564,0111111001110001101010100111001111111101001100000111101101001111100100101000100010010111011100011001
+0,20,30,546,1111111110110100101100001111101110111111000100000110110111011000101100101101000010010010001100111010
+0,20,31,517,1111000110111111011111110011011100110011000000000110101111000100100100101000010111010110011010010010
+0,20,32,490,1111011000110011100000001110111101110011011000100110111111100100100110001110000000010110011000010010
+0,20,33,431,0101110111100111110010010111001110110011101100100000101001101100001100101001000000000010011001000001
+0,20,34,447,0111011101110011110101000011111111111001010010100101001111000100100100001001000100000010000101011000
+0,20,35,524,1111110010110111100100101111001100111110001100100110100111011001101111101010000010010110001001010000
+0,20,36,545,1111110110110111101000101110101111110011001110000001101111011100001100101101010100000110001101011000
+0,20,37,512,0101010011110011000001100111111111111011001101001100101111010101100110000000110110000100010101011000
+0,20,38,-530,0111110011110111010100001110001100111001000100000001001101111110001101001100001010011010111101011010
+0,20,39,507,0111010001011111111000100011111111110111000111100110001100110000100000101101001000000000111111010001
+0,20,40,539,0111010111110011110000000011101101111011111100010110111001110001001010001100001000000111000101111011
+0,20,41,470,0111111011110111101100001110101111110011001101000010100110000010010101101100001000000010011101000001
+0,20,42,-549,1111000111110111000001001011011110110111000110100100111111011100100110101001010010010110001101011000
+0,20,43,517,1111011111111100101100011011001111110110000100001111101110101100100100101100010000010010001010011010
+0,20,44,451,1101010100110101100100010010001110110101000000100110110111101100101100001000000100100010011011011000
+0,20,45,545,1111011011110111111000111010011111110010000101000101101101100011101100101100001001110100011000111000
+0,20,46,-613,1111111111111011100101101111101111110011001101100101001111011110100100001100010000010110011101111010
+0,20,47,464,0011111111100111100000101111100111111110101100101111011101100101000010000000000000000100010101011000
+0,20,48,510,1111010111110111101000000111001010011001000110100101111110011110101110100000000010010110011000111000
+0,20,49,504,1101010111101111101000111011100111110111000100100111101111000110001100101010110010000000011000011000
+0,20,50,-562,0111111011111111101100111111001101111110000100101011001101001011101100001000000010000101010101011111
+0,20,51,491,1111110010010111100000100111101110111001001110101110001100100101000100101000000100000110010101011011
+0,20,52,-547,1110010110010111001101001011101100110100000011100010110101010101100100001111110000000110011111011101
+0,20,53,496,1111111111101111111110001111001011111011000000100101010110110100100110001010000110000000011100100001
+0,20,54,514,0111011111110111101001001110001110110111000110000110101111010101100100001010010010000000001111011100
+0,20,55,525,1110110110010101100100010011111010111000000111100110010110010100101110011000010110010100011100111001
+0,20,56,514,1111010111110111011100101110001110110011011001100100111111111101001100000000000000010000111110011000
+0,20,57,531,1111111011010101101100010011011111111011000100100111001100000001100100101101100001000010011001111011
+0,20,58,503,0111011101111111001000100111101001111111101111000000111110100111000101100100101010000010010000011000
+0,20,59,-561,0111111111111001011000001010111110111111000000100111100111011100001101001100111100010010011001011010
+0,20,60,507,1111111111111110011110100101101001111011001101000100010111001000000100101101010100010010011000110010
+0,20,61,517,1111010010110011011101110111101100110011000010110110100111000111101100001100000011010110010001110000
+0,20,62,482,1111010111111011100000101111101101111000100100101111011111001110100000000000010010010000011100011000
+0,20,63,554,1111111111101111101100100111000011110111001101100101111110010100101110101010000000010010011001111000
+0,20,64,545,1111001110110111101111011111111110111011001010100111000100000101110110001000000110000100011100011011
+0,20,65,516,1110110010010111100000001011001010111011000000100110010110011111000110001111010000010100111101011100
+0,20,66,476,1111010010110011111100000010100111111111111100000010110100100001010110001100000000000011001001011011
+0,20,67,525,0111010111110111110001001011101101110011101110100010101101010101101100101100001000000001011101100001
+0,20,68,497,0110111111011011101100101111101101111010001010010010001010010000110001101100011110000110010100011000
+0,20,69,461,1101110010111111111100111011001000110001000110100010010110100000101100101000000000001110001100011101
+0,20,70,517,1111010111100101111100110110101010110000011110100101001111101000101100100100001010010100011000111001
+0,20,71,520,1111111101010111000001100011101111110011000110010111100101001100001100001001101010010100011101011000
+0,20,72,479,0111011110110011110100101111101111101011001100100110010111100111000100001100000000000010010101011000
+0,20,73,-586,1111010111110111101111000011001111111011011110100110000101111110011000001011111000010110010000111001
+0,20,74,535,1110110110111111101101100011101110111011000000000110010111010001101110101110000110000100011100010101
+0,20,75,503,1111111110010010011110011111101000111011010010100110110010000100100100001000010111010010011000111010
+0,20,76,525,1111010011110111100000101111101110111011000101100110101111001000101101101000001000010010111100010001
+0,20,77,476,0101111100110111001101010011101100111101011110100100101111001000100110011101000000010010000001011000
+0,20,78,-560,1111010111110111101101011111011110110011101110100011000100101010001110001101001000010100111000011011
+0,20,79,514,1111000010110110100010100011001111111111000000001111110101001101110100101110000000010110001101011000
+0,20,80,-564,1111001111100111000100011111011110111010000101100110000110001001111110101101000000010100111101011011
+0,20,81,499,1100010010110111110010111011001100111111001000001111000100100111000100001101000100000100110101111010
+0,20,82,522,1111110010110111101100101111001110110101000110110111001011000111000001011110000011010000011001010001
+0,20,83,497,1111010111110111011000000010100111110101011100100010110011011110000100111000011000000110011001011000
+0,20,84,-593,1101110011110111000000110110111111111011001110111101101111011101101110000101010000000110011101011000
+0,20,85,446,1111010110010011101100001111001111111011001000000000001001011100100100000100000100010000111101011010
+0,20,86,488,0111010111110011100000100110101110110101000110000100101101011100101100001000010100010110001101111000
+0,20,87,520,1101010110110101000000011110011111111010001111001010101111010100101110010100010010000000011111011000
+0,20,88,480,0101010010110111010100000111101110110001001100100110011101110101100010100101000010000010011100011001
+0,20,89,450,1110111110010111111010110011101110100001000000100101011110010000101000101101101010000001011000001000
+0,20,90,464,1100110011110111101010010011110111110011000110100000100011000110000100110000101010000010011100011100
+0,20,91,500,1101010111110110111000111111101110010101001111100101101111001000100100001101100010010110010000010000
+0,20,92,-573,0111110111000111111110010011001110110001001100100110101110100110100110101110101010000010111101011001
+0,20,93,486,1101011110110111111100001111101110100001001100000010011111110101100010110001001000000100011100001010
+0,20,94,531,0111010011110011011100101111101011110111111111110110000111001100000000001001110000010110011000110001
+0,20,95,491,1111011110100111101111100000000100110011000101100100000110111111000100111100011000000010011001111000
+0,20,96,473,0111111111010111001100001111101111110001000100100101011110100000100010100100101010000100011001011000
+0,20,97,-577,0101110110110110111100010010101110110011001100101110111111010101100000101100101010010111011100011001
+0,20,98,-587,1111010111100111101000100111001011110111100110001011110111101110101110101010011010010010011000111000
+0,21,0,-553,1111000010111111110010110101111001101011101110000110010100001000010100101101001110000110111100110011
+0,21,1,470,1111111111110110001100001111101111111011001101000100010111000000000100101101010100010000010001010010
+0,21,2,494,1101110110000101101000011011100110110000000101100111011110000100101100101010110110010100011000111000
+0,21,3,535,1110010111111111100100110011111011111111000110100110100111010110001110011000010010000000011100011001
+0,21,4,479,1110010011110101110000101010001110101011000000100111100100000011000100101001000100000100111101111011
+0,21,5,544,1101010110110111011011111011001100110111001101001110001100100100100110011100001000001110010011111010
+0,21,6,543,1111110110110111100100100011101110111011001000001110001111000101101100101110000100000110011100010111
+0,21,7,483,1110110010011111101001100111101110111001000110100110010100110001000110101000000110000100010101011001
+0,21,8,444,0111011101011111001000100111111101110111100111100000001110110000100100101100001000000000010110010000
+0,21,9,-566,0111010001111111111000100011101011111111001111000110111100100111000001100101101010000010111001011001
+0,21,10,497,0111010010110011001100001011101101110001101111000110000110001000000100101001111011010110011100011000
+0,21,11,547,1111010011110011010100101111101011110111011111111110011111001110101000001100010000010100001000110001
+0,21,12,460,1111010110110101000000001010001110100101000100100110101101000100100100111000000100100010011011111010
+0,21,13,472,1101010101010101111101110010001100110011000001100110110110101000101110001000000000000110011011011001
+0,21,14,-575,1111111111111111101101100111000111110011000101000111110111010001101110101010000010000010011101011001
+0,21,15,534,1110111110101111101100100011101010111111001000100100011110010100101110101110000100010110011000110100
+0,21,16,510,0111010011100011011000100000001110110011011111100100000100001101001100111100001000000110011011111011
+0,21,17,523,1111011111010101011101101010001011101011000001100110101101000010100110001001100000011110011001110011
+0,21,18,531,0111110011010111101100010111001110111011000100100011001100000110101101001101000000001010111101111010
+0,21,19,530,1111111011110101010100001010011101111001000100000101001101111001000100101100101011010010011001011011
+0,21,20,457,1011110110110101001100100111011110110101010110100110100000011100100010101100010001010100001000011000
+0,21,21,514,1111010110110111111100000111011100110001000100100110000111010100010000111001101100010010011101011001
+0,21,22,517,0101110011110101101000000011001101111011000000100111111101101101100100101100100001000011011001011001
+0,21,23,536,1111111010010101100100111011110110111001001101101110001100000000010100101101100100000010011101111011
+0,21,24,543,1111010011110011000001111111101110111011000110100110100111001011101100101000000010010110110101110000
+0,21,25,484,1111010010110111111100100111101100110011000001110110101111000100101101001100001001010010010000010001
+0,21,26,537,1111110111110111110111000011101101111011101100100110111111010111100000001000000000010101011001100001
+0,21,27,511,0111011111110011111001101111001101110011001110000010100101000101101100101100001010000010011101110000
+0,21,28,-605,1111110111110111101000101110001111110111000100100101000111111111110100101101010100010110011001011001
+0,21,29,477,1111110110110111101100001111101110110011001110000010101110011100001100001100011000000100000101011000
+0,21,30,477,1111110110110111001100001010001110110011010000100100011110111111000100001000000000010000111111011000
+0,21,31,-553,1110010011010111110000101111001010111011001001100110110111011101001110000111010000010100111100011100
+0,21,32,499,1111100010110111110000111011001101110011001110000001111111001000001100101101000100000110001101011000
+0,21,33,508,1101110110111111101100101110101010110001000110100010000110110100101100101000010000001110011100011101
+0,21,34,541,1111011111010111101101010111001111111011001010100110010100010100110100001100000100000111011100011011
+0,21,35,530,1111000110110111101110111110110110110011101111100011001110000101110010001000000010000100010101011011
+0,21,36,468,0111010010110110000100000110101110110001000100101110011101110100100000100101000010000111010101011001
+0,21,37,488,0101010010110111010000001111100111111011101110100111101101110001100010100100100010000010011000011000
+0,21,38,467,1111110111100111111000001111001011011001000110100101111110010110100110000000000110000000011000110001
+0,21,39,539,1111011111111111101110000111001010111011000000100101010110111100101110101010000010010110011100101000
+0,21,40,534,0101110111101111101100111111100101110110000100101011101111000110001100101000010010000100011101011100
+0,21,41,532,1111011011111111101000111011001111111111000100100111001101001011101100001010100010000001010000011011
+0,21,42,-564,0111110111010101111010011011001111010011001101100101101111100011100100101100001010110100111000011001
+0,21,43,538,1111011011100111111100110010011110110000000100000110101100100110101110101110101001000010011101111000
+0,21,44,-578,1101110111110011110010101111001101111011000101000110101111001111101000101000000010010110111101110001
+0,21,45,478,1111011011110111101101100111101110111011001100100110110111000000100101001000001000010010111000010000
+0,21,46,465,0111010011110111100001101111001100101111000100000110100111010001100110001010010010000100001111010000
+0,21,47,-574,1111111110110111101100001110001110110110001110110110101111011101101101101010000010010010001001011100
+0,21,48,-566,1111011111110111100001001011001111110011101100100110111111010101101100101101100001000000011100101001
+0,21,49,503,0111010111100111111100001011111100111011111110100010101101100101001100001000001000000011011101000001
+0,21,50,466,0111011101010011110101100011111111110001000010010111001111001100001100001001001010000010000101011000
+0,21,51,501,1111111101110111000001000011101111111011010110100101100101000100100100001001100100010100011101011000
+0,21,52,528,1111110110110111101101101111001101111111001100000110110111010001101101001000000010010110011001010000
+0,21,53,534,1111111011110011110110100111001100111010001100100110100111001111100010101010000010010110001001110100
+0,21,54,437,1111110011010111101000100111100110111011001100100110101100000101000100101010100000000110010000011000
+0,21,55,-549,1101010110101111100000111011101111110001000110101111001111100110001100101000010110000000011101011011
+0,21,56,524,1110110011110011111101101010001110110111001100100101100111010101100101001100001000010000111001011001
+0,21,57,553,1111011111110111111100001011100011110111000000110000111111001110101100111000010000110011001001011001
+0,21,58,541,1111010110110011111100111110101110111011001000101110000111000111011110001101000000010110011100011000
+0,21,59,452,0111011010010011100110000111001111101011000100100111110111101111000100001100000000000010010001011000
+0,21,60,533,1111010111110111011100001111001110110001100111100110100111011100000010001101111010010000001100011001
+0,21,61,497,0011110010110011011100100111111011110111011100110110000101000100100000101001110000010110011000110001
+0,21,62,522,1111010010110111100000101110011110111010000100100111100100010001101101101100001011110100011001011000
+0,21,63,536,1111111011110111111100111011001101110110001101000100101111101011101110101010000000010110001000110000
+0,21,64,492,0111010110110111111000011010100100111011000010000111001110000011011110101101010000010100101101010000
+0,21,65,-535,1110110011010111100100001011001011110111000100100110110110011111000100001110000010010110011000011111
+0,21,66,523,0110011010110111110100101001001010111011011011001111000100101111000100001101000000010100010101111011
+0,21,67,492,1101010011100011011010110010001101111111001000100100000101000111001100001101100100000110111001110010
+0,21,68,510,0111110011010101111100011011100101110011010100100111101110000011100100101100000010000110001001110011
+0,21,69,553,1111011111110111101100010010011111111111000110000111101100000001011100101101100001010010011000011011
+0,21,70,502,1011010110010111001100100110010110110011100111100110111111010100110000001100111000000001000100111001
+0,21,71,529,1111110111110111111100010111001110110001001100100010000100010100100010101101000010010100111101011011
+0,21,72,498,1101011010110111111100000111101110110001001100000010011101110101100010110101001010000000011100011010
+0,21,73,474,1101010110110111010100001111101110100001001100100110011111110101100010100001000000000110011100001001
+0,21,74,-547,0111110110110111100000101111101111111001001000100101001101101101010100101100010010010100010101111001
+0,21,75,-546,0101111011100101100101101011100100111001011111101110110101110100001100101100100100000010011101011001
+0,21,76,495,1101010010110001000100001111011111111011101111001110000111001100000100011101110000010000011011010000
+0,21,77,-567,0111010111110111011000111110101011110110011111110010111111010100101010000000010010000110011100111001
+0,21,78,-596,1101110111110111101100011010101110110111000100100110110111110111110000101100101010010101011001011001
+0,21,79,510,0111110110110110111100000110001110110011001100101110001110011101100100001100011000010110010100011001
+0,21,80,518,0111011011100001111100100011101110111011010100100100000101011100101100101101100000010010011000111011
+0,21,81,544,1111111110110110001100001100001011111111001011000110110111001011001100001101000010010110001101110010
+0,21,82,496,1111000111110011100001100011011110111011000100100100110011001101100000001001010010010110001101111000
+0,21,83,565,1111111111110111011111001111001101110111001110000110111111010110100110101000000010010110011001010000
+0,21,84,520,1101010010110011100000001111111111101011001111000100111110010000000100101101101110000100110101011000
+0,21,85,521,0111000011110111000001110111111111111011101100001110000101000101110110001000010110000100010101010011
+0,21,86,502,0111110010110111100100101011001100111100001000101110110101111100100101101000100100010110001001011000
+0,21,87,-540,1101110010110101100000101111100100111011001101110110101111001001011110101110000010000010011101010001
+0,21,88,488,1111011110100101111110100110000110110000000111100100001111101001000100110100011010000010011001111000
+0,21,89,516,1111010111100111101101110000101000110011011101100101000110111110101100101100001000010100001000111001
+0,21,90,525,0111011111110011110100101111001110111011011100100110110111100101001100001100100001000010010101001001
+0,21,91,490,1111011110100111101100001011101111101011101100100110011111100111000100001001000000000010011100011000
+0,21,92,-551,0111111001110111100100101111001111111111000100110111100101001001001100001001000010010100011101011011
+0,21,93,544,1111111111011111001001110011101101110010000110001011001101001110101100001001101010000101010101011100
+0,21,94,524,0011011111010101001001101110100110101110101100100111011100100001100110001000001000000110011101111011
+0,21,95,456,1111110111100111110000101011001111110011000101101110101101000100000010110000010000000100010011011000
+0,21,96,493,1111110010110111001100001011001010110011000110100110001111001101010000111110000011000010011000011001
+0,21,97,486,1111110110010111110000101111000111110100000110011011011011100111100001001100101010010000000001010001
+0,21,98,509,0111010000111111111000001111111111110111001110000110000100000000110100101101001110000000110111010001
+0,22,0,532,1111010011010111000100101111001111111011001010111110011111000100100000001100010100000111001100110011
+0,22,1,556,1111011111110011111101010111101011110111011111100110010100011110111100001100000000010100011000011001
+0,22,2,-590,1111111111101111101101100011001111111111001010100110010110010100110110101100000100010111011000111010
+0,22,3,479,0110011110010111101100010111101010111011001000100100011100010100101100001110000100000110011100010101
+0,22,4,493,0111011011111111101101000111100111110011001100100010100111000110001101001000011010010010011001010000
+0,22,5,498,1101110111100111101100111111101100111110000100101111111111000000100100001000000000000100111100011100
+0,22,6,522,0111000110110111101100111011100010110011011111100111001110100101010010101000000000000100010101111011
+0,22,7,544,1110011010110111110110101100011110111011101011001011000100001111100100001101000010010100010101011011
+0,22,8,553,1111011011110111111101110011001110111001001100000110101100100110100110101110101001000010111100110000
+0,22,9,465,1111011011100111101100100110111110110010000100000110110111000000111101001000001000010010011001011000
+0,22,10,506,0111010110100111001100001011111111111011101100101110000101000101110110001001000100000010011100011010
+0,22,11,505,1111001011110111100001110111101111101011101100000110011111100111000100001000010010000100010101010001
+0,22,12,-586,1111111111111111101111110011001110111010000100101011001100011100101110101011100010000111010101001100
+0,22,13,498,1111011111011111001000000111101001110011000010000001010111111110101100001000001010010100011100111000
+0,22,14,476,1111010010110111011100000111101110010001000001110110101111000100100011001100101001010010010000011001
+0,22,15,546,1111010111110111111100101111001100110011100111100110100111011100001100001101011010010010001100010001
+0,22,16,-581,1111010111100111100011111110010110110011101101100011101010001101110000001001010010000110011101111011
+0,22,17,452,1111000110110011101100100111111110111011000110100100010111000101100010001000000010010100000101011000
+0,22,18,-565,1111011111110111111100001011100011110111000000110000111111001110101110111000010000110011001001011001
+0,22,19,553,1111011111110111111100001011100011110111000000110000111111001110101100111000010000110011001001011001
+0,22,20,519,0111010100100011111100101110101110110011001010100110000111000111011110101101000000000110011001011001
+0,22,21,526,1111010011110011011000110000001110111011011101101100000100001101001100011100001000010110011110111010
+0,22,22,-553,1111110111110111101100010011011110110011001100000110100100010100010110101101100000010010111101011011
+0,22,23,523,1111011101110111111100010110001111111101000110100011001100000001101000101101000011010100011000011011
+0,22,24,-545,1111010011100111111100100010011110111100001000001110110101101110101101101100101101010010001001011000
+0,22,25,473,0111111011110111100100111011001100110000000100100110101100110100100110101000100000000110011001111000
+0,22,26,529,1111011010110111110100101010101110111011001010001110000110101111011000001101000000010100011101011010
+0,22,27,529,0110011110110011111100111101001010111011011001101111000101000111000110001101000000010110010100111001
+0,22,28,527,1101010111111111100000111011111101100011000101100010111110010100001100101101001000000100011101011010
+0,22,29,521,0111100011000111101100110111100111111110100110101111001101100010000000101000010010000100111101010101
+0,22,30,569,1111111111110111011110001111001101110111001110000110111111011011100110101010000000010110001001110000
+0,22,31,532,1111111011110111111101111011001101110110001101000100101111100110101110101000000010010110011000010000
+0,22,32,513,1111010111100111101100010001101010100011111101100110011111110110001100101001001000000000011100011001
+0,22,33,493,1111011110100111101101101010101101111011001100100101000110101111100100001100000000010110001000111000
+0,22,34,-599,1111111110110101011100001000001101111111000011000100111101111011001100101100101011010010011101111010
+0,22,35,461,1111111011110110000100001110011011111001001100000111000111001001000100001101000010000110001001010011
+0,22,36,470,0101011111010011111001101111001101110011101111100010000111010001101100101000001000000010011100010000
+0,22,37,472,0111111101111111001000100111111101110111000110000000101100100100100100101100001010000000010111110000
+0,22,38,-531,0111110111010101110100110010001100111011000000100011011110000000101101001100000001001110111111011011
+0,22,39,479,1101010001010111101101010111001110110011000101100110100100101110101110001001000000000010011001111000
+0,22,40,438,0111010010010011000100001011101111110011001101000111010111101010000100001101011000000010010000011000
+0,22,41,524,0111011010110011101110000111001101101001100110100110100110001101000100101100100011010110011101011000
+0,22,42,-571,1111001010111111101000111111011111111011100110100111001111001011101110001010000010000101010000011011
+0,22,43,499,1111010111110111101110111110100110110111001101100011001100000101110000001000100010000000010101011011
+0,22,44,474,1111010111100111111000011010000001011011000010100101101110100011010110001101010100010100101000010001
+0,22,45,496,0111110110110111111000001111101110111001000110000111011110010110101110100000000010000000011101110000
+0,22,46,499,1111011010110011101101110110110110111011001101100111111111000001100100001000000000000110010001011010
+0,22,47,496,1111000011110111101110101111101110110011101110100010000110000100110011001000001010010000111100010001
+0,22,48,491,0011011011110101101001101010000010101110001111001111010100101001000110001100000000010100010101111011
+0,22,49,-547,0110011110010111010100101101100110111011111000100111001100100111100100001001001000000110011101111011
+0,22,50,528,1111011010100111111100100011101110110000001100000110011100100101101110111100101001000000011100111010
+0,22,51,496,1101011011110111111100010110011110110001000100000010101101110100100010100111001010000010011101011000
+0,22,52,459,1111010110110110100100000111111010101011000100100100111110111000100110101000001010000100010100101000
+0,22,53,-593,1101011011111011101010001111001111111011001011000101010110010100001100101111100110010110111101011000
+0,22,54,414,1111010110110111001000001010001110100001001100100010101110011100001100011000011000100000010001011000
+0,22,55,523,1111110110110101100100001111101110110111000110000110101101000100100100101100000100000110001111111010
+0,22,56,-576,0111010011100111101100110011110110110011000111100101101111010101100010101100100000000110011101111011
+0,22,57,483,1111001110110001111110101110101110111011111100100010000100001100111100001001000010010000010000011011
+0,22,58,417,1011111011110101101101100111011110111001010100100110100001001000100100001000000000010100011000011000
+0,22,59,532,1111011110110111001101100111101110110111001110100110110110010100100011101100011001010010101000010000
+0,22,60,-575,1110110011110011011000111001001111110110011111000100000111101101101100111100001000010110011011110010
+0,22,61,460,0111011011100111111100100011001100110011001101100100101100001011001110100010000000000110001000111001
+0,22,62,531,1110110001110111111101001110001110110111001100000110100110010000110101101101001100010000111011010001
+0,22,63,520,0111010010111011111000101111111111110111001110110101000101000101100100001100001010000000110101011001
+0,22,64,-547,1110111011110011110100101000001110110111011111000111100111001101000100001100000000010100011101111011
+0,22,65,500,0110010010110111111101101011001010111011001000101101000100110111100101001101001000010000110001011001
+0,22,66,535,1111011010110111010101001111100111111011001110100110111101110011100110100100100010000010011000011000
+0,22,67,518,0101110111110111011010001111001101110111101110000111101111010100100010101000000010010110011001010000
+0,22,68,-572,0111111011100111011000000000001110111011001110000101001100111101001100101100101011010010011011111011
+0,22,69,488,1111011011110001010100101010011101110001010101100100000101001001000100111100001010000110011001011011
+0,22,70,527,1111011110110111110001100011101110110001000100000010110001110101100010111001001010010010001101111010
+0,22,71,467,1101000011110011101100000111011110111011001100100100011111001101100000000101010010000100011100011000
+0,22,72,532,1111010110010011101100111111001111111011001000100110000100010101011110001100000100010111011100011001
+0,22,73,564,1111011111110111111101010110101110111011001010101110010111000110110100001101000000100110011100011010
+0,22,74,465,1110111010010101101000111011110110111001001100101110001100000001000100101100000100000000011101011011
+0,22,75,-554,1111110010011111100101100111101110111001000111100110010100110000010110101001100110000110010101111001
+0,22,76,510,1111010011110111111101000111101110110011100110100110110111010100100101001000001000010010111100010000
+0,22,77,501,1111011111110111001100101111001110111001001101100110100111001000000010001101111010010000001000011001
+0,22,78,524,0111011011101111111000101011001110111111010100100110001101011010101000101010100010000000011000111011
+0,22,79,507,1111011011110001101000110011101111111011000100100101000101001101101100001101100000010011010000011011
+0,22,80,528,1110110111010111001100001110001011110111000001000110110111011011001100001101000010010110001101011010
+0,22,81,537,1111111010110110100100001001001011111111001110100110110110001111000100001110000010000110011000110111
+0,22,82,524,1110110011110011111101101010001110110111001100100101100111010101100101001100001000010000111001011001
+0,22,83,524,1110110011110011111101101010001110110111001100100101100111010101100101001100001000010000111001011001
+0,22,84,480,1100110011010111101001100110001110111111001010100100010100100101001110001000000110000110110101010010
+0,22,85,495,1111010010101011011010110011101101111001000100100110000101010011000100101101100100000100011001111001
+0,22,86,461,0111011011100101101101100011101110111011010100100100100101010000100100001100000000010011011000111001
+0,22,87,-564,1111011011110011111100100111101110111011001100100110010111001100101101101001101000010010111000010110
+0,22,88,509,1111110111110111011101001011001001110111001110100110011111000110110000101100000010000110011000010001
+0,22,89,538,1111111010110111001110001111001110110011000110000110001111011101000110111010000011010010011001011000
+0,22,90,-537,1111010110110111011100000011011100110001100110100110000111001100000000101001101111010110011101011001
+0,22,91,474,0111010010110011101100001111101101110001001101000110000110010000010100111001111000010010011100011000
+0,22,92,508,0111111110100111101100001011001111101001101000101110110111101111000101101000100100000010011000011000
+0,22,93,498,1111010010110111100100101011101100111110001100100110011101110100100100001001000000010110011101011000
+0,22,94,-594,0111001010111111110000100101111000111011111110001111010100001101010100001101100100010110111100111011
+0,22,95,495,1110010010110111110110111001001011101011001011000110000100101010000100101101001010000100010101110011
+0,22,96,445,0111010010110111111100101010000100111100001010011110100110100010000100101000010100010100101101010000
+0,22,97,-559,0111110110110111100000011011101100111011000000100111011101011101111111101101100000010110001001011000
+0,22,98,462,1111110111010101101000101110000111100010101100101110111100000100100010010000000000000110011011011001
+0,23,0,492,1111111110100111111100001111001100110000001100000110111101001011001100001101000010000000001101111010
+0,23,1,-555,1110010011010111001100100010101011110111000001000110010110110101101110111100101001010110011100011010
+0,23,2,541,1111011010110111111101100010101110111011001000001110101100100110100000011101000001010110111101010010
+0,23,3,554,1111011011110111110100111011001110111001001110000110000110101111011110101110101000000000011100111000
+0,23,4,437,1111011110110111110000100111001110111001000100000010100001000100100010111101001010010000001001011000
+0,23,5,-598,1111011111111111001101101011101110110001001101100110110111111001000010001001111010010010001100111011
+0,23,6,513,1111011110111111000001111011101101100011000101100100110110010100101000101101001000010010011101011000
+0,23,7,526,1101010111110111101100100111111110110110001110100010111110010100000111101100011001000100101000010010
+0,23,8,473,0111000010110011101100111011100100110011001101000111001110110100010000111000111000000100010100011010
+0,23,9,515,0111010110110111101100001011101011110001011111100110000110000001010110101001000000010010011101111001
+0,23,10,533,0110110111110011101100101010001111111111001000100111100111011111101101101100001000000010011000011000
+0,23,11,511,1111111010100111111101001011001110100001101100101100110111100101000101001000100100010000111001011001
+0,23,12,516,1111011010110011111110001111100111111001001110100110100101110101000100100100100010010010011001011000
+0,23,13,-543,0111011010110111000101000111001101101011100110100110111110001011100110101100100011000110011100011000
+0,23,14,489,0011010111100111011101001011001101110011001100100100111110000111000110101110000010000110001000110001
+0,23,15,482,1111111011110111111100101011001000110111001111100110001101001010111000100000000000000110011000011001
+0,23,16,527,1101010011111111111101110111101101110011000100100010111110010000101100101100001000010000111100011010
+0,23,17,513,1111010111110111100000001011111110100011100111100110110111010100000101001001001000000110011101110000
+0,23,18,-576,0111010110101111110000011011001110111011010000100111011101011111111001101100100010010100001000111011
+0,23,19,507,0111111011110111101000101011101100111111000100100110001101011000101110101011100000000010011001011000
+0,23,20,543,1110110001111111111101100110001111111111001100000110000110010100110110101101001100010000011000110011
+0,23,21,-578,1111111111100111101101001011001110110111001010100110110110010000110101101100000100010111111011011000
+0,23,22,452,0110010010110111001101100111101010110111001100100111000100010101100101101100001001010000100000011000
+0,23,23,557,1111011110110111111101101011001110111011001010001100110110110110100011001101001000010010111001010001
+0,23,24,534,1110010111110111101110111110111110111111001011100011000100000101110100001000100010000100010101011011
+0,23,25,518,1111011010110111110110101100000110111011101101001011001100001111100000001101000010010000010101011011
+0,23,26,455,1111011010111111101000101110101101111011001110100101000100001101100100001100000000010100101000011000
+0,23,27,544,0111010110100011111101101011111111110111001100110101000111100111100100001100001010000000010101111001
+0,23,28,-579,1111111110110111111100010101001010111011001011101111000111000110110100001101000000100110011100111011
+0,23,29,532,0110011111110011111101111110101110111011011000101110010101000111010110001101000000010110010100011000
+0,23,30,537,1101010111111111100100101111001101110011000111100110101011010100001100101101001010000000001101011011
+0,23,31,525,1111010111110111111000111011111100100011100101100010110110011100001100001101011000010110011100010000
+0,23,32,-578,1111011111100111111001101111101010110111001111100111011100011001111100001000001000010100011000111011
+0,23,33,475,0011011111110011010101010011101111110111010101100110000101100110000100101100010000000100010101011000
+0,23,34,449,0111010010111111111101000111100111110001000001110110101111000100000101001000001000010010011001010000
+0,23,35,520,1111011011110111001100000111101110010011001100100010100111000110101011001100111011010010010000011001
+0,23,36,-571,1111011111110011111100001111100011110111010101110010111100001110101110111100000000010011001001011001
+0,23,37,550,1111011111110111111101010011101011110111001010100100010111011110111100001000010000110100011000011001
+0,23,38,507,0111010110110111011100001011101111111011101100101110001111000101110110100001000000000000011100011010
+0,23,39,495,0111110110100111101000001111111110111001000110000111010100010110101110001000000110000010011101110000
+0,23,40,526,0111010010100111000100101010101111111011001110101110000100101101011110001101000000010100011101011010
+0,23,41,509,1111011110110111111100001011111110111011101000001110000111000111110000001001000100000010011100011010
+0,23,42,502,1111111101111111101100100101111111111011000111001001001100100100100100000100000010010100010101010011
+0,23,43,483,0110011010110110010010101110011100110111101010000010000100001111100100101101001010000000010111111000
+0,23,44,541,1110111110110011111110111111001010111011010000000111000101010111000110101011000001010010010101011001
+0,23,45,-540,0111011010110111001100001101001110110011001111101110001111001101000110011100000011010110011000111000
+0,23,46,522,0111010010100011101100101010101100110011001010100110000101110111010110101101100000000110011001111001
+0,23,47,455,0111111101110111110100111111001110110000000100100110101110000100101110101000000000000110011001001000
+0,23,48,541,1111001011110111101001110111101111101001101100000110111111100111000100101000001001000110011100110000
+0,23,49,504,1111011011110111110101110011001110111011001100000110001100100110100110001110010010000000110101010001
+0,23,50,531,1111001011110111100100111111101110110011101100100010001110100101110011101000010010010100110100010001
+0,23,51,483,1111000011110111101011100111101111101011101110000110010111000110000100001000001010000000011101010001
+0,23,52,531,1111111010110011010110101110001101110011010111000100000101011101000110111100001011000110011001011000
+0,23,53,490,1101011011110101001100001011011110110001000100100110001111001001000100111000000011010010011001011011
+0,23,54,-556,1111001011110111111110100110011110111011001010101001011110001111100000001101010010000100011101011001
+0,23,55,442,1100010010110011100100001101011110111011101101000110000101001101100100000100000010010100010100011010
+0,23,56,495,1111010011110111100111111111100110100011001100100010011111000111010000001000010010000100010101010011
+0,23,57,509,1111001111110111101000110110101111111111101101000111001100100101100100001000100010000000010101011001
+0,23,58,527,0111010111110111101100101111001100110011000101100110100101111100101100001100110000010110001101010001
+0,23,59,501,1111111011110111110100111011001100110001100110100110101110010100000110101001001010000010011000111000
+0,23,60,531,0111011110110011111100100111101010110111011111100110000101000110111110001100000000010100011001011001
+0,23,61,544,1111010101100011111101011110101111110011001010100110010110011111011100101101000000000110011000011001
+0,23,62,495,1101111011010111101101111011001101110110001001000100010101100101101110101000000010010110011100010000
+0,23,63,523,1111110011110111111001100110001110111111001110100100101110100110001110001000000110000110110001010010
+0,23,64,539,1110011111110011101100111011101010111001010001100111000101001111100100001101000000010111010100111001
+0,23,65,488,0111011010110001111000110101001111111011001100101101000101000101001110001101100000010010010000011011
+0,23,66,449,1111110010010111101000000111001110110011000010100110000100100101001110111000000010010010010001011010
+0,23,67,-559,1100111011110111001111101110001110111111000110000100011111011101000110001010000111000110111101010000
+0,23,68,514,1111011111110101101010001111001111110111001110100111110111011001100110001100000000010010000000110010
+0,23,69,-585,1111111011110011011100110011101101111011000100000100001101011111101101101011100000010111011001011001
+0,23,70,499,1111010001110111111101001111101110110011100100100110110111010100100101101000001100010000111000010000
+0,23,71,542,1110110011110111111101000110001110110111001110000110100110010000110101001101001000010010111111010001
+0,23,72,-573,1110011010110011111110101111001101101011100011000111100110001001100100101100100010010110011101011011
+0,23,73,475,0111011010110111100110000000011110111001101110101010000100001111000100001101000011010100010101011000
+0,23,74,514,0111110010110111001110001101001110111011000110000110011110011100101110100010000011010000011001111000
+0,23,75,526,1111111110110111111000001111101110110001000110000111001111010111000110111000000011000010011101010000
+0,23,76,527,1110110011110111111101101010001101110111001101100100100111100110101110001100000010010100111000010001
+0,23,77,529,1111111011110011111101111011001110110110001100000101101111010101100101101000001000010010011001011000
+0,23,78,-558,0111110111110111111101000111001101101011001110100110101110000111100000101100000011000110011101011001
+0,23,79,486,1111011010110011001110001011001001110101100110100111010111001100010100101100100010010110011000010000
+0,23,80,486,1101100011100111101100010111110111111111100100100110011101100000100000001101010010000100011100010100
+0,23,81,510,0111000011010011101100100111101110111010001110101101001111001111000000100000010010000100111101011001
+0,23,82,-551,0111111011100111101100110011100111111110000100100101010101001101101100101101110000000010011001010111
+0,23,83,488,1111000011010001101000110111101111111011100110101111001101100010000000001000000010010101110100011001
+0,23,84,-564,0111011010110001101110101011011101100001010111100110000101001101000100111100101011010110011001011011
+0,23,85,461,1111011011110011010100000110001101111001100100100100100110001001000100101100001010000110011101011000
+0,23,86,522,1111111010110111001101100111001110110011000110100110100110011101000010101110011001010010011001010000
+0,23,87,542,1111001110110111001110001111101110110111001110000110011111010100100111111000000011010010101000011000
+0,23,88,550,1111110111110111101100101111001100110111000101100110100111011110001100001101000010010010001101010011
+0,23,89,524,1110010111010111011100001110001011110011100011000110110111011001001100001101011010010110001100011000
+0,23,90,-545,1111010010110111101100111011101110111000001100100110101100100110100110101011100001010010011101011000
+0,23,91,506,1111011011110111110101100011001100111111001100000110011101110100100100001100001000000110111100110000
+0,23,92,521,0111010111100011111100101111001110110011100111100110100110010101001110101101010000010010011000010001
+0,23,93,533,1111010100110111111100101110101100110011001010100110000111001110011100001101001010000110001101011001
+0,23,94,469,1111011011110001011000110000101110111011000100100101000100001101101100011101100000010110010000011010
+0,23,95,-564,1111010011110011101000110011001111111011011101101100000101001101001100001100001000010011011110111011
+0,23,96,522,1110111110110111111000100101011101110111000111001011101100000100100100101101000010010100010101011010
+0,23,97,494,0111011001111111000110101110111110111011101010000000000100101111100100001100001010000000010111110001
+0,23,98,501,0111110010010011101100000110001011100001100110100110100111001111001100001100000011010110011101011000
+0,24,0,529,0111001110110111101110001111101010110001001111100110010111010000010111111000000001010010101100011001
+0,24,1,522,1110010110110111001100001011101111110111011110000110001110000101100110101001000010010010011001111000
+0,24,2,529,1111111011110111110101111011001110110011001110000100101111001111010100101000101000000000011100111000
+0,24,3,542,1111011011110011111100111011001110111100001100000111000110110101101110101110001000010010011001011000
+0,24,4,475,0111110010110011101100101111101000111011011000000110000101010111000110001011100000010010010001011001
+0,24,5,-563,1110011110100011111110111010001110110011000010100111000101110111000110101101000001000110011101111001
+0,24,6,528,0111010111110111101100101111001100110001000111100110100101111100101100001100110000010110001101010001
+0,24,7,527,0111010111110111101100101111001100110011000101100110100101111100101100001100110000010110001101010001
+0,24,8,511,1110011111110111101100111111111010111011000001100011000101000111100100001001100000000101010101011001
+0,24,9,-550,1110010111110011101110111010101110111101011011100111000100001001110100001100000010010110010100111011
+0,24,10,514,1111011011110011111101101111101110010010001100000011101111000111100001101100011000010010010001011000
+0,24,11,546,1111111011110111001100010011001110110111001100100100110111010100101111001000101011010010011000011001
+0,24,12,546,1111011110111111110100101011011111111011100111001110000011000110000100001101000011000010011101011010
+0,24,13,522,1101010111110111101100101111101100110011001000100110101111010101111000101001001100000000001100011011
+0,24,14,518,1111110001110111101101111111001100110011001001100110000101101101011100101100001000010110001000011001
+0,24,15,481,1101011110010111111100101010101101110110001010000100010111000110101110001001000010000110011101010000
+0,24,16,503,1110111001111011111101111011001111110110001100000100001110010100100100101001001100010000011001010011
+0,24,17,-569,1111110011110111111101100110001110111111001100000111100111010101110111101100001000010010011000111000
+0,24,18,525,1111111010110111111101111101001100110110001110001001101110000100100101101001001000010100011001011010
+0,24,19,526,1110111111110011111000100011011111110111000101000111101101010101100100101100000010010010010101011000
+0,24,20,539,1111010001101111111101111110101111110011001000100110000110011110010110101101001100010000011000010011
+0,24,21,548,1110110101110011111101000110001111111111001110000110010110010101111100101101000000000110011000111001
+0,24,22,540,1110111111100111101100110001111111110110000110001111110100001100101100101101000010000000011001010111
+0,24,23,533,0111111010110111111000100111000101111111000101100001001101000101100100101101110000010110010101011010
+0,24,24,545,1110011001110111111110001110101111111001001100100110100110110100110110101101000010010010011001110000
+0,24,25,539,1111110010111011111101100111000111111111001110000110000101110101000100100100101100010000111000011011
+0,24,26,540,1110011011110111101110100011001110111111001101100011000100010100110100001100101010000110111100111000
+0,24,27,488,1111010111110111110101111110111100111111001010000110011101100001100100001000000000000100010101010011
+0,24,28,-557,0111110010010111101100000111101011100001110111100110100111000111011110001100000011010010011101111000
+0,24,29,444,0111010110110011101100001010001011110001001110100110000110001001000100101001000000010110011101011000
+0,24,30,-557,1110110111110111101100001110001011110011000111000110100111011001001100001101011010010010001101011011
+0,24,31,523,1111010111000111011100101111001100110111100001100110110111011110001100001101000110010110001100010000
+0,24,32,517,0110010011010111101100100111101111110011001100001100001111100101100010100100001010010110111100011000
+0,24,33,-548,1111000011010011001100100010101010111110000011100111010110011111001100111000110001000100011101011011
+0,24,34,535,1110111011110010111101101111001110110110101000000111100110000111100100101101001010000010011101011000
+0,24,35,477,0111011010110111010010111010011100110111001110000000001101011101100101101000001000010000010011111000
+0,24,36,475,1111000110100011111100101111100100110011001100000110001110101111011000011000110010000100001100010010
+0,24,37,485,0111111010110111101100011011001100110000001101001111111101010000000100101101001000000000010101111010
+0,24,38,492,1111000011110111111001100111101100111111101100010110010111010100100100001000001010000010011101010000
+0,24,39,493,1111011011110111100111100011001111101011001110000110011101100110000100001100001000000100011100110001
+0,24,40,512,1111111011110111110101111011001100110001000110000100101111010100100111101001001010010010011000011000
+0,24,41,518,1111111011110011111100111011001110110110101100100111101110010101000100101000001000000010011001111000
+0,24,42,545,0111010010100111110101101011101111111111001100101101000111101111111110001100000000000000010101111000
+0,24,43,-538,0111010110100011001100101010111111110011001110110110000100100101000100001101001110010100011101011011
+0,24,44,-565,1111011111110111111100110011111100110011101101001010101100101100100100011101011001010110011100010000
+0,24,45,501,1111010010110111111001101010101110101011000000100110110110010110001000001101000000010110111101010010
+0,24,46,531,1111111010110011010110101110001101110011010111000100000101011101000110111100001011000110011001011000
+0,24,47,531,1111111010110011010110101110001101110011010111000100000101011101000110111100001011000110011001011000
+0,24,48,544,1111011011110001101101011011001110110111000100000101101111010001100101111000001001110010011001011010
+0,24,49,479,1101111011110111011100101011011110110000001100000110001111001101000100101000000010010010011001011001
+0,24,50,473,0111000110110111101100001111110110111011001100000111000100110100110000001000011100000010010100111010
+0,24,51,509,0110110010100011101100111011101100110001000111000111011110010110001110111000100110000100011101010000
+0,24,52,514,1111001110110011111001110111101011101101101110000110001111100110001110101000000000000110011001010001
+0,24,53,548,0111011111110111101000100111101110010011011101100110110101000111110100001100001001010100011100111000
+0,24,54,-605,1111011010110111011100101101001111110011001111101011001101001101100100101100000011010110011101111010
+0,24,55,450,0110111110110110101000000101011100110111000111001110101110000100000110011101000010010100010000011000
+0,24,56,457,1111010011110111100110100011101111101011001110000110110110101110000100001000001000000000011101010000
+0,24,57,-563,0111000010100111001001101110101111111011101110101110000101000101011110001101000010010100011101011011
+0,24,58,536,1111111011110111011100000111101110010001000110100011100111000111000111111100010011000010011001011000
+0,24,59,518,1111011110110101101000001111101110110011001100000110001111010110101010001000101011010010010101010001
+0,24,60,504,1101010111111111100000001111011110100011100111100110110011010100000101001001001000000100011101011001
+0,24,61,546,1111010111110111100100101011101101110011000111100110101111010100001100101101001010000010001101110010
+0,24,62,521,1111111011110111100100101111001101110011000101100110000111011101000100001100000011000010011101010011
+0,24,63,542,0111110110110011011110101110001100110111010111000100100101011110001100111101001010010110001001011000
+0,24,64,479,1111011101111011111000011110101101110011001010100101000100001111111100001100000000000100101000011001
+0,24,65,503,1111010010100111101101001110101110111011001110100110010110011101000100101101000000010110011000011000
+0,24,66,537,1111001111110111101000111011101111111011111100000110001100100101100110001000100011000010011101011000
+0,24,67,517,1111010010110111101100110110101110111100001100100111101100100110100100101011100000010000010101011001
+0,24,68,511,1110010101110111111101100110001011110011000001000110010110010101110100001101001110010100000100110011
+0,24,69,551,1110110011011111011100001110001111111111101111000110100111011000001110101101011000010010011000011000
+0,24,70,-571,0110011110111111101100011011101011111001011111100111000100001111010110101111000000010010010100111001
+0,24,71,503,1111010111110011101100101011101010110001010001100110000111000001100100001001000000010111011101111001
+0,24,72,485,1110110001110111111000110110001111111111001100000110001110010101110100001101001000000000011001010001
+0,24,73,-580,1111001111111111101101100110101111111111101101000111000100100100100110101100100110010000010100111011
+0,24,74,533,1111011011110011110000111101001111110011001100101111001111010100001110001001100000010010011000111001
+0,24,75,464,0111111010110101111100111011001100111001100110100100100100000101000110101101001010000010010000011010
+0,24,76,503,0111010011010011100100101110101110111010001010001100001111001111100100001000001010000100011101111001
+0,24,77,508,0111001001111111101110100111111110111011101110100001000100101111000000100100010010000000110111010001
+0,24,78,534,1111010010110111111100100010001010111011001000001110111100101101100000011101000010010110011101011010
+0,24,79,539,1110011111010111011101101110101111110011100011000110100111010010001100001101011001010110101100010000
+0,24,80,474,0100110011110111110101000111001100100011001110100110100110010011100000001100001010000110011101010001
+0,24,81,-613,1111110111110111111101000110001111111111001110000110101110000100110101101101000001010010111111011001
+0,24,82,539,0111000111000011101100100111101110111010101110101111101110000111000110100101010000000100111100011001
+0,24,83,492,0111010011110011111100101111001110110011000111100100000111011101001000101000010010010010011001010001
+0,24,84,528,1111010010110111111101101011111111110111001100000101100110100110100000011100000000000100111101011001
+0,24,85,-557,0111011110100011111101100010101110111011001000111110001101100111100100001101001011010010010101110010
+0,24,86,549,1111000011110111101011100111101111101011001100100110100111000110100011001000111011011010010000011001
+0,24,87,459,1111011011110111001100000111101110010010101110000010010111000110001100001100001010000000011101010001
+0,24,88,542,1110011011111011101101100011101110111001001001100111000101100111100000001101000001010111010101011001
+0,24,89,534,1111011110110111111100111010101010111011010000001110001100001110100100011101000000010110111100110010
+0,24,90,-614,1111001111110011111110001111101110110111011111000110111101011110100111111100000000010010101001011001
+0,24,91,487,1111011110110111001100001111100011110111000100110010011110000100101010111000000011010011001000011000
+0,24,92,513,1111011010110111110100111101001110111001101111000010000100101111001100001101000000010000011100111010
+0,24,93,-559,1111011011110111110110101010000110111011001100001111001110001111110010101110101010000000010101011001
+0,24,94,539,0111010110100011111100101011111111110111001000100111000101100111110100101101100000000100010001111001
+0,24,95,527,0111010010100011101101101010101100110011001110110100000111110111000110001100001010000010011101111001
+0,24,96,-578,1111011010110111110110101110001110111001001101000011000110101111110010101111101010010000010101011001
+0,24,97,508,1111011011110111110100111001000110111011101110001110001100001111001100001100000000010000011100111010
+0,24,98,-632,1111011111110011111101101011000011110011011010101110111110011110101111101101001100010010101001011001
+0,25,0,506,1111010011110111111101111011001111110110101000100111100110010100010100101100001100000000011000110001
+0,25,1,551,1111111001101011111100111110101110110011001100100110001110011111000110101001001000010010011001011010
+0,25,2,-564,0110010011111011101100101010101110111011001011100111000111100111100100001001001010010111010101011001
+0,25,3,472,1111011011010011100101100111101100111000001000001100001101001111100000001100000001000100011101111001
+0,25,4,538,1101011111111111100000001011011111110011100111001110100011010110000100001101000000000110011101011011
+0,25,5,512,1111010110111111110100101111011110101011100111100110010011000100000101001001001011000000011101011000
+0,25,6,457,0110011110110111101100001101011110110111000001101111000110000100100100001101000010000100010101011000
+0,25,7,517,1110111111110110101000111111111000111011000101000010101101000111000110011001100000010101010100011001
+0,25,8,517,1111010011110111111101100010101110111011001100010110011110101100100100001101001010000010011101010000
+0,25,9,503,1101000010110111111000100111001000111111101000001110110101010101100000011000000010010110011101011010
+0,25,10,537,0111011111110011101101100111001110011011011101001110110111010101111100001100000001000100011000111000
+0,25,11,-569,1110110101110111111000000110101111110111001110100110010100000111110100101101001000010110011100111001
+0,25,12,-596,1110010111010111100100101011101101110011001111100110101111010101101100101100001010010110101101111000
+0,25,13,477,0111010011110111101100100111101111110011000100101100001111100100000010100101001010000010011100010010
+0,25,14,-581,0110111011110111111110001110101110111011001100000110100101110110110110101101100010010010010001111001
+0,25,15,439,1111010000110011101100101111101001111001011000100110000110010101000110001011000000010010011001010000
+0,25,16,514,1111110011110011101100101111101000111011011001100010000101000111100110001001100000010011010101011001
+0,25,17,472,0110011110110111101100111111111010111011000000000111000101010111000100001011100000000100010001011001
+0,25,18,528,1111010011111111001100001111001110111011101111000110010111110110000100101101001000000010011001011000
+0,25,19,481,1110111011010111011100000110101111010110101110000010100111001000001110001100011010010000011100010001
+0,25,20,483,0111111010111110101101000101010110111111000110001110100111100101000100100100001100010000110000011001
+0,25,21,495,1110110110110011111000100111001101110111001111000110001100000100000110011101100010010100011000011010
+0,25,22,526,1101111011110111101100101011011101110011000101000110000111011101000100101000000011010010011101011001
+0,25,23,482,1111111011110111010100101111011110110000001100100110001111001101000100001100000010000010011001010011
+0,25,24,-559,1111011011111101110101001011011111110011000111000100101011000110100101101100000011100010011101011010
+0,25,25,531,1111011110110011101100111011001110111111100100001111000111010001000100011001001001010010011001011010
+0,25,26,502,1111110010111111111100100011000111111111001100100100000101010101001101100100101101010000011000001001
+0,25,27,-568,1111111011110011001101010111001110110111001110000110110111110100100110001000101010010010111000011011
+0,25,28,499,0111010010110011110100111011101110111111001100100101000111111101101100001100001000000000010001111000
+0,25,29,-570,1110011011100111111101101011001111111100001100001111000110100111111110101110000000010010011101011000
+0,25,30,514,1111111011110111100100000011001110110111100101100100110011010100100011001000101010000110011001011001
+0,25,31,532,1101110111111111001000011111011110100011001110100110110101010100001101001001001101010000011100011001
+0,25,32,509,0111011010110111111000101111000110111101001100000111000110100101100110101100100000010010010111011000
+0,25,33,-589,1111111011110011111100110011101101111110000101100001001101010101101100101111011000010110011001011010
+0,25,34,-557,1111011011110011010100011101001111110111011110101110001111000101101110001001000010010010011001111000
+0,25,35,498,1110010110110111101000101011101111110011001100000111001110010100000110101001100000010010011000111001
+0,25,36,500,1111110010111010111101100111000110110110001010000110000100010101000100101101101010010010011001011010
+0,25,37,-568,1110110011110011111101101111001111111111101100000111100111100111100100100100001100000000111100011001
+0,25,38,-560,0111011001110111111110111111111110111000001100100011000110111111001110101100000010000010111101010000
+0,25,39,475,1111001011111011101100100011001110111111101110000101000100100101100000100110011000010000010011001001
+0,25,40,546,1111010111110111100100101011101101110011000111100110101111010100001100101101001010000010001101110010
+0,25,41,546,1111010111110111100100101011101101110011000111100110101111010100001100101101001010000010001101110010
+0,25,42,-560,1110001110111011101101100011101111111001101000100111000101100110001100101001000001010111011101011001
+0,25,43,507,1111011011110011111001110111101010101101001111000110101111100111100010001100000000000110010001010001
+0,25,44,483,1110010111110111100100111001111101110110000110100111110100010100001100101101001010000000001001010010
+0,25,45,-614,1111111111100111101100100011101111110011000111001111101111001100101100101101000010000010011101110111
+0,25,46,505,0110010101110111101100101110001111111011000101000110000100010101111100001100100000010110001101011001
+0,25,47,-570,1111110111110011111101000111001100110111001110100110110111111100101100101101010000000110011000110001
+0,25,48,549,1111110001110011101101011110001111101011001101000110010110011101111100101101001000000110011000011001
+0,25,49,508,1110110101110111111101100111001100110111001010100110000101100101011100101100000000010110001000111001
+0,25,50,-552,1110011011110111001100001111101111110011001110000110101110010101100110101101000010010010011001111000
+0,25,51,500,1110010100110111111110001010101111111101011100100110000110100100110110101001000010010010011000110000
+0,25,52,-590,1111011110110111100100111011101010111011010111001110101111011110000100011101001010010010001101110010
+0,25,53,490,1111010111110111111100101010101101110011000000100110001100000100101100101101000000000110111100110010
+0,25,54,-568,1110111011101111101100111010111111110111001000000111110110011110101110101101001000000000011001010011
+0,25,55,496,1111010101100111111101110101101111110010000110101110000100001100010100101101000110010000010000010111
+0,25,56,558,1111010001101111111111110111101111101011001010000110001111010110010110101101001000010100011000010011
+0,25,57,474,1111011011110111100101101010001111110011001100100110000110101110000100001100001100000000011100110001
+0,25,58,506,1110111111110011110101001010001101110001000110000110110111010100100100101101001000000110011000111001
+0,25,59,-580,1111110001110111111101110111001110111111001110000100011110010101111111101001000010010010011000111000
+0,25,60,524,1111011110110111111101101011101110111010010000000110001111001110100000111101010000010110010000011010
+0,25,61,524,1111011011110011111100111110101010010011001100001011101100000111100101001100001000010010111101110000
+0,25,62,506,1111011110111011011101100011101111111011100110001110001111100110000100101000000000000010011001011010
+0,25,63,534,1111001110110111110000111111011011101101101111000110000011000110001110001100000011000110011101010001
+0,25,64,539,1101011111110111101000111011101100110011001000100110101110010101111100101000000011000010011101011001
+0,25,65,520,1111000111110111101100101111101111111011111100000110001101100101100010001001101100000000001100011010
+0,25,66,542,1101010011110111101100111111001100110011001001100110101111000101011000101101001100011110001000011001
+0,25,67,512,1111110101110111101101101111101100110011001000100110000101111101111100101000001000000000001100011011
+0,25,68,521,0110011011110111101010100011101110111111001101100010010101000100110100001100101000010110011100111000
+0,25,69,-567,1111011111110111101100100111001110010011011101100111100100010111110100001100001011000100111100111000
+0,25,70,535,1111111011110111100101110011001100110011000101100110101100010100100101101001101010000110111000111000
+0,25,71,510,1110011011010111111110101011001110111101001110000001000111010100110110001100001010010010011100011000
+0,25,72,534,1111011011110011111001111011001111110011000100001111001111010000000100111001000000110010011001111001
+0,25,73,530,1111011011110001100100011101001110110111001100100101101111010101101111000000101001010010011000011010
+0,25,74,506,0111111011110111100001100011101100110011010110100100100101000111100110101100001010010110011000011000
+0,25,75,554,1111011111110111111100111111001110010001001101000110111111010100110101001001001001010000011100111000
+0,25,76,483,0111011110110101101100011111110010111011000100000111000100000100110100001101001100100010110100110010
+0,25,77,531,1111000110110111111100101010101110111011011000001110001100111110100000011000010000010110011100111010
+0,25,78,529,1110011011100111101100010011101111110110000110001101111101001001100101111000001001110000011001010010
+0,25,79,-570,1111111111110001101101111001011110110111000100000111100110010100101100101101000010000010011011011111
+0,25,80,549,1111110011111111011110001110001101110111001111000100100101010010001110111101011010010110001000011000
+0,25,81,544,0110110110010011011100101110001110111111110111000110100111011100011100101101001000010010011001011000
+0,25,82,506,1110011010111111101101100011101110111001001000100110010111010110000000001101000000010110110101011001
+0,25,83,522,1111010011110011111001101010101110101011000001100111100100100111101000001101000001010111011100010010
+0,25,84,508,1111010011000111111100101011001100110110001101100111000110010111101110001100000010010010011101010000
+0,25,85,557,1111011111110011011100111111001110111101100000000110110111111100001100101111001100010110001000011000
+0,25,86,542,0110011111010111011100100110101111110011001011001100000111110111001010101100001000010110111100011000
+0,25,87,505,1110010011010111101101101111101111110010100100000110101111000000100100000101011011010110101100010000
+0,25,88,493,1111111111110111111100101011111111010110000110000011100101000101101001101101000010010000010001010000
+0,25,89,-561,1110011011100011101101110101101110110010001100001111111110001110100100101100011000000010011001011111
+0,25,90,513,1111001110110111110001100111101011111101001110001110000111101111001110101100000000000000011001010001
+0,25,91,523,0111010010100011111101111011101111101111101100100101000111100010111110001000000000000110010101111000
+0,25,92,-624,0111001110110011110101001111101111111111001110000110101101001111110111111100000000010010111101011001
+0,25,93,526,1111010011100111111110101011101110100111011101101101010111111110101110001100000000000000000001111000
+0,25,94,467,0111010110110111101000001110011011100011101110100110110010001000000101001001001000010100011101011000
+0,25,95,468,1001010111101011100100001011001110110001000111100110000111010101000100101001000000000110011101011001
+0,25,96,494,0110011111110111101100111111111110110011000100001110001111000111100110000101100000000100010100011000
+0,25,97,512,1110010011010111101100100111101011110011001001100001000101100101000000101001001010010110111101011001
+0,25,98,499,1111011111110111100100111110101100111011001110000110110101000011100100001100001000000100010100111001
+0,26,0,527,1110011011110111101110101011101110111111001110100000010101010100110100001100101010010010011100011000
+0,26,1,504,0110011011010111111010100011001110111101001101000011000111000100110110001100001000010110011100111000
+0,26,2,-574,1111011111110111101000111011001110010101001001100110111110010100110101101000001001010010011101111001
+0,26,3,528,1101011111110111111100111111101100110011001100000110101111010101111100001001000011000000011100011000
+0,26,4,521,1111110001110011101100011110101110111011001001001010010100001101100110001001101000000111011001011001
+0,26,5,552,1111110011110011101101101111001001101011011101100110000111010111111100101101000000010010010100011001
+0,26,6,511,0110010011110111101101100110101110111111001011100110011101100111100100001000000011010100010101010000
+0,26,7,-598,0111010111111011111010101011111110010011011001100111000111100101110100001001001000010111011101011011
+0,26,8,541,1111010011110111110001101010101110110011000111100101100111100110100100100101000011010011011100010010
+0,26,9,527,1111011011111001111101001011011111101011000001000110101000000111101001001100000001100110011101011010
+0,26,10,-587,1111000010111111111010101111001101110111101111001110100101010000101000011101001010010110011101011010
+0,26,11,465,1101110011110111011100000110001000111111001000000100110101010111000110111000010010010110001000011000
+0,26,12,-544,0110010001110011101100101110101111111011001101100101000101010101111100001100100100010110001101011001
+0,26,13,473,0111010110110111110100111011001110111111000100000110000110111101101100001100001000000000010001111000
+0,26,14,524,0111011011010111111100110110101111110011001000000110000111111111000010101100001000010010111000011010
+0,26,15,-557,1110111101101011011100101110101110110011001111101100001110010111000110101001001000010110011101011000
+0,26,16,-608,1111110101110111101101101111001111101011101111100110010110011101100100001001001011000110011101011001
+0,26,17,453,1111010010111011110100011110011110101011000101000110010011000100011101101101001000000000011000011000
+0,26,18,486,1111110011110011111100100010101100111011011101000010000100000100100100001101001010010011010101011001
+0,26,19,545,1111010011110111101101101111101010111011001000110110011111101111100110001001100000000010011101010000
+0,26,20,493,1111011110101011100100111011001110110011100100100111000111010001000100011001001000000010011101011010
+0,26,21,514,1001010111110011101100001111001110111101000111001110000111010101000100101001000001010110011001011001
+0,26,22,531,1110011101110111111101111110001111110011001011000100010110110111101010101100001000000110011000011000
+0,26,23,-567,0111110011110011001100000110101111101011001101001110000111011101011100101101001000010110111100011001
+0,26,24,-570,1110011010110111001100011111001110110011101100001110101111010101100110101101001011010010011001011000
+0,26,25,513,1111011111110011101100101011101111111111000110000111000110010001000100011001000000010010011001111010
+0,26,26,523,1111010110110011101100111010101110101111000101100111000101000011000000011101000001010110011101011010
+0,26,27,530,1111011011110011111001101011001110111011100000001111100110110101101100001001001001010011011000010010
+0,26,28,479,1111011011110111111000101011000110110110001100000111000110000101101110001100000000010010011111010000
+0,26,29,538,0111010010000111111100101111001100111101001101100111000110110111100110101100100010010010010101011000
+0,26,30,505,1111010110010011111100100111001100110110001111100111001110100101001110001100000010010010011101010000
+0,26,31,509,1110110011100111111000101011001101110111001101000110000100010110100110011101100010010100011000011010
+0,26,32,533,1111110111110111000000111111011110100101101010000110100111010110001111001001000011010100011100010001
+0,26,33,543,1101001110111111111010011111011011101011001111100110010001000100001101001100001101000010011101011001
+0,26,34,525,1111001110110111110100101011101111111011001001000110000111100110001000001100000011010110011001110001
+0,26,35,521,1111000110110111111000111110011010101101111110001111001000011110100110011000010000000110011100001010
+0,26,36,553,1111011011110111011101111011001111110111100000100110100111111100011100101101001000000100011000011001
+0,26,37,497,1111010111110011111100111111001110111100101000000111110110010100000100101110001100010010001000110000
+0,26,38,549,1111011110110011111000101111101111110111001100000110110110110100000110101011100100010110001000011001
+0,26,39,521,1110010111110111001100111011001110111001100000000111001111011100001100101101001000010010011010111000
+0,26,40,482,1111010010011111100101100111111100111001001011100110010011000111100000001000000011000000011101011001
+0,26,41,502,1111011111110011110100101111001110101010100100001100001101001100000101001101001001000100011101111000
+0,26,42,551,1111111111010111101100100111011101110011000011000110000111110111000110101000001101010010011100011001
+0,26,43,530,0100011011110111011100101010101111110011001101001100000111011101001000101100000010010110111101011000
+0,26,44,551,1111110111111111111000011111001111100011001100101111111111010000000100001001001000110010011100011001
+0,26,45,526,1101011011110011001001111011011110110011000110000111000101010100001101111001000101010000011001111001
+0,26,46,-572,1111010010110111111101001011011011100111101110100111100110011101010100001100001100010100011001111001
+0,26,47,402,0111010111110111101000111110001111110010101000100110100010000000000101101001001000000000011100010000
+0,26,48,507,1101100010101111111100110110001000110011001100101110101100011101100010101000000010010010011101011010
+0,26,49,547,1111011001110011111000101111101110111111101000000110010111010111000100011001001000010110011001011010
+0,26,50,547,1111111111110111100100110011001110010011001101100110111101010110110101101001101000000100011000111000
+0,26,51,554,1111011011110111111101111111001100110001000101000110101110010100100101001001001011010010111100111000
+0,26,52,-566,1111111001111011111101010110101111101011101101000110000111111100011100101101001000000110011000011001
+0,26,53,504,1111010110110011001101101011001111111011000110001110011110000111100100101000000000000010011001011110
+0,26,54,520,1111110011110111111100100011001011111111000101100000000101010111000110010100101100010101010100011001
+0,26,55,523,1110111110111110101000111111110100111011101100000110101101000101001101101001100001010100011000001001
+0,26,56,511,1111010111110111110100101011101110111011000100110110010111101100000101001001001010000010011101010000
+0,26,57,518,1111010010111111111101100110011110101011101111000110011010000100100100001101001011000000011101011000
+0,26,58,502,1111011110110011101101100011101111111011100000001110001111100111100010001000001100000010001001011010
+0,26,59,514,1111000111111111011100101111101111111011111110000110001101100100000100101001100000000000011100011010
+0,26,60,530,1110010011110111101000100011011011110011101111000101100001110111000000001101001000000110011101011011
+0,26,61,520,1101011111011111100100001111101111110011000001101010000111000100000100101001000010010110111101011001
+0,26,62,497,1110011010110111101101100010101110111011001100000110010111100100100100001101000010010110010101011000
+0,26,63,507,1111010011111101111101100011101110111001001000110110011110011100000000001101001000000010111101010001
+0,26,64,483,1110010001010011101100100111101111111011000000001100000100001101101100001100000001010100011101111001
+0,26,65,494,0111011111110111100101101110001100111000001101000110001101010111110000001100100000000110001101011001
+0,26,66,524,0110011111111011101100101110101010111011001011100111000111000111000100001011000000010110010101011001
+0,26,67,512,0110010010110111101100111011111110111011000000000111000101110111100100001001101010000101010001011001
+0,26,68,465,1111110011110111101100000011101101110011100100100100110101000100100011001000001000000110111000011001
+0,26,69,539,1111011111110111110100101010001110110111000001100110001010010100101100101101100010000110011101110010
+0,26,70,463,1111011110110101100100111111111111110011001100000111000100001100000100001101001100100000010100110000
+0,26,71,494,0111011011110111101101001010000010111011000100100110000110100110110100001100001100000010111100110011
+0,26,72,-549,0110010111010111001100100111101101110011000111100110101111010110001110101100011010000110101100110000
+0,26,73,552,1111011111110111110100101010101111110011001011001100000111110101001000101101001000010010011101011010
+0,26,74,517,1111011110110011111101101011101101111011000110101110101111010100001100101000000000000010001001111010
+0,26,75,524,1111010111111111000100100011101111110011100111000110001111000110000100101101001010000010011101010010
+0,26,76,448,1111010011110011101100011110101010000011001100001110010100010111100101101100001000000010011001010000
+0,26,77,-625,1111111001110011111101111110001111111011001101000011101110001101111100001101001000010110111100111001
+0,26,78,515,0110010011110111101100011101001110110011001101101110000110010100111100001101001000000100011101011001
+0,26,79,476,1111111100110011101101001110011111101111000001000111010110001101100100101101000010000110010000010000
+0,26,80,538,1101011111101111100000101011001010110011000011101110100011010111110100011001000010000110011101011001
+0,26,81,549,1101011111110111101000011011111101110011101100000110101110010100001100101100010001000010011101011011
+0,26,82,554,1111010011110111111101101010101110111011000000110110101110100111101000001101001011010011011100010000
+0,26,83,485,1111010011110011111001100010101110101011001101000111010100101100100100001101000000000110011101010010
+0,26,84,542,0110010011111011101100111110101110011001001101100110111111010101110100001001001010010000010101011001
+0,26,85,-571,1111011111110111111100101011001110110011011011000111000111100110100101001001001001010111011100011000
+0,26,86,517,1111111011100111101100010011101101110110000100000101110111001001000100111000001011110000011101010001
+0,26,87,521,1100111011110111101100101011011111110011000111001110000101011101100100101000000001010010011001011010
+0,26,88,544,1110011011110111111100101011101000111101011111100001000111010101110110001000000010010011011100011001
+0,26,89,480,1111110011010011101110101111001110111011001000000010000101000110100110001101101000010010010101011000
+0,26,90,-580,0101011111110011101101101111011111110011001101000110100111011101111100101000000011010010011001111000
+0,26,91,483,1111111011110111101100100011001100011011010101001110010111010101000100001100000001000100011100011001
+0,26,92,-565,1110011011100011111100110111101110111011001100000111110111111111101100101100001000000000010001011011
+0,26,93,503,0111010000110011100101111001101110110110001100101101001110001010100100001100011000100010011001111100
+0,26,94,-569,0111010111101111111001011110011111101011001110100110011111001010000100001101001000010100011101011011
+0,26,95,454,1111010000110111101110110111101011100011100010000110100010010100010111101001001000010100011000010000
+0,26,96,521,1111011111110011111000111111001110101101101100000110100111100111100010001101000000000110011001011000
+0,26,97,543,1111011011110011011101110111101010111101000011000110111111111100001100101110001100010110000000010001
+0,26,98,529,1111011110110111110000111111101001111011101110000110001110000100011100001100000011000110011101010001
+0,27,0,454,1111010011110011101000101011011011111011100100001101100101110101000000001001000001000010011000010011
+0,27,1,-582,1110011011110111111001100011001110110011101011000101100010110111101100001101001000010111011101011010
+0,27,2,502,0111010111010011001101100011001101111011000110100110011111000110101100101000011010000010001100110010
+0,27,3,-565,1110010110110111001100101111101111110011000111001110101110010111000110101101000000000110101001011110
+0,27,4,532,0101011011110111100100100111101110110011001011101110100011011101011100001001000010000110011100011001
+0,27,5,-573,1111110111101011001000001010001011101011000101001110000111010111110100111101001000010110111101011001
+0,27,6,515,1111011110110111110100101011001111110011001101001100000110111101101100101100001000000000011101011000
+0,27,7,510,0111010111110111110100111010101110111111000010000110000111110101001000001101001000010010010001111010
+0,27,8,525,1111010010110111101100101111101010111111001100010110011111111101101110001000000000000010010101110000
+0,27,9,493,0111010111110111110101111011001110111011000000100110000110101111100100001101101000000000011001011000
+0,27,10,524,1111010011110111111101101111101100110001000001100110101110000110000100001001001011010011111100011000
+0,27,11,-598,1111011011110111111101111010001110111011000100010110101110111101101001001101001011011010011100110000
+0,27,12,-614,1111010011110111111101101011111110111011000000110110101100110111101000001001101011010111011101010001
+0,27,13,452,0110010010110111101100111010101110111011000000000111000111100111100100001101001010000001010000011000
+0,27,14,520,1111011111110111101000111111101000010001101001100110101110010100111100001000000011010010011101010001
+0,27,15,-574,1111011110110111110000111011001111101111001110000110011110000100010101101100001001000110011101111001
+0,27,16,499,1101011001100111101000011011101010111011001001001010010000010101110110011001001000000111011001011001
+0,27,17,-560,1111110111111011100100101110001110110011000011101110100111001111100100001001100010000110011101011001
+0,27,18,496,0110011110100011101100101011101110110011101100100101000101010101000100001001101000000010011101011011
+0,27,19,543,1011010001111011100101111110001111111011000101100111000111010001111100011100000100010110001101011000
+0,27,20,531,1111010111111011010100111110011111111011001110000110001111100100011101101101100000000000011100011000
+0,27,21,436,1111000010111111111100001111101110101011110101000110010001000100000100101001001000000000011000011010
+0,27,22,499,1111111111111111101000101011101111100011001100101111101110010000000100001001001000010010011001011000
+0,27,23,553,1111010111110011111100011111001111111111000110000111010111010000000100011001000000110010011100111011
+0,27,24,515,0110011111110011101110101110101110111111001111100001000111000101010100001110001000010110010100011000
+0,27,25,536,1110011011111111101100101011101010111011001010100110010101010110100100001001100010010010011101011001
+0,27,26,506,1111010111110111001100101111001110111000100101100111110110010100001100101100001100010110001000110000
+0,27,27,540,0110010111010011111100110111101101110111001010000110101111010110000110101110011010000010101100110000
+0,27,28,560,1111011111110011111101111111101010111101100010000111111111111100001100101110001100010110000000010000
+0,27,29,480,1111010011110011011100110111001110111100001001000110110110010100000100101110001100010010001000110001
+0,27,30,551,1111011111110011101100101111101011111101000100000111000111110101100110011001000000010010011001111010
+0,27,31,474,1111011111110011111000111011001110101111101110000110100110000011000000001101000000000110011001011000
+0,27,32,477,1111010011010011101100101111001001101010010000000100000111010101101100101101000001010000010101111001
+0,27,33,549,1110110001110011101101100111101111111011001101101110000100001111111100001100000000010110011100011001
+0,27,34,528,1111011111110111110001111110101110100101101110100100100111100110100110001101000000000111011000010010
+0,27,35,534,1111010011110011111000101011001110111011000101000111100111100111100000100101000011010010011101011000
+0,27,36,493,1111010010110111111101111110001110101111000111100110010011000011000000001101000001000100011101010010
+0,27,37,533,1111010110111011101100100010111110101011101101000111001100000100100100011101001011010010011101011000
+0,27,38,521,1111011111110011110100100111101110111010100100001100001101101101000110001100001000000110011101111000
+0,27,39,519,1111011110110011101101101011001111101011100001001110011111000110100001001001001101000000001001111010
+0,27,40,532,1110011011111111111110101011101010111111001110100000000111010101110100001000001010010011011100011000
+0,27,41,546,1110011011110111101100101011101100111101011111100001010101010100110110001100100010010010011100011001
+0,27,42,525,1111000010110111111100100110011110101111111110001111001000011110100100011100001001000010011100001010
+0,27,43,506,1111010110111111111000111110011010101001101111000110011010000100100110001001010010000100011101011000
+0,27,44,510,1110011111110011101101111111001111101011000000000111010111001111100100101101001010000100010000011000
+0,27,45,531,1111111000100011111100000110111110111111001101000111110110111101101100101100000000000010010001010011
+0,27,46,513,1111001110110111111010111111111011101011001110000110001000000100001101001100000111000010011101010001
+0,27,47,-580,1101011110111111110100011111001001111011101111100110010111000100011100001100001011000110011101011001
+0,27,48,546,1111110011110111111100100011011001110011000011100110000111110111000110010000101100010101011100011001
+0,27,49,531,1111111111010111101100100110001111111111000101000000000101010111000110101100001101110010010100011001
+0,27,50,523,1111010110110011111100100011101100110101001101100111001110000111001000001100000001010110011101011010
+0,27,51,486,1111010110010011101100111110001110101110000111100111000000100011000110011101000010010010011101010000
+0,27,52,-564,1111010011110111111001101010101010111011001111100111101111101111100100000001000010010011011100010010
+0,27,53,522,1111010011110111100101101111101110110011000000110100010111100110100110101101100001000010011101010000
+0,27,54,-596,1111111011111011101000111111010100111011101110000111101101010101001101111001100001010010011001101001
+0,27,55,467,1100011110110110001001111011111110110011000100000110000101000100001101101001000101010100011000011001
+0,27,56,507,1111011011110111111001110010001111101011001001000101010110111101100000001101000000001110011001010010
+0,27,57,504,1110010101100011111101101110101110110011001111000110010100100110101010101100001000000110011100011000
+0,27,58,503,1111010111110111101000011110101110100011001100001110010111010101000100001100001000110010011101010001
+0,27,59,505,1111110011111011111100011111001011001011001100101111111100010010100101101001001000000010011000011000
+0,27,60,-609,1101011111111111000100110011101010110011000011000110100011111110111100001111001110010110011101011001
+0,27,61,499,1111011011100011111001101111001010111101000011101110111111010111000100111000000000000110000010010001
+0,27,62,-554,1110110011110111011000111011001110111011100100000110001101011100101110111101100000010110011000111000
+0,27,63,485,1110010111100111101100101011001101110111001001000111000110010110000100001101001010010000011010011010
+0,27,64,503,1111001010110111100100011011101110111011001001001110010100000101000110001001000010010111011001011001
+0,27,65,543,1111110101110011111100101110101111111011001001000010000111101110101000001100101001000110011001110001
+0,27,66,544,1111100010101111101100100011101011111011001100101111001110011001000110111001000000010010011101011010
+0,27,67,461,1101011111110011111100111110001100110111000110000110100100010101100000001000000010010010011000111010
+0,27,68,514,1111011111111011111101001011001111111011000001000110101010000111001000001100000001100110001101011010
+0,27,69,519,1111011010110001111101101011111101101011000110101110101101000100101101101000000000000010011001111010
+0,27,70,524,1110010111110111111000001111011011110011001011000100110011110111000010001101001000000110011001011001
+0,27,71,529,1110011001110111101101110010001111110011101111000101000100110111101000101100001000000110011100011010
+0,27,72,491,1111011011110011011001111011111110100011000101000111000100001100000100001101000101010000011101111000
+0,27,73,532,1101010011110011101001100010001110111011001110000111010101111100101101111001000000000110011001010011
+0,27,74,454,1111110011110011111100101010001100111101111001000010000110000100000100001110001100110010010000011001
+0,27,75,543,1111010111110011111100110111101110111010001100000111110100010100100100101101001010010011001101110000
+0,27,76,-560,1111110011110111110100101011001111111111001101110110010101001110000100001001101010010110011001011000
+0,27,77,460,1110010111100111111000101011101100110011000100000110000110110100100111011101000010000000011100010010
+0,27,78,465,1100011010110111101100111011111110110011000001000110000101111111100100001000001000000011010001011000
+0,27,79,-559,0110110011110111101100101011010111111011000110001111000101010101100100101001100011010100011001011011
+0,27,80,-581,1100011011110111111100111011101100110111001111100101000111010101111110001000000011010011011110011000
+0,27,81,491,1101011111110111111100101111101000101001011100000010101111010101110100001001000010000000011100011001
+0,27,82,539,1101010011110111110101001110001010110111001110000101110101000111000110111100000011010010011100011010
+0,27,83,482,1111110011110111011000100010101100111011000001100100100111110110100100100001010010010111001000110000
+0,27,84,-553,1111011111110011101001101010001110101111000000101111100101100111100100001101001001010110011001011010
+0,27,85,500,1111000010110011111100111010101110111011100101000111000110010001001000011001000001010111011100010010
+0,27,86,504,1100110111011111101100101011101111110011000111001110000111011101000100101000001010000010011001010010
+0,27,87,534,1111011011110111000100100011011111110011100111000110001101000110100100101101000001010010011101011010
+0,27,88,492,1110010011110111101000011011011011110011101101000100100010110100000100001100010001000010011101011011
+0,27,89,-587,1101011111110111101000100011111101110011101110000111101101010111001000101101001000000110011101011011
+0,27,90,-588,1101111111010111101100001111001111110011000001101110000111100111000110101000001101010110111101011001
+0,27,91,483,1111011111011111100100100111111101110011000011000010000111010100000100101001000010010010011100011001
+0,27,92,478,0111011011010111011100110010101111110011100000100110000111111110010100100100001000000010011000011010
+0,27,93,-598,1111011011110111111101111111001111110111001000000110100111111101001110101101001000010100111000011001
+0,27,94,523,0110011011110111011100101010101111110011001001001100000111110101001000101101001000010010111101011000
+0,27,95,-570,1101011111110111110100101010101111110011001111001100001111011101001000101100000010010110011101011010
+0,27,96,544,1110111011110110101010110111011100111011101100000110100101000101110111101001101000010100011100101000
+0,27,97,483,0110011110011111111000101011100110111101001101000011001111000100001100001100000001010110011000011001
+0,27,98,513,1111011111110111100000110011011110010101001001100110100001010011111110101001000010000110011000111000
+0,28,0,496,1110011111110111100100101011011110110111001001100110100001010010101100101101000010000000011010011010
+0,28,1,498,1111010111100111101000110011001101010111001001000111000110010111010110000001001010010110011000111000
+0,28,2,509,1111011110111111111000100111001110110011100011000110001010000100101110001101000010010100011101011000
+0,28,3,-575,1110011011110111111001111010011010101001101111000101110010110111100100001001011000000111011101011010
+0,28,4,494,1111000010110111111000101110011110101111101110001110011000001100100100011101000010000000011101011000
+0,28,5,546,1111010110111111111100110110011010111001111111000111001010010110100110001000011001000110011100001010
+0,28,6,496,1111010110111011101100100010111111101111100101000000000101000101000100101100001001110010011100011001
+0,28,7,-555,1111111111010111101100100110001110111011001101000111001100010110100110001101001111010010010101011000
+0,28,8,515,0111111111110111101000100011101111100011001111001111100110011100010100001001000000000110011101011000
+0,28,9,506,1101011011111111100100101111101110110011001000101110101011010001001100001001001010010010011000011001
+0,28,10,505,1111011011111011111010101011001110111011000110000100100111100101100000101001001010010010011100011000
+0,28,11,-561,1110010011110111111100101011101010111111001101100011000111010111110100000100000011010011011101011000
+0,28,12,500,1101010111110111110101111011001100101011001100100110000110001101110100001101001010000000011101011000
+0,28,13,471,0111011111110111111100101111101010111001010000000010101111110111100100000001100000000000011000011001
+0,28,14,524,1110010111110111111000001111011011110011001011000100110011110111000010001101001000000110011001011001
+0,28,15,515,1110010111110111111000001111011010110011001011000100110011110111000010001101001000000110011001011001
+0,28,16,480,1101110011110111101001100011001010111011000110000110010111110111001100110000000100000100011100010001
+0,28,17,-598,1111010011110011111100100010011101110011001011100111000101111100100111011001101000010111011001011011
+0,28,18,533,1110011011111111101100101011101010111011001110100010000111010111100100001000101010010010011101011000
+0,28,19,529,1100011011111111111110101011101010111111001010100100010101010100110100001001000010010011011100011001
+0,28,20,500,1111010010110011111100111110101110101111100111000111000010010001001000011001000001000101011101010010
+0,28,21,469,1110000010110111111101110010001110111011000100100110010111000011000000001101000001010110011100010010
+0,28,22,491,1111011111110001011101110111111110111010100100000110000100101101000100001100001001000000011101111000
+0,28,23,-541,1111011011110011110000101011101110100011000101001101001101001110000110001101000100010110011101111001
+0,28,24,-575,1110010111111111111100001111011111111011001011000110100011100111000010001101000001100110011101011001
+0,28,25,475,1111011111110011111001001011001011110011000001000100111010011111001000001100001000000110001001011010
+0,28,26,470,1111011111111011101100111011101011101101000110001111101111010000001100001100001000010010000001010000
+0,28,27,-580,1111111111110111111001101111101010110011101000100111111110111100000100101011001100010110011000011000
+0,28,28,524,1111110011110011111001111110001111101010001001000001010110101111101000001101001000000110011001110001
+0,28,29,506,1111011101110111111100100010101111111011001001000110000110111100100000001100100001001110011001010010
+0,28,30,513,1111010111110011111100110110101110111111000110000111100100010101100100001100001010010010011001011000
+0,28,31,481,1101011110111011101100101010011100100011101101000110001100000100100000011001000011010010011100111010
+0,28,32,-603,1111011011111011101100111011101010111001100010000111010111111111100100101111100110010110000001011001
+0,28,33,505,1110011111110111111101101111101010111111001010100110111101010100001100001000001000010010011100010000
+0,28,34,540,1101011111110111101000111111101000110011000001100110101111111111101100001000001011010011010001010000
+0,28,35,445,1110011010110111101100111011111110010001101001000110000100010100110100001000000000000010011101011001
+0,28,36,509,1101011011110111011000110011111110110011000110000110000110000110000110111000100101010100011100011001
+0,28,37,493,1110110110110110101101101011011001110011000001100110000101110101001101000001001100010101011000011001
+0,28,38,506,1111011111110011111000110111101010111001000100000111110100011100000100101101001110010011000100110000
+0,28,39,-590,1111010111110011111101111111101110111110101010000111111111110100101100101110001000010110001001010000
+0,28,40,-576,1111011111010011111100100111101111111111000100000000000101001111000110101100001101110110011101111000
+0,28,41,476,1111111111110111100100100110001110111010100101001100001101110101000110001100001000000010010100011001
+0,28,42,546,1111001111110111111100111111111010101111001110000110001111100100001101001110000100010010011101010000
+0,28,43,527,1111011110110011111011111111101011111001100010000111111000011100001100101100001111000110000000010001
+0,28,44,507,1111010110110011110100101011101110110111001101100110000110000101001000101100000001010100011101011010
+0,28,45,531,1111011110110111111100100011001101110001001101001101001110111111101100001100001000000010011101011000
+0,28,46,556,1111011111110011101101011111001111111111000010000111010111000111100100011001001000010100010100011011
+0,28,47,515,1110010111110011111110111111001111101011000100000111010111011000000100101101000010100010011000111000
+0,28,48,486,1111010111100111001100101011101100110011000101000110001100110110100100011101000001000010011101010010
+0,28,49,484,1110011011110111110000100011011111110001100110000110000111000100100111101101000010010000011100011000
+0,28,50,-572,1111110011110111111100111111001100111111100100000110100101010100110101111001001000010110011100101001
+0,28,51,516,1110011111110010101010010111011011111011001110000111010111000001000110001001100000110000011100111010
+0,28,52,507,1111011110110011110100000011101100110001001101101110010100000111001000001100000011010110011101011010
+0,28,53,519,1111000010110111101100111011101110111111001001000111001110000101000110001001000000010111011001011001
+0,28,54,-567,1111011111110011111100101111101010111111001100000111110111010101100100001101000010010010001101110010
+0,28,55,516,1111010111110011101100110111101111111000000100000110000100110100100110111001001000010011011001111000
+0,28,56,-577,1111011111110111000100100011001111110011001111000110001110111110101100101101001001010000011101011010
+0,28,57,484,1111011010110111110100101011011111110011100101001100000101001101100100101100000000000010011101011000
+0,28,58,-569,1111010011110111111001101010101011110011001011100111100111110111000110010000100100010101011100010011
+0,28,59,541,1111110011110111111100100011011000111011000111100110001111101111100100000001001010010011011100011000
+0,28,60,524,1111010011111111111100011111101110111011000101001111110101011010100100001001001000000010011001011000
+0,28,61,458,1100111010110011101100111011011011000011001000100110001100110111100111101000001000000011010000011000
+0,28,62,467,0111011110111111110001111110100110100101101110000011100111000100000110001101000000000110011000010010
+0,28,63,532,1110011111010111111000101011101110111101001101100100001111100100101100001100000001010111011000011001
+0,28,64,465,1111100011100011101100100010001111111001101000101010001110000001000100101010000000110010011101011001
+0,28,65,525,1111110010111111111100101010101000111111011101000111000110011100000110011101001100010010010000011010
+0,28,66,496,1101010011110001110101001011011111101011001110101101101101000100101100101000000010000010011001011010
+0,28,67,-553,1111011010110111111101101110101000010111000110000110110101000111000111111100000001010010011100111010
+0,28,68,540,1110111011110110111010101011101010111011101110100010100101010101110100101001101000010001011100101000
+0,28,69,536,1110011011111111101110110111011100111111001100000100000111000101110111001000001010010110011100011000
+0,28,70,485,0111010111010011001100101010101110110011000010101110000111001110110100001100001000000010011100011011
+0,28,71,553,1111111011111111110100110110001111110011100001100110100111111111000100100001100010000110011001011000
+0,28,72,543,1110110111001111101100101011001101110011000011001111000110011111000100101101001010010010011011010010
+0,28,73,446,1100010111110111101100101011101111110111001101000110000111010100000100001000001010000000011000011010
+0,28,74,506,1111011111100011101000011011101010111001001001000010111011110100101100111100001000000111001001011000
+0,28,75,553,1101011001110111111101111111101010111111100010001111010100011101010110001011001100010110010000010001
+0,28,76,532,1110010011110011011100101010101111111011001111001100000111110100001000101101101000000010111101011000
+0,28,77,522,0111011111111111010100111110011111110011001000000110001111100101011101101101000000010000011100011000
+0,28,78,523,0101010111110011101001101010001110110011001110000111010101010101101101001001001000000010011101011011
+0,28,79,518,1110011010100011101100100011101110111011101100100101000101111100000100111101100000000110011001010011
+0,28,80,530,1110010010111111101100101110001010111011001110100110011010000100100100001001110010010110011101011001
+0,28,81,520,1111011111111111111000111111111010101001101011000110010101010110100110001001000010000000011101011000
+0,28,82,541,0111010011110011111100111011001110110011000101100111100111111110010000100101000001010010011101011000
+0,28,83,495,1111011011010111011000100010101111111011100000000110000111101111110100100100001010000010011000011010
+0,28,84,522,1111011011111011011111101011111010100011000110000100000101000101110100001100001111010001011100111000
+0,28,85,501,1110011011110111111000111011101110111111001101100011000110011100000100001001000000010010011101011000
+0,28,86,521,1111010010110011111101101011101110110011000001000111101110000111000100001001000011010011111100011000
+0,28,87,503,1111000011110111111100111110101100111001100101100110000110010000001000011001001001010111011100010010
+0,28,88,533,0111111011110011111110100111000000111011001011100111000111100101010100011110101000010100011100011000
+0,28,89,513,1110010011110111101100101010111111110111000111100000000111010111000110000000001100010111010100011001
+0,28,90,554,1110010101110111111101101111101010111011001011100110010101110110101000101000000000010110011101011001
+0,28,91,486,1110011011101011101100101010101110110011001110000110010100000110100110001101101010000010011100011000
+0,28,92,493,1111011111110111101100111110001111110111000110000100100100110111101000001000001010000010011000011010
+0,28,93,497,1100011001110011111101110010001100110011101111000111000100010101100000101100000000010110011100111010
+0,28,94,-555,1111010011110011111101001110001111111111000110000101010111000000000110111101000000110010011100111011
+0,28,95,537,1101010111110111110100011111001010110111001110000111110101010111000100011000000011010010011100011010
+0,28,96,-566,1101011111110111111100001011101110111011001101001100011101010101101010001000001000010111011001011011
+0,28,97,524,1101011001100111100000111110101011110011001011001010000010011101010100111101100010000110011101011000
+0,28,98,507,1110011111110011101100101110101110111011001111100101001111010111000110001101000000000110000000011100
+0,29,0,-562,1111100011110111111100101111111000111001100101100110001111110111101000010001001001010011011100010010
+0,29,1,482,1111010011110111111100110010001100111011000111100110000110001000000100001001001010010111011100011000
+0,29,2,475,1110010111110111111000001111011000110001000001100110100110110111000000001001001001010110011001011000
+0,29,3,543,1111000011110111111100111110101110111011101111000100010011010000001010011101001000000111011100010011
+0,29,4,-550,1110010011111011111010101010101111111011000111000100100111100101101000101101101000010010111100011000
+0,29,5,497,1111011011110011011100101011001110111011001111001100000111110100000000101001001010000010011101011000
+0,29,6,535,0111010010110011111101111011001110110011000101100111100110111110000000000101000011010011011101011000
+0,29,7,527,1111010011110011111100101011101110110011000001000111101111000111010100101001000001010010111100011000
+0,29,8,520,1111011111111111111000111111111010101001101011000110010101010110100110001001000010000000011101011000
+0,29,9,513,1111011111101111111000111111111010101001101011000110010101010110100110001001000010000000011101011000
+0,29,10,512,1111011111110111101100111110101110110111000010100111100100111101100100001000001011010010010001010000
+0,29,11,-570,1101010111110011111000110111101000111011000101000110101111010111101100001100001010011011011001111000
+0,29,12,511,1110011111110010101010110011101011111011001110001111011111000000001100001101000000110000001101010110
+0,29,13,490,1111011111111011101100011111011011101101000110000111100111010001000110001000101000010010010000111000
+0,29,14,460,1111011011110111111100101110001110111101100101100110000011010000101000001001000011000010011000010010
+0,29,15,535,1110000111110111101100111011111100110011001001100110100000010010001100111101001000010101011110011010
+0,29,16,-597,1110011111110011101100111111001111110111001000100111011110010111100111111001001000010111010000011001
+0,29,17,417,1101111010110011101101011011011011001011000010000110000101100111100100001000001000000000010100011010
+0,29,18,-575,1101011001111111110100111111101010111011001010001111010111010101011110001101001000010110011000011001
+0,29,19,487,1101011011110111101101101111101110110111100000001110101000011001000100001011001110010010010000010001
+0,29,20,523,1101010111110011111100101011101010110011000110000100100101010111110100001000001111010000011100111010
+0,29,21,536,1111011011111111010111011111011010100111001110000111010101000101000100011100000011010011011100011000
+0,29,22,514,0111111011110011110110100111000000111011001011100111001111100101000100001010001010010110011100011000
+0,29,23,553,1111110011110111111100100011011000111011000111100110000111101111110100010101101000010001011100011000
+0,29,24,518,1110010111010111111000101011111010110011001011000100101111100101001010001100000000010111011001011001
+0,29,25,544,1110011111110111111000001111001110111101001101100100010011110110100100001101001001000110011001011001
+0,29,26,481,1101011111110111111100100011001010111011000101001100001101011101100110000001001000010011011000011000
+0,29,27,-626,1111110011110111111100001011111100111011001111100110011111100111101000001000001010010111011101011011
+0,29,28,509,1111010010111111111100100110001110110111010001000110000010010100000110011101001111010100011001011000
+0,29,29,524,1111111110111111111000101011101000111011101111000111001110001100101110001101000000010010010000011010
+0,29,30,490,1110011010110111101100111011101110011011101011000110000110010110100100001000000010000010011101011001
+0,29,31,484,1110011011111111101100101011111110110001001100100010000101010101110100001000100000010010011101011000
+0,29,32,491,0111010011110011111100111011011111110011001100101111101101100100101000100000000000000010011101011000
+0,29,33,-555,1101010011110001111101001011001110101011000111100101100101011110010100101101010011010010011001011010
+0,29,34,428,1111010111110011111100110110101110111111000110100101000110010101000100001100001000000010000000011000
+0,29,35,-592,1110011111110011101100101110101110111011001111000111101101010111100110001101000010010110011001011100
+0,29,36,547,1110001011110111011100101111101011111011001110001100001111110100001000001101101100010010011101011000
+0,29,37,531,1111010111110011111100111010111110101111001111000110000111100100001101101110000000000010111101010000
+0,29,38,512,1111011011110011101110100111101110111010000010000110000111100100110100111010001000010011011100011000
+0,29,39,537,0111110111110011111100110111000001111001001101100111000100110101000110011101101000010100011001111000
+0,29,40,514,1111011101110011011100101011111110100011000111000100000100110101110100011101000101000010011101011000
+0,29,41,488,1111010011101111001111101011101000110011000100000110001101000110100100001100001011010001011100110010
+0,29,42,516,1110111110110110111100101011101111111001101110000101100111110111100100000001101000000000011101001000
+0,29,43,534,1111011010110111111010100011001000110011001101101110001100011100111100101100001000010011011100111000
+0,29,44,-570,1111010110111011101100011111111111111111001101000111010101001011000100101100001000110010011101011000
+0,29,45,460,1111010011111111111100100010101110101011100101001000100101010100100100001001001001000010011000011001
+0,29,46,-556,1111011011010011101001101011001111111111000000000111010111101111110100000001001010010010011100011011
+0,29,47,484,1111011111110111011100010110101111111011100010000110000011000111100100111100001000000100010000011010
+0,29,48,546,1110010111110111111010101111011011111001101011000111110010111110000000101101001011000110000001010001
+0,29,49,505,1111011110110011111001011111101011110011000010000100111001010101001110001100001100000110011000011001
+0,29,50,551,1111011111110011111101001111111011101111001110000100101111000100001101101000000110010010011101010010
+0,29,51,491,1101000011110101110100111011011110101011001110101111001101100100101100001110000000000010011001011000
+0,29,52,547,1111010111111111111100010110011010110011001111000110011011110111100010000101001000000110011101001010
+0,29,53,501,1110010110110111111000101111011010111001111011000101100010010110000110001000011001000110011000011001
+0,29,54,509,1111011011110111110100111011001110110111001110000100100101000101000000111001001010010010011100011010
+0,29,55,547,1101010111111011111010001111001010111011000110000111110111110111100100001000000011010110011100011000
+0,29,56,501,1111010011111111101100110110101010110011011011101110001010010011000110001001001010000110011000001010
+0,29,57,-565,1101011110111111110100101111011110111001101100000111101011010100101100001000011011010010011100011001
+0,29,58,528,1011011111110011101100010111101111101111100110000101010111000111100100011000001001110000010100011001
+0,29,59,518,1111010110111011101101101010011111111111000001000010000101000101000100101101001000010110011100011011
+0,29,60,531,1111010111110011111100011011101010110001001110000110111111110100001100111100001010010010001100011000
+0,29,61,512,1101011111100111100000011111001010111111001001000011110001010111100100011000000001000111011001011010
+0,29,62,532,1110011111010111111000101011101110110111011001000100011110110111001100001100000001010110001000011011
+0,29,63,469,1011011111110011111001001011001011111001000101000100101011001100101000001100001000000111011001011000
+0,29,64,530,1011010111010111111100111110101110111101001101100110001111010000001100001000000001010111011000011011
+0,29,65,499,1110001011110111111000101011101100111001100101100100000110100100101000011101001001010111011100010000
+0,29,66,502,1111011111110011111000011011011010110001001011000000110011110100001110001100001000000111011001011001
+0,29,67,519,1110010111100111101000001111101010111011001001000110111011110111100000111101001000000110001001011000
+0,29,68,542,1111011111110001011101000111101100110010101101101110010100101111001000001100000001010010011101111010
+0,29,69,456,1111011110110011110100110011111110111001000100000110000100000101000100001100001011000100011101011000
+0,29,70,-601,1111011111110111111000111011101110111111101111100111000111101101001110001001001001010110011000010001
+0,29,71,467,1100011001010111111101001111101010101101000000001100011100010100110100001110000100010111010000011001
+0,29,72,538,1110010110110111001110101011101011110111000001001110100100010101010101000001001100010101111101011001
+0,29,73,520,0110110110110110101100101111011101110011000111100010000111100101001100101110001000010110011000011010
+0,29,74,-571,1111010010110011111100111011101110110111001101100111000111111110011000100100000001010010011101011010
+0,29,75,477,0111010111110011110100101011001110110011000101100110100110000101000000101101000001010100011101011000
+0,29,76,-592,1111011111110111111100010011101110111011001101000100011100011100100100101100001100110111011101110010
+0,29,77,492,1101011111110011111000101111101110111001000100001111100101010101001010001001001010010011000000011001
+0,29,78,520,1111011011111111110100110110001111111011000101001110100101111110000100001001000010000110011001011000
+0,29,79,557,1111110011111111111100011111101110110011100001100111110111011011100100100001101000000010011001011000
+0,29,80,488,1111111011111111100100100110101110111011000101000100001101010101100110001000101010010010010000011001
+0,29,81,506,1110011111110111101100101011001010111010101110101010000111110111000100001100001000000010011101011000
+0,29,82,-578,1111010110111111111100111111101101111011000101001101111111111110101100001001001000000010011001011000
+0,29,83,466,1111011011110111111100000011001110110001001101001111000100001011100100001100001000000010011101011000
+0,29,84,528,1111110111110011101001111110001111101011000011000101010110100111101100001001001000010110010000011011
+0,29,85,-564,1111011011110011111101011111001111111110001000000011010111001111101000011101001000000100011101110001
+0,29,86,-592,1111011011111111101101011111101111111111000010101111011111000101001100001001001010010010010100011011
+0,29,87,478,1101011111110011100101101111001110110011001000000110100011010011100100011001001000010100011000011001
+0,29,88,495,1111011011111011101100101011101001101111010111001111100111010000000100001101001000010010010000011010
+0,29,89,492,1111110110111111111100111000101010111101001100000111001110011100001110011100001100010010000001010000
+0,29,90,519,1111011011111111100100100011101011111011001001100010000111110111100100000001101010010010011001011000
+0,29,91,-565,1110011011111111111100111110001110110011100100100110100111011111000100101000100010010110011101011000
+0,29,92,546,1110011111110111101110101110011010111011001110100111011010000000000100001001100010010110011101011011
+0,29,93,500,1110010010111010101000010111001011111011001110000110010111000101100110001001110000110000011100111000
+0,29,94,488,1111011010110111010100000011101100110011000100000110000110100111111100100100000010010110011100011010
+0,29,95,505,1111011111010011111000100010101101111001101001101110010101001111000000001100001011000010011001011010
+0,29,96,499,1111011011110111011000100011111110110011000000000110000111000110010100111000000111010010011100011010
+0,29,97,505,1101011011010111011000110010101111111011100110000110000110101111100110100100101000000100011000011001
+0,29,98,530,1110010100110011111101101110011000111011001001100110011100110110101000001000000001010110011100111011
+0,30,0,547,1111011111110111111010110011001101111011001001001110011100001110111100001000001000010110011000111010
+0,30,1,518,1111110010110001101001101110001010100011001111100101000110110101101100101101001000010011010100011001
+0,30,2,-586,1101001011110111111101101110101110101001001111001100010111010100111100001101001100010111010100011011
+0,30,3,424,1110010001010111111100011111101010111111100000000100011000010000000010011110000000000111011000010001
+0,30,4,519,1111011011101111100100011111001110111111001001001011110001010111000100001001000010000110011001011010
+0,30,5,513,1101011111110111110000110110001011111011000101000110100101111110100100011000000001000111011001011000
+0,30,6,536,1110010111110111111000100110011010111011101111100110100110011100000100001001001011010111011000011000
+0,30,7,457,1111010010110111111100111011001100111001010011100101000010000010000110001000011000000110011100011001
+0,30,8,490,1101000111110101101100111011111100100011001110101110001101010010001100101111000000000100011000011010
+0,30,9,536,1110000011110111110100111011011110111011001001100111100000100100101100011100001000010011011111011000
+0,30,10,530,1111111010111111110100111010001010111101001100000110101101010101000110111100001100010010010101010010
+0,30,11,471,1111010111110111111100111001101110110111001110000101000110001100001000011001001010010010001000011000
+0,30,12,508,1110011110110011101100101010111010011011101011100110011100010110100100001000000000010010011101011011
+0,30,13,504,1110010000110111111100111111001100111011001001000110000110110110101000001000000011000110011100111001
+0,30,14,529,1101011111011111111010011010001011111011100110000110000110111111100110001000100000010110011100011000
+0,30,15,522,1101010011110011011000100111101110111011000111000111110110100111100100100100001011000100011000011001
+0,30,16,476,1111111010111111111000100011001110111001101101000111000110001111000110001101000000000010010000011010
+0,30,17,502,1111011111110111111100001011101000110011001111001111001100001000101100001100001000010010011101011000
+0,30,18,517,1110011010111110111000011111101010111001101010000010010111010111100110001001010010110000011100011000
+0,30,19,482,1111010111111011101000110111011011101011001111000110010100000100100110001001100000000000011101111000
+0,30,20,548,1110111011110011110100101011000111111001101010000111101111110111000100000011001010010110011101001000
+0,30,21,472,0111111110110110111110100111101000111011000111100101000111100101100100001000101000000000011100011000
+0,30,22,491,1111011111110001001100000111101100110011100101101111010101001111000100011100000001010000010101011000
+0,30,23,-591,1011011111110011111101010111101111101110101110000100010110101111101000001000001001110010011100111011
+0,30,24,509,1011011110111011111001001011101001111011001111000110001011001100101010001101001000000011011001011000
+0,30,25,484,1111111111110111111000101011001010111001100101000101101110001100101100001100000000010110010000011010
+0,30,26,504,1111011011111111111100101111001010111011000011100101110011010101000000001100101010010110000001010001
+0,30,27,529,1110110111110111100010100110111111111001101101000110000100111110100110101001001011000010010000011001
+0,30,28,510,1111110111110011110100100110000000111011001011100110001101100101001100001010001000010110011100011011
+0,30,29,520,0110011000110011111111101111011000111011001001100111011110110110100000001000000011010110001100111000
+0,30,30,503,1110011110110111101100001111001110011011001011100110000110110110100100001100000010000110010101011001
+0,30,31,530,1110011011110111111000111011101110111101101101000100010011010110100100001001001001000010111001011001
+0,30,32,495,1101011111110111111110101111101010111001001110101111000010000001000100001001000010010010011001011001
+0,30,33,543,1110011111110011101000101110011110111011000100000111111101010100001010001001101010010111000100011011
+0,30,34,520,1110010111110011100100101011101110111011000111100110100111000101100000101101000010010100011101011000
+0,30,35,542,0111011111110011110100101110001110110011001101000111101100010111000110001101000001010110011001011100
+0,30,36,504,1111001111110111101110111111011111101111001110000110100111010000000010011101001000000110011000010000
+0,30,37,537,1111010011111011111100011110101010111001100111000101010011010001001110001000101000010011010100111011
+0,30,38,516,1111111111110111101100010111101110101011100010000111010111010011100100110000001000100000010101011001
+0,30,39,-569,1011010011111011111100011111101111110111100101100101110111001111100100001001101001010010011000011000
+0,30,40,525,1110011111010111111101101110101110100101100010100101011100111101110100001000000110010110010000011001
+0,30,41,464,1101011001110111101100011111101010111111000000001110100100010100100100001110001001010011010001010000
+0,30,42,-567,1111011111110001111100110111101101110011100101101111110111101010001100001001000001010010011001011010
+0,30,43,-555,1111010110111111011101001111101100111010001101001100011100111111101000001100001000000110011101111000
+0,30,44,447,1111010010110011001100101011001110111011001011000101010111110100001100001001001000000010010000011010
+0,30,45,-572,1111111111110011111001111110001111101011000111001100000110100111100000101001001010010110011101011001
+0,30,46,-596,1110011111010111101000110011101010111011011111001111011110110111001100001101000001010110001100011110
+0,30,47,443,1110011111110010111010101011101111110111001000000100011111010000001100001100000000110000001001010010
+0,30,48,542,1110010011100111101100101111111010111001001100000110111111010111100100011101000000010110001101011000
+0,30,49,439,1110011111111111101000001011101110110001001001100010000001110101110000100000101000000010011001011000
+0,30,50,549,1111100011110111111100101011011000111001000101100110001111100111110100010101101000010011011100010010
+0,30,51,-566,1111110011110111111100100111111000111011100111100110000111111111101000010001001001010001011100011000
+0,30,52,524,1111111111110111101000111110001010111010000011100101000111110111001100001001001000010110010000011011
+0,30,53,510,1110010111110011101101101011001111101011101110001010010110100111100100001100001000000010011101011000
+0,30,54,-597,1111110111110011111100010111001011111011001111000111001101110111100110001101001000010100011101011010
+0,30,55,487,0111010111111111111100110110010000110001001101100110010010110101000010010101101000000110011001101000
+0,30,56,522,0111111011110011110110100111100000111011001011100111001111100101000100001010001010010110011100011000
+0,30,57,514,0111111011110011110110100111000000111011001011100111001111100101000100001010001010010110011100011000
+0,30,58,527,1111011111110011101100101111111110110111000111100100000100111101100100001101001011000010010101010000
+0,30,59,499,1111011101110111011100111010101110100011000010000111100100110101110100011000000101010010011001011000
+0,30,60,538,0111110111110011111100110111000001110001001101101111000100110101000110011101101000010100011001111000
+0,30,61,537,0111110111110011111100110111000001111001001101100111000100110101000110011101101000010100011001111000
+0,30,62,-575,1111010111111111111100111111001010101011111011000110010111010110000110001101001111000100011001011000
+0,30,63,454,1111011010111111111000100110111110110101000001000110000000010100100110011001000010010000011101011000
+0,30,64,517,1111000011110111111100100011011100111011000101100110000111100101111000010101001010010001011100011000
+0,30,65,549,1110111011110111111000101011101000111001100111100100000110101110100100011101101001010111011100010000
+0,30,66,544,1111010111111111001101010111101010110011001110000110011111000110100010001100001011010010011100011010
+0,30,67,491,1111010011101111111110101010011000110011000111000010001001110111100100000101001000000101011101100010
+0,30,68,527,1111011010110111111000100011101100110011001000100110001111000100110100111100001011010010011100011010
+0,30,69,506,1111011011110111011010100011011010110011000101001110000100011110011100101000000100010011011100111000
+0,30,70,465,1011011011110010101100011111101111101111100111001101000111010100000100001000001000110000010100011000
+0,30,71,551,1111011111111011101100100011101001101111010110000111110111000011100100011101001001010010010000011011
+0,30,72,-590,1110010111110111111010101011001011111011101111100110001010111100111000101101001001010011010100011001
+0,30,73,502,1111011010110111111010100111011000110001001001001111110100011110100100101100001010000110001001110000
+0,30,74,-597,1111111111111111011101010111101110110011100101100111010110101011100000100101001000010010011101111010
+0,30,75,496,1111010001110001111100001111101100110010101001101110110101011111001100001000100001000010011001011000
+0,30,76,484,1111001011110111111000011011001110110011001011000000110011010100001010001100001000000111011001011001
+0,30,77,-561,1111010111110011111100111110111010111001101111000100010011110000001110011101001000000111011100010011
+0,30,78,502,1110010111110011101100101111001010111111100110100010000111010111000100011000001000010010010101011001
+0,30,79,537,1011011111110111101100010011101111101010101110001101010111110111100100001100001001100000011100011000
+0,30,80,-546,0011010110110110101101001011011011110001000111000110101111100101101100101110001000000111011001011010
+0,30,81,443,1110111111110011111000101111001101111011000101100000000011001100001000001100001000010110011000011000
+0,30,82,493,1111010011111111101100110010001100111011010111101110011010010001000110001001001010000110011000011000
+0,30,83,501,1111010011110111111100110110101010110011001011100110000110001010000100001001001010010111011100001010
+0,30,84,-556,1110011111110111111100101011001010111010001111001110011111010100000100001001101010000110011101011001
+0,30,85,491,1111011011110011001110101110011110111011001110100101000010100000000000101001000110010010011101011010
+0,30,86,478,1111010011111111111100110110011010110111010001000110000010010101100010011101001000000110011001001000
+0,30,87,-578,1111010110111111111100000110001110110011001111000110011011110110000110000101001111010100011101011010
+0,30,88,515,1111010111010011101001111110101111111111001011000101010110100101001100001000000000010111010000011011
+0,30,89,543,1011110111110111111100111110001110101001000101100110001111010010101100001001001001010110011000011011
+0,30,90,537,1111110111110011111100110110101000111001001111100101000110111101000110011100001100010010011001011000
+0,30,91,445,0111010111110011111100110110000111111111000100100111000100010101000100001101101000000100000000111000
+0,30,92,-660,1110010111110111111111001111111011111101001111000100111111111110001101101101001111000110001101010010
+0,30,93,437,1111011111110011111000101111011011101011101010000111100010000100000000101000000010010010010001010001
+0,30,94,556,1101011101111111111100110111101010111011001111000110010011110101001010001101001000000110011100011001
+0,30,95,-581,1111010011111111110100011110011010110011001010001111011111010111110110000101001000010110011101001010
+0,30,96,-580,1111011111100111111000000111001110111011101111100101010111001101110100101000001001010011010100111001
+0,30,97,485,1011011010110011101110110011101001100111000110001110001100010110101100011100001000110000011100011000
+0,30,98,-593,1111010011110111111100111110111110101111001100000111100111101111001101101000100000010110111101010000
+0,31,0,-564,1111110011110011111100100011001101110011001101100111000101110101111000010101001010010110011001111000
+0,31,1,505,0111000111110111111100110111010000111001000101101110000110100101000110011101101000010001011100011000
+0,31,2,463,1110110011110011110000101110001110101001101110000101000110110101001100000101001000010011010100011000
+0,31,3,-603,1111111010110001101101101011000011110011001011100111101111110111100100101011001010010110011101001001
+0,31,4,553,1111011111110111110001110110101111111111000011000111000110111110001100011000000000010111011001011000
+0,31,5,482,1101010111010011111000111110001011111011001101000100110101100101100100001000000001000111010000011011
+0,31,6,520,1111010011110111101100100011011100101010000111101100000111110101110000001101001011110000011100011000
+0,31,7,547,1011001111110111111100010011101111111011101100000111010111100111101100110100001000000001011100011000
+0,31,8,528,1111011111111111101000101011101011101101011100000100010111000110100100011001001001010010011000011011
+0,31,9,555,1111011011110011111101110011101100111111100111000111110011010001100100001101001001000010110001011001
+0,31,10,535,1101011001111111111100110110101010111001001111000101010011010101001110001100001000000111010100011011
+0,31,11,558,1111010111111011111100011111101010111011100111000110010011110001001010001001101000010010011100111001
+0,31,12,497,1111110110110111111100111010001110111011010011100101000110110110000100001000011000000110011000011001
+0,31,13,484,1111011011110111101000111111001000111000000011100101000011000011001110001001001000010110010100011011
+0,31,14,-586,1011010011111111111100010111101110110111101101100100110111001011100110001001101011010110011000011000
+0,31,15,496,1111010011110011111100111110101011110011000011100111000110001110000100001001001000010011011100001010
+0,31,16,558,1101011111110111111000100111101011111011000111000111110111101111100100001100000001000101011001011000
+0,31,17,477,1101010011110011010000110110001110111011000101000110100100110110100100110000001011000110011000011001
+0,31,18,541,0111011111110011100100101111001110111111001001000111101100010111000100001001000011000110011001011110
+0,31,19,514,1111011001101111110100011110001110110011001101001011110001010111000110001101000000010110011001011000
+0,31,20,439,1111011011110111011010100010011010111011001100000110000000001000010100101000000100010011011100011010
+0,31,21,-558,1111011011110011001110101111011110110011000111101101000110110110001000101001000110010010011101111000
+0,31,22,-580,0111010111111011011100110111001001111011001100000111011100100111100110011101001010010100011101111000
+0,31,23,501,1111110111110111101101010111100010110001001111100110000111010100000010001100101001010010011000011010
+0,31,24,542,1011011110111111111010100011001001111011001011001110011111001100111110001000001000010110011000111000
+0,31,25,521,1111011111110011111101011011101101111011001101000110001000001110101000001101001000000011011001011010
+0,31,26,533,0111011111101011111100010111001101111101001001101011000101010101000110011001101000010100011001011010
+0,31,27,523,1111110011110111100100111111000010110111001101001011110000110111000100001101000010000110011001111000
+0,31,28,476,1111010010110111111000110111011100110111011000100110001011010100100000011100001010000010011100001010
+0,31,29,529,1111011011111111111100100010101010110011000001000110000110000101110110111101001001010110011001011000
+0,31,30,504,1111000111110001101100101111101000111111101110100010000111010010000101111011000000000100010101011010
+0,31,31,500,1100010111110111101100111011011110100011000110101110001101010111001100001100001000010010011000011001
+0,31,32,509,1110000001110111111100111111011100111011001001100110000110110100101000011000000011000001011100111001
+0,31,33,522,1111010010110111111100100011001100111011001101000110000111100111111000000101001010010110011100011000
+0,31,34,517,1111111010111111101100110110001010111101001100001110100100010101100110101110001000010010010101010010
+0,31,35,469,1101011001110111110100011011101010111111000000000110101101010100000100011100001101010011010001010000
+0,31,36,515,1110011011111011111100111010001100111011100111101110000110010101000111100110000010000010011001011000
+0,31,37,505,1111010111111111101100110010001110110011010111100110011011010000000100001001001010010110011100011000
+0,31,38,540,0011010111110011101100010011100111111011001111101111010110110111000000011100001001010100011100011000
+0,31,39,523,1111111111110111111100110111001001100000101100001101000101110101100110001101101000100000011001111000
+0,31,40,497,1110011001010111111100101110101110100101100011000100010100111101101100001000000111010110010000011001
+0,31,41,532,1110010110110111111101111111001100111011001000100111001110110110110000001000000010000110011100111001
+0,31,42,498,1011011110110111101010110011101001111011001001001110011100001110101100011100001000010000011000011010
+0,31,43,534,1111011011110011111110110011001101100111000110001110001100010110111100001000001000110110011100111000
+0,31,44,548,1110011011110111011110111011111110111001001100100100010011000110100000001001001010010010111011011011
+0,31,45,488,1111011011110011101000101110001110111111101111000101000010110000000100101001000101000010011101011000
+0,31,46,533,1111001110110111111110011111001111101011001110000110100111110010000010001101001011000110011001010000
+0,31,47,549,1111010111111111101100100110011110110111001111000110011011010100000110010101001100010100011100011010
+0,31,48,511,0110011110110011110101101110011100111011001001000111101100010110000110001100000001010110011100111000
+0,31,49,-551,0111011001110011111110101111001010110011001101100111011110110111100000001001000011010110001001011100
+0,31,50,516,1110011101111011110100111111001010111001001010000110000011110111000010001011001010000110011101011000
+0,31,51,-588,1101111011110111111100100011100111111011101111000111111111110101001100000101001000010110011100001001
+0,31,52,477,1110010010110000101000101111001010101001001110100001000111110111100100001101001000110010010100011001
+0,31,53,531,1111111010111111111001011110101010110011101011000110010110010101101100101001010010010001011100001000
+0,31,54,531,1111011111110111111100110111101000110011001111100110010011101010001000001101000000010110011100011010
+0,31,55,-584,1101011101111001111100110111001111111011100101001111110111110101001110001001001001000010011001011001
+0,31,56,-591,1111011111110111111010101011011110111011001111001110011100010100101100001001101010000110011101011001
+0,31,57,520,1110011111110111111100110011001001111010001001001110011111001110010100001000001000010110011000111010
+0,31,58,-549,1111010011110111111000100011101100110011001001100110001101100101111100001010001010010110111100011010
+0,31,59,495,1111111110010011110100100110000000111011001010100110001111000100000100111100001001010010011100011011
+0,31,60,488,1110011000110011111111100111011000111011001111100111000110110110100000001000000011000100001100111000
+0,31,61,510,0111111110110110111110101111101000111011000001100101011111100101100100001000101000010010011100011000
+0,31,62,492,1110011111110011111000101111011101111011000101100010110011001100001000001001001001010110011000011000
+0,31,63,493,1110111111110111111000100110001010111011101111100100000110001100000100001100001010010111011000011000
+0,31,64,544,1111011011110111111110111011011111111111101110000110100111110111000000010011001000000110011100000000
+0,31,65,501,1110101111100011100100101111000111101001001010000111101111010000000110001101001010010110011001011000
+0,31,66,481,0111010111110011001100010111001110110111000100000111001110000101000100001101101011000100000100111010
+0,31,67,501,1111010111111111111001110110100011111011001110100110010101010110100010001100001000010010011000011000
+0,31,68,513,1101011111010010101110011110101111110011100110000100001110111101100100001101000011000010011100011000
+0,31,69,560,1111011111111111111000101011011010111111000111100110000100111111100110101000101000010110010101010000
+0,31,70,487,1100011001111111111101110110101110110001001111000100010000111101001000001001001100000110011000011001
+0,31,71,-598,1111011111010111111100101111101010101111110010100111011111110101110110001100000010010110010100011001
+0,31,72,-591,1110010011110111111100101011000101111011101101000111100111100101101100010111001010010101011101011000
+0,31,73,474,1111101011110011110100100011011110110011000010100110001111110111010000000001001010010010011100001000
+0,31,74,-566,1111010111110111011110110010011000111001000111000110000100111111011100111100001100010011011100111000
+0,31,75,465,1111111011110011111000100111101010110011001101101101000110011100000100001000000100010010011001011000
+0,31,76,-570,1111111111110011111100101011001010111011000111100111100111010101101000101100000010010110011000011011
+0,31,77,467,1110010111110111100100101011101110111001100101000100101110001100100100001101000000010100010101011000
+0,31,78,494,1011011010110111101000111011101110100101100100000110000100010110101100001001001001110010011101011000
+0,31,79,535,1110011011110011111110110011101001111111001111001100011011010110100100011100001001000000111000011001
+0,31,80,435,1010110010110011100010100011111101100001101101000110000100110110101100011101001001000000010000011000
+0,31,81,-579,1111011111110111101110110110101011111111000110001110001100011110100110101000001010110010011100011001
+0,31,82,-558,1110010111110111101011001110011011111111001100000101111101011100001001001001001011010111000100010011
+0,31,83,-645,1110011111110011111100101111111110111001000111000110111111110110001110101101101110000110001101011010
+0,31,84,484,1111011011010011111101100010101010100101100110001110001100010110100100001100001100110100011100011000
+0,31,85,503,1010011110110011101100110111101101100111000010100101011100111101111100011000000010010010010000011001
+0,31,86,-568,1111011101111011111100111110101010111011101111000110000011110101000100101111001010000010011100011001
+0,31,87,515,1100011111111111111100110011001110110011000111100110010111010100001010001100001000000110011101011000
+0,31,88,-550,1111100111110111111100101010001100111001000101100110001111110010110100010101101001010010011000110011
+0,31,89,-557,1011110011110111111100111111011010101001000101100110001111000111101100001001001000010111011100011010
+0,31,90,444,1111010011110111111100100001001110110111000100000100000111100101111000010001001010010000001100011000
+0,31,91,535,1111000111110111111100111011111100011011001111100111000110001100001000011101001010010011011000011000
+0,31,92,-552,1101011001110111100110000111111011111111100001000110100100110110101110101100001011010011010001011000
+0,31,93,453,1110110111110111101000111110101110111001001100001110000100011100100100001011001001000010010000010001
+0,31,94,460,0111111110110011111110100111000001111001001101100111000100100101000100011000101000000000011101011000
+0,31,95,549,0111110111110110111100110111101000111011000111100101000111110101100110001101101000010100011000111000
+0,31,96,508,1111011111010111111101001010101010100001101111101101001100001010101100001000001000010110011001011001
+0,31,97,531,1110011111110111111100101111101100110111000010000111011100111101110100001100000110010010010100011000
+0,31,98,508,1110111010110111101100101010001010011011001111100110000110010110100110011100001000010110010101011000
+0,32,0,552,1111011111111111111100010111001110110101001011101011010101010101001010001101001000010100011001011010
+0,32,1,489,0100011111101001111100110011001101111011000101100110000111010100000110011000101000000110011101011000
+0,32,2,528,1111110110110111111100111111001010111001010011000110000010110110000110001001011010000110011001011001
+0,32,3,485,1110011101111011110100111010001110111011001010100101000111110111000000001010001000000110011100011000
+0,32,4,550,1101011111111111111100100011001100111011001011101110011111000100001110001100001000000110011101111000
+0,32,5,507,1010011110111111111010110011001011110011000111000110010111011100111010001000001000010110011000011000
+0,32,6,500,1110011111110011100100111111000001101101001110000100001011010000000110011101001011000110111000011001
+0,32,7,536,1110101011100011111110100011101111111011001011001111111111010110100100001100001000010000011001011000
+0,32,8,494,1111011110111011110000111110001110110011001011000110001110010111100100001001010011010100011000001000
+0,32,9,-558,0111111011110111101101001111001010111111101001000111110100010100001100101001000010000011011101011110
+0,32,10,503,1011011110110111111000111011101110110101101101000110000101110101000100101001001100000010011101010000
+0,32,11,518,1111011010111111100100011011001110101101000000000110101100010110101100001100000011110010010101011011
+0,32,12,418,1110011001110011111100101011011000111001101101000101001110010110100000001000000010000100010100011000
+0,32,13,547,1110010110110111100111100111101110111011000111110110100110101100100100001101000001010100001101111000
+0,32,14,462,1111110011110111100100111110001010101101001100001001100010110111001100000101001000000011010001011000
+0,32,15,524,1110110011110011110000101111000110110011101111000111010100110101000100001101000010010110011100111000
+0,32,16,-575,1111001111110111111100110011111100111011101101100111010111001110101000110101001000010001011100011000
+0,32,17,507,1011000111110111111100011011101111011011001110000111000110100101001100011100001010000011011000011000
+0,32,18,544,1110111011111111111001110110101110110001101111000100010010110101101100101001010110000010011100011000
+0,32,19,474,1101011000111111111101011110101010110011001011000110010100011101001000001001001000010101011000001001
+0,32,20,510,1110010011111111111100100011001110110111000101100110000111100101111010011100001000000100001101011000
+0,32,21,449,1101011111110111111100110001001110110011000110000100010111010100001000000001001010010010011100011000
+0,32,22,543,0111011111110011100100111111000110111111001100100111111101010111001000001100000010010010011000011110
+0,32,23,501,1111010111111111111001100110101011111011001001000110000100010110100110001001001001000110011001011000
+0,32,24,510,0111010110110111111100111011000100111101100101001110000100000100001110001001101001110001011101011000
+0,32,25,498,1011001011110111101000110111111010101001000100100110000110110111100100011101001000010010011100011000
+0,32,26,495,1111111110111111111000100010001001111011011011101100001110010110011110001000001000000110011000011000
+0,32,27,544,1011010110110111111110111011001110111011000011000111010111101100100100001000011000010110011000111001
+0,32,28,490,0111011111110111111100110011101001111010001011000100001111010100100100001001101000010100011000111000
+0,32,29,-585,1111110111110110111100110111001000111011000101101111010111101111010110001100001000010110011000111010
+0,32,30,550,0101111111110110111100110111101000111011000111000101110111100101100110001101101000000101011000111000
+0,32,31,-571,1111010111110111111000100111101011111011000111100111000111111111100100001100000001010100111001011000
+0,32,32,525,1110010011110111111000100111011111101011000111101100000011011100111000001001001011110100011000011000
+0,32,33,496,1111011111110011101100101011011100111010000101100010110111100101000000001101001001010010011100011000
+0,32,34,549,1111011111110011100100101111101110111111001001000110101101010110000110001101001101000111010001010010
+0,32,35,473,0101011001110111110100011011001010111111000000000111101100010101000100011000000011010010011001011100
+0,32,36,549,0111010111110111100100111111100011110011001111101111110100110111001100001100001000010100011001011000
+0,32,37,526,1011110011110011101100010011000110111111001101001011010010110111000000011101000011000110011100111000
+0,32,38,452,1100010111110011111000101011001111111011001101000100100100000100100100001001000001010110010001011010
+0,32,39,512,1111010111010111100100111110101010111001100101000100111111101101100100001100000000000101010100111001
+0,32,40,487,1111011101111111110000011110001010111011001011000110000010110111000000001011001010000011011100011000
+0,32,41,550,1110111010111011111101111111101010110001101010000010010111010101101110101001010010010100011101001000
+0,32,42,540,1111011110111111111100011011001000101101001100001111001101110101100100101101101100000000011101110000
+0,32,43,509,1111111111110111110100110111001111110000101001100100100100110101000110001100000010100010010001011011
+0,32,44,-602,1111110011110111111100100111111111110111001101000111000111110101000110010101001010010110011100111000
+0,32,45,510,1111010111111011101100100010001100100011001111100110011001010100111000010101001100010100011001011010
+0,32,46,-553,0101011111001010101110110110101101110011101000100100001111111101000100011101100001000110011101011010
+0,32,47,501,1111011111110011111100011111001111111101000111001011000100010101100110001001001010010000011000011000
+0,32,48,-575,1111011011110111111100010011111101101011101101101111000111110101110100001101001001100000011100011000
+0,32,49,483,1011000111110111101100100011001110101010000110000100010111100111101000110100001010010001011100011000
+0,32,50,523,0111011111110011101000110111000111111010001011101111010010100011001100011001001001010110010100011000
+0,32,51,501,1011010011110111101100011011101000111001000111100101000111010111000010001100001000010100011100011011
+0,32,52,487,1111010111110111101100110011001000110010100100000111010011110001000100001001001000010110111001111000
+0,32,53,558,1111111111111111111100110110001111100001011111101100001100010100100110001101101010110000011100011000
+0,32,54,504,1111011111110111101001111111100010111001001111100100000010010000000000101101100101000010011101011010
+0,32,55,485,1111110011110011101100000110001110110111101111000111000111110100000110001000001001010010011000011000
+0,32,56,531,1111011111010011100110100110000011111111001110100110001100010110100100111100001001010010011100011001
+0,32,57,543,1111111110110111111100110110101000111011000010001110001111001100000110101000001010110010011100011011
+0,32,58,499,0011010011111011101100111111001011110011001101100111010110110111100000011000000001010110001000011000
+0,32,59,-612,0111011101110011111110000011100110111011001111101111011110110111000000001101001111010100011101011100
+0,32,60,534,1110011111111111111100110011101011110011000001001110001111001110010100011001001000010110011000011010
+0,32,61,523,1111011011110111111100100010011000111010001001000110010110000101110110101100001001010110011001111000
+0,32,62,516,1110011001110111111101111111001110110111000010100111000100111101110000001000000010000110011100011001
+0,32,63,512,1110010110010111111100101110101100101001101001000100011110110110101100001000001111000110010000111001
+0,32,64,529,1111010011110011111110110011001100100011010111100110001001010110111100001000001010110110011100011000
+0,32,65,495,1111011111111111101100110010001111110111000110001110011110010000000100001001001000010110011100011000
+0,32,66,531,1111011111101011111100010111101100111001001011100010000101010101000110011101101000010100011001011010
+0,32,67,489,0111110111110111101101010111000011110101001101101111000111010100000010001000101001010000011000011010
+0,32,68,501,1111000111110111111110111011001101111011000111001110000100000110001000011100001000110010011100011000
+0,32,69,-577,1111011011110011111100110011111101000111001110100111001110011100111100001001001010010111011000111000
+0,32,70,496,1111011011110011111100111110101011111011101011100101000010000110000100101001001001000010011100001010
+0,32,71,501,1111010011110011101000101110001110110111000111000111000110111000000100001001010100010011011101011000
+0,32,72,533,1101010011110011011100010011001110111011001101000110001100110110101100110100001011000110011001011001
+0,32,73,465,1111011111110011110001111110101101111011000101000110100000001110100000001001001000000011011000011010
+0,32,74,516,1110011111111111110100011011001001111001001101001110101101011101010100001100000010000010011001110010
+0,32,75,540,1111111110110111011100110011001110111110001001000110011111100110000100101000001100010110010100011011
+0,32,76,469,1110011110110011110100101110011101111011000000100110011011001100000000011001001001010110011000011000
+0,32,77,526,1111111111010011111000100111010000111011001111100010100111000100001100101100001001010010011100011011
+0,32,78,469,1111011110110011101110110010001101110001000101100111001010110000000100001001101010010100011100011000
+0,32,79,490,0111110111111111111100100111100010111011011111100110010101000101000100011000001000000000011101011000
+0,32,80,482,1100011101010011111100111110001110110011001101000111110001100101010110001100000000000110011000011001
+0,32,81,532,1111010011101111110000011110001011111011001101001000110101010111100101001001000001010111010001011010
+0,32,82,-591,1111010011101111111100011111001111111111001110001011110101110111000110011101000010000110011101010000
+0,32,83,488,1111011001110111110110111010011110110011101101000110100011010111000000010011001000010110011000001000
+0,32,84,468,1110011011110111111000110111101011111111001111100100010011000100100100001100001000000100011000011000
+0,32,85,-568,1110111111110011111110110010001000111011101111001100001110011110000100011100001011010011111000011001
+0,32,86,-566,1110011011110011111100100011011010111111001111001110011011011110100110011100101000010010110000011001
+0,32,87,529,1111011111111111111010111011101001111111000111100100000100110111100100101000001001000100011101010000
+0,32,88,537,1111110111110111111100110111001001101001001100001100000111110101101110000101101000110100011000111000
+0,32,89,499,1111011010110111111100100011001100110000101101000111000101100111110000001101001010000010011101011000
+0,32,90,-560,1011010011110011101101010011101111111110100111001111010011110001100100011101001001000110011000011001
+0,32,91,514,0111011111110011111100110011100100111011001111100111110110010011000000001100001001010000110101011000
+0,32,92,-560,0111011011111111111100100111101110110011000001000110101110000101010110101101001011000110011001011010
+0,32,93,510,1111011111110011100100101010001010111111001001000111000100010111100100011001000001010110011001011100
+0,32,94,525,0111010111110011111100111111101001111011000111100010000111011100101010001001101001010100011000011000
+0,32,95,516,1110111111110110111000100111011100111011000101100101110011100101000100001101001000010110011000111000
+0,32,96,-558,1111010110110111111000100111011101111111010001000110110111100101100100011100000010000111011101011000
+0,32,97,476,1101011011110111111000110111101010110011001110100111001011011110100000001100001001000000011000001010
+0,32,98,515,1111011011111111110110001110011010111011001101000010010001011101000110101100010100010001011100011000
+0,33,0,546,1111011110111111111100111011101000111001001100001111001111101101000100101000101000010000011101110010
+0,33,1,525,1111111110110111111100010110001000101111000010001110001101010000100110101101001110100010011100011001
+0,33,2,512,1011011111100011111100011011101111011001001011000011000111100101000100011101101000010001011001011000
+0,33,3,526,1111000111111111111100010111101100111011001110100110000100010101001110011100001010000110011000011010
+0,33,4,562,0111111111110110101100111111101010111011000111101111110100110101000100001101101000010100011001011000
+0,33,5,545,0101010111110111110101110111100001110011001111000101110111100111101110001100001000000101011000111000
+0,33,6,557,0111011111110011111100111111101001111011000111100010001111011100001110001101101000000100011100111000
+0,33,7,528,1101010111111111111100100011001100111011001111101110010111000100101010001000001001010110011001011000
+0,33,8,536,1111010111110011111100111111101001110011001111000110000110010101101010001101001010010100011000111000
+0,33,9,513,0110110011110011110000101111000110111011100111100011010101111100000100001001100001010110011100011000
+0,33,10,-553,0111110110010111111101001111000111110001001101000111010111110110000010001000101111010010011000111001
+0,33,11,448,1110010111110111101100110110101000101101101001101100001110010100101100001000001001000100010000011010
+0,33,12,523,1111011011110011101101110111101110111111101001001111101011010010000100001101001001000110011000010000
+0,33,13,-586,1011010111110011100100001011101111111110000111000110010101110101100110011101001101000111010001011011
+0,33,14,532,1111011111011111111010100011100001111111001111100110001100010111100100101000001001010100011100010001
+0,33,15,528,1111011111110011100110111110001011111111000110100100000100110110100100111100001001000010011101011000
+0,33,16,542,1111010111011111100100011110001010111011101011000110111110100101000000001011000010000111011100111001
+0,33,17,457,1111011101110111110000111110101010111001000101000100000011111111100100001100001000000001010100011000
+0,33,18,460,1110011010110011111101101110101010110001001010000010010110000101110110101000011000010100011001001000
+0,33,19,-613,1111111011111111111100110011011000111010101001000110010111010101101110101101000011010110011101111000
+0,33,20,474,1111001111110111101100011011001001111001001101001110000101000101011100001100001000010010011100011000
+0,33,21,536,1110010111111111110110111011001101111011000111001110101100011110000000011100000010100010011001110010
+0,33,22,487,1111010101101111110000011110001010111011001101001100010000110111001000001001000011010011011100011000
+0,33,23,-569,1111011011111111110000011110001011111011101011000010100111010111100101001011001000000111011001011010
+0,33,24,552,1111011111111011110100010111101110111011001001100010000101010110000110011101001101000111010001011010
+0,33,25,528,1111011111100011101100101111101100111101001011000110101101010101000110001101101000010100011001010010
+0,33,26,-570,1101011111111111111100101011001100111111001111101110000111110110101110101000001001010100011001010000
+0,33,27,532,1111011111111111111010110011101001111011000011100100011100010101000100011100001000000110011101111000
+0,33,28,529,0110111111110011100000111111000111110010001111101111010000100101001100001101001010010110010100111000
+0,33,29,497,1111010010110011111000100111000110111011101011000111010110110011000100011001000001010110010100011000
+0,33,30,478,1111011001110111100100011011011100110011100101000010110111110111000000010001001000010110111000001000
+0,33,31,519,1111011111111011111110101010011110111010001101100110100011000101000000001111001001010010011100011000
+0,33,32,-572,1111111111111111111100110010001111101001011011101100011101010100001110001101101000000110011101011000
+0,33,33,536,1101011111111111111100100111001100110011001111101110001110000100100110001100001010110000011100111000
+0,33,34,491,1111111011111111111000110110000100110001101111000101010010100101101000001101000110000010011100011000
+0,33,35,-556,1110011010110111111101100011101110110000101101000110000101110111110100101011011010000010011101011000
+0,33,36,523,1001010111110111111100011011001110111011000001000110000111100100101100110000011011000110011001011001
+0,33,37,547,1111010010110011011110110011101110111011001111000111011100111110100100001100001000010110010000111001
+0,33,38,542,1111010111110111111110101011101101111011000111010110100100100110101000001101001000010100011101011000
+0,33,39,516,1110000110110111100111110111001110111011000111111110000110001100000100011100000001110010001100111000
+0,33,40,551,1111110110110111111100110111101001111011001010001100000111000100101110101100101000110100011100011010
+0,33,41,521,1111111111110111111100100110001000101001000100001110001111111101000110000001001010110010011000111001
+0,33,42,465,0011110011110011101101001101001011110011001101100111110100010101000000001000000000010010011101011010
+0,33,43,-586,0111011011111111101100111111001010111111101001000111010110110110101000111001000011000111011000011100
+0,33,44,469,1011010111110011110100011010101110010011001011000111001110100111001100001001001010010000011000011000
+0,33,45,545,1111001110111111111000111111001111111011001110000110000110010101100100011100011011000111011000001000
+0,33,46,538,1110010011110011111010110111011110101011000111100110000011011110111100001000001010110100011100011000
+0,33,47,509,1111010011110101111100100011001101100011010111101100001001010100111000001001001011110110011000011000
+0,33,48,477,1011000111010011111000001111001000111011001111000110000110100100001100101100001010010010011000011011
+0,33,49,-570,1111111111110111111100110011110111011011001110100011100111000101001100011100001001100011011100011000
+0,33,50,513,1110010110010111111100101111101100101000101001000110011110110100100100001000001110010110010100111001
+0,33,51,526,1111111110110111011100110010001110111111101001000100011111000110001100101000001101000110010000011011
+0,33,52,514,1111110110110111111100110011001110111000000001000110001011110110000100101001011100000110010101011001
+0,33,53,554,1111111110110111011100111111001010111111011011000110010110100110000110001000001010010110011000011011
+0,33,54,528,1111011110111111101100010011001110111101001010101110011100010110101100001100000001110010010100011010
+0,33,55,513,0111011011110011100000111111000111101010000001000111100010100011001100011001001011010110010101011001
+0,33,56,512,1111011110110111101110110111001110110101001011101010110110000100001010001101000001010100001001111000
+0,33,57,-587,1110010111111111110101000111101110111011000111110111000101111101100100001101001000010100011101011010
+0,33,58,520,1110001011101011111110010111101101111001001011101010110111010110000100001101001000010100011001011000
+0,33,59,547,1111111111100011111100100011101110111011001011000111001101010101100110011100101000010000011001011010
+0,33,60,516,1111011011111011111100111110101001111111000111100101000100100111000100111000001001000010011101001000
+0,33,61,511,1111011111110111111010111011101011111011101011100100000010000110100100101001001001000100011100010010
+0,33,62,506,1110000011100011111110100011001101100010010111100111011101010110111100001100001000010010011001011000
+0,33,63,550,1111111011110011111110110011101110111011001011001110101011010110100100001000001010110100011100011000
+0,33,64,511,1111011111111111111100110010001100111011001001100110010110000101100110001100001000000110011001111000
+0,33,65,-570,1101011011110111111100100011011000111010001011001110011111000100011110101100001001010110011101111000
+0,33,66,521,1011001111110111100010110110011011101011001100100110000110110110100100011100001001010010011100011001
+0,33,67,508,1111011011010011101100100111100010111101000110100110001100010111100100111101001000010010011100011000
+0,33,68,537,1111011110110111100100100111001110111011001101010110001110111100000100101100000100010100010101111010
+0,33,69,-572,1110110110110111011111110011101110111110000011100110111111100110100100001001001001010110001100011001
+0,33,70,463,1111110011110011101100101110001110110111001001000111000101010100000110001001001001000010011001011000
+0,33,71,-580,1111011111110011100100000111101111111111101111000110101111110110000110001100001101010111010000010010
+0,33,72,482,1111111111110011011100100011011100111010001001100010010111100101000100001000001100010110011100011000
+0,33,73,554,1111011110110111101100111011001110111110000101000110111111100110000000101101001001010010010100011011
+0,33,74,479,1111111010110111011100110111001010111111001000100110011010011110000000101000001000000100010100011011
+0,33,75,521,1101011111010111111000110011101110110010001110000111001111100111100100001100001101010010011000001010
+0,33,76,507,0101011111110111111100110011001110111011001011000110001100010110101100101000101010000100011000111000
+0,33,77,516,1111010011110011011100010011101001111010001101000100001111110100100100010101001001010110011001011001
+0,33,78,478,1111011110110111110110101110001010111001000011000110010010010100000110001000011010010100011100011100
+0,33,79,-580,1111110011111111111100011111011010111011011101000010000001111111000110101101010100000011011001011001
+0,33,80,-552,1011101010100011111110101011101110111011001011000111011111011100100100001000011000010010011001111001
+0,33,81,514,1110010111110111111110110011001111111011000011001111110111100110100100001100001000010000011000011000
+0,33,82,519,1111011111010011110110101110001101111111000010100110011100011110000000011101001001010010011100011000
+0,33,83,470,1110011110110011100100100110010011111011001100100110001001000100100100111000001001010110011000011001
+0,33,84,540,1111011110111011101010110110001011110111001110100110011101011110100100011000001000010110011000011001
+0,33,85,497,1010011111010111110110100011000011111011000111000110000110010100111010101100001100010010011100011000
+0,33,86,-581,0110011111110111111001110111100110111011001111100111111011110101101000001100000010010010011100011100
+0,33,87,506,1111111011111011100100111110001110110101101100000100010100010111001100101001010110000010011000011010
+0,33,88,546,1011010011111111101100101011001011110011001111101110011111010110101000001100000001010110001101011000
+0,33,89,523,0101011111111011111110110111001100111011001001100111010110100101010110011000001000000110011000111000
+0,33,90,513,1111011111110111111100110010001100110001101101000100001101000101100010001101101010100010011101011000
+0,33,91,534,1111111010111111111100100111001111100000011111101011000100110110110100001101001010010000011100011000
+0,33,92,548,1111111011110011111000100111010010110011101111000111110100010101000100101100001000010110011100111001
+0,33,93,502,1110110111010011110000101111000100111011001111100010000111100100001100001101000011010010011100011010
+0,33,94,472,0101011011110111111100110111101100111101001111101111000000001100101010001100101001000000011000001000
+0,33,95,520,1111110110110111111000111011000010110011100100000110001111010110000100001001001001110001011101011010
+0,33,96,497,1111010111110111101100110011001000110010100101000111010011110001000100001001001000010110111001111000
+0,33,97,477,1111010111110111101100110011001000110010100000000111010011110001000100001001001000010110111001111000
+0,33,98,-556,1111011111110011101010110011101110100001001111100100000010010010110100101001101100110111011101011000
+0,34,0,511,1111010111110111111100111011001101110011001111101110000110010111101010001100001000010100011000010000
+0,34,1,-595,1101011111111011111100101111101000111111001111000110000111110100101110101001001011010100011001111000
+0,34,2,542,1111010011110011011110010011101110111011001101000100001111110100100100011100001001010110011000111001
+0,34,3,521,1111010010110011011100110011101001111010001111000111011100111110100100000101001000010110010001011001
+0,34,4,521,0111111111110011111100110111101010111011000011000010001101010101101110011100101000000100011001011000
+0,34,5,-582,1111011111100011111100111011101101111001001111100111001111011100000110001101101000010000011100111010
+0,34,6,529,1111011111111111110110100011101000111011001111101100011101010101000010001000001001000110011001111000
+0,34,7,524,1101010111111111111000110011001101111011000011100101010110000100101100011100001000010110011101011000
+0,34,8,540,1011011111110111111100011111001110111011001001000010000111000110100110011101001111000110010001011000
+0,34,9,534,1101010111111011110100010011101110111011000001100110000101110100001100110000011001001111011001011001
+0,34,10,523,1111010111110101110110110011001101100011010111101110001100010100101000011101000010110010011000011010
+0,34,11,540,1110010011111111111100101011011101111011000111011100101001011110010000001000001011100110011001110000
+0,34,12,496,1111011010111011111110010011101111111001001011100010010101110110100100001100001000010110010000011000
+0,34,13,-571,1110000011100011011110110111101100111011001111001111111110011110000100001101001000010100011001111001
+0,34,14,534,1111011111011111111100111010101101111011001111100101000101100111100100001100001001000010011001001010
+0,34,15,517,1111011011110011111000111111101010110110000110000111001110100111000100111000001101010010011100001000
+0,34,16,526,1111110111111111111100110111101001111011000010101100001101000101100100001100101000000100011101011010
+0,34,17,-572,1111011110110111111010110011101001111011001011000100010110010100001110111100001000110110011100111100
+0,34,18,-562,1111010111110111110100111110001010111011101001000100111110000110001100101010001001000111011100011011
+0,34,19,506,1111111110011111001100010010001110111111101011000110011111100101000000001001000110000110010000111001
+0,34,20,509,1011011111110011100110110110011011111111000110100100000100110110100100011100001001000010011101011000
+0,34,21,-565,1111001111110111100010111110001011101011011100100110000110110110100100111100001001010010011101011001
+0,34,22,525,1110011011110011101100101111001010110001001111000010010111000111110110101100000000010110011101011000
+0,34,23,494,1011010010111111111101101010101011110011001010101110011110010100101000001100011001010100001001001000
+0,34,24,-609,1111010111110111101100111111101010110111001111000110101111001110101000101101001011010010011000111010
+0,34,25,493,1111011110110011111100111011001101111010000101000110010110110101000010001101001000010100010100011001
+0,34,26,537,1111011111111111111010110111001100111011000111100101011110000101001100001100001010000010011100111000
+0,34,27,485,1111111011111111111000110010100001110001101011000100010000110101100000011101010100000010011101011000
+0,34,28,549,1011111111110111111110110011111111111011001011001110001011010110100100001000001001010100011100011000
+0,34,29,526,1111011011110011100010110110001010101011001100110110100110110110100000011100001010110010011100011001
+0,34,30,550,1111000111111111111000111111001101110011001111000110000110010101101100011101011010000100011000111000
+0,34,31,531,1111011110110011111100111111101011111011001110000110000110010101100010001100001011010111011000001000
+0,34,32,537,1111110111110111111100101011100100111001001110001111000101111101000100001001100000010100011101011010
+0,34,33,535,0110011010111011110000111111001010111011100101100011011111101100000100101001101001010010011100110000
+0,34,34,468,1111011110110011100110101110001011111001000010000100000100010100000110101100001001010110011100011100
+0,34,35,545,1111011111111111110110111110001010111111000111100110010010110110100100011000011010000000011101011000
+0,34,36,564,1111111111111111100000111110001010111011100111011011110110110101100100001001001000000101011001011010
+0,34,37,-577,0111011011110110111100011111101011111011001011100110100101010111000101001111101000010110011001011000
+0,34,38,494,1110111010110011110011100111001110110011001111010110000100001101000100011100001000110010001100111000
+0,34,39,-567,1111000111110111101100110111010010111011110111101111110110010100000100001100000001010110011100111001
+0,34,40,530,1111011011111011101100111110101100111101001111100111000101010101000110111000001001010101011001000000
+0,34,41,535,1111011111110011111100101111101001111111000011000100101100100111000100001101101000000010011101011010
+0,34,42,506,1111011110111111101100110010000110111101001010100110001100010111101100011101001000010010010100011000
+0,34,43,527,1111011011010011101000000111101010111101000110101110011100010111100100101100000001110010011100011010
+0,34,44,516,1111011111111011100110100110011110111010001101100010100011010111000010001100001101010110010100010010
+0,34,45,564,1111011111110011111100001011101011111111101111000110101111100100000100001111001001010011011000011000
+0,34,46,554,1111010111110111111100110110001001110011101111000100011101100111100110001100001000000111011101011000
+0,34,47,491,0101011111110111110101110011100100110001001101000101100111000101101010000101101010100000011000111000
+0,34,48,515,1011000111110011101000111111001011100011001110000110001110010111101010011100001001010100011000011001
+0,34,49,553,1111011111110111110110110110111001111011001101100110000110110100100100001101001010010010011100111000
+0,34,50,-560,0111011111110011111100111111001001111011001011100111001110010100001110011101101000000100011100111000
+0,34,51,520,0101011111111011111110110111101100111011000101100010010111101101010110001000001000000110011000111000
+0,34,52,502,1110100110100111011110101011001000101111010111000111010100000110110100001100001010010110011001011000
+0,34,53,558,1111011011110011111100110111001111110010011011100110011111110110001110001000001000010010011000011011
+0,34,54,550,1111011111110111101101110111001110110101001111101110010111000100101010001100001001010100001001111000
+0,34,55,498,1101010110111111111110100011001100111011001011101010110110000100001010001001000001010110011001011000
+0,34,56,517,1111011111100011100110111111001010111101000110000110001101110101100110101100001001010010011001010000
+0,34,57,539,1111011111110011101100101110101101111111001011100100100100010110000100011101101000000100011101011010
+0,34,58,419,1111010111110111101100110011001000110011000001000111010011100001000100001000001000010100011000111000
+0,34,59,-572,1110010111110111111110110011001111111010100010001111110111110110100100001101001000010010111001011000
+0,34,60,484,0111111110110011011100110111001000111111001001100110010110100100010110011000001000000110011000111000
+0,34,61,-593,1101011111111111111110111111001110111011011011000111010110100111000110001000001010010110011000011011
+0,34,62,525,1111011111110111101100110010001100110001101101000110001111110101100000001101101000000010011101111000
+0,34,63,485,1111010111110111111100110011001000110010100101000101010001000001000110001001001010110110111001011000
+0,34,64,519,1111010111111111111110010011101111111011001011100011100101100110000100001101001101000000010000011010
+0,34,65,526,1110011111110011110100110111001110111010000001001110010111010100100110011100001000010111011001011000
+0,34,66,544,0111111011111110101100111111101001011111000111101101010100100011000100001101101001000110011001011000
+0,34,67,513,1111011111110011111100111110101010111011000111100111100100110101000100111000001000010000011101001000
+0,34,68,-565,1110011111110011100000101101001100111101001011100110011101100101001110001101101010010100011100111010
+0,34,69,484,0111111111100011101100111111100111110010001111001111100000010101000100001101001000010110010001010000
+0,34,70,504,1101011011011011111001100011101110110001001110001010001111010111100100011101001000010000011001001010
+0,34,71,550,1110001111100111111110010111101101111010001011100111110111100110000100001100001101010110011000011000
+0,34,72,513,0111011111110011111100111111101101111011000111100111000000011100001110001101101000000100011000101000
+0,34,73,516,0101011011110111111100110111101000111101001111101010001111001100101010001100101001000000011100011000
+0,34,74,459,0111010011110011111110111011000101101011000001010111100000100010001100001001001000010110010101011000
+0,34,75,-596,1111011111110111100000101111101111111010000111000110100110100111101000011101001011010100011101011001
+0,34,76,-600,1111011111111011111110111111111011111010001111110010100011001100001010001111001001010010011100111000
+0,34,77,494,0111011111110011111101101010001100111011000101100110001111010101000100001101101000000100011100011000
+0,34,78,472,1011011111111111111000110011101001011001001011000000000111100101000100011101101000000001011001011000
+0,34,79,-572,1111011111100011111110011011101111111011000011100111011100010101000100011100001000010110011101111000
+0,34,80,532,0110111111101011111010010111101101111011001011101110010111010100001100001101001010010100011000011000
+0,34,81,518,1110001011110011100100011111001111110000001111101011110000100111000100001101001000010110010101111000
+0,34,82,470,1110011110110011110100101110000110111011001000100110001100000100000100111000001001010110011100011001
+0,34,83,487,1111011111010011100110100110011001111111000110100010011001011110100000010101001001010010011000011000
+0,34,84,474,1100010111111111111100110010101100101101001111101100001110000100101000001000001001000100011001011010
+0,34,85,502,1111010111110111101100100111001000111011101001101110010111010100101110001000001001010110010000011000
+0,34,86,-557,1111001111110111110110111110001001111011001101010110000110100110100000001101001001010110011101011001
+0,34,87,506,1011010111110111101010100011111111101011000110100110100100110110101100011100001000010000011100011000
+0,34,88,543,1111111110110111111000111011001111100001000101100111001110010110100100001001001001110000011101011010
+0,34,89,499,1111110010111111111100100111000010110010111110001010000101110110010000001101001010010001011100011000
+0,34,90,476,1111011111101011111100011011101101011011000111000101000100100101000100011101001000000000011001111000
+0,34,91,-567,1011011011110011111100111110101011111101001011100011000111100111000100111000101001010011011101001000
+0,34,92,-566,0111011111111111111001110111000001110011001110100111111111100110100110011100011000000100011000111000
+0,34,93,540,1101010110110011100110110111101011110111001111000100010101011111101100001000001000010111011000011001
+0,34,94,500,1110001010110011110111100111000110110011100111101110010110010100000100001100001000010110011100111000
+0,34,95,554,1111110111110111101000110111011010111011001101010111100100001101000100111100000001110010001100111001
+0,34,96,488,1111011110110111100100101110001010111011000101010110010110111100000110001000011000000100011100011010
+0,34,97,505,1111011110110111110110100110001110111001001011000110001010010100000100101100000110010100010101111100
+0,34,98,510,1111001110111111111010110011000101111011001111100110001100010111100100101000001011010101011000000000
+0,35,0,475,1011011111111111111100110010101101111011001011000000000101100101100100001100001000000010011001011010
+0,35,1,531,1111011111011111111000111011101001011001001111100101000111100111000100011101101001000001011001001000
+0,35,2,-556,1111001011100011111100010111101111110010011011100111011111110110000110001000001101010010011000011010
+0,35,3,538,1110011111110111111110110111001101111010001011010110110111100110001100001100001000010010011000011001
+0,35,4,540,1110111011110011110001100111011110110011001101010111100100001101000100111100001000110010001100111001
+0,35,5,508,1111110110110111101010110111001010111011001111010110000100001101000100011100000001110010001100111000
+0,35,6,517,0111011111110011110101111011100100110011000111000111100100011101101010001101101010100000011000101000
+0,35,7,495,0101011111110111111100110111111101111001001101100101000011000100001110000101101000000100011000111000
+0,35,8,505,1111011011111111110100101010011010101011000110110100101010111110010000001100001010100010011001110000
+0,35,9,-568,1110010011110111101010110111001101111011001101011110100101010110100000011000001011110110011100011001
+0,35,10,502,1110001010111011110111010011100111110001101111100010010110110110100100001100001000010110011000011000
+0,35,11,494,1111011010110011111110100111001110111011000011101110010101010100000100001100001000010110010100111000
+0,35,12,529,1111011111110011111100101110101001111111000011000100101100000111000100011101101000000100011101011010
+0,35,13,545,1111011111110011101100101111101101111111001011100100100100110110000100001101101000000010011101011010
+0,35,14,-569,1011011111110111110100110110001001111111100111000100001101110111100110001100001001000111011101011000
+0,35,15,466,1111010111110011101110110110011011110011001110100100010100100110100100010100001000000010011101001000
+0,35,16,-580,1111011011110011111100111110101110110101011011100110011111010110001110111000001000010011011001010001
+0,35,17,517,1111011011111011101100110111001101111011001111100111000101110101000110001000001001010100011000001010
+0,35,18,-634,1111111111110111100100111011001011111001011100101110000111111111100100111001101000010110011101011001
+0,35,19,461,1111000111110111011010101110100100101011001110000111000100110100000100001100000001010000011101011010
+0,35,20,-576,1111111111111011101100111111001011111101000010101110001101010101100100001100101001010110011001011010
+0,35,21,467,1111010111100111110110110111101000111011000110000100001101100101100110101100001000000000011101010000
+0,35,22,535,1111010011110111011010011011001100111011001101000110000111010100100100011100011011010100011000111001
+0,35,23,557,1111000111111011111100110111101111110011001111000100001110110101101100011101001000000110011000111000
+0,35,24,495,1111110110100111011110101011001101111011011111101111000100010110100000001100001000010100011001010000
+0,35,25,529,1110000111110111111100111011001000100111000111000110010110010111111110001100001010010110011000011000
+0,35,26,535,1111011111110111111110110111101001111011001111100100000110000101100100101100001010000010011100111000
+0,35,27,-568,1111011111111111110010110110011100111011000101100111011110110100001100001101001010010010011100111000
+0,35,28,498,1111011110110111000100111110001010111111001001100110010110101100010110001000011000000110011000011010
+0,35,29,474,0111111110110011111100100111001000111011000101010110010110110100000110011000001000000100011100111000
+0,35,30,-593,1111011111111111100110110110001001111111010110100110010011111110100100011001101011010010011001011000
+0,35,31,462,1111011111010011110110101110011010111111000111100010011000010110100000010100011000000000011100011000
+0,35,32,557,0110111111101011111010010111101101111011001011101110010111110100001110001100001000010110011000011010
+0,35,33,533,1111011011110011111100110111001111110010011011100110011111010110001100001001001010010000011000011001
+0,35,34,528,1111001110110011111100101110001001111111000101000100011110111110000110001101001000000010011101011010
+0,35,35,514,1111011111110111100100101111101010111011000011010110100100101101000100001100111000000100011100011010
+0,35,36,530,1111011111110111111100011110011110101011001001100110000111010100100100011101001110000110011000011000
+0,35,37,-577,1011011111110111110110110111101001111011001101000010000111100110110110001101001011010010010101111000
+0,35,38,-566,1110010111110111111100101111001101111011000011010100101101111110010100001101001011000010011011011000
+0,35,39,526,1111011011111011111100101011011001111111010111001100101000000111000000001000101000100110011101110010
+0,35,40,506,1111011111110011100100101110111101111111001010100000001001011110000000010101101001000100011101011000
+0,35,41,520,1111011111010011101110100110001001111111000111100110110100010110100100011101001000010010011000011010
+0,35,42,518,1111110011110011111100001011100000111011001110001111100100101101000100001011001000010010011101111000
+0,35,43,-581,1111011111110111111100101011101111111101101111000110001111110100000100001101100001010101011000011010
+0,35,44,537,1111011011111011101100111110101100111100001011100111000101010111000110001100001101010111011000010000
+0,35,45,547,1110001111100111111110010101101101111011001111100111110111100100000110111000001001010100011001001000
+0,35,46,-566,1111000111111011101000111111001001110011001111000110001110010101101110011101001010010100011000111001
+0,35,47,499,1011000111110111111000111111001111100011001110000110000110010111101000011100011001000100011000011000
+0,35,48,554,0111111011111010101100111111101010011011000111000111011100010111100100011100101001000110011001011000
+0,35,49,511,0111111111110111111100110111101001111111000011101000000101100001001110001101101000000100011001011000
+0,35,50,472,1111011111110011111100110010100010111100000110000110001110000111001100111100001001010010010100001000
+0,35,51,-565,1111001010111111111000111111001110110111001010100111001100110111100100011101001100010010011100011000
+0,35,52,513,1110010010110111111100100011101001111011000111010101111101111110000100001001001011000110010001010000
+0,35,53,544,1111010011111011011100111011011101111010001111001110001001011110110000000100001000110110011000111001
+0,35,54,-561,1110010011110111111100110011001001111011001111011100111001011110010110001000001010100111011101010000
+0,35,55,527,1111010110111111111100101110011101110011100111000100001101100111100000001100001001000110011001111000
+0,35,56,-557,1110111111110111111010101011000100111001001111010110000101111101000100001001001000110110011101111000
+0,35,57,474,1111110010110011110101100111101110110011001110001111000100001101000100011100100000010000001100011010
+0,35,58,502,1110011011110011101110101111001000110001001111100111010111000101101100001100001000010010011100011000
+0,35,59,556,1111011111111111111000111111001110111011000111000000011110000111000110101100000010000110011101111000
+0,35,60,501,0011010011010011111010100011111111111011000110000010001101010111101100011101001000010000011100011000
+0,35,61,495,1101011111111111101000100011101110100001001110101110100110110110100100011100001000010000011001001010
+0,35,62,-578,0111011011111110110110111111101011011111000111101111010110100011000100011001011001000010011101011000
+0,35,63,511,1111111111111111101100111110001000111111000111100100010000110110100100001100101010000100011001011000
+0,35,64,-565,1111001110111111111000111011001101110011001111000110010110110101101010001101011010010100011000011001
+0,35,65,471,1111010111110010111100111111001101111010000101000110000110010101000100011101001000000100010100111000
+0,35,66,472,1011011111110011110000110011001000111000001001001000010111010101000110011101001000010011011001011000
+0,35,67,537,1110011111111111111100110111101111011011000011000110010111100100100100011100101000000101011001011000
+0,35,68,501,1111011011110011111100110111001110110110011111100110000111110101001110001000001000010010011010000000
+0,35,69,-602,1111011011111011101100111110101101111001001011100111011101010110000110111000001001010101011001011011
+0,35,70,465,1111111110110011111100111011001111101000000101100110010110010101000000001001001000010000010101011001
+0,35,71,-564,1111011110110101111000111011001101110011000101000111001110110110100110001101001001110100011100011010
+0,35,72,-562,1111010111111111111100101011101000111101001110000111010001110101100100011001111000010000011101011010
+0,35,73,534,1111111111110111110110111110000110111011000111101110000110111110000100001000000010100100011101011000
+0,35,74,516,1011010111110111111100111011101011110011001111101110000110010100101010001100011001010100011000010000
+0,35,75,489,1111010010111111111101101010001101110011001010101110011110010111101000001100001000010100001001001000
+0,35,76,-571,1011111111111111110001111110001010111111100111010110110110110110100100001001001010000100011101011000
+0,35,77,532,1111011111111111100110111010001010111011000111101011010010110101100100011000011000000001011001011010
+0,35,78,-590,1111011011110111111100100111001111110011111011100110011111110100101110001000001000010110011000011011
+0,35,79,470,1111010111110011101100110111001000111010001001101110010111010110001110001000001001010010010000011000
+0,35,80,-560,1101011111110111101101110111001110110001001101000110010111000100101010001100101011110100011001111000
+0,35,81,481,0111011111110111110101110011100100110101001111101101100111000101101010000101001000000000001000111000
+0,35,82,461,1111011011011011111000100011111101110001001111000011000101000111100100011100001000000000011001001010
+0,35,83,-588,1101011111011111111101110010101110111011001110101110001111110111100100001101001001010010011001001010
+0,35,84,-567,0100101110110111011110111011101000101111010111000111010111001111010110001000001010010110011001111000
+0,35,85,441,1111010111101011111110100111001100111011000101100010010100100100110100001100001000000100011000011000
+0,35,86,484,1111011111110111111010100011101001101011001110100100001101110100101100001000001001010100011000011000
+0,35,87,551,1011010111111111100110100011111110111011000111101110110100010111000010011100001000000010011101111000
+0,35,88,537,1111011110110111111110110011111111111001001011001110001001010110100100001000001001010110011100011000
+0,35,89,508,1011111011111011111110010011101111111011001011100010010111110110100100001100001000010100010000011000
+0,35,90,512,1111000111110111111010101111100100110011001110000110000101011101001100001101001010000100011101011000
+0,35,91,-583,1111110111111111111100111011001101111001001111001111000110110101100100011001110000010100011000111010
+0,35,92,549,1011001111110111111110110011010111111011001111101110001011010111100100101000001001010101011000010000
+0,35,93,524,1111111110111111111010110011101101111011001011000110001100010110100100001000001011110100011100001000
+0,35,94,523,1111010010110011011100010011101001111011001101000111011111110100100100011100001000010110011000011001
+0,35,95,546,1111010111110011011110110011101110111010001111000100001100111110100100000101001001010110010001111001
+0,35,96,496,1110010111110011100100101001001000110101101001100100011001000001000110001101101010110100111100011010
+0,35,97,543,1111011111110111111000110111001100111010000111000101010101100101001110001001001010010110011001111000
+0,35,98,537,1111011111110111110010110111011001111011001101000110100110001100100100011101000011010010001100111000
+0,36,0,-571,1111001011111111111000111110001010110111001010100101010010110111100100001101101110010110011001011000
+0,36,1,504,1111111110111111101100111111001100111111000111100110001100110110000100011100001000000000011100011000
+0,36,2,544,1111011111110111111100111111101001111011001111100100000110000111100100111100001011000010011000011000
+0,36,3,531,1111011111011111111010110011101001011011001111100101000111100101000100001101101000000001011101101000
+0,36,4,494,1111011111110111110100110111001001111111001101100110100110001100000100011000000011000010011100011000
+0,36,5,525,1111011110110111000010111110011010111011001011000110010110101100100110001101011000000110001000111010
+0,36,6,-579,1111011111111111111110111111001101111011001111000100010110000111100100101100001010000010011101111000
+0,36,7,506,1011011111110111111000110111101010111011000111100000001110000101000110101100000010000110011100111000
+0,36,8,549,1111011111110111101110110111001011111001000011001110010100010110100100011101001000010110011100011010
+0,36,9,508,1111011110010011111110100010111101111111001111100110101001010110100100001000001001010010011000011000
+0,36,10,450,1111010111110011101100110111001011110011001110100100010100110110001110010100001001000010010000001000
+0,36,11,476,1111010111110011101110110110011000111010001000101110010111000110100100001000001000010010011101011000
+0,36,12,470,1111111011010111111010101111001110111001000111101110000110010110000100001000000000100000011101011000
+0,36,13,525,1111011111111011110100110010110101110011001111000011000101101111100100011100001010000100011001001010
+0,36,14,537,1111011011111011111100101110011110111101010111101100101110010111001100001000001000000010011101010001
+0,36,15,554,1111011011110011111100111011101001110111011011000110011001000110000010111000101000110111011001010010
+0,36,16,527,1111011011111011101100111110001010101111000011110101101011010110000000001100001110110111011000010000
+0,36,17,531,1111011011111111110100101010111100111000001110100110000100110111010110001100001001000111011001110000
+0,36,18,508,1111111110110111101110110111001110111011001111010110100111001100000100001100001000010010001000111000
+0,36,19,538,1110010111110111111010110111001001111010001011010110010100100111001100011100000001110010011100011001
+0,36,20,545,1110011011110111111000110111101010101011000111010101011100101110000110101101001011000110010101010000
+0,36,21,515,1111010110111111111100101011001101111011000111000000111111010111000100001000000010000110011001111000
+0,36,22,-547,1111001010110011111110100111001101111111000001000110010110011110000110001101001000010010011101111010
+0,36,23,475,1111011110110011111100101110001010111011000111101100011101110100000100001100001000000110010100011000
+0,36,24,-560,1111010011110011111100111011001001111010001111011110011001011110010100001100001010100111011000111000
+0,36,25,545,1110010011111111011100110011011101111011001111001100101001011110110010000000001000110110011101010001
+0,36,26,475,1111111011010011111100100011101101110001001110001111000100000111000100011100001000010001001101001010
+0,36,27,462,1111010010111011110001100111111110110011001111000011000101001001100100011100100000000000011000011010
+0,36,28,455,1110001011110011110000100111111111110011001101010110000100101101000100011100001000000010001000111000
+0,36,29,-648,1101110111111011111101110111001110110011001111000101101110010101101101111101001000110110011100111001
+0,36,30,495,1111011011110111111000101110100000101011001110000110000011011111000100001100001010000100011101111000
+0,36,31,522,1111000111111111110110101011011110110011000110110100101100111100011000001101001010100010011001010000
+0,36,32,488,1111010010011111111101101011101101110001001010101011011111010111101000001100001000000000001001001010
+0,36,33,456,1111010011111011111000100010011101110011001111000110000100000111100100011100001000010100011001001000
+0,36,34,498,0111111111011110111100111111101011011011001111000111000100000111000100011100101001000000011001001000
+0,36,35,-587,1111011011111011101000111011101000011001000111100101011111110111100100011101101001000111011001011000
+0,36,36,507,1111111111111011100000111111001000111110000101000000010110010111100110011101001000010100011001011000
+0,36,37,464,1011011111110111111100110010001000111001001011101100010001110000000100001100101010000011011001011000
+0,36,38,-591,1110111011111011110001110111101111110011001011010110100110001101000100011101101000110011001100111001
+0,36,39,499,1110011111110111111100100111011110011011000101000111010101100100100100111100001000000100011001011000
+0,36,40,-565,1110011111110111111110011100001100111011001101100110110111100100000110011001001011010110011001011000
+0,36,41,512,1111001111100111111100010111111111101011001011100111000111010100100100111100001100000100011000001000
+0,36,42,532,1110010111011111101100110011101000110101101100100110001111000111000100001101101000010100111101001010
+0,36,43,-552,1101011111110011110101101000001110111011001011101100011001110001100110001101001011110010011000011010
+0,36,44,479,1111110110111111011010110011101111111010001011000110001100011110100100000100001011010100010000001000
+0,36,45,-591,1111011111110011111110110011101100111011001111000100001100110110100100001001001001110110011101111001
+0,36,46,-588,0111011111110111110101110111101100111011000101000011100100111111101010001101101010110010011000111000
+0,36,47,522,1111011111110011110110111011100001110011101111000110000111000100110110001101001011000000010101101000
+0,36,48,502,1111011111111011111100110111101100011011001011100110000101000111000110001100001001000101011000011000
+0,36,49,-600,1110011011111111101100111110101111111111001011000111010111110100100100011100101100010111011001010000
+0,36,50,513,1111011011111011111110110011001101111011001111100110001001010111100100001000001001010101011000000010
+0,36,51,553,1011001111110111101100110111010111111011001111101111000111110101000110101000001001010100011000011000
+0,36,52,477,1100011110110011101100001011101101111111000111010100101100110110000100001101001001000110010001010000
+0,36,53,542,1111010011110111111100100111101001111011001011100101110101011110000100001001101000000010011101011010
+0,36,54,506,1111010111111111111100111011001110111011000111000000011110010110100100100100000000000110010001111001
+0,36,55,-596,1111011111110011011010110111101110111010001111000100001100101111000110001101001011010110011101111000
+0,36,56,-586,1111101111101011011000011111001101110111001011101111011100110111100110011100001000010010011100011010
+0,36,57,529,0110011010111111111010110111101110111011001010100110000111110100001100001101001100010110011000011000
+0,36,58,478,1111011111010011110100111110011100111100001011100110001100010111100000000100011101000011011000010000
+0,36,59,513,1111011011111011101110100110101010111111000111100011010001010110000110011100001000010100011100011000
+0,36,60,516,1111110111100111011100101111001101111011001111101100101101010110000100001100001011000100011001010000
+0,36,61,-556,1110010110110111111110101011001101111011010011010111100100111110110000001101001000010010011011011000
+0,36,62,-573,1111011111111111110010110011111101111011001111100100100110100111000010011101001001000000011101111000
+0,36,63,509,1011010111011111101100101011101010011001000111101111010101010111000100011100101000000011011001001000
+0,36,64,542,1111011110111111000100111010011010111011000001110110111110111110010100001000011010100110011001010000
+0,36,65,461,1111011011110111110100101110001010101111001110100100000010101100010010001100001000000010011000111010
+0,36,66,-551,1110000111110111111100111111001101110011000011000100010101011111010110001101001010010010011011011000
+0,36,67,-558,1110010111110111111100101011001000101111000111010110101110110110111100001100001011010110011000011000
+0,36,68,467,1111010011110011111100110111011001111010001101101100010000000100000010001000001000110010011101110010
+0,36,69,524,1111011111111010101100101011001000111111010011001110101111010111001100001000101001000110110000011000
+0,36,70,557,1111011111110111101100110111001101111111001011010100110110100110000100001101001000000010011101011011
+0,36,71,526,1110011111110011111110101111101101011011001011100110100101110110001100001100101000010010011000011000
+0,36,72,494,1111010111111111110110101011011010111011001111110100000000001101000100011100001000110010001001110000
+0,36,73,510,1111111010110111101000110110001010001011000110010110101110111110010000001100000011100010011100111000
+0,36,74,506,1111011011111011111100101011101000111111001110001100100100100101000000001010001000010110011101110010
+0,36,75,538,1111110011110011111100001011010001111011010111001111101000001111000100001001101000100010011101111000
+0,36,76,512,1111001010110011011011010011100101111011101111000010000111010100100100011100001010010110011000111000
+0,36,77,525,1110010011111111110110011011001110110001001101100110010110110110100100001100011001010100011000011001
+0,36,78,441,1111010011110011011100110011001000111011001001001111010111010110000100001100001000010010010000011000
+0,36,79,538,1111010110110011101100010111101001111010001101100110011111110100101110011000001001010010011000011001
+0,36,80,-570,1110011111111111010011011011101011011001101111100111000110110111100100011101001001010000011001011000
+0,36,81,459,1111001010011011011100110011100101110001011111100000010111100110000100001100101000000111011000001000
+0,36,82,545,1111011111110011101100111111101101111100001011100100100101010110000110001101001100010011011100010010
+0,36,83,546,1111011011111011101100101110101101111111001011100111000100110111000100001100101001000110011001011000
+0,36,84,486,1111001111110111111010101111000100010011111010100110010111010101001110001100001000000100011000011000
+0,36,85,-607,1111010011110111111100100111101111110011001111000110001101111100101100001001001010010110011101011011
+0,36,86,535,0100111111110111110001101111011110100011011101000111100110001101010100101000001010110010011000111000
+0,36,87,-572,1110101010110011011110110011101000111111000111010111010101001111000110011100001000010110001101111001
+0,36,88,552,1011010111111011111110110011111110111011000011101110010100110110100110011100001000000110011100011000
+0,36,89,493,1011111011111111100110000011101111111011001111100010110111010111000000001100001000000000010001111000
+0,36,90,496,1111110110100111011110111011011111111011001111001111000101010110100000001100001000010100011000010000
+0,36,91,534,1111011110110111111110100011101101111001011011101110001100010110100100000000001001010110011101011000
+0,36,92,497,1011010011110011111100000011110000111011001110001011000101001101100100001011001001010000011101111000
+0,36,93,536,0111110011010011111010101011101111111011000110000110101100110111001100011101001000010010011100011000
+0,36,94,521,1110010110110111111100010011001010110111000111000110010110110100101110001100001010010110011000011001
+0,36,95,532,1111000011110011011100111011001001101011001101000111011111010111110100011100001000010110011000011000
+0,36,96,530,0110111111111110111100111111101011011011000011000111011100000101100100011100101000000110011001011000
+0,36,97,-581,1111011011111011101100110111101111011011000111000110011111110110100100011100101001000101011001011000
+0,36,98,526,1110110011110011111000001011100001111011001010001111100100111101001110001010001000010010011100111010
+0,37,0,-571,1111011111111111101100101110000101111111001111101111000110110111000110001000101001010110011000011000
+0,37,1,528,1011001011110011101100110111111111111011001011100111000101110101000100101100001001000100011001011000
+0,37,2,425,1011011111110111000010101111001010011001000011000110010100110100000100001100011000000010011001011000
+0,37,3,-609,1111010110011111101100111010111010111011001111101111010111001111100110011101101000000111001000101010
+0,37,4,541,0110010111110111111100011111101011111010001011010110011101001111100100001100101000000110011001011000
+0,37,5,551,1111111011111010111100111011001001011011001111001111011000010100010100011100001010100111011000111000
+0,37,6,476,1111111111110011100000111111011001111010001111000000000110010111100110011000001000010100011000011000
+0,37,7,-584,1011001111111111101100110111000110111111000101101111010111110101000110101101001001010100011001011000
+0,37,8,500,1110001111110011110100100111111110110011000101010110010100101101100100011100001000000110011000111000
+0,37,9,454,1110011011110111111000100111011111011011001101000111000101100100000100111100001000000000001001011000
+0,37,10,518,1110110011111011101100001011010100111001010101101111010110100111000100001101001000000110011001111000
+0,37,11,553,1111010011110111111110111011001011110011001111000110101000011110100100001000111001110000011100011001
+0,37,12,485,1111010111110111101110100010001010011011001111010110000000001100010100001100001001110010011001111000
+0,37,13,519,1111111010111111110000111111011010101011000110110100101110111111000000011100000010100010001100110000
+0,37,14,554,1111011011111111101100011110101111111011001011100111000110010101000100001100101101000110011001011000
+0,37,15,504,1111001111100011111100100111111101101111001011100111000101110110100100111100001000000100011000001000
+0,37,16,522,1011010111011011100100101010111011111001000111000011010101110111000100011100101010000111011001001000
+0,37,17,512,1111011111111111111100110011100100010011001111101111000101001111100100011100001000000000011001001010
+0,37,18,508,1110111011110011111000100011100011111111001111001011110001010100000110011100001000010000011100111000
+0,37,19,537,1111010111111011101110001110101000111011000010100111000100111111001110001010001000010110011100011010
+0,37,20,541,1111011111111111101100110110011010011011000101100111011111101110000100011100001010000100011001011000
+0,37,21,500,1110011110110111010100101011011110111011000001010110110100110100110100101000011000100110011001010000
+0,37,22,550,0111011111100111111110010111001100111111001011110100110110100110000100001101001000010110011101011000
+0,37,23,556,1111111111111011101100110111101101111011001111001110010111100100000100001101001000000010011001011011
+0,37,24,544,1110011111010111111000110111101001101011001111000101010111101101000100101101101000000001011101110000
+0,37,25,545,1111011011111111111010110011101010011011000111110101001100100110000110001101001111000110010101001000
+0,37,26,498,1111001011110111110100110111111011111011001101010110000100101101000100011100000011000010001100011000
+0,37,27,451,1110011111110011110000100111001101110111001101100110100110001100000100011000001000000010011000111000
+0,37,28,529,1111011111110011101100111110011000111010000001110110011110111110000100001000011010110110011001010000
+0,37,29,489,1111010110111111000110110010011010111011001000101110110111000110110100001000001000000010011101011000
+0,37,30,508,1111111110110111101101111010001100111011000011100110001001110101000110011101001011000000011000011000
+0,37,31,548,1101011111111011110100101101001110111111001111101100011100110010100100001100001000110010011100011010
+0,37,32,462,0111011110111111111000110010100110110011001110100010000101110110000100001101001000000100011000011010
+0,37,33,-599,1110011011111011111110110111111101111011001011000111000111101101101100011100001110010110011001001000
+0,37,34,542,1111011111110111111100110111101001111011001011000101110100010110000100001101101000000010011101011010
+0,37,35,-557,1111010011110111101100100111001101111111001011110100110111101110000100001001001000000010011101011011
+0,37,36,531,1111011011110111101000010111001101111111000011000110010110001110000100001101001000010010011101111010
+0,37,37,-558,1111001110110011111110100111001101111111001001010100110110110110000110001101001000000010011101011011
+0,37,38,542,1111011111110011010101110010110101111011001111000010000111110101100100011100011010000110011001101000
+0,37,39,515,1111001010111011011010010011100101110011101111000011000101001110100100011100001010010110011000011010
+0,37,40,563,1111011111110111011100111111100101111011011111100000000110100110100100111100101011000110011000011000
+0,37,41,440,1111001010011011111100110011101001110001001111100100010111000111000100001100001000000011011000001000
+0,37,42,515,1111011011111011110100100111111110111011011111100100100110101101000100001000001000000010011101010001
+0,37,43,477,1110001011110011111000101110011111110101000101011110001100010111001100011100001000000010001000111000
+0,37,44,499,0111010111011111101100100011101101100101000100100110001101000111001100001101101000010010111100011000
+0,37,45,-554,1110110001010011111010111011101010111011101110000110101110110111000100011101001000010100011101001010
+0,37,46,556,0110111111111111111100111110101000111011000111000111001100110101110100001100001001000110011101011000
+0,37,47,520,1111011011111110110100101011111111011000001010100110010100000111000110011100101000000111011001110000
+0,37,48,501,1110010010111011010001001011101110111010101111100011000111011011100100011100100000010000011001011000
+0,37,49,511,1111011111111111110011110111111011010001001111000111000100000101100100011101001001000000011000011010
+0,37,50,495,1111010011110011111100110111001100111011001011001100010101010110000110001101001100000011011100010000
+0,37,51,477,1111011111110011001100111011101001111100001001100111100111010110000100001100001000010010010000011010
+0,37,52,-552,1111001011110011111110111011001001111001000001000110011111010111110100011100001000010110011100011010
+0,37,53,541,1111010111110111001100110111001011101011001111001111010100010111100100011101001000010110011000011000
+0,37,54,530,1111000011110011001100011011001011101011001101000111010111010111110100011100001000010110011100011000
+0,37,55,543,1111011111110111111110110111001001111001000011001110011100010110100100011101001000010110011000011010
+0,37,56,516,1011010111011111100110101011101010110011001111100111010101010110110100001101101011000000010001001000
+0,37,57,509,1111011111110011111100111011100001011011100111001110000111000101000110011100001000000011011100101000
+0,37,58,531,0110110011010110111110101111101111111011000011000111101100010101101100011100101000000010011100011000
+0,37,59,521,0111111111111011111000111011101011011011000110000110011100100111000100011101001000010100011001011000
+0,37,60,554,1111010011111111001100110111001101111111001011001100110110011110100110000100001000100010011101011001
+0,37,61,541,1110011111110111110100110011011101111011001111010100101001100110010000001001001000010110011101010011
+0,37,62,536,1111010011010111111110101011101100111111000111000110101110110110001100011100001000010110011000011000
+0,37,63,-558,0110110111110011111000101011001011101011000110010110101100110111111100001101001011010010011100011000
+0,37,64,534,1111011011111111111100101011101101111111001111101100100000011100010010001010001000010110011101010000
+0,37,65,520,1110010011111010011100110011011100110011001110001100101101100111100000000000001000110110011101110011
+0,37,66,-571,1111011111110111111100110111101001111110001011100101110101011110000110001001101100000011011100010010
+0,37,67,516,1111010011110011101100101111101101111001001011100100100101010110000100001101001000010010011101011010
+0,37,68,-593,1011011111110111101100111111000111111110001011101101000111110110000110001101001101010110011000011010
+0,37,69,497,1111001111110011101100010111111101111001001111100110100101010101000110101000001000010001011100010000
+0,37,70,498,1011110011110111111100101011001000111011000011101101110001111000000100001101101010000010011001011000
+0,37,71,504,1111011111110011111100010010010001111001011111001110001000000111000100001000101000100011011101111000
+0,37,72,516,1010110111111011111100101011101011111011000011001110000100110110001110011100001000000010011100011010
+0,37,73,548,1111010011110011111010010011110100111011001010101111110100111101100110001010001000000110011100111000
+0,37,74,551,1110011111111111110011111011101011011001101111100111000110100101000100011101001001000000011101011000
+0,37,75,542,1111011111011111011010010010101001011011001111100101000111110111100100001101101000010001011001101000
+0,37,76,528,1111011111110011111110011010001110111011001111000100010111000100100100101100000011000110011001111000
+0,37,77,529,1110010111011111111100111101001100111011000101100010111110110110000110010001001000010110010001011001
+0,37,78,510,1111011111111011111101110111101100011011001011100110000101000111000110001100001001000101011000011000
+0,37,79,502,1111011111111011111100110111101100011011001011100110000101000111000110001100001001000101011000011000
+0,37,80,506,0111110011011111110010011011001111110001001100100110001100110110000100011101001001010100011000011001
+0,37,81,530,1110010011110011111110101011101110111011000111000110110110110111101000001100010000010010011100011000
+0,37,82,522,1111011111111111111110111011000101110011100111000100001111010100100110001101000010000000000101111001
+0,37,83,492,1111010111110011110100111011101010111011001111000010010110000110110100100100001001000110010001101000
+0,37,84,484,1111011111110011100100111110011000101110001100100110010011100110110110001000001000010010011000011010
+0,37,85,465,1111010011110111111110100110001010111011001010101100000110001110000000001100001000000010011101111000
+0,37,86,534,1111100111010011111110101011011111111011000110010100101100110110011100011101001000000010011001011000
+0,37,87,517,0111010011101111110010101011101110110011000110100110101100111101001000001101001010110010011100010000
+0,37,88,458,1111011110110011111110110010101001011011000111101101001101110100000100001101001000000100010100001000
+0,37,89,548,1111011111011111111000101111001010111011001111100100010111100101000100001100101000000011011101111000
+0,37,90,-611,1111010011110111111100111111001101110011011011000110010001010111010010101100001010110110011011011011
+0,37,91,509,1110001111110011111100111011101001110111000011000100011101001110000110011001101000010011011001010000
+0,37,92,523,1111010111110011011100111011101101111111001001000110100111010110000110001100001100010011011000010010
+0,37,93,-554,1111001011110011101110111011001001101000001111100101011101010111110100011101001000010110011100011000
+0,37,94,526,1111001111110111101010111110000100011011111010101110010111010101100110001100001000010110011000011000
+0,37,95,429,1111010111110011111110100111010000110010001000000110010111000110011100001000001000000000011101011000
+0,37,96,479,1111010111111111111110110011001110111011000111000010011100010110100100000000000000010110010101011000
+0,37,97,552,1111011110110111111100101011101101111000011011101100001110010110100100100100001001000110011001111001
+0,37,98,490,1110010111100111011110100111001001111011001111000100100101100111000100001100001011010100011000010001
+0,38,0,481,1111111111100011111110110111001101111010001011100100000110000110000110011000001000010100011000011010
+0,38,1,-560,0111011111110111100000011111011000111111001111010000110110110111100100001101001000010110011101011000
+0,38,2,505,1101011111111011111100100101001010111111000011001100011100110010100100011101001000010010011000011010
+0,38,3,-599,1111011111110111110110111111001101111001001111101110011100010110100100001101001000110110011100011010
+0,38,4,547,1111011111111111011000111111100111111001101111100001000110100111000100011101001011000010011000011000
+0,38,5,-567,1110011111110111110111111011101001011011011111100110000110100100100100111100101001000100011101011000
+0,38,6,-596,1111011110110111111100100011101101111110011111101100010110110110000110101101001000000010011101011011
+0,38,7,524,1111001110110011111110101111001101111001001001010100101110010110100100000100001001000110011001111001
+0,38,8,531,1111011111110111100100111111000101111111001111100110000010100110100100101100101001000010011000011010
+0,38,9,525,1111011111110011011100111110111010101010011100100000010111100110110110011000001010010110011000011000
+0,38,10,494,1110010011110011111100010011001100111001011111101101010110000110000110001101001100000011011001010000
+0,38,11,519,1111110011111011101100101111010100111101000001001110010101110111000100001101001000000110011100111000
+0,38,12,506,1111011010111011110100110111111100011011001011100110000110100111000100001000001101000000111101011000
+0,38,13,505,1111011111111011111100100111101110111011011111100100100101001101000110001000001000000101011000010001
+0,38,14,534,0110101111011111111100110110101000111011000111000111000001111101110100001101101000000001011101110000
+0,38,15,549,1110011111110111111000111111101001101011001111000101011110100101000100101100001001000110011101011000
+0,38,16,535,1111010011110011111100111011101111011011000111001110100111110101001000011100010000010010011100101000
+0,38,17,498,1010011111110011111110101011100000111011100111000110010110000111100110001100001000000011011100011000
+0,38,18,559,1111011111111111110111111010101011011001101011100111000110100101000100001101101001000110011001011000
+0,38,19,548,1110011011111111101000011111101111111011001111100111000010010101000100011100101101000000011101011000
+0,38,20,-575,1111011111111111011010110110011011011011000111100111000111111111000100011100101010010000011001101000
+0,38,21,508,1111011111011111101100010010101000011011001101100101011111100110100100001101001000000101011001011000
+0,38,22,513,1110100111010011111100101111101110111011000001000111111100000101100100011100101000000010011100111000
+0,38,23,516,0110011011111110110110100111110111110011000111010110000100111101101100011100001000000110011000011000
+0,38,24,489,1111011111111111011100111111100101110011101111100000000111010100100110001101100010000000010000011000
+0,38,25,-596,1111011111110111111110111011000101111011010111000100001110100110100100111100001011000110001101111001
+0,38,26,461,1111011111111110110100100111110100010010001111100110010100001111000100011100101000000001011001000000
+0,38,27,-570,1111011011111111111100111011101110011001001010101111000101000111100110011100001000000110011001111010
+0,38,28,-550,1110011111010111110000110011101001001001001111100111000111101101000100101101101001000001011101111000
+0,38,29,558,1110011111111111111011111111101011111011101111000101010110100101000100011111001000000000011101010000
+0,38,30,526,1111011011111111101000010110001101111011001011000110010110011110000100001101101000000010011101011010
+0,38,31,559,1111011011110111101100011111101111111111000011100111000110000101000100001100001101010110011001111000
+0,38,32,527,1111011011111111101100110111011001110001001111000100110110010100100110010101001000100000011001011011
+0,38,33,538,1111010111111111010011110111101111011111001011001111000100001111100100001100001001000010011100011000
+0,38,34,519,1111010011010111111110101011101100111111001111101100101010111100001000001010001000010110011100010000
+0,38,35,551,1111011011111111111100101011101101111111000111000110100100010110010110011100001000010110011001011000
+0,38,36,550,1111011111011111110000101011001111111011001111100100000111100101011100001000101000000111011101010010
+0,38,37,545,1110011110110111111100110111011000111011001111010100111001100110000000001101001000010010011101111001
+0,38,38,489,0111011111111011111110111011000001110011100011000110001101010101000100011101001000000100001001111000
+0,38,39,557,1111111111111111111000111011101111011011000110000100011110100110100110011101000010010000010101011001
+0,38,40,558,0110011111111111111010111011101010011011100111100111000110110101010100001101001001000010011101011000
+0,38,41,-572,1110111111111111110101111110101011111001001111000111001100100101100100011100001011000100011101011000
+0,38,42,-586,0110111111111111110100111111111010101011000110110100101110111111110000011100001000100010011101011000
+0,38,43,489,1111111010111111111000111110001000111011000111000111001100110101000100001100000011000110001100110000
+0,38,44,528,1111110011111111001000111111001101111011001011001100110110010110000100011100000001100010011101011000
+0,38,45,-597,1111010111110111011100110111001101111110001011111110011100011110101110000100001010100010011101011001
+0,38,46,452,1111011110110111111100111011101101111000010011101100001010110100100100000100001001000000011000011000
+0,38,47,-608,1111111110110111101101101010001100111011001011100110001101010111000110111101001011000110011001111001
+0,38,48,-562,1111001111110011001100111111011010001011000101000111011111010111110110011100001000000110011101011000
+0,38,49,533,1111010011111111101100010010001011111011001101100111010111101110010100011100001010010100011000011000
+0,38,50,548,0111011111101111110110001111101001111101001011100110110110101101000100001101001000010010011101011000
+0,38,51,557,1110011111110111111011110011001110011011101111110101000110100110000100011101001001000100011101011000
+0,38,52,519,1111011110110011111100000010000001111001011011101100001100010111000100001110101000100110011001111001
+0,38,53,550,1111011111110111111100111011111101111000011111001110001010000110100100100000001001000011011101111000
+0,38,54,530,1111011110111111011010011011100101111011011111100000000100000110100100011100001011010110011000011010
+0,38,55,548,1111001011110011011100110111100101110011101111000011000111101110100100111100101010000110011000011000
+0,38,56,549,0111011011111111010000111111101100111011001111100100101110101110101100011100001011000110011000010000
+0,38,57,534,1111010111100111110110101011100111110011011110100010000100110101000000101101101010110010011100011000
+0,38,58,561,1111011111110111111100111111001001111011000001110111011100111110000100001001101000110010011101010000
+0,38,59,504,1111011111110111101100110110111000111010001011000100110110010110000100001100010010000110011001011001
+0,38,60,546,1111001011111011111100111011001001111111000011001110011000001100010110011000101010110011011000111000
+0,38,61,513,1110111111110010111100111011101001010011001111001101011001010110000100011101001000000111011001010000
+0,38,62,-592,0110110111111111111000111110101101111011000111111110001100110111101100001100001001100010011101011000
+0,38,63,521,1111111111110111011100111111001000111010001011000111011100010100010100011100000001000110011101011000
+0,38,64,476,1110010111111011111100101001001000111011000111000010110100110110001110011101001000010010010000011000
+0,38,65,-569,1010110111011111111100111111101111111011000001101110001110110110000110010000001000000110011101011011
+0,38,66,468,1110010011110010011100111011011100110011001110000100000111100110100100000100101000000110011101010001
+0,38,67,-615,1111011111111111011100110111100101111011011111101000101100100111100000111000001011110110011000111010
+0,38,68,520,1111011111111010111100110011001100111001001111101100001100000111100100000100001001000110011101110001
+0,38,69,-542,1110010010110111011100101011111101110010001010001100101111110110100000100000001000110110011001111011
+0,38,70,531,1111011111110111011100111111100101111011001111100000100100100110000100001101101000000010011101011010
+0,38,71,-573,1111011110110111111100110111101001111011011001000101010110010110100100111100101011000110011000111000
+0,38,72,538,1111011010111111111010011011110100111010011010101110010100011110100110001010001000000110011000111001
+0,38,73,-559,1111010111110011111100100011101101111001001011101001101110110101100100100100001001000110011101111000
+0,38,74,542,1110011111100111111110100011011001111011001111000100101101100111010100001001001010010100011101010001
+0,38,75,489,1110010111110111010100110111001101111011001111010100100001100110000000001100001001010110011000010011
+0,38,76,473,0111110110111111000100110110011000111011000000100110011111100100110100001000001000000110011101011000
+0,38,77,554,1110011111111111011110111010101010111011001111001111100100000111110100001100001001000010011101011000
+0,38,78,-567,0110110110110111101100111111101110111010000111100110011101011101000110011101001011000110011000011000
+0,38,79,477,1111011111110111111101011010001001111011001011010110001001100111100100001100101000000000011001001000
+0,38,80,530,1111011111011111011100010010100101011011101111100001000110100111100100111101101000000110011001001000
+0,38,81,-600,1111011111110111011010111111101001111011011111100100000111110110100100001100101011010001011000111100
+0,38,82,499,1111011111110111011110101011100111111011000111000000110110110110100100101100001000000010011000011000
+0,38,83,-585,1110010011110011111100111111101100101011011111100110000110100111101000011100110011010110011100011000
+0,38,84,-602,1111111011111111101100111111001001111011000111001101100110011101110110001100001001000110011101011001
+0,38,85,520,0110010111111111011100110110101100111111001011000110011100110111100100000100001000100010011101011000
+0,38,86,545,1111010011111111111100101111001101111111000011000100100110111110100110011100001000000010011001011001
+0,38,87,-555,1111010011010111001110110011101100111111001111011110111110010110001100000100001000110110011100011000
+0,38,88,-634,0111011011110111111110111110101001111011001111000111101100111111100100001100111001010100011101011001
+0,38,89,475,1110110111111111111100111011001010110011000111000110001000010100110100001000001001100010011100011000
+0,38,90,-552,1111011011110011101110101011001001111011000010100110011110010111001100011110001000010110011100011010
+0,38,91,537,1111000111111011111110011110101000111001000001000111000101111111110110001000001000010110011100011010
+0,38,92,525,1111110111010111010100011011000111111001011101100010000100110110100100111101101011000100011000011000
+0,38,93,544,0111011011111111111010111111101101110011001110100100001110100110000100011100001001010110011000011001
+0,38,94,521,1111011111010111111110111011101101110001001000100110011100110110000100001101001000010100011001011001
+0,38,95,527,0111110011111111110000010111001011111011001111000101100100010110000100011101101001000010011100011010
+0,38,96,531,1111010011110111101100101111101101111011001011100101000100010110000100001111101100000010011001011010
+0,38,97,552,1111011011111011101100011110101111111001001011100110100111010101000100001100001001010110011101011000
+0,38,98,556,1111101010110111110100111011101111111011000111110110001101111101000100011100000011000010011100011000
+0,39,0,-614,1111101011110111110100111111100111111011001111110010101101111111000100001101000011000010011101011010
+0,39,1,473,1111011110110111011100111011101101111011000111100100000100100100000100011100101000000010011100011000
+0,39,2,520,1111011111111011111100110100111010111011000000101000011110110110110100011100001000010010011000011010
+0,39,3,525,1101011111110011011100101111001010101110011111000100010101100010100110011001001010010110011000011010
+0,39,4,-576,1111011111110111111010110011001110011011101111111101000110100111100100011100001001000100011101011000
+0,39,5,551,1110011011111111111101111011101110011001001010100111000101000110000110011101001000000110011001111010
+0,39,6,519,1111011110110011111100000010000001111001011011101100001100010111000100001110101000100110011001111001
+0,39,7,523,1111011110110011011100000010000001111001011011101100001110010111000100001110101000100110011001111001
+0,39,8,516,0111011111111111011000111110101101111101101011000011011100100111100100010100001000100010011000011000
+0,39,9,551,1110010111111111011100110111100110111011001111100100000110110111000100001101001011000010011101011000
+0,39,10,539,1111011011111111101100011111001111111011001001110111001010010110010100001100101001010000011101010000
+0,39,11,-572,1110011111110111111000111111101001111011000101100111010100111101000100011001101100100010011101011000
+0,39,12,-567,1111111110110111111000111011101111011011000110100101010110100110100100011111001011000100010101011000
+0,39,13,554,1110011111111111111011110011001110011011101111010100001110100110000110011101000000010000011101011001
+0,39,14,526,1111010011010111111100101111101001111011001111100100011010110101000001101110001000010110011100010000
+0,39,15,554,1110011111110111111010111011101100101111001111001101101110101100001100001000001001000110011101011000
+0,39,16,527,1110011111111110111000110111001100111001101111001101001110100101000100010110001001000110011101010000
+0,39,17,556,1111011111111011111111110011101011111011001111100100010100000111100100101101001000000000011101110001
+0,39,18,-601,1110010111011111111100110111101111111011000001001110101111110101000100011100010000010110011101011011
+0,39,19,480,1011110011110011111100111011101111011011000111101110000110110110001010010000001000000010010100101000
+0,39,20,513,1110011110111111111100110111001010111011000111000100111001110110000100001001001001000010011101011000
+0,39,21,507,1110110111110111111100111011011000110011001111010110001000000100110000001100001000110010011100111001
+0,39,22,557,1110011111110111011101111011101001111011011111100100000100100110100100111101101001000000011101011000
+0,39,23,537,1111011111110111110110111111100101111011001111100010100110100100000100001000101000000110011101011010
+0,39,24,546,1111011011110111110100111010101011011001100111000111100110110101000100001100010000010110011101111000
+0,39,25,548,1111010111111011111111111011101111011011001011101110000111100101001000011101101001000010011000001000
+0,39,26,497,1110011111011111101000011110101010111011000111100111000010010101000100001100101101000001011101010000
+0,39,27,-573,0110101011111111111100110111101101111011001111000111000001111101110000011101101000000000011101111000
+0,39,28,-581,1111011111110111111100011010100001011011000101110011010100110111100100011101101100010110111101010000
+0,39,29,537,1111011111011111011100110111001101111011101011100101001110101110000100101001101000100010011001001000
+0,39,30,492,1110011111111111110110101010001001111001001111000101000110100111000100001101001010010100011001010000
+0,39,31,-608,1111011111100111111111111011111001011011101011100110101101100101010100001001101001000110011101011001
+0,39,32,-580,1111011111111111011010111110101110111011001111000111101110000111110100001100001011000110011100010000
+0,39,33,509,0110011011111111010100111011101000111011001111101100100100101110101100011100001000000010011001011000
+0,39,34,518,1111011111111111111010011111100000111010001010101101011110000101100100001010001000000110011001111000
+0,39,35,-579,1110011010110111111000111011111101101011011111001110010100111110000110101100001001000110011100011001
+0,39,36,541,0110010111111111111110110110101110111011000001000111000110110111110100000100001001100010011101011000
+0,39,37,527,0110011111111111011000111011101000011111101111100110011100110101000100001101001000000010011101011000
+0,39,38,484,1111111111110111111110111111101101111000011111100100000110000110000100000000001000000011011100011000
+0,39,39,547,1111011111100011111100110011011101111010001011001110001010000110100110111000001001010100011001111010
+0,39,40,479,1111010011111111101100010010001000011011001101100111011111100110000100011100001000010100011000011000
+0,39,41,547,1111011111011111101100010010101011111011001101100101010111101110110100001101001010000101011000011000
+0,39,42,548,1111111011111111111000111111101101111011000110100100001110100110000100011100001000010110011001011001
+0,39,43,545,0111011111111111111000111011101111010011001110000100011110100110100110011101000011010000010100011001
+0,39,44,548,1110011111110011111110100111101100111011001111000100101101001111010110001001001010000101011001010001
+0,39,45,507,1111011111101111111100100111011011111011011111100100100101100101000100001000001000010100011100010001
+0,39,46,499,0111011111111111111010111111101001110011001110000101000110100111000100011100001000010110011000010000
+0,39,47,-603,1110011011111111111011111111101111111011101111100100011110100100000100011111001001000000011101011001
+0,39,48,-575,1111011011010111111100011010001111111001001111101110101111111101001000001100001001010110011101010000
+0,39,49,488,1111010011111011101110101111101100111111001011100100100010010100000100001010001000010110011100011000
+0,39,50,496,1111011010111111011100111010001000111011001111000111101100100101100100001100000011000110011001010000
+0,39,51,531,1111111111111111011010111110101010111011000111001111000100010111010100001100001001000010001100111000
+0,39,52,511,1111011011111111100100010010001101111111001101100111000010100110000100111100101010010000011000011010
+0,39,53,539,1111010111110111101100111111000011111011001111100110010111101110110100001100001001000100011000011000
+0,39,54,502,0111011011110110111000111111101001101011001111000100001110100100000100011100001001000110011100011001
+0,39,55,-575,1110011111111111111010111111101101100011001110100101011110100111000100101100001001010110011001011000
+0,39,56,542,1111111111110111110100101011100101110001011111000110000100000110100100100101001010110011011101011000
+0,39,57,548,1111010111100111111110111011111111111010011110101010001010110101000000101000101001000010011100111000
+0,39,58,502,1110011011111111111000011011101111011011001111100101000010100100000100011100101000000100011101011000
+0,39,59,-589,1110011111110111101011110111001110111011101111110111000110010111000100011101001101000000011101011000
+0,39,60,508,1111010011111111101100110010011001111011001001100110000111100111010100011100001011000100011000011000
+0,39,61,475,1111011111110111101101010110001010111011001101000111010000101100000110011101001010010000001000011000
+0,39,62,-582,0111011111111111110010011111101111111101001111100100110110101111000110011101000010010000011101001000
+0,39,63,508,1111111111101111111100101011101001011011000010000110011110100100100100001101001000010010010101011001
+0,39,64,503,1111011110110111010100110111011000111011000001110111011101111100010100001000001000100010011101010000
+0,39,65,531,0111110111111111101100111110001001111011000000100110011110100110100100001001101000010110011101011000
+0,39,66,481,1111010011000111110110101011100100111011011110100110000010111101000000001000101010010010011100011000
+0,39,67,-578,1111011111110111111110101011101111110111001111101000101100110100001000101111001000110110011100010000
+0,39,68,502,1111111111100111101110110111000101111111001111100100000010100110000100001100001001010010011000011010
+0,39,69,504,1011011111110011110100111111001101111010001011100110000110000110100110111000101000000100011000011010
+0,39,70,527,1111011111111111101000011110001101111011001011100000010110011111000100001101001001000010011001011010
+0,39,71,546,1111011011111111011000110111100111111001101111000111000110100110000100011101101010000010011100011000
+0,39,72,545,1111011111101111110100001110000001111101011011101100011110001101000100001111101000010010011001011001
+0,39,73,522,0111011110110011111110000011101001111001001011100110100100110111000100001100001000100110011101111000
+0,39,74,-583,1110011111110111111010111111101100111011001110000100111110100110000101001101001000010110011001111001
+0,39,75,518,0111011010111111111100110111011001110011001111110100001001100110000000011100001001010010011100011001
+0,39,76,515,1111010110011111111000101011100111111011000011000001011100000111100100011100101010010010011100011000
+0,39,77,545,1110101111110011011110011111101100111011011100100110100100000100100100011100101011000110011000111010
+0,39,78,-562,1111001111011111111000110110001011111011000111100111000101111101111100001100101000000011011101010000
+0,39,79,522,0110111111011111110100101011101100111011001111000100000011100101010100001001101000000101011101110010
+0,39,80,539,0111111011111111011000111111001100111011000111000101001100111101100100011100000011000110011100110000
+0,39,81,499,1111011010111111110000111110101000111011001111100110101110100110001100001100001011000110001000010000
+0,39,82,487,0111010111011111111110111011000011110011111001100010001100010111000100011101001001000100001000011000
+0,39,83,527,1111111111110011010100011011000101111001000111000110000101110100100100111101101010000100011001111000
+0,39,84,553,1111011010111011111110111111101101110001001110000100101110000110100100011100001001000110011001111001
+0,39,85,525,0111001111110111111010101111001101111011001011110100001110110110000100000100001001010110011000011001
+0,39,86,-562,1111010011111111111100101011001111110111001010100000100110111110100110111101001010000010011001011000
+0,39,87,517,1111010111100111110110101111100101111011010111000110000100110101000000001100101000110010011100011001
+0,39,88,524,1111011111110111101100111110111010111010000011000100011110110010000100001100010010010110011001011001
+0,39,89,539,1111111111111111111000110011101101011011001110000100110110000110100110011101000010010000010101011001
+0,39,90,500,0111111010111111001100011110101110111000000011100110100111011101000100001100001001010110011000011000
+0,39,91,-612,1110010111110011101100111111101111111011001111100110011101010101000110011101001011000110011101011000
+0,39,92,484,1111011111100111100110011110101000111101001011000100110110100110000100001100001010000110011001011000
+0,39,93,-574,1111011111111111111100100111111001111010001011100110110110011101000100001101010000010010011101011001
+0,39,94,544,1111011111111011111100111111101110111011001111100101001000010101000100000100001101000110011101011000
+0,39,95,524,1110011011111110101000010011001101111001001111101110000110000111100100011100101001000000011101110001
+0,39,96,528,1111011111011111100100011010001100011011001111100101000111100101001100001001101000000101011101011010
+0,39,97,546,1111011111011111111001100011111011111011001101100100011111100110110100001100001000000111011001010000
+0,39,98,-572,0111011011111111110010111111101100111111001111010100000110100111000100011100001001010110011001011001
+0,40,0,564,1111010111111111101100111011111111011010001111101001001010110101001100001000101001000100011101111000
+0,40,1,512,1111011111000111110110011010001100111011011110100110000111100101000000101001101000000011011100011010
+0,40,2,511,1110011010110111111000110011001100101011001111001111000100111101000100000110001001000110011101010001
+0,40,3,-595,1110011111111110111000111111111101111001111111001100011110100110000110111100001001000110011100011000
+0,40,4,550,1110101111110011011110110111101101111011001100000111100110100110000100011101101011000110011000011000
+0,40,5,553,1111011011111111011000011111100110111001111111100110000100000101100100011100101010000010011100111010
+0,40,6,523,1101011111110001011100101111101100110001011110000100011100100010100100011101001011000110011001011010
+0,40,7,548,1111011010111011111110111111001011101110001111000100100111000110100110011000001000010110011000111001
+0,40,8,538,1110111111011111111100100111111100111010001111000110010010001101000100001001000000001100011101111011
+0,40,9,-572,0111011111111111110100101011101001111011001011100100100111110101010100001101111000010011011101010000
+0,40,10,506,1111111111011111111100111111101111111011010011100000001100010111000100011100001000000100011000011000
+0,40,11,529,0111010011111111111010111011000001110011101100100110001110100110000100011101001001010110001001011001
+0,40,12,511,1111110111111011111100111011101100011011001111010110000101100100011000011101001001000010011000011000
+0,40,13,544,1110010111110111111111111011011011110011001011101110001010000101100000001100101000110010011100110001
+0,40,14,493,0110011111110111111010100111101101111011001110000100000100001111000110011100001000010111011000010000
+0,40,15,554,1111011111111011111110111111101000110011001111000101101111100111010100001001001010000100011001010001
+0,40,16,554,1111011110111111010100111111111010111011001101110111101101110100011100001000001001100010011001010000
+0,40,17,457,1111011010110111110000110110001000111011000011100110011110101110000100001100001010000110001100010000
+0,40,18,432,1111011111110011111101110110001000111011001001000110010000000100000110011001001000010000011000111000
+0,40,19,-590,1111011111100111101100010011011111111010001111001111001010101110100110111100001011010100001001011010
+0,40,20,551,1111011111110011111111110011101001111011011101100100010100100110100100111101001001000000011101011000
+0,40,21,-566,1110011111111111011101111011101011111011001111100100000100000111100100101101101000010000011101110001
+0,40,22,497,0111011010111111111110110011001000110011101111110100001010100110000000011101000001010000011100011001
+0,40,23,-567,1110011111111111111001010111011111011011001111010100001101100110000110011100001000010010011101011001
+0,40,24,523,1101011111110111010100101110000000101100011111100100010111001111000110001111001010010010011000011001
+0,40,25,547,1111011111101011111100001111001011111111011011001100011100100000100100011001101000010110011001011010
+0,40,26,563,1110011111111111111101111011001001111011010111000100110001110110100100111001101001000000011101011000
+0,40,27,517,1110011110110111011100110111101010111011011111100100001100100110000100001101001001000010011101011000
+0,40,28,485,1111011111111111100000110010001101110111001101100010100110100100000100101100101000010100011000011010
+0,40,29,541,1111011001110111110110011111100101111011001111100111000010100110000100011000101010000010011101011010
+0,40,30,521,1111011110100011111100000011011001111000001011001110001010010111000100011000101000010110011001111011
+0,40,31,538,1111011111010011111100110010000101111011011011101100001100000110100110101110001001100100011001111000
+0,40,32,497,1111011111110111111010111111001101111010011111100000010110010110000100000001001000000011011000011010
+0,40,33,514,1111111111111111101100011110101101111001001011100100000110001111000100001100001001000010011101011000
+0,40,34,529,0111010110111111111000111011110111111011001110000000011100100110100110011100100011010000010100011001
+0,40,35,539,1111011111011111111000101011101111010011000011000101011110000111100100011101001010010010011100011000
+0,40,36,536,1111011111110011011100010010001001111010001011001110001010010110100110111110101000000100011001111001
+0,40,37,534,1111011110100011111100100011010101111001011011101100001110000111000100001000001001110110011001111010
+0,40,38,552,1110010111111111010100110111101110111011001111000100000110110111110100001101101000000100011101011000
+0,40,39,548,0110111111011111111100101011100100111011001111100100000011100101000100001001001011000011011101111010
+0,40,40,544,1111011111111111111001100011010001111011011001101100001111100110100100001100001000000111011001111000
+0,40,41,-547,1111011110010011111100000010101011111001001111100100011110010111010100001110101000100110011101010001
+0,40,42,540,1111010111111111110111111111100111011011001111100110000110100100001100001001101000000110011100001010
+0,40,43,560,1111011111110011111110111011101101111011001011101010100111100101000000011100101001000010011001011010
+0,40,44,-571,1111011111111111111000110111001101111011100111100101000110111111000100011001101000100010011101001000
+0,40,45,553,1110011111010111011100111111101001111011001001100111011100101100000100101001101100100010011101011000
+0,40,46,-565,1111011111110111110110111011101001111011001111100110100110100110000100001100001000100110011101011010
+0,40,47,488,0111001110110011111110000111100101111001001011100010100100110101000100001000101000000110011101111000
+0,40,48,515,1111011011111111011100110011001010111111000111000100010100111101100100001101000010000100011101110000
+0,40,49,-589,0111111111111011111011111111101101111011001111100101001100000111100100111100001001000010011100110001
+0,40,50,546,1111010111111111011110110111100111111011001011101110000110100101000100011101001001000010011101001000
+0,40,51,558,1110010111111011111100111011101110011011001111100100000111110111001000001111101011000010011000011000
+0,40,52,537,1111011011111111111000110011001101011011001111001110110110000110100110011100100000000000010101111001
+0,40,53,526,1110111111111110101000010011101101111001001110100100000110000111100100011101001011010000011101010001
+0,40,54,485,0110011111110111011100111011101000101110001111001100010100101010100100011101001000000010011000011010
+0,40,55,549,1101011011111011010100101111001010111011011111100100100101100110101110011000001010010110011001011000
+0,40,56,489,1111010111010111111000110011101001011011001111000100011010010101000110011100000000010100011101011000
+0,40,57,-576,1111111011111111111100101111101101111011001110100100110110100110100001101111001010010010010100010001
+0,40,58,474,0110011011110111010000101011101100111011001001111100101100100110000100011100001000010110011000011000
+0,40,59,564,0111001111111111111110111111001001111011001111100100000110111110101100000100001001000110011001011001
+0,40,60,-597,1111011111110111111111101111101011111011001111100100011101010111100000101111001000000100011100110001
+0,40,61,496,1111010011011011111100110011101001111011001111100100010010100101000101101100001000010010011101010000
+0,40,62,525,1110011111111111101000011111001100111011001111100100010110011111000100001101001001000010011001011000
+0,40,63,553,1111010111111111011100110110100111111011001011100000000110110111000100001101001011000010011101011010
+0,40,64,563,1111111011110111011010111111100101111011101101100111100100000110100100011100101011000010011000111000
+0,40,65,521,1110001111111011001100010111101110111001011110000110000110100100000100011101101010000110011100011010
+0,40,66,521,1110011011100110110110111111001101111001001111000110000100000111000100011100101000100000011101111001
+0,40,67,520,1111010111111111101000000011100101111011010111101110000110110101100000001100101001010010011100010001
+0,40,68,557,1111010111110111001100111011101011111011011111100110010100101110110100001100101001000100011100011000
+0,40,69,553,1110111111110111111101111111100001111011001111100100000111100110100100111101001001000000011001011000
+0,40,70,556,1111011111111011111100111111111110111011001111000100001100010101000100000100001110010110011001011001
+0,40,71,512,1111011111110111101100111110101010111010000011100101011010110010000100001100010001000110011101011000
+0,40,72,540,1111111111011111111001111011101111111011011111100100000111100110110100001000001000000011011100010000
+0,40,73,482,1111011111110111111110000111111001111000001101100100011110000110000100000100001000000111011001011000
+0,40,74,539,1111010011110111011000100111101101111001001111000111000010110101000101011111101000010110011100010000
+0,40,75,533,1111011011011111111100111111100011111011101111100100011110100110000000101100001010000010011100011000
+0,40,76,530,1111111111101111111100101011001011011011000001110110011110000110100100001101001000110000011101010001
+0,40,77,531,1111011011111111101100011111101101111011001010000111001010110100010100001100101001010010010101011000
+0,40,78,-563,0111011011110111110100111011101110011001100111000111100100110101100100011100000011000110011101111000
+0,40,79,513,1111111011111111011000111110001001011011000111000101001110111101000100001100010000010110011100110000
+0,40,80,503,1111011011110111110100111111100101101011001111000100100110100100000100001000101000000110011100011011
+0,40,81,545,0111011111110110111010111111101011111011001111100010001110100100000100011100001001000110011101011000
+0,40,82,508,1111011111101111110100001110100001111101001011000001011100100111000100011110101000110010011000011000
+0,40,83,553,0111011111111111011000111110001101111101111011101110011110001101100100000101001000000010011001011001
+0,40,84,530,1110011111111111111000110011101011010011001111000100011101110110000100001001000001000010011111011001
+0,40,85,543,0111011110111111111100111111001110111011000110000100111010100110100110011101001011010000010100011000
+0,40,86,498,1111011111111111111000111011100011110011001110101100011110000110100100001001001010000000010101011000
+0,40,87,540,0111011111111111111010011111101100011010001010000101011110100101100100011100000001010110011000111001
+0,40,88,549,1111010111111111110110111011101101011011001111100110000111100100001100001101101000000010011001011010
+0,40,89,547,1111011111110011111111111111100111111011001011101010100111100101000000011000101001000110011100001000
+0,40,90,537,0111110111110111111100111110001000110011001111010110011100000100100000001101001000010110011101111001
+0,40,91,480,1110100111111111101100111011011001111011000000100110001010100110110100001000101000110010011000011000
+0,40,92,559,1111011111110111110110011111101111111111001111100100100110100110100110111001100000000000011100001010
+0,40,93,536,0011011111111011110000111111001111111000001011100110010110001111000110011100001010010100011001011000
+0,40,94,-554,1111011111110011110100000110000001111011001011100110101110000111000100001100101000100110011101111011
+0,40,95,502,1111011110110111111110111011100101111001011111101000000100110100000100001010101000000110011001011000
+0,40,96,-577,1111010111110111111000111111101011111111101111100110011110101101100100001100001001000110011000011000
+0,40,97,489,0110011111111111001100111011000000011011001111100110010101110110010100001101001000000000011101011000
+0,40,98,516,1111011111111011111101110110101010111011001111100100010100110110110100101101001000000000011000110000
+0,41,0,537,1111011111110111111111011111101111111011001111101010100111100100000010011000101001000000011100001000
+0,41,1,569,1111011111110011110110111111100111111111001011100100100110100111100100111001100000000110011100001010
+0,41,2,530,1110111111101011111100010011101110111011001100000110001110100110000100011101101010000010011100011001
+0,41,3,521,1111001111111111001100101111001011011001010011110110010110000100100100001101001000110100011101010010
+0,41,4,-596,1111111111110111011110111111101011111011101101100111100100100110110100011100001001000010011001111000
+0,41,5,536,1111011010111111010000111111110100111011001101110111101101010100001100001000101011100010011010010000
+0,41,6,559,1111011110111101010100111111010101111001011101111111001111010100000100001000001001100110011001110010
+0,41,7,522,1111011110100011111100100011111010111011001011100100101100100111011100001000001001110010011001011000
+0,41,8,-560,1111011111110011111100101011101110110011011110000100011101100111001000001111101011000010011001011000
+0,41,9,510,1100010111111001011100111111101100011001001111100100000110100010100100011101001011000110011000011010
+0,41,10,-569,1111011011111011111000011111101111111001011111001110000110100100100100011101101000010010011100011010
+0,41,11,-560,1111011111101111011100101111000010111111111111100100011100000001100100011000101010000110011001111010
+0,41,12,521,1111011111111111111110001111111010111000001101100100011110010101000100000100001110000110011001011000
+0,41,13,517,1111011111110011111100110111111101111011001111000100001100000110000100000100001000010111011001011001
+0,41,14,513,0110011111010011111100000111101101111011001011000010110100110101000100001001100000001100011101111001
+0,41,15,513,1111101110111111111110100111110100111000001111100110000010001101000100001000001000000110011101111010
+0,41,16,-578,1111011111101011111100101011011111111011011011101100001110100110000100011000101000110110011001011010
+0,41,17,483,1111011110100011111100000111000001101101011011001100001100000001100100001001001001010110011001111010
+0,41,18,534,1111111111111111111101111111100101111011001111000100001100000110000100100100001101010000011001011001
+0,41,19,-566,1110011111110011111100111111111010111010001111100100000111110101100100011101001010000110011001011000
+0,41,20,-561,1101011011111111111000100011001100111011011111101100100100100101100100011110001011110110011001010000
+0,41,21,519,1110010010110011010100111111001010101011001111000111000101111111001110000000001000000110011101011001
+0,41,22,482,1111011011110111100100011111101111111111001010000110001010100110100100001101100000000010010100011000
+0,41,23,-608,1111011111111111111110011111101101111011001111100101100110110100010110111000101001010000011101001010
+0,41,24,-562,0110011111111111010010111111101101111011011111100101000100000111100100011100001001000110011100011001
+0,41,25,-589,1111110111111011111101110111101110111011001111000100001110110111110100101101101000000000011101110000
+0,41,26,-570,1110001011110111011010110111101111111011011110100111100100000111000100011100101010000110011000111010
+0,41,27,533,1111111111111011011100011111100100111001101101000110000110100100100100011101101011000010011100011000
+0,41,28,552,0111011111111111111001010011101000011011011011101100001111100111100100001100000001010110011000111001
+0,41,29,532,1111011111111111111010101111010101111010001000000101011110100100100100011100001000000111011001111000
+0,41,30,546,1111111011110111111100011111100001111011001111000100000111100110100100001001001001000110011100011011
+0,41,31,502,1110011111110111110101111111100101101011001111100100100110100100000100111100101000000000011001011000
+0,41,32,558,1011011111110110110010011111101011111111001111100110000110100110100110011101100001100000010101011000
+0,41,33,544,0111011111110111111110111111101111101011001111100000101110100100000100111000001000100110011100001010
+0,41,34,532,0111111110010111111100110010001001110011001111100100011100000111100100001110101000000110011101110001
+0,41,35,-552,1111010111110011111100001110101010111001001111010110011110010100010000001101001000110110011101011001
+0,41,36,557,1111011111111011111000101011101110111011001111000100001110010111100100011100001110010010011000011001
+0,41,37,547,1111011111011111111100111111111111010111000011000101011100000101000100000101001010010110011101011000
+0,41,38,503,1111011111110011011000111110101101111001001011101010001111100101000000001100001001000010011001011010
+0,41,39,-601,0111011111111111111110111011001001111111111011101110110110001101100100010101101000000010011001011001
+0,41,40,482,1111011111110011111110111011011010110011001011100110001010000101000000001100001000010110011000110001
+0,41,41,-604,1110010111111111111101111111111111111011001111001100001100010101100100000100101110110010001101011001
+0,41,42,-575,1111010111111111000100111011111011111011001111110110001101111110010100001100101001100000011100011000
+0,41,43,542,1111011111110111011100111111101010111011011101100111110100100100111100001000001001000110011001010000
+0,41,44,522,1110011111011111001100011111001001111011001001100101011110011110000100101001001100000010011101011000
+0,41,45,556,1110011111110111111000111111101100111011001111100110010100101101000100001101101001100010011001011000
+0,41,46,543,1110011111111011111101111111101000110011001111000100100011100111010100101001001010000100011101010001
+0,41,47,565,1111011111111111111110111011001001111010010111000101111101110110100100011001101001000000011001011000
+0,41,48,562,1111011111111011111111111111110111111011001111100100000111010101000100011100001010000110011100001000
+0,41,49,541,1111011111110011111100111111101110111011001011001010101100100101000000000000101101010110011001011001
+0,41,50,530,1111110111110110001000111011101111111011001111100100000100001110110100001100001111000000011101011000
+0,41,51,-566,1110011111111111101100010011101001111001011110100110010110100111100100011101101001010100011100010001
+0,41,52,520,1111010111111111101000111011101111000011001011001101011110110101101100001100001010000000011100011000
+0,41,53,-573,1111011111011111111100101011111111011110000011100001001010000111000100011001101001010110011101111000
+0,41,54,519,0110011011110011010100101111101000101110011111001100010100100010100110011100001010010110011001011010
+0,41,55,515,1101011111111111011100111011001010111011001111100100100101101110101100011001001000000010011000011000
+0,41,56,526,1111011111110011111110110111100111111011001011001110001111110101000110001000100001000010011110000000
+0,41,57,548,1110011111111111111001111011101011010011001111100000110101100110000000011001001001000110011101011001
+0,41,58,525,1111011110111111111010111011100011110110001110100100110111100110100100001001001010010100010100011000
+0,41,59,542,1111011011111011111100111111001011101011001111101100001110000110100110011000001000000010011001111001
+0,41,60,553,1111011111111011111101100011101001111011011011100100001111100111000100001100001010000110011001111000
+0,41,61,545,1111011111111111111010111111010000110011001101001101101111100110110100001001001000000101011001010001
+0,41,62,519,1110010110110011010100100011000110111011001011000100001110110111100100001001101000000110011101111010
+0,41,63,567,1111011111101111111100110111111101111001011111101100000110000111010100001100001001110100011001011000
+0,41,64,496,1111111011110111011100111111100111111011001001100011000100010111100100011100101000000000011000011000
+0,41,65,563,1111111111011111111010111111101101111011110111100000101100000110000100011100001011000110011000111000
+0,41,66,541,1101010011111111011000100111101010111001011111000100000111110110100101011001101010010110011000011000
+0,41,67,547,1111011011110011010100101111001101111011001111100111100000100101001110011110001000010110011101010000
+0,41,68,454,1111011110111111111101111011101011111001001111100000010100100100010100001100001000000000011000110000
+0,41,69,543,1111011111110011111110110110100100111011011011101100000100110110100100101011101000000110011001011000
+0,41,70,-550,1101011111111111011001100110010001101101011001101100010111000111000110001101001000010111011000111001
+0,41,71,517,1111011111110111110100101011000000111010011111100100001111101110100100001110001010000010011001011000
+0,41,72,538,0111011111111111111100101011111111011011001101100000011100100110100110001101000001010000011101010001
+0,41,73,511,1111110110101111111000111011000011111011000000010110011110000110100100011100101010110000010100011001
+0,41,74,525,1111011111111111100000111111001011111000011011100110010100001111100100011100001000000100011101011000
+0,41,75,-568,0011010111110011011100111011101111111011001111100110010110101110010110001100101011010100011000011000
+0,41,76,480,1110010001110111110111011011001011110011001011101110001010100101000000011000101000000010011101010010
+0,41,77,-591,1111011111110111111110111111110101111011001111100111000010000110100100001100101010010010011100111001
+0,41,78,474,1111011011111111110100111110100111111011001111000100110100100100000100101100001000000100011000010010
+0,41,79,545,1111011111110011111101110111101000101011001111100100000110110110110100001001101000000010011100111001
+0,41,80,498,1111010111111111111100111011001101011011000110000100110010100100100110001101001010000000011100011010
+0,41,81,-594,0111011110111111110110111111101110111011001111100110001111100110001100011101101001010010010001011000
+0,41,82,552,1111110111111111011100111110000110111011001011100000011110100101000000001101001010000110011101111001
+0,41,83,547,0111010111110111111100110110101001110111001111010110000100010110100100001101001001010010011101011010
+0,41,84,546,1111111111111111111100100111111000110011001111010110011100001101100100001001000000000100011101111001
+0,41,85,529,0110110111010111111100111110001100111010001111000110010010000100000000001101001000011110011101111011
+0,41,86,544,1111101111101111111100111111000011011011001011101010100111000110100000011100001000000110011101011001
+0,41,87,527,1111011111110011111111101011101111111011000001110110011110100101000100001001101001110000011100000000
+0,41,88,-593,1110010111111111011110110111101101111011001011101111000110101100000100111001101001100010011101011000
+0,41,89,506,1111011111010111011100111111100011111011001001100110011100100101000100001101001100000010011101001000
+0,41,90,531,1111010111111111101100111011011101011011001111100000000110111110101100001000001001000100011101011000
+0,41,91,-601,0111001111111111111110111111101011111010001111101001001010110101001100000100101001000110111001111001
+0,41,92,553,0101111111111110111010011011101101111011001110100100000110100101000100011101001011010010011101011000
+0,41,93,512,1110011111110110101000110111101011111001001111100010001110000110100100011100001001000100011101010001
+0,41,94,538,1111011111100011111110111111000011111011001011101010100110100000000000011001101000000110111101011010
+0,41,95,578,1111011111111011111101101111101111111111011011001100011101100101100100011000101001010110011000001000
+0,41,96,542,1111011011110011101100011111101001111010001010000110001010110110000110011110101001000010011101111000
+0,41,97,519,1111001111111111011100010010001101111011001011001111001010010100110100101100101000010100010001011001
+0,41,98,548,1110011011111011110110111111101111001111001111100110100111000110101100011000101000010010011000011000
+0,42,0,481,1111011011111111101000000111101011111001001011000110000110110110000100011101101000000010011000011000
+0,42,1,-602,1101010011110011011100111111101000111010011110000100001011110110100111011010101011010110011101111000
+0,42,2,498,1111101111111111111110100111110000110010001111000110000110001101000100001000000000000110011101111001
+0,42,3,561,1111111110111111111100100111111100111001001111110110011000001101100100001001001000000100011101111010
+0,42,4,-552,0111010111100011110100110111100111110111001111110100000110000111100100111101000001001010011101001010
+0,42,5,-571,1111011111110111111110111110101001111111001011000110100100110110100100001001101000010110011100011010
+0,42,6,520,1111011111110011111110111011100111111111000001100110010110100101100100001001100001100100011100001000
+0,42,7,-602,1111011111110011110111101111101111111011001011110100101110101111000100111001101000110010011100000010
+0,42,8,500,1111011010011011110110000111001001001111011011101100001100000001101100011000101000010110011001111000
+0,42,9,503,1110011111100011111100111111100111101101001011000110100101000110100100001001001001010010011000011010
+0,42,10,515,1111010010111111111110011011001111111011001101000110000110100100100100001101001000010110011000011010
+0,42,11,-587,1111011111111011111000111111101001111000011111001100000111100100000110011101101000000010011101111011
+0,42,12,547,1111001110110111110010000111111011111100001111100110000110100111100110001001110001100000010101111000
+0,42,13,537,1011111111111110111110111111100100111011001111100110000010001100000100011100001000000110011101011010
+0,42,14,498,0101111111111111111110001011101100111001001100100100010110110101000100000101001010000110011001011000
+0,42,15,561,1111011111111110111010011111111011111010001111100100001110000101000100011100001111010010011101001000
+0,42,16,536,1111011111111111100000111111001001111011001011100111010000001101101110011100001000000100011101011000
+0,42,17,536,1111011011110011010100101111001111111000011111100110100100100111000100011110001000010110011101010000
+0,42,18,555,1111011111111111111110011111101011111011000101100100010110010111000100000100001100000110011101011001
+0,42,19,502,1111111011110111111100001111110000111000001111000100001111100100100100001001001011000110011000011010
+0,42,20,506,1111101111111111110100111111000011111011001011101000100100100100000000111100001000000100011100011011
+0,42,21,507,1111011011101111111100111110101111011011001111000110110111000110100100001100001000000110001001010000
+0,42,22,-567,0111011111111011111100111111101110111011001111000000011100100111000110001101001000000110011101011001
+0,42,23,490,1110010010110111010100101011011011001011001101100111000101111110101110000000000001010000011101010001
+0,42,24,544,1111111111111011111000111011001110111011001111000000001110010101000100001101001110000110011100011001
+0,42,25,-579,1111010101111111011100101110100110111011011111100100011110100111100000011100001010010010011001111001
+0,42,26,533,1111110110101111101100101111001011101001010011110110010110000100100100011101101000110000011101010010
+0,42,27,490,1111001111111111011000111011000011011011000000010110011110000110100100001100001010110100010100011001
+0,42,28,522,1111011011110001100110111111101111111111001010000110100110100110100100101101100000000110010100001010
+0,42,29,522,1111011111110111110100011111100111111111001011100100001010100111100100011001100000000010011100011000
+0,42,30,531,1111011110111101011100111111011100111011001111001011101100100101000000001000001101110110011001010000
+0,42,31,-569,1111011111110011110100111111100111111001011001111110001111010100000100000000101001000110011001111011
+0,42,32,533,0111011011111111111100101111100101011011001101000100010100100110100100001101001001010010011101010011
+0,42,33,551,1111111111110111111100011011111011111011001111100000001111100110100110001001000001000100011100011001
+0,42,34,546,1101011111111111011001100111000011111001011011100100000111000110100111011001001000010110011000111001
+0,42,35,-545,1101010011111111011000100110111000101101011101001100010111110111000100001101101010010111011000011000
+0,42,36,569,1111011111111011111110110111100011111011001011001100001111110101000110001101001001000010011001011010
+0,42,37,485,1111010110110111111110111011001101111010001111000110000111100100000110001000100000000110011110000001
+0,42,38,-586,1111111111111111111100111111001100011011001011101110110010000110000000011101001000001110011101111001
+0,42,39,487,0110100111000111111100111110000011111010001111000010000111000100100000001100001000010110011101011011
+0,42,40,557,1111011111110111011100111111001010111011011111100111101110100110101100001000001000000010011001110001
+0,42,41,518,1111011011111011111100111111101001101011001101101100010100000100110110011000001001000110011001011000
+0,42,42,-598,1111011111110111111100111111101011111011111101100100111100100110011100011100001001000110011001110000
+0,42,43,512,1111011111011111011010111111101100111011010111100011101100000100100100001000001011000110011000011000
+0,42,44,538,1111010111110111011100110011111111111011001111100100000100000110010100000100001001010101011101011001
+0,42,45,509,1111111111110010101000111111101101111011001111000100001100001110100100001100001110000010011001011000
+0,42,46,521,1110011111110011111100110111101100011001001111100000001110100110100100011101001001000100011100010011
+0,42,47,514,1100010111111100001000111111101011111001001111100110000110000010100100011100011011000110011001011000
+0,42,48,-556,1110001111110111011110111111000111011011001010101011100110000111000100011100101010000110011001011001
+0,42,49,558,1111101011101111111000110111101011111011011111100110100101000110100000011100001000000110011100111010
+0,42,50,533,1110111111110011111110111110001100111011001011001010011000000100000000001000101100011110011101011011
+0,42,51,-560,0111010111010111111100111111101110111010001111000110100110100101000000000101001001010110011001111011
+0,42,52,548,1111111111110111011100110111100010111011011101100110011100100110011100011000001001000110011001011000
+0,42,53,508,1110011111101011011100011011101110111011001100000111100110100100100100001101101010000010011100010001
+0,42,54,545,1111111011111011011100011111100100111010101000000110001110100110000110011110101011000010011100111000
+0,42,55,530,1111011111110011101100011111101001111001001111000110000010110100100100011101101001000010011101011000
+0,42,56,463,1110011001111011110110111011001011001011001011101110000011000101000100011000101000000010011001011000
+0,42,57,-586,1110010011110111110111011111101111110111101111100110111110100110101000011000101000010010011100010010
+0,42,58,556,1111011111111011111100011011101111111011001111001100000101101110101100011001101000000010011000011010
+0,42,59,539,1101011011111111011000111111001010111001011111100110100111100100100100011101001000010010011100011000
+0,42,60,539,1110110110110111111110101111000110101011001111000110100100111111001110001000001000000110011101011000
+0,42,61,504,1111001010111011010100110111111000111000001111100111000011001101000100000000001000000110011101111011
+0,42,62,537,0111011111111111110100110111100001110001001111011110001111010100100100001101001001000010001101011010
+0,42,63,-555,1111010110110101011100111110011101111111011101110111000100010110000100001000001001110110011001110010
+0,42,64,519,1111011111011111111100100111000111000111011011000100011100000101100100000100001011010110011001011010
+0,42,65,499,1111011110100011111100011111111001111101000011001101001100000001000000001001001100010110011101111000
+0,42,66,514,1111011111110011111110110111100110111011001011101100000100010110100100100101001000000100011001011001
+0,42,67,572,1111111111111111111101111110100101111011011111000100001100100110000100101010101101010010011001011000
+0,42,68,540,1111011111110011011100111110100010111011011001100110100100100100111100101001101001000110011001011000
+0,42,69,545,1111011111110111111110110111101100111011011111101101010100110110100100001010001000000110011001010000
+0,42,70,502,1111001111111111110100101011000011011010011011100110101111000110100100001100101000000010011001011000
+0,42,71,-572,1111111111100111111100111111000000111011001111101000000111101110100000011110001010000110011101011001
+0,42,72,520,1101011111010111011000111111101011111001001011101010011100100101000100001100001100000010011101011010
+0,42,73,483,1111011111110011011100111110100101111011001001100110001111100101000000001101001001000010011001001000
+0,42,74,548,1111011111111111011101100111010011101111011001101100010101100101000110001101001000010110011100101000
+0,42,75,499,1101011111010111011000111110100001101001001001100110011110000111000100001101001100000011011001011001
+0,42,76,-592,1110011111010111111100100110011001111111011011100010110101110111000110001101100000011101011000111001
+0,42,77,471,0101011111111011011001000111100101101001001001001100010110000101000100001001001000000110011101111001
+0,42,78,516,1111011111110011010110111111010001111011001001100111100100010100001000011000101000000110111110010010
+0,42,79,558,1111011010101111111000111111100110111011001111111010101111100000000100001001101011100010011000011100
+0,42,80,551,1111111111111111111100100111111000100011001111000100011110110100100100001001101000000010011101111001
+0,42,81,522,1111011111110011111101110011101000111011001110110110000100001111110100001001000000000100011100111001
+0,42,82,526,1111011111111101111100011111010001111011001111001110000111010100100100001001001001000100011101010010
+0,42,83,-565,1111111010110111010100111111100101111001011101110101001111100110000100001000001001100110011000111011
+0,42,84,-600,1111111111111011111110011111100110111011101001010110011110100101100100011101101011100000011100011000
+0,42,85,470,1111011111110011011101101011101101111001000111100110000110100100000100001001101001010010011100000000
+0,42,86,557,1111011111111111111000001011111001011011001111110100011100001101100110001101000001010000011101011001
+0,42,87,512,0111111111111111111100100111111110110011001101000010011100100110100100001001000000000100011101110001
+0,42,88,523,1111111111111111110111111111001101101011001111000000101100100110000100011100101000000100011001011000
+0,42,89,535,1110011111010111111000111111100101111011110111100100100111000100000100111100001011000010011000111000
+0,42,90,537,1101110101111111011100111110100110111001001111100000011110100000000100001101001010000110011001111011
+0,42,91,544,1110010111111001011100111111001100011011001011100100000110101111100000011111001011000110011100011000
+0,42,92,547,1111011111111111011101101110101110111111001011000000011101100101100100011000101010000110011000111000
+0,42,93,-583,1111110111111011111100111111000111111011011011101100011110100101000000001101001001010110011101001001
+0,42,94,547,1111011111111011111101111111111010110011011011001100011111000101000000011100101001010110011000001000
+0,42,95,499,1101011111110011111100101011001111111111001011100110001000100101100100001000001000010110011000110001
+0,42,96,535,1111111111010111111000111111101100111011010111100100111100000110000100001100101011000110011000011000
+0,42,97,-584,1110011111111111111010111111101101111011101111100010000100101101000100011101001001100010011001111000
+0,42,98,481,0110011111111111101100100011101001011001011100100010010110100110100100001101000001010000011101010001
+0,43,0,-589,1111011111111111111101010011101000111011001111110110011100001101100110001101000001010100011101011001
+0,43,1,490,1111011111110011111000101011111001011011001110110100000100001111110100001001000000000000011100111001
+0,43,2,-573,1111011111111011111100111111001100011011001111100000000110010101100100001111001111000110011100011001
+0,43,3,515,1110110111111001011000111011001110111011001011000100001110101111000000011101001010000110011100011000
+0,43,4,-552,1111011111011101010100111111001011011001001011100000001110101111100000001111001101000010011101011010
+0,43,5,505,1100010111110011011000111111101100111011001011101110010100100101000100011100001010000110011100011000
+0,43,6,555,1111011111111111111100011011101110111111001111000100001010100111100100011101100010000100011100011000
+0,43,7,507,1111111111110011110000111111000111111011001011100100001110010101000100001001001100000010011100011001
+0,43,8,-564,1111011111110011001100111110101011111001011111000110100110110100110100001001101001000110011101011000
+0,43,9,500,0111011111110011111100011111100000111011001001100110000000100100101100111101101001000010011001011000
+0,43,10,558,1111111111111101011100011111000000111011101111000110001110110110000110011001001011000100011100110010
+0,43,11,513,1111011011111011111100011111110101111010001000001110000111000100100100001110101001000010011101011000
+0,43,12,-577,1101011011111111011010111111001010111001011111100110100110101100100100011101001000010110011101011000
+0,43,13,499,1011111111111110111100111111100100111011001111100110000011000100000100011100001000000010011100011010
+0,43,14,522,1111011111110111110100011111100111111111001011100100001010100111100100011001100000000010011100011000
+0,43,15,509,1111011111110111110100011111100111111111001011100100001010100111100100011000100000000010011100011000
+0,43,16,-592,1111111111111111111101111111101101111011011111100101010100110110100100101010001001010010011001010000
+0,43,17,532,1111011111111111111110110110100100111011011111001100001100100110000100001010101100000110011001011000
+0,43,18,543,1111011111110111011000111111000010111011011111100110110101100100101100011001001000000110011001011000
+0,43,19,544,1101111011111111011100110111101010111001011101100110001110100110010100011100001001010010011100011000
+0,43,20,521,1110110111110011010110111111010101111011001011100111100100110110011100001000001000000110011101010000
+0,43,21,534,1111011110110111111110101111000010101011001101000110100100010101001010011000101000000110111110011010
+0,43,22,507,1111101110111111110100111111101000111000001111100110000010001100000100010100001000000110011101111010
+0,43,23,546,1011011011111010011110110111111100111011001111100111000011001001000100001000001000000110011101111011
+0,43,24,-570,1111111011111111011000001111000001111001111010000100001110000110000111011011001011010010011101111001
+0,43,25,525,1101011111111011011101110111100110111010001001100110000101100110100110011100101000000110011000111000
+0,43,26,-570,1111011111111111010100111111000100111010101011100111011110100101001110011100001010000000011101111000
+0,43,27,511,1111111011111011101000011111101001111011001000000110000000001110100110011110101001000110011100011000
+0,43,28,550,1111111111111011111100010011111110101011001101000110101110100100100100001101101010000010011100011001
+0,43,29,517,1110011111101111011101101111101000110011001110000101010110110100100100001001101000000010011101110001
+0,43,30,500,1101110101111111011000111110100010011001001010010000011110100010100100001101001010100110010100011011
+0,43,31,541,1111001111111111011100111011000111111011000101100110011110000100000100001100001010010110011001111001
+0,43,32,542,1111001111110111011000111011111101011011001110101000110100001101000110011100100010010100011001011001
+0,43,33,-586,1110011111111111111110001111000011011011001011110111001110000111100100001101001001000010011111011001
+0,43,34,-577,1111001111111011111110111111000011111011001010101111000111000111000110001101101001000010011001011001
+0,43,35,548,1110011111110111011110110111100111011011001011001000101110110101000100011100001010000110011001011010
+0,43,36,556,1111011110110011111100110111101100111011011101101100010100110110101100100011101000000110011001011000
+0,43,37,510,1111011111110111011110111110100010111011011011100111100100100100110100001000001001000110011001010000
+0,43,38,551,1111010111110111111100111111101100111111011111100110000100000111000000001001001001010110011001110010
+0,43,39,-564,0111010110010101011100111110011111111010001101010111100110110100000100000100001001110110011001111011
+0,43,40,539,0110111111111111111100100110111101111111011101000010011100100111000100001001000000001101011000111001
+0,43,41,-580,1111111111010111111100100111011011110011001011100010110101110110100110001101100000010100011101110001
+0,43,42,-567,1101011111111111011101100111000111111111001011000100011111000111100110011001001000010110011000111000
+0,43,43,526,1111011111111111011001101110101010111001011011100000000101100100100101011000101010000110011000111001
+0,43,44,534,1111011111110011111101110011001101111011001110010000101100001111110100011101000000000100011101011000
+0,43,45,510,1111111111111111110111111111101100101011001011100110000100100110000100001000101000000100011000111001
+0,43,46,542,1111010111111011011100111111101011111011011001100110000100100100111110001000101001000110011001011000
+0,43,47,499,1111011011110011111100111110100000101011001101101100010100000100110100111001001001000110011001011000
+0,43,48,548,1111011111111111111110111111101001011011000101000100010110110010100100000100001101000110011101010011
+0,43,49,540,0111011011111111111100001111100111111011001101100100010100000111100100001101001000010010011101011001
+0,43,50,562,1111111111110111111110110111101110111011011111101100010100110110010100011010001000000110011001010000
+0,43,51,531,1111011111110111011100110111100000111011011101100111011100100110101100001000001001000110011001011000
+0,43,52,504,1111011111101001111100111110100111111011000111100110110110000110100100001001001000000100001101011000
+0,43,53,516,1111011011110111111110111011101111011111001001000110010111100101100100001100100001100110011000000000
+0,43,54,526,1110010111111101011100110111011000111011001011100110000110000111100000011101001011000110011100011000
+0,43,55,532,1100010111111000001000111111101111011001001111100100000110101010100100011110011011000110011001011000
+0,43,56,-558,1101011101111110011101111010101100111011001111110100000110100011110100001001001000000110011001111011
+0,43,57,494,1111110111110011111100110111100010111001001110100010011100001100000100001101000010000100011100111001
+0,43,58,544,1111011111111111111100111111000111111111011011100110011100010100001100010100001001010010011000010010
+0,43,59,462,1111011111010011010110100111010001000011001001000101100100000101100000001000101010000110111111011000
+0,43,60,516,0110011111001111111100110110100011111011001011001000001111010101100000001101001000010010011101011010
+0,43,61,540,1111100111110011111110111111000011111010001111000110000111100100000110001100001001000110011001011011
+0,43,62,499,1111011011111011100010111111001101111011001011100110100100000100100110111101100000000110010100001000
+0,43,63,550,1111011111110101100100111111101011111011001010000111010010101111101100001100001000000100011101011010
+0,43,64,552,1111111111111111111100110011111110111001001111100010001010101101100100001001001000000100011100111001
+0,43,65,-574,1111111110110111111100001111111001111011001111110100011101000110100110001001000001000101011101011010
+0,43,66,537,1101011111111110111000111111111011111001001111100000001111100110100100001101010011000100011000011000
+0,43,67,528,1110110111110101001100011011101011111011001111100110000110000010100110011000001001000110011101011001
+0,43,68,523,1111011111110111111101100011111001111011001111110100001100001101100100001001000001000100011100011001
+0,43,69,-556,1111011111111011111000011011101000011011001110110110010100001111110110001101000000010000011111101001
+0,43,70,477,1111010111111110111110011011101111111010001101100100001110000100000100001100001100010110001100001000
+0,43,71,-589,1111011010111111111010011111001011111011001111000110000110100111100100011101001011010010011001011010
+0,43,72,528,1111011010101111111100111111101101111011001101111000101110000100110100001000100001000010011001011100
+0,43,73,535,1111011011111011111000111111100010101011001111101110010101100000000110011001001011100110011000011000
+0,43,74,459,1110010110111001010100101111001101001011001001100101000100101110101100001010000001000110011100010001
+0,43,75,-578,1110010011110111011100101011011010011011001111100111000111111111100010010101001011010000011101011000
+0,43,76,-590,1111111110110111011100111111100100111011011101100101111111000110000100001100101011000110011000111010
+0,43,77,510,1111111011010111110000111111101101111001010111110100001100100110000100001000001001100110011000011001
+0,43,78,562,1111011111111110111010011011111011111011001111100100001110001101100100001100001001010000011101011001
+0,43,79,533,1111011111111111111000001111101001011010001111110100011100000101000110011101000111010010011100001000
+0,43,80,445,1111000111110111011100100011011011011010001111000110000110000110000100001100001000000001011001011001
+0,43,81,-576,1111011111111111110100111011100111110011011011100100101101000110110100000100101001010110011101011000
+0,43,82,516,1111110111110111111100001111100100111010001111000110000101100100000110001001001011000110011101011000
+0,43,83,526,1110111010110111111110101111010010101001000111000100111110111111101100001000001000000110011000011010
+0,43,84,529,1111111111111101111100011111011011111011001111100000000111100100100100001001001001000100011100010011
+0,43,85,531,1110011111110111111100011011110001111011001111000110001111010110100110001101000001000000011101011000
+0,43,86,504,1101110111111111011011111111101011101001001111000010001100100111000100001100001000000010011101011000
+0,43,87,533,1111011111010111110100111111001101111011001011101000111100100100000100011100101100000100011001011010
+0,43,88,559,1111111110111110111001111111111111111011001111100100001111000100000100011100001001000110011100001010
+0,43,89,-565,1111011011110111010110011111100001111000011101100101001110100111000100001000001111110010011001111001
+0,43,90,544,1111011111111111111110001111111111110011011101000000010100100111000100001100001000000110011101110001
+0,43,91,533,0111111111111111111100110111101010111011000101100110011110010110100100000001000100000100011101011001
+0,43,92,-560,1110011111111011111100011011101110111011001111100000000111101110100100011001101001000000011100011011
+0,43,93,517,1111011111110011111100110111101101011001001111001100001100100110101100011101001000000110011000010010
+0,43,94,556,1110111111110011111100111110011101111011001011100000011111100110000100001000001101011100011100011001
+0,43,95,528,1111111111110111111110011011101010111011001111001010001000000100100010001001100000000110011101011011
+0,43,96,-579,1101011110111111011101010111100111111001001011101100000101000110101111011001101000010010011000111011
+0,43,97,517,1111011111111011111000101011001011111011011111000100000111101110100100011001001000000110011000011000
+0,43,98,508,1111011111111011010101110011100001111001000111001110001110010100000100001001001101010010011101011000
+0,44,0,-597,1101011101111111011101111010001110111011011111110110100100100111110100011001001000000110011001011011
+0,44,1,504,1111011111110110011000111111100000111011001111100100010111100000101100001001001000000110011001111000
+0,44,2,544,1111011111110111110100111111000101111011001101100100111100100100100100011101001000000110011001011010
+0,44,3,515,1111011111010111010000111111001010111011011011101010110101100100001100011000101100000100011001011000
+0,44,4,544,1111011111111111111100011011100010111011001111000110001010100110000100011001101011000100011100011010
+0,44,5,569,1111111111111101011100011111001100111111101111000100001110110111100110011101000010000100011100110000
+0,44,6,518,1101010111111111111000111111101010111111001111100010001100000111100100001001000001000110011000111000
+0,44,7,566,1111011111110111111100111111111101111001011111100100000011100110000000001101011011010100011001010010
+0,44,8,528,1111011111110111010100111111101000111011011101101101010100100110100100001010101100000010011001011000
+0,44,9,-599,1111111010110011111110010111100101111000011101100100001110110111001100100001001011110110011001111001
+0,44,10,-555,1111011011111011010110111111100000101011011111100111000100100101000110001001001111100110011000011001
+0,44,11,545,1111011011110111111000011111100011111000001101101100011111100010000100011000001011110010011001111000
+0,44,12,-572,1111011111111111011111111110111010111001001011100111000011100100000100001000101010000110011100111011
+0,44,13,500,1011011011111010011000100111101100111011011111100000000101001001100101011000001000000110011001111001
+0,44,14,513,1111011111110111111110110011101110011011001001000110010111100100100100001100101010000110011100001000
+0,44,15,553,1111111011111011111100011011111111101111001101000110101110100101100100001101100001100010011000010001
+0,44,16,-551,1011001011111111011100110011010101111011001111100111011110001001000100001000001000010110011001111011
+0,44,17,536,1111011111111010011110111111101110111011000101100110000011000100000100001100001010000110011101111001
+0,44,18,530,0110011111111011111100011110100111111011001010001010001111010101100100001100101000010010011101011000
+0,44,19,499,1111011011001111111100110111110001111010001001001100000111000100100000001111001001000010011101011010
+0,44,20,-596,1111011111111111011000111110101111111001011001100110000101100100101101011000101011000110011001111001
+0,44,21,482,1111010111111011011101101111101010111011011011000010000100100100110110001000101000000110011000011000
+0,44,22,552,1111111011110111111100101011011001111011001110000100111110101111101100011100000000000100011101011000
+0,44,23,521,1110011110110011111111110111000110101001000111010000101100011111110100001101001000000110011000011010
+0,44,24,559,1101111111110111011100110111100100111010001111100111011101100100100110001000001011000110011001011100
+0,44,25,491,1011010111110111111100001111100000111011011101000110000100100110001100001001001001000110011101011000
+0,44,26,541,1111111111111111011101110011100010111001000101101110001110000110010100001100001101010010011101011000
+0,44,27,511,1101011011111011010100110111101001111001011111000110001110110100000100011001001001010010011100011000
+0,44,28,543,1111111111110111110100111111101001111011001001101001101110100111000100001000101110010000011001011000
+0,44,29,-561,1111011011010111010110011111000101111000011111100100011100100100000100011100001101100110011001111011
+0,44,30,530,1110111111110110001100011011111011111011001111100100000110000001100110011100001001000010011101011001
+0,44,31,-561,1111010111111101111010011011101011111011001111100110001110001100100100001000101001010100011101011001
+0,44,32,-573,1111111110110011111100111011111001111011011111110110000010001111110100010001001000000000011101111010
+0,44,33,434,1111001111111111110000101111101000011000001110100100000100001100000100001100000000000110011100111001
+0,44,34,466,1111011111110111111100101111101100111011011111011100000100100100000100001000101000000110001000011000
+0,44,35,-602,0111011111111111111110110110100101110101001111100110001111100110100100001111101101000010011101010010
+0,44,36,548,1111011111110111111000111111001000111011011111101011110100100101101100011000101000000100011001011000
+0,44,37,-577,1111011111010111010100111111000111111011001011100100111101101100000100011101001100100110011001011010
+0,44,38,530,1111010011111011011100111111101101111011001101101110100110000100111110001000100001000010011001011000
+0,44,39,540,1111011110101111111100111111101011111011011001110000001100100100110100001000101001000110011001011100
+0,44,40,-606,1111011111111111111100001111101111111011001111000100011110100111100100001101101010010100011101011000
+0,44,41,487,0111011011111111111100011011100110111111001101100100000000100111100100011001000000000010011100011001
+0,44,42,-567,1111011111111111011001111110111011111001011011100000001101000100000101011100101001000110011100111001
+0,44,43,507,1111111110111110111001101111101110111011001111100100000111000100100100011000001010000110011000001010
+0,44,44,-592,1111111111110111111100011111100011111111001011000110001110110111000110011001001010000110011100110010
+0,44,45,498,1111011111111101010100011111000100111011101111100100001010110110100101011000100001000000011100011000
+0,44,46,520,1110011111000111111100110111100110111011001101001100010111010000100100100001101000010110011101011000
+0,44,47,540,0111011110111011111100110110101001111011011011101000001100110111101000001111001000000010011001011010
+0,44,48,445,1111001111111011111000101110101100011001001011101000001100100100101100011100001000000100011000010001
+0,44,49,-591,1111011111110111011101110111101011111001011111000100000101100110100101011001111010000110011000111010
+0,44,50,544,1111011011111011111010111111101111101011001111100110100101100100000110011001001010000110011000011000
+0,44,51,490,1111011011111011100000111111000000111011001011111110010100000000100100111100100001100110010100011000
+0,44,52,523,1110011111101111011000110111000000111011011111101100011101110100100000001001001000010010011101011010
+0,44,53,524,0111011111010111111100111110100011111011101011000010100111000101101100011100001000000110011001011000
+0,44,54,529,1111001111111010011000110111111100111011001110101100100000001001000110001100000000011110011101111001
+0,44,55,-587,1011011011110111011110111011111101011011001111100011010111001101000100011000101010001100011001011011
+0,44,56,541,1110011111101101011100001111001000111011101111000110010110110100100110001001101000000110011101110010
+0,44,57,534,1111111111111111011101111111100000110011001110000101001110110110000100011001001011000000011100110001
+0,44,58,509,1111111111010111011100110111001011111001001011101000011110100100000100011100001100000100011001011010
+0,44,59,-568,1101011011111111110100111111101100111011011101100110101100100110010100011100101001010010011100011000
+0,44,60,546,1111001111111111111100111010100111111011011111001110011110100100000100001000101000000110011001111000
+0,44,61,527,1111011111111111011110110111000100111011000101100100001100000110000100001110001110010110011001011001
+0,44,62,491,1111011111110110111000011011101101111001001111000100001110000100101100011100001001000100011000011010
+0,44,63,-588,1111011111111011111110110111111011011011001111101100001100101111100100001101001000010010011101010001
+0,44,64,552,1111111111110011111110001111001010101011001101000110100100000101101010011110101000000110111100011010
+0,44,65,497,1111011010111111101000111110100001111011001000000110000000011110010110011000101001000110011110011000
+0,44,66,-578,1111010111111000011100111111101111111001011011100110000110100000110110011110101011000110011001011000
+0,44,67,496,1100011101111011001000111111101011011011001101100100000100101110101100001000011001000110011001011000
+0,44,68,541,1111010111111001001100011111101011111011001001100110000110000010110110001000101101000110011101011010
+0,44,69,542,1110110111110111011100111011101011111011011111100110000100100100101110011000001001000110011001011000
+0,44,70,492,0111011111110011111100011011101001111011001011000110000001101100101100111001001001000010011000011000
+0,44,71,525,1111011111111011111000101111000010111011011101100100000110100110100100011101101000000110011001011000
+0,44,72,-588,1111011011111001101000111111101011111011001110101111010111100110000110001001001010000110011101011010
+0,44,73,497,1111011111110111110100111111100010101011001011000110010000101001101100011100001001100100011000011000
+0,44,74,-555,1110011111110001011100111110001001111011001111100110000110000111110000011101101001000110011101011000
+0,44,75,535,1111010111111111001100110111111010111001011011000110100110110100100100001001001011000110011100011000
+0,44,76,539,1111000111100011011101111111101010111111001111000111010111100100000110001100001001000010011101010001
+0,44,77,521,1110111101111111111110101111000001110010001110000100000110110100100100001001101000000110011001111011
+0,44,78,543,1111111111111111111100001111111111110011001101000010001010100111000101001000001000000100011101111001
+0,44,79,565,1111011111111111111110110011111110111001011111100000010100101101100100001101001000000110011100110001
+0,44,80,-582,1101011111111110111000111011111011111011001111100000001111001101100100001101011011000100011100011001
+0,44,81,522,1111011111111110011010011111111011111001001111100100001110100110110100001100000001010000011001011000
+0,44,82,531,1111011011111001111000111111101011111011001110100110010101100110100110001001001000100100011100011000
+0,44,83,554,1111011111110111100100111111100010101011001011001111010010101001001100011100001011000110011001011010
+0,44,84,503,1111010111111011011000111111000011111011011001100110010100100100111100011000001000000110011001011000
+0,44,85,-582,1111011111110111011100111111101010111011011111100110100101100100101110001001101001000110011001011000
+0,44,86,522,1111011111111111111110111011001011111011011011000100010111100110100100001100100000100110011000001000
+0,44,87,511,1111011011110011111000101011101111011111001101000110000111101101100100011001001001000110011000010000
+0,44,88,521,1111011111110111111100111011000111111011000101000110011110000100001100001100001000000110011101011001
+0,44,89,-570,1111001111111101000100111111101011111011001010100111010010101111100100001100001010010100011001111010
+0,44,90,544,1111111111110111111100011111101010111001001111001010001100001100100000001001100100000100011101111011
+0,44,91,491,1111110111110011111110110011100010111011001110100010011000000100000110001101000010000110011100011001
+0,44,92,525,1111011111111011011100110110100110111010101001100110001100100110101110011100001000000100011001111000
+0,44,93,-562,1101011111111111010101111111000100111010001011100111010111100101000110011100101010000010011100111000
+0,44,94,543,1111011111111011011000110011100010111011001111101010100110100100000111011100001010100100011001011010
+0,44,95,530,1110011011110111111110111111100111001011001011001100011101110001000100011001001011000110011000011000
+0,44,96,469,1111011110110110111001110111111001111011001101100100001101000101000100011000001001000100011100001000
+0,44,97,-603,1111111111111111111101101011111111111011001111110100001110001100100100001101000001000110011100011011
+0,44,98,532,0110111111111101101100110111111101011001001111000110011100101111100100001001001000000110011000111000
+0,45,0,460,1111011111110111110100011111100010101001001111001010000000101100000000001001100100000100011001011011
+0,45,1,-638,1111111111110111101100111111101010111011001011001111011110001001101100011100001011000110011101111010
+0,45,2,542,1110110111110111011100111011101011111011011111100110000100100100101110011000001001000110011001011000
+0,45,3,555,1110110111110111011100111011101011111011011111100110000100100100101110011000001101000110011001011000
+0,45,4,-558,1111001111111101000100111111101111111001011011100110000011100110000000001100011011010100011001111010
+0,45,5,-578,1111011111110111111100111111111001111011001110100101010010101111100100001101001010010100011001010010
+0,45,6,474,0110011110111011111001010111100011111011001010100110001111000101000100011100001000010000011100011000
+0,45,7,537,1111011111110110111100111110111101111011001101001000001101010101100110001000101001000110011101001000
+0,45,8,547,1111011111110111111110110011111100011011001101100010010111101101000100011100101010000110011000011000
+0,45,9,553,1011011011110111011110111011101111011011001011000111010111000100100100001000101010001100011101001011
+0,45,10,515,1100010111111011011000111111101011111011001101110100000100100010100100001000110000001111011001011001
+0,45,11,520,1100011101111010001000101110101101011111011101100000000110101110001100011110011011000100011001011000
+0,45,12,-579,1111010110111101101100011111101011111011011001110110001110100000110110001000101101000110011101011100
+0,45,13,490,0111011110101011011100111111101011111011001001100000000100000110110100001000101001000110011001011010
+0,45,14,-613,1111011111110011111110110111100110111011001111101100010111001101100100101101001000010111011101010001
+0,45,15,509,1110011111001111111100110111111011011011001101001100001100110010100100000001101000010010011101011000
+0,45,16,-589,1101111011111111010100110111111101111011011111000110001110110111000101001001001000000110011100111001
+0,45,17,465,1111011111111011111100001111101011110001001101000010001010100100000100011000001001010000011101011000
+0,45,18,-594,1111111111111011101100011111111111111011001101100110000010100110110110001000101000000110011101111001
+0,45,19,490,1111010111111101011100001111101011110011001001000010001110000011000101001000001101000100011101011010
+0,45,20,558,1111011111111111111100111011100010111011011111000110010110100110000100001011101110000000011001011010
+0,45,21,514,1111011111110111010100011111101000111011001101101101001000100110100100011000101001000110011100011000
+0,45,22,509,1111011111110011111100011011101010111011001111001010101100000100100111001001000100000100011001011010
+0,45,23,-578,1111111111111111011000110111100010111001001111101010000110101100000000011100101010100100011101111011
+0,45,24,-606,1111111111110111111101111111101111111011001111001011111110100101101100001001101000000100011001010001
+0,45,25,479,1111011011111011111000011011011000101111011101100110000100100101100100011000100001100010011000011000
+0,45,26,-592,1111011011110011111010111111101111111010001111100100011111100110000100011001001011000110011001111000
+0,45,27,497,1111011011111111111000011111100011101001001101101110100101100000000110011000001010110010011000011000
+0,45,28,529,1110011110110111111110110111100010101011000111010100001100011110110100011001001001000110011000011010
+0,45,29,550,1111011111111011111101011011000110111001001111000010101010100111000100001101101010001100011100011010
+0,45,30,555,1110111111111111111100110111111100011001001111100100011100101111100100001101001000000110011000110001
+0,45,31,542,0111011111111101101110110011111111111001011111000010010100101101100100001001001000000110011100111000
+0,45,32,516,1111111101111001111110101111000001111010001110100100000110110100100110001001001000100100011100111010
+0,45,33,536,1110011011111111111000111111101011110011001110000110010101100110100100001001101000000110011001011001
+0,45,34,523,1111011111111111011000111111001101111011001101101011100100100101101100001000100001000010011001011000
+0,45,35,555,1111010011110011111100111111101000111011011111101110110110000100111110011000101000000100011001011000
+0,45,36,511,0111011111001111111100110011101001111010001001001100000111001100101100111011001001000010011100011000
+0,45,37,465,1111011011110011111100011111110001111011001011000110000001100100100000001101001001000010011001010010
+0,45,38,-555,1100010111111011011100001110001011111011111111000111010110110010000110001010001000001111011101110000
+0,45,39,536,1110011111101100011000101111101100111111001101100000000110100100100100011101110011000100011001011011
+0,45,40,532,1111011011110111111000111111100011111000001111100100000101100100000110011001001011000010011001111010
+0,45,41,-572,1111011011111011111010011111101111101011001101101110111111100010000100011000001010110110011000011000
+0,45,42,523,1101011011110111110100111111100101111011001101100110011110100100100100011001001000000110011100011000
+0,45,43,532,1111011111111011010100110111001001111001011111000100101100110100000100011101001001010010011001011010
+0,45,44,-575,1111011111110111111100111111001000111011001111000111011110110110100100011000001011000100011101011000
+0,45,45,507,1111111111111111011001111111100000110011011110101001100100100101001100011001101000000000011000110001
+0,45,46,-612,1111111111110111011000011111000110111010101111101100011110100011100100011101000011110010011101111000
+0,45,47,512,1111011011111101111100011111101001111101001111000100001111110110000110011000001010000100011000110000
+0,45,48,-570,1111011110111110111101110111101110111010101011100110001111000110101110011100001010000110011001001000
+0,45,49,462,1111111111111011011000101110100110111011001101100100000100100100100100011000001000000100011000111010
+0,45,50,517,0111011111111011111100011111100010111011001010001010001110100100000100011100101011010010011100011000
+0,45,51,557,1110011111111111111100011010100111111011001111000110001011010111100100001001101000000100011101011010
+0,45,52,537,1111010111110111000100111111001101111011001001100110001110000000110110011101001100000110011001011010
+0,45,53,541,1111011111111001110100011111100011111011001101100100110100100110100100001000101001000110011101011010
+0,45,54,556,1111011111111110001100011011111011111011001111100100001110100101100110011100001011000000011101011000
+0,45,55,505,1110111111110111111100011011100010111011001111000110000010000010000100011001001001000110011100011011
+0,45,56,563,1110011011101111111100110111100110111111011111101100001101110110100100111001000000010010001101011000
+0,45,57,444,0111011111111111111000011011000000111010001101100100010000100101100000001001001000000010011100011011
+0,45,58,530,1110011111111111101100011110100110101011001011001110000110110001100100011100001001000010011101011010
+0,45,59,554,0111011111110011110100111111100011111011001010001011011011001101001100001100101010010110011001011000
+0,45,60,533,1111111011110111011100101011101100111011001110000110011111100111100100011000000010000100011001011100
+0,45,61,-578,1101111111110111111100110111010001111010001111100101111100101100101110001100001001000110011101011000
+0,45,62,534,1111000111110011011110110111101010111011001011000110010111100100000110001100101011000110011101001000
+0,45,63,518,1111011111100111111101111011101110011111001101000111010111100100100100001100001000000010011100010001
+0,45,64,547,1111011111111011111000011111001010111001001101001010001110101100100000001001101100000110011101111010
+0,45,65,522,1111111111110111111100101111100010111011011111100100000100000110100100011101100000000100011001011001
+0,45,66,529,1011011011101111011100110111010000111011001111101100011101000001100100001000001000010010011101111011
+0,45,67,-558,1110001111111111011000110011000101111011011111100111011110111100000000001001011000010110011001011010
+0,45,68,507,1111011011111011111000101111000000111011001111101100000110100100100100011101100001100111010000011000
+0,45,69,509,1111011111111011100000111111000010111011011001110110010100000010100100011100101000000110011101011000
+0,45,70,-566,1111011011111111101110110011111110111001011011100000100100111101100100001101001011000110011100011000
+0,45,71,528,1111010111111111011100110111111010111001011111000110010110100100100100001001001000000110011100110001
+0,45,72,511,1111011011110011111010011111101011111011001111100010000101001100100010011001000010000110011000011001
+0,45,73,-577,1111111111111111111100111111101110101001001111001110101100100100000100001001101100000100011101111010
+0,45,74,559,1111011111110111100100111110100111101011011111001110010110101000001100011000001011000110011001011010
+0,45,75,541,1111001111111111111100111011100010111011001011001111011010100101000100001100101000000110011001111000
+0,45,76,524,0111111111111111101000110110110101111011001100000110010100101110010100001000101001010110011000111000
+0,45,77,519,1110011010111101101100111111101001011001001011000110001000011111100110011001001000000110011110011000
+0,45,78,559,1111011111111111110110111111100101111011001111100110110100100100100110011101001000000110011000011000
+0,45,79,529,1111011011110011111000111111001111101011001101100100101101100100000100011001001010000110011001011010
+0,45,80,-566,1110011111111111011000111111101000111011011111101101010100110110100100001011001000010010011101011000
+0,45,81,485,1111011111100111010100110111000000111011011101101100011101100100100000001000101100000010011001011010
+0,45,82,539,0111011111111011111100111110100011111011101011101000101101100101101100001100001000000010011001011010
+0,45,83,518,0111011110010110111100110110101001111011011011000010000110010111101000011111001000000110011001011000
+0,45,84,553,1110111111110111011100111111001000111011001011001111101110110100000110001001101110000100011001011000
+0,45,85,531,1111011111101101110100001111101001111011101101100000010110100111100100001000101000010010011101110010
+0,45,86,489,1111011111010110111100111111101101111011001110000101001110010100000100011001001011000000011000010010
+0,45,87,529,1111111111111111011001011011100000110001001111000100001110100110101100011100001001000100011100111001
+0,45,88,462,0110011110111111111000011111110101111011001100001110001101000101100100001100001000000010011100001000
+0,45,89,537,1111011111110010111101110110101011111011001011100000001111010101000100011000101001010100011101011000
+0,45,90,483,0111011111111111111100001110100100111011001110001110001110100101100100001000101000010110001000011000
+0,45,91,506,1110011111110011110100111111101111111011011011011000000101010100000100001100101000000010011101011000
+0,45,92,533,1011010111110111111100011111100100111011010101000110010110100110001100001101001001000110011101011000
+0,45,93,463,1111011111110111110100101011000011101011001101000110001100000100001100001000001000000110011101011001
+0,45,94,503,0111011111111111111110111110101101001011001011001000001100111001100000001001001011000010011001011000
+0,45,95,-579,1110011010110011111100110111100011111011011011101100011101110111001100011111001000000110011000011010
+0,45,96,528,1111111111110111011000110011100010111011001111001010101110001100100110000100000000100100011101011011
+0,45,97,548,1111011111111011111100011111101010111001001110101010000100100110000001011001101110000100011001111010
+0,45,98,516,1111011111101101011100010111100100111011001101001100011110010011100110101101000010000100011100110000
+0,46,0,466,1111011111100111110100110111001101111001001101000100110100110100000100001100001000010010011000011010
+0,46,1,-576,1111011111111011011101111001101010011111011111000111001111100100100100011101001001000010011101010001
+0,46,2,529,0111011111110011111100011110100011111011001011000111001011000111101100001000101000010110011001011000
+0,46,3,-582,1110011111111111110100111011100111111011001110001010011011011101000100001101101010000100011101011010
+0,46,4,-570,0110011111110111111100111111101011111011101011100000100101100101101100001100001100010110011001011010
+0,46,5,528,1111110111111011011100111010100011111011011111100110001100100100101110011000001001000010011001011000
+0,46,6,505,1111011110111101111110001111101011100011001001010000001110000111100100001001001101000100011100011010
+0,46,7,524,1110010111110111011100110111100010111011000111100110001100011010010101011000001001000110011001011010
+0,46,8,463,1111011011100111110100010111000001101011011101101100101101100000100100001000001100110010011000011000
+0,46,9,533,1111011111111111011000111111100010111001001101101110010101100100000010011000101010010010011001011010
+0,46,10,-589,1110011110111101111100111011100001011011011111000110011100111111000110011011101110000010011110001000
+0,46,11,496,1111011011111111101100111111101010111001011011000110000010000110100100001001011000000100011001011010
+0,46,12,503,1111011111101100111100111111101100111011001110000101001110010110100110001101000010000100011100010000
+0,46,13,513,1111011111010111011100010111100101111011001101001100011110110001000100111001001011000000011000110010
+0,46,14,538,1111111111101111111000110011100100110001001111101100001110100110100100111101000000000100001101111001
+0,46,15,-571,1110011011111111011101011111100010111111011111000100001101110010101100011000001001110010011100011001
+0,46,16,-584,1111011110111100111101011111100110111001101101100110100111101110100100011000001011000110011001011010
+0,46,17,509,1111011111111010110100110111101011111010001011100100011100000110101110001100101000000110001101001000
+0,46,18,517,0111011111111011111001010111001001111011001110100110001101100101000100011100001001010000011100011010
+0,46,19,489,1110011110111011010100110111100011111001011011000100101110010100000100011101001000010010011001011000
+0,46,20,487,1111011111110011111100011111101010111001001111001010000000101100100010001001100100000100011001011010
+0,46,21,482,1111011111110111110100011011100010101011001111001010101100000100000101001001000100000100011001011011
+0,46,22,-586,1011011011110011111110111011101111111011001111101111010111000100111100001000101010001100011001101000
+0,46,23,531,1111010010110111011100111111101000011011011011000110110110000100100110011000101000000100011101011011
+0,46,24,483,1111010110111111011000010111111011111011011110100110000110100101100100011000001000000000011100110000
+0,46,25,513,0110001111111011111101110111100010111001001011000110011111000100000100001101001000010110011100011001
+0,46,26,510,1011011111111011011100110111010001111001011110001100001101010001000100001100001001010010011101011010
+0,46,27,-550,1111011011101111010100110111001100111011001111100100111100100100100100011001001000010010011001111011
+0,46,28,-540,1011010111110011000100110111001101111011011001100110101110010000100100011101001000010110011011011010
+0,46,29,538,1111011111111111010100111111001001111001001111000100001100100100010110011101001101000010011001011010
+0,46,30,555,1110110111110111011100111011101011111011011111100110000100100100101110011000001101000110011001011000
+0,46,31,555,1110110111110111011100111011101011111011011111100110000100100100101110011000001101000110011001011000
+0,46,32,546,0111011111111111101100011111111001001011001111100100001100111001100100011101001011000000011101011000
+0,46,33,506,1111011111111110001110111010101111111011001011001000001110100101100010001000001011000010011001011000
+0,46,34,514,1111111111111101011100001111100110111011001101000100010110110101100110001101001000000100011000110010
+0,46,35,476,1111011111101011011000110110100100111011001101101100001100000110100100111000000010000100011100111000
+0,46,36,-583,1011010011111111111100111111011000111011011111101110010110000001110110011000101000010110011001011001
+0,46,37,508,1111011011110011011100110111100000111011001111101100111101000100101100001000001000000000011101111010
+0,46,38,484,1110011110110111011000111111100000111011011101101100001101000110100100001100001000010010011100011000
+0,46,39,537,0110011111111111111000011111111101111011001110001111010100110101100100001011001000000010011101001000
+0,46,40,501,1101011111111011111101111011000010111001001101000110101000100111100100001000111000001110011000011000
+0,46,41,-564,1110010111111011011000011111101111111011001111110000000110100010000100001101100010001101011101011011
+0,46,42,504,1111011111111011110110111111000001111011011110100100000100110100000110011001001000000100011100011010
+0,46,43,523,1111101101111001011100100111001001111000001111000100101110110100100100001101001001110010011001101010
+0,46,44,542,1110111111111111011000111111100000110011001111001101101110100101001100011001101100000100011001110000
+0,46,45,526,1111111110110111011101111111001000111011011010101011100100110100000110001001101011000000011000011001
+0,46,46,543,1011011110110111111101011111100110111011000101000100010110000110110100011101001001000110011101011000
+0,46,47,527,1110010111110111111110110111100000101011010111010110001100111110001100001001001001000110011000011010
+0,46,48,516,0111011111110111101110111110100111001011001011001000010110111001000100001000001011000110011001011010
+0,46,49,546,1111011111111111110100111110101101101011011111001110001100101000101000011001001011000010011001011000
+0,46,50,482,1111011111110111010100111111100101110011011100100101001100100100100100011001001000000101011000110000
+0,46,51,562,1101111011111111111001111111100000111011001111101010110110100101001100011001101000000010011100011001
+0,46,52,539,1111010111110011010100111011101011111011001110100010000101001100101100001100001111010110011001011000
+0,46,53,-583,0110111111110111111100111111100011111011011011001111011010100101001110111000101000000110011001011000
+0,46,54,541,0111011111110011110100011111100011101011001010001011001110101100001000001101101010010110011001011010
+0,46,55,479,1111011111110111110100111111100010111001001110000010010001001101000100001000100100000100011101011001
+0,46,56,563,1111011111110011111100111011011111011011001101100110010111101100000100011100101010000110011000011010
+0,46,57,513,1111011011110111111010110111101100101011001101100000101101100101000100011001001010000110011001011000
+0,46,58,533,1111011111011011111100110111101011111010001101001100001111001100100000001011001100000110011100111000
+0,46,59,525,0111011111101111111000011011001000111001001001001010000110101100101100111001101001000010011101011010
+0,46,60,526,1111011111110111111100111110101101111011001101001000001101010101100100001000101000000100011101011010
+0,46,61,-568,1110011111111110111100011010110111111011001111000110001011010111100110001001101001000110011101001000
+0,46,62,535,1111010111110011011000011111101010111001001011000010011111100100100000001000101111000110011101101010
+0,46,63,546,1111001111111011111110110111001010111011001101001110000110101100000110001101101000000110011101011000
+0,46,64,530,1111011110010110011110110111101011111011011011000010010111000100101000011001101010000110011001001010
+0,46,65,547,1011011011110111111100111010101101011011001011000111000110010111100100001110001000001100011101011001
+0,46,66,509,1111011111101011011100010011101011111000001011001010000101000110000000111001101011000110011001011100
+0,46,67,558,0111011111011111111100111111101000111011001100101100000110101100101101011011001100000000011100111010
+0,46,68,508,1110011011101111111100110110110000111011001111101100011101000000100100011000001000010010001101011011
+0,46,69,-576,1011011011101111011100110111000110111111011111101100001101110111100100101001000000010010011101111000
+0,46,70,497,1110111111110111111100110111001000011001001011000101011110101101000110001101001010000110011000010000
+0,46,71,-602,1110111111111111011100111111111100011011001111101110101100110110100100001001101100000100011001111001
+0,46,72,535,1111011011111111011100111110110100111011001011001100001101010001100100011100001001000010011101011010
+0,46,73,524,1010011111101111101100010111000010101011001111101110010110100001100100001000001000010010011101111011
+0,46,74,519,1111011111111000111100101111101011111011001001100000000110000101100100011000111011000100011001011010
+0,46,75,544,1110011111100110011001110110101100111111001101100000001111110100000100011101100001010100011101011001
+0,46,76,508,1111011111110011100100111111001101111011011001010000001100000100010110001100101100000110011101011000
+0,46,77,535,1110010111110111010100111111101111111011001011101110000111010000100100011101001000000010011001011010
+0,46,78,-594,1111011011110111111110011111100001111111001111100110011111110110000110011000001110000110011000111000
+0,46,79,472,1101011011111101110100111111101101111001011101000100001110100100100100011001001000000100011100010000
+0,46,80,502,1111111111100111111001111011100000011011001101000101001110100100100100001100001001000110011100011001
+0,46,81,545,1111011111111111011101011011101110110101001111000110010111100110101100011100001000000000011100110001
+0,46,82,532,1111011111100111011100111011101101111011001101000111100111100100100100001100001001000010011101010001
+0,46,83,525,1111111111111111111001111111001110011111011101101011010100100101101100001000100000000010011000011000
+0,46,84,501,1011011111111111111100111011100010111011011101000110010110100110001100001001001000000000011101011000
+0,46,85,-576,1111010111110111111100011111100100111011010111000110010110100110000100001111101110000110011001011010
+0,46,86,534,1111111011110111011000101111001101111011001111101011010100100101100100011001000010000100011001011100
+0,46,87,527,1111011111111111011100111011001100111011001100000110101111100111101100001000100001000010011001011000
+0,46,88,459,1111011111111011110100011111100010111001001010001010000000101100000100011000101110000000011100011001
+0,46,89,518,0111011111110111111100011111100010101011001111001010001110100100000000001101100001010110011001011010
+0,46,90,479,1111011111101101111100001011000100111001101101000010100010100111100100001100101000000000011100111010
+0,46,91,-602,1111011111111011110111010111101011111011001111100000011110100111000100001001101010011110011101010010
+0,46,92,-602,1111111111111101101110111011111111111001011110000110010110100111100100001001001010000110011100111100
+0,46,93,460,0111011011110111011100100011101100111011001111000010011101101101100100001000000000000100011001011000
+0,46,94,494,1110011111110111011000110111100011111011001101111100001100000000100100001100100000101100011001011001
+0,46,95,549,1101110111111011011000111011101010111011001111000010100110101110100110000000010000000111011101011011
+0,46,96,542,0111011111110111111110111110111101111011011101000010000101111101100110001000001000000110011100011000
+0,46,97,522,1111011111111100101100110011111111111001001111001000011100000101100100001001101001000110011101100000
+0,46,98,517,1110011111111100111100001111101110111011001111000100001010100101100100011001100000000100011101011010
+0,47,0,557,1110010111111111110100111111101001111011011111100110000100100100101100011000001111000110011001011000
+0,47,1,544,1111111111110111011100111010101111101011011111001110001100101000101010011001001001000010011001011000
+0,47,2,-572,1111011111101111111000111110101000111011001100101100001110101101101100111011001100000100011100111000
+0,47,3,474,0111011111011011011100110111100100111011001101101100000100000110100101011000000010000000011100111010
+0,47,4,563,1111111111110111111000101111001001111011001111101110010110100101100100001001001000000110011001011011
+0,47,5,501,1110011011101111001100010111000110101011001111101011010100100001100100011000000010010000011101111100
+0,47,6,554,1110111111100111111000011111100000111011001111000111011100110101100100001011001001000110011101011000
+0,47,7,468,0111010111111111111001111011111101011011001100001101000010100100100100001100001000000010011100001001
+0,47,8,-589,0111011111110111111100011111100010111011001101000100011011000111111100001101101101010110011001011000
+0,47,9,496,1011011110110011111101011110100111111011000011000111000110000110100100011000001000000110011101011000
+0,47,10,494,1111010111111111010100111011001001111001001111100100000100101100010110001100001101000010011000011010
+0,47,11,-562,1111010111110011010100111111101011111011001110000010001101000100101100011101001111010110011001011000
+0,47,12,535,1111111111110111111110111111000001001011001011001001011110101101000110001001001011000110011000010010
+0,47,13,472,0110001111110111101100110110101110011001001011000100010110111001000100001100001010000110011001011000
+0,47,14,-578,1010011110111111111101011111100110111111010111000100000100010010111100011001001001010110011101011001
+0,47,15,536,1111011011110111011101011111100010111011001101000100011111100110100100011100001001100010011100011000
+0,47,16,544,1110011111110011110000010111100011111011001001111001001110101000101000001101101000101110011001011001
+0,47,17,491,0111011111110111011100111111100011101011001110001110001100000100000100001100100010010100011001011010
+0,47,18,514,1111011111111111011100111110001001111001001101001000001101010100110100001000001101000100011101011010
+0,47,19,550,1111011111110111110100111111101101111011001111000100001100100101000110011101101000000010011001011010
+0,47,20,473,1111011111110011111000111111001100101011001001010000001100000100000110011100101100000110011001011000
+0,47,21,548,1111011011110111100110110111101101111011011101100000101101100101010100001001001010000110011101011000
+0,47,22,446,1111011111100101110100011011100000111001001111000010100100100101000101001100000100000100011100011010
+0,47,23,515,1111011111111111111100001011000110101011101101001010101010000110100100001001101000000000011001111011
+0,47,24,494,1111010111111111010100111011001100111011001100000010001111100110101100001000100101000010011001011000
+0,47,25,-564,1111011111110011011100111011001011111011001110100110100101001101101100001100001011010110011001011000
+0,47,26,476,1111111110110101111101101111001001100011001000011011001110000111000100001001101001000000011100011000
+0,47,27,-567,1111011110111111011110011111101010111011011011100000100100110101100110001001001111000100011000011011
+0,47,28,-580,1111011111111011110100111111001110111011001001101110000111111000100100001101101000000010011101111010
+0,47,29,516,1110000111110111011110110111101011111011001111001110000110000100000110011101001000000110011001011000
+0,47,30,514,1111001111111011011110110011001010111011001100001110000111101111100110001000100000000110011001011000
+0,47,31,559,1111011111111111111100111111001100111011001101000110101110100100001100001101101001000010011101011000
+0,47,32,539,1111011111011111111101011011101000110101001110101110000111100100101101011110001000000000011100110001
+0,47,33,564,0111011111111111011100111111101110111011001101000100010110101110101100011001001100000000011100111010
+0,47,34,528,1111001111111011110110110111001010111010001011100100010110101110000110001101101000000110001101011000
+0,47,35,527,1111011111111010111100110111101011111011001101001110001100000100101110001100101000000110011101001000
+0,47,36,525,0110111111111111111000001111101111111011001101001110010100110101100100001011001000000100011000011010
+0,47,37,526,1111011111111101011100011111110100111011001110000101010110110101100110001101001000000010011101100000
+0,47,38,477,1011011011111111111001110111100001111001001111001010001101010001000100001000101000000010011100011001
+0,47,39,-590,1101111111111011001100111011010000111011011110111100110110100101001100011101001001010010011101011010
+0,47,40,-594,1111111111011111111100111111101011111011011110100110000110101100101110011011001100000000011001011010
+0,47,41,519,0110010111110111011100111011101000111011001101101100000100100100101101011000001101000110011100111000
+0,47,42,512,1110011111110111011001110111001100111111000101001011011111100100001100001100100000000110011001011000
+0,47,43,537,1111111111101110111001111110101110011111011101100000000100110101100100011001100001010000011100011001
+0,47,44,467,0111011111110011011000010111001000111011001111100110001100100011010101011000001001000000011000011010
+0,47,45,-574,1110010111111111111101110111100011111011000110100110001101011100000100011100001001010110011101011010
+0,47,46,532,0111001111111011111110110111101010111011001101101100000110101100100110001101001000000100011101011000
+0,47,47,-565,1111011111011111101100111111001000111011001100001110000110101100001101011011101100000010011100111010
+0,47,48,553,1110011111111111111100111010110000111011001111100110011101100111100100011000100001000010011101011000
+0,47,49,482,1111011011101111011100110111001100111011001100001100101111000000101100001000001000010010001001011011
+0,47,50,520,0111010010001111111100111111101000111011011001000110100110101100101100011010001100000000011100011011
+0,47,51,549,1111011111110111011100111111101000011011001110101100010110000100100111011000101000000100011101111010
+0,47,52,468,1111011111111011111100101111100011111011001000000000000001000101000100011000101100000100011001011011
+0,47,53,530,1111011111110100110100111111101010111001001111100010010110001101100100001000110011000100011101011000
+0,47,54,562,1110011111111111110100011111101111101011011111001110001110100000100100011001101010000100011001011010
+0,47,55,501,1111011111111100111100101110101100111011001111000100001000101101101000011001000001000010011101011000
+0,47,56,-612,1101011111011111111101111111001000111011001100000110101110100111101100001011111100001100011100111010
+0,47,57,437,0111011111111011111100111011100010111001001101001100000000101100100101011000001000000010011000011000
+0,47,58,508,0111011111111011111000010111101011111011001011100110001111000101001100011100001000010100011000011000
+0,47,59,538,0111011111110011111101011110000001111011001110000111001001100111100100001000101001010010011101011010
+0,47,60,521,1111111111111111011000101111101101111011001111001111010101100111100100011000000010000000011000011000
+0,47,61,-558,1111011011110111011101011011001110110101001111100010010110100100101100011101001000000100011101110101
+0,47,62,515,1111011110111101111100101111101001100011001101101000000110100100101101011001001100000100011100011010
+0,47,63,548,0111011111011111111110011111101010111011001000010100001110001111100100001011001101000000011100111010
+0,47,64,512,0111011101111101101110110111001111101000001111000000011110110001100100001001001001100010011101001010
+0,47,65,542,1111101111110011011100101110100001011011001011001100100110111100000100001100001011010110011001111010
+0,47,66,481,1111111111111011011100000111101110111010001101001100000111010100100000001111001000000110011000110000
+0,47,67,-573,1111011111111101111100111111100011111011001101000100011110101101100110001001001100000100011100111010
+0,47,68,-591,1111111111111011111100110111100100111001001111001110001110100100100110111101000000010100011101111001
+0,47,69,515,1111001111101111111010110011011010110011001101101100000110101110000100001101101000000110001101011000
+0,47,70,-586,1101111111111011011100111111101010111001001111000010101110101100000110010101011000000110011101011011
+0,47,71,514,1111010111111111010000111011001001111011001111000100000100100110110110001010000101000011011001011010
+0,47,72,464,1111111111110111111100011111001010011001001011000110000110101100000110001101001000000110010001010000
+0,47,73,505,1110011111110011111100110111101000111001001111001001011000101101100010001001100110000100011000011010
+0,47,74,538,1110010111111111011100111111100110111011000111001100001100011010110100011000001001000010011101011010
+0,47,75,521,1111011011110111011100110110110000111011001011100110001101010001000101011100001001000110011001011010
+0,47,76,511,1111110110111111011000110111101000111011011010100110101110100100000110011001101001100000001000110001
+0,47,77,509,1111011110110111011101011111011011111011011110101011000100110101100100001000001010000000011100011000
+0,47,78,536,1111011011110011111010011110101111111011001011000100101011100111100100001001001010000110011001011000
+0,47,79,512,0111111111110111111100110111100000101011001101100011001101000101001100011000101000010110011001011000
+0,47,80,488,1010011011110111111110110111100000110011001111100000001100110011000101011000001010000110011001011000
+0,47,81,534,1111010111110111011000110111101110101011000101100110101101001100010100011001001001000110011001011010
+0,47,82,-597,1111011111111111111000111111111000111011001111101000110100100101101100011001101000000010011101111001
+0,47,83,487,1101111011111100101101110011100111111001001111001010011110000101000100001001101001000110011100000000
+0,47,84,479,1111010111110111010100110011100010101011001111001110001101010000000100001101000100000010011001011011
+0,47,85,541,1110011111110111110100011111101111111011001011101010110110000100100101011001001000000100011001011010
+0,47,86,520,1011011111111011011100111110000011111001001111000111001001010101001100001100101000010010011101011000
+0,47,87,519,0111011111110011111100010111110001111011011010001100001111000011100100001000001001010110011001011010
+0,47,88,-570,1111011111110111111100110110101101111001001101001100110101110100100100001100101000010110011101011010
+0,47,89,422,1111011111100111110100111111001101111011001101000000001100010101000100001000001000000000011000011010
+0,47,90,514,1111011111101100100100110111111011111001001111001100011100100101100100001001001101000010011001001010
+0,47,91,539,1111011111111111011100111011001101111001001111000000001100000100010110011101101001000110011101110000
+0,47,92,513,1111011011111111111010110111001110101111001101101010100101100101100100001000000010000110011001011000
+0,47,93,513,1111111111110111111001111111101100011011011101100001011100100001001100011001101000000010011000011000
+0,47,94,565,1111011111111111110100111111111000111011001011101100011101010001101100011100101000000110011101001000
+0,47,95,479,1111011011111010011100110110100111111010001011000100001100000110100110001100001001000010001101011010
+0,47,96,527,0111111111110111011010111111111101111011011101001010000101101101100110001001000000000100011100011000
+0,47,97,549,1111011011110111111100101110001101111011001111100011010100110101100100011000001010000110011001011100
+0,47,98,507,1110011111100111011100111011101000011001001101000101001110100101100100001101001001000110011101010001
+0,48,0,537,1111011111111111111100111111101001111011001101100110011101100101010100001000000000000110011101011000
+0,48,1,-580,1110011111110111100110110010110100111011111111100000101101100111100100011001101011000010011101011000
+0,48,2,498,1111011011110111111000110111001110101011001101101010100101100101100101011001000010000100011001001000
+0,48,3,541,1110011111111111110110011111101111111111001011101010110110000100100100001000001000000110011001011010
+0,48,4,542,1111010111111111011000111110101100101011000101101110101101001100000100111011001001000100011100011010
+0,48,5,-566,1111011111100111111000110111101010111011001100100100001110101101011100011001001101000110011001111000
+0,48,6,539,1111011111111111011100111011001101111001001111000000001100000100010110011101101001000110011101110000
+0,48,7,539,1111011111111111011100111011001101111001001111000000001100000100010110011101101001000110011101110000
+0,48,8,540,1110011110110011110101111111100111111011010011100110000110100100100100011000001101000110011101011000
+0,48,9,527,1011010111111111111100011110101001111011001111000111000100000110101100011000001010000110111001011000
+0,48,10,545,1111001111111111110100110011100010110011001111001110000110111010000100001101001100000110001101011011
+0,48,11,449,1111010111100111011010110011011010101011001101101100001101000100000100001101100000000010011001011000
+0,48,12,524,1111011111100111111100111111101000011011001101000100011110100101000100001101101001000010011101011000
+0,48,13,544,1110011111110111010100111011101101111001001111000101001100100101100110011101001000000110011001010011
+0,48,14,557,0111011101111111111110110111001001111001001111100110011101110101100100011000000001000010011101011010
+0,48,15,508,1110011111111101101100111010110110101010001111000000011110100011100100001001101001100010011101001000
+0,48,16,542,1101111111111110111101111011101010111111001011001010000100110101100110001001101001000110011000001010
+0,48,17,521,1111011010111101001110010111100111111001011111100000111110000101000100001001001111000100011100010001
+0,48,18,524,1111011011110111011101011110000011111001001101000100001111100100110100011000001101100010011100011010
+0,48,19,493,1101011111111111011100111111101000111011001101001000011101010110100100001000001001000100001101011000
+0,48,20,513,1110011111111111110100111111101100111011000111001100011100011001100100011000001000000110011101001000
+0,48,21,-582,1111010111111111011100111011110010111011001011101100001101010010111100011100101001000010011101011010
+0,48,22,527,1110111111010111011110111110101011111011001111001110000110000000100110011101001000000110011001011000
+0,48,23,526,1111000111110111011100110011101111101011011111001110001100101100001010011001001001000010011001011000
+0,48,24,533,1111010111110111011100110111101010101011000100100110101101011100010100011100001001000110011001011010
+0,48,25,-584,1110010111111111111001110111100111111111000111100110001101001100000100011001001001010110011101011010
+0,48,26,524,1110011111110111110100011111101111111011001101101110110100110100100100001000001000000100011001011010
+0,48,27,-587,1111011111110111111100110110101101111001001011001000110111000100100101011101101000010110011101011010
+0,48,28,556,1111111111110110111100111011101011111001001111101110010110101100100100011000010001000100011101011000
+0,48,29,507,1111011111110101010100111110101110101011011111000000001100001001101010001001101011000010011001011000
+0,48,30,528,1111001111110011011110110111001010111011000101101110000101101101110100011001001000000110011001011000
+0,48,31,547,1111010111111111011000110011101110101011001100000110101111001110000110011000100001100110011001011010
+0,48,32,-582,1111011011111111111100111111001010111011001111100110110101011001101100011100101000000110011101001000
+0,48,33,551,1111011111110011010100111011111001111011011010101100001101000101101100001100001011010110011001011000
+0,48,34,465,1111011011111011111100101111000011111011001111100000000000010101100100011000001000000100011001011001
+0,48,35,-556,1111011101110111111100101110101101111011001001000011010101100101000100011000101110000110011001011110
+0,48,36,-573,1111010111110110111000110111111111101011000111001100001101101101110100011001001001000111011001001010
+0,48,37,489,1111011111101101000100110111101010111001001101100110111100000100000100001001001101000010011001011010
+0,48,38,540,1111001111111011011110111011000110111011001100001010001111101110100110001001100000000010011001111001
+0,48,39,483,1101011111111111111100000011001010101011101101001110100010000111100100001000101000000100011001011010
+0,48,40,482,1111001110111111011100101110100001001011001101101000100110100100000100011000001110010100011100011010
+0,48,41,-566,1111111111110001111100101111101001100011001011001100000110111100101101001101001001000110011001111010
+0,48,42,558,1110011111110111011111010111011011111011011111001111000110110100100100011001001000000110011001011000
+0,48,43,467,1111000110110111011100111111101011111011001110101010000100000101000110001100001010000000011100011000
+0,48,44,-566,0111011111111111111100110111101110111011001111000100010110101010100100001100001010000100011101111010
+0,48,45,492,0110001111110111001100111110101110011001001101000100010110111101101100011001001100000010011000011000
+0,48,46,573,1111111111111111111100111111001000111011001111100111110110100100100100011001101001000000011001111000
+0,48,47,487,1111010010110111011000100110101101111011011010100010001100110101000110011000001010100110001000010101
+0,48,48,492,1110011011110101111100110111101000111011001111100000000110000001100100011000100011000110011101011000
+0,48,49,541,1011011111110110110110111111100010110001001111100010011100111111000101001000011010000100011001011010
+0,48,50,540,1111011111110111111100111110000011111011001111000111010100110101000100011100001010000110011001011000
+0,48,51,514,1011011011111011011100101110001101111001001111100011001001010101101100001000101000010010011100011100
+0,48,52,513,1110000111110111011110110111100011111011000111001100000100011000110100011101001001000010011001011010
+0,48,53,541,1110010111111111011100111111101110111011001111001110001110000110000110011000001000000110011101011000
+0,48,54,535,1111011111110100011100111111101000111001001110100110010110001100100100011000111011000100011101011000
+0,48,55,544,1111011111110111110100111111101010011011001111101000010110000101100111001000100000000100011101111010
+0,48,56,551,1111011111110111011100111111001100111011001011000010011111101110101110001100101010000010011001010000
+0,48,57,465,1111110111111111110100110011001101111011001100000111100111100100000100001000000101000010011000011000
+0,48,58,-588,1111011111111111111100110111011111111011001101001100111100100100101100001001101101000010011001011010
+0,48,59,485,1111011111101100100100111111101000111001001111000110001110100101000100001101001001000010011101001000
+0,48,60,559,1110111111011111111000011111100001111011001111001110010100110101100100001011001001000100011101011010
+0,48,61,513,0110111111100111111000001111101110111011001101000111011100110101100100001011001000000110011000011000
+0,48,62,513,1111011111110111011000111111111010111011010111100010001100010101100100011001001000000000011001011010
+0,48,63,530,1111010110110111011101010111001111101011001100101111100101101100010100001000001011000110011100011000
+0,48,64,460,1111010111110111010000110011100010101011001101001110001101000100010100011001000100000010011001011010
+0,48,65,553,1111010111110111011100110111101110101011000111100110101101011000000100001101001001000110011001011011
+0,48,66,505,1110011111110111110100011011101011111011001111101110010100000100100101011001001100000100011000011000
+0,48,67,-554,0110010111110111011100111111101100111011001001101000100110100101101101010000001001000110011101111010
+0,48,68,551,0111011111110111111100011111100001011011001011001101001110101111000110001001001001000110011001011010
+0,48,69,503,1111111111110011111110110111010001101011011010001000011111000001100100001000001011010110011000010010
+0,48,70,504,1111011011111111011100111111001101111001001101001000001100000000110100001100001101000100011101011010
+0,48,71,531,1111011111111111011100111010001001111001001111000000001101010100010110011001101001000110011101110000
+0,48,72,558,1111011111110111110100111110001101111011001111100101001100100101100100011001001000000110011001011110
+0,48,73,541,1111011011110111111100101111101101111011001111000010010100110101000110011100101010000010011001011000
+0,48,74,552,1111011111111111111100111011001101111011001111000000001110000100010110011101101001000010011101110000
+0,48,75,546,1111011111111111011100111111001100111001001101000110101100100100001100001101101001000110011101011000
+0,48,76,467,1110011111110011110000011111000101111011001001111001001100000000001010001101101000000110011001011000
+0,48,77,-550,1111011111110011111000110111101010101011001001010000001110101100100100011100101100101110011001011001
+0,48,78,502,1111011111001011011100111111100100111011001101101110100100101100000101001100000010000000011100111010
+0,48,79,430,0111011111110101110100010011100000111001001111000000000100000111100101011000000100000100011100011010
+0,48,80,539,1111011110111110111100100111101111111011001111000110011100100100100110011000101000000110011101001000
+0,48,81,531,1111011011110011111100111110001001111011001101101011000100010101101100001100001010000110011001011100
+0,48,82,564,1111111111111111111100111111101001111011001101101110000110000000100110001100001000000110011101011011
+0,48,83,514,1111011111110010111000100111001011111011001111001110011100100101101100001001101000000110011001001000
+0,48,84,480,1111011111110101111100111111001001111011001101001000001100110101101100001000001000000000011100011010
+0,48,85,457,1111011110101111110100101111101101100011001101100000000110000100000101011001001100000100011000011010
+0,48,86,527,1100111111110111111101110111101011111001001101001010011100101101000100001001101000000110011100011000
+0,48,87,455,1111011011111000101100110011100100111001001111001001011010000101100010001001100111000100011000000010
+0,48,88,-566,1111011111111110111100101111101100111011001111000100001000101101101110011101100001000010011101011000
+0,48,89,484,1111011111110111110100111100101101111011001111000100001100100101000000011001001000000010011001011010
+0,48,90,501,0111011011110111011100111110101111101011001111000111010100100101000100001100000010010100011001011000
+0,48,91,553,1111011111110111111100101111000001111011001110101010001100010100100100011000101010100110011001011110
+0,48,92,488,1111011011110111110100011010100000111011001111100110000101100101000101001100001001000110011000011010
+0,48,93,479,1111011111100101011100110111110000111001001011000010101100010001000101011100000100000100011101011010
+0,48,94,544,1111011111101111011100111011101100111001001111000000001110000101000110011101001001000110011101110001
+0,48,95,502,1110011111110111011100111011001001011001001101000101001100100100110100001101101001000110011101010000
+0,48,96,468,0111111111110011111000011111000101111011001101000111000001100101100000001001100001000000011101011000
+0,48,97,-571,0111011111110111011111111110111001111011011110001010001101101111100110001000001000000110011100011010
+0,48,98,-592,1111011111111110111110111111001010111001101111101100010110101111100100001100101001000110001101011000
+0,49,0,488,1111011111111101100100111111001010111001001101100110011100100100000100001001001101000010011000011010
+0,49,1,481,1111011111100101011100110111101001111011001101001000101100010101101100001000001000000000011101011010
+0,49,2,514,0111011101111111011100111011001101111001001111000000010100000100010110011101100000010110011101110000
+0,49,3,520,1111011011110111011100111110101111101011001111000111001100100101000100001100001011000100011001011000
+0,49,4,532,1110011111110011010101011011111011111011011110101111001110100100100100001000001000010110011001011000
+0,49,5,-591,1111011111110111011110110111011001111011011011001100000101010101101100011101001011000110111001011000
+0,49,6,-557,1110011111110111111100011111101001011011001001000101001110100100110100001101101001000110011101011010
+0,49,7,496,0111011111110111011100111011000001011001001111001101001100101111000110001001001001000110011001010000
+0,49,8,550,1111011111111111011100111011001101111001001111000000001110000100010110011101101001000110011101110000
+0,49,9,541,1111011111111111111100111011001101111011001111000000001100000100010110011101101001000010011101110000
+0,49,10,502,0110011111110111111100111110110001011011001011000001011110100111100100001001001001000110011001001000
+0,49,11,-571,1111011111111101101100011011100110101010001111001100001110101011000110001001101001101010011101011010
+0,49,12,566,1111111111110111111100111110001011111011001111000111010110111100100100011000010010000100011101011000
+0,49,13,511,1101011111110110111100111011100111111000001111101110010100100101000100001100001001000110011001011000
+0,49,14,543,0111011111110111111100011110000001111011001111100101001100101111000100011001001100000110011001011010
+0,49,15,-579,1111011111110111110100111111101101011011001011001101001110100101100110001001001001000110011001011110
+0,49,16,-597,1101111111110111111100111011101011111001001111101010011110101101100100001001110001000110011101011000
+0,49,17,486,1110111111110110111101110111101011111001001101001110010100101100000100011000001000000100011100011000
+0,49,18,503,1101111111111110111100101111100010111011001111100000000100110101100110001001001001000100011000011001
+0,49,19,504,1111011011111011111101111011001011111111001011001010000000010101100100011000101000000110011001001010
+0,49,20,488,1111011111101011111100111011001000111011001111000000000000000101000110011101001001000110011101010001
+0,49,21,513,1101011011111111011100101111100111111001001111100000001110010111100100011000001000000100001001111001
+0,49,22,574,1111111111110111111110111111110001101011011101001110010110100101100100001000001011010100011001011010
+0,49,23,478,1110111111011011111000010111000001111011001010001000011101010001100100001011001001000110011100010010
+0,49,24,495,0111111011110111111100111010101011111001001111100110010100100101000100011100000000010100011001011000
+0,49,25,562,1111011111110110011100111111101111101011001111001111010110101100100100001000010011000100011101011000
+0,49,26,517,1111011111110111011100111111000011111001000101000000001101010101110100011001001101100010011000011010
+0,49,27,520,1111011011110111011001011110111010111011011111100110001110100100100100011000001000000000011101011010
+0,49,28,542,1111110111111111111100111011001001111011001110100111100111100100100100111001001001000010011000011000
+0,49,29,509,1111111111111111110100110111001100111011001101000111110110100100000100001000100101000000011001111000
+0,49,30,530,1111011111110111010100111111001100111011001011001110011100111100101100011100001000000010011001011000
+0,49,31,535,1110011111111111111100111111101100111011000111000000011011001011101110001000101010000110011101000000
+0,49,32,519,1110111111110101011110111111101001111001001110101110000110000000100110011000101001000100011101011000
+0,49,33,538,1111011111000110011100111110101010111011001111000110010110001100100100011001011010000110011001111000
+0,49,34,-587,1111011111111111111100110011001010111001001111000110000110111000010110011101001101000110011101110001
+0,49,35,497,1111001111111111010100111011100101110011001111001000001100000110000100001101101000000110001101011010
+0,49,36,542,1111011111110011010110111111101000110011001010100100011101110111000100001100011010000110011001011010
+0,49,37,550,1011011111110110110100111011110011111001011111101010001100001101101101001000001011010100011001011000
+0,49,38,-620,1111011111111111111100101111101010101011001111100111111110111000100100001001101001000010011001111011
+0,49,39,498,1111110111110111011100110111001100111011000111100110100101000100000100011101001001000100011001011000
+0,49,40,500,1110011111110111010100010111101111101011001100101111010101001100110100001001001001000100011000011000
+0,49,41,535,1111010110110111111101011011001011111011001111101110100100100100000101011000001110000110011100011000
+0,49,42,-562,1111011011011111011100111111001101111011001111001010001100010101110100001101001001000100011101011010
+0,49,43,501,1110111111111111111000011111100001111001001101001100010100100000100100001010001101000100011101011010
+0,49,44,468,1111011111101101011100111111101100101011001111000000001100000001000010001001101001000010011001110001
+0,49,45,-583,1111011111110111010100111010101110111001011111000000001110001101101110011101001011000110011101011000
+0,49,46,485,1111010111110111011000110011101110101011001101000110011101000101000110001000000010110110011001001000
+0,49,47,548,0111011011111111011100111110101111101011001110000111100110101110000100011100100001000100011001011010
+0,49,48,496,1110010111111101001000111011110110101011001100000100101110100111000100001000101001100110011101001000
+0,49,49,559,1111011111111111111100110010101110101010001111000010011111001010100110011001100001100010011001011010
+0,49,50,550,1111010111111111111100011110001001111011001111001011000100010111101100001000001010000110111001011100
+0,49,51,519,1011011011110011111100111110101001111011001101100111100100000100101100011100001010000110011001011000
+0,49,52,556,1111011111110011110100111111100111111011011111000110000100100100100100011100001101000110011101011000
+0,49,53,525,1110011010110111111101101111101101111011000011100010010110110101000110011000101010000010011001011000
+0,49,54,503,1111011111111111011000111011101100111011000101001000101100000100000100011111001001000100011100011001
+0,49,55,-563,1111010111101111011100111110101100101000001111100100001111001101000110111001001001000110011101110010
+0,49,56,530,1111011111110011111110111111000111111011000111101010000111101100100110001000100100000010011001011000
+0,49,57,-560,1110001110111011010101111011100110111011011100000110001110100110100100011001001001000110011101111001
+0,49,58,542,1111011110111110111100101111000111111011001111000111010100110100100110011000001010000110011001011000
+0,49,59,525,1111011111110111111100110110101011111011001111000110011100100101000000011100101000000110011101001000
+0,49,60,514,1111011111110111110100111110001001111011001111000000001101000100110110011001001001000110011001010010
+0,49,61,-575,1111011111111111011100111010001101111001001111100101001100110101000100011001101000000110011101111100
+0,49,62,557,0111011101111111111110111111001001111001001111100010001101010101100100011100101001000010010101110010
+0,49,63,518,1111001111111111011100110011001101111001001111000100011100100100010110011001000001000110011101011000
+0,49,64,526,1111011011110111011100111110101101111011001101000111010100100101000100001100000011010010011101011000
+0,49,65,499,0111011111100111111100111111101010001011001111000100011110100101000100001101101000000100011001011000
+0,49,66,518,1111011110111111110100100111101110111011001111000110111100000100000110001000101100000110011101001000
+0,49,67,510,1111011111101100001100110111101011111001001101100110011100100100100100011001001001000010011001011010
+0,49,68,500,1111011011111010101000100011001000111011001111001111011000000101100100001001101111000110011000001010
+0,49,69,469,1111011111110000111100110111100111111001001111001000011110100101101010001001100000000100011001000000
+0,49,70,528,1110011111110111011110111011101011111011001011100101000110100100100100001101101001000110011001010000
+0,49,71,523,1110011101111111110100011111001101011101001101001010111100000100110100001000001001000110011101011010
+0,49,72,521,1111011011110111010101011111000011111101001001000110101111100100100100011000001001000110011100011010
+0,49,73,544,1110011111111111111110011110101111111011001111101000010110000100110100001000001100100010011001011010
+0,49,74,514,1111011111010111111110111110001011111011001111001110000100010000100100011101001000000110011001011000
+0,49,75,553,1110111111110111011100111110100011111011001111000111010110100101000110011100001010000110011001011000
+0,49,76,534,1111011111110101111100111110001001111011001101101011001100110101101100001000001000000000011101011110
+0,49,77,477,1111011011110011111100111111001001111011001101001000000100010101101100001100001010000110011000011000
+0,49,78,531,1111011111011011110100111111100100111011001111101100001100101101100101001000001010000010011100011010
+0,49,79,469,1110011111101111011100111111101100111011000101001110110100011000000100011100000000000100011100101000
+0,49,80,512,1111011011111111011100111111011011111011010111001000001100010100110100011000001000000100011001011010
+0,49,81,516,1111011111110111011000111111101100111001001101100010001100010001100100001101001101000000011101011010
+0,49,82,549,1111001111110111011100111111001011111011001011001100000100011100111100011101001011000010011001011000
+0,49,83,515,1110010111110111011110110111100100111011000111000010011111101010100110001100101000000010011001010010
+0,49,84,-572,1111011111110111011100110011101110101010001111000110001110000011100100101101001001100010011101011011
+0,49,85,502,1110010111111101101100111110110110101011000111100000111101111000000100001001101001000110011001001000
+0,49,86,559,1111011111110111011100111011001001111011000101001101001101100111110110011101001000000110011001010010
+0,49,87,529,1010001111110011010110110111101110111001101111100110000100101101100100011001001000000110011001011001
+0,49,88,515,1110011111100111111100111110100011111011101111101011010100110100100100001000001000000110011001011000
+0,49,89,542,1111011111110111110100011111001111111011001101000110110100110101000100011100001010000100011001011010
+0,49,90,-578,1111011111110111011100111110001101111011001111000011011110101111100110001100001010000110011001110000
+0,49,91,-560,1111011111110111110100111111001100111011001011100100001101100100101100011001101000000010111001011110
+0,49,92,544,1111011111111111011100111111001100111011001100000110101100101100010100001100101001000110011101011000
+0,49,93,554,1111010111110111011100110111101110101001010101100110101101010100001100011101001001000110011001011010
+0,49,94,531,1111011111110111011000111011011110111011001101000010101111101110000110001100100001000010011001011000
+0,49,95,-571,1111010111111111011100110111101100101011001010000110011111101110101110011000101010100110010001010010
+0,49,96,488,1101111111110111111100101011001010101001101101001110000110100110100100011000010000000100011001011010
+0,49,97,531,1111011111111110111100010011001011111011001111101110110010001001100100001000101001000100011101011000
+0,49,98,544,1110011111111101100100111111111111101011001101000000110110110111100100001001001001100100011001001010
+0,50,0,503,1111011111110011111110111110001011111011000111001010000110010100100110011000100000000110011001011000
+0,50,1,541,1111011111010111111110111111000111111011001111101110000101101000100100001101001100000010011001011000
+0,50,2,569,1111111011111111111100111111001111111011001111100111100110100101000100111000001001000010011001011000
+0,50,3,493,1111010111110111011100111010101001101011001110000111001101100100100100001101001011000100011000011000
+0,50,4,513,1111111011110110111101111110101111111011001101001111001100101101000100001000001010000100011000011000
+0,50,5,493,1110011111110111011100110111101011101001001111000110010100100100000100011100001001000100011101011000
+0,50,6,-560,1111011111101111111100110010101010101010001111000010011110001010100110011001010011100110011001111000
+0,50,7,539,1111010111010110011101111110101110111011001111000110010111001100100100011001101000000010011001011010
+0,50,8,536,1111011111111111010000011011100010111101001101001110101101000100100100011001001001000110011101011010
+0,50,9,503,1111011011110111011101111111001101111011000001000000101110100100000100011110001001000100011100011001
+0,50,10,516,0111011011110111011101111011111011111001001111101110010100100101000100001100001000010100011001011000
+0,50,11,511,1110111111110011110100011010101011111011011110100111001110100100100100011000000000010110011001011000
+0,50,12,541,1111010111110111111100011111101011111011001101001100101100010101100101011000001000000110011100011010
+0,50,13,475,1111011110100101011101110011001001111011001111101010100100100100001100001000001110000000011101011000
+0,50,14,519,0111010101111111011100111111001001111001011111000000000100000110101110011100000010000110011001111100
+0,50,15,547,1111011111111111111100001010001101111011001111001011010100010101010100001001101000010110111101010000
+0,50,16,545,1111011110110111111110011010001011111011001111101110100100010100100110011000001110000110011001011000
+0,50,17,497,1111010111010111110101111111001011111011001111001110000100100000000100011101001000000110011100011000
+0,50,18,-588,1111011111111111111100110010101101101011101111000010001100000000110110011101101001100010111101011010
+0,50,19,551,1111011111111111111100111011001110111010001111000000011111001110000110011001100001000010011001110001
+0,50,20,540,1110011111110101110100111111111101101011001011000110111110110100100100001101101001100000011001001000
+0,50,21,547,1111011111111111000100111111001110111011001101001000010100111111101100011000001000000110011001011010
+0,50,22,541,1111110111111111111100111011001100111001001101100110001101100000100101111001001001000010011001011010
+0,50,23,539,1111011111110111011000111111101001111011001110100111100110010101100100001101001101000000011100011000
+0,50,24,514,0111011111110111011100111011001000101011001101100111001100001101000110011000000000110110011001011010
+0,50,25,526,1111010111110111111000010110100111111011001111000100011101100111000110001001001110000110011001001000
+0,50,26,-553,1111011111011011010100111111000100111001001111100100001110001100000111011101101000000010011101111010
+0,50,27,528,1111011111111111111100111011101101111011001111001000001100100101110100001000001011000110011100010000
+0,50,28,-570,1111001111110011011110111111101110111001101101100110100100101101110100001001001000100110011001011001
+0,50,29,525,1010011111111111010100110111101100111011001110000110001100101100000100011100101001000110011101011000
+0,50,30,540,1111011011110111011001011111111010111011011101100110001111101100000110001000001001000110011001011000
+0,50,31,533,1111011111110111011000111010111110111011001111000010101110100110100100011100100000000000011101011010
+0,50,32,-607,1110010111110111011110110111100000111011011111000010011111001111101111001000101010010110011001011010
+0,50,33,458,1011011111110110110100111011110111111001000111101010001100101000100100001100001001000000011001010000
+0,50,34,520,1111111111110111111100111011001001111011000101001111010101101100100100011001010000000100011001010010
+0,50,35,-594,1111011111110111011100111110001011111011001111000101000110110111110110011100001010000110011101011000
+0,50,36,519,1111011111110111011100111011001000111011000011001100100100001100111100011111001001000000011001011001
+0,50,37,543,1111001111111111011000111111101111111011001101101000001100010100000100011101001011000110011100011000
+0,50,38,487,1111110111110111011100111110001100111011001111100000001101000100000100011011001001000100011001011000
+0,50,39,538,1111011111110111110100110111001001111011000111000110100101000100110110011101001001000110011001010010
+0,50,40,547,1111011111110111111100111110101011101011001111000111110100100111000100011100100000000100011001011010
+0,50,41,516,0111011011111111011100110110101111111011001100000110001110101100000000011100101001000110011101001000
+0,50,42,557,1111011111110111111100111111001010101001001111101010000100110111100100011000110001000110010101011010
+0,50,43,488,0101111101111111111110101011001001111001101101000110001111000100100100011100001000000000011001110010
+0,50,44,537,1111001111110111011100110111101110111011001011100110000100001100111100011001001001000010011001011001
+0,50,45,533,1010001111110011010100111111001011111001101111001100000100111101100100011101001010000110011001011000
+0,50,46,-593,1111011001111111011110011111111000111011011111100110001101110100100100011100101001000000011111110010
+0,50,47,499,0111011111110111111001111110001011111001001111100010001110000101100100011000001000000010010101011010
+0,50,48,521,1110111111111111111000011111000000111011001111001000011011001011101110001010001000000110011101010000
+0,50,49,478,1110011111011011111100110111101101111011000010000000011101010001100100001001101001000110011100000010
+0,50,50,526,1111011111111111110100111011001101111011001111101100001100000101100100001000001011000010011100111000
+0,50,51,-560,1111011111011011111100111111100100111011001111000000001100101100010111011101101000010010011101010010
+0,50,52,-575,1111011111111111111100111111000001111011001111000100001110001110010110011101001101000110011001010010
+0,50,53,509,0111011111110111011100011010001001111001001111100001001100100101000100011001101000000110011101111000
+0,50,54,508,1111011101110111111100111011001000101001101111000010000101110111100100011000001001000010010001111010
+0,50,55,537,0101111111111111111110101111001011111001001101101110001110000100100100011100110000000100011101010010
+0,50,56,503,1111011111111011111110111011100000101011011101000010000010000101100110001000001001000110011001011011
+0,50,57,559,1111111111100111111100111111011001111011001111001100010100100101000100011101001011010100011101010000
+0,50,58,547,1111011111111111011100011110001010111011001111100110001110100100010100001100101000000110011101011010
+0,50,59,544,1111011011110111011001111111111100111011011100000110101100101100100100011000101001001000011101011000
+0,50,60,536,1111110110111111111100101011000001111011001111100111010100100100100100111001001010000110011001011000
+0,50,61,548,1111011111111110111100111111001111111011001110000111100111110100100110011000001001000010011000011000
+0,50,62,554,1111010111110111011100110111101110101001010101100110101101010100001100011101001001000110011001011010
+0,50,63,554,1111010111110111011100110111101110101001010101100110101101010100001100011101001001000110011001011010
+0,50,64,509,1111011111110011111110111111001011110011000110101110001111100101000100001000010000000110011001011000
+0,50,65,-585,1111011111110011011110111111100100111011001011100000010101111110100110001100101110000010011101011010
+0,50,66,503,1111011011011111011000100111001100111011001111001110001000000101100100001001101011000111011000001010
+0,50,67,-560,1111011011111010101100111011001001111011001111001011011100010101110100001100001101000100011101011010
+0,50,68,-559,1111000111110111111100111110001011011011001111001110000100010100101100011101001011000110011001011100
+0,50,69,540,1111011111111111011100011111001001111111001011001001000100011111111100001000001010000010111001011000
+0,50,70,488,1110010111101101101000111111100011111011101100100011001110100100000100001000101000100110011001011000
+0,50,71,523,1110011111110111011100111010110110101011001111001100110100110111100100001000001001000110011101001000
+0,50,72,523,1111011111110111111100111111001000111011001101000010101100110100001100001100001000000100011101011110
+0,50,73,555,1111011111111101011100111110001101111011001100101111001100101101110100001000101001000010011101011000
+0,50,74,524,1110010111111011010101011010001011111011011110001011001110110110101100001000001010000110011001011000
+0,50,75,558,1111011111110111111100011111111001111011001111101111000100000101100100001000001000010110111001011100
+0,50,76,559,1111001011111111011100111111001011111001001111101000001110011110111100011001001010000100001001011001
+0,50,77,503,1101011111110111011100101111100111111011001011000100000100010101100100011100001001000010011001111000
+0,50,78,529,1011001111110110010100111011110011111011001011001110000100001101101100011001001011010010011001011000
+0,50,79,563,1111011111110111111000111111001011111001011111101000001100011100111101001100001011000100011001011000
+0,50,80,516,1111011110111010110100101111000111111011011111000111010100100100100100011000001000000110011101011000
+0,50,81,-597,1111011111110111111100111111100111111011001111000110000100110100100110011100001111000110011001111000
+0,50,82,540,1111010111111111011100110111101101111001000111100111100101010100101100011001001001000010011001011000
+0,50,83,545,1111110111110111111100111011001010101011011100100110100111100100000100111101001001000110011000011010
+0,50,84,543,1111011111000110111100111110101010111011001111000110010110101100100100011001010010000110011101011000
+0,50,85,561,1111111111110111011100111110001011111011001111000111010110011100100100011000011010000100011001111000
+0,50,86,-585,1111011111110111111110111111001001111011001111100010001101110101100100011000101000000010011101011110
+0,50,87,508,0111011101111101101100111110001001111011001101101011001100010101101100001100001001000000010101110010
+0,50,88,512,1111011110110111111101111111101100111011001010100000010101110111000100011000001010000010011001011000
+0,50,89,516,1110011011110011010110101111101001110011000011100110011110010101000110001100110010000110011001011000
+0,50,90,556,1111011011110111111100111010101111101011001111100111010100101101000100011100000011000100011101011000
+0,50,91,501,0111111111110110011100111111101011111001001111001110010110100100100100001000010000010100011001011000
+0,50,92,522,1111011110111110110100101011110011111011001111001111000100110100100100001000001010010110011001011000
+0,50,93,-570,1011011111110110111100111111000111111001011111100010011100001101101111011000001011000100011001011000
+0,50,94,548,1111111111111111111100111111001100111011001100000110100100100100010100001100101101000010011101111000
+0,50,95,496,1111011111111111010100110111000100111011001101000111111110101100000100001000100001000100011001011000
+0,50,96,522,1111011111110011011000111011111011111011011110001100101110000100000100011000001000010110011100011001
+0,50,97,519,1110111111111111010101011011101100111011000101101011001100100100100100001111001001000100011001011000
+0,50,98,497,1111010110110111111100110011001010101011010111100110100100110100000101011000001010000110011100011000
+0,51,0,548,0101111111110111111110111110001011111001001101100110001110000100100100011100111000000010011101011010
+0,51,1,502,0111011111111111111001101111001011111001001111101010001110000101100100011000000000000110010101010010
+0,51,2,535,1111011111111111011100111111001110111011001111000000011110011110000100011001100000000010011001010011
+0,51,3,-563,1111011111111111100100111011001110111010001101001000010101101111101110011000001001000110011001111000
+0,51,4,475,1110111111111110010100011011111101111011000101001010001100000101100100001001001011000000011001011000
+0,51,5,-573,1011001111110111010101111011100010111011001011101111000100101100101100011111001001010110011001011000
+0,51,6,528,1111001111110111011100111111100110111011001011101110000101101000110100011101001000000010011001011000
+0,51,7,550,1111011111010111111110110111001111111011001111100110000100001100101100001001001101000010011001011001
+0,51,8,499,1111110111110111011000111110011100111011011110100000101110000100000100011011001000000110011100011000
+0,51,9,501,1111011111110011011100111011101001111011001111001100001101000100000100011000001001010100011001011001
+0,51,10,-568,1111111011110111111100111010101011101011001111100111010100101100000100011101000011000110011101011000
+0,51,11,524,1111010110111111111100101011000101111011001111100111010100100101100100111000001010000100011001011000
+0,51,12,551,1111011011110111111100111110001111111011001111100111010100100101000100111100000001000110011001011000
+0,51,13,566,1111111011111111111100111011001111101011001111100111100110101101000100011000001011000000011101011000
+0,51,14,554,1111111011110111011100111110101011111011001111000111010100101100100100011000001010000100011101111000
+0,51,15,563,1111011111110111111100111010001111101011001111100111010110011101000100011100010011000100011001011000
+0,51,16,-571,1111010111110111011100111111101110101011010101100110101101010100001100011101001001000110011001011010
+0,51,17,554,1111010111110111011100110111101110101001010101100110101101010100001100011101001001000110011001011010
+0,51,18,509,1111011111111101111100111110001101111011011100101111001100100100100100001000001000000010011101011000
+0,51,19,-562,1111011110111010010100101111000111111011001111000111010100101101110100011000101001000110011101011000
+0,51,20,501,1110011011110111111100111111111000101011011101100110001111100100000110001100101001000000011001001000
+0,51,21,-586,1111011111111101010001011111111111111011001011000110111110111100100100001001001001100110011001011000
+0,51,22,551,1111110111111111111100111111001110101011011100000110100000110100001100001101001101000110011001011010
+0,51,23,540,1111011111110111011100110111101100111001000101100110101101000100010100011100101001000010011101111000
+0,51,24,505,1110010111111110110100101111101011111011001101001100000100110100100101011000001000000110011101011000
+0,51,25,545,1111011110110101111100011011110011111011001111001111101100010101100100001000001010010110011000011010
+0,51,26,509,1111011111111111111101111111101100111011001100000000000100100101110100001100001001000010011100111000
+0,51,27,-588,1111111111111111111100111011001101111011001111001110101100100100010100001001101111000110011101010000
+0,51,28,523,1111001111111101011100110111001110111011001000100111000100001100110100001001101001000010011101011001
+0,51,29,569,1111011111110111011100111110101101111011001111101110001100101101111100011000001001000010011001011000
+0,51,30,-560,1111111111110111111100011011001001111011011001000000000111011101101100011001001011000110111001011000
+0,51,31,525,1111010111111111011100111111001010101111001110101111100100100110010100101100001000000010011000011010
+0,51,32,548,1111111111110111111100111110001101111011001101000111100100100110010100001100101000000010011101011010
+0,51,33,547,1111011111111111111100111111101010101011001110000110110100100101000100011100100101000100011001111000
+0,51,34,499,1111011101110111111100011110000001101011101111000000001101100111000100011001001001000010011001011010
+0,51,35,542,1111010111110111111100110011101110111001001111000110010101110111100110001000001110000110010001101000
+0,51,36,534,1111011111110111111101111111011101111011001011001000001100100000000100011101001011000100011101011000
+0,51,37,535,1111111011100111011100111111011001111011000101000100110110110101000100011110001001010100011100010001
+0,51,38,-573,1111111111110111111100111110001111101011001110000110110100100100010110011100101101000010011101011000
+0,51,39,543,1111011011111111111100111011101100111011001101100111000100101101000100001100000011000100011101111000
+0,51,40,-585,1111011111111110111100111111001011101011001111001011000101110111100100011000111001000110010001011010
+0,51,41,533,1111011111110111111100111111001110111001001110100110100110110100100110011000000101000010011100011000
+0,51,42,550,1111001111111111011100111111101111101001001101101000001100110111100100011001011001000110010100011000
+0,51,43,550,1111011111110111111000111111001010111011001111101010000100010100000100011100100011000110011101011010
+0,51,44,541,1111001011111111011001111111101111111011011100101100001100010100000100011101001010001100011100011000
+0,51,45,532,1111011111110111011000111111111100111011001101000010101100101100100100011000101001000010011101011000
+0,51,46,558,1111011011110111011101111111001111111011011101100110101110100101000100101000001001000110011001011000
+0,51,47,526,1111111011111111111000011111111010111011001111100111000101101100000110011000001001000010001001011000
+0,51,48,539,1111011111011110111100111110101011111001001111100100001111001100101100011001101000000000011001011010
+0,51,49,-580,1111000011110111011101111111001110111011001111001010010110011110110100011001001010100110001001011001
+0,51,50,537,1111111111110111111101111111111000111011001011101100000100000101100100011000001010000110111001011000
+0,51,51,525,1111011110110111111100011111101101111011001110100011010101110111000100001000001000010000011001011100
+0,51,52,500,1111011111010111011110111110001111111011001101101111000100101000100100001000001000010010011001011000
+0,51,53,-610,1111011111111101111100111111000101111011001110101110001101101101110100001101101101000010011101011000
+0,51,54,506,1111011111110111011100111011101100101011010101101010101100110100010100001000001001000110011101010000
+0,51,55,-576,1111010111111111111100110111101111111001001111000100001101000101101100011101001011000110011000011010
+0,51,56,526,1111011111110111111100011011011101111011001111100111000100000001100100101001001001000110011001011000
+0,51,57,568,1111110111111111111100111111101000111001001111101110001101100100100101011000001000010010111001011100
+0,51,58,453,1110011111111111111100110111101100111011001000000100000100000001000100001100101001000010011101011000
+0,51,59,-573,1111111111011011111100111111001101111011000110000010111101110100110100001001101101000110011100100010
+0,51,60,493,1111010111010110011100111110101010111011001111000010000101000101100100011000100001000010011101011010
+0,51,61,-603,1111011111110111111101111111001110101001001111101110010110111110100100011001111000000110010001011010
+0,51,62,522,1111110111110111011100111110101111101011001111100111100100100100000100011001001011000100011000011000
+0,51,63,532,1111011011111111111100111010001001111011001110000111001111100101100100101100001001000010011001011000
+0,51,64,500,1111111111110111011000111111001111111011001110000100101100000110000100011000101001000110011100001000
+0,51,65,559,1111011111111011111100111011011000111011011100001110100110100100010100001100001100010010011101111001
+0,51,66,535,1111011111111111011100001111000011111011001111000111011100100100100100001100001000000110011101011010
+0,51,67,527,1111011110111010110100111110001111111011011111100010000110100100010100011000101000000110011101011000
+0,51,68,485,0111011111110111111100111010001100111001001101100110001100100000000100111001001000000110011101011000
+0,51,69,-565,1111110111111111011100011011001001111001001111100001001101100101100101011001101001000010011001111010
+0,51,70,523,1111010111110011010100111110001011111011001110000011011110110110100100001000011010000110011001011000
+0,51,71,543,1110111111011111011101011010001011111011011111001111000110010100101100011000001010000100011001111000
+0,51,72,542,1111011110110111111100110111101100111011001110100110010101010111000110011000001011000010011001010010
+0,51,73,508,1111011111110111110101111111001001111011000011000000100101100100110100011101001000000110011001011000
+0,51,74,538,1111001101011111011101111111001110111011001101000110010111101100000100011000101000000010011101111000
+0,51,75,537,1111110111110110111100111110101100111011001110000110100100000100110100001101101101000010011001011010
+0,51,76,518,1111111011111111110101011011001101111011001101100011000100100101000100101001001001000100011101011000
+0,51,77,-585,1110111111111111011100111111101110111011000111101111101110100100100100011110001001000010011001011000
+0,51,78,487,1111110110111111111100101110000001111011001111101011010100110101111100001000001000000000010001010010
+0,51,79,-558,0111011101111101101100111011001001111011001101100111000100000100100100111101001011000110011101111000
+0,51,80,519,1111011111110110111100111111001010111011001101000011101100110100100110001100001000000000011001011110
+0,51,81,542,1111011111111111111100111111001101111011001100000110100111110100001100011000001001000110011100011000
+0,51,82,483,1111011011110111011101111010001011111011001111101010010100100101000100011100000000000100011001011000
+0,51,83,528,0111011111110011111110011111111011111001000111001110000110010100100110001000101000010110011001011000
+0,51,84,533,1111010111111111111100100111101101111011000111101111000101010100101100001001001001010010011001010000
+0,51,85,-568,1111011111111111011100011010001101111001001111000011110100010101010100011001101000010110111101011000
+0,51,86,539,1111111111111111111100111011011100111011001100001111100100110100010100001000101010000010011001111000
+0,51,87,531,1111011110111110110100101111100011111011001111000110000100100100100100001100001101010110011101011000
+0,51,88,527,1111010111110111111100111110001001011011001111000110101100110100001100001100001001000110011001011100
+0,51,89,-555,1111001111110111111100111111001010111011001101001010000100010100101100011101001010000100011101011110
+0,51,90,-565,1111011111111011010100111011001111111011011111001011001110110100110100001000001011000110011100011000
+0,51,91,487,1110010111111111111101011010101001111011001110001000001100100111101100001000001010000110011001010000
+0,51,92,573,1111111111111111111100111110001111111011001100100111100110101101100100101000001001000010011101011000
+0,51,93,551,1111011011111101011100111111001101111011001111101111001100100101010100011000101001000010011001011000
+0,51,94,508,1111000111010110011100111110101110101011000111000110010101010100001100011001101001000010011001011010
+0,51,95,-589,1111010111110111011101110111101110111001011111100110101111001100100100011101001000000110011001011010
+0,51,96,522,0111111111110111111100111011101011111001001111001110000110100100100100011100001000010100011001110000
+0,51,97,477,0101111101111110011110101111001001111001101101100110011111000100100100001000010000000000011001011010
+0,51,98,518,0111011011111110111100111111101111101010001111100111010100100101000100011000000010000100011101011000
+0,52,0,549,1111011111110101011100011111110011111011001111001111111100100101100100001000001000010110011000011010
+0,52,1,524,1111011110111111101100001011000011111011001111000111001100010100100100001100001010000110011101011010
+0,52,2,527,1111011110110111111000011011110011111011001111000010101100011100100100011000101010000010011100011010
+0,52,3,550,1111011111110101011100111111111100111011001101001111101100100101100100001000001001010110011001011000
+0,52,4,506,1111111111111111111100111111001110111011001011000100000100001100100100011000000010000110011001010011
+0,52,5,-587,1111011111110111011101111111111000111111001111101000011110010111001100011001101000000010111001011000
+0,52,6,470,1111111011110111111100011111111000111011001101100110000101100100000110001000001001000010011001001000
+0,52,7,532,1110011011111111111000111111111010101011011111100111001111101100000010001100101001000000001001011000
+0,52,8,-595,1111111011111111111100111011011101111011001111101111100110110101010100001000101001000010011001111000
+0,52,9,506,1111011111111101011100111111001100111011001100001111001100100100010100011000101010000010011001011000
+0,52,10,-608,1111011011110111111110111111001011111011001111100111000111001101101100101100001101000010011001011001
+0,52,11,474,1111011111011111111100110010001101111011001110000110001100100100100100001001001001000010011001011000
+0,52,12,524,1111001111110111011100111011100110111011001011100111000101001000110100001101101001010010001001011000
+0,52,13,519,1111001111111101011100110111001110111011001000101110000100101100110100011001001000000010011101011001
+0,52,14,483,1111010111110111011100110111101100101011001100000010101101010101000100001100001001000110010000111010
+0,52,15,565,1111011111111111111101111111101110111001010101100100000100100100111100011101001001000010011101011000
+0,52,16,-615,1111010111110011111110011111111110111001000111001110010111110110100110001000101110010110011001111000
+0,52,17,455,0111011111110111111100110011101011111001001111000110000100010101100110001000001000000110010001001000
+0,52,18,533,1101011011110111011100110111101110111011000101000110100101101100110100011100001000000100011101111000
+0,52,19,555,1111111111110111011100111110101001111001001111100111011100000100000100011000101011000010011101111000
+0,52,20,539,0111011111011111101110110011001101111011001111100111000100000100100100111001001111000010011001011000
+0,52,21,-569,1111011101110101111100111111001011111011001101100110000100001100101100001101001001000110011101111001
+0,52,22,521,1111011011111101011100111111001101111011001111001100001101000101000100011000101001010010011001011000
+0,52,23,531,1111011111110011011100111011101001111011001111101111001100100100010100011000001001000100011001011001
+0,52,24,568,1110111111111111111100111010001111101011001111101111000110111100001100011000001011000000011101011000
+0,52,25,541,1111111011011111011101011011001011111011011111000111100110000101100100011000001010000100011001111000
+0,52,26,553,1111011111111111011100110111001011111001001111000111010100110110100100001100001010000110111001011000
+0,52,27,538,1111010111110111111100001011100110111011001111000110011101100101100110001000001100000110010101101010
+0,52,28,470,1111101111110111111100110111100100111011001011000110000100000001100100011100101000000010011001011000
+0,52,29,517,1110011111111111011100111111101110111011001000101100000101101000010100001101001001000010011101011000
+0,52,30,-577,1111111111110111111100011111001001111011001101000110100100110111010100011100101001000110011100010011
+0,52,31,487,1111111011100111011100111110011101111011000101000101110100100100000100001110001000010000011101011000
+0,52,32,478,1101110111110111111100111110001010101001001100000110001100100100000100011100001000000110011101011010
+0,52,33,-621,0111111111111111111110111111001111111011011101100110100010010100101100001101111101000010011001011010
+0,52,34,511,1111010011111111011001111111001010101011001110101111000100110110010100101100001000000010011100011000
+0,52,35,546,1111001111111111011100111111101011111111011100101100101100000100000100011101001010001100011000011010
+0,52,36,520,1111011111110111111100111111001111111001001100100110100110110100001100011000001001000010011100011000
+0,52,37,559,1111011111111111111100111111001000111011001110000110100111110100100110011000010101000110011100011000
+0,52,38,-571,1111010111111111111100111010101111111001001111100100010101111110100100011001101100000100010001111000
+0,52,39,510,1111011111010110111100110111101010111001001111000110001111000101101110001000001010000010011001001010
+0,52,40,543,1111011111111111111100111011011100111011010101101110100110100100010100001100001000000010011101011001
+0,52,41,522,1111011111110011011100111011101000101011011100001010101100110100010100001000001101010110011101110000
+0,52,42,-571,1111111011110111011100111111101111111011001111000011101100101100100100011000001010000110011101011000
+0,52,43,507,1111011111110111011000111110101000111011001101000110010100101100100100011000101001000000011101111000
+0,52,44,562,1111110111100111111100111111001101111011000111001111000110110100101100001011001001010000111101010000
+0,52,45,520,1111011011111111011100100111111001111011000101100100110101010101000100011100001001010110011000010001
+0,52,46,-569,0111011111111111101100111011001101111011001101100111100101010100101100011001001011000110011100011000
+0,52,47,531,1111011101111101111100111111001001111011001100000110000110100100000100111100001001000110011101111000
+0,52,48,-589,1111011110111111111100101011110011111011001111001110100100110101100100001100001101010110011100011010
+0,52,49,487,1111011110110100110100011111100011111011001111000111001100000100100100001000001010010110011001011000
+0,52,50,515,1111111011110111011100111111011001111011011101101100000100100100000100011000001001010100011101011000
+0,52,51,543,1111011111101101111100111110001101111011000100000111111110110101100100001110001000010010011100010001
+0,52,52,-583,0111111111110111111110111111101010111011001110100110001101000101000110011100101001000010011101011010
+0,52,53,507,1101011110110111111100110110001101111001001101100110010110010110100100011000011010000010011001010010
+0,52,54,-573,1111111111110111111100111110001111101011001111000010111100100100010100011100001111000010011101011000
+0,52,55,526,1111011111110111111101111101011101111011001010001100000100100000000110011101101001000100011101011000
+0,52,56,521,1111011011110111011101111111101111101001011101100010101110100101000100001001011001000110010000011000
+0,52,57,-587,1111001111111111011100111111001111111011001101101100001100110111100100111000001001000110011101011000
+0,52,58,518,1111011110110101111100011011111001111011001110101010110101110101100100001000001000010100011000011100
+0,52,59,517,1111011110110111111100011111100111111011001011000111001100010111000100001000001010010000011001011010
+0,52,60,508,1111110111110111111101111111111010111011001001100100000100010100000100011000001010000110011001011010
+0,52,61,-591,1111011111110111011100111111101000101011010111101110101101000101101100011101001001000110111001011000
+0,52,62,527,1111111111111011111000011111101011111011001111101101001101000100000110011000001001000100011001011000
+0,52,63,514,1111011011110111011100111011111000111011001111000110000101101100000100011000001001010010011001011001
+0,52,64,-581,1111010111111011111100111011001010111011011100001110100110100100001100001101001101000110011101011011
+0,52,65,542,1111111111111111111100111111011100101011011100000110100000110100010100001110001100010010011001111000
+0,52,66,466,1110010011010111011100111111101010101011001111000010000111000101100110001000101001000000011001001010
+0,52,67,528,1111011111110110111100111110111000111011011101100110001101100100000100011100100001000010011101011000
+0,52,68,535,1111011111110111111100111111011101111011001101001000001100101100000100011101101001000000011101011000
+0,52,69,531,1111011111110111011001111111111100111011001011000010101100100000100100011000001011000110011101011000
+0,52,70,508,0111101111110111011110101111001101111001101001100111001101001100110100001000100001000010011001011000
+0,52,71,497,1101011101111100011100110111001010111011001100100110010110000100110100001001011000000000011101011011
+0,52,72,470,1110011011110111111100111110111000111011011100100110001101100100000100001100001001000010011001001000
+0,52,73,527,0111011111111101110100111111001101101011011101101111001110100100100110001000101000000000011101011000
+0,52,74,551,1111011011110111101100111011001101111011001111100111010100000101100100111100000001000110011101011000
+0,52,75,-566,0111011101111101111110111110001011111011001101100111000100100100000100111101001011000110011001111000
+0,52,76,-571,1111011111011111011100111110101011111001001111101110001101101100111100011001101000000010011001011000
+0,52,77,537,1111011111110110111100111110101101111011001111100100001110001101101100011000001001000000011001011010
+0,52,78,-579,1111010111110101111100111110110001111011001111000110100100010100110100001101101111000110011001011010
+0,52,79,503,1111111110110110111100011011101110111011001110001111101100000101100100001000001000010010011000011010
+0,52,80,541,1111011010110111111100011111101011111011001111101111000100010101100100111010000000000110011000011010
+0,52,81,-568,1111011111110101111100111010010111111011001111000111111100100101000100001100001011010110011001011000
+0,52,82,509,1111011111111111111100111111001110101011001101000110000110011100001100001100000011000100011001011000
+0,52,83,-605,1111110111110111111100111010001111101011011110100111110000110101000100011101011101000110011001011010
+0,52,84,473,1111011111111011010000111110001101111011001101000010000110101100000100011000101000000010011101011000
+0,52,85,-601,1111011110110110111100111111111110111011011111100010101100100100110100011000101001000110011101011001
+0,52,86,558,1111111111111111111100100110001101111011001101101111000100110100011100001100101001000010011001011010
+0,52,87,523,1111010111110111111100111111101101111011000111000111100101000110100100001001001000010010011101010000
+0,52,88,552,1111111111111111111100111110001011111001001101100110101110100101100100001000111000000010011101011000
+0,52,89,-580,0101111111110111111110111110001111111011001100100111010110001100100100111100001001000010011101011010
+0,52,90,513,1111011111111101011100111111001110111011001100000100000110001110000100011001101000000010011101011001
+0,52,91,559,1111001111111111011100110111001110111011001011100011011100011100110100001001100001100010011001010011
+0,52,92,521,1110011011011111111100111111111001111001011111100110001111001100001100001001101001000000011001001000
+0,52,93,519,1111011111110110111100111110101010101011001101100100001111100100100110011100101000000000011001011010
+0,52,94,-593,1111011011110111011100111111001100111011001111101111001100110100011100011101011001000110011001011000
+0,52,95,525,1111010111111101011100110111101111101001010101100110101101000101000100011000101001000010011001011010
+0,52,96,549,1111111011111111111100111110101111111011001101001111001100101100100100001000001000000110011101011000
+0,52,97,504,1111011111110101011100111110001001111011001110100111010100100100100100011000001010000000011101111000
+0,52,98,536,1111011111110111011000111111011100111011001101000010100111101100100100011000101000000010011101111000
+0,53,0,525,0111011111110011111100110011101001111001011101001110101100110101110100001000001001010110010001110000
+0,53,1,452,1111011111110111011100111011101010101011001110000010000100010100000110001000001100000110011101001000
+0,53,2,558,1111011111111110011100110111101110111011001101000110100100101100110100011100001010000100011001110011
+0,53,3,474,1101111011110111111100111111001110111011000011000100000101001100100100011000000000000110011101011000
+0,53,4,545,1111011111111111111100111111001000111011001110000110100111110100100110011000010101000110001100011000
+0,53,5,559,1111011111111111111100111111001000111011001110000110100111110100100110011000010101000110011100011000
+0,53,6,512,1111011111111111011100110111011110111011001000000010000000111100010100001001000101110010011001110001
+0,53,7,-589,1111101111111111111100111111001100101011011111100111111100010100110100001110101000000010011001011010
+0,53,8,-565,1111011100110101111100111011101001111011001110001010100110100101100100011100001000010110011101111100
+0,53,9,484,1111011111111101111100011111011001111011001100100110010101110100000100101000001001000100011000011000
+0,53,10,-566,1111011111111101011100110111001111111011001111000111001100001101110100011000100001110010011001011000
+0,53,11,531,1111001111111111011100111111001100111011001011101001011101010100000100001001101001000010011001010011
+0,53,12,517,1111011111111101011100111111001100111011001100001111001110100110000100001001101000010010011001011000
+0,53,13,549,1111011111110101011100111011111110111011001101000110100100001101100100011000001001000110011101011001
+0,53,14,535,1101011011111111011101110111101010101011001101101110100110100100010100111100001000000000011101111000
+0,53,15,520,1111010011110111011000111111001110111011000110000111000101111110110100001100001000000110011100011000
+0,53,16,-584,1111001111111111011100110111001110111011001011100011011100111100110100001001100001110010011001010011
+0,53,17,559,1111001111111111011100110111001110111011001011100011011100011100110100001001100001100010011001010011
+0,53,18,493,1111101011110111011110001111111001111011101101100110000101001100000100001000101001000010011001011000
+0,53,19,498,0111111111110111111100111111001100111001001001100111001101100100110110001001000001000010011001001000
+0,53,20,-578,1111010111111101111100001011101111101001000111100110111101100101100110011000001001000110011101011010
+0,53,21,498,1111010111110111011100110111100110111011011101000110001101000101000100001010101100000010010001101010
+0,53,22,494,0101001111110111011110111111001100111011001101000111001101101100110100001000000000000000011101111000
+0,53,23,532,1011111011110111011100100111101011111001100001100110100101001100110100011100101001000110011001011000
+0,53,24,554,1111101111111111011110111111001001111001101000100111000101100100100100111000101001100010011001111000
+0,53,25,499,0111011101110101111100101111001101111011001101000110001110001100010100001100000001000110011101011000
+0,53,26,508,1111011111111111110100111111001101101011010101101111100110100100000100001000001000000000011101011001
+0,53,27,562,0111011111111101111100111011011100111011011101101110001110100100110110001100101000000010011101011000
+0,53,28,475,1111011011110111011100001011100110111011000101000110001101001100110100001100001000000100011101011000
+0,53,29,-593,1101011110111111101100110111001011111011001111000111101100110100100100011100001010000110011101111010
+0,53,30,490,1111011111110101111101111001111001111011001110001100000100110100100100001000101000000100011100011100
+0,53,31,554,1111011110110111111100011111011101111011001010101010110101100001000110011101001001010100011001011000
+0,53,32,-647,1111011111111111011100111111101110111011010101100111001100111100110100001101101001100010011101011011
+0,53,33,477,1111001111111111111101110111001110111001001011100000010100000100111100011001000001000010011001010000
+0,53,34,512,1111111111111111010100111110001101111011001101000111000110111100000100011000001010000000011101011000
+0,53,35,529,1110011111111011111000111010001111101011001111101010000110101100001100011000101001000010011101011000
+0,53,36,521,1111011111111111011101110111011001111001001010000100010100110000000110001101101010000110011101011000
+0,53,37,558,1111011111110111111100111101001111111011001111001111000100100110100100011100001001000100111001011000
+0,53,38,501,1111010111110101111100011011100110111011001111000110001100100101100110001000001100010110010001011000
+0,53,39,-577,1111011111110111011100101111111100111011001001001111111101100101100100001000001001000110011101101010
+0,53,40,511,1111011011110111111100101110011001111011001101001010001101101100000100011101101001000000011001001100
+0,53,41,501,1110011111110111111100111111111100111011011100100100001100100100000100001100001001000010011101011000
+0,53,42,527,1111011110110111011000111110110001111011001111000110111100011100100100011000101000000000011100111010
+0,53,43,515,1111011111110111111000011111101010111011001101000010000100101100100100011000101011000010011101011000
+0,53,44,536,1111011011110111011000111111111101111011001111000011001100000001100100011100001001000110011101011000
+0,53,45,546,1111011111110111101101111011001100111011001011100110110100100100100100111000000011000110011101011000
+0,53,46,567,1111011111110111111100111111011101111011001101101110100100100000010110001101101001000010011101011000
+0,53,47,493,1111011111111111111101111001011100110011010010001100000110100100000100011100001000000100011101011001
+0,53,48,519,1111011111110111011100110111111010111001011101000110010001110100000100001100001010000110011101011000
+0,53,49,551,1111011111111110111100111110001001111011001111100111001100100110100100011100100001000010111001011000
+0,53,50,546,1111011111111111111100011010011011111011001110101110010101111101000100001000001000010000011101011100
+0,53,51,548,1110111110110101111100111111101101101011001111101011100110110100101100011000001011000100011000011000
+0,53,52,519,1101011111111111111100110111001100111011001100001110010110110000110100001001011000000000011101011001
+0,53,53,528,1111110101100100011100111111001011111011000111100111000110000100101100001011001001010000111101010010
+0,53,54,501,1111011011110101111100111111001011111011001111101111000100100101100100011000000000000000011101011000
+0,53,55,537,1111011110110101011100011110101001111011001110100111010100010100100100111010001010000110011000111010
+0,53,56,533,1111111111111111011110111111001011111101001101101110101100000100000100001101001010000010011000011010
+0,53,57,-573,1111001111111111111100111110101011111011011100100100101110100101100100011000111000001100011101011000
+0,53,58,-575,1111011110110101011100011111111011111011001111101111111100100101100100001010001000010110011000011010
+0,53,59,515,1111011011110111111100011111100011111011001111001111000100010101100100111000000000000110011000011010
+0,53,60,524,1111111011100111011000111110011101111011000101000100100100101100100100001110101000010010011101111000
+0,53,61,499,1111011111110111011100111111011100111011001101000011110111100100000100011000001000000000011101011000
+0,53,62,528,1111011011110110111100111110101101111001011101100000101110001101000100001001001001000010011001111010
+0,53,63,552,1111011111110111111101111111101111101011001111100110001110100101101100011000011001000100010000011000
+0,53,64,-569,0111011111011111101110110111001011111011001111100111010100100110100100001100001111000110011001011000
+0,53,65,530,1111011111111111111100110011001101111001001111000111000100010100100100111001001010000010111001011000
+0,53,66,543,1111011111110101011100111111110011111011000111000111101100000101100100001001001000010110011100011010
+0,53,67,510,1111010111110111111100011111101101111010001111000111110101100110100100001000001000010010011001010000
+0,53,68,474,1111011111110111010000111110101100111011001100000010100101101100000100001000101001000010011000111010
+0,53,69,515,1111011111110111011100110111101000101011001101000110011100010101100100011100001001000100010101111000
+0,53,70,490,1111011111110110111100111111001111101011001101100100000110001100101100001100000011000000011001011000
+0,53,71,543,1111011111111111111100111110101100111011001111000110001110011101001100001000001001000100011001011010
+0,53,72,522,1111011111110011111100111101011100111011011100001110001100100000000100011100101101000100011101110000
+0,53,73,511,1111011111110111011101111011101001101011001010001000100100110100010110001001001001010110011101010000
+0,53,74,540,1111011110110100110100011111101010111011001111100110001100000101000110001100101010010010011101011010
+0,53,75,524,1111111111110111111110111111100011111011001110000111001101000000100100011000001001000110011001011000
+0,53,76,469,1111011011111101011100111111001100111011001100001100001100000100000100011000101001010010011001011000
+0,53,77,558,1111011111111101011100111111001101111011001111001111001101100101010100011000101010000010011001011000
+0,53,78,500,1111000111110111011100111111001100111011000110001010000100010101101100001110001001010000110100011010
+0,53,79,539,1111110111100111111100110111101101101011001101000111101111110100000100001001001001000110011001110000
+0,53,80,533,1111011111110111011100111111111110111011011110000110000001011000010100001110001100010010001001111000
+0,53,81,525,1111101111111111111100111010000100101011001001100111100100100100110100001101101001010010011001011000
+0,53,82,-618,1111011111110111111100111111001111111011001110100110110110110100011100011100001101000010011101111000
+0,53,83,490,1111111111110111111100111110001111101001001101000010101100100100000100011000001011000010011100011000
+0,53,84,512,1111011110111111111100011011111100111011011110101110110101110100100100001000001000000000011000011100
+0,53,85,549,1111011111110101111100111011011001111011000101101010100110100101010100001100001000010110011101011001
+0,53,86,543,1111011111111111111100111010001101101010001111001001001110111100001100011100001011000000011101011000
+0,53,87,-575,1110111111110111111100111111011111111011001111101110000100101100000100011001101001100000010101011010
+0,53,88,500,1111001111111101011100100111111011111011000100100100010101010100100100011101001001010010011000010001
+0,53,89,553,1111011011111111011100110111001100111011001001101110100100101101010100011000001000010110011101011001
+0,53,90,552,1111111111110111011100101111101101111001101101101111001101100101110100001000000001000110011001011000
+0,53,91,506,0111001111110101011110111111011100111011001001000111101100001100100100001000101001010010011001011000
+0,53,92,485,1111001111011111111101111111101110111011001101000110000100101100000100001000000001000110011001011000
+0,53,93,546,1111011101111111011100111111001110101011001101000110011110010100001100011100101011000000011101011000
+0,53,94,459,0110011111111101111000111111011000101011011101101111001010101100000010001000101000000000001001011000
+0,53,95,-589,1111011011111111110100111111101111101011011111100111001111100100100110001100101001000000011101011000
+0,53,96,541,1111111111110111111100011111011100111011001101100110100111101100000100011000101000000010011001111000
+0,53,97,465,1111011011110111011000111111111000111011001101000010000101100100100110001000001001000010011101001000
+0,53,98,533,0111111111011111101100111011001101111011001111001111000100000100100100111001001010000010011001111000
+0,54,0,503,1110011111111111110100111111011100101011011101100110100110100100000100001100001000000000011101011001
+0,54,1,506,1111011111110111111100111111101101111011010100101101001100100100000100001000001001000010011101011000
+0,54,2,511,1111010111110011111100111111001110111011000111001010000100100100101100011110001001010010010100011000
+0,54,3,518,1110001111111111011000111010001101101011001110101010000110011101001100001000101001000000111101011010
+0,54,4,507,0111011111111111110100110011101001101011011101101111100110100100000100001000001001010100010001011001
+0,54,5,516,1111011111110011111100011111001101111101010101001110100100110101110100001000001000000010011101110000
+0,54,6,558,1101001111111111111100111111001010111001001110100010010111110100111110011000000101000110011101010000
+0,54,7,472,1111011111111111111101110111001100111011001011000100100100000101000100011001010001000010011000011000
+0,54,8,540,1111011111110111111000111011101011101011001111101110010100010100001100011100001001000010010101111000
+0,54,9,519,1110011111111011011100110110001100101011001101000010001110101101100100011000101001000100011101111000
+0,54,10,-575,1111011110110111111000111111111000111111001110000110111110111100100100011000001101000110011100011000
+0,54,11,512,1111011111111111011100011110000001111011001111000110100101010100100110011000110000000000011100111010
+0,54,12,527,1111011111111111011110111111001001111011001111101111001100000101000100001000101010000010011000011010
+0,54,13,564,1111111111111101011100111111001111111101001101001110101101100100010100011101001010000010011001011000
+0,54,14,551,1111111111110111011100110111101101101011001111001010001110010100100100011100001011000100011100111000
+0,54,15,521,1110011110110101111100111111101100101011001101100111110100110101101100011000001001000100010001011000
+0,54,16,466,1111001011001111011000110110001100111011001111000000110100011100110100001000100000100010011001011001
+0,54,17,-620,1111111111110111011100111111011111111011010001100111001100101100100100001111101001010010011101110010
+0,54,18,503,1111011111110101111101111111001011111011001101100010100110100101011100001100011000000100010000011000
+0,54,19,-598,1111011111110111111100111011111101101011000111101110001110100101100100011000001001010110011101011001
+0,54,20,-576,1111111011110111011100110111101111111011100001100110100101101100110100011100101001000100011001011001
+0,54,21,514,1011011111111110011100100111101010111001001101000110100100001100110100011100001010000110011001110010
+0,54,22,497,1111010101110100110100111011001010111011000111000111000110100100101100001010001101010110010001011000
+0,54,23,525,1111110111100101011100011111100111111011001111100110001100000101100110001001001000010000111101010010
+0,54,24,498,1111011111111110011100110110001110111001001101100111001100100110100100011100001001000000011001010001
+0,54,25,-629,1111011111111110111100111111101001111011001111000110100100101100110100011100101010000111111001111010
+0,54,26,540,1111011111111011111100111111001100111011011101001110001100100000010100011000001101000100011101011001
+0,54,27,527,0111011011110111011100110101011100111011001000101110100110101101000100011100100000010110011101110000
+0,54,28,551,1111001111111111111100110111101100111011011010100011001100111100010100001100101001100010011001011000
+0,54,29,498,1110011111110111011100111111011110111011001101100100011000000100100100001001000001000010011101010011
+0,54,30,501,1111011111110111111100011010101011111011001110101111000101010101000100101000000000000010011100011010
+0,54,31,560,1111011011111111111100011111010011111011001111001110010100111101100100011000001000010100011001011100
+0,54,32,535,0111111111010111101100111011001100111011001011001110100100100100100100111000000011000110011101111000
+0,54,33,544,1111011111111111101101111011001101111011001111100111010100000100100100111001001010000010011001011000
+0,54,34,553,1111011111111111101101111011001100111011001110000110110100100100100110111000010011000110011101010000
+0,54,35,525,1111011111110111111100111111001000111011001011100110100111110100100000011000000101000110011100011000
+0,54,36,-595,1111011111111111111000111111001101111011001110000111100111110100100110011100011001000110001100111000
+0,54,37,501,1111011011110111011100111111111000111011001111000010001100000001100100011000000101000110011101011000
+0,54,38,539,1111011111110110111100111111001111101011011101100100000110100100110110001100100001000010011101011000
+0,54,39,513,0111011111111101111100111011011100111011001101101110001110001100101100001100001010000000011001011000
+0,54,40,539,0111111111110111101100111011001011111011000101101010000110100100010100011001001010010110011001011001
+0,54,41,-566,1111011111011101111100111011011101111011001111001111100100000101100100101100001010000010011101111000
+0,54,42,520,1111010011110111111000101111011101111011001111001010000101111110110100001100101001000000011000011000
+0,54,43,504,1111011011010111011100111110001010111011000100000111001101101100000100011101001000000110011101001100
+0,54,44,-583,1111011111111111011100110111001100111011001110000110100111101100110100011100010100100100011001110011
+0,54,45,561,1111011111111110111100111111101010111011001101000110100100110100100110011000101011000110011100011000
+0,54,46,567,1111111111110111111100011111011101111011001010101110100101100001000100011101101001010000011001111000
+0,54,47,528,1111011110110111111100011111011100111011001101100010110111101100000110011000001000000110011001011000
+0,54,48,543,1111011111110111111100111111001110111011001111100111001100110100110100001000000000000000011101011011
+0,54,49,507,1111001011111101011100110111001011111011001010101011010100001101100100011001100001100010011001010000
+0,54,50,503,1111011111111101111101111001011101110011001010101100000111100100000100001100001000010000011101011100
+0,54,51,529,1111011111111111111100011010011010111011010110001110010100111101000100011000001000000100011101011001
+0,54,52,556,1111110111110111111100011011001110111011001101100110100101101100100110001000101000010110011001111000
+0,54,53,515,1111011111110101111100011111110100111011001111000110001110100101000100011000001100010010011001011000
+0,54,54,461,1111111011110111111100011111100011111011001110001110001100000000100100011000001000000110011000011000
+0,54,55,567,1111011111110111111110111111100011111011001111000111000101010101100100111000000001000110011001011010
+0,54,56,523,1111011111110111011000111111011101111011000101000110100100101100100100001100101000000010011101111000
+0,54,57,515,1111111011100111011100111110011100111011001101000001110111100100000100011010001000010000011101011010
+0,54,58,475,1111001111111111111100111111001110101011001011100100100100000100110100001001100001000010011001010000
+0,54,59,527,1111101111111111111101110010000100111001001001100011010100100100111100011101001001010010011001011000
+0,54,60,492,1111011011111111111100110010001100101010001001001011000100111100000100011000001001010110011101011000
+0,54,61,-604,1111011111111111011100111111001101111011001111101100101110101101011100011100001010000000011101011001
+0,54,62,547,1111011011110111111000111101111100111011001110000111100110000101100100011100001101000110011100011000
+0,54,63,520,1111011110111111011100111111001001111011001111000010001101110000100110011000010001000110001101011000
+0,54,64,466,1111001111111111110100111010000100100011001101100011100100100100100100001000101001000010011000111010
+0,54,65,525,1111111111110111011000111100101100111111001000000110100101101100010100001101101001010010011001011000
+0,54,66,484,1111011111111111011100011010111010111011001110101110010101110100000100001000001000000100011101001000
+0,54,67,514,1111011111110111111100111011001011101011001110000010000100011101000110001000001100010010011101011100
+0,54,68,500,1111001011111111111100111111101101111001101011100011010100000000101100011001001001000010011001010000
+0,54,69,505,1111010111110111011001110111011110111011001111000000001100000100110100011100000001000110011101011000
+0,54,70,543,1110011111111111111100111011111110111011001110001100011101100101000100001100001001000010011101011000
+0,54,71,506,1111011111110111111100011110011001111011011100100110000100111110000100001000001000010000011101011100
+0,54,72,-577,1111011111111111111100111101001101111011001111001110100110110110100100011000010101000110111000011000
+0,54,73,515,1111011111110111111100111111001010111011001110000111000100100100100110011100001001000100001101011000
+0,54,74,544,1111011111110111011101011111101011001011001111100110011100110101101100011000011010000110010000011000
+0,54,75,536,1111011110110101111100111110101101111011001110100111000110000100100100111010001001000100011000111010
+0,54,76,490,1111011111110111111100111101011110101011001110101110001100100001100100011000011101000100010000010000
+0,54,77,563,1111011101110011111101111111101101111011011101000110001110100100001100011100101001000100011100111000
+0,54,78,500,1111011001110111111000111110101000111001011101000000100100001101000100011000101001000010011101111010
+0,54,79,525,1011001111110110111100011111101111111011001101100010001110101100100100001001001011000010011001011000
+0,54,80,-597,1111011111111101011110111111011001111001001001101111001111100100110110111000101001000010011001111000
+0,54,81,544,0111101111111111111100111011001100111011111101100110000100100100100100001100101000100010011101111000
+0,54,82,523,0111011111111101111101111011011001111011001101001100001110110100110110001000101000000000011101011000
+0,54,83,522,1111011111100101111100111001111100111011011110101110000100100100100100001100101000000110011100011100
+0,54,84,-583,1111011111111101011100110111001101111011001110001110001100111101010100011001001110010010011001111000
+0,54,85,487,1111011111111111011100111111011110111011001001000011000001100100010100001000100001100010011001010001
+0,54,86,-545,1111011111110101111000011011001000111011001101100010100110101100100100001100001011010110011101011001
+0,54,87,519,1111011111110111111100111111111011111011000101001010000100100101010100011000101000000010011101011000
+0,54,88,566,1111011111111111011100010111111111111001101110101110100101101100010100001100001001000100011101011000
+0,54,89,521,1011111011110111111100101010001011111011000001100110010101011101100100011000101000010010011001011100
+0,54,90,504,0111011111110111111100111111111100101011001111100110001100101101100100010000011001000100010000011000
+0,54,91,534,1111001111110100011111111111001111111011001001000111101110000100101100001000101001010010011001011000
+0,54,92,518,1111011111110111011100111111111100111011010110001010000000010000101100001110001001010000110001111010
+0,54,93,521,1111010111110111011100111111001110111011001110000110000101011101010100001110001100010010001100011000
+0,54,94,-588,1111001111110111011110110111111011111001001000000111010101110100100100101100101011100110011101011000
+0,54,95,485,1111111111111111011100111111001000111001111101100110000001100100000100011000001000000010011001111000
+0,54,96,547,0111111111011110101100111111001100111011001111001110100100101100110100011001001010000100011001110010
+0,54,97,535,1111011111111111011100110011101011111011001101000111000100000100100100111100001010000010011001111001
+0,54,98,550,1111110111111111111100110011101101101011001101001101001110110100001100001100001001000100011101111000
+0,55,0,-572,1111011111111011111100111111101110111011001101001100011101100001000100011000011001000110011101011001
+0,55,1,524,1110011111111111111100111011011100111011011110001110001100100100010100001100001101000000011101011000
+0,55,2,494,1111011111111111011100011110000110111011001111000110011101010100100100011000000000000000011101110010
+0,55,3,503,1110011111110111011100111111011001111011001101100100100000000100100110001000110001000010011100011011
+0,55,4,543,1111011111111100011111111111001011111011001001000111001100000101101100001000101010010010011000011011
+0,55,5,533,1111001111110111011110111111001101111011001111101111101110000100000100001000101001000010011001011000
+0,55,6,-577,1111011111110111111100011111001101111011001011101110100111110001000000011001000001010110011101111000
+0,55,7,527,1111111111110111111100111111011000111011001010100110100101100101100100011100101101000000011000011000
+0,55,8,572,1111011111111111111100111011111100111011001100101110111111100100000110011100001000000010011101011000
+0,55,9,499,1110011110110111111100011111011110111011001111000000010101101101000100001000001001000110011001011000
+0,55,10,567,1111111111110111111100011111011101111011001010101110100101100001000100011101101001010000011001111000
+0,55,11,567,1111111111110111111100011111011101111011001010101110100101100001000100011101101001010000011001111000
+0,55,12,521,1111011110110100011100111101001110111111001001000111100111001100001100001101101001010010011001010000
+0,55,13,517,1111101111110111011011111110101101111011001000000110101100100100110100001000101001010010011001011000
+0,55,14,538,1111011111110111111100111110001110111011001101100111001100100110110100011000000001000000011001010111
+0,55,15,512,0111011111111110011100110111001110111001001111100111001100110100100100001100001000000000011101011001
+0,55,16,467,1111011011110111011100011111101000101011001111000110001100010001100100011000010001000110010001011000
+0,55,17,-578,1111011111110111011101111111111011011011001111100010011100100101101100011000001110000110011100011000
+0,55,18,508,1111011111110111111100111111101111111011000101000011001100100100010100011000001000000000011101011010
+0,55,19,554,1111011111110111111100111111011010111011001111101110000100110101110100001000100000000010011101011001
+0,55,20,-597,1111111101110111111100111110101100111001011101001011000110011100100100011100101011000110011100111010
+0,55,21,465,1111011011110111011000110111101001101011001111000000101100000101000100011000001001000000011101111000
+0,55,22,543,1110011111110111011100110111011010111011001101100111000100000100100100111101001011000010011001110001
+0,55,23,477,1111011111111111011100111011101111111011001101000100011000000100100100000000000000000010011101011011
+0,55,24,522,1111010111100101011100011111100011111011001111100110101110000100100010001000001001010110111101010000
+0,55,25,528,1111111111110111111100111111001100111011001011100110000101110101100100011001000100000000011100011010
+0,55,26,520,1111111111111111111100010011111101101001101100001110101101100100000100001100001001000100011101011000
+0,55,27,-588,1111010111111111011100110101101111111011001111101101000110111100011100001100001001000100011101111000
+0,55,28,545,1111011011110111111100111101111101111011011110100111101110000100000100001000001101000010011101011000
+0,55,29,508,1111011111110111111000111111101100111011000100001101000100100101100100011100001001000110011100011000
+0,55,30,504,1110111111011110101100111011001100111011001110001110000100101101001100011001001000000000111001110010
+0,55,31,-561,0111001111111111011000111110001101101011001111101010100110011100110100001000101011000100011101011010
+0,55,32,-565,1111001011111111111100011111111101111001101111100010100101000000111100011101001001000010011101011000
+0,55,33,501,1111011111111111011100110111101111111001101010101111010100101100000100001000001001000100011001010000
+0,55,34,-578,1111001011110111111100111011011100111011101110100110100100100101100100011100101101000010011101111000
+0,55,35,513,0111111111111111111000111101101100111011011101000111000110000100100100001100001000100110011100011000
+0,55,36,535,0111010111101101111101011111101001111011001111101110001110000100110110001000001000010000011101011010
+0,55,37,505,1111111111110101011100111010010111111011001101000100001100110101100110001001101000000000111101010000
+0,55,38,-584,0111101111111111111100110011101110111011111101000110000100100100100100101100101010100010111101111000
+0,55,39,492,1111010111111111011100111011001001111011001101100111000000000100100100011100001000000010011001111001
+0,55,40,567,1111111111110011111101111111101101111001001101000110001110101100101100011100001001000100011100111000
+0,55,41,550,1111011101110111011100110111101101101011011111001010001110010100000100011100101011000100011100111000
+0,55,42,464,1111011111110111011000110111001001111011000101001110101100100101000100001000101000000010011100011000
+0,55,43,-590,1111011111111111011110111111011101111011001111100111000100001100110100001100101010000010011001111010
+0,55,44,511,1111001111110111111100111011101001111011011010101011001101110100010100101000100000100010011000011000
+0,55,45,529,1111011111111111111100010110101110111011001110100111000100010101000100001100001001000010011101011010
+0,55,46,499,1111011111110011111100111111001101111011011111001110001100000001000100001000000111000100011100011000
+0,55,47,541,1111011111111111111100011010101010111011001100101111000101110100010100111000001000000010011101011010
+0,55,48,545,1111111111110111101100111011001101111011001011000011100110101100000100111000000011000010011101111000
+0,55,49,522,0111011111000111111100111110001100101010001111001110101101110100100100011001001011000110011001010000
+0,55,50,541,1011011011110111111100111110001010111011000100100111011101011101100100011101101000000010011001001100
+0,55,51,470,1111111011010111011100101010001011111011000001000110000101101100000100011000001000010010011101011100
+0,55,52,-610,1111001111111111111100110111101101111011011110000111001110111100000110101100011001000110001101111000
+0,55,53,549,1111011111111111111000111111001100111011001010100011100101110100110100011100101001100010011000011000
+0,55,54,559,1111111111110111011100111111011100111111001000100110100101100001010100011101101001010010011001011000
+0,55,55,533,1111111111110111111000011100101101111011001010001110100101101100000100001101101001010000011001111000
+0,55,56,542,1101001111111111111100111111001000111011001010100010000100111100011110011100000101100110011001011000
+0,55,57,567,1111001111111111111100110111101110111001011110100011011111110100110100001000101001000010011101010000
+0,55,58,533,1011111101110111111101111111101111111011000001100110000101011101000100011000101000000100011100111000
+0,55,59,-551,1111011011110011111100101010001001111011011101000110011110100100101100011100101001010010011001011100
+0,55,60,537,1111011111111111101101111011011100111011001110101110100101100101100100011000010111000100010001010000
+0,55,61,517,1111011111110111111100111101001110101011001110000110011100100000100110111000011001000110011100010000
+0,55,62,507,1111010111110111111100011111101010111011001110000111001100100100100110001001001000000100101101010010
+0,55,63,533,1111111111100101011100111111000111111011001111100110000100000101100110011100001001010000011101011000
+0,55,64,548,0111011011110111111100110011011100111011001010101110100110001100100100111000000011010110011101110000
+0,55,65,503,0111111111010111001100111101001100111011001001001110100100100101000100011100100000000110011101111000
+0,55,66,515,1111111111110101011100111111001011111111001111001110001101100100000110011100001001000000001001011000
+0,55,67,564,1111011111111111111100111111001110111001001100000111100100100100110100011101001010000110011101011000
+0,55,68,-570,1111011111110111111100011111001001111011001111101111000100000101000110001000101010010110011001111010
+0,55,69,513,1111110111111111011110111011001110111011001101100110101101101100100100001000101000000010011000011000
+0,55,70,493,1111011111110111010000111111011100101011010101100110100110100100000100001100001000000000011101111001
+0,55,71,533,1110011111111111111100111111011101111011001101000110100100101100100100001100101000000010011101011000
+0,55,72,553,1111001111111111111100111111010111111011001111001110001100111100000100011000001001010000011001011100
+0,55,73,545,1111011011111111111100010111101000111011011010100011010100111101110100001000101000100110011001011000
+0,55,74,513,0111011111111111011100111011011001111011001111101110011110110101101100001000001010000000010000011000
+0,55,75,544,1111011111110101111101011111101110001011001101100110001100001100101100011100011010000110011001011000
+0,55,76,-575,1111111111111111111101011111001101111011001011100111000101100001000100111001001001010010011001111000
+0,55,77,536,1111011111110111101100111011011101111011001110101110110100000100100100011101101010000000011001011000
+0,55,78,-594,1111011111111111101101111011001111101011011110100110110100100100100110111100110001000110011101010000
+0,55,79,518,1111011111110111111100111111001100111011001101000100000110100100110110001000010011000010011101011000
+0,55,80,550,1111011111110111111100111111001100111011001101101111001100100100100100011000001100000000011101011011
+0,55,81,521,1111011111111011111100111111001110111011011111000110001100110000010100001000000001000100011101011001
+0,55,82,549,1110011111111111011100110111111100101011001101001010010010110000101100101100101001000000111001111010
+0,55,83,499,1111011111110011011100111110001100111011010110000010001100001101100100011000001001010100010101111000
+0,55,84,543,1110011011111011011100110111101101101011101101100011011100000101100100011001101001000110011001011000
+0,55,85,482,1111001111111111111100110110001100111001001011000010000110101000101100011000001001000000111101110000
+0,55,86,543,1111011111101111111100111011111100111011011110001110001101100100100100001100001001000010011100011100
+0,55,87,522,1110011111110101111100111001111110111011001110101100010100100101000100001100101000000110011101011000
+0,55,88,475,1111111111111101011100111011001001111001001101001100001111110100010100001001001000000000011001011000
+0,55,89,-598,0111011111111101111101111111011111111111001101001110101100100100110110011100101010000010001101011000
+0,55,90,-599,1101111011110111111100111111001010111001000011100110010111111101100110011000101101000010011101011100
+0,55,91,480,1011001111111111111100101010001011111011001100100010010101010100111100011000000000010110011001010000
+0,55,92,540,1111011011010111111000111011011100111011001111001111100110000101100100011100001000000110011101011000
+0,55,93,-566,1111011111111101111000111101111101111011001110000111100100000101100100101100001111000010011100111000
+0,55,94,509,0110011010110111111100111101111100101011001100101111110100110101000100011000000000000110011101110000
+0,55,95,527,1111011111110101011100110111001100111011001001100110100110100101101100011100101001010100010001011000
+0,55,96,539,1111001111110111011100011111101010101001001111100110011101100100101100011000011010000110010101011000
+0,55,97,-579,1101011111111111111101111111001011011011001110100010010110110101111110011001000111000110011000010000
+0,55,98,521,1011001101110110111100011011101011111011001111100110001110011100100100011100001001000010010001111000
+0,56,0,-582,1111011111101111111100111111101000111011011110101110001101110100110100001100000001100110011001011100
+0,56,1,503,1101001111111111111100111011011100111011001010000010000100101100001110011100001101000010011100011000
+0,56,2,550,0111111111101111111000111111101100111011011101001111001100100100100100001100001000100110011100011100
+0,56,3,515,1111011111111111111100111001111100111111011110000110000111000100100100001100001001000010011100011000
+0,56,4,498,1111011101110101111100111111101111111011101010100110000100111100000100011000001000000100011001011000
+0,56,5,529,1011111111111111011101110111101111111001000001101111010101001101000100001000101001000100011100110000
+0,56,6,524,1111111111110101111100011011001001111011001010001110100101110001010100001001101000000000011001111101
+0,56,7,563,1111111111111111011100111111011101111001001101101100001111100100000100011101001001010000011001111000
+0,56,8,462,1110111111000101101100111011001100111011001110001110000100001101100110011000001001000000111001010000
+0,56,9,-575,1111111111111110011100111111000111111011001111100110000100100101001100011101001000010000011101111010
+0,56,10,542,0011111111010101001100111111001110111011001111000110100100100101100100011100101000010010011101111000
+0,56,11,488,1111111111100111011100111101000101111011001001101110000100000101000110011100000001000100011101011000
+0,56,12,530,1110111111110111111100111111001110111011011011001110000100100101010100011101001100000000011100011000
+0,56,13,520,1111011111111111111100111011011100111011001110100110000101110100100100001000000101000000011101011010
+0,56,14,529,1111111111110111111100111111001000111011001001000110100100100101000100011100101101000110011000111000
+0,56,15,508,0111111111010111101100111101011100111011001010101110100101100101100100011100100000000000011101011000
+0,56,16,-583,1011001111111111111100011111011111111011001111100110001110111100100101011000001001000010011001111000
+0,56,17,518,1111001101110110111100111011100011111011001111001110001100011100000100011100001001010000010011011100
+0,56,18,-563,1110011111110111011100111111001110111011001101001011001100110010100100111100001001000000111001011110
+0,56,19,524,1111011111111111111100110110111100101011001101100110010010100100111100001000100001000000011001110011
+0,56,20,494,1111011111110011111101111010101011111011001101000110000110000100000110011000101001000000011100011100
+0,56,21,-593,1011111001110111111100101111001101111010010001100110011101111101101100011100101000010110011001111000
+0,56,22,505,1111011111110111011100111011100110111011011011100111011101110100010100001000100000000000011000011010
+0,56,23,500,1111001111111111111100011110001001111011001110001010001101010100100100111000000000100010011101110000
+0,56,24,526,1110011111110111111100111001111101111011001100101110110100010101000100011001101000000000011101011000
+0,56,25,519,0111011010110111101100111111011100101011001110101111110100100100100100011100000010000110011001110000
+0,56,26,531,1111010111111111111100111011001100111011001100100110101100101100100100011100001101000010011000111000
+0,56,27,557,1111101011110111011110111011011110111011111111100110100101100101100100001000101000000010011101011000
+0,56,28,-606,1111111111110111111100111111011101111011001010101010100110101100000100011101101011010000011101111000
+0,56,29,506,1111111111110111101100011011001101111011001011000111100101100001000100111000000001000010011001111000
+0,56,30,-578,1111011111110111011100111111001110111011001111100110000100100101101110001100011001010100011101011000
+0,56,31,453,1111011111110101111100110101001100101011001000000110111110100000100100111000101001000110010000010000
+0,56,32,534,0111011111110101111100111111001100101011001101100110001100000100101100011100011000000110011101111000
+0,56,33,513,1111111111010111001101011101101110011011001001001110100100101101000100011100100010000110011001011000
+0,56,34,-561,0111011111000111111100111111001100101001001111001110100101110100110100011001001011000110011101011000
+0,56,35,516,1111011111111111111100111110000110111010001100000111101100100100100100011101001010000110011001010000
+0,56,36,494,0111011111000111111100111010001100111011001110101110111100010100100100011001001010000000011001011000
+0,56,37,564,1111011111110111101100111111011101101010001111001110100101100100100100011101101011000110011001010000
+0,56,38,522,0111011111011101111000111111111001111011001111101110010111100100001100001001001010000010010001011000
+0,56,39,520,0111011111110111011100111011001111101011001101101010011100110101101100001000001011000000011100011000
+0,56,40,528,1111011011101111111100111111101100111011011010001011001101100100100100001100001000000110011001011100
+0,56,41,560,1111011111111111111100010011111000111011011110100110010100111101110100001000101001100010011100011000
+0,56,42,-564,1110011011111011111100110111101100101011001101101111010100110101100100011001001001000110011101011000
+0,56,43,473,0110011010110111011100111101111101101011101100100011111100000101000100011000100000000110010001110000
+0,56,44,547,1111111111110101101100011101101101111011001011000011100110101100000100111101001101000000011001111000
+0,56,45,530,1111111111110111101000111010001101111011001010001110100101101100000100001000100011010010011101111000
+0,56,46,544,1111011111110111111100011110101010111011001101100111000101100100010100111000001100000010011101011010
+0,56,47,527,1111011111111111111100111011001100111011001000101111001100110100100100011000001000000000011101011011
+0,56,48,-579,1111111111110111011100111111001110101011001100100110010101100100011100011101101001000110011101011000
+0,56,49,506,1111001111110111011100011111111000111101001011100110101101100001100100011000010010010010010001011000
+0,56,50,548,1111101111110111111100011111010101111011001011101110001100111100000100011000101001010000011001111000
+0,56,51,572,1111011111111111111100111111011111111011001110001110100101100001000100011101001001010000011001011100
+0,56,52,-572,1111001101111111111100111111101111111011001101000111001100110100100100011101001001000110010101011000
+0,56,53,513,1011011111110110111100011011001010111001001110100110100110001100110100011100001010000010011001111000
+0,56,54,514,1111111111110111111100111111011000111011001110000110001101100101000110011100101001000000011000011000
+0,56,55,528,1111111111110101011100111111001011111111001011101110100101100100100100011100001101000000001001011000
+0,56,56,515,1111011111111111111100011011000110111011011111000110011101010000010100001000000000000100011101110011
+0,56,57,506,1111011111111011011100111110001110111011001111000110001100110100100100011000000011000000011101011000
+0,56,58,499,1111011111110101111000111111001111101011001001100011000100110100010100001000101011000010011100011000
+0,56,59,-581,1111011111111111111000111111101100111011001110101010110101100100101100011101001001100010011001011000
+0,56,60,490,1111011111110111111100111111101010111011000100001011000101100100010100011000001000000000011101011010
+0,56,61,559,1111011111111111111100011010101111111011001101100111001100110100010100111000001000000010011101011010
+0,56,62,558,1111011011111111111100111011101110111001011100101110011111100100010100011000001001000010011101011000
+0,56,63,-575,1111001111111111111100110111111100111011001110100011111111110100100110001100101000000010011101010000
+0,56,64,-571,1111111111111111111100010111011101111001101100001110100101100100100100011100001101000100011101011010
+0,56,65,477,1111111111110111111100111011101100101011001011100110001101110101000100001001000000000000011100011000
+0,56,66,540,1111011111110111111100111111101110111011001100100111001101100110010110011000000001000000011101010010
+0,56,67,-582,1111011111111111111100111010011100111011001101101110111110100100110100011100001000000010011001011101
+0,56,68,548,1111111111111111111000111101101100111011001010000110100101101100001100011100100101100010011001011000
+0,56,69,513,1101001111110111111100011110001001111011001010101010000100111100010110001101001001010000011001111000
+0,56,70,488,1110011111110101111100111000101110111011001101101101010100100110010100001100100000000000011001010011
+0,56,71,-572,1111011111110111111100111111011110111011001110100110001100100101100100011000001001000110011101011100
+0,56,72,477,1111110111111111111100110011101100111011101101000110101101100100100100001000101000000000011000011000
+0,56,73,566,1111111111111111011110011011011111101001001101101110101101101100000100001100001001000110011101011000
+0,56,74,-572,0111010111101111111100011111101001111011001011101011001110110101110110001000001000010110011001011010
+0,56,75,514,1111111011111101111101010111101000111011011110100110010100001100110100001000101000100000011101011000
+0,56,76,532,1111011110110110111100111011001010111111001111000110101110001100101100011101001001010010010001010000
+0,56,77,510,1011001101110100011100011101101111111011001001100111000111011100000100001100101001000010011001111000
+0,56,78,521,1111111111111011011100010111001111101011001101101011000100000001100100011001101001000100011001111000
+0,56,79,-598,1110011011110111111100111111111101111011101010100110111101100101000100011101101001010010011001011000
+0,56,80,539,1111011011110001111100101010101100111011011101001100011110100100100100011100101001000110011101011000
+0,56,81,509,1111011111110111111000111111001101111011000100000111000100100101101100001100001001010010011000011100
+0,56,82,517,1111011111111111111100110111001011101011101101101111000100010101100100000001100000000110011001011000
+0,56,83,-567,1110011011110011011100111111111100111011001111100010011100100101110100011000101001000010011101011001
+0,56,84,530,1111010111111111011110111011101110111011001100101110101111100100000100011000101000000010011100011000
+0,56,85,549,1011111111111111111100111011011100111011001101100110111101101100100110001100001000000010011001011000
+0,56,86,513,0111010111100101111101111111001101111011001111100110001101000101100110001000000100000000011101011010
+0,56,87,550,1111111111111111111100011111101000111011001011101110000110110100110100011001001000010000011100011010
+0,56,88,471,1011111101110111101100111111101100111011001001100110000101010101000100011000100000000000011100111000
+0,56,89,552,1011111111110111111101111111001111111011000011100110000101011101100100011001001100000000011100011010
+0,56,90,526,1111111111110101111100111111100111111001011111000100001100110101100110001000101000000000111101010000
+0,56,91,546,1111001111111111011100110010011110111011001100100011011111110100110100001001101001000010011101010000
+0,56,92,495,0111010111111111011100110110101010111001001101100111000100110100110100001100001000000000011101011010
+0,56,93,552,1111011111111110111100011011001110111011001110101111001101110100000100111000001000000010011101011001
+0,56,94,535,1111011111111101011100111010001110111011001111100111000101100100100100011000001001010010011101011000
+0,56,95,539,1111111111100111111100011111100011111011001100101110000100010101010110111100001000000000011101011010
+0,56,96,-632,1101011111111111111100111111111110111011001110000110100100101101111110001100001101000110011101111000
+0,56,97,492,1111001111111111111000111101001001111011001010100011000100010100000100111100000111100010011000011000
+0,56,98,-581,1111001111110111011100011111111000101001001111001110010110110100101100001100111001000110011001111010
+0,57,0,550,1111011011111111111100111010101110111001011100101110011111100100010100011000001001000010011101011000
+0,57,1,548,1111011011111111111100111011101110111001010100101110011111100100010100011000001001000010011101011000
+0,57,2,-566,1110011111101111111100110111101110101011011101101011011100100100100100101100001010100010110101011000
+0,57,3,491,0111111111111111011000111111101100111011001101000110001001100000101100011000001000000100011100011100
+0,57,4,546,1111111111110111111100111011011100111011001010101110000101100101100100001100100101000000011101011010
+0,57,5,468,0111001111011111101100111100011100111011001110100110100101110100100100011000000000000000011101011000
+0,57,6,541,0111011110110111101100111011101110111011001110101110001100011100100100011100000001010000011011111000
+0,57,7,502,1111001001110110111100111111010001101010001111001111110100100100000100011100001010000110010001011100
+0,57,8,556,1111111111110111111100111111101111111011001100101111001100000101010110111000000001000000011101010010
+0,57,9,523,1111011111100111111100011111100010111011001100100110000101110110010110011100001000000000011101011010
+0,57,10,524,1111011110110111111100011011101110111001001100100110100110101110010110011000000010000010011001110010
+0,57,11,523,1011011111110110111100111111001010111011001110100111001101000100110100011100001001000000011101011000
+0,57,12,493,0011011111110101101000111111001110101011001101100011100100100101100100001000101001010010011100011000
+0,57,13,548,1111111111010101011100111111001111111011001011000110000100110100010100011100101010000010011101111000
+0,57,14,512,1111111101110110110100111011110110111111011110001110001100010100100100001100001001010000011000011100
+0,57,15,520,1111001111111111111100111001101001111011001111000110000111001100000100011100001001000010010111011000
+0,57,16,506,1011111111110101011101111111100111111001010011101101000101100101100110001000101000000000111100010000
+0,57,17,549,1111111111111111111100110111101111111001001101000110011100011101000100001000101001000100011101110000
+0,57,18,544,1111111111100111011100111111001101111111101001101110100100100101100100011100001101000000001101011000
+0,57,19,482,1111111111110101011100111101000011111011001011101110000101000100000110011100000001000100011001011000
+0,57,20,526,1111111111111111111110111001111100101001001101101110001101000100100100001100001001000110011100011000
+0,57,21,555,1111011111111111011100011011011111111111011110000110100111101100000100001100001001000010011101011000
+0,57,22,502,1111011111110111111100111111101010111011001100000011001101000110000110011000000001100000011101010010
+0,57,23,541,1111001111111111111100011110001101111011001110101110001101100100110100111000000000001010011101110000
+0,57,24,548,1011011111110111011101111110101110111001000001101111010101101100000100011000101001000110011100111000
+0,57,25,531,1111111011111001111100100011101101111011011101001110011110000101100100001100101001000100011101010000
+0,57,26,-584,1111011111110111101100111111011111101001001110101110101111100100010100011000101011000110011001011000
+0,57,27,519,1111011011111111111100111011101100101010001101001110010101100100100100011101001001000010011101010000
+0,57,28,453,1001011101110111101100011111101100111011001010100010000101011100000110001001001000000000011001111000
+0,57,29,531,1111101111110111111100111110001001111011001001101110000100110101010100011100100001010000011100111000
+0,57,30,534,1110111011111111101100111011100100111011001111000111010101100101100100011000000001010010011001111000
+0,57,31,532,1111011111110011111100010111001101101001001001101111100100110001000100111001001001000110011101011000
+0,57,32,522,0111010111111111101100111111011100101011001100100111101100101100100100011100001100000010011000111000
+0,57,33,528,1111011010110111111100111011001100111011001110101110110100100100100100011100000011000110011001110000
+0,57,34,464,1111011111011101111100111011111000111011001111100110000101100100000100001000000001000000011001011010
+0,57,35,-578,0111011111111111111000111111011101111011001110101110010111110100101100001001001110000010010101011000
+0,57,36,553,0111111111101101011100111010101110111011011111101111001101100100100100001100001000000110011101011000
+0,57,37,532,1111011111111111111000111111001100111011001101000111000100100100100100011000001001110010011100011100
+0,57,38,486,0101001011111111101100111011011100101011001010001010100100100100001100011100001101000110011101010000
+0,57,39,536,1111011110110111111100111111011100111011001110100111010100101100100110011100000010000010011000111000
+0,57,40,530,1111011111110101111100111110101010111011001101101101000111100100000100111000001000000010011101011010
+0,57,41,534,1111011011110011111100001010101000111011011101000010011100100100110100011100101101000110011101011000
+0,57,42,518,1111111111110111111100011110001110111011001101101110000101100101010100011100001100000000011100011000
+0,57,43,556,1110011111110111111100111111101010111011011011000111000100100100010100111001001100000010011101011010
+0,57,44,542,0011111111010101001100111111001110111011001111000110100100100101100100011100101000010010011101111000
+0,57,45,542,0011111111010101001100111111001110111011001111000110100100100101100100011100101000010010011101111000
+0,57,46,510,1111101111111111111100111111011100111011001100000010001100100100001100011101001001000010011100011000
+0,57,47,556,1101011111111111011100111011011101111001001011101100000111101100000110011100001101010000011001111000
+0,57,48,472,0111111111110111001100011101001101101011001101001011000100100101001100011000001001000000011001111000
+0,57,49,-589,1111011101110101111100111011101111111011001011100010111110111100100100101101001111000000011100011000
+0,57,50,558,1111011111111101011000111111111000111011001110101111010111110100110100001001001010000010011001011000
+0,57,51,503,0111001111011111111100010010011111111011001101100010011111100100001100001001101001000000010101010010
+0,57,52,492,1111011111111110111100011011011100111011001110100110000101110100000100001001001000000000011101011001
+0,57,53,-593,1111011111111111111100111011001110111011001110101111001101110100100100111000000101000010011101011010
+0,57,54,-579,1011011111110111111100111111011111111011001111100110100101111001000100011001001100000000011001011110
+0,57,55,574,1111111111111111111101111111001111111011000010001110000101000101100100011101001001011000011100011100
+0,57,56,530,1111111111101011011100011111000111111011011101101111000100000100100100001100001001000110011100111000
+0,57,57,532,0111111111111111111000110111101100101011001101001011001100100001100100011001101000100100011001011100
+0,57,58,-569,1110001111110111111100110010111101111011101010100011111111110101000100001101101001010010011001010000
+0,57,59,558,1111011011111011011100111111011110111011001000100110011101100100110100011001101001000010011101011000
+0,57,60,547,1011111111110111101100011101101011111011001111000011100110001100010100011100001110000010011001111000
+0,57,61,513,1111011111110100111100011011001100111001001010100110100110101100100100111101001001000000011001111000
+0,57,62,527,1111001111111111011100111010001100111011001100101010111100010101110100001001001011000010011101010000
+0,57,63,512,0111011111000111111100110010011110111011001110100111011111110100100100001001101000000000011001011000
+0,57,64,511,1111011111111111111100111111001010101011101100100111000100110100000110010000000001000110011101011000
+0,57,65,546,1111011111110111111100110111101111111011001101101111001101000111110100001001100000000000011001010010
+0,57,66,-601,1111011111111111011100111111001111111011001100101111100111110101100100010001101000000110011101011000
+0,57,67,437,1111010111111111111110110011101010001011101101101110001100000100000100001000100000000010011000011000
+0,57,68,545,0110011111110111111100111101111101101011001100101111111100000101000100011001100000000110010101111000
+0,57,69,454,1110011010110111011100111001111101111011101100100010110100010101000100011000101000000000011001010000
+0,57,70,539,0111010111111111111100110110101110111001001101100111000100110100010100111100001000000010011101011010
+0,57,71,523,1111011111111111011100111010101011111011001101100111001100110100110100001000001000000000011101011010
+0,57,72,573,1111111111110111111101111111011111111011000011100100000111010100100100011001001001000000011101111010
+0,57,73,542,1011111111111111011100111111001101111001001101101110001101101101000100011101001100010000011000011000
+0,57,74,554,1011111111111111111000111101101101111011000010100110000101011101000110011000100101100010011001011010
+0,57,75,551,1111111111110101111101111111001110111011001011000110100101101100101100011101001100000000011100011000
+0,57,76,565,1111111111111111011100011011011111111001001101101110011111100100010100001000001001000110011101011000
+0,57,77,559,1111011011111111111110111011101110101001011100101110101101101100000100011100001001000010011101011000
+0,57,78,517,1111011111111111001101111001101110011011001001101110000101101100010100011100100000000110011001011000
+0,57,79,554,1111111011010111111100011111101110111001011100001110111110100101000100011000001011000010011101011000
+0,57,80,523,1111011011111101111100001011000100111011011101001100011111010000110100001100000001000110011101011001
+0,57,81,520,1111011111110011111100111010101110111011011111000100011100100100000100011000101000000100011101110010
+0,57,82,-582,0111011111001111111100011111011111101001001111101110100101110100110100011001001001000110011101011000
+0,57,83,545,1111111111110111011110111011001100101001001101001110101101101100000100001100001011000110011101011000
+0,57,84,542,1111110111111111111100111111101110111011101101000111101100110100100100011000001000000010011100001010
+0,57,85,487,1111011111111111111100010010101101111011001101100110001101100100010100101000101000000000011001011000
+0,57,86,500,0111011111111111110100110110111111111011001100000110100101100001110100001100001001000000011001011000
+0,57,87,-560,1111010111111111011100111111001010111001001111101111000100110100000100011101001000010000011101011110
+0,57,88,562,1111111111110111011110111011001101111011001001000110101101100101000100011100101101000110011001011000
+0,57,89,533,1111111111111111111100011111011010101001001101101110100100101100000100001100001001000110011100111000
+0,57,90,521,1111011111111101011100111110001110111011001101100100000111100100000100011101001001010010011001011000
+0,57,91,-577,1111111111111111011100111011011101111001001111101111001101100100100100011000001001010000011101111000
+0,57,92,462,1111001111111101011100111010001110101011001111100110010110100100100100011000001001000000011001010000
+0,57,93,-591,1111011111111111111100110110111100111011001101100111000001100100111100001000100001010010011101111011
+0,57,94,569,1011111111111111111101010111101000111011001101100110111101001100110110001100101000100000011101011000
+0,57,95,485,1111111011111101111100111011011000111011011110100110010100101100100100001000001000000010011001011000
+0,57,96,545,1111011111110111111100111110001101111010001101000111000101110100110100001100001000000110011101011010
+0,57,97,517,0111010111111111001100110111110010101001001111101110100100100100100110011101101011000000011001010000
+0,57,98,495,1110011111111111111100111001111110111011001101001100100101100010010000011100101000000000011001010010
+0,58,0,554,0110011111110111111100111101011101111011000010101101001111010100000100011001001001000010011101111010
+0,58,1,564,1111111111110111111101111111111111101011001101100110110100000101100100011001100000000100010101111000
+0,58,2,556,1111011111110101101100111111011010111011001101101111001101101100000100011000001000000010011101111010
+0,58,3,496,0111010111111111111100111110101100101011001100100101100110100100100100111100001100000010011000011000
+0,58,4,-586,1111011111011111111101110010011111111011001010100111001101110101100100011001001001011000011001011100
+0,58,5,500,0111111111100111111100111111001110111011000110001110010111000100100100001101101000000000011100011000
+0,58,6,497,1101011111010111101100111110011000111011001110000111000100110100110100011001000100000010011101011000
+0,58,7,521,0110001111111111111100111101101110111011011011100110100101100100000100111000001000000000011101011010
+0,58,8,537,1011111111111111111100111001101001111011001111100110000101001101000100011100000101000010011011011000
+0,58,9,522,1111001111101111111000111001101101111011000010000110000111011100000110011000101001100010010101011010
+0,58,10,-569,1111111111110101101100111111011111111011000111000100000100010100100100011101101001010000011101111010
+0,58,11,553,0011111111010111111101111111001110111011001011100110100111100101100100011000001000000010011101111000
+0,58,12,465,0111001111011111011100110010011100111011001100101010011100010101000100001001001011000000011101010000
+0,58,13,-579,1111001111111111111100011010001111111011001101100010111111100100111100001001101001000010110101010010
+0,58,14,555,1111011111110111111100011111011100101011001100100111101000111110000110011100001000000010011001111010
+0,58,15,490,0111010111101111101100111111100010111011001100100110000111100100110100011100001100000000011100011000
+0,58,16,559,1111111111110111111100111010101110111011011110000100111110100101000100011000001000000100011101111010
+0,58,17,515,1111011011010011111100011111101110111001011101001110011100100100000100011000101011000010011101010000
+0,58,18,558,1111011111110111011100111111001111111011011110000111100110101101000100001101000001010010011001011000
+0,58,19,558,1111011111111101111101011010011111111111001110101110010101100100000100001100001001000000011101011101
+0,58,20,550,1111011111100111011100111010101010111011011100101111001101100110000110011100001000001000011101011010
+0,58,21,547,0111111111101101111100011111100110111011001111101110000111110100110100001100001000000110001101011000
+0,58,22,545,1111011111110111111100111110001101111010001101000111000101110100110100001100001000000110011101011010
+0,58,23,545,1111011111110111111100111110001101111010001101000111000101110100110100001100001000000110011101011010
+0,58,24,553,1101011111111111011100111011011100111001010111101110000111101100010110011100001001000000011101011000
+0,58,25,544,1111011011111011111100111011101111111001001000101100011111100100000100011000001101010010011001111000
+0,58,26,564,1011011111111111011100111111001111101011011100110110100101101101000100001000101001010010011101011000
+0,58,27,494,0111011111110101101000011011011110111111001111000011100110100100100100001100001001000010011100011000
+0,58,28,560,1111111111110111111100101011011100111011001011101110000111010100100100011001100101000000011101011010
+0,58,29,551,1111111111110111111101111111011111111011000010100100000101100101100100001100001001000000011101111010
+0,58,30,508,1111111111111111111100110111101100101011001101000011001100110000100100011000001000100100011001001110
+0,58,31,566,0111110111111111111000111111101110111011101101001111101100100101100100011001101000000010011100011000
+0,58,32,568,1111111111111101111100111111001001111011001101101110000101110100110100001101000011000000011101111000
+0,58,33,521,1111001111110111011000111110111000111011001010101111010110110101010100011000101000010010011000011000
+0,58,34,532,1111011011011111011100111111111000111011001110100110011101100100100100001001000001000010011101011010
+0,58,35,483,1111011111111001011100111011011110111011001001100110000101100100010100011000101001000000011001011000
+0,58,36,504,0111011011100101111101111110001110111011001110100111010101100100100100001101001000000000011001011100
+0,58,37,556,1111011111010111011100110010011111111011001110101111011110110101000100001001100001010000011001011001
+0,58,38,544,1111111111110111111110111011001101111011001101001110000100110100010100011100000011000000011101111000
+0,58,39,529,1111101111110111011100111111001000101001001001101110100101101101000100001100101001010110011100011000
+0,58,40,501,1111111111111111111100010111001011111011001100101111001100000101010110101000100000000000011101010000
+0,58,41,-625,1011111111110111111101111111101100111111001101100110111101001100110110011100001001100000011101011010
+0,58,42,541,1111111111111111111100111011101111111011000100101111001101100100010110011000000001000010011101010000
+0,58,43,563,1111011011110111111100111111101110111001011100101110011110000101010100111000001001000000011101011010
+0,58,44,-582,1111111111010111011100111111101111111011001101001110110110100100010100011100001010000010011101111000
+0,58,45,520,1111111011010101111100011111001110111001011010000110001100110101000100011000101011000010011101011000
+0,58,46,548,1111111111110111001100011001101011111011001111100011001100101100110100011100001000000010011101111000
+0,58,47,537,1011011111111111111100111110101011111011001101000111100110010100010100001000001110000000011011011010
+0,58,48,534,1111011111111111111100111111001000111011001110100111010100100100100100011101001010000010011000011100
+0,58,49,-562,1111010110110111011100111111011110111001001111101111000100111100000110011100000000010000011101111010
+0,58,50,477,1111111110110111111100111111001110111011011100100101010100101101000100011100000000000000011000011000
+0,58,51,-565,1111011111110111111100011110011100111011001111101110000101000100110110011100001110000010011100111000
+0,58,52,472,1111111011110101001100111111001110111011001100000010000100100100100100011001101000010010011100011000
+0,58,53,-603,0011011111011011011100111111011110111011001011100110111101100101110100011100101001000010011101111000
+0,58,54,-598,0111011111111101111100111110001111111011011110101111011101100101100100001101000001010000011101011001
+0,58,55,516,1111111111100101011101111010101110111011001111101111000100100100000100001100001000000110011001011100
+0,58,56,-582,1111011111111111111101111010101110111001001100101111010111100100010100011000101001000010011101111000
+0,58,57,524,1011011011110111011100111110111110111001010001101110011101101100000100011000001001000110011100011000
+0,58,58,566,1111110111111111111101111110101110111011100001000111110100101100000100011000101001000111011100101000
+0,58,59,538,1011011111110111011100111111101110111001001101101111001101110100100100011000001000000010011100011010
+0,58,60,538,1111011111101111011100111011101110111011011111000111001100100100000100011000001100000110011101011000
+0,58,61,-584,0110111111110101111100111110101010111011011011101111000101100100110100111101001000000010011101011010
+0,58,62,557,1111111111110111111100110111101111111011001101101111001101000101010100011001000001000000011101010010
+0,58,63,545,1111011111110111011100110111101111111011001100101111001100000111110110101000100000000000011001010110
+0,58,64,521,1111111011011101111100111110001111111001001101000110010101110100010100011000001000000010011101111000
+0,58,65,-577,1111011111110111011100111011101110111011011010101110001110100100010100011100101011000010011101011000
+0,58,66,517,0111011111111111111100011111011111111001001100101110111110100100000100001000001000000110011001011000
+0,58,67,-570,1111110111111111001100111011011100101011001101100111001101101100110100011100001101000010011100111000
+0,58,68,518,1111111111111101111100110111001000111001001100100110011100111101000100001000101001000010011101110000
+0,58,69,524,1111111011111111111100111111111111111011011111000110010100001100100100001000001000000100011001011000
+0,58,70,536,1111011111110111111100011110001100111010001101100111000101110101010100001100001100000110011101011000
+0,58,71,527,1111111111110111111100111110001111111011001101001110000101100100110100011100001000000000011100011010
+0,58,72,548,0111111111110111111000011011001100101011001011100011000110101101100100011001101001000100011001111100
+0,58,73,497,1111011111111100111100110111101100111001001100001110101100100000100100111101001000100000011001011000
+0,58,74,543,1111111111111011111100011111001111111010001101100111000100110100110100001100001001000110011100011000
+0,58,75,532,1111011111100111011100111110000101111011011101001111000101000100100100001100001000000110011101111010
+0,58,76,554,1111011111111111011100111011111100011101011110101110100111101100000100001100001011000010011100011000
+0,58,77,532,1111111111111111111110011001011111101011001101000110001101000100100100001100001001000110011101011000
+0,58,78,-579,0111111011101001011100111010101101111011011111101111011111000100100100001100101001000100011111011000
+0,58,79,520,1111111111111101111100100011101110111011011101001110001100100101100100001100001000000110011101010000
+0,58,80,-592,1011111111111111011100011111101001111011001111101110111101001100110110001100001000110000011101011000
+0,58,81,529,1011111111111111111101110111001100111001001101100110001101101101000100011101101100000000011000011000
+0,58,82,506,1111011111111111011100101010001100111011001101101010111100110100110100001000001001000110011101000000
+0,58,83,-548,1111001011110011111100011011101000111011011100000010011100000101110100011101101111000010011101011000
+0,58,84,514,1110111011100111101100111111100000111011001110000110000101100110010100011010001001010000011001111010
+0,58,85,556,1111011111111111111100011011100110111011001101100111010101110101100110011100000000000010011101011000
+0,58,86,-570,1111011111111101011000111111111010111011001110101110001111110100110100001100001011000010011001011000
+0,58,87,-571,1111010111110111101100111101011101101001001110101111110111100100010100011001101010000110011001011000
+0,58,88,520,1111111011001101111100011010111110111001011110101110111110100100000100001000001000000110011101011000
+0,58,89,-595,0111111111110111011100111111101110111011011101001111001101100101100100011100001011000010011101011000
+0,58,90,544,1111011111000111111100110010011110111011001111100111001111100101001100011101101000000000011100011000
+0,58,91,494,0111111111110111111100011110001110111011001100101110010111110100110100001000001100000000011001010000
+0,58,92,535,1111111111110101111100111011011111111011001000000110001101101100100100011100101000000110011001011000
+0,58,93,510,1111111011111111011110111011001000111011011111100100110100100101000100001000001101000010011001011000
+0,58,94,538,1111011110111111111100111111001100111011001111000111000100111100100100011100000010000010011100101010
+0,58,95,540,1111110111110111111100111111111110111011101100100111111100100100100110011000001000000010011000011000
+0,58,96,511,0111010111111111111110110011101110111001001101100110100100100100000100011100001000000010011101011010
+0,58,97,-580,1111011011101111111100111110101110101001011100101111001101111100010100111100001001000010011101011000
+0,58,98,518,1111011011111001011000011111101000111011001100101010011100100100110100001001001110000110011101011000
+0,59,0,514,1111011111011111111100110110011110111001001101101111011111100101001100001001001000000000011000011000
+0,59,1,539,0111011111100111111100001011011111111011001110100110101110100100000100011100101000000110011101011000
+0,59,2,532,1011011111111111011100110110101011111011001100000111101110010101010110001000101010000000011001010110
+0,59,3,550,1111011111110111111100111111101111111011001101101111000100000110110100101000000100000000011011011010
+0,59,4,552,0111011111111101111100011111100111111011001110100111010101100101100100001101000000010000011101011001
+0,59,5,-590,1111011111111111111100111010001110111011011101101111011101110101100100011100000001000010011101011000
+0,59,6,502,1011011011110111111100011111001110111001001011000111001101110101000100011000001010000010011100011000
+0,59,7,556,1111111111010101011100111111101110111001011100101110001100110100100100011000101001000010011101011010
+0,59,8,528,1111110111000111111000110010011110111011101001001111101110100101001100011001101000000010011100011000
+0,59,9,572,0111011111111111111100111111101110111011001111100111001101100101100100011101101000000000011100011000
+0,59,10,528,1101011111110111101100111011011100111011001101101111001111101100010100011000001000000000011101011000
+0,59,11,-581,1111011111111101011100111111011010111001010111101110000101101100000110011100001001000010011101111010
+0,59,12,-585,1111011111110101111000111111111101101001001110101110110111110100110100011001001011000010011001011000
+0,59,13,550,1111010110111111001100111101011010111011001110101111001111100100010100001100101010000110011001011000
+0,59,14,-604,1110011111110111111100111111111111111011010110001101111111000101000100011001001001000000011101111010
+0,59,15,509,0111111111110111111100111000001100111011001010100100001110110100000100011000001000000110011101111010
+0,59,16,-593,1111011111110111111100011111101111111011001101101111001100010110010100011001001001000010011101011010
+0,59,17,512,1111111111110111111000110111011100101011001100100111101001101101000110011100000000000000011001110010
+0,59,18,531,1111011011110111111100111111101100111001001111100110001110010100000100011000001010000010011101011010
+0,59,19,-570,1111011110111111111100111111001110111011011100001111010100101101110100111100000001000000011100101010
+0,59,20,-594,1111011111101111011100111111001111111011011111110111100100100100000100011000101101010010011101011000
+0,59,21,500,1011011111111111011100111001101110101011011100000110001101101101000100001000001000000110011101011000
+0,59,22,522,1111111111110111011100011111101100111111011100101110110111101100000100001000001001000010011100010000
+0,59,23,520,0111001111111111111100111010011110011001001110101110000111110100110100001100001110000000011001011000
+0,59,24,-586,1111111111110111111100111011001100101011001011101110100111101101000100001101101001010110011000011100
+0,59,25,491,0111101111110111011000011111001000101001001001100011000100101101100100011000101001000100011101111000
+0,59,26,-574,1111011111111111111100011111001100111011001110100111010101100100110100011100001010000110011100011100
+0,59,27,496,1111011111110111111100111110001000111010001101100111000100110101000100001101001100000010011001011000
+0,59,28,536,1111011111110111111100111011001101111011001101001110101100110100010100011100001000000010011001111000
+0,59,29,-578,1111111111110111111110011111011100101011001100100111000000111110000110011100000011000000011111111010
+0,59,30,532,0110101111010111111101111101101110111011011011100110100101100100100100111000001000000010011101011000
+0,59,31,542,0011011111111111111100111111001110111011001011100110100111100101000100011000001000000000011101111010
+0,59,32,530,1101111111110111101100111111011000111011001111000111000101011100000100011001000101000010011011011000
+0,59,33,492,1011011111011111111100111000101001111011001110100110000100100100110100011100000100000010011101011000
+0,59,34,568,1111111111110111111110111011011111111011001101100111001101000101110100011000000001000100011101010010
+0,59,35,521,1111111111111111111100010101101111101011001101001110001101000100000100001101001001000010011101011000
+0,59,36,-620,1111111111110111111100101111011100111011001010101111100110010111100100011101101001000010011001111010
+0,59,37,507,1111011111110111111100011011011100101011001101100110001001111100000110011000000100000000011101011010
+0,59,38,545,1011111111010111111101111111011010111011001001101111101101100100000100011000001000000010011101111000
+0,59,39,-592,0111011111110101101100111111001110111011001111100110000111101101100100011000101000000010011101111110
+0,59,40,508,1111111111110111111100011001011110111011001101101110010101000100100100001100001001000100011101010000
+0,59,41,518,0111111111111111111110011110001111101011001100000110001111110100110100001000001100000010011001011000
+0,59,42,565,1111111111111111111100111111001011111011011100100100010110100100110100001000001001000100011101111010
+0,59,43,549,1111111111110101111100111010101100111011001111001110101101110101000100001101000010000000011101111000
+0,59,44,-567,1111010011110111111100111101111110111011000010101101111110101100100110011000001000000010011101011010
+0,59,45,526,0110111111110011111100111111011101111011101100100111001101010100000100011001001001000010011000111000
+0,59,46,541,1111111011111111111100111111111111111011001101100111000100000100110100001000001100000110011001011000
+0,59,47,504,1111011111110111111100011110001100111010011111000110010101111101000100001100001000000100011001011000
+0,59,48,-589,0111011111110111111100111111101100111011001100100110101100111111100110011101001000000010001101011010
+0,59,49,507,1111110111111111111000011111011110101011101101001111101000100100000100011000101000000010011000111000
+0,59,50,-565,1101111111100111101100111111101100111011001110100111011101100110100100011010001001010010011000110010
+0,59,51,451,1110110011110101111100111111110010111011100100000110100100100100010110011000001000000000011001011000
+0,59,52,544,1111011111111111011100111011101011111011001111001110001100110100010100001001001001000100011101011000
+0,59,53,562,1111111111101101111100111111001100111011011101100111000101100100100100011100000110000010011101111000
+0,59,54,481,1111011111111111111100011111001000111011001110101111010100100100000110011000001000000010011000010100
+0,59,55,568,1111111111111111111100110111000011111111001100100111001100000101110100101101100010000010011101011000
+0,59,56,540,1111011011110111011100111011111110101001010001100111010101101100000100011001001001000100011101011100
+0,59,57,532,0011111111110111111000011110001100111011001011101010001110101101100100011000101001000110011000111000
+0,59,58,520,1111011111111111111100011111011111111011000100101110111101100100010100001000001000000010011101010000
+0,59,59,538,0111111111111111111100111011101111111001001100101111001110100100000110011000000001000110011001011000
+0,59,60,478,0111101111111111111100110011111111111011001101101010011100000100000100001001001000000000011001011000
+0,59,61,489,1111011011011111011100111110011100111011011110000010010100011100100100001000001011000100011101010000
+0,59,62,544,1111110011100111001100111111111100101011001100100111000111101100010100011010001101010000011001111000
+0,59,63,-562,1110111111111111101100111011000000111011001111000110001111100110110100011100001001000010011100111010
+0,59,64,474,0011011111110111011100011010001100101011011001100011000101101101000100011000001001000110011001011000
+0,59,65,-598,1111111011110111111000111111111110111001000011101110011110101100100100011001101001000100011100111100
+0,59,66,-570,1111011111011111011100111011101110111011001011000111100110100101000100011000001100000110111101111000
+0,59,67,541,1011111111100111111101111111001110111011011111100110001101100100100100011000001000000010011101011000
+0,59,68,-584,1111111111110111111100111111001101011011001101001110000101110100110100011100110011000000011101111000
+0,59,69,555,1111111111111101111110111011001001111011101101101110000100110100010100001101000011000000011101111000
+0,59,70,492,1111111111100101011100100011101110111011001111001110000100100100100100001100001000000100011101011100
+0,59,71,520,1111111111111101111101111010101110111011011100101111001100100101000100001100001000000110011001010000
+0,59,72,517,1111011111101111111100111110000101111001011101001111010110100100000100001100001000000110011101011000
+0,59,73,564,0111011111110111011110011111011111111011001100101110101111000100100100001000101000000110011001111010
+0,59,74,482,0111111111100111001100011111101110111011001110000010000101000100110100001101001000000010011100111000
+0,59,75,566,1111111111110111111100111001001011111011000111101111011110101100100100011100101000000000011101011000
+0,59,76,510,1111011011101111111100011110011110111001011101001110100101000100100100001100001000000110011101011000
+0,59,77,532,1111111111000101011100111010100101111011011110001111011110100100000100001000001000000110011101111010
+0,59,78,561,1111111111111111111100110111100110111011001101101111001101000101000100011101000001000010011101010010
+0,59,79,552,1111011111110111111100011011101111111011001101100111010101110101110110011000000000000000011101011000
+0,59,80,-568,1111111111110111111001011111011101101011000010100011000110101101100100001001111001000000011101111100
+0,59,81,520,0111111111110111111100111011001110111011001011100100000101000101100100001100001001000100011001111010
+0,59,82,535,0111110111111111111100111101101110111011001100001111001101100100010100011100001000000010011101011000
+0,59,83,-609,1111111011101111111000111110101110101001111101101111101100111101100100111001101001000010011100011000
+0,59,84,-575,1111011111110111111100111111011000111011001110100111001100101110000110011101001000000010011001111010
+0,59,85,514,1111011111111111111100011111001100101011001100100111110000110100100100011100001010000010011000011100
+0,59,86,515,0110011011100101111110011010011110111011011110101101001111100100000100001000001000000110011101111000
+0,59,87,561,1111111101011111111100111101111101111001000010101110111110010100000100011001001001000010011101011010
+0,59,88,504,1111110111110111111101111110101100111011000000000111010100100100100100011100101001000010011100001100
+0,59,89,-582,1111011111111101111100111111001010111011101111100111110100101100000100011001001010000111011000111000
+0,59,90,515,1011111111110111111100111011001111101011001100100110100101101100000100011000101000000010011101011000
+0,59,91,-584,1111011111111101011100111111011111111011011000010110001101101101100100001100101001010110011001011000
+0,59,92,540,1111011111111111111100011111000111111011001110100111010110100101100010011101000000000010011001011000
+0,59,93,562,1111011111110111011100111011101110111011011101000111100101111101000100001100000001010010011101011000
+0,59,94,536,0111110111111101111100110111101100111001101100000111101100100101100100001001101001000010011101011000
+0,59,95,537,1111111111111111111000111111001010111011001101101110011100101101000100011000101000000010011100110000
+0,59,96,552,1111111111110111001100111111101110111011001111000111001100000100100100011001001000000010011101111010
+0,59,97,555,1111011111101101111100111011011111111011010111000100000100110100000100011100101101010100011101011000
+0,59,98,565,1111011111111111011100111111001011011011011110101110101110101101000110101000100011000000011101010000
+0,60,0,478,1111111011111111011101111110101100111011001000000111000100000100110100001100001001000010011101001000
+0,60,1,560,1111110111110111111100111111111111111011000101100111010100100100100100011000101100000110011000011100
+0,60,2,514,0110111111110111111000111111011110101011101011001111100100100100100100111000001000000010011001011000
+0,60,3,535,1111100111011111111101011101101110111011011111100110101001100100000100011000101000000010011100111000
+0,60,4,527,1111111111110111111000111111101010111011001101100110001100101111100100011001001000000010001100010010
+0,60,5,-599,0111011111111111111100111111001100111011001100101110111100111101000110011100101000000010011101111000
+0,60,6,547,1110111111111111111000011111101111101011101101001111101000000100000100011100101001000010011100111000
+0,60,7,475,1111110111111111111100010101011110101011001101001110001101100100000100001001001000000010011001011000
+0,60,8,525,1111011111110111011100111100011010111010001111100111000100100100010100001100101110000110011001011000
+0,60,9,513,1111010110111111101100011111001000111011001100101111001111110101000100001101001000000010011001011000
+0,60,10,-596,0111011111111111111100111010011111111011001110100110101111100100110100011100001110000010011101011000
+0,60,11,489,0111001111100111111100001011011110011001001110101110000110110100000110001100101000001100011001011000
+0,60,12,-591,1111010001111111111100111111110100111011000110000111001110101110110100011100001001000010011101111010
+0,60,13,518,1110111111110111101100111001001010111011001011101100111111100100100110011000001000000010001100011010
+0,60,14,-587,1111111111111101011100111011101001111011001111001110101100110101000100001101001011000100011101111000
+0,60,15,499,1111011111110101111100111010101110111011001111001110001101110100010100001001000000000000011101011000
+0,60,16,489,1111011011111111011100011111101110101011010010100111010110101100100100011001000000000000011001011000
+0,60,17,-591,1111011111110111111100111011010111111001001101100111010101100101000010011101001001000110011101011100
+0,60,18,-558,1111011111110101111100011011001101111011010011000010000100111110001100011000101101010110011001111000
+0,60,19,553,0011111111101111111000111110011110111011001111101100001110100101100100011100101001000100011100011000
+0,60,20,513,0111111111111111111100111011001100111001001100101111001010110100000110011000000001000010011101011000
+0,60,21,-603,1111111111110111111110011111111111101011001100100111000100101110000110011100000011000100011011111010
+0,60,22,521,1111111111111111111100111011001100111011001100101110000101100100010100001000001001000010011101011010
+0,60,23,534,1111111111111111111100010111111011111101011100100101010110000100110100001100001000000100011100111000
+0,60,24,545,1111111111111111111100111011111110111101001100101111000100000100110100001100001000000110011101011000
+0,60,25,486,1111111011111111111100010111111101111011001101100111000101000100010100001000001100000010011000011000
+0,60,26,526,1011111111110111111101111111001111011011011101001110000101100100110100011000000001000000011101011000
+0,60,27,-601,1111111111100111111000111111001101111011001111100110001101110100100100011100111010000010011101111000
+0,60,28,525,1111111111111101111100110111100100111011001100001111001100100101000100001001101001000010011101010010
+0,60,29,564,0111110111111111111100110111001110111001101101100111101101000101100100011101000001000010011101011000
+0,60,30,-602,0111011111111111111110111111001111111011001100101111001111000101100100011001101000000010011001111010
+0,60,31,534,0111011111110111011100011111111110111011001111100110101101100100100100001100101000000100011100011000
+0,60,32,517,1011111111100111111100011111001110111001011011100111001101100101000100011000001000000010011101011000
+0,60,33,526,1011011011110111111101111111001110111011001111000110001101110100100100011000001010000010011100011000
+0,60,34,491,0011011111110111011100111010000011101011011001100111001001100101010100011100001010000010011001011000
+0,60,35,527,1111111111111111111100010111001100111111001100100011000100001101100100101001000001000110011101011000
+0,60,36,563,1111111111101101011100111111001110111011001101100111100111100100100100011000001010000010011001111010
+0,60,37,563,0111011111110111111110011111011101111011011100101110001101000100100100001100100100000110011101111000
+0,60,38,498,1111111111111111111100011111001110101011001101100110110001010100100100011100001001000010010000010010
+0,60,39,537,1111011111110111111100011001011100111011001100101111010100100100100100001101001010000100011101011100
+0,60,40,525,1001111111100111111000111110001100111011001010100011011100100101100100011010101001000110011000110010
+0,60,41,-580,0111111111110111101110011111101100111011001111101110001111101110100100011000001001010010011000111000
+0,60,42,512,0111110110111111101100111111001010111011001111100110001101000100000100001100101001000110011001011000
+0,60,43,558,1111011111110111011100111001011110111011001010101101000111100101110100001100001010000100011001111010
+0,60,44,-589,1111111111110111111110111111001010111011000101100111011010111110000110011100001001000000011111011000
+0,60,45,555,1111111111110111111100011001011101101011001110101111000100101100100100011100100010000000011101111010
+0,60,46,544,0111011111111111111100011111011101111011001100101110111101100100000100011001001000000010011101010010
+0,60,47,565,1111011111110111111100111111101110111011000100100110101100111111110110001100001000000010001101011000
+0,60,48,560,1111111011111111001000111111111100101011001101101111000111101101010100011010001101000000011001110000
+0,60,49,510,1111110111100111111100111111001010111011001100100110010100101100000100011000101000010010011100111000
+0,60,50,514,1011011111010111111100011111011001111011001110100110001100100100110100011000001000000010011101111000
+0,60,51,515,1011111111011111111101111000101010111011001001101111100101100100000100011100000100000010011101011000
+0,60,52,555,0111111111110101111100111111101101111011101100000110101100000100100100001101101001000010011101111000
+0,60,53,554,1111110111111111111100110111001100011001001101001111000101110101110100011000110011000000011101011000
+0,60,54,-588,1111111111110111011100111111101101011011001110101110101111101101000100111000100011010000011100010010
+0,60,55,536,1101011110101111101100111111001010111011011110100111011100100110100110001010001001000010011001110000
+0,60,56,524,0111110111101101111100111001101111111011001111001110000100100100000100011100001100010100011101011000
+0,60,57,552,1110011111111111111100111011011110111011010100000101001101110100010100011100101001000010011101011000
+0,60,58,536,1011111111110111111100011011001110111011011001110010000100100101110100001000001001000110011001011110
+0,60,59,546,1111011111111111011100111110001001101011011100100101010111101100100100011000001001000100011101111000
+0,60,60,525,0011011111111111111100011110011100111011001101101010011100101100010100001000001001000110011001111000
+0,60,61,521,1111111110110111111000011111001111111011000010101110101111100101100100011000101000000010011100010000
+0,60,62,-573,1111110111110111011100011111011100111010011101000111000101111101000100001100001101010110011001111000
+0,60,63,489,1111011011100111101100111110101100101011001110100110010111101100010100011010001000000000011001011000
+0,60,64,-583,1111110011010111011100111111101110111011011101100111001101010100010100011010001101010010011001111000
+0,60,65,516,1111111111100101001100111111111100101001001100101110000110101100100100011000101001000000011101011010
+0,60,66,516,0111111111110111111100111001101110111011001100001111000101000100110100011100001001000000011101011000
+0,60,67,527,1111110111111111111100011101011110111011001101101110011101100100000100001100001000000110011101010000
+0,60,68,538,1111111111110111111000110011111100101011001100001111101101111101000100001100000010000000011101110010
+0,60,69,517,1110111111110101111100111110001100111011001111100110101001100101000110011101000000000000011001111000
+0,60,70,568,1011111111110111011100111011101111111011001110101110101111101100000100011000001000000110011101011000
+0,60,71,479,1111111111000101111100111010000101101011011100000111010100100100000100001000101000000010011101111010
+0,60,72,554,1011111111110111111100011110000101111011001010100111011110101101100110011001101000000010011001011000
+0,60,73,518,0111011111111111111000011111001110111011001111101010000110100101100000011100000001000110011000111000
+0,60,74,550,0011110111111111111100110111001100111011001111000110101100101101100100001000101001000110011101011000
+0,60,75,514,0111111111110101111000011110101100111011101000101011001110100101100100011001100001000010011000111000
+0,60,76,525,0111111111111111111100001011001101111001001100100110001110100100000110011100001001000110011101011000
+0,60,77,533,0111011111100111111100111011111111111011001110001111101110100100000100011000100000000110011001011000
+0,60,78,564,1111010011110111111100111011011101111011001101100111101111111100010100011000001001000000011001111000
+0,60,79,507,1111111111100111001100111111101000101011001100001110000100100100010100011110001100010010011001111000
+0,60,80,472,1011011011110111111100011111001100111011001111000111000101110101000100001100001000000100011000011000
+0,60,81,534,1111011111110111111100011110001110111000011011000110011101111101000100011000001010000010011101011000
+0,60,82,560,1111111111011111111100110111110110111001001101101111011111000101000100011101000001000010011001011000
+0,60,83,515,1111011111111111111100110110001110111011001101101111001101100101001100001001001000000000011100010010
+0,60,84,465,1111101111111111111100110111000101111011001100100010011100000100000100011001001010000000011001011000
+0,60,85,518,0111011111111111111100011011111110101011001101101111110000110100100100001100001000000010011000011100
+0,60,86,500,1111111111110111111000111011011110101011101011101110000100000100000100011000001000000010011001111010
+0,60,87,527,0111110111111111111100011111001110111011001101000101101001100101100100001100101001000100011000111000
+0,60,88,519,1011111011010111111101111111011110111011001011100111001101100101000100011000001000000010011100011000
+0,60,89,528,1011011111110111111100011111001010111001001001001111101101110100000100011000001010000010011101111000
+0,60,90,469,0111101011110111101100110011111100111011001101100010010101000100010100001001001101000000011001011000
+0,60,91,546,1111110111101111010100111111111111101011001100101111001110101100000100011010001000010000011001111000
+0,60,92,546,0011011111111101111100111011011110111011001011100101101111100101000100011000001000000000011101111010
+0,60,93,496,0110011011100111111110011110001110111011011110101110000111100100000100001000001000000110011001111000
+0,60,94,-594,1111111111111111111100111111000110111011001101101010001101001101100100011100100001000010011101111010
+0,60,95,487,0011111111110111111000010110101100111011001011101111001110100101000000011001001001000110011000010000
+0,60,96,523,1111010111111111011100110110011010111011001101101111001111100101011100001000101010000000011000011000
+0,60,97,554,1111011110011111101100111101011110111001001110101111011111100100000100001101011000000110011001011000
+0,60,98,490,1111011111110111101100111011011100111011001101100111001001101100000100011000001000000000011101011000
+0,61,0,545,1111000011110111111100111011011101111011001101100111101111111100010100010000001001000000011001111000
+0,61,1,555,1111010011110111111100111011010101111011001101100111101111111100010100011000001001000000011001111000
+0,61,2,-599,1111011111110111111100011111101110111011001111000110011100110101100100011000101011000010011101111000
+0,61,3,481,0111111111110101111100111110001101101000111000000110101101001100000100001101001000000010011101011000
+0,61,4,457,1111111111100111001100011011001100101010001100001110000100101100000100011100101000000000011101111000
+0,61,5,-596,1111111111110111111100111101111001101011001110101111000100100100110100011110000110010010011001111010
+0,61,6,441,1111010011100111111100111011001000111011001100100110000100101100010100011000001000000000011100111000
+0,61,7,-633,1111110111110111111100111111011111111011001101100111111111111100000100011000101001010010011001111000
+0,61,8,537,1011011110011111111100111111011111011001001111101110010101100100110100001100011000000100011001011000
+0,61,9,537,1111111101110111101101111101001110111011011100001111001111100100000100011001000001000010011101011000
+0,61,10,515,0110111111111101111100101110001101111011001101100110001000100100000110011101001001000110011001011000
+0,61,11,541,1111111111110111111100011011001100111001001110100110101111100101000110011100000000000001011101111000
+0,61,12,548,0111111111011101111101111101101110111011111101000110101100000100100100001100101000000010011101111000
+0,61,13,542,1111100111110111111100011111101101111011001110100110101001100100000100011001101001000010011100111000
+0,61,14,-565,1111011111111101001100111010101100111011011001001111000101111101010100011000001110001010011101110000
+0,61,15,520,1111111011110111111000011011011110101000001111100110011111101101000100011010001001000000011001011000
+0,61,16,541,1111110111110111111101111001101110111011001111100110101000100111010100011100001000000010011100011000
+0,61,17,551,1111001111011111111100011111101110111011010100100110101101111100100110001000101000000010001101111000
+0,61,18,497,1111110110100111111000011101101111111011000111001110000111100101000100011100101000000010011100010000
+0,61,19,534,0111111111111101111100111011001111111011001010101110101100100100100100011000001100010000011101011000
+0,61,20,-587,1111111111110111111100011011011101111011001110101011000100101101100100111000100011000100011101111000
+0,61,21,495,1111111111111111111100010101001100101111001100100111000100001100100100001101000000000010011101011010
+0,61,22,565,1111100111011111111101111111111111111011001101100110001000100100100100011000101100000110011100111000
+0,61,23,530,1111110111110111111100011101101110111011010111100111110101100100000100011000101000000010011000011100
+0,61,24,545,1111111011111111111000110111111100101011001100001111001101111101010100001100001100000000011101110000
+0,61,25,553,1111111111110111001000111011111100101011001101101111100111101101000100011010000011000000011001110010
+0,61,26,484,1111111111110111111100010011001110111001001101101010000110000101010100001000001001000010011001011010
+0,61,27,-623,1011111111011111111100111111110110111011011001110111111101100101100100011101000001000110011001011100
+0,61,28,507,1111011111111111111100010110001110111011001101101111001101101100010100001001001000000000011000111000
+0,61,29,533,0011011111111111111100111110011100111011001101101010011100100101001100001000001001000110011101010010
+0,61,30,472,1011011011110111111100011111001110111011001100000010000101010100100100011001001000000010011101011000
+0,61,31,573,1111111111111111111100110111001100111111001111100111001100101101100100101000000011000110011100011000
+0,61,32,546,1111011111111111111100111110101011101011000100100110101100111110100100011100001001000100001101011000
+0,61,33,-565,1111011111110111011100111111001100111011011100100101010111101101110110001000001000000010011101111000
+0,61,34,568,1111011111111111111100111011011110111001011001100111001101110100000100011100101001000010011101011000
+0,61,35,479,1010111111100111111100011111001110111011010110000001001101100001010100011000001000000010011101011000
+0,61,36,-572,1111110111111111111100111111000010111001001101001111101101110101010100011000011011000000011101011000
+0,61,37,495,1001011111110111111100010111001100011001001001001111000101110100100100011000100010000010011101111000
+0,61,38,541,0111111111100111101100111111101100101001101100001110110100001100010100011110001100010010011001111000
+0,61,39,-569,1111110111111111011100110111001010111001001101100111101101100101100100011101000011000010011101011000
+0,61,40,556,1011111111111111111101011101101111111011001001001111100101000100000100011100100001000010011101111000
+0,61,41,515,1110111111011111111000111010101110101011101101101111101000100100000100011100001100000010011100011000
+0,61,42,-589,1111111111110111111100111111000111111011000101101111001101101100100100011100100101000010011001011010
+0,61,43,565,1111110111111111111100111111111110111011001101100010010100000101100100011000101000000110011100111100
+0,61,44,524,0111011111100111111100011011011101111011011110001111001110000100000100011000100100000110011001111000
+0,61,45,572,0111011111110111111110111111111111111011001100101110101101100100100100001100100000000110011101011000
+0,61,46,536,1111111111110111111100011011001111101011001011101110110100000100100100011100001001000010010001111010
+0,61,47,471,1111111111111111111000111111011110101011101101100110000001010100000100011000001000000010011000010010
+0,61,48,494,0111111111111111111100011011111111101001001100100110001110100100000100011100001000000010011100011000
+0,61,49,549,0111011111111111111100001011001100111011001101101111110000110100100110001100001001000110011001011100
+0,61,50,554,0111111111110111111110011011011110111011011100101010001100000100100100001100001101000110011101011010
+0,61,51,534,1011011111110111111100011111001101111011011001110110000101000101110100001000100000000110011001111100
+0,61,52,565,1111111111110111111000111111011110111111001101001111000100100100100100111100001000000110011101011000
+0,61,53,494,0110111111111111111100111011111110101001101010101111100100000100110100001000001000000010011001011000
+0,61,54,470,1111100111111111111100111111101100111011001101100010001101100000000100011000101000000000011001011000
+0,61,55,518,1111101111011111111101010101000111111011011110100110111000000100000100011001001010000010011100111000
+0,61,56,520,0111101111100111111100011111101110111001001110101011000110110100000110001101101000001000011001011000
+0,61,57,476,0111011111010101111000001010011100011011101000101110001110100101100100011000100001000110011000111000
+0,61,58,546,0111110011111111001000111111100100101011001101101110100110101101110100011010101001000010011001110000
+0,61,59,542,1011111011011111111100110111011100111011001111000111001101101101000100001000001101000100011101011000
+0,61,60,554,1111011111110111111100110111101100111011001100100010001100011111100110101101001000000110001101011000
+0,61,61,538,1111111111111111111100011111001110111111000100100111100100101101110100001000000001000010011101011000
+0,61,62,557,1111110111101101111100111001001111111011001111100111100110100100000100011000001110000010011101011010
+0,61,63,523,0111111111101001011100111111101110111011001101001110000101100100100100011100001000010100011001111000
+0,61,64,552,1111011011111111011100111011110110101001001101101111000111100101010100011111001001000000011001110000
+0,61,65,-589,1111111111110111101000111111011101111011001101000111010101101101000010011000001101000110011101011100
+0,61,66,504,1111011111110111011100110000011010111011001001101101000111100101011100001000101010000000011011011000
+0,61,67,-585,1111010111110111011100111111011110111011001110101111001111100101110100001100001010000100011000111010
+0,61,68,555,1111111111110111011100111001011111101011001110100111000100101100010100011100100010000000011101111010
+0,61,69,511,1111011111110111111100011100011000111010001111101111000100100100100100001100101110000100011001011000
+0,61,70,556,1111110111011111111101111111101110111001001100101110001101101100000100011000101000000000011101111010
+0,61,71,495,1111101111100101001100011101111100101011011111100110100010100100100100011000101001000010011100011000
+0,61,72,540,1011111011110101111101111111101110011011001111000111001100100101000100011001101000000010011100111000
+0,61,73,525,0111111111010111111100111111011101111011101000100110101101000100100100001100001001000010011101011000
+0,61,74,503,1111011111110111111100111101011110111011001100101111001100100101000100001101001000000100011000011000
+0,61,75,549,1011111011010111111101011011011100111011001011100111110101100100100100011000001010000010011101011100
+0,61,76,525,0001011111110111111100010011111100111011001001101110001111101100000010011001000001000010011101011010
+0,61,77,507,1111111111110111111000011110001100101011001111101111001110110101010100011000001100000100011000010000
+0,61,78,-610,0111111111111111111100010111101110111001011101100111111110000101100100011101000001000110011101111000
+0,61,79,488,1111110111111111111100110111011011111101101100100101000101000100110100001100001000000000011100011000
+0,61,80,-573,1101111111110111111100011111011100111011001100101111011100100110100100011100101001000110011000110010
+0,61,81,491,1011110111101111111000111100001110111011001011100010011101100101000100001010001000000110011101010000
+0,61,82,-593,0111111111111111111100111011011110111011001110100111001101000100110100011100001110000110011101011000
+0,61,83,536,0111001111111111111100111010111111111101001100101110100110100100110100001100001000000010011101011000
+0,61,84,-577,1111110111111111111100010001011111101011101110100111101101001101100100011100100000000000011101111010
+0,61,85,542,0111111111110111111100111111001100111001001101101111000100100100100100011101000011000010011101011000
+0,61,86,-557,0011110110111111101100111110001100111011001111100111001110001101100110001100101001000110011001011000
+0,61,87,518,1111111111110111111100011111000011111111001010100110011101100100000100011001101000000010011001011000
+0,61,88,515,1111010111111111101100111110001110101011001101101110011101101100010100011000001000000010011001011000
+0,61,89,501,1111111011100111111100011101111100111011001110100110010111100100000100001110001000000100011101010000
+0,61,90,525,1011111111110101101101111111111101101001011101001110000101100100110100011000000001000000011101011010
+0,61,91,492,1111111111100111011100111111001110011011001100101110000110101000100100011000001001000000011101011000
+0,61,92,522,1011110101110111111100110111101100111011000011101111001110100101000000011001001101000110011000011000
+0,61,93,519,0111111111110111111000011110111111111011001101100111010100100100100100011000101000000110011000010100
+0,61,94,-594,1111111111110111111100011001011111111011001111101110001110100100100100011100101001000100011101111000
+0,61,95,526,0011111111101111111000111110011100101011001110101101000100101101101100011100100010000000011100011010
+0,61,96,-566,1011111111110111111100011011001110111011011100111010001101111101000100001100000011000110011001011010
+0,61,97,530,1111111111110111111000110011111100101011001001000111101101100101110100001000001000000000011101110110
+0,61,98,-578,0111010111111111111100111110001001111011001100100101111111000101100100011101000001000110011101111000
+0,62,0,544,0111111111110111111000111011011100111011001101101010001111001101000100001010000111000100011101010010
+0,62,1,556,1111111111100111001110011011111110101011011100101111100100100100100100011100001001000010011001111010
+0,62,2,515,0111111111110111111110011011011110111001001100101110001100000100100100011100001100000010011100011010
+0,62,3,533,0111111111111111111100011011111111101011011100100010001110100100000100001100001001000110011101011000
+0,62,4,506,1111011110111111111000111001111110111001010001000110001101110101000100011100101001000010011100010000
+0,62,5,557,1111110111100111111100011111001111111011001111101111000111100100000100011110101000000010011101010000
+0,62,6,537,0111111111010111111101111111101100111001001100101110010101001100010100011110001100000000011001111000
+0,62,7,-573,1111110111101111101100111111101110101001101100001110101100101100000100011010101000010010011101111010
+0,62,8,-583,1111011111111111111100111111101110111011001001100010001100010101100110011001101000000110011101111000
+0,62,9,526,1111110111110111111100110111111100111011001100100010010100001111100100101100001000000110001100011100
+0,62,10,495,1111011101111111011100111101011110111011000100100101000101100101110100001000001000000000011111011000
+0,62,11,544,1111111111110111111100010010001010111111001001101111100010101101011100001000100011000110011001011000
+0,62,12,559,0111111111011101111101111011001110111011011100001110101100000100100100001100101001000010011101111010
+0,62,13,556,0111111111110111111110011101111110111011111101100010001100000100100100101100001100000110011101011000
+0,62,14,466,1101111111111111111101010101010100111011001000100110011100101100000010011001000010000000011100011000
+0,62,15,-563,0011001111010111111100010011101111111011011111101110101011000100000100011001001001000010011101111010
+0,62,16,542,0111111111110111111101111001001100111011001101101011100100100100110100011100001010000010011101011000
+0,62,17,543,1111110111110111111100111111101110111001001111100110001000100111000110011101000001000010011100011000
+0,62,18,515,1111111111110111001100011101101110111011011110000111001110100100000100011001100001000010011100011000
+0,62,19,517,1111101101100101101101111101011100101011011101101110100011100100100100011000001001000010011101011000
+0,62,20,559,1111110111111111111100110111111100111111001111100110010100001101100100101000101000000110011100011000
+0,62,21,-579,1111111111111111111100111111001110111011001101100011001100100101100100011000000011000110011100111100
+0,62,22,560,1111110111110111111000111111011101111111001111101111001101100100000100011101001000000010011100011000
+0,62,23,547,1111101111110111111100011111101110111011001100000110100000100100100100111000101001000110011101111000
+0,62,24,536,0111011111111111111100011100001100111010001111101111100100110100100100001100101100000100011001011100
+0,62,25,515,1111011111110111111100001011011000110011001101101111010000100100100110001100001011000110011001011000
+0,62,26,521,1110111111111111111000111110001110101111001111100111101000101100000100001100000100000110011100011000
+0,62,27,-575,1111111111011111111100110111101100111011101101101111001100100101100100111000001011000010011100011000
+0,62,28,553,1111111011110111111000011011011110101110001111101110001111100101000100111100001000000100011101011000
+0,62,29,521,1111111111110111111000111111011110111001001101000111010000101100100100011010001001000010011001011000
+0,62,30,548,0111010011110111111100111010010101011011001001101111001111100101110100111000001001100010011000111000
+0,62,31,510,1111011111010101111000001011011100111011101100100110101110111100000100011000100001000100011001111000
+0,62,32,518,0111011111111111001100101011001100101011001101101111110100111100000100011010000011000100011001010010
+0,62,33,-577,1111111111110011111000011011111100111011001101101111100011100101100110001100001001000010011001111100
+0,62,34,494,0111111101101111111000111111001100111001001100101101000100100101100100011100000010000000011101011010
+0,62,35,-568,0011111111110111111100111110011100101011001111101111000100101100101100011101100011000010011100011000
+0,62,36,505,1111011111111111011100111011000110101111000100100111000101101101100100011011000001000000011001110000
+0,62,37,-585,1111111011111111111100011111111110111001001101101111100110100101110100001100001001000010011101011000
+0,62,38,-572,1111111111110111111100011111001100011111001111100011001100110101100100001101001011001010011001011000
+0,62,39,517,0111111111101111111100110111101110111001001110101111000110101100000110101000100000001100011000011000
+0,62,40,563,1111111011111111011101111011110110111011001111001111001100100101010100011001001000000000011001111010
+0,62,41,544,1011011011110101111100111111101110001001001101100111000111100101000100011111101001000010011100110000
+0,62,42,546,1011111011110111111000111110101110001011001111001111001100110101010100011001101100000100011100011000
+0,62,43,501,1111111111110101111101011111001100111011001111100111001110100101000100011000001000000010011000110000
+0,62,44,532,0110111111110111111100101100001001111010001111101111001100100100000100011101001111000100011001011000
+0,62,45,504,1111011111111101111100011110011100111011001111100110000000100100100110001100101000000110011001011000
+0,62,46,524,0111111111110111111110111101111101111011101000100110101111000100100100001100000000000010011101011000
+0,62,47,-576,0111011111010111111100111111011111111011001100101110101101100100100100001100101001000110011101011000
+0,62,48,552,0011110111111111111100111101001100101011001110101101100101100101100100011100101010000000011100011110
+0,62,49,504,1111111111100111111000011110111110111011010111100111010100101100001100011000100000000010011000011000
+0,62,50,564,0111111111010111111100011111011111111011011100110110101100000100100100001100001001000110011101011010
+0,62,51,534,0111111111110111111110111011011101111011101000101010001101000100100100001100001101000010011101011000
+0,62,52,552,1111010011111111011100111011010111111001101101001111101111101100010100011001001001000000011001110000
+0,62,53,547,1111011011110111111100111011100100101011001101100111000111110101010100011110001001000000011001111000
+0,62,54,-566,1111011111011111111100110100001011111011011100100110101100010110000100011001001011000110011101111000
+0,62,55,486,1111101111111111111101011111100111101011000110100110111000100100100100011100001000000000001100011000
+0,62,56,569,0111011111111111111100011011111110111011001100101111010110110100100110001100001000000110011001011100
+0,62,57,474,0111111111111111111100001011001101101001001101100110101000100100000100011100001001000010011100011000
+0,62,58,553,0101011111110111111110001011111111111011001100101110111100100110100100001100100001000110011001110000
+0,62,59,573,1111111111110111111110111111011100111011001100101101001101100100100100011100101000000110011100011010
+0,62,60,479,1111011111110111111100010110001100111010001111100111000100100100100100001000000011000100011101011000
+0,62,61,-613,1111111111111111111110111101011000111111001111101111001100101101100100101100101110000110011000011000
+0,62,62,479,1111111111100111011100111111001111001011001110100110000110101000100100011000000010000000011101011000
+0,62,63,-568,1111111111110111011100111001011110111011001100101111000100101100010100011100101001000000011101111010
+0,62,64,547,1111110111111111111100111011011111111111001010100101010101000100110110011100001000000000010100111010
+0,62,65,489,1111111111110111111100010111001011101001101101101110100100000100100100001100001001000010011001011000
+0,62,66,545,1111011111100111011100111011100110101001001101101111000100001100010100011111001100010010011001111000
+0,62,67,548,0111111011111111101100111111111100101001101100001110110111100101010100011110001001000000011001110000
+0,62,68,536,0011111110101111101100111110101100111001001110000011110110001100100110011110101000000110011001011000
+0,62,69,552,0111110111110111101100111111001100101011101101101110001100001101010100001100001101010010011001111000
+0,62,70,-577,1111110111110111111100111111111110111011001101101010000111100101100100011000001001000010011000111110
+0,62,71,541,1111111111111111001000111011111100101011001101100111110100001101000100011010100010000100011101110000
+0,62,72,563,1111110011110101111100111011011111111011001111100111100110110100010100011000001001000000011101111000
+0,62,73,553,1111000111101111111100111001001101111011001101100111101111101100000100010000001110000110011001011010
+0,62,74,562,1111010011111111111100111011011101101011001101101111101111100100010100010101001001000000011001111000
+0,62,75,535,1111001011110111011100111011110110111001001101100111000111111101010100011010001001000000011001110000
+0,62,76,556,1111011011111111111100111111001011111011001101001110101101110100110100011000000010000010011101011000
+0,62,77,-582,0111110111110111111110111111110110111001001100101111101101100101000100001100111001000100011101011000
+0,62,78,549,1111111111110111011100011001101111101011001001101111000101000100010100011100100011000000011101111010
+0,62,79,562,1011111111111111111101111101011111111011001110000111100100101100000100011100100000000010011101111000
+0,62,80,513,1111011111110111111100111011010111101011001101100110101111111100010100010000001001000000011000011000
+0,62,81,505,1111100011111111111000111111011100111011101101100111001001010100000100011000001000000010011001110010
+0,62,82,493,0110111111111111111100111011011111001001001010001110010100100100110100001000011000000110011001011000
+0,62,83,542,1011011110011111111100111111111110111001101111101111100101000100110100001100001000000000111001011000
+0,62,84,513,1110111111110111111100011111001100111001001111000011000100100101010100011100000011000010011101011000
+0,62,85,508,0011111111100111111100111111001110111011010100101101001101100000100100011001001000000010011101011000
+0,62,86,527,1111011111111111111100010111001100111111001100100111000100001101110110001100001000000010011101011000
+0,62,87,526,1111111111110111011000111101001100101011011100100101010111101100100100001001000000000010011101111010
+0,62,88,557,0111111111100111111110111111101110101001101100001110001100000100010100011110001100000110011101011010
+0,62,89,538,0111111111110111101100011011011100111011011100101010110100001100100100001100001101010010011001111000
+0,62,90,531,0111000111011111111101111011111111111001001100101110001100101100110100001100001000000010011101011000
+0,62,91,572,1111111111111111111100111110101110111101001100101110101111100100000100011000101000000000011101111010
+0,62,92,557,1111111111010111101100111011001100111001101110101110110101101100010100011000001100000010011101011100
+0,62,93,548,0011111011100111111101011111111100101011001001000111110100000100100100011110001010010010011001111100
+0,62,94,544,1111111110010111111000111111011110111111001111101111000100100100100100101100001000000110011001011000
+0,62,95,569,1011011111111111111100111111011111011001001101001111010101100100110100011100011000000100011101011000
+0,62,96,510,0011011111110111111100111011001111111011011001110110000100100101100100001000100000010100011001011100
+0,62,97,558,1111111111111101111100011111001101111011001010101110101101000100110100011000001100000010011101111000
+0,62,98,532,1111111111111111111100110111001110111111001101000111101100101101010100001000000001000010011100011000
+0,63,0,-600,0111011111100111111100111011101111111011001101101110101010000100000100011110001101000110011101111010
+0,63,1,520,0011101111010111111110010111101110101001111110001110001101000100010100011001001000000010011101011010
+0,63,2,495,0110111111110111111100001101001001111001001110101111001100000100100100011100001110000110011000011000
+0,63,3,552,0111111111110111111110111010011110111010001101101110001100100100000100011101001101000000011101011010
+0,63,4,561,1011111111111111111100111101011111011001001101000111010100101100010100011100101000000100011101111000
+0,63,5,573,1011011111111111111101111111011111111011001110001111100100100100100100011100010000000110011101011000
+0,63,6,525,1111111111110101111101011111001110101010001111100110001110100101000100011000001000000110011101110000
+0,63,7,518,1111111011110111111000011011011100111111001111101111001110100101000100111100001000000000011000011000
+0,63,8,511,1111111111110111111100011101111100111011011110100110011110101100000000011001000001000000011100011000
+0,63,9,480,1101111111111111001101010101000110111011011000000111001100100100000110011001100010000010011100011000
+0,63,10,516,1111111111111111111101110111110100111011001110000011000100001101000100001100001000000100011101111000
+0,63,11,-567,1111010011110111011100111011111110111011001101101110011100100111110100111001001000000010001000011110
+0,63,12,548,0111111111110111111110111011011101111111101101101010001101100100000100011100001000000010011101011000
+0,63,13,546,1111110111110111111000111111011101111011001010101111001101000100100100001101001101000010011100011000
+0,63,14,518,0011111111111111111100111011011111111011101110000110001101100100000100011100000000000010011101011000
+0,63,15,-570,1111111111110111111110111101011101111011001000101011100100001100100100001100101101000010011101111000
+0,63,16,534,1111111111100111011100111111010100111001001100101111000101001100000100011110101100000010011101011000
+0,63,17,-584,1111011111110111111110111011101110101011001101101101001100100100110100011101001000010110011000111010
+0,63,18,552,1111110111110111111100111111011110111111001011100101010100000100100110111100001000000110010000111010
+0,63,19,539,1111111110011111111000111011011111111111001110101111000101100100110100001100001000000000011101011000
+0,63,20,-593,1011111111110111111100111111101110001011001111001111001101110101000100011100111101000100011100011000
+0,63,21,535,0111110011110111111010111110110110111001001100101111101100100101010100001001101000000100011101011000
+0,63,22,560,1111110111111101111100011111011110111011001111100111000010100100010110001100001000000110011101111000
+0,63,23,507,1111011011110101111100111010011101111011001111100110100100110100100100011000101001000000011001011000
+0,63,24,533,0111111111011101111001111011001100111011001100001100101100100100100100011100100010000010011101111010
+0,63,25,534,0111111101101111111100111111001110111001011100101111000100000101100100001100001001001000011101011010
+0,63,26,531,0111110111110111111110111111101110111001101110100110001100100110000110011100000000000110011100011000
+0,63,27,-569,1111111111100111111100111111101110101001001101001110001000000101010100011111001101000010011101011010
+0,63,28,503,1011101111101111111101111101011110101011001110100110100110100100000100011000000000000010011101111000
+0,63,29,-576,1111111101110101101101111101011101111011011101001111100001101100100100011100101001000010011101011000
+0,63,30,-594,0111111111010111111100010111111101111011001101101111001100000101100100011100001011000110011101011010
+0,63,31,536,1111111111011111111100111111001110011011111100110110101100100100100100101000001001000010011100011000
+0,63,32,548,1011111111111111011101111111110110111011001111000111000101100101000100011101000000000010011001111000
+0,63,33,-572,1111111011111110111101111001011111101011001110001111101100101100010100011000101000000000011101111010
+0,63,34,492,0111111011110111101000111011111100101101101111001110000111100101000100111100001000000000011001010000
+0,63,35,-622,1111111011111111111100011111011110101010001100101110111111100101010100011110011001000100011101111000
+0,63,36,515,0111010111110111111000111011011101111111001101101110001101100101100100011001001000000010011000011000
+0,63,37,-575,1111110011110101111100111110010101011011001011101111001111100100010100111100001001100010011100111000
+0,63,38,523,1111111111110111011100011001001111111011011001101010000101000100100100011100000101010010011001111000
+0,63,39,-564,0111111111110111101100011011111100101011001100101111110100001100010100001100101011000000011101111010
+0,63,40,538,0101011111101111111100011111001101111011001100100111101100101001110110001100000001000010011101011000
+0,63,41,514,1111011111110111111110000011111110101111001100101110010100000110100100001100101000000110011001110000
+0,63,42,471,1111011111110111111101001011001000110011001101101111001100100100000110011000001000000110011001010000
+0,63,43,559,1111111111110101111100011111011100111011001111100111010010100101100100001100001011001010011000111000
+0,63,44,-583,1111111111111111111100010111101110111111001100101111000111100100110100011100101000000010011101011000
+0,63,45,501,1111011111111111111100111110001100111101001100100110101100001101000110001000001000000000011101111000
+0,63,46,475,1011011011100111111100011011100100101001001101100111000100000100010100011110001000010010011001111000
+0,63,47,-618,0111111111100111011101111111111110101011001001001111110100001100100100011111001110010010011001111100
+0,63,48,504,0101111111110111011000111111001100111011011100100101000111101101000100001000000100000100111101010010
+0,63,49,-574,1111111111110111111000111001011100101011001101101010011111001100100100001011000011000010011101111010
+0,63,50,563,1111011011110111111100111111101110001011001101100111000111110101000100011111101001000000011001011000
+0,63,51,513,1011011011110101111100111011100100101001001101100111000111100101010100011110001001000010011100110000
+0,63,52,-609,1111111111110111111110011101111110111011011101101111001100000100100100111100101100000110011100011010
+0,63,53,533,0111111111110111111110111111011100111011101100100000001101100100100100001101001000000110011101011000
+0,63,54,526,0111111111111111111100011011111111101011011100100110001110100100000110001100001000000110011001011000
+0,63,55,-576,0111011111111111111100011011111110111011001100101011010110110100100100001100001001000110011101011100
+0,63,56,537,1111011111110111011100111111101110011001011110000111001111100101000100011001100001000010011100110000
+0,63,57,522,1011111011110101101100011101101110101011001101100111000110100100000100011111101001000010011100011000
+0,63,58,-567,1111010111001111101100111011001100111011101110100111111101101100010100010000001100000110011101011100
+0,63,59,534,1111101111110111111100111001001001111001001101101110100111101100000100011000001110000010011001011010
+0,63,60,-587,0011111111110111111100111110101110111011111111100110001100000101010100011100101100000110011101011000
+0,63,61,507,1111111011110111111010011101101110001011001101001011001100110100100100101001001100000100011100011000
+0,63,62,497,0101111111110111111100011001001100111011001100101110101100100100100100001100100000000000011101111010
+0,63,63,-608,0011010111111111111110101111111111101011001110101101110101100111100100011100101011000110011000010100
+0,63,64,-574,0111111111110111111100111001011101111011101101101010101101100100100100001100001111000010011101011000
+0,63,65,516,0111111111110111111111111011001100111011001000101011000100000100110100011100001000100010011101011000
+0,63,66,539,1111110111110101101100111111011100101011001101100110001100100101010100001100001101010000011101111000
+0,63,67,-576,0111110011110111111100111011001111111011101111101111100110011100010100011000001001000010011001111000
+0,63,68,552,1111111111110111111100110111111110111011001110100011000100001111100100101100000000001100011100011100
+0,63,69,491,0111110111101111111100110111101100111001001100101110010110101100000110101000101000000110001000011000
+0,63,70,524,0111111111010111111100011111011111101011011110101110100100000100100100001100001001000110011001011000
+0,63,71,539,1111111111110111111100010111001011111001101101110110101100000100100100001100001001000010011101011010
+0,63,72,520,1111111111100111001000011110101110111011011111000111011100101100001100011001100001000010011000011000
+0,63,73,513,1111111111110111111100011101111110111011010110100111000110100100000100011000100001000010011100011000
+0,63,74,528,1111111111110111011101111101001101101011001110000111010100101100000100011001100000000010011101111000
+0,63,75,549,1011111111111111111000111101011110111011011100100101100111001100100100001100000000000010011101111010
+0,63,76,-565,0111101111110111111100011111001111111011001100100110100000100100100100111100101001000110011101111000
+0,63,77,546,1111111111010111111100011111111110111011011100010110101100000100100100001000001001000110011101011010
+0,63,78,-579,0111010111101111111100110110001100011001001001101111000111100101110110111000101001101110011000111000
+0,63,79,478,0111111011110111111100111010110111111011001110101111001110101100000100101000000000000000011000011000
+0,63,80,498,1111000111111111111100111001001101111011001011100110101111000100000100010000001100000010011101011000
+0,63,81,-613,1111111111101101111100011111001101111011001100101111101101101100110100011000001110000110011001111010
+0,63,82,-584,0111011111011111111100011111111111111011011100110110101110000100100100001100001001000110011101011010
+0,63,83,549,0111111111110111111100011011011110111011001100101111010100110100100110001100001000000110011001011100
+0,63,84,538,1111111110010111111110111011011110111111100110101010000100000100100100001100001101000110011101011000
+0,63,85,519,0111111111110111111000111111011101111011001001101111001100100100100100101100001000000010011001011000
+0,63,86,510,0111111111110111101100101011001100111011001100101011110110001111100100101000001001000100001000010110
+0,63,87,545,1111010111111111011100110111111100101011001101100110010100111100000100011110000010000110011101011000
+0,63,88,527,1111011111110111111100011111011010111011001101001110011000100100110100001100000011000010011101011000
+0,63,89,544,1111011011111111111100101011001001110011001101101111100101110100100110011000001010000110011001011000
+0,63,90,548,0111011111111111111100111011110110101011001100100111010110110101000110001110001001000000011001111000
+0,63,91,-568,1111011011110111111100011011101100111011001101101111000111110100110100011100001000000110011001011100
+0,63,92,-583,1101011111111111111100111110001110111101001111101111100110110100100100011000101000000100011001111100
+0,63,93,519,0111111111111111111100011100101100111010001100101110101101100100000100001100101100000000011101011010
+0,63,94,507,0111010011110101111100111010011101011011001101100111101111110100010100011000001001000000011000111000
+0,63,95,-612,1111110011010111111100111011010111111011001011101111000110100101110100111000001001100010011101111100
+0,63,96,-570,1111111111100111101110011111101110101011001110101111100110101100100100111100100001000000011001011010
+0,63,97,511,0111111111101111011110110011111110111001011100101111000100100100000110001000001000001110011000111000
+0,63,98,548,0111110111110111111100111110101100101001001101101111001101000101010100111000001101100010011000011010
+0,64,0,542,1111011111111001011100111111001000101011001101100110011110111100000100011100001010000110011101110000
+0,64,1,535,1111110111110111111101010111111110101010001111100110000101100111000100011010000000000110011101011000
+0,64,2,506,1111111111110101111100111110001010111011001111001110011101100100110100001100000001000010011100010000
+0,64,3,-585,1111010011110111111100011111010101011011001001101111001010100100110100111100001011100010011101111000
+0,64,4,510,1111111111111111111100010111100000111001001111000011100100000001100101001100001000000100011101111010
+0,64,5,545,1111111111110111111101110111011111111011101100110110001100001100000100001100001001000010011101011000
+0,64,6,-605,1111111111110111111100011111011100111011001101101111011100100101110100001100001011000010011101111000
+0,64,7,472,1111010111110101101100111111011010101011001101000110001000100100010100001100000101010000011101011000
+0,64,8,518,1111001111110111111100111001001101110001001101100110101111001100000100011000001110000010011001011010
+0,64,9,494,1111100111111111111100111001001001111011001011101110100110100100000100010000001100000010011101011000
+0,64,10,510,1111110111110101101100111101011100111011011111100110001100100100000000001001001101000000011101111000
+0,64,11,552,1111111111110111111100011111111100101011001100100110011110101101110100011100000001010000011100011000
+0,64,12,475,1111011111110111111100100111111100101011001100101110010100011100000100011100000000000110011001010000
+0,64,13,-569,1111010111111111011110010011111110101111001101100110010100100110100100001110101010000110011001111000
+0,64,14,529,1111111011101111011100111011000100111011001100101111000101001100000110011010001010000110011101011000
+0,64,15,549,1111011111110111111100101111011001110001001101101111100101110100100100011100101100000010011001011000
+0,64,16,489,0111011111010111111000111011001101111111001111101111000101100100110100001001001000000000011000011000
+0,64,17,557,1111110110111111111000111011011111111111001100101110001101100101100100011100001000000010011101011000
+0,64,18,558,1111011011010111111010111111101111011011001111100111000111110100010100011111001000000000011001011000
+0,64,19,552,1111111110111111111100111011011110101111001100101111000101100101100100001100101001000000011101011000
+0,64,20,541,1111111011100110111100111101010101111011001110001111100100001100000100011010101100000000011101111010
+0,64,21,-579,1111111111111111011101111011011110101001001100101111001101101100010100011100101000010010011101011000
+0,64,22,562,1111111111110111111010111100010101111011001100101111100100001101100100001101101101000000011101011000
+0,64,23,536,0111110011110011111110111111111110111001001000101011101100100100010100001000101000000110011101111000
+0,64,24,544,0111010111110111111000011101111111111111001100101111001110100101000100011000100001000010011101011000
+0,64,25,499,1111111111110111111100111011011100111011010111100110000101100100100100011001001000000010011000011000
+0,64,26,-583,1111111111011111111110011111111110111011011100100111100100100100100110001000001001001110011101011000
+0,64,27,474,0111111111100111011100110011111110111001011100011110001100000100000100001000001000000110011000111010
+0,64,28,510,1111110111110111111010111011011100111011001000101110001100000100000100000101001101000010011101011010
+0,64,29,-575,0111111111110111111100111110011111111010001111101111001101100100100100011101001101000000011100011000
+0,64,30,524,1111011011110111111100111111111110001011011101000110001101110101000100001000001001000100011101011000
+0,64,31,-594,1111111111010111111100011111101110111111001100110111100110000100100100011111101001000010011001011010
+0,64,32,555,1111111111110111111100010011111110111011001100101111010100011110100100001100001000001110011000011100
+0,64,33,539,0111111111110111110100111111011110111011001110100011000100100101100110101100000000000100011101011100
+0,64,34,-595,1111111111110111111100110111111111111001101101110011001100001111100100101100001000001110011100011000
+0,64,35,507,1111111111110111111100010111001010111011001110100110100101000100100100001100000001000000011101011110
+0,64,36,-606,1011101111110111111110010111101011111001111101010110101101000100111100011001001001000010011101011110
+0,64,37,489,0111111111010111111100010111001110101011101110101110001100000100000100001100001000000010011101011010
+0,64,38,488,1111111111100111011100010011011111111011011000101010000100100100100100001100000000010110011001111000
+0,64,39,543,0111111111111110011110111001101100111001011101101111000101000100000110011001001101001010011000111000
+0,64,40,514,1111111111110111111100011011011100111011001101101111011100100100000110001100001000000110011001010000
+0,64,41,516,0111011111110111111101001011001010110011101100101111000100110100100110011000001000000110011001011100
+0,64,42,526,1111111111010111111100011111011111101011011110101110101100000101000100001100001001000110011000011000
+0,64,43,516,0111111011110111111000011011011100111111001111101111000110100100100100111100001000000000011001011000
+0,64,44,528,1111111011101111001000110011101000111011011111001111100100110100101100011000100011000110011000011000
+0,64,45,510,1011011111110111111100001110001111110011001101100111011101101100000010011001001000000010011001011000
+0,64,46,546,0111111111110111111000101001011100111011101101101010100111101101100100101000001111000000001100010110
+0,64,47,531,0111111111110111101100111011001101111011001100101011111100000110100100001100001001000110011001011000
+0,64,48,525,1111110111110111011100111111111100101011001111100100010100000100000110111110001010000110010001011000
+0,64,49,-566,1011010111111111111100110111011110111111001001100111010100111100100100011100000000000110011100111010
+0,64,50,533,1111011111110111011101111101001100001011011110000111010111101101000100011001100000000010011100111000
+0,64,51,532,1111111111110111011100111111101111111001001110000111001100100100000100011001100001000010011101110000
+0,64,52,535,0111110111111111111100110111101100111001001111101110010101001101000100111000101000000010011000011010
+0,64,53,503,0111110111100111111100111110101100101001001100101110001110100100010110101000001101100110001000011000
+0,64,54,544,0111111111111111111100111110101100101011001101101111001100101101010100001000001001000010011100011010
+0,64,55,542,0101010111100111111100011111001101111001001100100111101101000001110110111100000101100010011001011000
+0,64,56,541,1111111011111111111100111111001011110011001100101111000101110100100100011000101000000110011001011000
+0,64,57,506,1111011111110111111100001001111100111011010110100111100110100100000110011000000011000010011100011000
+0,64,58,529,1111111110010111111100111111111110111011110110100011000110100100100100001000100001000110011100011000
+0,64,59,534,1111111111110111111110011001011110111111000110101110000100001100000100011100001101000010011101011000
+0,64,60,517,1011111111111111111100011101111110101011010110110101100110100100000100011000000001000010011101011000
+0,64,61,498,1111101111100111111101111101011110111011001110100110000110100100000100011000100000000010011100111000
+0,64,62,522,1111011111110111011100111011101100111001001100000111001111100101000100011101100001000010011100110000
+0,64,63,528,1011011011110101111100111111100110001001011111100111000111100101010100001010101001000010011100110000
+0,64,64,450,0110011111100111111100001111000000111001001110100111001100000100010100011100001010000010011001011000
+0,64,65,520,1011111011110111111100011001101101101001001101101111000100000100100100011110001100010110011000111000
+0,64,66,567,1111111011111111111100011111011010110011001111100111100011110100010110011000001000000110011001111000
+0,64,67,537,1111010111111101111100101011001101111011001101101111000100100100100110001100001010000110011101011000
+0,64,68,489,0111110011110111111010011101101110001001001100001110001100100110000110111101000100000100011100011000
+0,64,69,559,1111111111110111111110111111101110111011111111100011001100110100100100001000001000000110011100011000
+0,64,70,533,0101011111101111111100011111011000111011001100000111001100101101110110001100000011000010011101011000
+0,64,71,535,1111011111110111111100011111001111110011001101101110111000100001110100001100000001000010011101011000
+0,64,72,-585,0111111111110111111100011111111111111011011100000110101100000100100100101100101001000110011101011010
+0,64,73,534,1111101111010111111101011111001110111011001100110110100000100100100100011000001001000110011101111000
+0,64,74,538,1111111111110111111100110011101100111011001110101011000100101101100100001100000000001100011101011100
+0,64,75,558,1111011011110111111100011111111110110011001101100111000111010110110100111100001000000110011000001100
+0,64,76,525,0111011111110111111100011010111110111011101111100010000100000100010100001100001100000110011101011100
+0,64,77,-638,0011111111111111111100111111101110111011011100101111011110110101100100011100101001000110011101011000
+0,64,78,-575,1111111111110111111010111101011110111011011101101110100111000100100100001101010000000010011101011010
+0,64,79,539,0011111111111111111100111010011110111010001100100101001100101100000100011100001101000000011101111010
+0,64,80,465,1111011011110101111100010111000110101001001101110111000101000100000100001100001001000010011101110000
+0,64,81,-602,1011111111110111111100111011101001111001101101100110101110100101110100011110001001000010011101011010
+0,64,82,-581,0111111111110111111100111111011110111011001110100111010100100101100100011100000011001110011000111000
+0,64,83,509,1111110111110101111110011111101100111001101111100110001010100110000110001100001000000010011100011000
+0,64,84,469,1111011111010111111100011111011011111011011110001110110000100100100100001100000001000000011000011000
+0,64,85,546,0111111111110111101100011111011110101011001101101110001100000100110100001100001011000110011101011000
+0,64,86,499,0111010011110111111000111111011101111011001100100111101101000100110100001100001101000000011000011000
+0,64,87,554,1111110111110101111100111010011101011011001011101111001111110100000100011001001001000010011100111000
+0,64,88,529,0111111111111111111110110111111100101001001100101111000101100100100100101000001001001010011000011010
+0,64,89,549,0111110111110111011100111010101110111001011101101111001100000101010110011000001100100110011000111000
+0,64,90,537,1111111111111111111100111001000011111001011001000111101111100100000100011000100110000010011101011000
+0,64,91,477,1101101111110111001101010101001100111011001100101110000100101100000110011001001010000010011000011010
+0,64,92,521,1111110111110101111100111111100100111001001111100111000010100100010100001100001000010110011001111000
+0,64,93,522,1011011011101111111100011011011110101011001101100111000100000100010110011110001000000010011101111000
+0,64,94,528,1111111111110111111100110011001101111011001101110011111110001101100100001000001001000010001001010010
+0,64,95,521,0111111111110111101100001111001010111001101100101110100100000110100100101100001001000100011100011110
+0,64,96,538,0101111111101111111101111111001111101001011100100111001100001101100110001100001001000000011101011000
+0,64,97,533,0111011101101111111100011111001100111011001100101111100100100001110100001100000001001010011101011010
+0,64,98,554,0111110111110111111101011011001110111011001111101011000110100100110110001100001000100010011101011000
+0,65,0,549,1111111111110111111010111100010101111011001100101111100100001101100100000101101101000000011101011000
+0,65,1,-576,1111111111110111111010111100010101111011001100101111100100001101100100001101101101000001011101011000
+0,65,2,487,0111111111110111110100110111011110111011001110100111100100000100100110001100000000000000011001011100
+0,65,3,544,1111111111110111111100011111001010111011001110100010000101100101100100101100000001000100011101011110
+0,65,4,524,1111111111110111111100110001011110111111100100101110001100001100000100001100001101000010011101011000
+0,65,5,555,1111111111110111111111011111011111111011001110110110000100001100000100011100001001000010011101011000
+0,65,6,572,1101111110111111111100111111111110101111001100101111000101101101101100001000101001000010011100011000
+0,65,7,545,0111111111111111111100111010001100101011001101101111001100100101010100001100001001000000011101011011
+0,65,8,498,1111010111100101111110011111101100111000101100100110101001000000000110111100001001000010011101011000
+0,65,9,544,0101110111110111111100011111001101111001001111100111001110100111110110001100000100100010011000011000
+0,65,10,523,0011011011110111111100011111001110111011001100101111000101100001010100001100001001000010011101111000
+0,65,11,538,1111011101101101111100111111100100001001011111100111100110100101110100001010100001001010011100010010
+0,65,12,549,0111111111110111101000111010000101111011001100101011101100001101100100001101001101000010111101011000
+0,65,13,558,1111111111110111111110111101011101111011001100101111110100000110100100001100101001000100011001011000
+0,65,14,544,1011111111111111111110010101111100101011011100110111100101100100100100101000001001000010011100011010
+0,65,15,478,0111111111111111111100111111111110101001000100101101000110100100000100011000000001001000011001011000
+0,65,16,519,1111111111110111101100011111011100101011001101100110001100000100110100011100000001000110011101011000
+0,65,17,-590,0111111111110111111100011111111110101011001100101110011110111101110100001100001011010000011100011000
+0,65,18,-600,1111110110111111111101011111001110111111001111101011000111100101110110001100101000100000011101011000
+0,65,19,514,0111111111110111111100111011011110101011001100101111000100100100100100001100001001000010011101011000
+0,65,20,528,1111011111110101111100011011001110100011111110100111000100100101000100011010101000000110011100111000
+0,65,21,545,0011011011110111111101101111100010011001001101101111000111110100110110001000001001000010111001011100
+0,65,22,551,0111111111111111011100111001101110111001011101101111000100000101010110011000001100001110011000111000
+0,65,23,541,0111110111110110011110111010101100111001011101101111001101000100000110011001001101100010011000111000
+0,65,24,531,1111110111110101111100111011001100111001001101100111000011001100010100011000001010000110011001111010
+0,65,25,499,1111001111110111111100111101100100110001001111100110101110100100000100001100001100010010011001011000
+0,65,26,550,1111011011110111111100011111101110110011001101100111000111010110110100111100001000000110011000001100
+0,65,27,552,1111010011110111111100011111111110110011001101100111000111010110110100111100001000000110011000001100
+0,65,28,494,1111011111110111111100110110111110101011101110100110010100010100010100001100000100000110011001010000
+0,65,29,516,0111011111110111111100001011111100111011001111101010000100001100000100011100001000000110011101011100
+0,65,30,515,0101110111110111111101111011001111101001011100101011000100000100110110001100001000100010011101011000
+0,65,31,-590,0111111111101111111101011111001110111011001111100111001110101101100110001110001001000000011101011000
+0,65,32,-589,0111111111111111111100111111111110111011001110101111000100101101110110101000001000000110011100011000
+0,65,33,486,0111111111110111110100111010001100101011001101100011001100100101000100001100000001000000011101011110
+0,65,34,530,0111111111101101111101111111011111101011011100100111001100001100000110001100001001000000011101011000
+0,65,35,537,1101111111110111111101110111001111111000101100110110001100001101100100001100001001000010011101011000
+0,65,36,551,1111110110110111111100111011011110101111001110100111000101100111100100011010100001000000011101011000
+0,65,37,536,1111111111111111111101010111111110101010001101101110000101100101000100001100001000000110011101011000
+0,65,38,564,1111101111010111111101011111001010111011001111110110100010110100010110011000001001000110011001111000
+0,65,39,537,1111111011111111111100011111011110110011001100100111100001100100100100011000001000000110011101111000
+0,65,40,536,0011111111100110111100111011010110111011001100101111001100001100000100011000101101000000011101111010
+0,65,41,544,1111111011111111111100111100011101111010001110000101100100101100000100011110001100000000011101111010
+0,65,42,528,1111111111100111001101111001101000011011011111001111110110110101001100011000100000000010011000111000
+0,65,43,525,1111011011111111011000110101001100101011011110000111000101101100100100011001100011000110011100011000
+0,65,44,525,0111101111111110111110111001001000111011011101101110100110000100000100011001001101000010011100111000
+0,65,45,512,1111110111111111011100111001101101111001001011101111000101100100000110010000001100001010011001011000
+0,65,46,531,0111111111110110011110111001101100111001001101101111000100000100000100011001101101001010011001111000
+0,65,47,529,1111111111111111011100111111101111111001011110000111001101100100000110011001000001000010011100100000
+0,65,48,522,1111111011111111111100111011000000110011001100101111000101011100000100011010101000000110111001011000
+0,65,49,562,1111111011101111011100111111001111111011001100101111000101100100100110011000001010000110011101011000
+0,65,50,521,1111010011110111111000010111110001111011011011001111000000110100101100011000001011000110011000111000
+0,65,51,-592,1111111011101111001100111011001100011011001101101111101110100100110100111100100011100010011101011000
+0,65,52,536,1111011111110111111100001111011101110001001101101111000101110100110100111100001100000010011001001000
+0,65,53,-571,1111011011110111111100111111111010110011001101100111100111010110100100011100101000000110011000011100
+0,65,54,534,1111111011101111001000110101101110111011011111101111000100110100001100011000100001000110011000111000
+0,65,55,480,1111101111100111111101111011011000111011001110000110100110100000100100011000100010000010011100011000
+0,65,56,494,0111111011110111111100111111011110111001001000101011100100100101100100001000000000000100011101111000
+0,65,57,-581,0111110111110011110110111111111110111011001110100011001100100100010110101100101000000110011101011100
+0,65,58,564,1111111111110111101100111011001101111011001001101011111100000111100100001100001001000110011001011010
+0,65,59,495,0111111111110111111100110011001101111011001101110011111110001100100100001000001001000010001001010000
+0,65,60,541,1111110011010111011110111111101110101011001111100101000111100100010100011110001010000110010001011000
+0,65,61,557,1111011111110111111000111111111101011011001111100110010100010100000110111111001000000000011001011010
+0,65,62,-568,1111011111110111111100011111011110101011001101100110000110000110110100011100001011000110011100011100
+0,65,63,536,0111111011110111101100011111111110110011001101101111001101010100110100101100001000000110011001001000
+0,65,64,524,0111010011110111111000111111111111110011001100001111001101110101000100001000100001000010011101011000
+0,65,65,535,1111011111110111111100011101111110001111011101100110001110100101000100011000001001000100011101011000
+0,65,66,525,1111111111111111111100010111111100101011001100101110000111100101110100101000000001000010011000011010
+0,65,67,556,0111111111110111111110111111111100101001001100100111011100101100100100011100001001011000011100011000
+0,65,68,537,0111111111110111111100011111001110111011001111100011000110100100100110101100001000100000011101011000
+0,65,69,-580,0111110111110111110101111011011110111011011110101011000100100101110110001100000000000111011101011100
+0,65,70,-572,1111110111111111111000111011011110111111001100101110001101000101100100000101001101000010011101011100
+0,65,71,521,1111110110110111111010111011011101111011001000101111001100100100000100011100001000000010011101011010
+0,65,72,551,1111110110111011011100111111001011111111001101101110011100100101000100011110001010000010011101010000
+0,65,73,-561,1111011111111101111000111011011100101011001100100110001111111100100100011100001000000110011101111000
+0,65,74,554,0111110111110111111101011011001110111011001111101011000110100100110110001100001000100010011101011000
+0,65,75,-565,0111110111110111111101011011001110111011001111101011100110100100110110001100001000100010011101011000
+0,65,76,527,1111011111111101111101111011001101101011001100101111000100001100100110001100001000000110011101011000
+0,65,77,527,0101110111101111111100101111001110111001011101100111001100100101100010001100001011000000011101011000
+0,65,78,551,0111110111110111111101001111011110100011101101101111001100110110100100011010001000000110011001011000
+0,65,79,511,1111011111110111111101010011101010111010001110100110000101100101000110011000000000000110011101011100
+0,65,80,-577,0111111111110111111100111011001100111011001111111011111110101101110100001000001001100010011001010000
+0,65,81,484,1111110101110111111101010011001111111011001101100011000110000100100110001100001000000010001101011000
+0,65,82,537,0111110011110111111100011110101110001001011101101110001100000100010110111000001100100110011100111000
+0,65,83,494,0111110111110011011010111001101110111001001100001111001100100111000110011101000100000100011000011000
+0,65,84,534,1111111011111111111110111111011110101011001100101111000101000100010100111010001000001010001100011000
+0,65,85,500,0011011111101111111100010011111100101011001101100111000100100000100110001100001001000010011001111010
+0,65,86,-591,1111111111110111111100110111001101110001001101111111110111011100100100011100001101000010001001011010
+0,65,87,494,1111011111110111111100111011011001111011001101100011101100100101100100001000101000000010011001010000
+0,65,88,519,0011111111111111111000111100010111111010001100100101000100101100000100011100101101000000011101111000
+0,65,89,-590,1111111111110111111110111110011100111011001100101111101100001101100100001101001101000000011101011010
+0,65,90,547,1111111011111111111100011001011000110011101101100011100011110100100110001000001110000010011101011010
+0,65,91,-589,0111111111110111111010101111011110111011001111101110100111101101010100111000001001000100001100110100
+0,65,92,454,0111110111110101111100011111101100111011001101101110010101001100000100001000001000000010011000010010
+0,65,93,-590,1111111111111111111100110011011100111001001111101111011100100101000110111000101000000110011101011000
+0,65,94,-585,1111011011111111111100111111001000110011001100100111011110111100100100011000101010000110011001111001
+0,65,95,504,1111111111111001011100111111001001101011001101101110000101110100000100011100001000000110011101010000
+0,65,96,525,1111011111110111111000111001001100111001001100101110101100000100000100011100001111000010011101011010
+0,65,97,503,1111100111110111111110111011011101110011001001100110001111001100000100000001001100000010011001011010
+0,65,98,519,0111111111110111111100001011001101111011001100101111101100110100100100001000001000000110011101011000
+0,66,0,525,1111111111111101111101010011011101101011001100101110000101001100100110001100001000000110011101011000
+0,66,1,538,1111011111111111111101111111101110101010001101101111000100100101000100001100001000000110011101011000
+0,66,2,561,1111111111110111111100110001011101111111001110001111000100101100000100111100001101000010011101011000
+0,66,3,520,1111111011111111111100111100011110111010100100100100101100001100000100001110001100000000011101111010
+0,66,4,540,0111110111110111111101001111111110100001101101101111001100100110000100111010001000000110011001011000
+0,66,5,541,0111110011110111011100011110001110001011011101101110001100010100110110011000001100100110011100111000
+0,66,6,-588,1111111111110111011100111111001011111111001101101011011110100100100110111100001000000010011101011000
+0,66,7,537,0111111110111011111100011111001111111111001111100110000100100101000100011110001010100000011101010000
+0,66,8,508,0111111111110111111100111011101100101001001100100111101100100100000100011100001101000000011101011000
+0,66,9,-573,1111011111110111111010111101011100111001001100101110011100001100100100011100001011011010011100011010
+0,66,10,-579,1111111111101111111100111001101110111011010101101111000110111100010100011000100010000110011000111010
+0,66,11,470,1111010011110101001000110111001100111001001111100111000001000100001100011000001001000110011001111000
+0,66,12,509,1111111011110111111100111001011101111011001100000111000100100100000100011110001100000000011101111000
+0,66,13,549,0111111111111111111100111110011110101010001110101101100100101100100100001100001001000010011101011010
+0,66,14,533,1111011101101101111100111111100100111001011111100011100110100101110100101000000001000110011100010010
+0,66,15,-556,1111111111110101111100011111001010001011001110100110000101100101100100001110100011001000011101011110
+0,66,16,520,0111011111011111111111111111001010111011001100101111000101000100110100111000001000000110001100011000
+0,66,17,559,1111111011110111101100111011011111100011101100101011010100000110000110011110001001001010011001011100
+0,66,18,557,0111111111110111111110111111010001111011101100101111100100000100100100001101001101000010011001011100
+0,66,19,522,1111011111110111101001111000001111110011001100001011010100001011100110010100101001000100011101011000
+0,66,20,512,1101111110110111101000011111011110101111001101100110001101000101110100011000100001000010011100011000
+0,66,21,565,1111111111111111111000111111111100101011001100101111000100101100101100001100001001000110011101011000
+0,66,22,508,0111110111110100111111111011001101101011011101100111001100001100000110011000001001100010011000011000
+0,66,23,552,0111111111101111011100111110111110111001011100101111001001000100000110001101001101000000011101111000
+0,66,24,-571,1101111111110111111100111011011110111111001100101110001100001100101100001100101101000010011101011000
+0,66,25,518,1111111110111011111100110101111110101111100100101111000101101101000100001000001001000010011100011000
+0,66,26,-594,1111110110101111011100111111001111111011001100101111011100100101000110011110001010000010011101011001
+0,66,27,534,1111111011111011011100111111001011111111001101101110000101100100100100011000001010000110011101010000
+0,66,28,490,1111111110110111111100111111101110101111001100100101000111000101100010001000101000000010001100011000
+0,66,29,536,1101110101111110111101010011011111111011001101101011000100101100101100001100001001000010011101011000
+0,66,30,-586,1111110110111111111100111011001111101111001101100110001101100111100100011110100001000010011101011000
+0,66,31,516,1111110110110011011100111111011010111111001110101111010100100101000100011010001010000000011101010000
+0,66,32,482,0101110111111011011100101111001010111111001101100110001100100101100000001100001010000000011101011000
+0,66,33,-585,1111110110101111111100111111001111111001011101101101011100100101000110011110001011000010011101010000
+0,66,34,540,1111011111101111111100111101111111001111011100100110001110101100000110011000001001000000011101011000
+0,66,35,525,0111111111110101111101011111011110101011011101100111001100000101000100001100001001000100011101011000
+0,66,36,560,1111111111110111111100111111001001111011001100100011110100100111100100101100000001000110011001011010
+0,66,37,548,1111111111110111101100011011001110111011001011101010001101000101100100001100001001000100011101011110
+0,66,38,524,1111011111101101111101111111100100001001011100101111000100000100110110001000110000001110011101011000
+0,66,39,554,1111011101111101111100111011001101101011001111100111100110101101100100001110001001000010011100010010
+0,66,40,547,1111111111101111001100011101111110100011111101101111000100110110101100011000100000000110011001011000
+0,66,41,538,0111110011110111111001100111001110111011001111101111001100110100000100011010001001000110011000111000
+0,66,42,514,0111111111110111111100110001011110111011101110101111000100000100010110001100001000000010011101011000
+0,66,43,545,1111110111110111111101011010001110111111000101101010001100101100100100001100001101100010011101011000
+0,66,44,536,0111101111111111111100110001001010111111110101101110101100000100000100011000001101000010011101111000
+0,66,45,513,1111111111110110111110111001011100111011001100101110000110001100000100001101001101000010011100011000
+0,66,46,518,1101111110111111111100111011001100101101001101100111000011101101100100011000001001000010011000111000
+0,66,47,-585,1111110111110101111100111111111110111011001100101111000101001100011100001000101010000110011101011010
+0,66,48,520,1111110111110111111110111101010101110011001101101111000101000101010100000100101000000110011001011000
+0,66,49,-568,1111111011010111011110111110101110101011001110100101100110101100100100011111001111000000010101011000
+0,66,50,569,1111111111110011011101011111001111111111001100111110001100101100000100011110001010000010011101011000
+0,66,51,537,1111110110111111111110111111011011111011001111100110010100000101000100011100001001000010011101010000
+0,66,52,-596,1011011011110111111100011111101010111011001101101111001101110101110100101100001001000110011100011100
+0,66,53,484,0111011011110111111100011111001110110011001000100111000111000010010100011100001000000010011001101100
+0,66,54,537,1011111110100111111100110011111110101011001100100111000101100111100100011110001001000010011001011000
+0,66,55,526,0111010111111111111100011011011100101111001111100111000100100100100110001000100001000000011101111010
+0,66,56,511,1111111011111111111100111011000000110011001100101110000101011100000100011010101000000110111001011000
+0,66,57,541,1111111011111111111100111011000001110011001110101111000101011100000100011010101000000110111001011000
+0,66,58,545,1111111101111111111100111110010101111001001100101111100110001101110100000001100001001010011101010000
+0,66,59,542,1111011111100101111010111101100100001011011111100111100100100101100100001110101101000000011100011010
+0,66,60,512,1111111011111111111100111111000000111011001100101111000101010100010100011010101000000010001001011010
+0,66,61,559,1111111011111111111110111011011110100011001100101111000101001100000100111010001000001110111100011000
+0,66,62,544,0111111111110011011111011011011111111011001100011111001100101111000110011100000000000010011001011000
+0,66,63,505,1111110111110111111010111101101110111001001110100110000100000100000100011101001101000100011100011000
+0,66,64,550,1111111111111101111100111111110100001001001100100111000111100101110100001010100001001010011100011010
+0,66,65,520,1111011101001111111100010111101100101011011111101110100110100101110100101000000001010010011000010010
+0,66,66,530,1111111111101111001100110111001101111011001111101011001100000110001100011000000001000110011001011010
+0,66,67,550,1111111011110111101010111001101110111011011001101111110100110101100100001100000001000110011000111000
+0,66,68,519,1111011111111111111100011111011110010011001100100110000000010100000110111101001000000110011001011010
+0,66,69,-575,1111111011110111111000111111111101111011001111100111110101100100100100011010001000000000011101111000
+0,66,70,544,0111110111110111111101111011001110110011001101101011010110000100110110010100001000000010011101011100
+0,66,71,549,0111011111110111101101011011001011111011101110101011000100100110100110001100001001100110011001011000
+0,66,72,549,1101111110110111111101111011001111111111001100101111000100000101101100001000001001000110011100011100
+0,66,73,-575,0111011111111111101100111111111010100011101100101011010101101110100110011100101001000010011001011000
+0,66,74,544,1111010011110111111100011111101110110011001101100111000111010110110100111100001000000110011000001100
+0,66,75,551,1111011011110011111100011111111110110011001101100111000111010110110100111100001000000110011000001100
+0,66,76,565,1111111111111111011100111001101111111001011011101111000100100101000110011000001100001110011001011000
+0,66,77,498,0111110111111111011100111001101100111001001101101111000101000100010110010000001100001010011000111000
+0,66,78,526,0111011111100111111101111011000011110011101100101011011100001110100100011100001001000000011001011100
+0,66,79,-550,0011111111110110101100111011011110111011001100101111000100000100000010011000101101000110011101111010
+0,66,80,525,1111011011111111011000110101001100101011011110000111000101101100100100011001100011000110011100011000
+0,66,81,525,1111011011111111011000110101001100101011011110000111000101101100100100011001100011000110011100011000
+0,66,82,552,1101111111110111111111011111011111111001001110110110000100001101000100011100001001000010011101011000
+0,66,83,528,1111111111110111111101110111001111111010101100110110001100001100000100001100001001000010011101011000
+0,66,84,540,1111111011101111101100011101101100111011011101101111000101100100111100001000100001000110011000111000
+0,66,85,527,1111111111111111011000110111111110101011001110101110000110110101000100111000000001000010011000011010
+0,66,86,544,1111110111110110001111111001101000011011011111001111111111100100001100011001000000000010011000111100
+0,66,87,540,0111111111100111011100011011101100111001011101101111000100010101000110011000101101100010011000111000
+0,66,88,492,1111111011110111011110011001001100110011001101101111000110000100000100001000101110001010011001011000
+0,66,89,-586,0111111111111110111100111001111000111001101101100011100001110100100110011001001101000010011101111010
+0,66,90,495,1111011111110111111100011111011101001011001101100110000100000100010100011110001000000100011001011010
+0,66,91,-574,1111111111100111101000111111111100111011001111100110011100010100100110111101000001000010011101011000
+0,66,92,555,1111111111110111111010111100011101111011001100101111100100001111100100001101101001000000011001011000
+0,66,93,552,1111111111110111111110111101010101111011001100101111110100000100100100000100101101000100011101011000
+0,66,94,556,1101111110111111101100111111111100101111001001101111011100101101100100001000001001000110011100011000
+0,66,95,-604,1111111111110111111100111011001111111011001100101111100101000111101100001100101001010010011001011010
+0,66,96,501,1111111111110110011111111001101000111001011101001110100110100100001100011000101000000010011000111000
+0,66,97,543,0111101111101111101100111001001000011011011111101111110110010101000100011001000101000010011100111000
+0,66,98,509,1111011011111111111110111111111100001001011101101011000110000100010100001010000001001010001100011010
+0,67,0,493,1101111010111111101100111011000100101011001000101110000101101100000100001010101000000110111101011000
+0,67,1,574,1111111111111111111100111111111000110111001101101111011100011101100100011000001001000110011000011000
+0,67,2,-607,1111111111110111111010011111111110111011001111100111010100111101100100011100001001000010011101011000
+0,67,3,488,1101111011110111101011111001001111111001011000111110100100000101000100001100000001000110011000111000
+0,67,4,-596,1111111001111111111100111011111100101011011101100111100110101101100100111000001000001110111100010010
+0,67,5,496,1111011111101101111110111111000110110001001110101011000101000100010100101010000001000110011100011000
+0,67,6,546,0111110011110111111001100111001010111011001110101111010101100101000100011010001010000110011101110000
+0,67,7,519,1111110110110011011100111111011110111111001111101111001100110100000100011010001001000000011000011000
+0,67,8,550,1111110111111111111100010111111110111011100100100110001100101100000100001010001000000110011101111010
+0,67,9,492,0111111011110111111101101100011110100000001101101101101100000110000100111110001100000000011001011000
+0,67,10,528,1111110111110111011100111001010111110011011011101111000101100101000110000000001100001110011001011000
+0,67,11,568,1111111111111111111110111101101101111001001101101111000100100101010100011100101000000110011001011000
+0,67,12,563,1111111011110111111010111001101110111011011001000111000101111101100100011100100011000110011000011000
+0,67,13,512,1111011011111111001000110101001100101011011110101111110100100100100100001001000001000110011100111000
+0,67,14,-579,0111111111111011011100111110011110101011001100111101101100101111000100011100001001001010011001011010
+0,67,15,528,0111111111110111111111011011011111111010001110001111000100101100100110001100000000000010011101011000
+0,67,16,567,1111111111110111111111111101101010110011001111000111111111000110001100111001000000000010011000011100
+0,67,17,528,1111010011110010001100011011111100011011011101101111000111110100110100011100001000000110011000101100
+0,67,18,521,1111111101111111111100110110010100101001001100101111100110000101100100011001100001001010011001010010
+0,67,19,551,1111111111111111011000111111111111111011001110101110000110111101010100100000000001000010011100011000
+0,67,20,511,1111111101111111111100111010010101111011001100101110000110011100000110000000101001001010011101010000
+0,67,21,557,1111111011111111111100111111000000110001001100101111100101001101110100011011100000000110111001011000
+0,67,22,544,0111111111100111011101011011101100110001011101101011010110000100000110011000101101000010011100111100
+0,67,23,540,0111110111110111111100111011001110111011001101101111000100010101110110010100001000100010011001011000
+0,67,24,540,1111111011111111011100111111001110101011011100100110000101101100100100011000100010000110011101011000
+0,67,25,519,1111011011111011011000110101001001111111001111001111000101100100100100011001001011000110011100010000
+0,67,26,-568,1111011101111111111100111110010101101011001100100111100110101101110100000110001001001010011101010010
+0,67,27,531,1111111101111101111100111011001101111001001111101111100110001101100100001001100001000010011100010000
+0,67,28,544,0111111111110101111101001111011110100011111101100111001100000101000100111100001001000100011101011000
+0,67,29,509,0111000111110111111101011111111110101001001101101111001100100110000100001010001000000110011001011000
+0,67,30,544,1111010111110111111100011111001110110011001101101000000101000101110100011100001001000110011001011110
+0,67,31,542,1111111011110011101100011011101110111011001011100111001111010110110100101100001000000100011100001100
+0,67,32,529,1111111011111011011100111111011011111011001101101110001101100100100100011000001010000110011001010000
+0,67,33,542,0111111111010011011111011011001111111111001100011111000100101111000110011100000000000010011101011000
+0,67,34,527,1111110111101111011100111110011111111011001110100111000001000101000100001101001001000010011101011000
+0,67,35,547,0111111110111111111110111111111010111001011101101110011100000100000110011100001101000000011101010000
+0,67,36,-580,1111111111111111111100111001101001111011011111101111100110110101000100011001000100001010011001011000
+0,67,37,528,0111101111101111001100111001001110011001011011101111010100000101000110011000001101000110011100111000
+0,67,38,501,0111101111110011011101011111001111111011001100101010000100100110000110011100001001000010011001011000
+0,67,39,-604,1111011111110110101101011011001011111111101110111111001100101100100100001110001010100110011101011000
+0,67,40,538,1111111011110111111111110011001110111011011101111110110100000100100100001100001001000010011001011000
+0,67,41,544,1111111111110111101000011101101111111010101000100111001100111101100100001100000001000110011100111000
+0,67,42,553,1111110111110111111110111101111111111011011011101111000100100101000100000000101100000110011001011000
+0,67,43,553,1111111111111111011101111001000101110001001101101111000101000101010110011100101000001110011001011000
+0,67,44,554,1111111011010111001110111111001100101011001111100111000110100110001100011000000101000110011101011010
+0,67,45,535,1111111111101111011100110110101111101011001110101001101100001100100100011111001011000000010001011000
+0,67,46,521,1111111110110111111100011110011110101110001100100101001100001101110100001000101001000010011101011000
+0,67,47,540,0101111111111111101000111111011110101011001111101110100101100100100100011100000001000010011100011010
+0,67,48,543,1111110011110111111001101111001110111011001101101111001100110100000100011100001000000110011001111000
+0,67,49,533,0111011111111111111101110111101110101010001111101111000100100101000100001010001001000110011100011000
+0,67,50,549,0111111101001111011100110110111100101011011111101111000110000101110110101100000101010000011001011000
+0,67,51,523,1111011111101111111100011111101110111001011100101110101001100100000100001001001001000010011100110010
+0,67,52,526,1111011111100011111100011111111111010011001100100111001111100100010110011100001001000100011000001100
+0,67,53,556,1111011011111111111100111101111110101011011101100110000110011110100100111000001000000010011101011000
+0,67,54,564,1111111111110011111101011111001111111011001100111010111100100101100100101100000010000110011001011000
+0,67,55,-565,1111111111110111011100111111001001111111001100100111000100101110000100011110001001000010011101011010
+0,67,56,553,1111111111111101111100111101010111111001001001101111000101100101010110010100001100000110011001011000
+0,67,57,512,1111110111110111011110111001101101110011011111101111000100000101000100000000101000001110011001011000
+0,67,58,499,0111110111110111111100001111111110101001001100100111101100100100000100011000001001000010011101011000
+0,67,59,-571,0111111111110111111101111011111100100001101101101111001100100110000100111110001100000110011001011000
+0,67,60,516,1101111111110101111000111111111100001111001100100111001101000101110100011010100001000010001100011000
+0,67,61,526,1101111110111111101100011111010110101001001101100110000111100101110100001000100001001010011100011010
+0,67,62,519,1111111111100111111100111111001101111001011101100101010100100111000100001100001011000010011001010000
+0,67,63,-626,1111110110111111111100111111001011111011001100101011111100100101100110111110000001000110011101011010
+0,67,64,534,1001110110101110111101010011111111111011001101100011000100100101101100001110001001000010011101011000
+0,67,65,539,1111111101110111111100110011011110101011001100101111000101101110100100011100001001000010011001011000
+0,67,66,500,1111111111110111101101111110001111110010101100010110001100001010000110001100001001000000011101011000
+0,67,67,-564,1111011111110111111001110001001111111011001100101011010100001101100100010100101001001110011101011000
+0,67,68,495,1111110011100101001100011110101110000011011101101110001100010110111100011000000100000110011100011000
+0,67,69,-586,0111111111111111011100011101011110101011111101101111000100110100100110011000101000100110011001111000
+0,67,70,545,1101110111110111111010111111101110101011001000100111010100101101000100011100001101000110011100011000
+0,67,71,530,1111111110111111101100111101111100111101001111101110001100000100100100001001001001000110011100011000
+0,67,72,-578,0111110111110111111100011111101110110001101101101111001111100110000100111010001000000110011001011100
+0,67,73,506,1111010011110111111101001111111110100011001101100111000100010110110100111100001000000110011000001000
+0,67,74,516,0101111010110111111000011111001110001011011101100110001101010100110110011000001000100110011100011000
+0,67,75,537,1111110111110111001100011110011110101111001101101110001100000101110100011000100101000010011100111000
+0,67,76,513,1111110011111011011100111111001101111011001101101111000101100100100110011000001010000010011001010000
+0,67,77,512,0111111111111111001100111001101010111101001101101110000101000100010100010000001100001110011100111000
+0,67,78,540,1111011111110111111000111100001100111011001100101111000100000111110100011101101001000010011001011000
+0,67,79,499,0111111011110111111110011111011111110011001000100111100111001010000100001100001000000000011001101100
+0,67,80,491,1111011110111111111100011111001111101111001100101111000101000110100110001100001000000010001000011000
+0,67,81,528,0111111111110111101101111011101010111011101110100001000110100101100010001000001001100100011101011000
+0,67,82,-586,1111011111110111111010111001010111111011001100101010011100001100110100011100001001011010011101011100
+0,67,83,525,0111011111100111111101111111001000110001101100101111011100001110100100011100001011000000011000011010
+0,67,84,553,1111111111111011111100111011111100111001001100111111000101100100010100011000001101000010011100111000
+0,67,85,513,0111110111111111011000111101101100101011001101101111000100001100101110000100001000001110011001011000
+0,67,86,503,1111111011111111111100111111100100110001011110100111100101110100000100101000001000000110011001010000
+0,67,87,-571,1111011101101101111100111011000001111011001111101011000110001101110100011010100001000110111100011010
+0,67,88,556,1111011001101111111110011111101110110001011111100011000111010110110100101000001001000110011000001110
+0,67,89,538,1111010111110101111100111111101100111011001101100111100110100101110100111100000000000110011100010000
+0,67,90,537,1101111111100111001101110111001101111011001101101111001100000111001100001000001001000110011100011010
+0,67,91,534,1111111110111111111100111010001111111111001110101011000100000100101100011000000001000110011001011100
+0,67,92,524,1111111111110110001101011001001110001011011111101111111110000100000100001101001010000000011000111100
+0,67,93,560,0111110111110101111111111011111010111011011101000111001101100101001100011000000001000110011101011000
+0,67,94,517,1111011111100111101101111000010111111011001100001011110100000101100100000100101101000100011101011000
+0,67,95,550,1111111111110111111010111101001101110011001100101111010100001010100110010100101001000100011101011000
+0,67,96,520,1111111111111111011100011111001110101011001101100111000100100110101110011000100000000000011001111000
+0,67,97,538,0111010111101111001100011001111100100111111111101111000100110100100100001000100001000110011101011010
+0,67,98,-609,1111110111110111011100011111001110111011001101101110001101000101110110011100001101000110011000111110
+0,68,0,559,0111110111110111111101111011011000111001101101000111011100001101100100011100001011000110011001011000
+0,68,1,526,0111011111100101111111111111101010110011011100101111001101100110001100011000000001000000011100011010
+0,68,2,545,1111011101101101111100011011100101111011001101101111100000101100010100000001001001000110111100111010
+0,68,3,536,1111011111101111111100111111001010111001011110101010001111000101100100011010100001000010011100010010
+0,68,4,560,0111011111111111111110111111111010111001011101101110010110000110100100011100001001000010011101010000
+0,68,5,543,1111111010111111111100111101111110101011011101100110001100011100000110111000001100000000011101011000
+0,68,6,534,1111111111111111101100011101101001110010101001101111011100011101100100001100001001000110011000011000
+0,68,7,-584,1111111111110111111000111111111110111111001100100111001100111101100100011000000001000110011100111000
+0,68,8,550,1111010111110011111100111101101100111011001100101111100100000101110100111100001001000110011001011000
+0,68,9,530,1111011111110101111000111110001100111111001101100111000110100111110100011101100000000010011100010000
+0,68,10,-563,1111110011111101111100111111000100000011011101101111101100001101111100011000100100000110111001011000
+0,68,11,489,1111111011100111001100011110101010110001001100101110000101010110110100011011000000000110011100011000
+0,68,12,522,1111110111110010011101011001111010011011001111001111001111010100100100111101001000000010011000001100
+0,68,13,-573,1111011011110111101110111111101100110011011101100111110111100110011100011000000000000110011000111100
+0,68,14,533,0111011101001111011100111101101100111011011001001111000100110101110100011100100111000100011000011000
+0,68,15,-573,1111111011110111111010110010111110101011011111100111000111001101100110101100000001010010011001011000
+0,68,16,-583,1111111111100111011100111111001111111011001100111011111100001101100100001101000011000110011001011000
+0,68,17,538,1111111111111011111101110110101111101011001110101000101100100100100100111110001010000010010001011000
+0,68,18,488,0111011111111101001000010101011110100011011110100111100100000100100100001010000001000110011101111000
+0,68,19,-581,1111111011110111111101101111001100101011111101101111011100100101000100111101001001000100011100011000
+0,68,20,-618,1111111111110111111101011011101011111011011111111010110110100101100100111001000100001110011001011000
+0,68,21,538,1111111111111011111100111101001101111011001100101111101100111101000100001100000010000010011001011000
+0,68,22,546,1111111101001111011100111110001100101011011101101111000110100111110110011100100001000000011001011000
+0,68,23,523,0111111111111111011100010111111110101011001111100111000100000100101110101000000100010000011001111000
+0,68,24,550,1111111011110011111101111001100111111011001001101111001111000100010100011100001000010110011100001100
+0,68,25,559,1111111111111111001100011011001100110001001111100111000101010111110110101100101000001100011001011000
+0,68,26,543,1111111111111011011100110011111101111101001101001111000101100100100100011001001101000110011100010000
+0,68,27,529,1111011011111011111000111101001000111011001110111111000101100100010100011000001011000010011100111000
+0,68,28,510,0111110101111111011100101110011110101111001101101110000100000101110110011100000101010000011000011000
+0,68,29,-558,1111111111000111001100010110111100101011011111101011001110000101110100101000100101000010011101111000
+0,68,30,527,1111011110110111101100111100000100111011001100100111000111000101110100001101101001000010011101011000
+0,68,31,539,1101111111111111111000011111011110101001001101101110000100100111110100011000100001001010011000011010
+0,68,32,550,1111111111110111011101010010011100101001001101101111110110000100100110011000100101001010011100110100
+0,68,33,528,0111111101101111111100111111100100110001011100101011000110000101000100011001101101000010011001011010
+0,68,34,576,1111110111110111111111111101111111111011001011000111111101000111000100101000000100000110011001011000
+0,68,35,544,1111111111110111111110111101101010110011011111101111000110100100001100010001101000000010011000011100
+0,68,36,479,0111111111110011001000111111001110111011001101011110000100100100100100011100000001000010011100011000
+0,68,37,-603,0101111111011111111111011011011111101111001110101111100101101111000110011100000000000010011101011010
+0,68,38,513,0111101111110001011101011111001011111011011101001110001111100100000110011000001001000010011001011000
+0,68,39,-588,0111110111110111111111111011111110111011001100100011000100100111001100011100000011000110011101011100
+0,68,40,502,0101111011111111101001111001011111111011011011101110100101100001000100011100000001000010011000011000
+0,68,41,514,1101111111110111101010111111001110101001001100111110100100000100100100001100000001000110011100111010
+0,68,42,-623,0111111110111111101001110111001010111011001111101111010111100101010100001000101011001110011101111000
+0,68,43,449,1101110011110111111100001111010110101001001100100110000101100101100100011010000000000010011100010010
+0,68,44,556,1111111111110111111110011101001101110011001110101111010100101010100110011100001000000100011101011000
+0,68,45,536,0111111111110111111011111011011111111010001100001111000100001100100110000100100001010010011101011000
+0,68,46,554,1111111011010111001110111111001100101011001111100111000110100110001100011000000101000110011101011010
+0,68,47,-560,1111111111010111001110111111001100101011001111100111000110100110001100011000000101000110011101011010
+0,68,48,-592,1111111111111111111101111111011000110011101101101111011100001110100100011100001011000010011000011010
+0,68,49,507,0111011111100111111100111111101000110101001100101111011100011101100100011000001001000100011000011000
+0,68,50,-562,0111101111101111101000111101001110111001001110101111000100000111010100011101101001000110011101011000
+0,68,51,502,1111011111110111011100111000001100011011011101101111010100000101100110011000001100000010011000111000
+0,68,52,548,1111011111110111111010111101101101111011011100100111000110001010100100010100101001000110011001011000
+0,68,53,543,1111111011111111111100111101011110100011001101101110010100011110100110111000001000000000011101011000
+0,68,54,536,1111110011110111111101110111001010101011001110100111000111100100000100011010000101000110011101010010
+0,68,55,-564,0111111011010111001010101111001100111011001111101111010100100111001100011000001010000110011101111000
+0,68,56,516,0111111111110111111010111111101111101010001110101111000100101101000100001100001000000010011100011000
+0,68,57,544,1101110111110111111111011011011110111011001000000111010100101100100110011000000101000110011101011000
+0,68,58,539,1111011101111111111110111111111110110101001111101010000100000100100100101001001001000110011000001110
+0,68,59,541,1111011010101111101100011101101100111001011111100111001111010110110100001000001001000110011100011000
+0,68,60,454,0111010111100101111100111011000110111011001100101011000100000100110100110010001000000110011000011000
+0,68,61,-582,1111111111111111111110111111001110110001001111101111000101010101010110001100000001100010011101011000
+0,68,62,524,1111111101111111111100110010100110101101001110101011000100000101100100011001100001001010011001011100
+0,68,63,539,1111111110111111111100111110011101111011001100101111100110000100101100011000000001000110011001010010
+0,68,64,483,1111111011010111111110111111000100101011001111100111000100000100010100011000000000000110011101011000
+0,68,65,-628,1111111011111111001100111111001000110001001100101111100111101111101100011011100101000110111001011010
+0,68,66,548,1111011111101111111100011101101110111010011100100111101101111101000100001100000001000110011100110000
+0,68,67,519,1111111111110111101000011111101111111001101000101110001000100100100100001001001001000010011100111010
+0,68,68,-582,1111111111111111111000101111111000110111001101101111011101110101100100011010001010000110011000110000
+0,68,69,544,1111110011110111111101110111001010111011001110101111010100001101000100011000001001000110011101011000
+0,68,70,554,1111111111110111101000111110001111110011101100011111001100001010100110011100001001000100011101011000
+0,68,71,509,1111111111110111111111111101001101110010001100100110010100001010000110001100101001000000011101011000
+0,68,72,555,1111101111110111111101011111111010110011001101001111001111000110001100011010000000000110011001011100
+0,68,73,522,0111010111110111111111111101101110101001001111100101111100100110000110101001001000000010011000011000
+0,68,74,-565,1111011111110111111100111101101110101011011100100110000110011101100100110000101000001110011101011000
+0,68,75,539,1111011011111111111000110001001111111011001101101011010100001110100100011100001001000010011101011000
+0,68,76,573,1111011101111111111110111111101110110010011111101111000110110100010100001010001001000110011000011010
+0,68,77,533,0111011011111111111101010111101110101001001111101011000101000111100100101000001001000110011100001100
+0,68,78,491,1111111111110111001100011110001110110011001100101111000100000010100110010000100101000010011101011000
+0,68,79,-604,1111110111110111111010111111011101101111001101101110011100001101110100011100101001000100011100111000
+0,68,80,-596,0101111110111111001100111111111110111011001111111111001100101111100100010001001001001010011001011000
+0,68,81,494,1111111111111011111100111100011100101101001100101100101100000100000100001100001001000110011100011010
+0,68,82,525,0111111011111011011101111111001111111011001101101110000100100110000100011000001001000110011001011000
+0,68,83,491,1111101111110011011100011111011011111011001100101010001101100100100110011100001000000010011001010000
+0,68,84,518,1111110010111011101100011111001100101011001101101111000111100101110100011000001001001010011001010000
+0,68,85,521,1101111111111111011100111111010111111001001101100110000101100100100110001000100010000010011100011010
+0,68,86,505,1111111011110111111100010111000110001001001100100111001101011100110100011001100000000110011001011000
+0,68,87,-560,0101111010111111111000111111001000110011011101101110100101000101110110011010001000100110111100011000
+0,68,88,520,1101111111110111111101111111011101111111001100111010001100000101010100101010000000000010011100011000
+0,68,89,548,1111111111110001111000011111101110001011001100100111111101100101100100011100100011000110001001011000
+0,68,90,517,1011111111110111011000110110101101111011001100101001100100001100100100010111001011000100011001011000
+0,68,91,562,1111111111101111111110111101001111100011001110101111011100001010100110011100101001000000010101011000
+0,68,92,559,1111111111111111011000111101111110111011011101101110000110011111000100111000000001000010011100011000
+0,68,93,548,1111011011111111111100111111111111101011001110100110000110111100110100100000001000000010011101011000
+0,68,94,500,1101011110110011101100011111011110001011001100100110000111100101010110011100001001001110011000001000
+0,68,95,552,1111111111101111111100011111110111110001001101100111001111100100110100001000100001000000011100011110
+0,68,96,524,1111111111111111011010111011011111111011001110001110000100101101010100010100000001000010011100011000
+0,68,97,561,0111111111010011011100011111101111111111001100111111000110111111000110101000000000000010011101011000
+0,68,98,548,1111111011111111011110111111001110101011011100100110000101101100100100011000100010000110011101011000
+0,69,0,518,1111111011110111101100110110001011110010101100011111000100001101100100011100001001000100011101011000
+0,69,1,-565,1111110101110111111001111111001110111011001110101111011100001010000110011000001001000110011101011000
+0,69,2,512,1111111011111111111100011011011101100011001110100111110110000100100100100000100100000010011101010100
+0,69,3,-570,1111011111110011011101110110111110101001001101101110000110111100110110011000001001001010011100111000
+0,69,4,535,1111110101011111011101111111001100101001001101101111001110000111100100011100000011000100011001011000
+0,69,5,-584,0111111111100111111100111010011000111011111101000111010100101101110110011100101001010010011001011000
+0,69,6,-585,1111011101101111111100111111001110100011011111101111000110100111011110011010001001000110011000011000
+0,69,7,546,1111111101011111011110111110101100111010011101101111000110110100110100001100100001000000011001011010
+0,69,8,535,1111111111110110111001111011011101110010001000001111001100001101100100001100101001010110011100011000
+0,69,9,528,0111111111111111101110011101101011111010101101101111010100011100100110000100000001000010011001011000
+0,69,10,516,1111011011110011111001111101000111111011001010101111000101000100010100011000001011000110011100001100
+0,69,11,-575,1111111011111011111100111001101000111011001101111111001111100100110100011100001000010010011100111000
+0,69,12,551,0111111111110111111101111011001111111010001100101011000100001100110110110100100001000010011101011000
+0,69,13,427,0111010111100101111010111011010110111011001100001111000100000000100100000010001000010110011000011000
+0,69,14,558,1111111111010111011110110111001101111011001100100111000100101110000100011111000001000100011101011010
+0,69,15,513,1011111011110111001000111110101100101011001111101001100110000100101100010000001111000110011001011000
+0,69,16,528,0111111111110011111111111001001101111011001000001111001100111101000110001100000011000010011001011000
+0,69,17,536,1111111111111111111000111111011111111010001100101111100100001100100100000100100000010010011101011000
+0,69,18,531,0111011111110101011111111110101110110111001101101111001101100111001100011001000000000010011100010000
+0,69,19,518,1111011111100101111000111111001000111011011100100111000110100110110100011100100001000000011100011010
+0,69,20,520,1111011111101111111100011111001110110001001110100011001101010101100010101000101000000100011101010010
+0,69,21,563,1111111111111111001100111011001000111001011111101110000111000111110100011110100001001010011000011000
+0,69,22,543,1111111011011111101100011111001100101001001101101111000100100110101100011000100001001110011100011010
+0,69,23,550,1101111111110111011010111111011110101011001111100110000110100111010100011000000101000010011001011010
+0,69,24,560,1111111111111111111000111111111000101111001101101011011100010101100100011010000000001110011000011100
+0,69,25,546,1111111101111111111100100010100110110101001110101111000101100101100100011001101011000010011001110000
+0,69,26,-610,0101111011111111111010111111111010111001011101101110100111000110110110011100001001000110111101010000
+0,69,27,510,0111011110111111111100111111001000110011011101101110010100000101100100011010001000100010011100011000
+0,69,28,-584,1111011111111111101100111011101100111001001110101111001101111110010100011100001001000110011100011000
+0,69,29,481,1111111010101111011010011101011111111011011111000110000110000101110100000000000001000010011100011000
+0,69,30,527,1111011111100111111100011101101010110011011100000111101111000111000100001010000000000110011101011100
+0,69,31,576,1111101111111111111101011111111110111010001101101111001101111100001100011100000001000110011000110000
+0,69,32,537,1111111111100111101101011111101010111001001100000111000100000111110100011001001001000110011101011000
+0,69,33,496,0111110011110111111100111010011000110001101100101110011101010100100100011110000010000110011000011000
+0,69,34,523,1111011011111111111000110101001110110011001101101111010100011110100100011000001000000010011101011000
+0,69,35,560,1111111011111111111100111001011111101011001101101010010100001110000110111110001001000000011101011000
+0,69,36,-564,1111101111101111111000111101001100111001001110101111000110001110010100011100101001000110011101011000
+0,69,37,547,0111001111110111111010111101101111111011011100100111000100000011100100010101101001000110011001011000
+0,69,38,-587,1111111010111111111101011111111110101011001111100111001100010111100100111000001101000010011100011000
+0,69,39,489,0111011011111111111100110101101110101001011101101010000101001100000110101000001000000100011101001100
+0,69,40,-570,1101011111110111111111111010001110111111001101100111010100100111110110011000100000000110011100011000
+0,69,41,515,1111110111110101111000011111011100111011001000000111000111101100100100011101000101000010011101010000
+0,69,42,534,1111010101110111111100111101101110110011001101101111100100100101010100001010001001000110011001011000
+0,69,43,-589,1111011111111011111110111111101100111010011110101111000110010100110100111100001001000110011000011010
+0,69,44,553,1111111111111111111100010011111110100111001110101111001110000101000100011011000001000010011001011100
+0,69,45,540,1111101101110111111101111110100010111001001101001011000101000110101100011000100000001111011001011100
+0,69,46,536,1111011011001111011110111111001100111011001111001111000100100110001100011000100101000110011000011010
+0,69,47,-551,0111111101010111001100111101101100101011011001100111000110110101110100011100000111000100011101011000
+0,69,48,524,1111111010111111111100111111111110111011001100100111001100011100000110011000000101000000011100011000
+0,69,49,-579,1111111111110111111000111101111110101011011101100110001100111101100100111000001000000110011101101000
+0,69,50,544,0111111111010111011110111101101011110111001111101111000110100101001100001001101000000010011000011100
+0,69,51,561,1111111111110011111100011111101110111011011100111111000110111110000110110000000000000010011101011000
+0,69,52,556,1111111110110111111000111110011111111011101100111111001100001000101100011000001001000110011001010010
+0,69,53,557,1111111111111111101100111110001101110011001100111111100110000110100110011100000001000100011101011000
+0,69,54,569,1111111111100111111111111111101110110011011100101111011101100010000100011000001001000000011101011010
+0,69,55,513,0111011111110101111110011101001001110011001110101111000100101110101110011100000000000100011100011000
+0,69,56,517,1111111111111101111110111100011101100111001110101110001100001000000110011100001001000010011100011000
+0,69,57,521,1111111111101011111100111101001110101001001100101101011100000110100100001100101001000100010101011010
+0,69,58,535,1111111111101111111110011111000111100001001101101111001100001100100110001100101001000000010101011100
+0,69,59,-593,1111111111101111111100111101111111110011001110100111011111100010110100011000100001100000011100011010
+0,69,60,565,1111011111111111111100111001101011111011011111101011000110101100001100010001001001000010011101011000
+0,69,61,509,1111111011110111111010110101000110110011001101101111010100000110100100011100101000000010011000011100
+0,69,62,530,0111110111101111111111111111100110110001001101100111101101100100100110101000001001000000011000011010
+0,69,63,544,1111011111110111111100011101111111101001001111100101011110100110010100001001100000000010011100011100
+0,69,64,510,0111111111111111111100110101011110101001001111101111000100000101001100001101000001000100011001011000
+0,69,65,-586,0111101111101111001000011111101110111011001110100111000100010110110110111000101100010010011101111000
+0,69,66,492,1101111111111111101110111111011110101001001100101110100100100100110100001000000000000110011100011000
+0,69,67,-562,1111011011110111111000111110101111101011001110110110000110011100100100100100001001000010011101111010
+0,69,68,446,0101011111111111001100010101011110101011001100100111000100000100100100001000000011000010011101011000
+0,69,69,563,1111111111111101011000111111010111110001011111100110100101100100100110001010100000000110011100111010
+0,69,70,515,0111111111110001001100010101111111111011011100110111000100101111100100001010000001000010001101011000
+0,69,71,534,0111011111011111011000011111001110100111001110101111100110010100000110101000000000100110011101111000
+0,69,72,-583,0111111111111111111110111101011110111011001101101110100110011100100100011100001011000010011001011000
+0,69,73,503,1111011111111011111100111111101001111001011100101111011100100110000100001100000000000010011101010000
+0,69,74,498,1111111111110111011111010011001110101001011100100110110111101100000100011000100100000010011100010000
+0,69,75,-573,1111111011111111011100111110011100101011001101101111000100000100100110011000100011001110011100111100
+0,69,76,507,1111110010111011111100011111111100101011001101101110001101000101000110011000001101000000011001011000
+0,69,77,554,1111111010111111101100111101001110101011011101100111000110111100110100111000001000001010011101010000
+0,69,78,546,1111011111101111111100111111001110111101011111101010001100000100100100101000001001000110011000011110
+0,69,79,531,1111011101111011111110111111111010110011001110101010000111000101100100011011100001000010011100000010
+0,69,80,504,1111011001110111111110011111010110000101001110100011001101011100100100011001001001000110011000011000
+0,69,81,540,1111111111111111111100110111101110111001001101101110000100000100110100101001100000000110011001001110
+0,69,82,542,1111011111111111001110011011101110111001001111100111110101010110010110101001101000000000011000011000
+0,69,83,527,0111110111110111111101111101001100100001001111100101001100100110100110101100001000001110011001011000
+0,69,84,543,1111111011100111111110111111001111101011001110101111000110000010101110011000000101000010010101011000
+0,69,85,-582,1111111111011111001110111101001100100111001111100111011100101110000100011100101001000100011101011010
+0,69,86,502,1011011111110011111000110110101100111011001100101001100100000100110100110110001001000110011001011000
+0,69,87,-565,1111110111110111011100111101101101111011001100101111100100001101100100011101001011000100011001011000
+0,69,88,515,0111110111111111111101111101011000101001101100000110011100001100000100001100001001000110011101011010
+0,69,89,546,1111111111110011111100111010111100111101001101101101101100000101100100011100001011000110011000011000
+0,69,90,-593,0111111111111111111100111111110100111001011101101011010110000110100100011001001101000010011101011010
+0,69,91,495,0111011101101111111110111111101010110001011100101110000110000101000100011100101001000010011001010000
+0,69,92,488,1111011010101101101000011101101110001001011100100111101111000100100100011000000011000110011001011000
+0,69,93,-601,1111111111110011111100011111101100111011001111100111011101110111110100001100101001000110001100011000
+0,69,94,530,1111101111110111111101111111101010110011001110100111000111000110000100011010000101000100011001010010
+0,69,95,547,1111110011110111111101010111011010101011001101001111001111100100001100011010000000000110011101011100
+0,69,96,550,1111111111111111101110011111001100110011001111101111011100000010110110001100101000001000010101011000
+0,69,97,-574,1111111111101111011100011001001111100001001110100111010101011111100110111100101001000100011001011000
+0,69,98,538,1111111111110111111110010111000111100001001100101111011101001000110110011100100001000010011001011000
+0,70,0,547,1111011111100111111100010101111110100011011100101111101110000111000100101011000000000110011001011100
+0,70,1,554,1111111111111111111101011011101010110111001110000111001111000101000100011010000001000010011101011100
+0,70,2,534,1111011111111111001100011011101110101001001111100111100110010100010110101001000000100100011001111000
+0,70,3,538,0111011111011111011010111111001110110111001110101111110101010110000100101000101000000010011100011000
+0,70,4,551,1111111111111111011100011011001110110001001101101110010101001011110100011110100001001010011000011000
+0,70,5,550,1111111111110111101110110111000001101001011110101111001111000100110110011100100001000010011001011000
+0,70,6,441,0101111111110111001000010101011110101011001111100111000110000100000100011000000001000010011001011000
+0,70,7,548,1101011111111111010110111111011110101011001100100110000100100111110100001000000111000010011101011010
+0,70,8,542,1111001111111111111100011111101110110001001110100111000101010100110010101000001101000100011101010010
+0,70,9,534,1111111111100111111101111111001010110011001110100011001111000111000100011010100000001100011001010010
+0,70,10,-579,1111111011111111111100111011111111101001001101101101110100000100100100011110001011000010011101011000
+0,70,11,533,0111111111110011111100111000011100111111001101101010001100001111100110111100001001000100011000011000
+0,70,12,-574,1111011101101111111000111101011000100011011111101111000110100111111110011010000000001110011000011010
+0,70,13,578,1111111111111111111100111111101110101111001101101011011100010101000100011010001001000110011000011100
+0,70,14,543,1111111111011111111100011111011110101001001110101111011100100110000100001001100000000110011100011010
+0,70,15,541,1111011011110111101000011101101101101001001101100101000110100110111100011000100001001110011100011100
+0,70,16,550,1111111111110111011100010111001110111011001100100011000101110100100000101111001001000100011101011010
+0,70,17,528,1111011111001111111110111111001101110001001110100111001100001111000110011000100000000100011101010010
+0,70,18,522,1011001111111111111000011111101100111010001100101101101101100100011100011110001001000110011000010000
+0,70,19,544,1111111111110011111101110110111110111011001101101011000100010100100100110100000001000110011001111000
+0,70,20,539,1111110111111111011101010111001000101001001101101111001110000100101100011110000011000100011001011100
+0,70,21,551,1111110001010111111101111111111110101011001101001111001111100111000100011000000000000110011101011000
+0,70,22,562,1111111111111111111101111111001111100001001101101111001100000110100100011100100001000000011101011100
+0,70,23,508,1111110101001111011110011111000100101001001101101111001110001101100110001100001011000100010001011000
+0,70,24,555,1111101111111111111110111111101010111011001111101111000101000010100100011100100000001001011001011000
+0,70,25,535,1111111101110111101101011110000100110001001101001011011100000110111110001000101000001110010101011100
+0,70,26,-563,1111111101011111011000011111001100101101001110101111101110010111000100111110000000100110011001011000
+0,70,27,532,0111010111011111011101111111001110100011001101101111000110000100100110001010000011000100011101111000
+0,70,28,506,1111110011110101111000011111101100101011001101100101100110101100100100010101000100000110011101010000
+0,70,29,508,1011111111110111001000111110011100111011001010001011000111000100101100011000001111000010011001011000
+0,70,30,516,1111110111110111111100011111011101110011001101101111110110000101100100000010000100000010011001010100
+0,70,31,530,1111011001111111111100111001101110100011001110100111100100100100010100101000101001000110011101011000
+0,70,32,508,0111111111110111111111111111001001110011001001001111001100001101000100011010000010000010011100011000
+0,70,33,530,0111011110111011111100111001001100111011011100101110010100110101100110001100001001100010011001011000
+0,70,34,549,1111111111101111111110111111111100101101001101100111101101010101100100101010001000000100011000011000
+0,70,35,539,0111110111111111111001111111100010110011001101101011011100100100100110011010000001001010011000011100
+0,70,36,544,1111101111111111111110111111011111111011001100101111000100001100100100000100100000010000011101011100
+0,70,37,521,1111111111101111111000011111000111100000001101101111101100001100100110001100101001000010010101011000
+0,70,38,562,1111111111100111111110011111000111100011001100101111011101001110100100011100101001000000010101011100
+0,70,39,555,1111111111101111111111111111101110110001011101101111001100100000000110101000001001000000011101011010
+0,70,40,513,0111111011110111111100011011011100110001001101101110001101001100100110001110001010000110010100011000
+0,70,41,518,1111110111101111111110111110000011100001101100101111011100010100100100011100100001000000011001011100
+0,70,42,-572,1111110111110111011101110101001100111011001101100111001100100110100110111101001001000110011001011000
+0,70,43,513,0111111111010111111110111111001101100001001110100101000100101110000100001110000000001100011101011010
+0,70,44,555,0111111101101111111111011111000110101001001101101111001110001100100110011100001011000100011001011000
+0,70,45,509,1111110111011111011100111111001101100001001101101111001100000111100100001100100001000000010101011100
+0,70,46,543,0111100111110111111111111101101101101001001100000111001100001001100100010101001001000110011101011010
+0,70,47,519,0111011111111111111000111101011010111011111100100110010100000110000100001100101001000110011001011000
+0,70,48,549,1111011111111111001110011011001010111001011111100111100101010111110100011011101000000000011000011000
+0,70,49,556,1111111111111111001100111011101100111001001111101110010111000110010110101100100001001010011000011000
+0,70,50,538,1111110111110111111101111111001101100001001100001111011111001000100110011100000011000100011001011000
+0,70,51,525,1111111101011111011110010111000110101001001101101111001100000111110100011100100001000010011001011000
+0,70,52,541,0110011111110111111100111101101101110011001000101111000100101101010110001010001011000110011001011000
+0,70,53,504,1111110101110011111111111001001110111011001101001111101100010101000100001100000001000010011001011000
+0,70,54,546,1111101101110111111100110110111010100101001100101011001101000101000100011010100100001111001011011100
+0,70,55,561,1111111111111111111101011011100110111011001111001111000110000110101100011001000001000010011001011100
+0,70,56,523,1111011101111101011110111110111010110111001101101111000101000101001100011001100000000010011100010010
+0,70,57,545,1111011111110011111111111111101110110011001110101010001111100111100100011011000001000010011100000000
+0,70,58,550,1111110111110111011101110111011111100001011101000111101111100100000110001010100000000110011100111000
+0,70,59,-566,1111111011110101111000011111010010111011001111101110000101100100101100011010000100000110011101011110
+0,70,60,-603,1111111111111111111010110111001001111111001101101011010100101111100100011110000001001100010101011010
+0,70,61,508,1111111111010111011101111111111100101011001100100111001100010100000100011011000000000110011000011100
+0,70,62,506,1111010011101101101101011101101110101001001100100111101101000100100100011000000011000110011001011010
+0,70,63,509,0111111110111111111000111101011000001001111100000110011110001100001100001100001001000110011101011000
+0,70,64,522,0111111111110111101100111111101100101011001001100110000100010101110100101001000101000100011001011100
+0,70,65,-581,1111111101011111011100110101101110111001011101101111000110100101110100011100100010000110011101001010
+0,70,66,-562,0101111111110111111010111111011101110010001111000111000100001111000100011100100101000010011101011010
+0,70,67,517,1111111111110110011001111011011110101011001000101110001110100101110100001000001001010110011000011000
+0,70,68,520,1111111111110011111011111001001111111011001000001111000100000101000110001100000011000110011100011100
+0,70,69,524,0111011011110011111101111101000101111011001010101111001101111100010100011000001011000010011001001000
+0,70,70,551,1111111011100111111110111111001100101011001110101111100100100010001110011000100101000110011100011000
+0,70,71,553,1111011011001111011110111111001111111011001111001111000110000110101100011000000101010010010001011010
+0,70,72,531,1111011111111111101111111101000011111011001010101111010100010100100100010100001011000110011001001000
+0,70,73,513,0111111011110011111000011101101111111010101101101111000101001100010110001000000001000010011100011100
+0,70,74,492,1111111011110110111000111010011001110010001000001111001100001101100100001100001001000110011101011000
+0,70,75,561,1111111111110111101101110111001111110010101100011111000100001101100100011100101001010100011100011000
+0,70,76,-588,1111111111111011111100111010101100111001001101101111101110000101100100011100001011000110011101011000
+0,70,77,515,1111111111110111101100111110011101110111001100111101100100000110100110011100000001000100011000011000
+0,70,78,517,1111011111001111011100111111001110111001011111001111001100100100100100001000100001000110011000010110
+0,70,79,550,1111011011101111111110111111001100111111001111101010000100000110001100111000001101000110011000011010
+0,70,80,532,1111101001101111111110111110101010111001001101001011000100100110001100011000100000001110011010011110
+0,70,81,-568,1111001111010111011101111111000100111011001111001111000101000110101100011000100101000111011011011000
+0,70,82,502,1111111011110111111000011111011110111011001001001111000110011100100100011000000000000010011101011000
+0,70,83,528,1111010111111101111000010101001100110011001100100111010101101110100100011101001101000010011101010000
+0,70,84,547,1111010101110111111000111101101111111011011100101111100100000011100100000011101001000110011001011000
+0,70,85,539,0111001111110111111110111101101010110011001101100111000100100101010100011100001001001110011001011000
+0,70,86,566,1111011110101111111101011111001110111111011111101111001100000110100100111000001001000010011000011100
+0,70,87,560,1111111011111111110100111111111110101001001111100010001100010101100100101000001101000110011100011010
+0,70,88,536,1111111101110111111100011111011111110101001100101011000100011100110100011000001100000010011101011000
+0,70,89,529,1111011011111111111010111111010110001010001110100111101101001100100100000101100001010110011000011000
+0,70,90,-581,1111111111111111011110110110111110101011001101101111010100101100110110011100101000001010010100011000
+0,70,91,539,1111011111110011101101011111001100110001001111101110001110010010110110001000001001001000011101111000
+0,70,92,514,1111111111111111101100111101101110111000101101101110010100010100100110001101000000000010011001011000
+0,70,93,565,0111111111111111111110010111101011111011001101101111000100101100110100100000100001000110011001001110
+0,70,94,549,1111111110110111111100111010111110111111001110111111001100001001000100011011000001000110011001010000
+0,70,95,-572,1111111111111111111000010111011111100011101100101111001110000100101101011000001001000010011001011110
+0,70,96,499,1101011111110011111011111111001110101001001110101110000100000100110100011000001011000110011100001000
+0,70,97,500,1111111011111111101100111101010111101011001000101111100101100100010100001000000000000110011100011100
+0,70,98,471,1111111011101111111100111111001110101001001100101111100100010100110100001000100000000100010100011000
+0,71,0,537,1111111011100111111110011111000110100011001110101111100100000110001100011100100101000100011100011100
+0,71,1,-576,1111111111100111111110111111001101011011001100101111011101101010100110011000101001000010010101011000
+0,71,2,553,1111101011110111001110111011101100111011001111101111000111100010001110011000100101001010011000011000
+0,71,3,548,1111111111101111111100111111001100101001001110101110110100000110010110101100100001000110011100011000
+0,71,4,534,0111011101100111111100011111001110110101011111101110001100000100100100001010001010000110111100011100
+0,71,5,562,1111111010111111111101011011011100111111001101101111001101001110100110111100001001000010010000011000
+0,71,6,567,1111111111111111101100111011101100111101001101101010011110000101010100101110100001001110011000011000
+0,71,7,561,1011111111111111011100111111101110101011001111101111010101010110000110011000001001000010011000011100
+0,71,8,535,1111111110111111111100011111101110110111001111101111001100001100000100111000000001000010011001011000
+0,71,9,-571,1111011110100111111101111010011110111111011110111111001100000011100100011011001001000110011000010100
+0,71,10,-574,1111111011100111101100110111001111111010001100111111100100100010001100011100101101010110011100011000
+0,71,11,538,1111111111110111111111111111001100100011101110001111000100001101100110011000100001000100011100011000
+0,71,12,520,0111111111101111111110111111011110111101101100100110101100010100000100001110101000000100011000011000
+0,71,13,548,1111011111111111111000111101111000101011011101100111010101000111100100101000001001000110011001011000
+0,71,14,-555,0101111111110011111010111111011101110010001111000111000100001111000100011100100101000010011101011010
+0,71,15,-574,0101111111110111111010111111011101110010001111000111000100001111000110011100100101000010011101011010
+0,71,16,-601,0111111111101111011111111111101110110001011101101110011101000011110110101000101001001010011100011000
+0,71,17,499,1111111111111111111100011011001110110001001101101111000100101000000100011110000001000000011001011010
+0,71,18,480,1111100111110111011100110111011111100011001101101111000101100100000110000100100000010000011100011000
+0,71,19,-603,1111111111111111111111111111011111111001011100000111101100001100100100001010100000000110011101111100
+0,71,20,540,0111111101010111101100111111001100101001001001101110100100000111110100111100100101000100011001011100
+0,71,21,519,1111111111111111011110010111100110101011001100100111011100010101110100001001000001000010011001011000
+0,71,22,538,1111110111110111111111011111001100110011001101101111101110100101100101010010000000000010011101000100
+0,71,23,509,0111011111110011111100111111110111110011001110101010000111000111100100001011000101000010011000010000
+0,71,24,484,1111111111110111001100010111001100101011001100100010000100110100110100101101001001000100010001011010
+0,71,25,-566,0111111111110111101100111111101110111011001001100111000101010101100000101011000101000100011101011100
+0,71,26,547,0111110111111111011111010111001001111011001101101011001100001100101100010000100011000110011001011100
+0,71,27,547,1111111111111111111100010111101010101001001101101111000110100100110100101110000001000100011001001110
+0,71,28,-579,1111011111111111111100111111001100111111001111101010001100010110001100111000001001000110011000011110
+0,71,29,549,1111111011101111111110111111101110101111001101101011010100000101000100011010001101000110011000011000
+0,71,30,552,1011011011111111011110111111000110101011001101101111000100000110100100011100100101000110011001011010
+0,71,31,517,1111111101001111111110010111001100111101001111101010001100000111011100111000001001000010011000011000
+0,71,32,509,1111011111001111111110011111001100110011011110100111001100000110000100111000000000000100011001011110
+0,71,33,-592,1111011110111111111101111111001111111101001111101111001100001111100110011000101001000010011100010000
+0,71,34,515,1111101101101111111110111110101110111001001101001111001100100010000100111000100000000000011110011010
+0,71,35,-585,1111111011101111111111111111101010110001011101101011000100100100001110001000011001001110011001011110
+0,71,36,-615,1111111111111111111101111111001111111011001101100111001100110110100000001111101001000000011101011100
+0,71,37,497,1111111111110111011100010111001110100001001100101011000101000100100100111100000001000100011101011010
+0,71,38,543,1111101011111111111010111110001001111010001110101111001101000011100100011100101001001000011001011000
+0,71,39,481,1111111111110110111100111001111010110011001001001111000100001100100100001100000000000111011101001000
+0,71,40,522,0111111011110111111100011111001110100011001101101111001100001101000110011010001001000110010100011000
+0,71,41,569,1111111111111111111100111011111100111101001101101010011101010100100100001110001010000110011000011100
+0,71,42,-565,1111011011001111111010111111001110101111001110101111100101100110001100111000101100000010011100011000
+0,71,43,524,0111111111110111011110111111001100110011001110101111110100010010000110001000100001000110011100011000
+0,71,44,483,1111111001110111111000111010011000000101001100101111001100001101000100011100000000001110011101011000
+0,71,45,526,1110101111110110111100110110111011110010001000001011001101000101100100001010101101000101001011011100
+0,71,46,543,1111111101110111111110111110011000100001001110101011001101100011001110011000100101001111001000011000
+0,71,47,537,1111101011100111111100110011101010101111001100101111100100000100000100011010100100000110011111011100
+0,71,48,547,1111110111010111111101111111011111100011001100001111000111001111000100011100100000000100011101011000
+0,71,49,-585,1111111001110111101101110111111110111010101101011111001100101101100100011000001001010110011100011000
+0,71,50,-608,1111101111110111111110111111001001101011011110101111001100000101110110011100101001001110011001011000
+0,71,51,481,0111011111110111101110110101100010110001001101100111000111100100010100011100000001000010011001011000
+0,71,52,534,0111111111101111111111111111111110101001011100101111001100100000100100001000001001000000011101011010
+0,71,53,-592,1111101111110111111111111101101101110001001101000111001100001001000110110101001001100110011101011010
+0,71,54,551,1111111001100111101110111111101100111011001101000111000100010101110110001001000100001100011010111100
+0,71,55,530,0111101111111111111100111110101010101001001001101010000100100110001100111000100001000110011001011110
+0,71,56,-561,1011111110110111011100011011111110111011001110100111001100011001000100011011001001000110011001011010
+0,71,57,532,1111111111110111111100110110001110111111001100111011000101100100100000101111000001000100011101010000
+0,71,58,548,1111111111111111011101011101001101110001001100101111010101001001110110011110000001001000011001011000
+0,71,59,533,1111110111110111111100111011001110100001001101001110011111001010100100011100100011000110011000011000
+0,71,60,552,1111111111111111101100111101011100111001001111100110011100100110110100011100101000001010011000011000
+0,71,61,536,1101111111111111001110110011101110001011001110001110000111001110000110101001000001000110011101011000
+0,71,62,-560,0111010111100111111110111111000110100011001101101111100100100110100110001000000111000110011101111000
+0,71,63,514,1111111011011111011101111111001100101011001110101111000110000000001110011010100001000100011100011000
+0,71,64,532,1111011111111111101101111111100111111011001110101111000110000100101100011000000011000010011001001000
+0,71,65,560,1111111111111111111111011001000010111011001011001111010100010110100100010101001001000110011001011100
+0,71,66,526,1111111111100111111101101110111110110011001101101011000100010000000100101000001001000110011001111010
+0,71,67,565,1111111111111011111111110111101110111001011101101111001100100100100110110100000001000000011101011000
+0,71,68,534,1101111111111110010111111011011110101011001000100110000110100111110100001000000011010010011001011010
+0,71,69,531,1111011111110111011000111111011110101011001100101110001100100101110100001000001101000110011100011000
+0,71,70,519,1111111111101111101111111101001110111001001100001111001100100100100110001001001001000100010101011000
+0,71,71,561,1101111111111111111110111111111110000011011111100110001100101010000100111000001000000010011101011010
+0,71,72,537,0111000111110111111111111101101101101001001100000111001100001001100100010101001001000110011101011010
+0,71,73,528,0111100111110111111111111101101101101001001100000111001100001001100100010101001001000110010101011010
+0,71,74,574,1111111111101111111101011111100111110011001110101111010100001110101100011000001001000010011001011100
+0,71,75,549,1111111111110111111110011011000110101011001101001111001111000110100100011101100001000000010101011100
+0,71,76,546,1111111111101111111010011111001111101000001101101111001110001110101100001000100101000010010001011010
+0,71,77,528,1111011011001111011100111111000111110011001111001111100100000100100110011100001001010010010101011000
+0,71,78,520,1111111011111111111100111111111110100101001101100010001100000101000100011010000100000110011110011000
+0,71,79,-596,1111101101110111110100110110111010101001001110111011001101010101100100101000101101001111001001011110
+0,71,80,-561,1111111110100111111101010011101110111011001100101111000110000110001100011011000001100110011001011100
+0,71,81,568,1111011111111111111100011101110110100011011111001111101110000111100100101011000000000010011001011100
+0,71,82,532,1111111011101111111100111111011110101011001111101011000100000001001110001000100101000110011100011000
+0,71,83,564,1111111011110111110110111111101100101001001110100110101100110110100100111000001101000110010100011010
+0,71,84,531,1111101001111111111010111111001010101001001001001111000110100110010100111000100001010110011000011010
+0,71,85,523,1111111111100110011101110010111110111011001100101010001100100101101100001000001000001110011010011100
+0,71,86,532,1111111111101111111101111011110100111011001101101111000100001110100100111100001001000000011000011000
+0,71,87,-555,0111111111110011111100011000001110111111001111001010001110000111101110011001000001000110011001011100
+0,71,88,-592,0111111101111111111101011111001110101001001101101111001110000110100110011100101011000000011101011100
+0,71,89,538,1111111111101111111111111111000111100001001101101111001100001100100100111100000001000100011001011000
+0,71,90,535,1111011111011111011010111011001010110111011111100111100101010111000100111010101000000000011000011000
+0,71,91,543,0111011111111111001110011111001010111001001110101111110101010110110100001001101000000010011100011000
+0,71,92,553,1111110101111111101101111001101100111001001111101111000111100111010100001000000000001110011101011000
+0,71,93,540,1111111001010111011100111111111110101011001101001110011111000110000110111100100001000010011000011000
+0,71,94,570,1111011111101111011110111111111110101111001101100111000111000111101100011010001000010100010000011010
+0,71,95,526,1111111011011111111110111111001101111001001111001111101100010100100100101000000001000010011001011000
+0,71,96,520,1111001111111111101110111101101010101011001101100110000100100101100100011100001001000110011001011000
+0,71,97,559,0101111111110111111110111101011110010011001110000111001100101110010100011001001000001110011101011000
+0,71,98,563,1111111111110011111100111111011111110101001110100011001111010101110100011010000000001000011001011010
+0,72,0,534,1011111111111111111101110110001110111011001000101111010101000110100000101101001001000010011001011000
+0,72,1,549,1111111111110111011100111111101110101111001111101011000101110100000100011010000001100100011100010100
+0,72,2,531,1111011111111111111100011101110110111001011101001111101100000100100110100110000000000010011101011000
+0,72,3,-590,1111111111111011111111110111101110100011011111101111001110100101100100111001000001000000011001011100
+0,72,4,-587,0111111111111111011111011001001010111111001111001111010100010110110100010001101001000110011100011100
+0,72,5,516,1111011111111111101110011111000000111001001010101111110101010110100100001101001000000010011001011000
+0,72,6,555,1111111111100111101110010111001110111101001011101011000100000111011100111011001101000000011100011000
+0,72,7,528,0111111101011111111100111111101100111011001101100110001101010101100000101000000001000110011001011100
+0,72,8,-573,1111111011111111011101011111101100101011001110101111000110000000111110101110100001000100011001001110
+0,72,9,488,1111111111011111111100110111001010101001001101101111000110100100000100011010000001000100011100011000
+0,72,10,-576,0111011111111111111000111101111101101001011100000111001100001011100100111100001001000110011101011010
+0,72,11,518,1111000111110111111111111101101000101111001101100111010101000101100100000001001001000110011001011000
+0,72,12,560,1111111101101111111101111111001110101001001101001111001110001100100110111100001001000000011001011100
+0,72,13,534,0111111111111111111111011111000111100001001101101111001100000100100100011100100011000000011101011000
+0,72,14,516,1111011111101111111100111110111110101011001100100011010100000011000100101000001001000110011001011010
+0,72,15,548,1111111111110111111001101101111000110011011101101111000101010100100100101000001001000110011001111000
+0,72,16,480,1111101101100111111100111111001010101011001101101011000100000100000100011000101100010100011100011000
+0,72,17,506,1111110111110111011101010111011111110011001100101111000101101110001110000100100000000010011100010000
+0,72,18,-580,0111111101100111101110111111101110110011011111101111000100010100110110001010001000000100011110111100
+0,72,19,516,1111011001100111111100011111001100111101001101000110011100000101100100001001000110001110111000011100
+0,72,20,563,1111011111101111111110111111001110110111011111100111000100000111101100001000001000010100011000011110
+0,72,21,492,1111011111001111011110011111111100101011001100100111001011000110000100111010000000000100010001011010
+0,72,22,-614,1111111111101111111110111111001111101001001101101111000110001111100110001001100101000100011000111110
+0,72,23,483,1111111001100111101010011111101100111010001101000111001100010100111100001000000100001010010011011000
+0,72,24,-606,1111111100110111111111011011011000111101001111101111001101101011101110111100100101000110001000011000
+0,72,25,499,1111111011111111111100111110011100100011001100101011001101000110000110011000001001001011010000011000
+0,72,26,529,1111111111100110111100111101001000111011001000101111110100001100000110101100100001000110011101011000
+0,72,27,507,1111111111111111111100111011011110100001001111001110000100000110110100001100000000000111011100001100
+0,72,28,534,1111011111101011111100110111001111111011001101101111101100000100100110110100001001000000010101011000
+0,72,29,544,1111111011011111011111111111100110110001011111001111000100100100100110011100000001010010010101011000
+0,72,30,562,1111111111101111111100111111001111101001001111101110001100001110010110001100100101000110010100011000
+0,72,31,535,1111111111100111111010011111001100101000011100101111110110000110101100101000100001000010011001011010
+0,72,32,-571,1111111011111111111100111111101110110111001100100011001100000100010100011011001100001110011101011000
+0,72,33,509,0101111111110111111110111101011110000011001111000110001100101111000100011000000000000110011110011000
+0,72,34,-597,1111111111111111101100111001101110111001001111101111000110100110010100011101000001001100011101011100
+0,72,35,494,1111110101110111111111011011000100101011001101001111001111000111100100001000100000000010010101011000
+0,72,36,507,1111111011110111110110111011101110101001001100000110101110000110100100111000000101000010010101001010
+0,72,37,-583,1111111111110111111110011011000100101011001111101111001101110110100100011101101001000100010100011100
+0,72,38,516,1111111111110111111100011111001110100011001100001111000111000100100100011101100001000000011101011000
+0,72,39,530,1111111111110111011110010011000110101001001101101011001101000110100100111100000001000100010101011110
+0,72,40,514,1111111111101111101010111111001110101000001101101010001110000101111100001110100001001010010000011000
+0,72,41,-607,1111111111111111111100011111101101111101001101101111011110001110000100101000100101000110011001011010
+0,72,42,-595,1111011111111111111100111001101100111001011111001110101110000111110100101011100101000010011001011000
+0,72,43,566,1111111111111111101100011111110110100111001101101011011110000101000100101111000000001110011000011100
+0,72,44,541,1111111111111111111000111011011100101111001101101010001101100100110100001100001011000110011000011000
+0,72,45,559,1111011111110111011100111111111110111001001100101110011100010101100100001010001100000110011100011100
+0,72,46,508,1111101011100111111110111011101010101111001101101011000100000101000100011010001101000110011000011000
+0,72,47,-571,1111111011001111111100110111101110101111001100101111110100000100000100011010100100000110011111011100
+0,72,48,485,1111111111110111011100110110001100110011001100111011010101110000000000001011000001000100011101011000
+0,72,49,555,0111111111110101111110111111000110111111001110101111100100000110100110101100100001000110011100010000
+0,72,50,538,0101111111111011111110111011111100110011001111100111000100001110000100111100100001000000011001011010
+0,72,51,549,1111111111100111111001111111010101111010001101001111000100001111100100011100001101000010011100011000
+0,72,52,519,1111111111101111101100110011101110101001001110001110100110000110010110101000100001000110011100011000
+0,72,53,-565,1101111111111111011110111111001100001011001110101110010101001110000110101101000001000110011101011000
+0,72,54,450,1111011111110011111101111111110111110011001110001011000100000101100100001000000101000000011000010000
+0,72,55,-577,0111111111110110111110111111001100100011101110101110000111001111100110001011100001000110011100011000
+0,72,56,515,0111110111110111111100111111001100110011001100101111111110001010100100001000100001000110011000011000
+0,72,57,552,1111111111110111011110111011001110100001101111001110010101010010000110011100100011000110011100011000
+0,72,58,559,1111111111111111111101011111100100111011001100101111000111000100100110111100001011000010011001001000
+0,72,59,548,1111011010111111101101111011011111111111001111101111001100001110101100011000100001000010010000011000
+0,72,60,534,1111111111111111111100111111101110111101001111101011011110000100000100101000100001000010011000011000
+0,72,61,-568,1111111110111111101100011011101100110111001101101110001100001101010100111110000001001110011001011000
+0,72,62,555,0101110111110111111111111111001100010011001111001111101100100111100101010010000000001010011101011000
+0,72,63,542,1111111111110111111110011101011110110011001100100111001110101100010100011001001000000110011101000100
+0,72,64,505,1111111110011111111110011111101101110011001110001111101100000100100100101000000001000010011001011000
+0,72,65,561,1111111011111111111100111111001110111101001111101111001100011100000100111000000001000010011001011100
+0,72,66,-596,1111111011110111111111111111001100110011001101100111100100110101110100011001000100001000011111001110
+0,72,67,504,1111110101100111101110111111101100111011001101001111001110000101000111000010000000000110011000110100
+0,72,68,-579,0111111011111111101010111110001100111010001100101111101100000111100100111100101101000100011001011100
+0,72,69,512,1111101101010111111100111111011001101001001011101110000101000011110100011100100001001000011001011000
+0,72,70,525,0111111111110111111110110111111010100011001101100110000100101110010100011000001001000010011001011010
+0,72,71,517,1101011111111111101110111101100110010001011111100111001111100000000100111100000000000010011101011000
+0,72,72,519,1111111011110111101110111001101000111011001111001111010100010101100100000001000100000100011011011100
+0,72,73,-591,1111111101001011111111011111000110111011001001000111000100010110110110011101001101001110011000111100
+0,72,74,-579,0111011111011111111100111111001100111011011011100111100100000111011100111100100100000100011001011100
+0,72,75,469,1111111101000111101110011111001100100001001100101110001100000110100100011000000001000100011001011110
+0,72,76,555,1111111111110111111110111101101101101001001110100110101100101000100100111000001101000110010100011010
+0,72,77,-546,0111000011110111110111111111101100101001001100000111001100010111100100010101001001000110011101011010
+0,72,78,525,1111111111110011111100111011110110111111001101101010001110000101000100101011100001001010011000010000
+0,72,79,551,0111011111111111101100111111101101110001001110101010010111000111110100001110000101000110011000011000
+0,72,80,474,0111011111111111001110010101001010111001001001101011001101100100100100010100000011000010011001011000
+0,72,81,558,0111110111110111111101110111100001110011001101100111001111001100011100011000100001000110011001011100
+0,72,82,-616,1111011101111111011110111111001100101011001111101111000111100111010100011000000101001110011101011010
+0,72,83,489,1011110011111111101101111001100110111001001101101111000100000110100100001100100000000110011001011000
+0,72,84,-585,0111111101011111001100111111001000111001001011101111110100010110110100111100101101000000011101011100
+0,72,85,512,0111011111110111101110011111001110101001001100101110100101000111110100001001100010000110011000011000
+0,72,86,-582,1111111001010111111101011111111111110011001111001110011101001110001100111000101001000010011001011000
+0,72,87,543,1111111111101111011100111111100110101011001100101111010110100110100110011100000001000010011000011100
+0,72,88,561,1101111111111111111110111111111110001011011111100111001101011110000100011000001000000010011100011000
+0,72,89,561,1011111111111111011100111111101110100011001111101110010100100010000110111000001001000010011001011110
+0,72,90,-607,1011110111111111101101111001001110111011001101001111000111100111110100011101100001001010010101011100
+0,72,91,482,1111111101110111111010011011100100101001001111101111001111000110000100001000000000000100011101011000
+0,72,92,562,1111111111111111111100111111001100100001001001101111000100101110110100011110100001000100011001011100
+0,72,93,469,0111111101010111101100010011001110111001001101101110100100000001000100111100000101000000011001011010
+0,72,94,507,1111101101101111111110111111011010111001101100100110101100110100010100001010100000010100011000011000
+0,72,95,544,0111111011111111111010111111001110101101001001001111000110000110000100111100101001000110011000011010
+0,72,96,516,1111101111110111011111110111001111100011101111101111000100000101100110000100100000000100011100011000
+0,72,97,502,1111110111110111111100111111011100100011001100001111000101101100000110011000100001010000011100011000
+0,72,98,-643,1111011111110111111110111111101111101011001110001111000100100111101100011101101001000110011101011100
+0,73,0,488,1111010111110111101110011111001100101001001101101110100101000111100100001001000001000110011000011000
+0,73,1,527,0111001111110111111111111101101010101111001100100111010101000101110100000001101010000110011000011000
+0,73,2,516,1101011111111111111100011101101100110011001100101111111100001100100100101100000001000110011000011000
+0,73,3,524,0111110111110111111100111111010110111001011101001111101110000010100110000010100000000010011101011000
+0,73,4,558,1111111111111111111000011011111110100111001101101010001100100101100100001101001011000110011000011100
+0,73,5,549,1111111111111111101100111111010100101111001101101011011111000100010100101110000000001110011000011000
+0,73,6,503,1111110101100111111010011111101100111010001101000111001100000101101111001000000100000110010001110100
+0,73,7,491,1111111001100111101110111111101100111011001101001111001110010100010100000010000000001010011010011000
+0,73,8,-614,1111111111101111111111111111001100111010001111001111000100001111101100011100001101010100011000011110
+0,73,9,479,1111011111100111111000111101010111110111011101100110000100000111100100001000001000000010011100011000
+0,73,10,538,1111111111111111111100110111101110110111001101100110000100001110010100011000001001000010011001011010
+0,73,11,-555,0111111110110111101110011011111000100011001101101110001100101101010100111110000001001110011001011000
+0,73,12,-591,1111111111111111111100111111101101111101001101101010011110001110100100001010100101000110011000011010
+0,73,13,-567,0111011111111111101100011111101101110001001110101111010111000111010100101100000101000110011001011000
+0,73,14,543,1111111101101011111111111111101110100001001101000111000100001100100110111100100001000000011001011110
+0,73,15,555,0101111111111111111100111011011100111011001111101111001110001110000100111100001001000000011001011000
+0,73,16,550,0111111111110101111110111111000100111011001110101111110100001010100110101000100001000110011100011000
+0,73,17,535,0111110110110111111110111111001110110111001100101111101110000110100100001110100001000110011000010000
+0,73,18,500,1111011110111111101100111011011110111111001100100011010100000110101100011000001001000010010001011000
+0,73,19,558,1011011011101111111101111110111111101011001111101111001100001011000100101000100001000110011000011010
+0,73,20,551,1111111111110110111100011111101010111011001100100011111110001101000100101100000001001110011100011000
+0,73,21,534,1111111111101111101100111101010100100111001001101111010100000100000110101111100000000110011001011100
+0,73,22,562,1111111111111111111100111111001100100001001001101111000100101110110100011110100001000100011001011100
+0,73,23,547,1111111111111111111100111111001100100001001001101111000100101110110100011110100001000100011001010100
+0,73,24,504,1111101101100111111110111111011010101001101100101110001101110000000100001110100000010110011000011000
+0,73,25,555,1111111111111111011110111011001110110001101111000110110100010110010110011000100011000100011100011000
+0,73,26,-605,1111111111111111011100111111101100101011001110101110101100101010100110111000001101000010010101011110
+0,73,27,500,1011111111110111111110111101101111100001001111100110000100100000000100111000001001000110011000011010
+0,73,28,516,1101101111111111111110111111111010001011011101100011001101000100000100011010001101000010011000011000
+0,73,29,553,1111111011100111111110111011101110101111001111101111000100011111000100011000001000000110011100011000
+0,73,30,-584,1111111111111111011110111111101110101111001011101011001110100101000100011000000001000100011111011100
+0,73,31,553,1111111111010011111101110111101110100011011111101111000101110100100100111011000001100000011000010100
+0,73,32,-569,1111011111110111001110011111011110111101001010101110010100010101100100001011001101000110011100011100
+0,73,33,555,1111111111100111111100110111101110111001001101101111001100000111011100111010001100000000011100011000
+0,73,34,511,0111011111111111101101011111000111110001001100101111000100000100110100001110100011000110011000011000
+0,73,35,574,0111111111111111111110111111101101100001001111101010011111000111100100011100000101000000011101011000
+0,73,36,535,1111111101011111111100011011011100101011001101101010000101100000110100111100001101000110011001001010
+0,73,37,460,0111111111110111101000110011001110111101001101101110101100000101000100001100000011000000011000011000
+0,73,38,542,1111111111111111101101111010001110111011001100101111011100000110100100101001001001000010011001011000
+0,73,39,540,1011011010111111111101110111011111111111001011101111000101001110101000011100100001000010010000011000
+0,73,40,496,1111110111010111111100111111011100101001001100001110000101001011100110011000100001011000011000011000
+0,73,41,533,1111101101110111111100111111011001100011001011101111000101100100010100011100100001000000011101011001
+0,73,42,488,0111111011100101111101011101001110101001001100100111111100001000100100011100000100000100011100011010
+0,73,43,505,1111000111110111011110111111110110110001001100101010001100010101000100000010001101000110011100011100
+0,73,44,-571,1111110111111111111101011111101001110011001101100111001101001100010100011010000001001110011001011100
+0,73,45,-555,0111111110110111101100110011100100110111001101101110001110001101011100111100100001000110011001011000
+0,73,46,503,1111111111110111111001111011011100101011001111001110001101100100100101000000001001001010011000011000
+0,73,47,-593,0101110111111111111110111111001100010111001101101011101100100111110100011110000010000110011101011000
+0,73,48,534,0111111111110111111010111111100100101101001111101111001110000110000100101000101000000110011001011000
+0,73,49,492,1111111001111111111010011011001110101001001001001111000111000110000100011100000001000100011100011010
+0,73,50,533,1111011111110101011110111101111111101001001100100110001100001001100100011001001100000110010100011110
+0,73,51,-587,1111111111110111111100111111101100111001001110101110111100110100100100101010001101000110011100011000
+0,73,52,561,1111111011110111111110010011101100111011001111101111011101000101100100101001000000000100010011011110
+0,73,53,488,1111111111110111001110111001000010101001001101001011000100010110100100010100000101000100011101011100
+0,73,54,-560,1111011111110111111100111101011101101001001100100011001101001111100100111100000001000100011101011010
+0,73,55,546,0111111111111111011010010011100110101001011101001111001100000010100100111100001001000110010101011110
+0,73,56,532,0110111111111111101100110011101101111001001101101110100111000001010100011110000101000010011000011010
+0,73,57,493,0111011101010111101100011111001110110001001110101010110100000111100100101100000101000100011001011000
+0,73,58,534,0111111011111111111000111111101100111000001110101011101100000100100100101100101001000110011001011000
+0,73,59,579,1111111111111111101110111110001110111111001101101111011110000111000100111000100101000000011000011100
+0,73,60,541,1111110111100111101111010111001011111111001011100111000110000101011100011010000101000000011100011100
+0,73,61,-572,0111111111110111111100110111100100110001001101101011001101001110011100111001101001000110011001011000
+0,73,62,574,1101111111110111111101111111111010011011011101100111001101011110000100101000001000000010011101111000
+0,73,63,520,1111101111111111111010101101111100000011011111101111000101010100100100011000001001000110011000011000
+0,73,64,-599,1111111101101111111101111111001110111011001001101111000100001100100110101100101001000110011101011100
+0,73,65,490,1111111111100110111100111101001000101001001100001111111110001100000110111100000001000000011001011000
+0,73,66,520,1101111111101111111100111111100110101011011111100111000100000110100100011100000000000010011100011100
+0,73,67,584,1111111111111111011110111111111110001011001100101111011111111110000110011000001001000010011000011000
+0,73,68,552,0101111111111111111101111110001110011011001101101110000100000110100100111111001000001010011001011000
+0,73,69,516,1011110111110111111111110111001100110011001000001111111101100111100001000000000001000010011101011000
+0,73,70,554,1111111111111111011100111111001100100001001101101111010100100110100100011010100001000100011001011110
+0,73,71,569,1011111111111111111100111111101110100011001011101110000100101010010110111100001001000010011001011100
+0,73,72,-587,1111111111110111111100011111111110100111001101101011001101110100110100011000001000100110011101010100
+0,73,73,516,1111111111110111011110111101001110111011001110100111000110101100000100011011000001000100011100000100
+0,73,74,547,1011111101101111111100110111001110111011001001101111000101000110000100111001011000010110011001011000
+0,73,75,480,1111101111110111111101111110001010101011001100101011010100000100100000001100101101000000011100011000
+0,73,76,503,1111111111111111101101010111001010110011001101101111000111100110001100010100100000000000111100010000
+0,73,77,498,1111110111010111011100110111011111101001001100101111000100101100000110001010000001000110011100011000
+0,73,78,501,1111011111100111111100011111011100110001001101000111101100000100100110011000100001001000111100011000
+0,73,79,539,1111110001110111111100111111001100101111001100001110110101101101000100001001000110010110011000011100
+0,73,80,526,1111111111110111111110010111001110100011011101100111000100000110101100101100000000010100010100011110
+0,73,81,-567,1111011111101111011110111011000110111101001111101011001101000111100100011000001001000100011001011110
+0,73,82,505,1111110101010111111100011111011100101001001001101110000111000011110100011100100000001010010101011000
+0,73,83,501,1111101101110111111111111011000001101011001111001111001101000111100100001000100001000000011001011000
+0,73,84,549,1101011111011111101110011101101111110011011111100111101101100100100100111000000000000010011101011000
+0,73,85,486,1111111110111111111110111111100100010001001110001111001110000000000100101100010001000010011001011000
+0,73,86,566,1111111111101111101101011111101110111011001110001110000111000110010110101000001101000110011001011000
+0,73,87,525,1111111111111111111100110011100100101001001100101111100110000100100110111100100011000010011100001000
+0,73,88,456,1111101011100111111101111101001110100001001100101110101100001000000100000100100101000100011100011000
+0,73,89,505,0111110111101111101110010011100100101001001110000111100110000110010110111000000001000110011100011010
+0,73,90,545,1111111111110111011000101011111000110011101101101111000101010000100110111100000011000110011000111000
+0,73,91,544,1111111111110111111111111101001110100001001111001110010101010110000100001000101001000111011001011000
+0,73,92,515,0111111101110111111111111111001110001001001101001101101100000101100110011100000001000010011001011000
+0,73,93,-580,1111110111101111111101111111001100110011001111001111001110101110100101110010001000001000011101011000
+0,73,94,556,1111111011101011111100110111001111110011001101100111001100000100110110111001001101001000010101011000
+0,73,95,549,1111011111111111111100111111101110111111001100101011101100000100000100010110001000000110011101011000
+0,73,96,524,0111111111110111111110111101011110110011001100100110000110101100010100011000001000000110011101001010
+0,73,97,558,1111111111110111111110010111111010100011001101100111001100101110010100011001001001000010011101010100
+0,73,98,543,1111011010110111001101111011101110101111001111101111001100101110001100111000000001100110011000010000
+0,74,0,-596,1111111111111111011110111111111110011011001100101111011111010110000110111000001101000010011000011000
+0,74,1,569,1111111111111111101110111110001110101111001101101111011010101111000100111000100001000000011000011100
+0,74,2,509,0111111111100111111111111101001110101101011100100111010101001100110100000100000010000100011000011010
+0,74,3,508,0111001011110101111101001101101010101011001100100111111100000001100100011001101100000110011100011000
+0,74,4,561,1111111111110011111100110111101110101011011101101111000101110110101100111011000000100000011000011000
+0,74,5,547,1111111111000111111101110111101110110001001111101111001100000101010100111010001101000000011100010100
+0,74,6,-596,1111111111111111011100111011011100101001001111101111011110001110100100011000101001000100011001011110
+0,74,7,539,0101111111111111111100111111001100110011001101101111000100100110100100111110000001000000111001011000
+0,74,8,482,1111111101101011111100011011011110101001001101001010000100000000110100111100001101000010011001001010
+0,74,9,-596,1111111101011111111111111111101100100011001101100111000101101100100110111100100001000100011001011110
+0,74,10,-568,1111111111101111101110011111000100101101001011100111110110000110010110101110000001000110011100011100
+0,74,11,462,0111110111101111101100110001110000100011001100001111000100000100000110111001100000000110011001011010
+0,74,12,547,0111111111110111001000111011001110110101001101101110101100100101000100011110100011000000011001011110
+0,74,13,469,1111111111111111111100110011001100101001001101111111010100000110100100001000000001000100011000011000
+0,74,14,-582,1111111110110111011110111111101101111001001111101110011100001101100100101001000000000110010101011110
+0,74,15,506,1111011011110101111110010001111110101011001100100111001101000001100100011001001100000100010010011110
+0,74,16,490,0111011111111111101100011011000110110011001100101111001110001110100100001100000001000100011001011000
+0,74,17,567,0101111111111111111101111111011101011001001111101111000100000100010100111110101011000010011000011000
+0,74,18,474,1111010111111111111110111111101100101111001100101110101100000101100100000000000000000110011000011000
+0,74,19,-556,1111011111110110101100011111001110111001001101101011100101000110000100011111001001000110011101011000
+0,74,20,568,1111111111101111011110111111111110001011011100100111011110011110100110011000001000000010011000011100
+0,74,21,523,1101111111111111111100111111100110101011001111101111000101100110000100010100000001000010011100011000
+0,74,22,556,1111111111110111111001111111011110111011001111001110001101000100100101111010001000001010011000011000
+0,74,23,502,1111111111100111111100110011101100101001001101101111001100100111011100000000001101000000011100011000
+0,74,24,543,1111011111111111111100111111101110110001001011101111000100100010000110011000101001000010011100011100
+0,74,25,527,1011111111100111111100011111011100100011001101000110101100001100110110111100000001001000111001011000
+0,74,26,542,0111111111100111111101111101010010100111001001101111010101000101110110000101101000000110011000011100
+0,74,27,540,1111001111111111101110111111101100101111001100100111010100000100000100101011110010000110011001011000
+0,74,28,547,0011111111111111101100011111101100110011001110101110000100001011010110111100001101000010011001011000
+0,74,29,-589,1111011111111111111100111111101111100001001011101111010111100110010100101100000001000110011001011100
+0,74,30,527,1111111101101111111100111111101100100010001101100111001100001101100111101100000100000010010001011100
+0,74,31,532,1011110111110111111010011111101110111011001011001110000100100010011110001000001001000110011001110100
+0,74,32,536,1111111111100101111110111111100111101011001110100111000100001101100100011001000000000010011100011110
+0,74,33,536,1101011111111111011100111101111110101101011101101110001100000010100100011100001100000110010100011100
+0,74,34,-578,1111111111110111101101011111101110011011001111100111001101001110000110101000001101000110011001011000
+0,74,35,562,1101111111101111111101111111111010111011011100001110000111010110010100101000001000000010011101111000
+0,74,36,548,0111111111101111111110011001100100111011001110100111100110000110000110011011000001000100011100011110
+0,74,37,480,1111110111110111101110110111001110101001001110000111000110101100010100111000000001000110011100000000
+0,74,38,-596,1111111111101111111110111111001110101101001111101111000100101110110100011100101000000100011101011000
+0,74,39,504,1111111011110111111100111011101100100011001001101111000100011111000100011010000001000110011000010100
+0,74,40,441,1111111011110111100100010011101100111011001110001110001101000100000100101000001100000100010001011000
+0,74,41,-667,1111111111101111111111011111101110111011001111101111010111000011110110101001000001000110011011011110
+0,74,42,563,1111111111111111011110111101101110111011001110101111000111101100000110011010001001000110011100000000
+0,74,43,537,1111111111110111011110111111011110001011001100100111011110111110000100011001000001000000011000011100
+0,74,44,505,1111111111111111001110111001001010110001101111000110100100010110110110010000000101000100011100011000
+0,74,45,538,1111111111110111011110111011000110101001001101001011010100010110000100011100100011000100011101011100
+0,74,46,536,1111011111010111111100011111101110101111001110101110010100010100100100101011001001000110011000010100
+0,74,47,-586,1111111111110011001111110111011110110001011011101111000101110101100100011011000101100000011100011100
+0,74,48,490,1011011010111111101100110011011110111111001000101011010101000110101000011100101001000010010000011000
+0,74,49,543,1111011110101111111101111111011111111111001111100111000100001110101100011000000001000010010001011000
+0,74,50,-598,1111111111110111111110110111111010011011011101100111001101111110000100011000001000000010011101111100
+0,74,51,504,1101111111110111111100011111111010100011001101000111001100001100010100101001001001000010011101010000
+0,74,52,520,1111111101101011111110111111001110100011001111000111000100000100100110111000100001001000010101011010
+0,74,53,-594,1111111011101011111101110111001111110001001101100111001100001100110110111111001101000000011001011100
+0,74,54,-592,1111111111010011001101111111101110101111011111101111000101011110001100111011000001100010011000010100
+0,74,55,519,1111011010110111111101110011101110100011001111101111001101100100100100111000000001100100011000010100
+0,74,56,474,0111111110110111111010111111001110110101001100001110000110000110000100001000100001000110011001011000
+0,74,57,-598,1111110111110111111111111101001110100011001111101111111101010110100100001110101001000111011000010000
+0,74,58,525,1011111110111111111101110111001111111111001000101111010101000110100100101001000001000010011000011000
+0,74,59,-571,1111011011111111101101111010011110111011001111101111001100001110101000011100101011000010010001011000
+0,74,60,498,1111110011100111111110111011001110111111001111001111001100000111000110000010000000000010011100011000
+0,74,61,-579,0111111111110111111100111111110110101001011101101111100110011010100100011000101000000110011101011000
+0,74,62,545,1111101111111111111000011111111110101111000100101010010101100101110100000001101010000110011000011100
+0,74,63,530,0111011111110111111111111001101010100111001101100111001100000101100100001101001011000110011000011000
+0,74,64,517,0111111111100111111100110111100110111001001101001111101100000110101100011010100000000010011100011000
+0,74,65,562,1111110111110111111100111111011110111001011101101111001110000011010110100010001100000000011101011000
+0,74,66,-577,1111111011101111101110111011010110101111001111101111011111001110000100101110000000001110011000011000
+0,74,67,525,1111111111110111111100111111101100101111001101101011000100010101010100011000001000000110011100011000
+0,74,68,559,1111111111111111111000111111001110100011001001101111000100101110010110011110001001000000011001011100
+0,74,69,550,1011111111111111111100111111101100100001001011101110000100101010110100111100100001000110011001010100
+0,74,70,483,1111011111011111111100111111001100100001001110101110000100000111110100001100000001000100011001011000
+0,74,71,545,0111111101110111101100011111001110110001001001101011110100101100100100111110100101000100011001010100
+0,74,72,550,1101111111101111011100111111000110100001101111100111100100010110100100011100100011000010011100011100
+0,74,73,525,1111111111111111111110111011101110111011011111000110010100000110010110011000000000000100011100011000
+0,74,74,-583,1111111111110110111110011101001110110001001100100110111110011111000100001100101001001111011100011000
+0,74,75,501,1111111111110111111101111111101010101011001111001010010101000100000100101000000001000110011001011000
+0,74,76,523,0111110111110111111100110111101110111001011101001111101110000010011100011010000000000010011100011000
+0,74,77,556,1111111111100111111100111111010110111001001101101111001100000111100110100010101100000000011101011000
+0,74,78,546,1111111111110111011101101011101010100011001101101110010101010010000100001100001011000111011001111000
+0,74,79,552,1111111111110111111010111101011101110001101111001111000101010100100110111000100001000110011000011000
+0,74,80,574,1111111111110111111110011111111010110011001101100111101100100100010100010111001001000110011101010000
+0,74,81,545,1111011111111111111100110111101110101111001100101011001100001110010100011000001000000010011101011100
+0,74,82,545,1111111111110111111110111101001110110011001111001111010111101100000100011011000001000110011001000000
+0,74,83,515,1111111111110111011111111101001110101001001110100110000100010110000100001000101001000101011100011100
+0,74,84,563,1111010111111111111101111111101100111011001111001011001110001110100101110010001000000000011101011000
+0,74,85,556,1111111111101111111100111111001110110111001100100111101100100100000100010110001000001110011101011000
+0,74,86,549,1111111111111111111110111111111110101011001100100110000110101110100100011100001000000010011101001000
+0,74,87,487,0101111111100111111100111100000110110011011111100111000100000100010100011000000000000110011100011110
+0,74,88,515,1101111111110111011101111111011110011011001100101111001101011110000100001000001000000010011001011000
+0,74,89,-635,1111111111111111111110111111111010001011011101100111011111111110000110111000001001000010011100111000
+0,74,90,535,1111111111111111001000111111010100100001011101101011011100100110010100011110000000001100011000011110
+0,74,91,560,1111111111111111111100111111001100101111001101101101010111000100100100101010100001000110011001011000
+0,74,92,-592,1111111111101111111110110110001111110011001101100111011100000111110010111001100101001000011100011000
+0,74,93,531,1111111011111011101100111111001110111111001101101111001110000100000100111000001101000000010001011100
+0,74,94,-593,1011111101111111111110110111001110111001101111001111110101000110000110111000101001010110011000011000
+0,74,95,495,1111111111101111011100111011001110110011001001000110000101010110010100011001010010000100011001011000
+0,74,96,549,0011111101101111111111110111001110011001001001101111000101000101100110111001011001000010011001011000
+0,74,97,505,1111111101110111111100011111001110101011001101001101101100000110000100011100000000010110011001011000
+0,74,98,539,1101110111110111111111110111001010111011001011100111001111000100010100111000000001000000011100111100
+0,75,0,548,0111111111110111111101111111100110011111001001101111001101001110110110000000100000000110011000011100
+0,75,1,559,1111111111100111101101011101011010100011001111100111010101000101000110101101001101000110011001011000
+0,75,2,-593,1111111111111111111100111111001100101111001100101010010101100101110100100001101011000110011001011100
+0,75,3,505,1111101111111110111000011111111110101111000101101101010111000100100100001010100000000110011000011000
+0,75,4,-599,1111111111111111001100111110000110100111101111100111011110011110100110011000100011000010011100011100
+0,75,5,519,1101111111101111111110111111001110101001001101101111100000100111000100101100100001000000011000011100
+0,75,6,-588,1111111111110111111110011101011111110011101101001111100100000100110110111100100001000110011100011000
+0,75,7,551,1111111111110111111010111111111000110001001111100111001101110100000100011011001001000110011001010000
+0,75,8,-586,1111111101110111111111110111101110110001101111001111101101000100010100111000101101000110011100010000
+0,75,9,542,1011111111001111111100110111001110111001001111101111010100000011000110111010001001010000011000011100
+0,75,10,499,1111111111110111011101111111101010101011001101101110011000101010001100001000100001000100011000011000
+0,75,11,-638,1111111111111111101110101010001110100111011101101111010111010111000100111100001011000011011001111100
+0,75,12,-581,1111111111111111111001111111011101011001001111101111001100000100110101111010001011000010011000011000
+0,75,13,542,0101111111110111111101111111011110111011001111001110000101000100000100111110101000001010011000011000
+0,75,14,540,1111110111100111111110111111001110111111001111001111001100000110000110001010001000000110011101010000
+0,75,15,478,1011110011110111111010011011101110111011001011001110000100100010011110000000000001000010011000111100
+0,75,16,564,1111111111110111111010111101111101110101101111001110000101000010100110011000100001000110011010011100
+0,75,17,550,1101011111111111011100111101011110101001011101101111001101010100100100111100001100000110010100011000
+0,75,18,530,1111111111100111111100111111000110110001001101101111001100100100100100010010001000001110011101011000
+0,75,19,-582,1111111111101111111100111111011110111111001100100111101100000111000110100110101100000000011101011000
+0,75,20,572,1111111010111111111111111011001110101011001101101111011101101111100100111000000001000100011000010100
+0,75,21,528,1111011111110111101100110110101110100111001111101111001010100110000100111000100001100000011000011100
+0,75,22,548,1101110111110111111111110111001010111111001011100111001111000100010100111000000001000000011100111100
+0,75,23,525,1101110111110111111111110111001010111011001011100111001111000100010100111000000000000000011100111100
+0,75,24,529,1111111111100111111110011111111100110011001101100111001100000100100101011110001000000010011001011000
+0,75,25,538,1111111101111111111100011111101010100010001101100111101100101100010110100101000101000010010101010100
+0,75,26,534,1011101111111111111110111111101100101011001011001010010101101000110100101000100001000110011001010100
+0,75,27,531,1111111111110111111101111111101010100001001111101110000100001110000100111100000001000110011001011000
+0,75,28,533,0111111011111111101101111111101100110011001110101111000100001011101010011100001001000010010001011000
+0,75,29,-585,1011011111111111101100011010011110111011001111101110001100001110010100111100101111000010011001011000
+0,75,30,540,1111101111110111111100111101101110110111001101101110010101101100110100000011000000000110011001001100
+0,75,31,535,1111111111111111111010011111011110101011000110001011010111100101000100011001101011000110011000000000
+0,75,32,522,1011111101111011111110110011011110111111001011001011010100000110101110011000100001001000010001011000
+0,75,33,488,1111011010101111101100111111001110100011001100100111000101000100100000111100101001000010010100011010
+0,75,34,538,1111111111110111111110011101101010110011101101001111101101000100010100111100001001000110011000010000
+0,75,35,-595,1111111111110111111010111111011101110001001111100111000100110100100110010011100001000110011101011100
+0,75,36,-580,0111111111110111111101111111001100101111000101101111000101010101110111011000001001000110011100011000
+0,75,37,496,1011111101101111111110110111101110011001001001101011000100000101000100111001011000000010011001011000
+0,75,38,-560,1111111101100111111100110111001110101011001100100111001101110100100100111011001000101010011001011000
+0,75,39,551,1111111111111011111100111111101110110111011101101111100100100110001100010110000000000100011100011000
+0,75,40,564,1111111111010101111101111111101110101111001111101110000100010100100100101011001001100110011000010100
+0,75,41,541,1111011111010011001000011111101110100111011110101111010101011110001100111011000001000010011000010100
+0,75,42,554,1011111111101111111100111111101100100000001101101110001100001111110111111100000100000010010001011100
+0,75,43,511,1111111101111111111100111111101100100011001011100111000100100000100100101100100001000110011001010100
+0,75,44,-587,1111111111101111111101111111001100111111001100101011001110100100100101110110001000001010011101011000
+0,75,45,525,1111010111101111111100111111101110110011001111000111101100001110000100010010001000000100011101011000
+0,75,46,562,1111111111101111011110111111010110011011001101100111001100011111100110101010101000000000011000011100
+0,75,47,562,1111111111100111111100111111111110101001011100101111011110000110100110010000001100000010011101011000
+0,75,48,444,1111011111100111111110010001101100100011001100100111001100000001100110001100001100000010010000011100
+0,75,49,-589,1111111001111101111100111111111110101010001101100111001101001101100101111001000100000100010011011110
+0,75,50,-585,1111011111110111101110111111101100101111001101101111000100010101010100001011101010000110011101011000
+0,75,51,480,1111101111111111111100111111101100101111001100100011010100000100000100111000010000000110011000011000
+0,75,52,513,0101111111101011111100111111001110110111011111101111000110000100010100011000000000000010010101011100
+0,75,53,505,1111111011110111101100111100000110111011001101100111001100000100000100111000001101000100011000011110
+0,75,54,522,1111111011100111111100010111101110100011001101100110001100011110100110111110000000101000011000011000
+0,75,55,560,1011111111110011111100111111011100101011011101001111100101100100111100111001000001000000111001011000
+0,75,56,-613,1111111111100111111101111101011110101111001001101111010111000101110110100011101001000110011000011100
+0,75,57,489,0111111111111111111100111111000000100111001101101101010101000100100100001100100000000110011001011000
+0,75,58,539,0111111111110111111101111111101110101011001111001110001100000100011100111010000000000110011100011000
+0,75,59,471,1111110111110111111100110111101010111001011101001011110111000010000100001000000000000010011001011000
+0,75,60,553,1111111111101111111110111011100100110011001000100110100111010110000100011011010010000100011100011110
+0,75,61,490,0111111111101111011100011001001110111011001111000111000100000110010110011001000001000100011001011000
+0,75,62,510,1111111111110111111110011111001110100011001001100111100100100100010100010110001001000100011101010000
+0,75,63,-623,1111111111111111111000111111111010110011001101101111001100101110010110011111001001000010011001011100
+0,75,64,557,1111110101110111101100010111011110111001011001101111110110001100110100110110101101000000011001010000
+0,75,65,542,0111111111110111111100111111001110110001001101101011001100100011000110101010000100000100011101011100
+0,75,66,546,1111111111110111111101110111101100100001001111101110000100100101010100111110000101000010011100010100
+0,75,67,551,1011111111001111111100111111101110110001001011101111001100001010110100111000101001000100011001010100
+0,75,68,-609,1111111111111111111100111111111110110001001001101111001110000010010110111010101101000010011101011000
+0,75,69,496,1111010111110111111100111111001110111001011111101111000100100011000110000000001000000000011100011100
+0,75,70,552,1111111111110011111101110111001110101001011101100110000100110110001100101011100001000100011100011100
+0,75,71,510,1111111111110111011110111101101110101011001110101111000101010110100100011000001000000001011000011000
+0,75,72,562,1111111111101111111100011111001100101011001101001110001111001100110110111010000001001010011001011000
+0,75,73,525,1011111111110111111100111111011100100111001101100101110100000100100100101100100001000100111001011000
+0,75,74,570,1111111111111111111110111101100110111011001011101111000110100010000110011010000001000110011100011100
+0,75,75,508,0111011111101111111100011011101100110001001110100111100100000110000110011001100001000000011100011110
+0,75,76,538,1111111111110111111110111011111110100011001111101111000101101100100100111100000001100000011000010000
+0,75,77,542,1111011010111111111101110111101110101011001100100110001110100110100110011000001000000110011101001100
+0,75,78,-590,1111011111111011111100110111101110101011011101101011000100001110011100111011000000100010011111011000
+0,75,79,531,1111111111110111111100110111101110101111001100101111001101110110100100011000001000000000011000011100
+0,75,80,513,1111111111110111011011111101011110111011001111001110000100010110100100011000001000000100011100011000
+0,75,81,547,1111111111110111111101111111001110101001001110100110001100000100000101101010101001001011011000011100
+0,75,82,479,1111111101101011111100011011011110101001001111000111000100000000100100111000100001001010010101001010
+0,75,83,513,1111111101101011111110111111001110100011001001001010000100000100110110111100001101000000011001011010
+0,75,84,532,1011011110100111111100011111011101110111001101000110001100001100111100011100000001001010111001011000
+0,75,85,528,1111111111101111111101111111011110101011001111000111100100001110100110111000000001000000010001011000
+0,75,86,-581,0111111111110111011000111111001110100101001101101100111100000101100100111110100011000100011001011110
+0,75,87,526,1111111111111111101100111011001100111111001101101111000111100100000100001010100001000010011001011000
+0,75,88,-607,1101011111111111111000111101111111101101101111001111000101010110100100111000101100000110011100011100
+0,75,89,481,1111111111110111011110111101011100110001011101101110001100000000100110011100000001000110010000011000
+0,75,90,-579,1111011011110111111111111011000110101011001101101111011100000110100100111100100011000110010101011000
+0,75,91,528,1111111111111111001100111010011110111001001111001011000100011110001000011100101011000000011001001100
+0,75,92,499,1101111111111111111100111111110110101011001100100111000101100110000100010100001001000010011100001000
+0,75,93,-587,1111111111111111111110111111101110101011001111101110000110101110100100011100000000001010011101011000
+0,75,94,504,1111011111110101111110110001011111111011001000100111001101000100100100101001001100000110010000011100
+0,75,95,527,1011111010111111111101010111101110101111001100101111010101000011100100011001000001000000011010011010
+0,75,96,468,1111101011111111111100001001111010101011001101000110000100000000110100011101101000000010011101001000
+0,75,97,509,0111011101100001111101011111001110101001001100101011111100000001100100111000001101000110011000011010
+0,75,98,506,1111111111100111111100110111101110111011001100101010010101000101110100000001101010000010011000011000
+0,76,0,-617,1111011110111111111111111111101110110011001111100111101101101111000100111010001001000100011001011000
+0,76,1,480,1111110011101111111100111011001110101011001101001111011100001110100100010000000000000100011100010100
+0,76,2,542,1111100111111111101000010111010110111001000101101111110100001100110100011110101100000100011001010100
+0,76,3,-571,0111111101110111111100011111111110101101011001001111101110100110101100110010100001000010011100011000
+0,76,4,544,1111111111110111111101011111101110101001001111100110000100010000100101101010001001101010011000011100
+0,76,5,547,1111111111010101111101111111001110101111001110101110001100000100000100101011101001000111011000010100
+0,76,6,547,1011111111001111111100110111101110111001001111101111011100000010100100111010101001010000011000010100
+0,76,7,546,1011111111001111111100111111001110110001001011101111000100001011010110111000001001000100011001011100
+0,76,8,537,1111111111111101101100111011001100111011001100100111001111100100100100101011100101000110001000011000
+0,76,9,471,1111011111110111111100110001011111111111001001101111000101000100000100001000001000000010010001011100
+0,76,10,557,1111111111110111111101111111001110101011001110001110001100000100001100111010100001000011011100011100
+0,76,11,522,0111111111110111011101111111101110101001001111100110001100000100010101101010001000001110011000011000
+0,76,12,531,1111111111100111111110011111001110101111001110001111001100000111000100011000101001000110011100010000
+0,76,13,544,1111110111111111111010111111011110111011000111001011010111100100000110001011001010000110011001000000
+0,76,14,532,1111111101111011111101010111001010101001001101100111100100110110011110100001000001000110010100011100
+0,76,15,558,1111111111110111111100111111101110100010011101100110001100101100000100101111100101000000011101010100
+0,76,16,-591,1111111111110111111010110111011110110001001101101111010101011100100100110111101101000100011001010000
+0,76,17,503,1111110101110111101100011111111000111001011011100111101110100100010100011010001000000010011001010000
+0,76,18,507,1011101111111111111110111111100110111001001111001011000100100010000110101000100001000100011001010100
+0,76,19,-570,0111111111110111111100111111001100100011001011101010011101101001110100101010000100000110011101011100
+0,76,20,564,1111111011111111111100011111000110111011001101001111001100100100100100011010101000001011011101011000
+0,76,21,448,1111101111100111111100101001111010100001001101100110000100000000110100010101001000000110011101001000
+0,76,22,-599,1111110101110111101101010101011010101011001111100111110111001101100110101111100101000110011001010000
+0,76,23,521,1111111111100111101110011111011110110011011001101111010100000100010100110100001101000000011001011000
+0,76,24,544,1101111111001111111110111111101110101011001100101111100001100111000100101100001001000010011100011000
+0,76,25,455,1101111111111111111100111111010110101001001101100111000100100010000100010100100001000000011000001100
+0,76,26,507,1111111111100111111100111111010110101001011100100111011101100110000100010000001100000010011101001000
+0,76,27,546,1101111111111111111100111111111110101011001100101111000110000110100110010100001001000010011100011000
+0,76,28,489,1011111101111111111110110111111110111011001011001011000100000101000110011000000000000010011001011000
+0,76,29,529,1011111101101011111110110011001110011101001001101011010100000110101100111001111001001000010001011000
+0,76,30,555,1101111111111111011100111111011100101001011101101110001101010100110100111110001001000110010000011000
+0,76,31,557,1111011111101111111100011101001110101011001101001111001111001100100110111000000100001010011101011000
+0,76,32,539,1111111111110111111101110111101110100101001110101110000001110110000100111110000100000010011000011100
+0,76,33,527,1111111111110111111100110111101100101011001101101111001100100101110100011000001001000000011100010100
+0,76,34,526,1101011111101111111100111101011110101011011100101111001101000100100100110100001100000010011100011000
+0,76,35,-610,1111111111110111011100111111111110101001011101101111011110010110100110011000001100000110011101011000
+0,76,36,565,1111011111111111111000111111011111001001011101101111001101000100100101111000001111000110010000011000
+0,76,37,566,1101111111111111011101111101011100111001001111101111001100010100110100111110001000000010011100011000
+0,76,38,-574,1111111111001111111100110111001110111001001101101111011100100111000100111010001001010100011000011100
+0,76,39,540,1011111010111111111111111011001110101011001111101111010101001011100110111000000001000000011000010100
+0,76,40,558,1101111111001111111101111111101110111011001011001110000101001110000100111000101001001100011001011000
+0,76,41,535,0011111111110111111100111111011110110001001111101111001100000000110100111110101000000010011000010100
+0,76,42,489,1101110111010101111101110111001010101111001111100111000110000100000100111010001000000100011000110100
+0,76,43,-608,1111111111110111111111111111111110111011001011101110001101010100110100101001000001100010011100011100
+0,76,44,-601,1011111111001111111100110111001111111111001101100111001100001011011110111100000001011000011001011100
+0,76,45,451,0011001110100111111100011111011100110001001110001110010100000100100100011010001001000010111000011000
+0,76,46,-585,1111111111110111111101111111001110101001011111101111000110100110001100011010100001000100011100011100
+0,76,47,538,1111111111111011111110110101100110111011001001100110000100100010010110101011000001000110011100011100
+0,76,48,-568,1111110101100111111110110111001110111011001111000111001101110100100100101011001000001110011001011000
+0,76,49,528,1111111111100111111100111111001110101111001110101111001100000110000110011010001000000010011101010000
+0,76,50,507,1101111111101111111111111111001110001001001101001111100000001111000110111100000000000000010001011100
+0,76,51,517,1111111111101111111100111111011110101011001111100111100100100110100100101000100001000000011000011000
+0,76,52,526,0101111111110111111100111111001110110011001101101011001101100111000100101010001000001000011100011000
+0,76,53,554,0111111111110111111101111111011110111001001111001110001100000000000110111110100100000110011001011000
+0,76,54,506,1111111111111111111010011111101110101011000111101010010111100101000100011000001000000010011100001000
+0,76,55,-616,1111111111111111111110111111011110101011001110001111000110101110100100011101100011001110011001010000
+0,76,56,526,1111111111111111101101110111011110101111001111100111100010100110000100111000100001100000010000011000
+0,76,57,530,1111011111100111111100111110101110100011001111001111001100001110100110111000000001000000011001011100
+0,76,58,-588,1111111111101111111010111111111110110001101011001110011101001010100100011000101001000110011011010100
+0,76,59,538,1011111111010111111100111101101101110101001111101111000100000010110110111000100001000100011000011100
+0,76,60,-597,1111111111110111111110111111111100100101001111100101110101010100100100011101001001000110111001011000
+0,76,61,481,1011111111110111111000111111011000110011001101100110001100100100000100111010100001000100011001010000
+0,76,62,555,1011110011110111111010011111111110111001011011101110000100001110111110100010000101000000011000111100
+0,76,63,480,1111110101110111101100010011001110111011001001001111110110100000010100010100101001000010011001010000
+0,76,64,569,1111111111111111111000011111111010101011000110000111010111101101000100111001001001000110011101010000
+0,76,65,493,1111111101111111111110011111001110100010001101101010101100100100010110000101100111000010010000000100
+0,76,66,530,1111110111101111111111110111001110110001001011100111001111000100010111111000000000000010011000011100
+0,76,67,-586,1001111111110111111100111111101000101110001101101110001100001111110100111100000101000010010101111100
+0,76,68,533,1111111111110111111110111011110110100011001110101110001111100100100110011100000001000000011001011000
+0,76,69,538,1111011010111111111101110111101110101011001101100111000100101110100100111000001000100110011100000100
+0,76,70,564,1001111111001111111110111111001110111001001011101111110001100011000110111100001001010000011000011100
+0,76,71,498,1111111111101111111100110111001110101001001101101111000100000111000100101010100001000000011000011100
+0,76,72,525,1111011111101011101100011111011110101111011111101110000100001100010100111000100110000010010001011000
+0,76,73,-564,0001111111111111111100111010001110110011001111101111001110000110010100011100001001000010011101011100
+0,76,74,567,1111111111111111101100111011001100111111001101101011001110100111000100101010100100000010011001011100
+0,76,75,500,0111111111110111111100111111001110110001001101101111000101100000000110001010000001100100011100011000
+0,76,76,529,1111111111110110111010111111001110101011001001001111000100100110100100011100001001000100011101011000
+0,76,77,485,1111111111110111011111011101011110110011001111100110100100010100010100010011001000000100011100000000
+0,76,78,558,1111111111101111111100111111001100100010001101101111000111000111010111011010100101000010010001011000
+0,76,79,535,1011111111111111101100111011101100111101001101101110001100101100100100101101000000000010011001011100
+0,76,80,-583,1111111111111111111110111101100110111011001011101111000110100010000110111010000001000110011100011100
+0,76,81,563,1111111111101111111110111101100110111011001011101111000110100010000110011010000001000110011100011100
+0,76,82,567,1111111111111011111001110111011101111001011101100110001100010110010101101010100011000100011100011000
+0,76,83,-574,1111110111110111111101111111001110001001001111101111000100100100101100111011001001000110011000011100
+0,76,84,547,1111111111100111101000111101111111101101011101101110001101000010100110011000100100000010011110011000
+0,76,85,572,1111111111110111111110111111111100110001101110001111010110000110100110010000001001000110011001011100
+0,76,86,480,1111101011111111111110001001001110101011001001000111100100000100110100011100101000000100011101001000
+0,76,87,520,1111111111110111111100011111111010100011001101101110000100100000110100010111001001000010011101010000
+0,76,88,499,1111111010100111111110111111001110100011001001100111100100000100110100010110001001000110011100010000
+0,76,89,499,1111011111111111101100011111001110100011001100100111000101100100000000111100101001000000010101011010
+0,76,90,528,1111111111110111111110110111111100110001001101100111000100100100010101011110000001000010011001011000
+0,76,91,535,1111111111100111111101011111101100100011001111101110001100000101000100111110001100000010011100010100
+0,76,92,494,1111111101011111111100011111101110100000001001101111001100001100110110100000100101000000011001010100
+0,76,93,-586,1011111111101111111100111111101010110001001111100111101100101010010100111101001001000110010101010100
+0,76,94,525,1111011111110111111100110110101110101011001100100111001101110100000100111011101000100000011000011000
+0,76,95,-563,1111011111100111101100110111001110100111001111101111001010100110100100111000000001101010011001011100
+0,76,96,532,1111011010010101111101111111101110101011001100100110001100000100100110111011011000000110010001011100
+0,76,97,572,1111111111111111111101110111101110101111001111101110000110110110100100001000001001100110011100000100
+0,76,98,563,1111111111011111101101111110111110101001001111101110000100011110101100011100001011000000011001010100
+0,77,0,-579,1111111111111111101001111111011101101001011101100110000100011110011100111110100011000000011001011000
+0,77,1,542,1111111111011011111101110110111110110001001111101110001100010110100101001000001011000100011100010100
+0,77,2,534,1011111010111111111101111111001110100011011111101110000101001011000100101011100101000000011000010100
+0,77,3,569,1110111111110111111110111011101110101010001101100111011100111100100110111100000001000000011101010100
+0,77,4,564,1111111111100111101100111111011110100111001101101111001111000111010110011010100100000010010010011000
+0,77,5,554,1111111111101111111000111101101101101000011101101110000101000010100111011001100101000010011101011000
+0,77,6,481,1001111111101111111110111111001110000001001101100111101100101010000100111100000000000000010001011100
+0,77,7,-591,0111111111101111111101111111101010111001001111001111100000001111010110111101001001000110010101000100
+0,77,8,514,1111111111100111111101011111101100100011001101101110001100000101000100110110001000000010011100011100
+0,77,9,567,1101111111111111111100111111111110101011001110101111000110000110100110011100001101000010011100010000
+0,77,10,536,1001111010111111011101111011011100101011011111101110010101000000110100111100001001000100011000011100
+0,77,11,574,1111111111111111111110111111001110101001001101101111001101011111100110111010000001000010011000010000
+0,77,12,477,1111111111011111101100111011101100100001001101101011001110100100100110100000100100000000011001010100
+0,77,13,-584,1111111101111111111100011111001110111110001001101111001100001111010100101010100101000010011001011100
+0,77,14,572,1111111111111111111101110111101110101111001111101110000110110110100100001000001001100110011100000100
+0,77,15,572,1111111111111111111101110111101110101111001111101110000110110110100100001000001001100110011100000100
+0,77,16,545,1111011101101111111110110010101110111111001001101011001100000110101100111000100001001000011001011100
+0,77,17,522,1011111111100011111100111111101110000001001111001111010100001110100110111001011001000000010001011000
+0,77,18,-602,1111111111110111111100111111111110101000011101101110001100000100100101111111101101000100010101010100
+0,77,19,521,1111011111111111111000111111001111000011011101100111001101101100000100101000000111000010011000011000
+0,77,20,553,1111111111111111111101110111011100101111011111100110100010000110000101111000100011100000010100011000
+0,77,21,530,1111111111111011101001110111011111111001001100100111001100110110010100101010100001000100011000011000
+0,77,22,517,0111111111110111111100111111101110111001001101101111000100100000110110001000000001100100011100010100
+0,77,23,510,1111111111110111111100110111001100100011001101101111001101100101000100011010001001000000011100011000
+0,77,24,537,1111111111111101101100111011001100111011001100100111001111100100100100101011100101000110001000011000
+0,77,25,537,1111111111111101101100111011001100111011001100100111001111100100100100101011100101000110001000011000
+0,77,26,529,1101011111111111111100111111111110101011001100101111000110000100100100010100001101000010011100011000
+0,77,27,543,1101111111101111111100111101011110101011011100101111001101000110100110110100001000000010011100011000
+0,77,28,-602,1111111111110111101001111011011111111111001111101110000101010000100100111010101001100010011110011000
+0,77,29,469,1111111111100101011100111101101110101101011101001011001100000110000010001000100100000110011000001100
+0,77,30,564,1101111111111111111100111111011110101001001101001111001111001110000110011100000101000010011000011100
+0,77,31,448,1111011111101111111100011101000110101011001101100111000100100000100100110000100000001000011101001000
+0,77,32,531,1111111111110111111101111111101110101011001110101110000110010110100100001000000001100010011100010100
+0,77,33,-598,1111111111111111111101110111001110101111001111001110001100100100001100111010101001000111011100001100
+0,77,34,-594,1111110111110111111110111111111110110011011011101110001101100100110110100010000101000000011001111100
+0,77,35,494,1011111011110111111010011011110110101001001110101110000110001110101110011100000001000000011000011000
+0,77,36,564,1101111111111111011101111101111110101001001111101110001100010100110100101110001000100010011100011000
+0,77,37,546,1111111111110111111101011111001100111001001111100111000100010000100101111010001001001010011000011100
+0,77,38,460,1111111111111111101010010111011110101111000111100111010010100110000100011000100000000000010100001000
+0,77,39,581,1111111111111111111101111111101110111011001111101010100111100101000100111000001001100010011000011000
+0,77,40,533,1111111111100110111010111111100110101011001011001111000100100110000110011000001001000100011101011100
+0,77,41,559,1111111111111111111110111101001110111011001001101111000110100010100100011110000001000110011100011000
+0,77,42,-573,1111110011110111111010011111101110101001001111101110000100100100101110110011000101000110011000111100
+0,77,43,549,1011110111110111101101111111011110011001011011101111000100001110111100101010001001000000011000011100
+0,77,44,536,1111111111111011111110110111011110111011001001100110100100100010100110101010100001000110011000011000
+0,77,45,509,1111111111101111111100111101100110101011000111100111000100100110010100101001000001000000011100011100
+0,77,46,-614,1111110111110111111110111111101110111101001011101011000110100111101100100010100101000010011001111100
+0,77,47,508,1011111011111111101000011011011100111011011101101110001100001110010110101010000100000000011000011100
+0,77,48,552,1111111111111111101101111111011110001001001101101110100000001111101100011100001011000000010001011100
+0,77,49,518,1101111111001111111111111110101110101001001111001111000100011110000110111100000000000000011001010100
+0,77,50,528,1111111010111111111111111011001100101111001101101111010100000011100110111000000000000010011001010100
+0,77,51,-579,1011111111111111101100111011001110111011001111101011001111101111000100101010100101000000011000011100
+0,77,52,546,1111111111010111111100111111101110101010011011100110001101001110000100101110100001000000011001011100
+0,77,53,-585,1101111111101111111101111111101110110011001101001110000100101100000100111001101101001100011111010000
+0,77,54,519,1111111010101111111110011101001110100011001101100111101101001100110110110000001000000110011100010000
+0,77,55,537,1111011111100111111100111111001110101011001001001111000110000100100100011110000101001010011101011000
+0,77,56,497,1111111010101011101101010111001110101111001111101111000101001100010100111000000011000000010001011000
+0,77,57,560,1011011111111111111110111011011110101011011111101110010100001011100110111000100100000010011000010100
+0,77,58,-581,1111111111111111111111111101001100111011001011101111000100110000110110011110000001000010011100011100
+0,77,59,548,1101111111101111011100111101110110111001001111101111001110000110000100111010001000000110011100011000
+0,77,60,534,1111110111111111101101110111001110111011001111100111101011000110010101111000000000100010010000011000
+0,77,61,516,1111111110101111111111110111011110100101001011100111000110100100000110111000100001000000011000011100
+0,77,62,-587,1111111111110111111111011111101110111001101111100110000100000000100111110010001001001110011001011100
+0,77,63,529,1111111111110111111100111111111100100001001110001111010110010110100100001000001001100010011000011100
+0,77,64,550,1111111111110111101100111101111111101100001101101110100101011110100100011000100100000010011100011000
+0,77,65,-578,1111111111001111101001111100111110101001011111101110001101000010101110011100101011000000011011010100
+0,77,66,558,1111111111111011111100011111111110111011001101101110000100101100010100111100000111000010010001011000
+0,77,67,514,1111011111100111101110110111011100100100011111100111000100000100010101011010100000100110011001011000
+0,77,68,511,1101110011101111111100111111001110101001001101001111111100001110000110011100000000000000011001011100
+0,77,69,476,1111111111101111111111111011001110001011001101001111000000001111100100110000000000000100010100010100
+0,77,70,-566,1101111011111111111100011111001110101011011101101111001101000100100100011000001010001011011101011000
+0,77,71,538,1111011111101111111100111101010110111011001100001111001100100100100100110110101100000010011100011000
+0,77,72,-596,1111100111110111111100010111110110101011000101101111111100101101110100011000101001000100011101011100
+0,77,73,488,1111111111111111101000110111001100111001001101101111000100000100110100011110001100000000011000010100
+0,77,74,579,1111111111111111111101111101100110101111001011101111000111100110000100011010000101000110011000011100
+0,77,75,536,1111111111100111111110110111101110110001001110101110000000110010000110111110000100000010011100011100
+0,77,76,-603,1111111111110101011101111111011100111111001111101111001100010100100000101011101001000110011100011100
+0,77,77,500,1101111111111111011101111001001110111001001111001011000100010100010100111110001000100010011000001000
+0,77,78,-596,1011111111011111101101111010101110111101001111101110001100111110100100111101000011000010011001001100
+0,77,79,498,1111111111111111101100111111111100101001001101101110001100001100101100001100001000000000011001010100
+0,77,80,530,1101111111111111111101111101100100111011001111101111000100100000000100011010000001000110011100011100
+0,77,81,-614,1111111111101111011110111101011110111001001011101111001110010110110110111110001000000010011100111000
+0,77,82,532,1111111101111011111010111011011110011111000111001011010110000110001100011001101011000100010001010000
+0,77,83,527,1011110111101111111110110111001110111001001001101011010101100100100110101011011000000010011001001000
+0,77,84,514,1111111111111111111001010111111010101000001110100111000110000101000100111000000011000110011101010000
+0,77,85,-628,1111111111111011111000111111011101111011010101000110011101111110010101101011101001000100011100111000
+0,77,86,534,0011111111110111111101111111011110110001001111001111001000000000110110111110100100000010011000011000
+0,77,87,558,0111111111110111111100111111011110111001001111101110001100000000000100111110101000010110011001010100
+0,77,88,511,1111011111101111111100111111011110101011011101101111001101000100000100111000000001100000010100011000
+0,77,89,541,1101111111111111101101110101011110101111001110100111100010100110100100110100101100000010011000011000
+0,77,90,535,1111111111111111111100111111111010100011001101101110000100100000110100010111001001000010011101010000
+0,77,91,520,1111111111110111111100011111111010100011001101101110000100100000110100010111001001000010011101010000
+0,77,92,520,1111011111100111111100110111001110101011001100100111001101100100000110111001001100100010011000011000
+0,77,93,562,1111011111111111111100011100101110101011001101001111001111011100100100111010100000001000011101011000
+0,77,94,455,1111011111101111101100011111001110101011001111001110000100001100000100111000100000000110010000010100
+0,77,95,550,1111110011101011111100111011011110101111011101101111011100001110110100010000000110000000011101011000
+0,77,96,524,0111111111010111111100111111101110110001001111101111000100100010010110011000000001100100011000011100
+0,77,97,514,1011111111110111111100111101001101110101001101101111000101000000100110101010100001000100011100011000
+0,77,98,515,0011111111110111011101111111101100101101001111100110001100001110110100101000000000001010011000011100
+0,78,0,549,1111111111111111111100111101001110101001001011101111001111000111100100011010000101000010011000010100
+0,78,1,-604,1111111111111111111111111111100110101111001101101111000101111110000110111010000001000110011000011000
+0,78,2,496,1111111111101011101101010111001100111111001111101111000100000100010100111110001010000000010001010000
+0,78,3,489,1111111010111111101000110111001110101001001101101111000101001100110100011000000101000000011000011100
+0,78,4,-597,1111111111111111111110111101011110111011011011101111010100100011100100111100100100000010011100011000
+0,78,5,522,1011011111111111111110111011001110101011001101101110000110001010100110011010000001000110011000010100
+0,78,6,483,1001110111101111111110110111001110111001001001101011010101100110000110001010010000000000011001011000
+0,78,7,561,1111110111101111111100111111001110101001001101001111111100001100100110111101001000000010011001001100
+0,78,8,518,1111111111111111111101111101100110101011001111101111000111000010000100001000000001100010011100010100
+0,78,9,-580,1111111111110111111101111111101110101111001010101110000110110110100100011010000101000110011000011100
+0,78,10,481,1111111011101011101100110101101110101101001111101110100101001100010100011000000001000010011000011000
+0,78,11,566,1111111110110111101101011111011111101110001101101111000101011110100100111000100110000000010101011000
+0,78,12,537,1111111111111101101100111011001100111011001100100111001111100100100100101011100101000110001000011000
+0,78,13,524,1111111111111101101100111011001100111011001100100111001111100100100100101010100101000110001000011000
+0,78,14,511,1111111111110101111100111101101100100001011111001111001110010110100110001000000001000010011000011100
+0,78,15,494,1111111111110111011100111111111100101111001100001011010100000110000000001000101100100110011000001100
+0,78,16,-581,1101111111111111111110111111001110111001001101001111000110001010100100011110100001000110011100011100
+0,78,17,555,1111111111111111111100111101011110101011001001101111001111100110000110011100000101000010011000011000
+0,78,18,557,1111111110101111011111111111111110101101001111101110000110000100010110101110100000000010011000011100
+0,78,19,523,1101111111111111111101110101011110100001001011100111001100110100100100111000001001100000011100011000
+0,78,20,460,1101111111011111101101111001100100110011001101101111000100100000000100010010000101000100011000011100
+0,78,21,554,1111111111111111101100111111101100101001001111101011001110100100100110101000100010000010011101010100
+0,78,22,-601,1011111001111111111101111101001100111011011101101111001111000111000100101011100101000110011000011100
+0,78,23,456,1111111110111101101100111011001110100011001110100110000101101000100100101011100101000000001000010000
+0,78,24,548,1111111111111111111100011111111110111011001111101010000110101100010100111000001001100010010000011000
+0,78,25,-602,1111111111111011111101111111101110111011001101101110100111100101000100111100000111000010011001011000
+0,78,26,521,1001111111101111111110111101110110101001001111101111000110001110100100011100000001000000011100011000
+0,78,27,510,1111111011110111011000011011110110111001001110101110001010000110001110111010001000000110011000011000
+0,78,28,537,1011111011111110111101111011111010100011011111101110000101000000110100111100001001000000011001011100
+0,78,29,521,1101111010111111011100111111011100101011001101101110010100100000110100010111001001000110011100010000
+0,78,30,535,1111111111101100111100111011000110111011001010101111000110100100100100101010001101000100011001011100
+0,78,31,535,1111111111110111101010111111101100101011001101000111001101100110000110011001100001000110001100011000
+0,78,32,536,1101111111111111111100111101010110111011001100001111000100000100100110110110001101000010011100011000
+0,78,33,549,1111011111101111111100111101111110101011001110101111001110100100100100011100101100000010011100010000
+0,78,34,536,0111111111110111111000111011011110111011001111101110001101000000000100111010101001000010011011010000
+0,78,35,-624,1111111111110111101101111111011111111101001111101110000100010000100100111110101000110110011100011100
+0,78,36,524,1111111111111100111100111111001110111011001100100110001110100100100100001000000101100110001100011100
+0,78,37,569,1111111111111111101101110011100100101111001111101111000111110110100100101011101001000110011000000000
+0,78,38,521,1111111111101111111001111111001100101001011101101111000000000010110101011001100100100010010001011000
+0,78,39,556,1111110111111111101100110101101111111010001111100110101111000110000111111000000001000010011100011000
+0,78,40,508,1101111111111111011101111101001110101011001101001111000100000110100110111100001000100010011000001000
+0,78,41,521,1101111111101111111100111001011110111001011110101011001101010100010100110110001000000000011100011000
+0,78,42,-574,1111111111110101111100111111011110100011001111101110000100100000110100110111001000010110011101010100
+0,78,43,491,0110111111110111111100011111111010111001001101101110001100000000000100011110101001000010011001010000
+0,78,44,563,1111110111101111101101111111001110100011001101101110101011000101010101111100001000000010011100011100
+0,78,45,485,1111111111110111111101010111101100111011001111100111001100000110000100110010000000100010010000011000
+0,78,46,563,0001111111111111111101111111010110111011001110001111000010000110100010111110001101000010011100011000
+0,78,47,517,1111111111110111111100111111111110100001001111101111001100000000110110011100100100000010011000010000
+0,78,48,529,1111111010100111111110111111001110101011001001101111001110001100100110010100000101000010011100011000
+0,78,49,527,1111011111101111111100011101001110100011001101000111100101000100110100111010001000001110011101010000
+0,78,50,519,1101111111000111011100111101101110111001011111101111001100001110000100111010000000000100011100011000
+0,78,51,-575,1111111111111111111100111111110110101010001011100110001111000110000100101110101001000010011001011100
+0,78,52,554,1111111111111111111100111111111100101001001100101111011100011110100110001000001001100010011000011000
+0,78,53,543,1101111111110111111110111111001110100001001111001111000111010111100100111010000001000010011000010100
+0,78,54,-579,1111011111101111111100111111001110111011001011101011100111100101100100111000001001101010011000011000
+0,78,55,539,1111111111110111111101111111101110101011001101001110000110000100000100011110000101000010011101011000
+0,78,56,545,1111011101101111111110110010101110111111001001101011001100000110101100111000100001001000011001011100
+0,78,57,545,1111011101101111111110110010101110111111001001101011001100000110101100111000100001001000011001011100
+0,78,58,549,1111011111100111111100111111001110101011001001001111000110000100110100011110000101001010011101011000
+0,78,59,537,1111011111100111111100111111001110101011001001001111000110000100100100011110000101001010011101011000
+0,78,60,549,1111011111111111111100011111001110100111001101001111001111000110010000011010100000000010011111011000
+0,78,61,558,1111111111100111001100111100111110101011001101101111001111011101100110111010100100001000010000011000
+0,78,62,538,1111111111111111111100110111101110100001001111101110000110110010100100101000001100000110011100001100
+0,78,63,570,1111111111100111111111110111101110111111001110101110000000110110000110011110000001100010011100010100
+0,78,64,551,1111111011111111101100111011001100111011011101100111011100001100100100010010100111000110001100011000
+0,78,65,520,1111110111001001111100111011011100101111001100101111001111100110110100101001000100000000011001011000
+0,78,66,516,1011110111111111101101110111011100011001001011101111000100001100110100011110001101000000011000010100
+0,78,67,521,1111111111110111101000111111001110111001011101101111000100000110111100101010001000000000011000011100
+0,78,68,520,1101111111110111111100111101100100101110001101101111100100101000000000011000100101000110011100011100
+0,78,69,560,1111111111111111101101111101111111111001001111101110000101011110100100011010000000000010011100011000
+0,78,70,471,1011110111101111111110111011001110011011001001001010010000100111100100101010001000000000010101010100
+0,78,71,521,1111111111101111111111110111001110101001001101101111000101001100100110110001010000000110011000001000
+0,78,72,560,1111111111111101111100111011101100110011001101101111000100100100000100111011100101001100011101010000
+0,78,73,551,1101111111101111101101111111001110111011001100000110001110101100100100101001101101000110001010011000
+0,78,74,529,1111110111101111111101111011011010101110001100100111000100001111100100011000000011000010011101011000
+0,78,75,529,0111111011111011111000010111111110101001011111101111011110000100010100110000000110000100011101010000
+0,78,76,535,0111111111100111111100111111101110101001001001101111000100100100100100011010000001001010011101011100
+0,78,77,519,1111011111110111111100111111001110111011001101001111000110000000110110001100000101100100011100010000
+0,78,78,562,1101111111111111111100111101011110101011001101101111001110100010100110011100000101000110011000011000
+0,78,79,561,1111111111111111111110111111001110111001001001001111000111001110000100011110000001000010011100011100
+0,78,80,534,1011011111101111111110111110101110111111001010101011000100000110101100011000101001001010011000011000
+0,78,81,-572,1101111101111111111100110011111110101011001101101111001110000110100110111100000101000000011101010100
+0,78,82,507,1111111111111111111101111101000100100011011111100111000100101000000100011000000111000010011000011100
+0,78,83,544,1101011111111111111000111111101111011011001101101111001101100100000100101010000001000110011100011000
+0,78,84,538,1111111111110111111100111111101110101001001101001111000100101110010110011100000101000010011000010100
+0,78,85,532,0101111111111111111100111111011110111001001101101111001011000000100110001000000001100100011100011100
+0,78,86,507,0111111111110111111100111111101110110001001111101110000100000000010110011110001000000110011000010100
+0,78,87,-565,0111111111010111111100111111011110111001001111100111001100100010000100111000100001110100011001011100
+0,78,88,548,1111111111111111101101111101111011001100001101101110100100011111101100011000000010000010011001011000
+0,78,89,545,1111111111110111101100111111011110101001001101101110100001001110100100011100101101000000010100011100
+0,78,90,-604,1111111111111111111000111111101111101000011101101110000101000010110111011001100101100010011100011100
+0,78,91,474,0111111111000111111100111101101100110001001111101111000100100010000110011000000001000100011001011000
+0,78,92,547,1111111111111011111011010111011110101011001011100111000100000101100110101010000011000110011001011000
+0,78,93,503,1111111111111111111100110111111010111000001100100110100110100010000100111000100001000110011100010000
+0,78,94,510,1011111111110011111100110111101100101111001111101111100000000110100100111001010001000000010100011000
+0,78,95,565,1111111111101111111101111111011110000001011111000110010110001110000111111000101011100000010001011000
+0,78,96,543,1111111111101111111111111110101110101001001111001111000100111010100110011100000000000010011101010000
+0,78,97,544,1101111111011111111110111101001110111011011001101111000110000110000100111110000001000100011000011100
+0,78,98,528,1111011111100111111101111111010110111011001111000111000100110100100101110010001100000010011000011000
+0,79,0,548,1111111111111111111100110111111110101011001111101110000110110010100100111000000101000110011000001000
+0,79,1,546,1101111011111111111100111101001110100001001101101111001110100010100110001100001100000110011100011100
+0,79,2,538,1111011111111111101101111110101111011110001101101110100100000110101100111000100000000010011001011000
+0,79,3,555,1111111101101111111110110001111010101101001001101011001100011111101100011000000011001000011001011100
+0,79,4,-581,1111111111111011101111011101111110111001001111101111000101011101100100111010000001000110011000011000
+0,79,5,511,1111111111111111111001110111011111101011001011100110000100000110100110001010000010000010011100011000
+0,79,6,551,1111111111110111101110111111101100101011001111100111000111000110000110001001100001101010011100010000
+0,79,7,520,1111111111011111111001111101100110101011001101001111011101100010000100011000000001000110001100011100
+0,79,8,559,1011111111101111111110111011001110101011001101001111000110001110110110011110000001000110011000010100
+0,79,9,488,1011011111110111111100111111101110101001001101101110000100101010000110011000000101000010011000010100
+0,79,10,514,1111011001111111111110111101001110111011011001101111000110000110000100001100000001100100011100011000
+0,79,11,551,1101111111010111111100111111001110111011001101001111000110000000110110111110000101001100011000010100
+0,79,12,-585,1111011111111111111110111001001110100011011101101110100111001100100110011010001001001110011001010100
+0,79,13,465,1011011111101111111100011111001110001011001101000111000100000010110100111010000000000110011100010000
+0,79,14,555,1111110111100111001100111101111110101001001101101111011110001101100110111100100100000010011000011000
+0,79,15,564,1111111111101111111100111110001110101011001101001111101101011100100110111011001000001000010001001100
+0,79,16,517,1111111111111111111101111001000100000011001111101111010110101100000101111010101001000000010000011000
+0,79,17,508,1101111111001111101101111111111110110001011101000110000100000010000110010000000111100100011001011100
+0,79,18,534,1111011110100111111100111111001110101011001001101111001110001100100110010110000101000010011100011000
+0,79,19,532,1111111011100111111110111111001110101011001001001111000110000100100100011100000101001010011101011000
+0,79,20,510,1101111111101111101111111111011110101011001010000110000100101100100100101000101001000110001010011000
+0,79,21,-588,1111111111111011111001010111001110111011001101100111001110000101100110101011000111000110011001011000
+0,79,22,558,1111111110110111111110111111011110101011001101101111001110001110100110011000000001100010011000011000
+0,79,23,525,1111111011101111111100111111101100101001001000101111011100011100100110000100001101000010011100011000
+0,79,24,558,1111011111101111111110111111001110101001001101001111000110110110110100011100000001001010011101010000
+0,79,25,528,1111111110100111111101111110101110101011001011001111000100001000100110011110000100000010011101011000
+0,79,26,489,1111011101111111111100110001001110101101001001101011001110000110100100011000100001001000011001010100
+0,79,27,-605,1111111111101111111110111110101110111011001011101111001101000111101100111010000101000010011000011100
+0,79,28,-597,1111011111111111111100011100111110100011001101101111001111011110010100011010100100001010010111011000
+0,79,29,510,1111111111100111001100111111001110101111001101001111001111000101100010111010100000000000011000011000
+0,79,30,564,1111111111111111111100111111000100111111011101100111100100001000100100011000100101000110011100011100
+0,79,31,507,1101111011110111101100111001101100101010001101101111011100101100000000010010100111000110001100011000
+0,79,32,512,1101110111101111111101111011010010101011001100001111000100001101100110101000001011000010011100011000
+0,79,33,540,1111111111111111111100111101011110111110001100100111000100000110100100010110000101000010011101011000
+0,79,34,564,1111111111101111111101111011100110101110001110100111000110101111100100011010001001000010011001011000
+0,79,35,534,1111110111111111101101110011011000101111001101101111000101010110100100101001100011000110011100000000
+0,79,36,529,1111111110101111011101111011111110111001001110101110001010000100001110111010101000000010011000011000
+0,79,37,538,1111111011110111011010011111110110101101001111101110000110000110010110101110000000000110011000011100
+0,79,38,517,1111111111101101111111111011001100111101001110100111000110000100000100101111100100000110001000011000
+0,79,39,565,1111111110111111001100111111111110101011001101101110001111100100110100101010100001000010011000011100
+0,79,40,540,0111111111100111111100111111101110111001001001101111000100100000100110011110001001001010011100010100
+0,79,41,502,0111111111110111111100111111101110100001001111101110000100000100010100011010000000000110011001011100
+0,79,42,513,0101111111110111111100111111011110101001001101101111100001001100100110001000000101100000010100011100
+0,79,43,564,1111111111111111101100111111011110111001001101101110001011000010100100011100101001000100011100011100
+0,79,44,-626,1111111111110111101101011111111101110011001101101111000101110100100100111011100111100100010101011000
+0,79,45,514,1111111110111101111100111011001110101110001101101111000100001110000100111000100100001000011101010000
+0,79,46,-572,1111111011111101101101111011101110111011001101100111000111100100000100011110100101000110011100011000
+0,79,47,485,1111111111110111111100111111001100101011001100001110001110000100100100101010000101000010001001011000
+0,79,48,-614,1111111111101111111100111101011110101001011101000110011111011110100111111010101100101000010001011000
+0,79,49,509,1111111111100111001101111110111110000011001111101111000110001101000110111000100011000000010000011000
+0,79,50,523,1101111111111111101100111101011110111011001100101111000100000100000100111110001001000110011000011000
+0,79,51,544,1101011111011111111110111101000110111011011001001111000110000110100110110110000101000000011100011100
+0,79,52,521,1011111110111111011101111011111010101111001111101110000100000000010100101110100001000010011000011100
+0,79,53,573,1111111011101110111111111111111110100001011111101110000111000100110110111100001000000000011001011100
+0,79,54,455,1111111111111111101110111011001100111011001000100111010000100100100100101010000101000000001001010000
+0,79,55,533,1011110111101100111100111011001110011011001101001010001111100111100100101010101000000110010100011100
+0,79,56,546,1101111010111111111100111101011100101001001001101110011101100111100100011111000101000010011000010100
+0,79,57,524,1111111111111111011100111111001110101011001111101111000110000000110100010010001001000110011100010000
+0,79,58,555,1101111111110111111110111111111110101001001100101111001110011110100110011010001001000010011000010000
+0,79,59,526,1111111110111111111100111111001100100001001110001111010101010111100100101000000001100010011000011100
+0,79,60,561,1111111111111111101100111111011100011001001111101110100101001110110100011100101101000000010000011100
+0,79,61,500,1011110111110111101101110111011110101001001001101111000000001100100100011110001101000000011100010100
+0,79,62,-591,1111111111101111111111111111111110101011001110001111010110110110100110011100001100000010011100010000
+0,79,63,512,1111011111101111111100111100101110101001001111101111001100101000100100011100100000000010011101010000
+0,79,64,-590,1111111111111111101101111111001100101110011101100111010100011110100100110000100111000110010101011000
+0,79,65,527,1111111010110111101100011011011111111011001101101111001101001100100100011010100110000000001100011000
+0,79,66,530,1101111111110111111101111101001100100001001111001111000111101010100100011000000111000010011000011100
+0,79,67,520,1111111111111111111110111111000110100011011111100111000100010101000100111010000001000010011000010100
+0,79,68,529,1111111111110111111101011111101110111010001111100010000110000100010100011100000101100010010101011000
+0,79,69,539,1111111111111111111100111111111110101011001101001110000110101100000100111010001001000010011000011000
+0,79,70,516,1111111111111100111100111011111101111011001000101111001100000110100110001000001001000100011000011100
+0,79,71,-576,1111111011101111111100111111000110101001001110101111010110111100100100101010001101100010011001011000
+0,79,72,553,1101011110111111111100110101101111011011001101101111101101000110000101111000000001000110011100011000
+0,79,73,541,1111110111111111101000111111101111111010001111100110001111100100000110101010000001000010011100011000
+0,79,74,-591,1111111111110111111110111111101100101011001101000111001101100110000110011101100001000110011100011100
+0,79,75,483,1111111111110111101000111111101110101001001101001011000110101110010110011000000101000010001000010000
+0,79,76,-576,1111111011111111111100111011001110101001001101100111011100001101100100011101001111000110011001001000
+0,79,77,539,1111110111101111101100111111001100110011011101001111111100001100100110110010100000000010001100011100
+0,79,78,-617,1111111111111111101100111111011110011011011100000110001111100110000110111001101111100010011001011000
+0,79,79,485,1111111111101101111101111011001100100001001111100111010110001100100101101010100001000100000000011000
+0,79,80,506,1111111111111111101100110011000110101101001011101111001111000111100100001010000101000010011000010000
+0,79,81,-612,1111111111111111111101111101101100101011001111101111000111110110100100111011101001000110011000000100
+0,79,82,557,1111111111111111111101010111001110101011001011100111000110000101100100111010000101000010011001011100
+0,79,83,515,1111111111111011111010111101011110101001001011101011001101000111100110001010000011000100011000010000
+0,79,84,491,1101011111101111111100110101111110100011001110100111001110100100100100011000001001000010011100010000
+0,79,85,572,1111111111111111111101111101010110101001001011101111001100110100100100111100101100100000011100011000
+0,79,86,510,1101111111111111101100110101001110100001001011101110101101100100110100011000000001100010011100011000
+0,79,87,475,1111111011101011111101110101111110101001001011100111000100011100000100111000001001000000011000011000
+0,79,88,535,1111111111111011110100111111101100111011001111101111011100000100100100110011000001000100010100011000
+0,79,89,519,1011111011110111101100110011001100101111011101100111100000001110100100011000110111000010001100011000
+0,79,90,538,1101111111111111111100111101011010101111001100101111001110100110100110011000000001000110011000011000
+0,79,91,-560,1111010111101111111101111011011110101010001101100111000100001011100100011100010111000010011101011000
+0,79,92,-585,1101111111111111111101111111011110111011001111001111000010000100000100111110001101000010011100011100
+0,79,93,522,0011111111110111111101111111100110101011001100000110000110000110100010011110000101000010011101011000
+0,79,94,528,1111111111100111111010111111101100101111001101001110001001110110000110011101000001000110001100010000
+0,79,95,-577,1111111111110111101111110111101110111011001110100111000100100110000110011010100001100010011100011100
+0,79,96,524,1111111110110111111100011111011111111101001101101110000101010100100100011100101001000000011001010000
+0,79,97,533,0110111111110111101101011111111010101010001101101111001100001010000100111010100110000010010101011000
+0,79,98,-592,1111110111101111101100111111011110101011001101101111011100011101100110111011100000001010011001001000
+0,80,0,527,1011111111101111111101111110001110101011001111001111000110001110100110011110000100000010011000010000
+0,80,1,-579,1111111110000111111110111011101110101011001001001111000100001001110110011110000011000110011101011100
+0,80,2,456,1011110111010111101101010111001110111010001011101110000110000100000100010100001101000010010100010100
+0,80,3,553,1111111111110111111101111111111110101001001101100011000000001100110100011110000101100000011101011000
+0,80,4,-644,1111111111011111111111111111010110101011001111001111001110001110110100111110100101100000011100011100
+0,80,5,480,1011111111101111111100111001001110101001001001101111000100110100100110011100001000000110011000010000
+0,80,6,572,1111111110100111111110111111111110101111001100101111000110101111100100011010000001000010011001011000
+0,80,7,533,1111111101111111111101111011000110101010001111100110001110001110100110011000001001100010011000011000
+0,80,8,-605,1111110111101111111101111111001110101011001101001111001101001011100110111111001100001000010101001100
+0,80,9,519,1111011111101111111100111010011110101010001101100111100100011100100100011000010011000010011001011000
+0,80,10,-571,0111111111100111111101111111100110111110001110100111000100101110100110011010001001001010011100010100
+0,80,11,533,1111111111101111111100111011101110101001001001101111000110100001100100011110001001000010011001011000
+0,80,12,-574,1111111111110111101110110101000110111011001010101111001111100111000110001010100101100010011100011000
+0,80,13,501,1111111111111111101101110011101110101101001111100111000100000110100100011010000001000010011000010100
+0,80,14,522,1111111110101111111100111110001110100001001110101111010100011000100100111100000000100010011001011100
+0,80,15,510,1111011011111111111100111101101100101001001111001111001101100111100100001000100001000010011100010000
+0,80,16,545,1101111010110111111100111101011110101001001001101111001111100111100110011100000101100010001000011000
+0,80,17,545,1111111110111111111110111111011100101011001101101110011100001110100100011011000001000010011000010100
+0,80,18,-582,1111111011101111111100111111101110111001001100101110011010001100101110110100101101000010011100011000
+0,80,19,472,1111111110101111011101111011111100101001001010101111001100010100000110001010001000000010011000011000
+0,80,20,-574,1111111110101111111110110101001111011011001101101111101100000110000101111100000001001110011100011000
+0,80,21,511,1101011011110111111100111111101110101011001001001111000111000100100100011000000101000010011101011000
+0,80,22,554,0011111111111111101111011111001010101010001101101111000110001110110100011110100001000110010000011100
+0,80,23,558,1110111111100111111100111011111110101011101101101111001100001010000110111010000110000010011101010000
+0,80,24,496,1101111111111011110100111111101110101001001100101111011110000100100100111010000001000010011000010000
+0,80,25,-594,1111111111110111111110111111111100111011001111101111001100011110100110010011001001000100010100011000
+0,80,26,511,1101111111110111111100111101101110101001001101001110000111101100100100111000001001000010011000011000
+0,80,27,558,1111111111111111111101111111011100100011001111001111000110101010000100011010000111000010011000011100
+0,80,28,570,1101111111100111111010111111111110101111001111101111001011100110100100011101000001000010011100010000
+0,80,29,436,1111011111101111111100110101101100100011001100000110001100110100000110011000000001000110001100010000
+0,80,30,501,1111011110100111101100111111001110101011001101001111001110001100100110010010100000000010001100011100
+0,80,31,-572,1111110111101111111100111111001100110011011001101111111100001100100110110110000101000010011100011000
+0,80,32,526,1101111111101111101111111101001110101011001010001111001100101010100100001100001101000110001010011000
+0,80,33,530,1101111011111111111100111111011110100001001101100110000110100100100110101000101000000110011100011100
+0,80,34,534,1111111111111111111100111111001100100001011100001111110100001101100100111000100001000010001100011100
+0,80,35,531,1111110110101111101100111111001100110011001111001111011101010110100110100010000000100010011000011100
+0,80,36,460,0101111111100111011101111101111110111001001101001110000100000000100110010000000101100000011000011100
+0,80,37,-566,1101111111011111101100111111011111100001011101100111100011001110000110001000000111100100010101011100
+0,80,38,492,1111111111111111101100111101011110101011001000101111000100100100100100111100001000100000011000011000
+0,80,39,-603,1101111111111111111101111101010110111001001111101111001100010100000100111110101101000110011100011000
+0,80,40,496,1111011001111111111110111101001110110011011001100111000000010110000100011110000001100000011100011000
+0,80,41,527,1111111111111111111110111111000110101011011111101111000110000101000100101000000001000110011000010100
+0,80,42,-598,1111111111100111111100111111011110101011001001101110001010011110100100011100101101000110011100011100
+0,80,43,511,1111011110111111101100111111001110111001001101101111001111000000100110010110000001000000011100011000
+0,80,44,-596,1111111110110111101100011011111111111011001101101010001111101100110100011010100111000010011000011100
+0,80,45,497,1111111010111111001100111111011110101011001101101111001101100100100100101010100000000000001100011000
+0,80,46,569,1101111111110111111101111111111110101011001100101111000110011110100100011110000101000010011100010000
+0,80,47,547,1111111011111101101110111011101110111001001101100111001110100100000110011010101001000110011000011000
+0,80,48,558,1111011111101111111110111111001110101001001101001111000110110110110100011100000001001010011101010000
+0,80,49,558,1111011111101111111110111111001110101001001101001111000110110110110100011100000001001010011101010000
+0,80,50,537,1111111111100111111110111111001100101001001101001110001001110110010100011101000001001110011100010000
+0,80,51,536,1111011111101111111010111111101110101111001101001111000110110110100110011000000001000010001101010000
+0,80,52,-579,1111111101101111111101111011100110101110001001101111001110011111111100011010001001000000011001011000
+0,80,53,564,1111111111101111111110110001111010101101001110100011000100101111101100011000000011001010011001011100
+0,80,54,536,1111111111110111111100011111010110111111011101101111000100010000100100011100100001000000011001011100
+0,80,55,565,1111111110111111111100111111001101111101001101100110100101001100100100011001101101000110011100010000
+0,80,56,527,1101111110110111111110111111011110101001001101101111001110001110100110011010000001000010011000010000
+0,80,57,566,1111111111110111110110111111111110101011001100101111001110011110100110010000001001100010011000011000
+0,80,58,527,1111110110111111101000111111101110101010001101101110001111100100110100101010100001000010011000011000
+0,80,59,579,1111111111111111001100111111111111111011001111100110001111100100000110101010000001000010011100011100
+0,80,60,491,1111111111000111111001111111101100101011001101001110001001100110000100011001000001000110001100011000
+0,80,61,551,1111101111111111111010111101100110101111001101001111011101110010000110011100000001000110001100010100
+0,80,62,498,0110111111110101111101111011101010100010001111100111001100001100100101111010100000000110000001011000
+0,80,63,520,1111111111101111101101011111011100101001001101101111010110001010000100101010100111000000010100011000
+0,80,64,507,1111111111110111111100111101101110100101001101101110001100000010100110011010000000000110011000011100
+0,80,65,550,0101111011111111111100111111001110100001001111101111000110100100010100001100001100000110011101011100
+0,80,66,-576,1101111010111111111100111101011100111011011001001111011110100110100110110111000101000000011000011100
+0,80,67,527,1101011111011111111110111101000110101001001001101110000101000111100100111110000101000010011100010100
+0,80,68,-590,1111111111110011110110111111101100101011001111101111001111000110000110111011010001100010011100010000
+0,80,69,500,1111111111111111101100111111101100111001001111100111010100000100100100000001100001001100010100011000
+0,80,70,502,1111111111101011111101111011111110100001001011101111000100011100000100111010100001000100010000011000
+0,80,71,468,1111111011101101111101110101001100101001001111100111010110001100100101101000001001000000001000011000
+0,80,72,532,1111111111101111101101111011101110101011001001100111000110000110010110011110000001000110011100010000
+0,80,73,-596,1011111011111111111110111011001110111011001101001111000111101100100100011110100101000110011000011100
+0,80,74,-592,1111111110111110111100011011111111111101001101101111001101000100100110001100101001000101011001011100
+0,80,75,455,1111111111110101111000111111011101111011001000101110000100010110100100011000001001000000011000010000
+0,80,76,531,1111010111101111111000111111101110101001001111001111001110100100010110001010000001000010011101011000
+0,80,77,-594,1111111111111111101110111111001111111010001101100111000111110110100100111100000001001010011100011000
+0,80,78,533,1111111111110111111100111111001111111101001101001111000111000000100100011100100101000100011001010000
+0,80,79,533,1101111110010111111100011111011110101011001101101110000100010100110110111110001001001000011000010100
+0,80,80,534,1101011111011111101111111101000111111011011001001110000100000110100100110110100100000000011101011100
+0,80,81,550,1111011111111111111100011110101110011110011101101111100110000110101110111000000001000010011000011000
+0,80,82,564,1111111111111111111001111101111110101001001111101111000110101100110100111000001101000010001000011000
+0,80,83,491,1111111111110111101100111111000110101001001001001011001100110110000110011100100100100000011100010000
+0,80,84,554,1101111111011111111101111011000110101011001101001111000110001110100110101000001111000000011100011100
+0,80,85,525,1101010111101111111110111101010010111011011100001111000100000101100110110110001001000010011100011000
+0,80,86,503,0111111111101111111100111011101110101001001010101111000100100001100100011010001001000010011000011100
+0,80,87,-615,1111111111100111111101111111100110111110001101100111000110101110100110011110001001011010011101010000
+0,80,88,549,1111111111111111011101111111001110101011001111101111000100001000100100010000101101000110011100010100
+0,80,89,560,1111111111111111111100111111000100111111011101100111000110001000111100011010000001000110011100011000
+0,80,90,547,1111111110111111011101111011111010101111001111100110000100000000010100011100000101100110010101011100
+0,80,91,517,1011111111110111111101011111101110111010001111101010000110000100010100101110100001000010011000011000
+0,80,92,-588,1111111001110111111110111111001100111011011111100111000110000110000110001101100001111010011100011000
+0,80,93,485,1011011111111111101110111101101110110011001001101111000111000110000100001000000001100100011100010000
+0,80,94,545,1111111111111011101101010101111110111011001011100111000101000101100100111010000101000010011000011100
+0,80,95,-605,1111111111111111111111011111001110101001001111101111000110011111100100111010000001000110011001011000
+0,80,96,-578,1111011010101111111100111111001110101111011001101111101110001100100110011010100101000010011100011000
+0,80,97,514,1111111111110111111100111111000100111011001101100111000100001000100100010100000101000110011100011100
+0,80,98,554,1111011111100111001100111110111110101001001101101111111100001111101100111100100000000010011000011000
+0,81,0,-584,1111111111111101001100111101111101111001001111100111001110001100100111101010001001000010011100011100
+0,81,1,452,1111111011101111111101110111001110101011001111100110010111000100000100101000000001000000001000011000
+0,81,2,450,1111110111011111101100111111011110110011001000101110000110000100000100111100001000000000011000010100
+0,81,3,489,1011111111110111101101010101001110101010001011101111000100100100100100010100001101100010010100011000
+0,81,4,536,1111111100111111111100111001001100101011001101101110001110001110100100011001001001100010011000011100
+0,81,5,549,1111111111111111111111111111010110101010001111100110011100001110100110011010000001000010011000010100
+0,81,6,533,1111110111111111101100111100101110011110011101101110100110000110101110111000000000000010011001011000
+0,81,7,527,1111011111111111111101011111101111011110001101101111000110000100100110111000100100000010011000010000
+0,81,8,532,1111111011110101111110111111001101111011001100101110000111011100100100011100000001000100011000011100
+0,81,9,511,1011111111111111111000111011001110111011001001001111000100100110100100011010101101000010011000010000
+0,81,10,520,1111111110101111011101111110011100100001001010101111011100011100000110111100000000100010011000011100
+0,81,11,474,1111111110101111111100111011101110101001001110101111000100010000100100001010001000000010011001011000
+0,81,12,536,1111111110111111111100111011111110101111001101100110100101001000000100011100100101000110010100011000
+0,81,13,-588,1111111110111111011101111111001001111101001111100110000100000100110101011001001101100110011101010100
+0,81,14,552,1111001111111111111000111111100110101111001001001111000111100110100100011100000101000110011100011000
+0,81,15,510,1101111011110111111110111101101110101011001101001111011101010000000110011000000001000010001101010100
+0,81,16,545,1111111111111111111101111001101110101111001101001111001100001010100110111000000100000000011100011100
+0,81,17,516,1101111111010111111100111111000110100001001101101110000110000110100110001010001011000110011000011100
+0,81,18,534,1111110110111111111000111111101110111101001111001110101100000100000110001001100001000110011100011000
+0,81,19,562,1111011111101111111100111111001101101001001101100111000111101100110100011010001101000010011101010000
+0,81,20,533,1111111110100111111110111111010110101111001100101111000100010110100100011100100001000010011001011000
+0,81,21,562,1111111111110111111100011111111110111111011101101111000110101001100100011000000001000000011001011100
+0,81,22,507,1111111110111111101101111111001101111101001001100110000100001110100100010000101100000010011100011000
+0,81,23,-592,1101011111011111111110111101000111111011011101001110100101000100100100111111100101000100011101010100
+0,81,24,-563,1101111011010111111100011111010110101011001101101111001100100011100110011100100101100010001001011100
+0,81,25,511,1111111110110111111100111101011110111101011001101111000111010100100100011100000001000000011000011000
+0,81,26,494,1111111110100111111100111111010100111011001100100111000110101000100100010000000101000010011001011100
+0,81,27,-592,1111111111110111111110111111101110101111001101101111000100001111100100011110000001000110011100011000
+0,81,28,514,1101111010111111111110111111011110100001001101100110010110101110100100101000000001000010011100010100
+0,81,29,561,1111111111111111111100111111011100101011001101101110001100000100100110011011101000000110011000011100
+0,81,30,520,1011111111111111111101111111101110111001001111100111010100000100000100100100100001000100011100011000
+0,81,31,497,1111111111110111101100011111101100111010001111101010000110000100110100001011100001001010010000011000
+0,81,32,555,1111111011111111001100111101111110111001001101100111001111100111100110011000000101000010001100011000
+0,81,33,-595,1101111110110111111100111111011111101011001011101110001111100110000110101110000001101010011000011100
+0,81,34,532,1111111111111111111101011101111110101000001101101111000110001100101110111000000101000010001000011000
+0,81,35,-582,1111011111111111111000111110101110011111011111101111100110100110110100111000001001000010011000011000
+0,81,36,-582,1101111010111011011100111101111110111011001111100110001111100110000110101010000101100010111000011100
+0,81,37,525,1110111101110111101100111111011111101001001001101111001111100100100110011100000001000010001100011000
+0,81,38,-589,1101111111100111111110111111101110101001001101001111000110101100110100111100001001001010011101011000
+0,81,39,480,1111011111111111111100111101001110101001001101001110000111110110100100011000000001000010011000010000
+0,81,40,-572,1111011111101111111110111111001110101001001101001111000110110110110100011100000011001010011101010000
+0,81,41,-573,1111011111101111111110111111001110101001001101001111000110110110110100011100000001001010011101010100
+0,81,42,548,1111111111111111011100111111111110101001001111000111001110100100010110101000000001000010011101011000
+0,81,43,557,1111010111101111101000111111111111111011001111101110001111100100000110001010000001000010011100011100
+0,81,44,531,1101111111011111011100111111001110101011001111101110000100000000100100111100100101000110011100010100
+0,81,45,539,1111001111111111111111111101000110101001001001101111000101001111100100010010001101000010011100010100
+0,81,46,569,0101111111110111111100111111101111110110001101101111000110000100100101111110100100000110010001011000
+0,81,47,456,1110111111110101111101111011001010101001001111000111001101001000100100011000100001000100001001010000
+0,81,48,-593,1101111111110111111110111111111110101011001100101111000110111110110100011100000101001010011100010000
+0,81,49,544,1111011111101111111101111111001110101001101101001111000110010110100100011110000001000010011101010000
+0,81,50,543,1111111110100111111100111111111110101011101100101111001100001110000100111010000010000010011001011000
+0,81,51,566,1110111111100111111110111011111110101111001101100111000110001011100110011010000101000010011101010000
+0,81,52,558,1111111110110111110110111111011100101011001110101111001100010110100110110010000001100010011000011100
+0,81,53,528,1111110111101111101100111111101110110011001101001111010111011110100110000000001000100010011000011000
+0,81,54,525,1111111010101111111100111111001110000001001111101110000110111000100100101100000100000110011001011100
+0,81,55,521,0101111011111111111100111110001110100001001110101111010100000100010100011100001000100010011101011100
+0,81,56,533,1101111111111111111110111101000110101001001101101111000111000111100100101100000001000010011100010100
+0,81,57,536,1111011111011111111110111111000110101011011011101110000100000101000100111010000101000110011000110100
+0,81,58,550,1111111111100111111100111111101110100111001111101110001011100110100100011010000000000010011100011100
+0,81,59,527,1101111111110111111010111101111110101101001101101111001100000010100110011101000001000110011000010000
+0,81,60,559,1101111111100111111101111011110110101110001000101111000110011110111100011010001101000010011001010000
+0,81,61,-580,1111111101111111111101111111101110001011001101101111001110011111100100011110000001000000011100011000
+0,81,62,486,1101011110111111111100111111101110111001001101101110000111000000000100110010001001000010011000011000
+0,81,63,524,1111111111110111101100111101001110101001001101001111001111101100100110011100000001000000011100011000
+0,81,64,530,1111111111111111101100111111101110111001001111100111011101000100100110010000100001000000011100011000
+0,81,65,478,1111011111111111101100111111000100111001001101101111000110000000100100000111000001001100010100011000
+0,81,66,527,1101111010111111101100111101011110100001001101101111001110100100100110101000100001100110001100011000
+0,81,67,541,1101111011110111111100111111011110101001001001100110000111100111100110011100001100000010011000011100
+0,81,68,529,1111110011111111101101110101101110011101001101101111000100000110100110111000000101000010011001010100
+0,81,69,509,1111111111111111100101111011101111101110001111100111000110000100100100011010100000000010011000011000
+0,81,70,536,1011111111111111101101011111111010101001001111101111000110101100110100111000000001000110010000011000
+0,81,71,-582,0111111111111111111011111101001110101010001101101111000110001110110100011110101101000010001000011100
+0,81,72,540,1101111111111111111110101011011110101010001101101110001110001110100110011010001001100010011000010000
+0,81,73,512,1111111100110111111101111111000110101001001111100111001110001110100110011000000001000010011000011000
+0,81,74,562,1111111111100111111100111111101100101011001101101111001111101110010100011011000001000010011001010000
+0,81,75,539,1111111110100111111110111111011110101101001100001110000000110111100100011100000001001110011100011000
+0,81,76,481,1111011111101111111110111111001110101001001100001111000100110100110110011000000001000010001100010000
+0,81,77,507,1101011111101111111100110101101100100011001101000110001110110110000100011100000001001110011101010000
+0,81,78,511,0100111111101101111111110001101010100110001111100111000100101101100100011000100001001010001001011100
+0,81,79,545,1111111111110111111100111011111010101001001110100011001100001110101101111010000010000110010001011000
+0,81,80,545,1111111111111111101111111101111110101001001010001111101100101000100100101000001101000110001010011000
+0,81,81,556,1101111111101111111001111101001110101011001111101111000110101110110100011100001101000010001000011000
+0,81,82,545,1111111111101101011100111111001110101001001111101110001001000010010100011001001101001110011100010100
+0,81,83,534,1111111111110111111111111111001100101011001101001111000100111100100100010100100001000110011100010000
+0,81,84,569,1111111111101111101001111111011100101001001111101111010110001110010100101010101101000000011100011000
+0,81,85,527,1111111111111111111101011101111110101001001101101111000110101010100100111000000111000010000000011000
+0,81,86,487,1001110111011111101101111111011110110011011111100111000111000100000100010000000101000010010100010100
+0,81,87,532,1111111101010111101100010111001111101000001001101110000010001110000110001100001111100110010101011100
+0,81,88,557,1101111011110111111100111101101100101001001001101111000111100111100110111100001101100010001000011000
+0,81,89,475,1101111110110111111100111101011110101001001101001110001111101100100100011000000001000010011000001000
+0,81,90,454,1101111100110111111100111011000110101001001101100110001110001110100110011000000001000010011000010000
+0,81,91,-606,1111111111111111111111111111011110101010001111101111001110001110100110011010001001100010011000011000
+0,81,92,487,1101011011110111111110111101000110101001001001001110000111000100100100111000000101000010011100011100
+0,81,93,541,1101011111011111111100111111101110101011001000101111000101000111100100011110000101000010011101010000
+0,81,94,-582,1011111111110111101111111111001110101010001101101111001100001110110110011110100001000110010000011100
+0,81,95,473,0101111111111111111100011101101010100101001101101110000110000010100100011010000000000110011000011100
+0,81,96,543,1110011111111101111100111110111110101010001101100111100100001100100101111000010010000110011001011000
+0,81,97,482,0111111111100111111101111011001010100010001111100111001100011100100100011010100001000010000001011000
+0,81,98,536,1111111111100111111010011110111110101111001101101111001010100110100110011101000001000010011000010000
+0,82,0,512,1111111111100111111100111011101000101001001100101111001111101110100100011010000011000010010001010000
+0,82,1,-606,1111111111110111111100111111111110101011001111100011001100101110011101111011000000000110011001011000
+0,82,2,578,1111111111111111111100111111111100101011001000101111010111000110110100101110101101000000011100010000
+0,82,3,532,1101011111001111101001111111001110101001001111101111000100001111000100011010000101000010011101011000
+0,82,4,532,1111111101010111101100010111001111101000001001101110000010001110000110001100001111100110010101011100
+0,82,5,532,1111111101010111101100010111001111101000001001101110000010001110000110001100001111100110010101011100
+0,82,6,565,1111111111011111011110111111010110101011001111101110010100001010100110111000100001000110011100010100
+0,82,7,515,1101111111111111111101111111001110101010001111100110001100000100100100011110000101000010011000010100
+0,82,8,-580,1111111110100111111100111111111110101111001101100111000101101010010100011011100001000110011100011000
+0,82,9,518,1111111111111111111100111011101100101011001101101110101111001100000100011100000101000010010001010000
+0,82,10,550,1101111111010111111110011111011100101011001110101111001100100011100110010010100001100010011000011100
+0,82,11,-564,1111111010010111110100111111010110101011001101101111001100010110100110111100000101100010001001011100
+0,82,12,550,1111111110100111111100111111110110101111101100101111001100011110001100011010000111000010011001000000
+0,82,13,543,1111111111100111111101111011111110101010001000101111000110001110110100111010001000000010011001011000
+0,82,14,536,1111011111110111111100111111101100101001001001101111000101001111100100010011010101000010011001010000
+0,82,15,-578,1111101111101111111111111101000110101011001101101111001111101110010100011010001001000010011100010100
+0,82,16,520,1111111111111111101100111011101111101101001111100111001101000100100100010010100000001010011000011000
+0,82,17,533,1111111111111111100101111111101110111010001111100111010110000100100110011000100001000000011100011000
+0,82,18,539,1111111010101111101100111101111110111111001100101111001100000110100100011100000001000010011101011000
+0,82,19,571,1111111111110111011110111111010110111001001101100111000111110111100110011100100101000010001000011000
+0,82,20,-589,1100111111110111111110111011111110101111001101101111001110000011100110011111000001000010011101010000
+0,82,21,498,1110111111100111111010111101111110101101001101100111000100001010100110011000000101000110011000010000
+0,82,22,562,1111001111111111111011111111100110101001001001001111001111100110100100001110000101000010011100011100
+0,82,23,520,1111001111110111111100111101000110101111001001101111000101001111100100010000001101000110011100010000
+0,82,24,509,1110111101110111101100111111001110111001001011100111010111000100000100111100000001000100011100011000
+0,82,25,546,1011111111111111111101111111111111101001001111101111001100100100100110000100100001000010001100011000
+0,82,26,-594,1111111111110111111100111111111100111011001101001111000110111101100100011100100001000110011000011100
+0,82,27,502,1111111111110111111111011111001110101111011101101111000100101000100100010000000001000000011101010000
+0,82,28,530,1111111011111111001100111101101110011001001101101111000100100111100110011000000101000010001001011100
+0,82,29,554,1111110011111111101101110101111110111101001101100111001111000110100110111000000101000010011100010000
+0,82,30,568,1111111111110111111110111111001101101011001101101111000111111100100100010100100001000100011100011000
+0,82,31,498,1111111011110101111111111111001100111011001100001110000100011100100100011100000001000110011000010100
+0,82,32,529,1111111111111111111101011101111110101001001101101110100110000110100100111100000111000010000100010000
+0,82,33,524,1101111111111111011110111101000110101001001101101111000111101011100100101000000001000010011000011100
+0,82,34,524,0011111011111111101101111110111110101001001111101111000100100100110100111000001001000010010100011000
+0,82,35,533,1101111111111111111100011111001010100001001110101111010110001100010100011100000000100110011001011100
+0,82,36,532,1111111110111111111100111111101100101001001101100111001100101110100100010000001100000010011101011000
+0,82,37,537,1111111111100111101101111111001101111111001001101110000111001110010100011011100001000010011000010000
+0,82,38,468,0110111111110101111101111001001010101110001111000111000100101001100100011000100001000000001001011100
+0,82,39,479,1100111111101101111111110011001010100001001111100111001101001000100100011000100001001110001001010000
+0,82,40,513,1111111110110111111110111111011110101011001110001110001100001110100110010000000001100010011000011000
+0,82,41,520,1101111110110111110100111101011100101001001101101111001111110100100100111010000001000010011000001100
+0,82,42,-607,1111111111101111101000101111111111111011001111101111001111101110000110011011000001000010011000011100
+0,82,43,483,1111010110100111111100111111101100101011001101101110001111100100010100001010000001000010011001010000
+0,82,44,552,1101110110111111111000111111101110111101001101101110001100100100100110111000101001100010001100011000
+0,82,45,539,1111111011110111111100111101101100101001001011001111100111000111000110001101000101000110011000011000
+0,82,46,515,1101111111110111111010111101011110101001001101100110001101000010100110011100000101000110011000010100
+0,82,47,545,1101111011110111111100111111101110101101001001101111000110100111100110011101001000000010011000011000
+0,82,48,518,1001110111011111001101111111111110101011001111100111000110100100000110101000000101000010011101010000
+0,82,49,517,1111111111111111111100111111011110110001011111000111001111000100010100010000000001000010010100011100
+0,82,50,548,1101111111011111011100111111011110101011001111101110001100000100100110011000100101000110011100010100
+0,82,51,529,1111111111111111111100111111001100101011001101101110000100000000100100111111101000000110011000001100
+0,82,52,549,1111111111100111111100111111111110101001001101101110001110110110000100011101000001001010011100010000
+0,82,53,543,1111111110100111111110111111001100101011001100001111000001101111110100011010000001000110011001011000
+0,82,54,532,1101110010111111011101110111101110011001001101101110000101000100100110110010001101000010011001011100
+0,82,55,476,1111011111111111101100111101101110111101001101101111000110000010000100111000000001000010011000010000
+0,82,56,522,0111111111101111111101111011011100100010001111100111001100011110010100001010101101000000011000011000
+0,82,57,529,1111111111100111101001111111001010101001001111101111010110001100100100111010100001000010000101011000
+0,82,58,530,1111111111111111101111111111111110101111001001101111001100100000100100101000000101000110001010010000
+0,82,59,551,1111111111100111111010011100111110101001001110001111101010101110100110011101001001000010011000011000
+0,82,60,541,1111001111110111111110111111101110100111001101101110000111100111100100010010000001000010011100010100
+0,82,61,548,1111111111101111111101111101000110101001001011101111001001001110100100011010001100000010011100011100
+0,82,62,541,1011111111111111111110111101000110111001001111100111010111000111000100100100100001000100011100010100
+0,82,63,523,1101111111111111111101111111101110101001001101101111000100010100100100101100000001000010011100011000
+0,82,64,-594,1111110111111111101101111100101110011110011101101111100110000111100110111000000101000010011001011100
+0,82,65,480,1111110011111111101100110101101110011101001101101110000100000110101110111000000000000010011001010000
+0,82,66,545,1111111110101111111100111100111110011110101101101110000110000110100110111010000010000010011001011000
+0,82,67,531,1111110111110111101100111111101110101011011100101111101100001110001100111000000000000010011001011000
+0,82,68,517,1101111110111111111100111001000100101001001101101111000111000111100100101001000001000010011100011100
+0,82,69,552,1111111101111111111110111101001110101011001101101110001110001110100100011100001001100010011000010100
+0,82,70,509,1101011111101111111111111011101110101010001100001111000100010110110110011010001001000010011000010000
+0,82,71,531,1111111111100111111100111111010110101101001000101111000110111100111100011000000101000010001101010000
+0,82,72,-591,1111111111110111111100111111111101101001001001101111000111101111100110111010001101000010011000010000
+0,82,73,525,1101011011101111111100111101001100101001001101100111000011100100110100011100001101100010001101011000
+0,82,74,506,1111111011111111111111111101001110101001001100101111000001001100100100011000001001000100011100010100
+0,82,75,554,1111001111110101111110111111000101111011001001101110000111011111100100010110000101000010011000011100
+0,82,76,543,1111011111111111111001011111101111111110001101001111000110100110100100011010101100000010011000010000
+0,82,77,503,1011111111111111111100111111001110011011001001101111000100000100100110111000100101000010011000010000
+0,82,78,559,1111011111111101111100111111011110111010001101100111000111001100000101110000010011000010011100110100
+0,82,79,486,1000110111011111101101111110111110100011011111100111100100000100100100011000000100000110010001011000
+0,82,80,-581,1111011111111111111101111111001111101000001111100111010101001100100100011010001001000010011111010100
+0,82,81,545,1111111111101111111110111111010100101011001101100110001110101110110110011010000101000010011000010000
+0,82,82,543,1111111101010111101100010111001111101000001001101111000010001110000110001100001111100110010101011100
+0,82,83,533,1111111101010111101100010111001111101000000001101110000010011110000110001100001111100110010101011100
+0,82,84,537,1101111110100101111110111101101100101001001101001110000110101100110100011000001001001010011101011100
+0,82,85,-581,1111111101111111111100111011001110101011001101101111001110001110100100111101001001100010011000011000
+0,82,86,569,1111011111111111101100011111111111111011001111101111000111100000100110001010000001000010011100011100
+0,82,87,-575,1111110111100111111000111111111110111111011101101110001111101101000100011000000001000010011001011100
+0,82,88,453,1111011111110111101000111101110101101001001101101111001100000010100100001111000001000100010000010000
+0,82,89,561,1101111111111111111110111111001110111101001101101111000110000000100110010101000001001110011100011000
+0,82,90,564,1110111111000111111100111011111110101011001101101111000111000111100100011110000101000010011101010000
+0,82,91,543,1101011111111111111110111111101110101111001000100111000100001011100110011010000101000010011101010000
+0,82,92,538,1110011111111101001100111101111110111010001101100111001101000101100100111000000011000110011001011000
+0,82,93,560,1111111011111111111100111110111110101001001101100111100110101110100111011000010100000010001100011000
+0,82,94,544,1100011111111111111100111111101110101010001100101111000101001100100100011110000111000110011001010000
+0,82,95,554,1111011111011101111100111110111110101011001001100111100100000111100101111000010000001010011101011000
+0,82,96,526,1111111111101111111100111111010100111010001111100110011110101100100100010000000101000010011000011100
+0,82,97,517,1111111110110111111111111111010110101011001100100111000100001010100110011010000001000010011001010100
+0,82,98,506,1101111011111111101100111101011110101000001000101111001110001110111110001000100101000010011000010000
+0,83,0,-595,1111111111101111111101111111011110100010001111101111001100010110110110011110000101100010011000011000
+0,83,1,504,0111111010010111110100111011010100101011001101100111001100011110000100111000101101000000001001011100
+0,83,2,510,1101111110110111111100111111101100101001001101001110001100101110100100010000001000000010011101011100
+0,83,3,559,1111111110101101111110111101101100101001001101100111000110101100110100011000001101001010011101011000
+0,83,4,548,1101111101111111101110010111001111101000001101101111000011101111000110001000000101100110010100011100
+0,83,5,530,1111111111010111011100111101000110101001001001101111000110101010100100101100001011000010011001011100
+0,83,6,546,1111111111101111111101111111011110101011001001101111000000001110110100111010001000100010011000011000
+0,83,7,559,1111111111100111111101111001100110101000001010101111001111001110100100011010001100000010011101011100
+0,83,8,490,1110111111101111111100011100111110101100101100001110001010100110100110111100000000000010011000011000
+0,83,9,-600,1111111110100111111010111100111110011011001111101111100110001110100110011011001011000010011001011000
+0,83,10,546,1111111111111111111100111111011100101011001000101111001011001110100100101110001101000000011100010000
+0,83,11,-580,1111111111101111111101111101100110101001001011101111010101000110110100011010101100000010011100011100
+0,83,12,-573,1111011111111111101100111111011110111010001101101111001110000100100100110000010001000010011101111100
+0,83,13,525,1111111010101101111100111101111110111111001100100111000101001110000101011100000011000010011100010000
+0,83,14,516,1111111111001111111100111011111110101011001101101110001100000100100100011100100101000010011100010000
+0,83,15,-596,1100111111010111011100111111011110101011001111101111000111000111100110011010000101000110011101010100
+0,83,16,-599,1111111111100111111001111111101110100111001111101111010110110100100100111010101001000110001101001000
+0,83,17,489,1100111110100111101101111011010010101001001101101111000110001100100100111010000001100010000101011000
+0,83,18,513,1101111111110111111011111101111110101001001101100111001101100100100110010100000001000010011000011000
+0,83,19,542,1011111101111111111100111111011111101001001111101110001100000010100110001100100101000110001100010100
+0,83,20,-592,1101110111011111111000111111001100111111001101101111001100100111100110111000101001100010011100011000
+0,83,21,510,1101111110110111111110011111111110101001001110101110001100100000100110010010100001100010001000011100
+0,83,22,555,1111111101111111111110111101000110111001001101100110001110011101100110011100001101100010001000010100
+0,83,23,563,1111111111110111111110111111011110101011001101101111000111100110100100011100100001000010011000011000
+0,83,24,527,1111111110100111111100111111001100101111001100101111000000111110011100011010000011000010011001010000
+0,83,25,574,1111111110100111111111111111110110101011101100001111001101001111100100011010000101000110011001001000
+0,83,26,554,1111011111111111101110111111101110101111001001100111000100000011100110111000000101000110011101010000
+0,83,27,519,1101111111111111111111111111111110101111001000101111001100101000100100001010000101000010001010010000
+0,83,28,553,1111111111111111011100111111110111111110001100101111001100000101101100111000000011000010011001001000
+0,83,29,544,1110011110100101101100111101111110101011101101100111001101011110000100011010000111000110011001010000
+0,83,30,541,1110111111000111111100111111111110101001001111101111000100000100100110010100100101000010011101011000
+0,83,31,569,1011111111111111111101111011111111101011001101101111001111100111100100001110000001000010001100010000
+0,83,32,518,1111111111111111111100111101111110101001001100101110001110100110010100001100100101000000011100010000
+0,83,33,-601,1111111111100111111100111111111100101011001001101111010111010110100100111111001001001010011100010000
+0,83,34,515,1111001110110111111100111101001110101011001101001111000101001111110100010000000001000110011001011000
+0,83,35,533,1111111111100111111110111111000100101111001000101111000001101111100100011010001101000110010100010000
+0,83,36,-624,1111111111010111111110011111011101101011001111101111100101101111100110010100100001100110011000011100
+0,83,37,514,1101111111110111111110111111001100101111001100101111001110110000100100010010100001000000011100011000
+0,83,38,-575,1111111111100111111100111101101100101011001011001011100111100111010110011100000101000110011001011000
+0,83,39,484,1111111010110111111110111111001100101001001100001111000001001111100100000011000001000110011000011000
+0,83,40,574,1111111111111111011110101111011110011001001101100111000110110111100110011100100101000010001000011100
+0,83,41,521,1111111011100111001100111101100110111011001101101111000101100111100110011000000101000010001001011000
+0,83,42,552,1111011111111111101100011101111111011111000101101110000111100100101110111000000001000010011100010100
+0,83,43,475,1111110011111111101100110111101110111001001111101111000100000000100110001010000000000010011001011000
+0,83,44,526,1111111101111101111100111101011110111010001101101010000110001110000101011100010001000010001100110100
+0,83,45,570,1111011111111111111110111111001110101111001101100111001111001100100100110000001011100010011000010100
+0,83,46,528,1011111101110111101101010111011111101000001101101110001010001110000110001100001101100010000101011100
+0,83,47,535,1111111111011111111100111111101111101001001011101111000100100100100110000100100011000110011100001000
+0,83,48,527,1110111101000111101100110111111111101000001001101110000110010111000100001100000111000010011101011100
+0,83,49,-570,1111111111010111111100011011001110101011000101101111000011001110100110011110001101100110010101010000
+0,83,50,508,1101111111111101011100111111011110101011001101101110001100000100100110011010100001000110011000000100
+0,83,51,562,1111111111011111111100111111001100101011001111101110000100000000100100111101101100000110011100011100
+0,83,52,520,1111111111111111111100111011000100101001001101100111000111110111100100101000100001000010001000011100
+0,83,53,-568,1101111110110111011110111101010110111001001101101111000111000111100110011101000101000010011100011000
+0,83,54,512,1101111111111111111100011111001110101001001101101110010110000110000100111100000001000010010100011100
+0,83,55,550,1111111111111111111101011101111010100001001110101111100110001100110100011100000110100110001001010000
+0,83,56,533,1111111111010111101101111011001011101110001001000110000110111001100110011100100001100100010001011100
+0,83,57,468,0110111101110101111100010101001110101000000111101111000000001110000100001000001111000010001101011100
+0,83,58,542,1001111101011111101101011111001111101010000101100111000010001100000110101100000101100110011101011100
+0,83,59,509,1111110111010111001100110111111110101001001011101110000110110110000110001000001111000010010101010000
+0,83,60,552,1111111111101111101101111111101111101111001001101110001111100000110100011001100001000110001010010000
+0,83,61,543,1111111111110111101111111111011100111111001001101111000100001110000100101011000101000010011001010000
+0,83,62,503,1110111101110111111100111011101110101001001111100110001111001100000100011100000101000100011100010000
+0,83,63,524,1111111111111111101100111111001100111011001001101111110111000100000100111100000001000010010001011000
+0,83,64,530,1111111111110111111100111111011100101001001010101111000100001111100110010011100001000010011001010000
+0,83,65,556,1101011111010111111110011111101100101011001101101111001101100011100100010010010101100010011000011100
+0,83,66,522,1100111111110111111010011101011100101011001110101111001100001011100110011000000101000110011000011000
+0,83,67,535,1111111111000111111110111111111110111101001101100111000100100010100110010010100001100010011000010100
+0,83,68,547,1111001111111111111110111111101100100111001101101110001110101110110100011010000101000010011000010000
+0,83,69,527,1111111111100111111110111111010110101011001101100110000111100111100100010010000001000010011100010100
+0,83,70,-581,1111111110110111111110111111010110111011001001101110000110001110100110011110000101000010011001011100
+0,83,71,518,1111001111101101111100111100101101011110101101101110000111010111100100110010000010000010011000011000
+0,83,72,535,1111111111110111001110111101101110111111011101101111000100100110100100011000000101000010001001010100
+0,83,73,497,1111111011111111111101011111001110001001001101101111000100101001100110010000000001000000011101011000
+0,83,74,557,1111111101011111100101111111001110111000001011100111010110001100110110011000101111000000011100011000
+0,83,75,530,1111111111110111101100010111101111101010001101101111000010000110000110001100000001101110010101001100
+0,83,76,541,1110111111001111111000011111111110111111001101101111000110100110100100011010001100000010011001010000
+0,83,77,566,1111011111110111111101111011101111101010001101001111000111000111100100011110100101000010011100010000
+0,83,78,509,1011111111000111111100111111000110101001001101101111010111000111000100100110100001000100011100010000
+0,83,79,-596,1110111111111111111110111001111110111011001111100111000111000111100100011100000101000010011101010100
+0,83,80,538,1100111111100111111100111011101110101010001100101111000111001101100100011110000101000010011101010000
+0,83,81,-570,1110011111011111111100111111111110101011001101101111000101000110100100011110000111000110011001010000
+0,83,82,531,1111011111110101111100111101101110101011001011100111100100001101100100011000100001001000011101011000
+0,83,83,491,0110111111011101111101111010011010101110001101000111000100100011100101111000010000000010001001011100
+0,83,84,515,0111111111100111111101111011111100100011001101101111001100111110010100011110000001000000011000010000
+0,83,85,550,1101111111101111111100111111011110101000001111100110001110010110000100001001101101001010011100011000
+0,83,86,560,1101101111110111111110111111101110100111001101101110000100100100100110110010101001100010011101010000
+0,83,87,548,1111010110111111111000111111101110111101001101101110001111100111100100011000000001000010001100011100
+0,83,88,543,1111111101010111101100010111001111101000001001101110000010011110000110001100001111100110010101011100
+0,83,89,522,1111111101010111101100010111001111101000000001101110000010001110000110001100001111100110010101011100
+0,83,90,538,1111111111101111111110111011001111101010001100001111000111110100110100011000101001000100011000011000
+0,83,91,539,1101011111110111111111111111101100101011001101101111000100011110100110010110000001000010011100010000
+0,83,92,544,1111111011111111001110111111000110101011001101101110001110101110110110011010000101000010001001010000
+0,83,93,531,1111111111101111111100111101111100011001001101100111000100100111100110011000000101000010011000011100
+0,83,94,530,1110011111111101101100111101011101111111001001100111000101010110010100011010000011000110011001010000
+0,83,95,556,1111111111100111001101111111101110111010001101101110001111001101100100111001100001000010011000011000
+0,83,96,539,1101110110110111111100111111101110111001001101101110001110100110100110001010101001000010001101010000
+0,83,97,508,1111010110101111111000111111101100101111001101101110001101100100010100111000000001100010011000011000
+0,83,98,-586,1111111111111111111010111111101110101001001001100111001111101110100100001110001100000010011100011100
+0,84,0,-593,1010111111111111111110011001011110101011001110101111001101001111100100011000000101000110011101011100
+0,84,1,519,1100111111110111111010111101111100111011001111100111000110000011100110011100000101000010011000010000
+0,84,2,500,1011110111000111101100111111101110101001001101101110000111110111000110100000000011000100011100010000
+0,84,3,506,1111111111010111011100110111010110101001001011101111010110000100000100001110101101000010010101010000
+0,84,4,531,1111111111101111111100111111001110101001001011101110110110000000100110011100000001000110011100011000
+0,84,5,545,1111111101111111101100111111011101111011001101101111001111000110000100101100100101000010000001010100
+0,84,6,574,1111111111111111111110111111000110101011001101101110001111101110110110111000000111000010001000010000
+0,84,7,540,1111011011111111001110111111001110101111001101100111001110001100100100010010001001100010011001010100
+0,84,8,530,1111111111110111111100011111001111101001001000101110001010001110000100001100001111100000011100011100
+0,84,9,-566,1111101101011111101100110111011100101010001001101111000011011110100110101110011101000110010101010000
+0,84,10,517,1101111111110111001110111111001110101101001101100111000100000011100110111100000101000010011100010000
+0,84,11,-605,1111011110111111111110111101110110111011001001101111000111000111100110011001000101000110011101011000
+0,84,12,-568,1011111111010111101100011111101111101011001101101110000010111110000110001110000111100110010100011000
+0,84,13,544,1111111101111111111101110011011111101000001001101111001111000111100100001100001001000010001101010100
+0,84,14,556,1111011110100111111000111111100110101111101101101101001101100100110100111000000101100110011001001000
+0,84,15,515,1111110110101111111111111111111100101011001100001110001101001111000100011010000001000010011000011000
+0,84,16,-595,1011011111111111111101111101101110101011001111101111001111011111100100001110100001001000011100010000
+0,84,17,506,1111111111110101111100111011111111101011001001100011100100100101100100011000000001000010001101011000
+0,84,18,557,1111011111111101101110111101111110101111001001100111000101000111100110111000000001000110011101010000
+0,84,19,527,1110011111111111101100111111001101111111001001100111000100010010010100011010000111000110011001010000
+0,84,20,532,1011111111111111111100111011111111101011001101101110000110100110000100111100000001000010001100010100
+0,84,21,543,1001111111111111111101011111001110101001001101101111011111000111100100001110000001000010010100011000
+0,84,22,527,1111001111111111111111111111001100100111001101100110001110101110100100011010000001000010011000010100
+0,84,23,-592,1101011111111111111110111111101110101111001101101111001111001100110100110000001111100010011000010000
+0,84,24,531,1110111111001111111001011111011110101011001101101111000000000110110100011010001100100010011001011000
+0,84,25,556,1111111111101111111100111111111110111111001001101111000110101110100100111010001000000010011000010000
+0,84,26,565,1101011111010111111111111011111110101011001101101111101101100011100100001010010001100010001000011100
+0,84,27,571,1011111111111111111100011111101101101011001101101111001111100111100100010110000101000010011100010000
+0,84,28,538,1111111110111111111110111101101110101001001101100110000110101110110110011000000101001010001001010000
+0,84,29,-565,1111111011101101001110111111000100101011001101101111001110101100110100011010001101000010011101011000
+0,84,30,555,1111111111111101111110111101000110101011001101101111000111100100100100011100000101001010011100011000
+0,84,31,558,1111111110100111111110111111111100101001001101100111000110101110110100011000101001000010011001011000
+0,84,32,468,1111110111000111101100111111000110101001001001101110000111010110000110001010000101000100010101010000
+0,84,33,550,1011111111010111011100110111111110101001001111101111010110100111000100100100101011000010011100010000
+0,84,34,488,1111011111010111111100011011101111101010001101101111000101000111100100010010000101000010011000010000
+0,84,35,-634,1101011111110111111111111111101100101011001101001111001111100011100100011110110101100010011100011100
+0,84,36,488,1111011111111111101101111111001100101011001001100111000100100110000100100001000101000010011101010000
+0,84,37,553,1111101110110111111111111111110100111101001101001111001100001110100100011010000101000010011001011000
+0,84,38,548,1111111111001111111101111011101111101011001001101110001111100100100100011100100101000010011100010000
+0,84,39,520,1111111111101111101100111111111110101111001101101110001100000000110100011001100001000110001010010000
+0,84,40,548,1001111111110111111100011111011100101011000111101111000010001101000110100111000101000010011001011100
+0,84,41,524,1111111101011111101101111111001111101000001000100111000100001110100110011000100001100110011101010000
+0,84,42,530,1101111111111101011110101111011110111011001101100110000110000111100110011110100001000010011000000100
+0,84,43,545,1111111111011111011100111111011110001001001101101111001100110100100110011000100101000110001000011100
+0,84,44,538,1101111111010111101111111011101111101110001001100110000100101101100110011010100001100000010101010100
+0,84,45,555,1111101111110111111100111111001010100111001101001110000110110000100110110100101001100110011001011000
+0,84,46,559,1111111111111111111100111101111110011001001100101111000110100110110100011000100101000010011000011100
+0,84,47,490,1111111111101111111100111101111100101001001101100110001100100111000110001100000101000000011100010000
+0,84,48,-574,1111111101010111101100110111001111101000001011100111010010001110100110011000101111100000011101011100
+0,84,49,526,1111111101011111100101011111001110111000001001101110000110011100010110001100001111000110010100011000
+0,84,50,536,1111011111110111111100011111111110101011001110101110001110100100100110011110100001100010001000010000
+0,84,51,540,1001111110111111111111111011111111101001001101001111001101100011100100001010000001000010001100011100
+0,84,52,530,1111111101011111111101111011001111111000011001001111010110010100110100011000101101000000011000011000
+0,84,53,-575,1111111111101111100110111111001110101010001110100111000111101100110110011000101011000100011100011000
+0,84,54,502,1011111111011111111001000111011110111000001101101110001000000110000110001010001101100010010101011000
+0,84,55,548,1110111101100111101100011111111111101111001101101110000111101110100100011100001100000010001001010100
+0,84,56,484,1101101111110111111110110111001111101000001101101110000001100100000110000000101001100010010101011000
+0,84,57,-624,1101111101111111101110011111101110100111001101101111000110101111100110111010000101100110011100010100
+0,84,58,-571,1111111110100111111100111111111110101010001100101111001111001101100100011010000101010110011101000000
+0,84,59,555,1100111111100111111111111011100110101011101100001111000101001111100100011110000101000010011001011000
+0,84,60,527,1111011111111111111111011101111100101111001101101110001110001100110100011000000101000010001001010000
+0,84,61,-579,1111101111111111111100111111101010100001001110101111100110101110110100011110000110100110011000010000
+0,84,62,481,1101101111110111111100111111001100101011001100001111001110110000100100010010100001000000011100011000
+0,84,63,520,1111011110111111111111111111100100101101001101100101001100100110100100010000000101000010011101011000
+0,84,64,-584,1111111111100111101111111111101111101011001001001111001111100111100100011001000101000110001001011000
+0,84,65,542,1111111110101111111101111111110110101111101100101110001101001000110100011010100001000110011010000000
+0,84,66,559,1101111111101111111100011111111110101001001111100110001100110110000100011001101001101010001100011000
+0,84,67,525,1101111110110111111110111111011110101000101110101110001110000000100110000010100101010010011000011100
+0,84,68,472,1111111111110111101100111111001111001000000001101110000010000110000100001100101111000110010000011000
+0,84,69,-611,1111111101011111111110010111011110101011001101101111000111101110100110011100000001100010011101011100
+0,84,70,484,1101111111111111111110011111010100101001001100100111000110000111100110101000100000000110001000001100
+0,84,71,529,1110111111110111111000111001001100101011001111101111001101111011100100011000000101000010011000011000
+0,84,72,555,1111111111100111101110111101111110111111011101101111000100100111100100010010000101000010001100010100
+0,84,73,507,1111111111110111011110111111000110101011001101100110000111100110100100011000000001000010011001010100
+0,84,74,-572,1110011111101111101100111111011111111111001001100111000101010110110100011010000111000110011001010000
+0,84,75,499,1110111111011101111000011101111100111111001101101111000110100110000100011010001000000010011001010000
+0,84,76,544,1111110011111111101010011111110110111011001101101111000110100110100110011010001100000010011001010000
+0,84,77,523,1110111111001111011100111111001110101111001101101110001110100110110100011010000101000010001001010000
+0,84,78,528,0111111110111111111101111011011110101111001101001111000100001010100101111000011000000010001001011000
+0,84,79,512,1110111111001101111101111110011010101110001001100111000000100111110100111010000000100010011000011100
+0,84,80,535,1111111111110111101101111111011100101001001000101111000100001111100110100011100011000010011001010000
+0,84,81,552,1111111111110111111110111111011100111111001011101111000100001110000100011011000101000010011001010000
+0,84,82,543,1111111111011111011110111111001110101011001101101111001110101010110110011010000101000010001000010000
+0,84,83,505,1101111011111111101111110111110110101111001000101110001100101100100100001010000101000010001011010000
+0,84,84,484,1101011111110111111101111111011100101001001010101111000100011110100110010010000001000010011000010000
+0,84,85,-591,1111111111110111111110111111101000101011001101101111000100001111100110010111100001000010011101010001
+0,84,86,520,1111111111111111111100111101011101001001001101100110000100100110100110011000100101000110001000011100
+0,84,87,546,1011111101101111111000111111111110111001001111101111001100000011100110001100000101000010011100010100
+0,84,88,-561,1100111111101111111100111011101110101010001100100111001110001110100100011110101101000010011101010000
+0,84,89,521,1101111111100111111110111111011110101000001111101110000111010101000100001001000100001010011100011000
+0,84,90,548,1111011111111111111100111101000110101111001101101111000110001100100100101000001011100010011001010100
+0,84,91,552,1111111111010111011110111111001110101001001001100111001111101010100100110100001011000010011000011100
+0,84,92,-587,1111111111110101111110111111011110101011001011101111000101001111100100011000100101001010011001011000
+0,84,93,534,1111011111110111111100111101101110101011001101100111100110100100100100011100100001000010011100011000
+0,84,94,-609,1111111111110111111100111111011100101011001101101111001111101110100100101110101101000000011100011000
+0,84,95,500,1111111111111111111110111111011110101011001000101111000011000110100100011100000001000010011000010000
+0,84,96,567,1110111111111111111100111110011110101110001101000111001101101101100101111000001000100010011001010100
+0,84,97,494,0111011111011101111111111011001010101111001101100111000110000010100100110000010011000010001000011100
+0,84,98,504,1111111111100111111101111101101110101010001011100111001101100100100110011000000000000010011001011000
+0,85,0,507,1111111111100111101110111111111110101000001100101110001100100101100100010010100101000010011000010100
+0,85,1,573,1101111110110111111110111101011110111111111111101111000110000010100110000010000101010010001100011100
+0,85,2,-588,1111111111111111111001111111001110101111001101101111000100001110100100101000001011100010011001011100
+0,85,3,485,1111011111001111111100011101010110101011001101101111000010000100100100011010001100100010011001010000
+0,85,4,553,1111111111010111111100011111011100111101001001101111001000001110000110001011000101100010011101011000
+0,85,5,507,1111111111111111111011100111011110111010001111101110000100000110000100011010001101000010010001010000
+0,85,6,486,1101111111010111111101111011111111101100001001100110000100000111100100001000101001100000000101010100
+0,85,7,-596,1111111101111111101111110011001111101010001001101111001111101101100110011110000001000010011101010100
+0,85,8,508,1101111111010111111110111111001100101011001010101111001110001110100110010110000001000010011000010000
+0,85,9,525,1111011111111111011101110111011110101001001101101111000100111010110110010010000101010010001000010000
+0,85,10,495,1111011011111111001110111111001100101111001101100111000100101100100100000000001001000010011101010100
+0,85,11,546,1111011111111111101101111111001110101011001001100111001110000110000100110011010101100010011001010000
+0,85,12,-574,1111011111111111111100111101001110111011001101101111001100000100000100101010001111100010011101010100
+0,85,13,465,1011111111011111111001000111010110101100001101101110000000001110100110001000001001100010010001011000
+0,85,14,531,1111011111110111111100111111101100101011001100101111000111001110100100010110000101000010011100010000
+0,85,15,545,1001111111111111111101011111011111101001001011101111001100110111110110010010000001000010011000010000
+0,85,16,-593,1111101110110111111110111111011111101111001101001111000100101000100111110000111001000010001101011100
+0,85,17,448,0101111111111111111101110011001110101000001101101110000001000110000100001000001000100011010001011000
+0,85,18,519,1111111110110111111110111111110100101101001101100011001100001110100100011000001001000010011001011000
+0,85,19,-593,1111101110100111111111111111111100111001001101001111001110101110110100011010100101000010011001011000
+0,85,20,-597,1011111111110111111100011111101111101011001101101110001010111110000100001110000111100100011100011100
+0,85,21,501,1111111111010111101100011111001111101001001000101110000010001110000110001100001111100010010100011000
+0,85,22,541,1111111111110111011110111111000110101011001101101110100111100110100100011000000111000010001000010110
+0,85,23,546,1111101111111111111110111111000110101011001101100110001111101110110110111000000000000010011001010000
+0,85,24,565,1111111111111111111110111111101110101001001101100110000110101010110111011000000101001110011000010000
+0,85,25,501,1111111110101111111100111101001110101001001011101110110110000100100110011100000001000010001101010000
+0,85,26,536,1101111111100111111110111111011110101000001101101110000110010110000110111010001100001010011000011000
+0,85,27,535,1011111111101111111100111111111110111111001011101111000111101101000100001001000000000010011100010000
+0,85,28,496,1111111101101111101100111111111101111111001001101111000110000110000100101010000001000010011000010000
+0,85,29,-605,1111111111111111111100111111011110111011001101101111001111101110100100111100101100000010000001010100
+0,85,30,-572,1101011111010111111110111011111110101011001100101111101101110011100100000010110001000010111100011000
+0,85,31,488,1101101111110111111101111111001100101011001101001111001110100000100100011010000001100000001000011100
+0,85,32,545,1111111111110111111100011111011111101001001101100110001010101110000100011000001011100010011100011000
+0,85,33,554,1101111111101111111100011111101110101001001110101110001100010110000100001101101101101000001100011100
+0,85,34,505,1111011111100111111100011111001110101011001010101110001111000110000110011010000101000110001001010000
+0,85,35,510,1111110111010111101100111111110111101001001100101110000110110101100110001110100001100000010100010000
+0,85,36,-572,1111111111100111111100111110011110101111001001100111100100001111110100111010000001100010011000011100
+0,85,37,512,1110111111011101111111111111011001111110001011101111000000100110000100011011000100000010011001010000
+0,85,38,-566,0101101110110111111011111111111100111101001111100111001100001010100110011110000101000010011001011000
+0,85,39,513,1110111111110111111110111101110100111011001101001111000110000111100100011000010101000010011000010000
+0,85,40,538,1111111101100111101000111111110110101111101101101100000101101100100100111100001101100110001001000000
+0,85,41,-566,1110011110100111111100011111101111101111001101101111001111100110110100011000000100000010011001011100
+0,85,42,548,1111111101011111100100011111101110111001001001101111000110110110010100011000000111000010011100011100
+0,85,43,537,1111111111111111111101111101011110011000001100101110000110001100110110001100101101000110010000011000
+0,85,44,571,1011111111111111111100011111101101101011001101101111001111100111100100010110000101000010011100010000
+0,85,45,571,1011111111111111111100011111101101101011001101101111001111100111100100010110000101000010011100010000
+0,85,46,550,1111111111111111111111011101011110101110001101101110001110001101100101111000001001000010001001010000
+0,85,47,534,1110011111111111111100111110111100101111001101000011001101101100110100011000000100100010011001010100
+0,85,48,532,1101011110101111111101111011111110101101001101101101001101100011110100011010000001000110011000001000
+0,85,49,552,1011111110110111111010111111100111101011101101001111001101100100100000101000000101100010001101011100
+0,85,50,541,1011111111110111101100111111111111101000011111101110010110000110000100000100101111000010011100010000
+0,85,51,503,1111111111010111011100110111001110001001000001101111000010100111000101101100101011000110010000011000
+0,85,52,548,1111111110100111101100111101110110101111011100101111000101100111110100011010000101000010011010000100
+0,85,53,549,1111111111101111111111111111111110111111101101101110001100001000100100010010100001000110001100010000
+0,85,54,525,1111111111100111111100110111111100101011001000100111000110101110100100111000001001000010011001011000
+0,85,55,571,1111111110101111111110111111111110111101001101101111000110101110110100011010101000000010011000010000
+0,85,56,567,1111111110111111111100111111001110101111101100101111001111100110110100011100000001000010011001001000
+0,85,57,502,1111011111100111111010111111110110101011001001101101000001000100100100111100000101100110011000010000
+0,85,58,558,1011111111111111111110111111100100101011001101101110001111100110110100011010000101000010011100010000
+0,85,59,-587,1111111111111111111100011111001111101011001101101111001111101111100110110100000111000010001000010000
+0,85,60,562,1111111011010111111100111111111110101001001111100110000100100110100100101101101011101010001100010000
+0,85,61,553,1001111111101111011100010111111110101001001111101111011110110111000100010000101001000010011100011000
+0,85,62,568,1111111111010111011110111111101110101011001101100110001111100110100100111100000011000010011100010100
+0,85,63,506,1011111111111111111100111011011111101001001000101111000110101010000100110100001001000010001000011100
+0,85,64,516,1111101111111111111111110011010101111100001001001111001101000111100100011000000101000010001001010100
+0,85,65,-581,1111111100110111111101111111111110101001001101101111001110001110100100001110001001000010011101011000
+0,85,66,-602,1111111111110111101011111111111110101001001100101111001111001110100110000110100001000010011101011100
+0,85,67,510,1101111111110111111101111001010100101001001000101111000100001111100100110011001111000010011000010000
+0,85,68,558,1111111101111111101110111111000110111011001101101111001111100110000110111000100111000010000000010100
+0,85,69,561,1111111111111111111100111111011101101011001101101110001111001110110100101100000101000010001001010000
+0,85,70,-572,1011111111110111101101111111101100101011001001101111000110101111100110000011100011000010011101010000
+0,85,71,534,1111111111111111111100011111011101101001001100101111001101000111100100110110000101000010011000010000
+0,85,72,582,1111111111100111101110111111111110111111011101101111001111100111100000010110000101000010001100010000
+0,85,73,532,1011111111111111111100011101101101101011001101101111000100100111100100010010000101000010011100010100
+0,85,74,546,1111111111111111111100011111001110101101001000101111000110001110000100101110001011000000111100010100
+0,85,75,554,1111111111100111111100111111111111111011001001101110001010101110100100011000001100100010011000011000
+0,85,76,551,1011111111111111111100011111111111101011001101101111001110100111100100000100100001000010011100010000
+0,85,77,558,1011111111010111011100110111101100101001001111101111010111100011000100110110001111000010011100010000
+0,85,78,523,1111111111101111101100111101111110101111011101101110001100100001100100010001000001000010001110010100
+0,85,79,538,1111111111100111101110111111111110111111001101101111000100000110110100011010100101000010001000010000
+0,85,80,537,1101111110100101011110111111111100101001001101100110000110101110110110011110100001000010011001000100
+0,85,81,541,1111111111111111111110101111011110111011001001100111000110000111100100011000101001000010011000011000
+0,85,82,515,1101111111111111100110111111001110101000001111100111000101000010100110011100101011000000011100010000
+0,85,83,-577,1111111111100111001110111111001110101111001100100111000110101101110110111000000101000110011100011000
+0,85,84,525,1111111111011111101101111111001110101100001001000111000110011101000111001000001100000010011011010100
+0,85,85,-572,1110111101111111110100011110011110111010001101101100001101101100110100111100001011100110010100011000
+0,85,86,529,1111111110101111111001111011101110101000001001101111001111000100110100111100000001000010011001001100
+0,85,87,-582,1111011101110111111100110111010111101111101101101111001101100111100100001000001101100110001101010000
+0,85,88,525,1111111111001110111100011101111110011001001100100111000100110110000100011000100101100010011100011100
+0,85,89,579,1101111111111111111100111111111110101001001111101110001110100110110100011001101001001010001000011000
+0,85,90,-592,1001111111111111111100011111001101101011001111101111001110000111000100010110000101000110011101011100
+0,85,91,541,1011111111110111111100011111111100101011000101101111000011101101100110100111000101000010011000010000
+0,85,92,542,1110111111111111001110111111011110101110001101100111000101101001100100111000001101000010011001010000
+0,85,93,556,1101111111110111111100111110001110101101001101000111001100000111100111111100000000110010011100010100
+0,85,94,514,1111111111000101111100111011111111101011001001101010100101100101100100011000000101000010011101010000
+0,85,95,540,1111111111111111111101111011101111101011001001100111001110100100100100011100100001000010001100011000
+0,85,96,500,1101111111111111111110101111011110011010001101100110001100000111100101011010000001000010011000000100
+0,85,97,-588,1110111111111101011100111110011110101111001101000111000111101101100110111100101000100010011001010100
+0,85,98,525,1100111100110111111111011001111111101111001101101110001111100010100100001100000101000010001000011100
+0,86,0,544,1111111111011111101110101111111111111001001001101110000110010111100110001100100001000010010100011000
+0,86,1,506,1111110111110111111100111111010110101011001100101111000110000101100100011010101001100000011000010000
+0,86,2,544,1111111111111111111100011111011111101011001101100010001110101111100100010000001001100010011100010000
+0,86,3,562,1011111111110111111100011111101101101001001101101111001011100110000100011110000111000010011100011000
+0,86,4,544,1111111111011111111100111111101101101011001010101111001111001110000110010110000001000010011100010000
+0,86,5,543,1001111111110111111110111111001100101011001101101111001110100111100101010110000101000010011000010000
+0,86,6,497,1111011111101111111100111011111110101101001101101110000110101010110100011000000001000110011000000000
+0,86,7,-600,1101111110111111111111111111101110101001001101100101001101100011110111011010000101001110011000011000
+0,86,8,545,1011111111010111111100011111111110111101001101101111001010000111000100000011000101100010011101010000
+0,86,9,573,1111111111111111111100011111011101101011001001101111001100101110100110001100100001000110011100011000
+0,86,10,561,1101101111111111111100111111111110101011001101101110001110100010110100011011000001101010001000011000
+0,86,11,506,1101111111110111111101111111001100101001001111001111001110100100100100011000101001000000001000011100
+0,86,12,549,1111111111010111111010011111011111101001001101100110001110101110000100011100001011000010011100010100
+0,86,13,533,1111111111110111011100111111101110101011001101100110001010100110100100110000000011100010011100011000
+0,86,14,-580,0110111111111111111111111011011101111011001001111111001101100110010100101011000101000010011001010000
+0,86,15,489,1111111111011101111100111111011001101110001111101110000010001110100100011100000100000010001001010000
+0,86,16,575,1111111110111111111100111111010110101111111100101111000111100111110100011100000101000010011001000000
+0,86,17,546,1111111110100111101100111101001110101111001100101111001101100110110100011010000011000010011010001100
+0,86,18,493,1011111111101111111100110111111100101011001001101110000111100110100100011000000001000010011001010000
+0,86,19,-577,1111111011110111101110111111100100101011001100100111001110101110110100111010001101000010011100011000
+0,86,20,549,1011111111111111111100111111100101101011001101101110001111100110100100010010000101000010011100010010
+0,86,21,-595,1011111111111111111110011111101100101011001101101111001111100111110100011110000101000010011100010000
+0,86,22,507,1111111111010111111100110011010111111100001000101111001111001111100110001000000111000010001000010000
+0,86,23,495,1111101111111111101111011111001101101011001001001100000000000110000100011100000101100010010101011100
+0,86,24,551,1111111111100111111110111110111110111011001101101111000011100111100100000111000101000010011000010000
+0,86,25,570,1111111111110111101100011111111100101111010101101111001111101101100010110110000101000010001100010000
+0,86,26,-585,1011111111111111111100111111111110111111001011101111000110100111010100011000100001001010001100011000
+0,86,27,516,1101111111101111111100111111111110101001001111101110001111101100100100001001001000000010011000010000
+0,86,28,542,1111011111011111111100011111011101101011001101101110001011001110110100011110000100000010011001010000
+0,86,29,504,1111111111101111111100111101010110101011001101101111000110000100100100101000001101100010001001010000
+0,86,30,509,1111111111001111111101010101111110011001001001100111000101000110000100011000000101100010001101011100
+0,86,31,532,1111101111111110111110111011010101111100001100001111001100110111100100011000100101000010011000010100
+0,86,32,555,1101111111111111111101011111001111101101001011101111000101110110010100110110001001000010011000010000
+0,86,33,547,1011111111111111111100011111011110101001001000101111001110001111100110001010000011000000111100010100
+0,86,34,541,1111111111111111111101111111001110101100001000000111000110011111000110001110001010000000111001010100
+0,86,35,559,1111111111011111101100011111001110101101001001101111000110001100000101101000001101000011011111010100
+0,86,36,564,1111111111110111101001111111011110101110101001001110000101111101100111011000001100000110011001000100
+0,86,37,507,1111111101001111101110111111100110101101001101100101000110001100000100101100001101100010001011010000
+0,86,38,483,1111111110100111101110111101110110111011001100001111000100100111100100011000010101000010011000000000
+0,86,39,-578,1110111111110111111100111101110100101111011101101111000111000111110100011010000101000010011010010100
+0,86,40,517,1011111111111111111100111111011101101011001101101110001111000110100100000100100101000010011000010000
+0,86,41,580,1111111111111111111100011111111111101011001101101111001110101111110100101100000001000010001001010000
+0,86,42,509,1111111101100111101110111111111110111111001001101111000110000110100100011010000001000010011000010000
+0,86,43,525,1111111111101111101100111111111101111111001101101111000100000110010100101010100101000010001000010000
+0,86,44,575,1111111111110111111100111111111101111011001101101110001010101110100100111100000101100010001001010000
+0,86,45,540,1111111111101111111100111111011111101011001001101110001111001110110100001000001100000010011000011000
+0,86,46,567,1101111110111111111110111111011110111111001111100111000110000110100110011000001001010010011000011000
+0,86,47,547,1111111111110111111110101101011110111011111001101111000110000011100100000010100101000010001100011100
+0,86,48,479,1111110110010111101110111111111110101101001100101110001111100101100100000110100000100000000100010000
+0,86,49,-593,1111111111100111101100111111110111111011011101101111000110110111100010011110000101000010011100010000
+0,86,50,-605,1111111111111111111110111111011110101111001100101111001111100101110100111100001001000010011001001000
+0,86,51,512,1111111110111111111101011101001110101110101101101110001110001110100101011000000001000010001001010000
+0,86,52,-622,1101111110010111111110111111011110111111101101101111001010000010100110001011000111110010011100011100
+0,86,53,518,1111111111110111111100011101011100111101011011101111000100001110000110000010000101000010001101011000
+0,86,54,509,1111111111010111111100111011110110101101001001101011100100000111100100011000001101000010011001010000
+0,86,55,524,1111111110100101111110111111111101101011001101100010001101101100100100011000000001000010011101011000
+0,86,56,536,1101111111100111011111111111001100101011001101101111000110100010110110011010000001100010011000010100
+0,86,57,489,1101101110110101111100111111111100101001001101000110001110101100100100011110100001000000001001001100
+0,86,58,540,1001111111010111111101011111011101101101001011101111001000110110000110011011000001000010011100011000
+0,86,59,558,1111111111111111111100011111011110111001001001101111001100001111110110000010000101100010011001010000
+0,86,60,546,1101111111110111111101011101011110101001001111101011000110100111110110010010000001000010011000011100
+0,86,61,562,1001111110111111111110111111011111111111111011101111001100010010100110000010000101010010001100010000
+0,86,62,509,1011111111101011111110111111100101101011001101001110000101100111100100011010000000000010011100010100
+0,86,63,-597,1011111111111111101100111111111110101001001101101111001111101110110100011010001101000010001101010000
+0,86,64,509,1111011111100111101100111111001110111111001011101110000111000110000110011010000101000010001001010000
+0,86,65,534,1111111111100111111110011111111110101011001100101111001100000110110100011010100101000110001000010000
+0,86,66,567,1011111111111111111100010111101100101011001101101111001111100111100100110110000101000010011100010000
+0,86,67,562,1011111111010111011100111111101101101001001111101111010111100011000100010110001111000010011100010000
+0,86,68,537,1101101110010111111000011111011100111101001101100111001000001110100110011111000101000010011001011000
+0,86,69,-582,0111111111110111111111111111111100111101001011101111001100001010000110001010000101100010011101011000
+0,86,70,-588,1111111111111111111101111111001110111000001100100110000110101010110111011000101101000110111000011000
+0,86,71,528,1111111111111111111110111101111110001001001101101110000110001100110110001100000101001110010000010000
+0,86,72,478,1111111111110111011111011101000110101010001101101110001110000010100100010000000101000010001001010110
+0,86,73,588,1111111111111111111110111111011110101111001101101110100111101101100101111000001011000010001000010000
+0,86,74,490,0111111111010111111101010011001110111100001101101110001000001110000100001010001001100010011001011000
+0,86,75,511,1101111111111111111100111111011100101001001001101111000001000110000110001001000100100011010101011000
+0,86,76,558,1111111111001111111100010101111110101001001101101111011111110111000100011000100001000010011100011000
+0,86,77,531,1001111111101110011100011111111110011001001110100111000100110110000100010000101101100010011100011100
+0,86,78,451,1101101111110111111100011111001100101011001101001111000010000000100100011010000100100010011000011000
+0,86,79,522,1111011111001111111101111101010110101011001101101111001110100100100100011010001001100000001001010100
+0,86,80,533,1111111111000110111110111111111110101011001001101111000101000101100100011000001101000010011101010000
+0,86,81,500,1111011111100101111000111011110111101011001001101000100101100100100100111100000101100110011000010000
+0,86,82,529,1111111111110111111101111011011110111101001100100111000110101010100110110110001001000010001000001000
+0,86,83,519,0001101110111111111010111111111101101000001011101111001100001010000100011100000101000010011001011100
+0,86,84,-597,1111111111101111111100111111111110101111001101101111000110101110100100111011001101000010011000010000
+0,86,85,507,1011111110110111111110001111111100111001000101101111000011101101110110000110100000000010011000010000
+0,86,86,578,1111111101110111111100111111111110111011001001101111001010111110100110111000001110000010010000010100
+0,86,87,531,1111111111101111101110111111000111111011001101101110001111100110000100011000100101100000001000011000
+0,86,88,532,1111111111111111111101011111001110101100001101001111001110011101000111001000001100000010011001010000
+0,86,89,543,1111111111011111101111111101011110101110001001100110000110001101100101111000001001000010001011010100
+0,86,90,513,1001111111110111011100110111001100101001001111101110010111010010000110110010001101000010011000011000
+0,86,91,-596,1111111111000111111110111111111110101000001101101111000110100111000100111110001110001010011100010001
+0,86,92,560,1111111111111111111110111111101110101011001101100110001110101010110110011000000100100010011000011000
+0,86,93,559,1111111111100111111100111111111111111001001001101110000010101110100101011000001101001110011000010000
+0,86,94,477,1101111111110111101110011101001101101011001100101110000010000010000110000010001101100010001101011000
+0,86,95,-603,1111111110010111111100111111011110111101111011101111000110001110100110001100000111010010010100011100
+0,86,96,519,1111111111011111101101011111001111101001001001101111000010001111000111001000001110100010011000010000
+0,86,97,507,1111111111010111101100111111001110101100001000000110000110011100000110001100001101000010010111011100
+0,86,98,550,1100111110110101011110111111111100101011001101100110000100101001110110111010101101000010011001000100
+0,87,0,-568,1011111111000111111100111111011110101011001001101111001111000101100110011000001001000010111101010100
+0,87,1,524,1111111111111110111110011111111110101001001000101111000100001111100110001010000111000000011100010000
+0,87,2,493,1101111111010111101100111111111110101011001000001110000110110000100100001111000001001010000001011100
+0,87,3,554,1111101111110111111100111111001110101100001101100110001110001110010110011000001101100010001110011000
+0,87,4,498,1001111110110111111110111111000110111011001110101111000110010110100110001010000001000000011100010000
+0,87,5,573,1111110111111111111100111111011111101111111001101111001100010001100100010010101101110010001000010000
+0,87,6,583,1111111111111111101110111111111100101111001101101110001111100101100101111100000011000010001010010000
+0,87,7,578,1111111111110111111100011111011110101111010101101111100111101101100010110010001101000010001100010000
+0,87,8,548,1101111111111111111101011111011101101111001111101110100111100110000101011010000001000010001100010000
+0,87,9,-580,1011111111010111111110111111011110101101001001101111001000111101100110111001001011000010011000011000
+0,87,10,517,1101111111011111101110111111111110111101001011101111000110000110100110001000000001010010010000011000
+0,87,11,-594,1111111110111111111110101111011111111011001101100110000110010111100110011100101001000010011100011000
+0,87,12,523,1111111110111111111110111111011110111111001011101110000101000001100101010010000011000010001100010000
+0,87,13,-627,1001111111111111111110111111011111101111111101101111101110111110100110101000001101010010001000010000
+0,87,14,500,1111111110111111011100011101001110101011101101100110001110001110100101110000000011100010001000010000
+0,87,15,545,1111111111110111111101111111101110101110001101101110001010100110100100011000000001000010011101011000
+0,87,16,530,1111111111111111101100010111101100101111001001101111001111100100000101100000001101000010011100010100
+0,87,17,-584,1011111111011111111100011111001110101001001101101111000110001111000100111110000101000011011111010000
+0,87,18,478,1001101111100111011100011111011100111001001110100111000000000110100110010001100101100010011000011000
+0,87,19,-596,1101111111011110111000011111111110011101001101100111001100111110000100011110001101000010011101011100
+0,87,20,538,1111111111111111101101011111111110101110010101001111001110011101000011001010000100000010011001010000
+0,87,21,564,1111111111110111111100011111001100101101001101101111001111101101100110110100001101000010001100010000
+0,87,22,-590,1111111111110111111011011111010110101110101101001110000111110001100111011000000101000110011001010110
+0,87,23,472,1111111111110111001101111101001110101011001001101110001101001110100100010000001100000010001001000100
+0,87,24,535,1100111111110101011100111111111110111111001101100111000110101000100110110010001001000010001001001100
+0,87,25,544,1111111110110111111111111011011100101001001100100110000100101011110110111110101101000010011000000000
+0,87,26,540,1111111111100110101110111111011110111011001101101111001111100100000100011000000101100010001100011000
+0,87,27,524,1111111111001111111110111111100111101011001001101110000101000111100100011000101101000000011001010000
+0,87,28,570,1111111110101111011110111111010110101110111101101111000111100111110100011100000101000010011001000000
+0,87,29,528,1011111111111111101100111111011110101101001100100111000111101110100100011100000001000010011001010000
+0,87,30,505,1111111101101111101110011111111110111001001001101111000100001111100100010010000001000010011001010000
+0,87,31,556,1110111111110111111100111111011110111111001001101111001110000110110110001010000101100010011000010000
+0,87,32,527,1101111111101111111000011111011100111101001101101111000100001100010110101110000101000010001001011000
+0,87,33,529,1111111110010111101100111111111101111111001101100111001000000110100100011011100101000010011000010000
+0,87,34,512,1111111111011111111100011111001110101011001101101110001011100110110100010100000100100010011000010000
+0,87,35,553,1111011111110111011100111111111101101011001100100110001010001110100100111010000011000010011101011000
+0,87,36,517,1111111111110111011100111111011110111111011011101110001100010010100100010000000001110010001100010000
+0,87,37,553,1001111110111111111110111111101111101011101101100011001010100110100110100010000111000010011000011000
+0,87,38,-604,1011111111110111111100111111100101111011001101101111001111100111000100010011000101100010011101010010
+0,87,39,490,1011111111011111111100011111111110101101001101101110001010000110100100000010000101000010011100010000
+0,87,40,575,1101111111111111101101111111111110101100101111101110000111101101100101011000001000100110011000010000
+0,87,41,529,1111111111100111111000111111011110101011001001011110001101111100100110001001001100000010011001000100
+0,87,42,516,1101111111011111111101011111001101101011001010101111001101100110010100110110000001000010011000010000
+0,87,43,-597,1111111111111111111100111111101111101101001011101111000111011110000110010110001001100010011100010000
+0,87,44,576,1111111111100111111110111111110110111011001101101111100111000111100100010101000101000010011001010000
+0,87,45,469,1111101111010111111100111010111100101101001001101011000000100111100100001010001101000010011000010000
+0,87,46,571,1111111111111111111101111111001111101000001101100111000110011111100110010000001010100000111001010100
+0,87,47,514,1111111111111111111100011111011110101111001000000010001110101111000100001110001001000010011100010000
+0,87,48,534,1111111111101111111100111111110110101001101111101111001111100100110100011000001000000010011001000000
+0,87,49,535,1101111110101111111100111111011110101111011100101110000111101111100100001101000101000010011000000000
+0,87,50,523,1111111111111111101100111111001110101001001000100111001010101110100110011010000011100000001100011000
+0,87,51,534,1011111111101111111110011111010111111011001101101110001111000111000100001000100101000000111000010100
+0,87,52,537,1111111110110111101110111111101110101001001101101110001111101110110100011010100000100000001100010000
+0,87,53,502,1111110111011111111110111111111110101111001100100110001110100001100110000100000100100010010000011000
+0,87,54,553,1111111110001110101100111111011110101111001101101111000101100111100100011000001101000010011101010000
+0,87,55,548,1111111111110111111110111111110110101011111000101111000111000101110100011100000101000010011001000000
+0,87,56,528,1111111111110111111100111011011111101111001001101110100111000110110100001000001101000010011000010000
+0,87,57,534,1111111111001111111100111111110110101001001001101011001100001111100100011000011100000010011001011000
+0,87,58,535,1111111111110110111110111001010111111111101000101111000110010111100100001010100101000010001000010100
+0,87,59,544,1111101111111111111110101111011100111000011101001111001100100011100100010000100101000010011100011100
+0,87,60,571,1111111111110111111110111101011110111111111011101111000110000111100110000000001001010010001100011000
+0,87,61,536,1101111110111111111010101111011110111011001101100111000110000010100100011010100101000010011000011100
+0,87,62,-607,1111111110110111111110111111110100101011001101101111001111101111110100111100000101000010011001010000
+0,87,63,551,1111111111111111111100111111011111111111111100101110000010100110100100011100000101100010001001000000
+0,87,64,532,1111111111111111101001111111100101101111101101001110000101100111100100011000001100000010011101000000
+0,87,65,-581,1011111111110111111100111111011110101010001001101110001111111100100111010010000101000110011000010110
+0,87,66,540,1111111111101111111100011111111110011001001001100111000011101110100101011000000101000110011001010000
+0,87,67,528,1111111111000111111101110101111111111001001001101110000100000110000100011000001101101010001100011100
+0,87,68,545,1111111111010111101100111111100101101011011100101111000111000111100110010110000101000010011100010000
+0,87,69,-592,1111111111101111111100111111111111111011001011101111001110111110000010011110000001000010011100010000
+0,87,70,574,1111111111111111101100111111000110101111011101101111000111101100000100101000001101000011011001010100
+0,87,71,-571,1111111110011111111100011111011110101101101000101111000111000111110101011100000101000010011111000000
+0,87,72,569,1111111111111111101100101101001110101111111001101111000110000111100100101000101101000010001101010100
+0,87,73,537,1111111111010111111110011111011110111001001001101111000110001000000101000010000101000011011110011100
+0,87,74,461,1101111110011111011110111111111100111000001001101110000100100001100110001110100001000010010000010000
+0,87,75,-624,1110111111110101101110101111111111101011001101100110000110011111110110111000101101000010011101001100
+0,87,76,549,1111111111010111111100111111001110101010001100101110001111001110100110001100100101000010011100011000
+0,87,77,475,1011111111111111101100111111011101101101001001000110000110010100000100000100001101000010010011010100
+0,87,78,-607,1111111110111111111110111111011111111111111011101111001111100110100110000010000101010010011000010000
+0,87,79,530,1001111110111111111100111111010110101111111100101111000100010011110100011100000101000010001101000000
+0,87,80,526,1111111111110101111100111111111101101001001101101110000000101101100100111010001101000010011000000100
+0,87,81,-583,1100111110100111011110111111111110111011001001100110000110101010110111011000101101001110011001010000
+0,87,82,-587,1111111111110111101001111111011110101111101101001111000100101100100111111100001100000110001001001100
+0,87,83,506,1111111111110111111101111011011110111100001000100110000111111011100110010010001001000010011000000000
+0,87,84,531,1111111110110111111110011111001110111110001101101111011110001110101101011000000001000010001000010000
+0,87,85,513,1111111101101111101101111101111110101111101001101110000110000110100100011010000001000010011001010000
+0,87,86,-590,1111111111011111111100111111011110101111001001101110001001111101110111011010001100000010011001000100
+0,87,87,527,1111011111110111101001011111011101101010101101001110000111011110100100011100000100000110011001010000
+0,87,88,537,1111111111010111111100111011010100101011001001101111100110100111100100011010001101000010011001010000
+0,87,89,526,1001111111110111111110111111101110101101001101101011001101000111100101010100000101000010011000010000
+0,87,90,515,1111111111111101111100011111011111101010001101101010001010001111100100011000000100100010011001010000
+0,87,91,501,1111111111011111111100101111011001101110001111100110000110101110100100010100001001000010001100010000
+0,87,92,551,1011111111011111001110101111111111111001001011101111000110110111000110010100000101000010011100010000
+0,87,93,566,1111111111010111111100111111101101101001001101101110010111010011100100001110101011000010010100011000
+0,87,94,480,1111111111101111101110111101010110101010001101101111000110100100100100101000001001000010001001010000
+0,87,95,547,1111111101101111011100111111011110101101001101100111000111001110100100011100000101100010011001010000
+0,87,96,533,1111111111011111101100111111001110111101001101100011000110001010010101011000001101000010111010010000
+0,87,97,-594,1111111111111111111101011111001110101000001000100110000110101100100111101000101101000111011101011100
+0,87,98,504,1111111110110111101110111111110110101011001100101110000100100010110100011011000101001010001000001000
+0,88,0,501,1111111111011111101101111111001110101101001001100111000110001110010101011000001100000010011010000000
+0,88,1,504,1111111111110111001100111101001110111011001101101010001101001010100100010000001101000010101001010100
+0,88,2,557,1111111111001110111100111111011100101011001101101111100101100111100100011010001101000010011100010000
+0,88,3,518,1111111110010111101100111011010110101111001001101111000110100111100100011000001101000010011001010000
+0,88,4,544,1111111110010111111111011111011101101011001000100111000101100011110110110110101001000010011000010000
+0,88,5,528,1101111111111111111101111011001100101001001110101110001100101110010101111110000101000010011000000000
+0,88,6,551,1111111111111111101101011111111110101110000101101110000111101101100111011000001000000010011001010000
+0,88,7,562,1101111111111111101101111111111110101100111111001111001110011101000001001010000100100110011000010000
+0,88,8,-600,1011111111011111001101101111111111111000001101101111000110110111000110010100000111000010111101010100
+0,88,9,522,1111111111111111111110111111001111101001001011100111000110011111100110010000001000100000011000010000
+0,88,10,552,1110111110011111111100111111011110101111001101101111000111100110100100011010000101000010011100010000
+0,88,11,557,1111111111100110101100111111011110111111001001101111001100000111110110001000001101100010011001010000
+0,88,12,540,1111101111110111111111111111011100101000011100100111001100100011100110011010101101000010011100000000
+0,88,13,548,1111111110111111111110101011011100111001001101001110000100101011110100110100100101000010011000011100
+0,88,14,539,1011111111101111111100111101111111101111001101000110001110010101100100011000000001100010011011010000
+0,88,15,476,1101101111111111101100111111011100111001001001001111000110100110000100000100011101000010010000010100
+0,88,16,-584,1111111111001111011100101111111111111011001011101111000110110111000110010110100101000010011100010000
+0,88,17,-587,1011111111111111101110111111111111111001001011101111001110111110000010011100000001000010011100011000
+0,88,18,508,1110111111010111111100111111001110101011001101100111001110000110110110010110000100000010011000010000
+0,88,19,536,1111111111111111111100011111011110111111001001101110001011100110110100001000000101100010011000010000
+0,88,20,536,1101111111011111111101011111011101101011001011101110100110100110100101011010000101000010001100010000
+0,88,21,549,1111111111110111111100111011010100101111001101101111100111100111000100011010001001000010011001010000
+0,88,22,-588,1111011111110111011101111111111101101111001110100110001111101110000100011010000011000010011101011000
+0,88,23,513,1101111111111111111100011111011101101011001101101110100010000110100101111010000001000010001100010000
+0,88,24,529,1111111111111111001000101111111101101010101111001110000111010111100100011100000100000010011100010000
+0,88,25,560,1011011111010111101111011111011111111001001001101111100110111110000110010100000101000110011001010000
+0,88,26,510,1111111110100111111100011111111110101001001001100110001011101110110101011010000101000000001001010000
+0,88,27,567,1111111111111111101110111111101110011001001101101111000111101110100100011000100000100110011100010000
+0,88,28,484,1101111111111111111100011111101101101101001101101010001111000111000101010000000101000010001000010000
+0,88,29,-590,1001111111110111111111111111011110101111001111101111100101100110100101011110000001000010011100010000
+0,88,30,499,1111111111010111101100111111000111101000011101101111000110000111100110010010001010000010011000010000
+0,88,31,-609,1111111111111111111101111101101101101011001100100111000111011111100110010100000101100000111101010100
+0,88,32,520,1011111111011111111100111111011111111101101100101110000000100111100100011001000101000010011001000000
+0,88,33,-611,1111111111110111111110111111011110101111011001101111001010111100100110111100001011100010001000011000
+0,88,34,514,1111111111011111101100101111011111111001001101101011000110011010000110011000000101001010011000010000
+0,88,35,-584,1011111111011111001110111111101110111101001011100111000110100111010101010100001101000010111110010000
+0,88,36,522,1011111111111111101110101111111111111011011001101111000110000111010100010100000101000010011000000000
+0,88,37,-587,1111111111010111011110111111110110101001111010101111000111110101100110011100000101000010011101010000
+0,88,38,522,1111111111000110111110111001010110111111000000101011000110001111100100011010111101000010001000011000
+0,88,39,537,1111111111111111111100111111110111101001101001101111001100010111100100001000000100000010011001010100
+0,88,40,523,1111111111001111111100011111111100111001001000100111000011101111100100010010000101000110011001010000
+0,88,41,551,1111111111110111101100111111100111001011011101101101000111000110100111011100000101000010011100010000
+0,88,42,555,1011111111111111111100111111011110111101001100101110000111101110100100011100000101100010011001000000
+0,88,43,524,1111111111111111101100111111011111101111111100100111000010100110100100011100000001000010001001010000
+0,88,44,544,1111111110101111111100011111111110101001001000100111000110101011110111111010000101000110011000000000
+0,88,45,540,1111111111110111111111111011011100011001001101100110000001101110100100011100101101000010011001010000
+0,88,46,-580,1111111111110111111100011111011110101001001101101111100111001101000011110010000101000010011110010100
+0,88,47,535,1111111111010111111110011111011110111111010001101111000110101000100100000010001101000011001100011000
+0,88,48,553,1111111111100111111110111111110110101011011001101101100111000111110100011100000101000010011001000000
+0,88,49,560,1111111111110111111110111111110110111011101100101111000111000101100100010101000101000010011001010000
+0,88,50,541,1111111111110111111110111111111111101111001001101110100101000110100100011000101101000000011000010000
+0,88,51,511,1111111111001111111100111011000111101011001001101110000111000111110100001000001101000010011001010000
+0,88,52,538,1111111111011111111100111111110110101001001100101111001110001110100100011000000101000010011001011000
+0,88,53,539,1111111111000111111100111111001111101010001001101010001101001111100110001100111100000010011100010000
+0,88,54,514,1110111110110101111110011111001110111110001101100111000110001100101111010011000001000010001001001000
+0,88,55,565,1101111111110111011100111111111110111111001101101111011110101010100100111000001001000010001000010100
+0,88,56,521,1111111110111111001110101111110101111000001101101110000110100110110110011000000101000010011100001000
+0,88,57,503,1011111111010111101110111111111110101011001010101111000100110011000100010111000001001010001000010000
+0,88,58,-590,1111111111111111111110111111011110101111001101101111001110000111100111111100000001000010001010010000
+0,88,59,549,1110111111110111101100111111111100111111001001101110001111100100110100001010000111100010011000010000
+0,88,60,513,1111111111110100101110111011010111111011001100101110000100010010110100011011000101001010001000011000
+0,88,61,519,1111111110110111111110111101110110101111101000101111000110100111100100001010100101000010001000000100
+0,88,62,-571,1111101111010111111100111111101101101000001101100110010110000111110110001110001011100010010110011000
+0,88,63,560,1111111111110111111100111111001110101101001101101110011111011010000100011000101101000010001100011000
+0,88,64,561,1111111111110110111110011111010111111011101001101111000110001111000100001010100101000011011000010100
+0,88,65,511,1111111111010111111110111001011110111101001000101111000110010000100101000010000101000010001110011100
+0,88,66,534,1101111111010111111100111111101110101011001101101110000110100010110100010110000101101010001001010000
+0,88,67,471,1111111111011111101100011111011110101011001000001110001011110100100100001101000000000010010000011100
+0,88,68,535,1001101111100111111100011111111110111001001111100111001000000111110100011001000101100010011000011000
+0,88,69,506,1101101111101111011100111101011110111011001100001110000110100110100110010000110101100010011000010000
+0,88,70,-591,1111111111111111101110111111111100011001001101101111000111101110100101011100000111000010011010010000
+0,88,71,545,1111111111101111111100011111111110101111001001100110001011100101100101111000000101000110001001010000
+0,88,72,562,1111111111110111111110111111011110111111101000100111000111000110110100011100000101000010011001010000
+0,88,73,532,1110111111110111111100111111110110101011011001101111001110000101110110001010000101100010011000000000
+0,88,74,497,1111111111111111101100011111011110101001001000100111000110101110100100010000100001010010011001010000
+0,88,75,569,1011111101101111101110111011111110111101001101101111000101001111100100011110000011000010011001010000
+0,88,76,515,1111111111010111111100111011011110101110001001100110100111101011100100011010001101000010011000000000
+0,88,77,528,1111111111110111111101111011010100111001001000101111000110110111100110010010001001000010011001010000
+0,88,78,473,1101111111111110111000011111011100101001001000101111000100001100110110001110000111000000001100010000
+0,88,79,561,1111111111101111111110011011111110101101001101101111000100001111000110101010000101000010011001011000
+0,88,80,563,1111111111111110111101011111011110101001001100101111000110011111100110011000001011000000011101010000
+0,88,81,532,1111111111111111111110111111101111101000001001100111000100001111100110000010000110100000111000010100
+0,88,82,-590,1111111111011111011100101111101110101011001011101111001111101111100100010100100101000010011100011000
+0,88,83,513,1011111111010111101110111111011111111000001100101110000110010110000110001100000101000010011100110000
+0,88,84,527,1101111111101111111000011111011100111101001101101111000100001100010110101110000101000010001001011000
+0,88,85,527,1101111111101111111000011111011100111101001101101111000100001100010110101110000101000010001001011000
+0,88,86,486,1111111111110110101100111111111110111011001001101110000111100000100100011010000001000010000000011100
+0,88,87,547,1101111111000111101110111111011110101011001100001111001110110100000100001101000101101010001101011000
+0,88,88,565,1111111111100111111111111111011011111010001101101111000111100111000110010000000110100000101000011100
+0,88,89,549,1111111111111110101100111111001110101001001101100111001110011100110100011000001001100010011101010000
+0,88,90,525,1111111110110111101110111011011110101011001101100110000101100001010100011110000101100010011100010000
+0,88,91,572,1111111111100110111111111111011100111001001100101111001110101110100110111010101101000010001000001000
+0,88,92,556,1111011111110111101001011111011101101110111101101111000111011100000100111100000101000010011001010000
+0,88,93,558,1111111111111111101100111111000110101011001101001110000111101110100100011000001100000111011001010100
+0,88,94,552,1101011111111111011101011111111101101111001100101110100011100110100101011010000011000010011001010000
+0,88,95,534,1111111111110111111100111111011101101011001111100110001110001110000100111010000001000010001100011000
+0,88,96,537,1111111101110111011100111111101111101001001101101111000111011110100100001110001100100010010000010000
+0,88,97,562,1111111111001111111100111111011100101101001101100110010111000011100100011100100011000010011101011000
+0,88,98,525,1101111110110111101000001111011101111011101101100111000110010010100100011110100101000010011001010000
+0,89,0,526,1111111111110111101100011111011010111010001000101110000011110111100110000101000100100010011000011100
+0,89,1,517,1111111111101111111111111111011111101011001101001111001111100100000100011000000010000000100000011100
+0,89,2,557,1110111110111111111100111111011111101001001001101111000110001110100110010010000111000010111000010100
+0,89,3,542,1111111111011111111110111111101110101110001101100111000101100111100100001010000100100000011100010100
+0,89,4,548,1010011111010111101110111111110110111011011001101111100110100101110110011010000101000010011001000000
+0,89,5,557,1111111111110111111101011111011111101001001001101111001110011110000110010100000101100110011000010000
+0,89,6,501,1011111111001111111100111111101111111011011001101011000100000111110100000100000100000010011100010000
+0,89,7,541,1011111111110111101110101111011111101010001001101110001111001111000110010100111101000010011000000000
+0,89,8,-596,1111111111110111111000111111011101101111011101101110001111011100000100111110000101000010011100011000
+0,89,9,494,1111011111110111101101011111011101101010101111100111000110001110000100111000000001000010001001010000
+0,89,10,527,1111111111101111111100011111011010101111001001100110011011100101100100111000100001000110001001010000
+0,89,11,-571,1111111111001111111100111111111100101101001101100110000111000011100101011100000111000010011101011000
+0,89,12,-570,1101111111110111111110111111010110101011001100001111001110010100010110001111000101100010011100011000
+0,89,13,511,1110111111000111101100111111111110101011011001101111001110100101100100000000000101101010001101000000
+0,89,14,-601,1101111111101111011110111111111110111101001101101111011110101110100110101010001101000010001001010000
+0,89,15,533,1111111111110111111110011011111110101111001101101111000100001011000100111000000001000010011000011100
+0,89,16,-598,1111111111101110111111011111010110101011001101101101100111011111100100011100001111000010011001010000
+0,89,17,518,1111111111110111111100111111111110101001011000101111000110000111110110011000000001000000011101000000
+0,89,18,549,1101011111110111111011111111011001101010001011001110100111101110101100011010000100000110001100010100
+0,89,19,533,1111111111011111111101011111011110101011001101101110000110000110100111011000000101000010011000011000
+0,89,20,493,1111111111100110111110101011011100111001001100001110001100101010110100110010100101000010001000011000
+0,89,21,-641,1111111110111111111111111111011100111001001101101111000110101111100110111100101101100010011000001100
+0,89,22,557,1101111111111111111100011111011110101111001001101111001010101110111100001110000101000010011000010000
+0,89,23,464,1111111111111110111000011111011100111001001000101110000101000100110110001000000111100000001100010000
+0,89,24,529,1111111111100111111100011111111011111001001001100110001011100111010110011000000101100000001000011100
+0,89,25,546,1111111110100111111111111111011110101010001101101111000111101110100101010010000110000000101001010000
+0,89,26,541,1111111101110111001100111111101111101001011101101111000111000110100111001110001100100010010000010000
+0,89,27,547,1111111111110111111100111111100111001011001101101101000111011110100100011100000101000010011100010000
+0,89,28,512,1101111111111111111100111111010101101011101001101111100010000110100101101000000001000010001100010100
+0,89,29,528,1111111111111111111100011111111111101001001001101110001100010111100100011010000100000010011001010000
+0,89,30,508,1111111111110110101111111111111110111001001000101110000110101010100110011010000001000010000000011100
+0,89,31,550,1111111111110010111100111111011100111011001101101111001111100100100100111010101101000010001000001000
+0,89,32,-592,1011111111111111111110111101111111111111001101101111001110010111000110011000000001100010001000011100
+0,89,33,519,1111111111100111111101111111011011101010001101000110000111100101100100010000000110100000111011010000
+0,89,34,574,1111111111111111101110111111010110101011001101001110000111001110100100011101001100000111011001010000
+0,89,35,544,1111111111110111111100111111100110111011101100101111000111100101100100010000000101000010011001010100
+0,89,36,569,1111111111111111101110111111011111101011001100100111000010100011110100011110000101100010011100010000
+0,89,37,480,1111111110110111101100111011011110101111111101100110000101100100000100011100000001000010001001010000
+0,89,38,549,1111111111110111111100111111110110101111101100101110001111100101100100011001000101000010001001010000
+0,89,39,566,1111111111101111111110011111111110111011101001100111000011000101100101110100000101000110011001010000
+0,89,40,534,1011111101101111101110011011111110101111001101101110000101100111100101011100000001000010011001010000
+0,89,41,571,1111111111101111111100111111111010111101001001100111001011001101100100111010000111000110001001010000
+0,89,42,515,1111111111000110111110111111111100111001001110100111001110100111000100010010101101000010001100000000
+0,89,43,-641,1011111111111111001111111111001110111101001001101111000110101110110111111100001101000010111010011000
+0,89,44,505,1011111111110110111110111111011111111000101100101110000110000111000100001000000101000011011100010000
+0,89,45,569,1111111111010111101110011111010111111011001001101111000110011110000110001110100101000010011000110100
+0,89,46,522,1111111111110110111111111111011110101101001100101010001110001010000100011010101101000010001100001000
+0,89,47,-585,1111111111100111111100111111001100111001001101101111011111111110100110111000101101000010000000011000
+0,89,48,-590,1111011111111111111110111111111111101110001001001110100101001110101100011000101101000110011000010100
+0,89,49,501,1111111111110111111011111111011110101011001101101110000111000110100100011000000100000000011000011000
+0,89,50,522,1111111111111111101110111011011100101011001111100110001110001110000100111110000001000010011000010000
+0,89,51,-575,1011011101100111111100111111111111111101001101101111000101001111100100011010000011000010001101011000
+0,89,52,562,1011101111101111111110011011111110111001001101101101001000001111010110111010000101100010011000011000
+0,89,53,512,1101111111100111111100011111111110101101001111100110000100000111100100001001000101000010011001011000
+0,89,54,-597,1111111111110111111110011111111101111111001001100111010100101011110110111010101001000010011000010000
+0,89,55,525,1101111110010111011101111111011110101011001100101111001111100010100100110101001001000010001000010100
+0,89,56,442,1111101111101111101100011111011110101001001001000110001011100110000101000100010101000010000001010000
+0,89,57,579,1101111111111111111100111111111100111111001001101111000110100101100100111000001101000110011000010100
+0,89,58,547,1101111111011111101101111111101110101110111111101110000110100010100100001010000101100010011001010000
+0,89,59,549,1101111111110111111100111111111110101001001101001111001110011101010001010110000100101110001000010000
+0,89,60,557,1101011111111111111110011111111101101111101100100111100111000110110100011000000011000010011001010000
+0,89,61,536,1111111111110111011101111111011110111011001000101110000011100110100100011110000101000010011001010000
+0,89,62,549,1011011101101111101001011011011110101101111101101111000111001110100100111110000001000010011001010000
+0,89,63,576,1111111111110111101110111111111101111110001101101111000101011101000100011100000111000010011001010000
+0,89,64,515,1101111111111111011100011111111101101111001000101110100001100110100100011010100101000000011001010000
+0,89,65,557,1111011111110111111111111111111111101111000101101110100101000110100101011000001011000010011000010000
+0,89,66,-599,1111111111111111111101011111011110101011001101101111000111010111100110011010001101000010011100010000
+0,89,67,522,1110111111011110111100111111011110101101001100101111000110101110100100011000000011000000011101010000
+0,89,68,568,1111011111110111101110111111011111101001001001100111100110011111100110000100000101000110111000010100
+0,89,69,524,1011111111011111111111011111101111111000001001101111000100101110000110010010000110100000011001010000
+0,89,70,498,1111111111011111001100111111100111101000011111100111000110000111000100010000001101000010011010010000
+0,89,71,-599,1011111111010111101110111111001110111101001001101111000110100111110111010110001010000110111100010000
+0,89,72,502,1111111111111111101000111011011110101001001100100110000111101001000100011100000101100010011100010000
+0,89,73,558,1011111110110111111110111111011110111111001101101110000101100110110100011010000101100010011001000000
+0,89,74,490,1100111111110111111100111011111100101001001100101110001100100110010100111010000101000010111000000000
+0,89,75,584,1111111111111111111101111111000110101011011011101111001110001101110111001110000101100010011000000000
+0,89,76,557,1011111101110111111110111111110111111101001101101111000101001111000100001110100001000011011000010000
+0,89,77,-573,1111111111101110101110011011011110111011101001101111000110001111100100011010000111000010011001010100
+0,89,78,533,1001111101100111101100011011111110111001001101101111000101000111110100011100000001100010011101010000
+0,89,79,-587,1011101111101111111110111111111110111101001101100111101000001111100100011011000111000010011000011000
+0,89,80,535,1011111111110111101001111111011111111101101100101111000110100101100100111000000101000010011001000000
+0,89,81,534,1111011111010111111100011111011101101110111101101110000001011110000100011101000101000010011001010000
+0,89,82,535,1111111111010111111100111111101111101001001101100111000111010110100100001110001110100010010000010000
+0,89,83,-573,1111101101110111011100111111101101101000001101101110010110001111110110001110001001100010010110011000
+0,89,84,562,1111111111000111111101011111011101111000001100101111000111101111100110010000000111000010001001011100
+0,89,85,526,1111111111101111111110111111111010111011001001100111000011100111000100010010000100100100111000010000
+0,89,86,569,1111111111110111111110111111110110111011011100101111000111000110100111010101000101000010011000010000
+0,89,87,542,1111111111110111101100111111100111001011101101101101000111000101100100011100000101000010011101010000
+0,89,88,513,1100111110001101111100111111011100101110001101101111000110101110110100011010000101000010001000011000
+0,89,89,550,1111111111111111111000011111011110111101001101101111000101000100000110101110000101000010011101010000
+0,89,90,557,1111111111011111101110101111011111111001001101001010000100111010100110011000000111001010011000011100
+0,89,91,512,1111111110011111111100101011011100111001001101101111000110001011010100110100100101000010011000010000
+0,89,92,508,1111111110110111101000011111011100101111001101100111000101110000000100011110000101100010011100010000
+0,89,93,551,1101111110110111101110101011011111111011101101100110000110000011110100011110100101000010011001010000
+0,89,94,537,1111111111110111111100111011011111101010001011100110001111001111000100111010000101000010001000011000
+0,89,95,512,1111111111010111111100111111011100101111001101100110100110101010100100011010001001000010011100000000
+0,89,96,478,1111111101101111011100111111101110101101001101100110001011010110100100101000001100000010000001010000
+0,89,97,-604,1111111111110111111100011111111111101011001001101111000111101101100101011110000101100110011000010000
+0,89,98,548,1111111111100111111111111111011011111000001101101110000110100110100110010000000111100000101000011100
+0,90,0,-601,1011101111101111111100011111011111111001001101101111001100001111000110111010000111100010111000010100
+0,90,1,511,1110111110111111101110111011111110101001001001101101000010001110110110010010000101000010011000011000
+0,90,2,544,0010011111010111101110111111111110101011011000101111100110100111110110011010000101000010011100000000
+0,90,3,567,1111111111111111101110111111010111111011001101100111000010100001110100011110000101100010011001010000
+0,90,4,571,1101111111111111111101011111001110101011011001101111001110101110110100001110000101100010011000010000
+0,90,5,559,1111111111111111111100111111010110101111001011101110001010001101111111001110000101000010011000000000
+0,90,6,563,1011111101110111111110111111000111111011011011101111000101001101110100001110000101000011011000010000
+0,90,7,578,1111111111111111111101111111110110101101001101101111001110001111000111001110100001100010011000000000
+0,90,8,-571,1011001111111111111010111111011010111011001001101111100101101111010110011010000101100010001000010100
+0,90,9,540,1101111111100111111111011011111101101000001111001100001010001110101100111010000100000110011100011000
+0,90,10,558,1111111111100111111101111111011101101110001101101111000111101101000100010100000110000000111011010000
+0,90,11,537,1111111111110111101110111111111011111010001101000110000101010101100100011000000111100010011001010000
+0,90,12,-592,1111111111111111111100111111011010111111001001100111000111011100100100001110100111000110011001010000
+0,90,13,563,1111111111000111101110011111110111111001001001101111001010001111000110111010000101000010001010110100
+0,90,14,547,1111111111010111111110111111011100111001001110100111000111100110100100011110101101000010001100000000
+0,90,15,504,1111111111100110011101111111111110111011001000101110001010100111000100010010000101000010011001010000
+0,90,16,548,1111111111010111111111011111011111111001001101001110000100111010100110010000000111001010001000011100
+0,90,17,-584,1111111111001111101100101111011101111000001100101011000111101111100110011000001111000010011001011100
+0,90,18,523,1010111111010111101101111111101110101010111011101110100110100100100110001010000111000010011001000000
+0,90,19,-586,1101011111011111101110111111110110111111011101101111000110100011110100011010000101100010011001010000
+0,90,20,511,1111111110111111101110111011010100101011001101000110001111001110000100111110001000000011011000010000
+0,90,21,-592,1111111111111111101110111111011110101011001111101110000110001110100100011101001101000110011001010000
+0,90,22,-585,1111101111101111101110011011111110111001101001101101001010001111110110011010000111100010011001010000
+0,90,23,538,1011111111101110111110011011011110111011001101101111000100001110000100111010000101000010011000011100
+0,90,24,568,1111111111110111111100111111011110111111001100101111000111000100000110101101001001000010011001010100
+0,90,25,489,1101111110011111010001011111011110101001001101101111000101100010100100110110000101000010001100010000
+0,90,26,524,1111111111110111111100111111100110001011101100101111000111000111100100011001000101000010001001010000
+0,90,27,572,1111111111110111111100111111110111101111001101101100001111111100100100011100000101000010011100010000
+0,90,28,564,1111111111110111001100011111011101101001001101101111000111001111100111001000000111000010011001011000
+0,90,29,539,1111111101000111111101111111101111111000011100101111000111100110100110010110001100100010000000010100
+0,90,30,555,1011111101111111101100011111111110101001011101101111000110000110110110111110001100100010011000000000
+0,90,31,533,1111101111100111011110111011101111111001001101101101001001001111000111001010000101100010010000011000
+0,90,32,573,1011111111011111111111011111101110101111001101101110000100100111100100010110000111100010011001010000
+0,90,33,499,1011111101101111101110011011111111111000001001101111000101101110000111011000000010000000011001010000
+0,90,34,554,1111101111111111111110011111111110111001001100101111000001001110110111011100000101000010011000010000
+0,90,35,-577,1011111111100111111110111011110110111011011101101101001110000111000110110011000101100010011000011000
+0,90,36,527,1011101111011111111110011111111110111011001101101101000000011110010110001000100101000010011000010100
+0,90,37,-616,1111111111100111101110011011010111111001001001101111001110001111000111111110001101100010011000111000
+0,90,38,555,1111111110111111101010111011011111101011001101100110000111101001110100011100100101000010011001010000
+0,90,39,498,1101111111110111101100101011011110111001101100100110000110000011000100011110000101100010011100010000
+0,90,40,523,1101011111110111111111011111111001101010001011000110100111100110100100011010000100000010001101010100
+0,90,41,-583,1101011111111111111010111111011101101111101100101111100111001110111100011000000011000110011000010000
+0,90,42,510,1111111111001011111100111111111100101101001101100110000111000111100100001000000110000000011101010100
+0,90,43,-584,1111111111011111111110111111101110101110001101100111000101100010100101011110000101100010011100011000
+0,90,44,549,1111111111100111111110011111011111111001001001101110000111000111110110011000000101000000011000011100
+0,90,45,468,1111111111110111111001101111111110101011001101100110001011100110000100011000000100000000001000011000
+0,90,46,537,1111111101010111111100011111011101101011111101001110000011001110000100011101010100000011011001010000
+0,90,47,566,1111011111111111101110111111010110101110001101101110000101010110100100011101001101000110011001010000
+0,90,48,538,1101111111010111101101111111101111001111111101101111000111000000100100001100000101100010011001010000
+0,90,49,565,1111111111111111101100111111100110101010101111101100000110100111100100011010000101100010011101010000
+0,90,50,-581,1011111101110111011101111111111110111111001100101110000001101111100100011110000011000010001101011000
+0,90,51,545,1111011111100111111100111111011111111001001001101111000111000110100100011010000101000010011001010010
+0,90,52,-606,1011111111100111111110111111111111111001001101101110001110001111010110011000111101100010011000010000
+0,90,53,503,1011111111111111101110001011011110101010001001101101001001001111000110110110000101000010011000001000
+0,90,54,516,1101111111011111111100011111011110101111001001100111001010101110100100011010001001000010011100000000
+0,90,55,567,1111111111110111111100111111011100101111001101101110100110101010111100001110000101001010011000010000
+0,90,56,554,1111111111110010111110111111011100111011011100101111001111100100100111010111100101000010001000000000
+0,90,57,557,1111111111110111111100111011110110111011001101101111000111000110100100111000001101000010011000011000
+0,90,58,-582,1011111111110111111100011111011111101101001101100110000111001111100110011001010101000010011001011000
+0,90,59,471,1101111111100111101110101111111110101010001011101110001100000111000100000100101101000010011000000000
+0,90,60,553,1111011111110111111110111111011011101011001101100110000010100011111100011010000100100010011100010100
+0,90,61,554,1101111111111111101011111111011101101010001010001111100011101110100100011110000101000110001100010000
+0,90,62,478,1011111101101111101110111011011110101011001101100110001100001110000100011110000001000010011000010000
+0,90,63,560,1111111111111111101110010011111100101111001101101110000111100111100101111100000001000010011001010000
+0,90,64,-599,1011011101100111111111111111011111111001101101101110000110001110100110110010000101100010111001011000
+0,90,65,498,1111111111101111101001011011011010101100011101101111000111100110100100011100000011000000001000010100
+0,90,66,570,1111111111111111111110111111111110111010011100100111000101000111100101001011000101100000011100010000
+0,90,67,541,1111111111010111111110111111100110101111001101101111000111100110100110010100000100000010011000010100
+0,90,68,523,1011111111101111111001111111101001101011001011101111100110100111111100010000000100000010001100010000
+0,90,69,527,1101011111010111111110111111011111111010011001001010000101001110100100001110000100000110011100010100
+0,90,70,518,1111111111101111101100111111011010101011001101100110000011101111000100011110000100100000011100010000
+0,90,71,522,1111111111111111111010111011111110111001001000100111000111100101000100010000000101100110111000010000
+0,90,72,-595,1111111111101111111110111111110010111011001101001111000011101110100100011100000100100111111001010000
+0,90,73,513,1111111111111111101111111111011110101011001001100110000111000111000100010011001100000100011000010000
+0,90,74,544,1111111111110111111100111111100111001011101101101111000111000110100110010100000101000010011100010000
+0,90,75,567,1111111111110111101110111111110110111011011100101101000111000101100101011101000101000010011001010000
+0,90,76,552,1111111111110111111000111111101111101011101101101100000101000100100110011100000101100010011101010000
+0,90,77,454,1111111111111110101100011111010100011001001000101111000111000101110100001000000111000000001100010000
+0,90,78,-585,1111111111100111101111111111101011011000001101101110000111100110100100011100000111100010111001011000
+0,90,79,486,1111111111100111111100111111010111101011101101101101000110000001100110010000000101000000001100010100
+0,90,80,521,1111111111101111111100011111011010101101001001100110001011001101100101111000000011000110001001010000
+0,90,81,-589,1111111111101111111100111111111010111111001001100111011011100101100100111010100101000110001001010000
+0,90,82,508,1111111111110111101101111011011111101111001001100110001110001110000100011010100101000010000100001000
+0,90,83,521,1111111111110110111110110111011110101000001110101010001111001011000100111010001101000010001000011000
+0,90,84,559,1111111111100110101110011111011110111101101101101111000110001111000100011010000101000010001101001100
+0,90,85,536,1111111111111110111111111011011110101011001000101010001110001010100100011010101111000010011000010000
+0,90,86,551,1111111111000111111101111111011001111000001101101110000110100111100110010000000111100000101001011100
+0,90,87,561,1111111111100111111111011111011111111000000100101111000111101110110110010000000111000010001000011100
+0,90,88,552,1111011111110111111100111111011110101011001101101110000111000110100101011010101001000010011000011000
+0,90,89,555,1111111111110010111111111111111101111111000101101111101101100100100100111000001111000010001000000000
+0,90,90,491,1111111101101111111110011111111110111011101101100110000011000110100100110000000100000010010001010000
+0,90,91,553,1111111111101111011100111111101110101101001001100111001011010101100101101100001101000110001001010000
+0,90,92,549,1111111110110110111110111111011110111001001110100110001111100110110100010011101101000010001100000000
+0,90,93,537,1011111111000111111110111111111100111111001101101111000100100111000100011010000101100010011001000000
+0,90,94,566,1111111111010111101101111111101101111010001101101111000111101110100100000000000101100010011001011100
+0,90,95,543,1101111111001111111101011111011110101100111110101110000110100011100110011010000111000010001001010000
+0,90,96,-583,1111110111100111111110111111110100111101001101101111011101101110000100111110101001000011010000010000
+0,90,97,553,1011111101110111111100111111001111111001001101101111000111011111100110001000100101000010001000011000
+0,90,98,554,1111111101001111101101111111111110101001001101101111000111001110100100001110001111100010010000010000
+0,91,0,559,1011111111110111101100111111001111111011001101100111000010100111100100011110000101100010011000011000
+0,91,1,561,1111111101111111111110111111010111111001001101101111000111011001110110001000100101000010001001010000
+0,91,2,-593,1011111101111111101100011111110110101011011101101110000110001111111111011110001101100010011000000000
+0,91,3,536,1111111111111111111100111111011110101101001011101111001010000100110110101110000100000010011000000100
+0,91,4,-630,1111111111100111111101111111011111111110001101101111000111101101100110010100000111000000011001111100
+0,91,5,504,1111111111100111111111011111011101101000000100101111000111101110010100010000000110000010101010010000
+0,91,6,566,1111111101110111101110111111010111111011001001100111000101001101110100011110100101000011011000010000
+0,91,7,552,1011111110111111111010111011001111101011011111101110000111101001110100001100000101000010011001010000
+0,91,8,546,1111111111111111111110111111011011101010001001000110001101011101100101011000000011000110011001010000
+0,91,9,506,1111110111100111101100011111111010111101001101100110000011000101100100111000000111100010001001010000
+0,91,10,575,1111111111110111111110011111111110111101001100101111000101001110100111011110000101000010001100000100
+0,91,11,527,1111101111101110101110011111011110111001101101101110000010001111010100011000000101000010011001011000
+0,91,12,561,1011111111010111111111011111100110101111001101111100000101101111100110011110000101000010011000010000
+0,91,13,-591,1111111111111111111100111111111111101111001101101110001110110100100100010100000111100010011001010000
+0,91,14,555,1111111111101111111100011111011110101101001001100111001011001001100101101100001111000110001001010000
+0,91,15,507,1111111111101111011100111111101010101101001001100110001011010101100101111000000001000110001001010000
+0,91,16,512,1111111101000111111101111111111010101000001101101110000111100110100110001000000111100000110000011000
+0,91,17,-577,1111111111001101101101111111011101110001001101101111000110001111100100010110001111100010001001010100
+0,91,18,519,1111111111111110111110011111111110111111001100101111000111000111000100001010000101000000001100001000
+0,91,19,-610,1111111111100111101110111111011110111000111101100111000100001111100101011011000101100010011101010100
+0,91,20,499,1111111111110111111100011111011100001011101100001110000011000110100100011001010101000011001001010000
+0,91,21,562,1111111101010111111100111111100111101011111101101111000111001111000100011101000100000010011001010000
+0,91,22,551,1111011111100110111111111011011110111001001001101110000111000110100100011010101111000010011000010010
+0,91,23,523,1111111111111011111100111111011111101011001000101011001110001010100100011010000101000010011001010000
+0,91,24,-586,1111111111101111111110111111011110111010000100100111000101101111100101011011000101100010001100011000
+0,91,25,539,1011111111110111111111011111111111111000011100101111000111000110110110000000000111000000011000010100
+0,91,26,495,1111111111000111010001111011011110111001001101101111000101100110100110000010000101000010010100011000
+0,91,27,527,1101101110111111011110011111101111101001001101101101001001001011000101111110000101100010001000010000
+0,91,28,501,1111111110000111111101011111011100101110001101101111000011101101100100011000000100000000011101010000
+0,91,29,567,1101111111111111111100111111011111101111001001100111001110101110000100010110001011000010111010000000
+0,91,30,573,1011111111110111111111111111001111101011011001101110000100001111100100011110000101000011011001010000
+0,91,31,550,1011111101011111111110011111100110111111001111101111000101100101110100000100000111100010011000010000
+0,91,32,562,0110111111011111101110010011111110101111011101101110000110100111110100111100000101000010011001010000
+0,91,33,518,1011011111110111101110111111111100101011001000101111100111100011000111011010000001000010011100000000
+0,91,34,554,1111111111111111111100111111000110101011101111101110000111000111100100011010100001100010011000010000
+0,91,35,563,1111011111110111101100111111111110101010001101101100000110100110100101011010001101000010011101011000
+0,91,36,548,1111111111101111101100111111100110001001001101101111000111001110100100011101000111100010011000010000
+0,91,37,555,1111111101010111111101111110111111101011101101101111000111000110100110000110001101000010010100010000
+0,91,38,526,1101111111110111101110010011001101101111011101100111000111000111100101111100000001000000011001010000
+0,91,39,546,1011011111111111111000011011111110100101101101101111000111110110100100111110000000000010011001010000
+0,91,40,570,1011111101011111111110111111100111111111011101101110000101001101110100000110000101100011011000010000
+0,91,41,566,1011111111110111111111011111001110101011001011101111000100100111100100011110000111000010011001010000
+0,91,42,504,1111111111100111111100111111011110101010001001101110001111000111100100000000100101000010011000011000
+0,91,43,520,1001111101110111101110101111101111111001001111101111000100011111000110001100101101000010001000000000
+0,91,44,-579,1111111111010111101100011111100110111001101101101100001110101111000110011110000101000010011110110000
+0,91,45,562,1111111111101111101110111111110111101010001011101111000010000111100100111010000101100010001001010100
+0,91,46,551,1011111101110110011111111111111110111111011100101110000001101100100111010110000010000000001011011000
+0,91,47,571,1111111111110011111100111111011100111011000100111111001111100111100100011111100101000010001100000000
+0,91,48,556,1011111101010111111101111111101111111001001101101111000111001111100100000000000101100010011001011000
+0,91,49,563,1111111111110111101100111111001101111010001101101111000111111110100110001000100101000010001000011100
+0,91,50,556,1011111101110111001101011111111110101101001100101111000110001110110100111110000001100010011100010000
+0,91,51,-580,1011111101111111111100111111111110111011011101101110000001100111100110011110001110000010001001001000
+0,91,52,566,1111111111110110111101111111110110111001001110100110001111100111110101000110100101000010011100000000
+0,91,53,561,1111111110111111111110111111011110101101001101101111001110001110000110011011101001100010001000000000
+0,91,54,541,1111111111110111111100011111001011111100011101100111000101010111100100011100000011100000011001010000
+0,91,55,503,1011011111110111101010111011111111100011101101000110000111010100100100111010000100000010011001010000
+0,91,56,554,1011111111110111111000011011001111111001001101101111000111010110100100111100100101000000011001011000
+0,91,57,506,1011011101110111111100111111001111100101111101100111000111011111100110001010000000000010001000010000
+0,91,58,558,1011011111011111101111111111100110101110001101101110000101100111101100010110001101000010011001010000
+0,91,59,-584,1111111111111111111110011111011110101110001101101110000100010110100100011101000111100110011001010000
+0,91,60,491,1111111111110110101110011111011110111001001101101111000100000111100101001010000101000000001101000000
+0,91,61,-638,1111111111101111111110111111111110111110111100100111000111001111000100011011000101100010011100011100
+0,91,62,-585,1111111111011111101110011111111110111001011001101111001110001111100100001010000101100010011010110000
+0,91,63,548,1111111111100111111110111111110111111010001100100111000001000111000111111011000101000000001100010100
+0,91,64,-582,1111111111110010101110111111010100111011001101101111001111100000110111010111100101000010011001010000
+0,91,65,539,1111111111111111111110111111011111111011011100100111000010100101100100011110000101100010001000000000
+0,91,66,567,1101011110011110111110111111110110111111001101101111000111100010110100010011100101100010011001000000
+0,91,67,567,1111111111110111101110111111011110111001011110100110001110100111110100011010001111000010001100000000
+0,91,68,575,0111111111110111111101111111011111111111001001101110001111001110100100011010000101000010011000011000
+0,91,69,464,1111011111100111101100101011011111101001001001100111000110000110000100011010100101000010000101000010
+0,91,70,561,1111111111100111111101111111111111111000011100101111000111100110100110010101001100000010001000010100
+0,91,71,536,1111111101010111101110111111100110111010011100101101000111000101100101011110000101100010010001010000
+0,91,72,525,1110011111110111101100111111110110101101001001101101000110101111000110001110100101000010011100000000
+0,91,73,-586,0011111111011111111111111111111110101011011100101111101110000111110111011010000001100010011000000000
+0,91,74,557,1111111111101111001101011011011010101001001101101111000111001111100101011000000111000010001001011001
+0,91,75,520,1111111111110111101000011111011101101100011101101111000111100110100110001100000011000000011000010100
+0,91,76,542,1111111111110111101010111111100111101011011100101101000111000101100100011100000101000010011101010000
+0,91,77,577,1111111111110111111100111111111110111011101101101100000101000100100111011101000101100010011001010000
+0,91,78,564,1111111011101111011100111111111110111110001100100111001001100111100101101010100101100110001000010000
+0,91,79,582,1111111111111111111110111111111010111011011001100111010111000101100100011011000101000000011101010000
+0,91,80,559,1111111111110111111110111111011101101010011001101111001111100110100110011011100101000010001000000000
+0,91,81,518,1101011111110010111111011111111000111011001110000110100111100100100101010110000100000010001101010100
+0,91,82,-583,1111111101110111111111111111001001111011001111101111000101000111110110000110000101000000111001010100
+0,91,83,531,1011111111000111111100111111010111111000011001101110000110101101100100011000000111100011001000011000
+0,91,84,-605,1111111111111111111110111111111110111001011100101111000110000111100101101011001100100110011000010000
+0,91,85,525,1001111101111111101000011111111010101010011101100111000101000110110110011110100101100000011100000000
+0,91,86,506,1011111111101111101100001011101110101110001001101111001011011101000100110110000101000010011000010000
+0,91,87,544,1111111110111111011110111111011110101001001001100101001001000111100111101100001101000110001001001000
+0,91,88,525,1111111101101111111100111111001110101001101100101110000110000101100101111001000011000110001001010000
+0,91,89,505,1111111111110111101100011111110010101111001001100111001011001111100100011000000101000010001001010000
+0,91,90,523,1011111111010111111110011111011110111010011101101000000100011110010110000110100100000010011100010100
+0,91,91,518,1101001111011111111110111111111111111011001001001111000001001110100100001000000101000110011000010100
+0,91,92,568,1111111111010111101110111111011100101101001101101111100110001011010100111010000101001010011000110000
+0,91,93,554,1111111111100111111100011111100111111011001001101110001010101110101110001110000101000010001010010100
+0,91,94,562,1111101111111111111110011111110110111011001100101110000001000110100110011101001101000110011001010000
+0,91,95,543,1111011111111110101110101111011110101100001101101111000101011110110101011100000101000010011000010000
+0,91,96,499,1111111111100111111001111111111110111001001001100110001011100110100100011010000100000000001001011000
+0,91,97,514,1111011111110111111100101111011111101011001101101111000111000110000100011000000101000010011000010010
+0,91,98,-593,1111111111100111111100011111010111101011101111101100000110100111110110011010000101100000011101011000
+0,92,0,-608,1111011111100111111110111111111110111011001001101100000101000100100110011111101111100010011001010010
+0,92,1,508,1111111111110110111101111011011110111001101101101110000111000100100101011000000101000010011000010000
+0,92,2,541,1111011111111110101100111111000110101100001101101111000101011110110100011101000101100010011000010000
+0,92,3,550,1111111111101111101110101111111110001001001101101111000111001110100101011100000111000010011000010000
+0,92,4,540,1111111111011111101110011111110110111110001101001110000001100110100100010110001101000110011001010000
+0,92,5,-576,1011011111111111111111111111100110101011001100101110000101000111101110011101001101000010011001010000
+0,92,6,-590,1111111111011111111101111111000111101111001101101110001101101111100100010110001101000010011001010000
+0,92,7,543,0011011111110111101111111111111110111110001001101110000111000110101100011010000101000010011000011000
+0,92,8,568,1111111111110111111100011111011100111011000100101111000111001111100101011001000101000010001101011000
+0,92,9,517,1111111111101111111110111111011110001010101100000110000001100110100100011011010101100011001000010000
+0,92,10,549,1101011110010110111110111111100111101111011101101111000111100010100100010111100101100000011001000000
+0,92,11,544,1101111111111111101110010011011100111111001101100111000111000111110101111000000001000010011001010000
+0,92,12,-573,1101111110011110011110111111011110101101001101101111011101100010100111010010100101100110011001000000
+0,92,13,549,1111011110111111111110111111110110111011001001100101000011000111110100101101001101000010001001001000
+0,92,14,560,1111111111110111101110111111010100111001011101101110001110100100110111011010100101000010001100010000
+0,92,15,-581,1111111111110010101110111110011110111011001110100111001111100011110100010111001111000010011001000000
+0,92,16,523,1111111111110111101101111111011110101001001001101101000100101111100110001110100101000010011000000000
+0,92,17,-568,1010011111110111111110011111100110101111001011101111000110100111000100011110000111000010011101010000
+0,92,18,523,1111111111101111111110010111111010101111001001101110000110100101100100111000000101000010011001010000
+0,92,19,546,0110111111011111001100111011101110101101011101100110001011010111110101111100000001000110001001010000
+0,92,20,552,1101101111011111111101011110111111101011001101101111001101000111000111000110000101100010001100010000
+0,92,21,530,1111111100110111011110111111101111101001101101101101000011001010100100111110001101000010010000010000
+0,92,22,521,1010111101011111011110111011111110101111011101101110000111000100110100100110000001000011011000010000
+0,92,23,563,1011011111111011111000011111100111110101101101101111000101111111100000011110000100100010011001010000
+0,92,24,522,1111111111110111111001011111011101101000010100101111000111101110010100000100000011000000111010010100
+0,92,25,505,1111111111100111101110011111011101101100001100101111000111100110100110011000010110000010001000010000
+0,92,26,527,1101101110101111011100011111100111001001001101101101001111001111100101011110000101100010001000010000
+0,92,27,548,1111111111111111101110111111101110101001001101101111000001001010000100111101000111100010011000010000
+0,92,28,558,1111110111100111101101111111111110111001001101100110001011000111100100111010000111100010001001010000
+0,92,29,447,1111111111100111111000011111111010111101001001100110000011100100100100011000000100000000001001011000
+0,92,30,569,1101011110011110111110111111111110111101001101101111000111100110100100010010100101100010011001010000
+0,92,31,549,1111011111100110111111111011010110111011001001101110000111000010110100011011101111000010011000000010
+0,92,32,-594,1111111011101111011100111111111100111010000100111111001101100111100100111111100101100110001100000000
+0,92,33,552,1111111111110011111100111111011110111111001100100111011011100111100101001010100101000010001000010000
+0,92,34,537,0111111111101111111100011111011111101011101001101101000110100111110100011010001011000000011100000000
+0,92,35,-617,1101111111110111111100111111010111101111001111100110001110101110000110010110000101100010111011011000
+0,92,36,532,1111011111111110111110111111110110111011001101100111000010100001110000011111000101100010001001000000
+0,92,37,577,1101111110011111111110111111011111111111011100101111000111100110100100010010100101100010011000000010
+0,92,38,518,1111111111110111111110111111111100111001001101101100000110001001000100011101000101100010011000010000
+0,92,39,-627,1111111111010111101100111111011110101111101101101111100101000110110111111010000101001010011001110000
+0,92,40,571,1111111110111110111110111111110111111110001101101111000111100110100110010011100100000010001000010100
+0,92,41,569,1101011111000111111101111111111110111001011100101111000111100010111100010101001101100010011001000000
+0,92,42,533,1111011101010111111101111110111111101011101101100111000110000110000110010010000101000010010101010010
+0,92,43,486,1111111111100111101100101011011111101001001001101111000111000110100100001110101101000010000100000000
+0,92,44,-578,1111111111100111010101111111111110111011001100100111011001100111100110000010100101100110011100010000
+0,92,45,512,1111111011101111011000111011011110111100001101101111000101100110100101101010100101000010000000011000
+0,92,46,-581,1111111101110111101110111111010111111011001001100111000101001101110100011110100101000011011100010000
+0,92,47,566,1111111101110111101110111111010111111011001001100111000101001101110100011110100101000011011000010000
+0,92,48,-594,1111111111111111001101011111111110101111001100101111000110100111100101101110100001100110011000010000
+0,92,49,541,1011111001100111011100111111111110111100001100100111001001001110110100111010000101100010001100011000
+0,92,50,545,1111111111101111101100111111110111101011001101101111000011000111100100111010000100100010001001010000
+0,92,51,567,1111111101010111111110111111100111101010111011101111000110001101000100011101000101000010011001010100
+0,92,52,517,0110111011001111101110011011111110111111011100100110000111100111100100101000100101100010001000010000
+0,92,53,-609,1111111111111111011100110111111110101110001101101111001000100111110101111110000101000110011001010000
+0,92,54,-575,1111111101110111101110111111010111111001011011100111001110001101110100011110001101000010001100010000
+0,92,55,558,1111111111110111101110111111011110111011001100100110000101100111110100011010100111000011011000000000
+0,92,56,523,1111111111111011111100111111011100001011001100001111001010000010100100011011010101000011011001010000
+0,92,57,499,1111111111110111111100011111011111101011101000101010000111001110100100011000000101000010001001010000
+0,92,58,534,1111111111100111101110101111010110111110001100100111000101010111000101111110000101000000011100010000
+0,92,59,557,1111011111111110111110111111111111101000001101101111000001001110110111011001000101000010001000010100
+0,92,60,516,1111111111110111111100111111111110101010111001101101000101100100100010011001000101000010001001010000
+0,92,61,-601,1111111111110111110110111111011101111011001101101110001111000110100111011111100101100010011000000000
+0,92,62,-595,1111111111011111111111111111110110101110001111101111001010000110111100011110000101000010011001010000
+0,92,63,488,1011011111111111101100111111001110101101001001101110000100100101100110100110001100000010011000000100
+0,92,64,555,1011110101111111111110011111110110111111001001100111000111100001110100001100000111100110011000010000
+0,92,65,532,1111111111001111111100011111001110101101001111101111001001000101100101100100001111000010001001010000
+0,92,66,559,1111111111101111111100011011011111101111001001101111000110101111100101011000001011000010001000011000
+0,92,67,-565,1101111111111111001101111111011010101001001101100111001111001110000100010110000111000010111011000001
+0,92,68,530,1111111111110111111111111111001111101011011101101111000010001101100100011110000101000010001000000000
+0,92,69,-605,1011111111111111111110111111011111111011011000100110000100111111100100011110000101100011011001010000
+0,92,70,579,1111111111110111111100111111101101111011001001101110000111111110100110001110000101000010001000011100
+0,92,71,538,1111111111100111101100011111000111111010001101101111001010101110101110001000100101000010001010010100
+0,92,72,569,1111111111111111111110111111011110101101001101101111001010001110010110011110100100000010011000000100
+0,92,73,542,1111111110111111111100111111011110101101001011101111001110000100100110101011001001101010001000000000
+0,92,74,526,1011111111110111101100011111011111111001001001100111000010101001100100011110001101100010011000010000
+0,92,75,-588,1111111111101111111100111111001110101111001101100111001011000111100101101100000111000110001001011000
+0,92,76,542,1011011111110111111100111111011111101011001101101101000110100110100101011000001101000010011000011000
+0,92,77,529,1111011111110111101100101111111110101010001101101110000111000110000100011010000101000010011101010010
+0,92,78,-597,1011111111110111111110111111001111110011011101101111000111000101100100111011100101000000011101010000
+0,92,79,515,1111111111111111111000011011111010111001001001100111010111010110100100011100000101000000011001010000
+0,92,80,554,1111111111110111111100111111111110101001001011100110001101100111110101100100001101000010011000001000
+0,92,81,554,1111111110111110011111111111010110111001001100100101001011000111100111101110100101000110001100000000
+0,92,82,564,1111111111110111101100111111111101101011011101101111000111001111100100001101000110000010011000010000
+0,92,83,526,1101111101010111111000011111000111101100111101101111000111100110000110011100000011000000011001010100
+0,92,84,-582,0011111111110111001101111111111111111111001000101110000111001110110100011110000101000010011100011000
+0,92,85,542,1111111101110111011101011111011110101101001101101111001110001110100100111010000001100010011000010000
+0,92,86,561,1111111111111111111110110011111110101111011101101100000101000101110110011100000100100010011001010000
+0,92,87,564,0110111111010111101100011111111110111011101101101110000110100110100101111101000101000010011001010000
+0,92,88,567,1111101111110111111110011111100101101011011001101110001011100110100110011101000101001110011001000000
+0,92,89,572,1111111111111111111110111111011110111010001100101111000101000110110110011011101101000010001000010000
+0,92,90,563,1111111111110111101100111111000011101010001001100111001111111111100110001000100101000010001001011100
+0,92,91,501,1111111111110110001100011111111100111111001101101111000011101110100100111000000100000010001000010000
+0,92,92,565,1111111111110111101110111111000111101010001111101111000110011110100100111000000101100010001000011100
+0,92,93,560,1111111111101111101100111111111101111010001001101111000011100111100110001010100101000010001001010100
+0,92,94,483,1111011111100110101100111111011110111001001001101101000110001110000100011010100101000010011100000000
+0,92,95,-593,1110011111110111111111111011110110101101001001101110000111100111100110001110101111000010011000010010
+0,92,96,553,1110111111110111101110110011110110111111011101100111000111000111000110111000000101000000011001010100
+0,92,97,557,0111111111001111111110011111111111101010001100101110000000100111110101111111000101000010001100010000
+0,92,98,-609,1111101111111111111110011111111110111110001101101110000100000110100110011101001111100110011001010000
+0,93,0,562,1111111101111111111110111111111110101010111111101110000101000101010000011101000100000010011001010100
+0,93,1,561,1111111111110111111110110011100111101111011001101101000110001101100110011100000101100010011001010000
+0,93,2,514,0011011111110111111110101111111100111010001001101110000111011110100100011000000101000010011000011000
+0,93,3,-587,1111111111110111101101111111101111111111001001101110000111100110101110001110000101000010001000011100
+0,93,4,504,1111111111111110111100010111011110101101001001101110000110100101100101111000000101000010011000010000
+0,93,5,515,1111111111100111111111111011111010111011101101101110000111000000100100011000000101000010011001010000
+0,93,6,562,1010011111011111011110111011111110101111011011101111000111100100000100110110000001000011011101010000
+0,93,7,520,1010111101110111101110011111100110101111001101101110000110000111110100001110000111000010011000010000
+0,93,8,522,1111111111110111111100111111101110101011001011100110000101101110100100000100001101000010011000001100
+0,93,9,-611,1111111111110111111100111111111101111001001001101110001111110111110111101110000101000010001000011000
+0,93,10,519,1111111111110011101100011111011110111010001100101111001010100111101110001010100101000010001000010000
+0,93,11,564,1111111111100101111100111111000111111111001101100111011011101110100101001000100101000010001010010100
+0,93,12,552,1101101111011111111101011110111111101011001101101111001101000111000111000110000101100010001100010000
+0,93,13,552,1101101111011111111101011110111111101011001101101111001101000111000111000110000101100010001100010000
+0,93,14,544,1111011111111111111110110111110110111111011000100101000011000111100100101101001101000000101001000100
+0,93,15,554,1110111110110111101110110011110110111011001101100111000111000111010110111000000101000010011001011000
+0,93,16,-581,1111111110110111111100111111110111111110001101101111000110001110100110110011100000100010011000010100
+0,93,17,543,1111111101111110011111011111011110101101001101101111001111110110100100011010000101000010001000010000
+0,93,18,539,1010111101111111101110110011110110111111011001100111000111000101100100101000100101100100011000010100
+0,93,19,-582,1111110111110111111110011111110110111111001101100111000111100011010110011100000111000010011001010000
+0,93,20,539,1111111111110111111110111111101111101001001101101110000111011110000100001100000111000010001000010100
+0,93,21,-588,1111111111111111101100111111101100111011001001101111000001101010100110111111000101100010011000011000
+0,93,22,574,1111011011111111111100011111101111110111101001101111000101101111100100011010000101000010001001010100
+0,93,23,536,1011111111101011100000111111110101111000001101101111000011110111100010001110100100100010011001010000
+0,93,24,573,1111111111111111111110011111010110101011011111100111000111000111110100011110001101000010001000010000
+0,93,25,539,1111111101110111101110111111010111111001001000101110001000011100100100011101000101000110011101010000
+0,93,26,-565,0110111111010111101100010111111110111111111101100111000110000111000111111001000100000010011001010100
+0,93,27,538,1110111111110111101110111011110110111011001101101110000111100110100100111100000101000000011001010000
+0,93,28,533,1011010111100110111111111111110110111011001001100110000111000010100100011010101111100010001001010000
+0,93,29,557,1111111111100111101101111011011110111001001101101100001011000111110100111011000111000010011000000010
+0,93,30,528,1111111101111111111100111111011110001011101100101111000010000010100110010010010101000011010001010010
+0,93,31,528,1111011111010011111101111110111101101011001101000111001110000110000100011011000101000010011101010000
+0,93,32,572,0111111111111111111110111111111110101010011101101110000001100111110111111100000100000010011000010000
+0,93,33,546,1111111111001111111110010011111111101111001100101100000100000101110100011111000101100010001101010000
+0,93,34,566,1111111111001111111110111111001111111101011100101111000011100101100100110110000111100010011000000000
+0,93,35,549,1111111110011111111100011111011110101111001111101111001101000110100101000000101101000010001001010010
+0,93,36,527,1101100111101111101101111111111110101001001101100111001011000111100100011010000111100010001000010000
+0,93,37,558,1111111110100111011100011111100111011001001101101100001111001111100101111110000101100010001001010000
+0,93,38,539,1111011111111111111110111111110110111011001101100101000011100001110100101101000101000010001001100000
+0,93,39,557,1111011110111110111110111111110110111011001001100111000010000111110000011111001101100010001001001000
+0,93,40,549,1101111111101111111100011011011110111110001101100111000011001110110100111000000101100010001100011000
+0,93,41,515,1011111000110111001110110111111100111101001100100111001101000111110101111010000001000010010001010000
+0,93,42,558,1111111111111110001100111111111111111111001101101111000111100110100110110001100100000010001000010000
+0,93,43,514,1111111110110110111110011111110100111110001101101111000011101110100100011010000100000010001000010100
+0,93,44,558,1111011110111110111100011111011110111001000100101111000111001111100100010001100101000010011101011000
+0,93,45,579,1101111111010111111110111111111100111111001101101111000111100110100101011010000101100010001001010000
+0,93,46,571,1111111111110111101111111111011110001010101001100111000101101111100110011010110101000011011000000000
+0,93,47,465,1111111111101111111101111111011110101001001100001100000000100110000100001111000101100010001000010000
+0,93,48,500,1111111111100111101101010111001111101011001001101111001010100101100100011000000101000010011001010000
+0,93,49,569,1111111111101111111110011111110010111110001101101110000110101110101110101000100101000010001010010100
+0,93,50,-606,1111111110110111111110011111100101111011011001101110000011100111100110101101000111001110011001001000
+0,93,51,524,1111001111111111111110111111110110101011001001100101001011000110110100011101001101000010001001000000
+0,93,52,545,0111111111011111111100011011111110101011101101101100000100100110110100111101000101000010011001010000
+0,93,53,-592,1110111111110111101110110111111110111111011101101110000111000101101111011100000100100010011001010000
+0,93,54,512,1111011011111111111100111110111110111011101001100101000011000110010110101110000101000010000001000100
+0,93,55,-592,1111011100010111111111111111110111101011001101100111000110000111100100011001001101000010011101011010
+0,93,56,543,1111111111111111111110111111111110101101001101101111001010001001000100011100000101100010011000010000
+0,93,57,537,1111111111110110111110111111011100111001001101101100000110001110010110011111100100000010011000000100
+0,93,58,524,0111111111111111111001011011100010101011001101101111000111000111100100011100000101000010011001010000
+0,93,59,575,1111111111011111111100111111011111111101001001100110011101111110100100010110001101000000011001010000
+0,93,60,-575,1011011111111111111110011111100110101001001011101111000010000110111111011110000111000010001100010100
+0,93,61,547,1110011111110110111110111111111111101110001101101111000101101111000100011001000101000010011000010000
+0,93,62,518,1011011111111110111111111111111110101000001001101110000001000110111101011000000101000010011000010100
+0,93,63,570,0111011111110111101110111111111111111110001101101111000111001010100110011011000101000010001000011000
+0,93,64,580,1111111111111110111100111111111111111101001101101111000111100110100100011010100101000010001001010000
+0,93,65,549,1101011110001111101110111111111100111010001001101111000011100111100110000010100101100010011001010100
+0,93,66,-594,1111101111110111111110011111111100101011000100101111001101000111100111011111000101100010001101010000
+0,93,67,534,1101111111011111111101011110011111111011001101101111000111001111000101000000000101000010001100011000
+0,93,68,531,1111101111110111111110111111000111101010001001101111001001000110100110011001101101000110001000010000
+0,93,69,-606,1111111111111111111110011111111100111011011100101110000111100110110110011111010101001010010001000000
+0,93,70,505,1011111111101111111000011111101111111101001001100111000011111100100100011000000100000010011001010000
+0,93,71,505,1111011111110011111000011111110010110101101101101110000101100111100000011110000100100000001001011000
+0,93,72,516,1111111111110110011101111111110110111111001101101111001010001110100000011010000001100010001000010000
+0,93,73,558,1111011101111111111110011111011110101001001101100111000110100001110100111111000101100010011001000000
+0,93,74,547,0111111111111111111110011111011110101011001100101111010000100111100101001011100101000010001100010000
+0,93,75,551,1111111111000011111100111111111111111110001100100110001001100111110101111110000101000010001000010000
+0,93,76,553,1101001111011110101100011111001110101111001101101111001101010110110110011101000101100010001100010000
+0,93,77,543,1111111111111111111101111110110111101000001101101111000101001110000101000110000101100010011000010100
+0,93,78,517,1111111111110111111100110011111110101001011111100110001101100111110100010100001100000010010001000000
+0,93,79,583,1111111111111111111110111111111110101111001001101100000101000101110111101100000101100010011000011000
+0,93,80,-592,1111011111010111111111111011100110101101001101101111100111100110100100001110101111000010011001000010
+0,93,81,561,1100011110110110111110111111110111101111011001101110000111100011100110010111100101100000011000010000
+0,93,82,528,1111111111111111101110111111101110101000001100101111000001000110000100111001101101100010011000010000
+0,93,83,581,1111111111111111111110111111011110111011001101101101000101001010110110011111000111000010001000010000
+0,93,84,561,0111011111110111111100011111011111101011001001101101000110100111110101011010001111000000011000011000
+0,93,85,511,1011111111101111110100111111011111101011101101101101000110100110100100011000001001000010011100000000
+0,93,86,500,1110111111001111101100111011011110101111011100100111000111000110100100101001000101100010001000010000
+0,93,87,559,0111111010111111111110011111111110111101001011101110001110100101100110101010101001101010001000000000
+0,93,88,530,1111111101011111111110011111110110111110011101000110000001100101000100011100001101000010011001010100
+0,93,89,561,1111101111010111101110111111100111101010101011101111000110001110100100010111000101000110011001010000
+0,93,90,495,1111111111101111111100111111011100001011101100000110000001100110100100011011010101000011001000010000
+0,93,91,567,1111111111111011111110111111011110101010001100001111001010000010100100011011110101100011011001010000
+0,93,92,-588,1111111111111110111110111111111110101101001101100111000111100110000110011010100101100010011001000100
+0,93,93,540,1101011110011111111110111111011110111101001101101111001010001110110100010110100100000010011000010000
+0,93,94,562,1111011111110011111100111111111111111101001101101111001011100110110111001000100101000010001000010000
+0,93,95,547,1111111111111110111110111111011110101010001100100111010001001111100101011011000101000010001000010100
+0,93,96,514,0111011111110111111100011111111010111100001001101110000111000110101100011010000101001000011000011000
+0,93,97,490,1011111111100111101011111111111110111111001001100110000011100100100100011000000100000010001001011000
+0,93,98,529,1111111111111011011110111111000110100101001101101111010101101010100110010010000100100010011001010000
+0,94,0,-577,1111111011110111111100011111111110111010011001101110000101101111100110111010000100000010011001010100
+0,94,1,546,0111011111111111111110001111101111100111101101101111000001100111110101011100000101000010001000010000
+0,94,2,571,1111111101111111111110011111011110101011001101100111010000100011110101111111000101100010011000000000
+0,94,3,534,0111011111111111111110011111011110101001001100101111000110100101100100001011100101000010001101010000
+0,94,4,-614,1110110111110111101111110111110110111111011101100110000111100100101111011100101111100010001001010000
+0,94,5,522,1011011111100110111110111111111110111011001001101110000111000011100100011010000100100010011001010000
+0,94,6,515,0101111111101111111110011111011110101011001111101111000010101110100101001000000101000010001100010000
+0,94,7,-591,1111111111111111111100011011011110111110001100100111010001000111110100111011100101100010001100011000
+0,94,8,-609,1111011111110111111100111111111111111110001101101111000011101110110111011110100101000010001000010000
+0,94,9,542,0111011111110010101110111111111111111101001101101111001111000010100110101001000101000010001000011000
+0,94,10,541,1100111110110110101100110111110110101011001101100111001111000111010110111001000101100010001100010000
+0,94,11,-563,1111000111011111101010011011001110111111101101101111000101010110110110011100000101000010011001011000
+0,94,12,-583,1110011101010111101100010111111110101101011101100111000110100101100111111101000101100010011001010100
+0,94,13,546,1111111111111111111110011111011110111011101101100111000110000011010100111011000100000010011001000000
+0,94,14,529,0111111111111111111110011111011110111011001100101111000001000011110111001011000101000010001000010000
+0,94,15,-599,1111111111111111111110111111011110101011001101101101010100101110100100011111100111000010001100010000
+0,94,16,-613,1111111111001101111101111111111111101011001101100111011111101111100111000110000101100010001100010000
+0,94,17,503,1101101111110111111100011110000111111111001101101111001001000110000101001000100101000010001010010100
+0,94,18,539,1111110111101110111100111111110111111101001101100111000111000010100100011010100111000010001001010000
+0,94,19,567,1011011111110100111111111111111110111011001001101110000111100110100100011010101101100010001001010000
+0,94,20,556,1111111110111110011100111111111111111001001101101111001111100110100100011010000101000010001001010000
+0,94,21,-580,1111111111100111111100011111100111011101001101101101000111001111100101110110100101100010001001010000
+0,94,22,549,1111111111101111111101111111000010101011001101101111010011001111100100011100100101000010001000010100
+0,94,23,532,0111111111100101111000011011100111111111001101100111001111100110100101001000000101000010011011010000
+0,94,24,-580,1110001111011110111100111111011110111011001100101111010010001111110101011111100100000010011000010100
+0,94,25,500,1101111110111111111110111111011110101100001101100111001001001110100100011010000101000010001000010000
+0,94,26,-582,0111011111110011111100111111111111111111001101101111001010100110110111011010000101000000011000011000
+0,94,27,541,1111011111110111111100011111011111101001001001101101000111100111110101001000101111000010001000010000
+0,94,28,519,1111111110110111101110010111110110111111001101100110000110001111000110101000000101000010011001010000
+0,94,29,-613,1110111111101111111110111011110110111010001101101111000111100110111110111000100101000010001010011100
+0,94,30,-601,1111111111111111111110111111111111111000011111101111000101000111110000011110000101000010011001010000
+0,94,31,541,1111111101111110111100111111111110101111101101101110000111100100000100011001100100000010001001010100
+0,94,32,-594,1011011111111010101010111111111111111010001101101111000111111111100100011001100101100010011000010000
+0,94,33,489,1110111111100111110100111111110101101100001101101111000001100111000010001110000100000010011001010000
+0,94,34,-574,1111111111111110101110011101001110101110001100101111001111000110100100011101110101100011101000010000
+0,94,35,-566,1101001111011011111100111111011110101011001101001111001000010010110110011011000111100010011101010000
+0,94,36,543,1111101110110111111110111011110111101010001101100111001111000110110110011000000101000010011001010000
+0,94,37,557,1110111111110111101110110111000110111011001001101111000001000111000110111001101101000110001000011010
+0,94,38,-578,1101011111110010111110111111111111101011011101101111001011000011100100010111100101100010011000010000
+0,94,39,550,1110111110111111111110111111010110101110001000001110000110100010100110011011110101100001011001010000
+0,94,40,564,1111011111110111111110111111111110101011001001100110000010001111100100011111001101000010011001001000
+0,94,41,530,1111111110111110111100111111100110111011001011100110100101100110110000000100001101100010001000011100
+0,94,42,569,1111110111101111111110111111111110111001001101101111001010001011000100011011000111100010011000000010
+0,94,43,513,1111111111110111101101111011011110101101001101101100001011000001110100111100000101000010011000010000
+0,94,44,-581,1111111101111111111110111111111110101010101011101110000101000101110010001101000101100010011001011000
+0,94,45,579,1111111111111111111110111111111110101111011101101100000101000101010101111100000100000010011001010100
+0,94,46,504,0111111011110111111110011111011110001110101011100110000111100111100110001010100001001010001000000000
+0,94,47,-616,1111111110111111101111111111111110111001001001001111001100101101100110111010111101100011011000000000
+0,94,48,566,0111011111100110111111111111110111111011001001101111000111001010100100011011001111100010001000010000
+0,94,49,522,1011010111110111101110111111111110111110001101100110000111000010100110011010100101000010001000011000
+0,94,50,466,1111111111100111101101110111001111101001001101101111000111010101000100001000000101000010001000010000
+0,94,51,573,1111111111110111111110011111101111101011001001101110001010101110100100011100000111000010011001010100
+0,94,52,517,1001101111011110111100011111001110101111001101100111000011011100100100011001000101000010011101010000
+0,94,53,552,1111011111101111101000011111101111111101001001101111001111110110110110011100000100100010001000010000
+0,94,54,562,1111001111111111111110111111101110101011001001100111001011101110110100011100000101000010011001001000
+0,94,55,480,1111111111110111111100111111110110101111001011100100000101000110100100000101001101000010001000000100
+0,94,56,536,1111111101111111111100111011111110101011101111101110000100000100010000011101000101000010011001010100
+0,94,57,571,0111111111011111111110011111111110101010111101101100000101100111110100111101000100000010011001010000
+0,94,58,509,1111111111111111111100010111000110101011011111100111000111100111100100011000000101000010001000010000
+0,94,59,564,1111111111100111101111011111011111101011001001101111001010000101110100011110001101000010011001010000
+0,94,60,508,1111111111111111111100111111111100001011101100000110000011101110100100011010000101000010001001010000
+0,94,61,567,1101111111000111111110111111011100111111001101101110000101100110100101011011010101100011001000010000
+0,94,62,556,1111111111110110101110111111011100111000101001101111000100101111100110011010110101000010011000000001
+0,94,63,559,1111111111110111111111101111011110001011001101100100000111001110010110011111100100000011011000000100
+0,94,64,536,1111111011111111111110111110111110111101101001100110000111100101000110101110000101000010001001000000
+0,94,65,535,0111011010111111111100011111111110111011001011101101001010000110110110101010101001101010000000000100
+0,94,66,557,1100111111110100111110111111010111111111011001101110010011001010100111000101100101100000011010010000
+0,94,67,567,1111011110100111111100111111100111101111011101100111001111100111100100011010100101000010001000010100
+0,94,68,-582,1111111111010111111100111111011111111001001101100110001111101111100100001110101101000010011000010000
+0,94,69,500,1111111111111011101100011111011110111110001000101111011000110010101110010010000101000000001001010000
+0,94,70,532,1111011111111111111110011111011110101111001101100110000110100000110100111011000101000010011000010000
+0,94,71,-580,1111111101111110011100111111111111111001001101101111000111100111100110110101100100100010001001000000
+0,94,72,550,1111111111110101111100111011000111011111011101100101010011101101101111001000100101000010011000010000
+0,94,73,-578,1111111111100111111110110111100111101111001001101111001110001110100100011100000101100010001011010100
+0,94,74,502,1111111111110110101111111111011100101011001101100101000100001111000110011010100100000010011000000100
+0,94,75,-606,1111111111110111111110111111011110011000101001101110000111101110110110011111110101000011011000000000
+0,94,76,543,1111101111001101101100111111000110101111001101100111001101110110110111001010100101000010001000010100
+0,94,77,-580,1101011111110010111100011111001111111111001101101111011011001110100100011101000101100010001110010000
+0,94,78,-589,1111011111110011101101111011111111111101001101101100001011000111110111111001000101000110001000010010
+0,94,79,544,1111111111100111111100111111011110111001001101101111001011100110110100001010100111000010011000000000
+0,94,80,-584,0111111111011111111100111111011111101111011001100110000001111110110101011110000101000010011001010000
+0,94,81,568,1111111111101111111110111111111110111000001101101110011101100111101110110100001100000000011000010000
+0,94,82,504,1111011110100110101110111111010110111001001001100101000011000111110000111111000111000010001000000010
+0,94,83,-602,1111111111111111111101110011111110111011001101101110001010000111110100011011001101100010011001001000
+0,94,84,525,1111011111111111111100111110110110101011101011100101000011000110110100101110000101000010001001000100
+0,94,85,571,1111111011111111111110011111011110111011011101100111001111000111010110011110001101000010000000010000
+0,94,86,511,1111111111100111101110111111011110111011001101100100000011100001110100111011000101000010011000000000
+0,94,87,-585,1111011111111111111101111011110110111001001101101101001011000111110100101101000111000010001001100010
+0,94,88,539,1110101111011111101110111011111110101110001011101111000110001100000100010110000101000011011101010000
+0,94,89,-571,1011011111010111011110111111100111101011111011101111000111100110100100110011000001000110011001010000
+0,94,90,555,1111111111111111111110111111011110101011001100000111001110000010100100111011100101100010011001000000
+0,94,91,-570,1111011101111011111110011111011110101000001101101111000010100001110100011111010101100011011001010000
+0,94,92,-588,1111011111110011111110111111111110101001001100101111001011100110110111011010100101000011001001010000
+0,94,93,541,1111111111111011111100111111011111111110001101001111001010000010100100001001110101100010011000010000
+0,94,94,526,1011111010110111101110110011110110111011001100100111001101000111010100111010000001000010011001011000
+0,94,95,543,1110111100110111001110110111111100111101001101100111000111000111110111111000000101000010010001010000
+0,94,96,528,1111111111110111111110111111100111101001001101101110000111011110100100000110000101000010001000010100
+0,94,97,571,1111111111111111111110011111011110101011011111100111000111000111010100011100001111000010001000010000
+0,94,98,546,1111011111111111101100001111101110110000101001101111000001100110100100111010101101100010011001010000
+0,95,0,545,1110101111011111101111111011111100101111001111101101000110001100000100011110000100000011011101010000
+0,95,1,496,1111111111110110101110111111011110101010001001100111000100001111000110010010100101000010011000000100
+0,95,2,564,1111011111110111111100001111011110110001101001101101000111100111100101001100101111100010001001010000
+0,95,3,536,1111011111111111101100011111101111101000001001101111000001100110110100111010101101000010011000010000
+0,95,4,548,1110111110111110011100111101010111101101001001001111000111100110100100011011100101100001011001010000
+0,95,5,544,1111110110111111111110111111111110111010001100101110001110100010100110011010010101000010001001010000
+0,95,6,580,1111111111111111111110111111011110111111001101100111000110000011010100111001110100100010011001000000
+0,95,7,507,1111111111111011111100011111011111111010101101001111001010000010100100001011000101000010011000010000
+0,95,8,538,1011111111110100111111111111011110001011001001100100000111100110100100011011101100100011011000000100
+0,95,9,575,1111011111110111111111101111111110111011001101101110000111001110010110011010100101000010001001010000
+0,95,10,551,0111111111111111111110111111011110101011011101100100000111100111110100111000000101000010011001000000
+0,95,11,503,1111111111000111101110011111111110111010101101101100000001100001110100111111000100000010011000000000
+0,95,12,574,1111111111111110111100111111111111101001101101101100000111100111100100011001101111000010001000010000
+0,95,13,508,1111011101110111111100011111011110101111001001101111000111100100010101001000100100000010001001010100
+0,95,14,-594,1101011111011011111100111111011110101011001101001111000011110100110110011011100111000010001101010100
+0,95,15,503,1111101101111110111100111111111110101111101101001110001100000010000100011001000100100010011001010000
+0,95,16,562,0111111101101100111100111111110110111111001101101111000111100110000101011000100101000010001011010100
+0,95,17,522,1111111111110111111000011011101111101111101101100110011111100100100100001001000100000010011001010000
+0,95,18,550,1111111111110110111100111111011110101001011101101111001011000110100100010110100111000010011000010000
+0,95,19,-579,1101011111100011111110111011111111111011001101101111001011100011110100001011100101100010011000010000
+0,95,20,553,1111111001111111111110011111011110111011011101100111011010100011110100011110001101000010000000010000
+0,95,21,-589,1111111111111111111110011111011110101011001101100111000101000111010111111111000101100010011000000000
+0,95,22,524,1111111111111111111100011110100110101011101011100110001011100110110100001110000101000010001001000100
+0,95,23,574,1111011111110111111110111111111111101011001001101101000010001110100100111100000111000010011001010100
+0,95,24,-576,1011001110010111101110111011110110111011001100100111011110001111110101111111100100000010011000010000
+0,95,25,515,1110111011111110111100110111011110111011001100101111000001000111010100011010000001000010010001011100
+0,95,26,529,1111011000011111111100011111101110111101011101101101000110100100110111110100001001100010000000010100
+0,95,27,-568,0110011111110111101100010111111110101011001011100111001010000111100110101011100101101010011001000100
+0,95,28,560,1111011111111111111110111111101110101011001011101111000111001110110110001110100001000010000000010100
+0,95,29,493,0111111010110111111100011111110111111001000101101100001010010110100100100010001101101010001000000100
+0,95,30,522,1111111110111111111100011111100111101010011111100111000111000110100110011000000101000010011000010000
+0,95,31,530,1111101111110111111110110011010110101011001101100111001111100111110100011000000101000010001001010000
+0,95,32,-607,1111111110111011101100111111111111111111001101101111000110001011100110101000110101000010011101010000
+0,95,33,476,1111111111110111111110110111010110111110001101000110001010000110000100001001000101100010011000010000
+0,95,34,522,1111011111111111111100001111001110110001101100000111000110000010100100111010101101100010011001010000
+0,95,35,571,1111111111111111101110111011111110101010001001101111001001100110100100111011100101100010011001000000
+0,95,36,-580,1111101111110111101110111011011110111011001101101101000111101101000100011111000101000011011100010000
+0,95,37,470,1110111111001111101110111111111110101110001011100110000010000000110100110010000101000010011001000000
+0,95,38,-556,1101111101010111111100011110000110101111001101101111000101000111100111011001000101100010001011010100
+0,95,39,532,1110001111110111101100010111011111111101011111100111001010100100000101101100100101000010011000010100
+0,95,40,581,1111111110111111111110111111011111111011001101101111010100101110100100011011000111000010001000010000
+0,95,41,574,1111111111111110011100111111111110101001001101101101001111100110100100011110100101000010001101010000
+0,95,42,-604,1111111111101111111110111110111110111001001001101111001111100111000110101110000111000010001011001000
+0,95,43,506,1111111011110111111100011111111110111101101101100110000011100100110100001010100101000010011000000000
+0,95,44,484,1001011111011110111100011110011110101011001001100111000011001100111100001010000101000010001001010100
+0,95,45,559,1111101111111111111100111111100110101111101111100101000010010110100100111101000101000010011101000000
+0,95,46,460,1111111111110111101110111011011110111011001101101100000100100000010100011001000101000000011000010000
+0,95,47,573,1111111101101111111100111111111110101011101111100110000011000101110000111111000101000010011001000100
+0,95,48,-578,1110011111110101101111111111111110111110001011101111000110101110000100011110000101000011011001010000
+0,95,49,534,1111101111011110111110111011111110101011001001101110000111000100100100010010101101100010001101010000
+0,95,50,547,1110111110110110101100111111111100111000001001101111001101100111010110011010000101100010011000010001
+0,95,51,550,1101111111110110101110110111010110101011101101100111000110001111100110111001110101000010001100000000
+0,95,52,-614,1110101111111111111110111111011110101110001111100111010010101110010101010110000101001011011101010000
+0,95,53,523,1111111101011111101110011011111110101011001001101111000100000001100100111111100101100010011000000000
+0,95,54,-571,1111011111111010111110011111001111111000001101101110011011100111101100011101001100000000011110010000
+0,95,55,569,1101111111100111111100111011111110111111001101101111011101001110100110110100000101100010001000010000
+0,95,56,555,1111111111011110111100111111011111111101001101100110001111001011100100011010100111000010001000010000
+0,95,57,566,1111110111100111111100111111110111111001001101100111000111100110100100001110101101000010011001010000
+0,95,58,514,1111011110111110011100111111011110101001001100101111001111100101100100001010100101000010001001010000
+0,95,59,576,0111111111111111111110011111111111111001001101101111000110100110100100011011000101000010001101010000
+0,95,60,539,1111111001111111111110011111011110111011011111100111001101000111010010011100001101000010000000010000
+0,95,61,568,1111111111111111111100111011111110101011101101101110000110000100010100011111000101000010011001010100
+0,95,62,502,1111111111110111111100111111111110101111101111100100000100000100000100001101001101000010001001000100
+0,95,63,507,1111111101111111110100111011110110101011001011101110000101000110110000010101000101000010011000010100
+0,95,64,515,1111011111011111101010011011101111111101001101101111000111010110110100001100000101000010001000010000
+0,95,65,-568,1111100111110111111110111011000110101011101101101110000101011110100110010110000101000010011001011100
+0,95,66,548,0111011111111111111110010111111111100111001101100110000101101111010111001100000101000010001001010000
+0,95,67,517,1111111110110111101110001111100110111111101101101111000010000111100100111000000101000010011000010000
+0,95,68,547,1011111111110111101100010111010110111010001100100111011001110011111110011010000001000000011011011000
+0,95,69,494,1111111010111011101110111011111110111111001000101111001100000110000100110010000101000010001001010000
+0,95,70,535,1110111111110111101110110111011110101011001000000111000110000110000100111011100101100110011000011000
+0,95,71,577,1111111111111111111110111111000110111011001101101111001001000011100110111001101101000010001001000010
+0,95,72,-618,1111111111111111101111111111100110111011001101101101001001000111100100111101101101000010001001101010
+0,95,73,524,1110011111110111111100110011010110111001001001101111000011000111010110101001000111000110001000010010
+0,95,74,541,1111111110111110111100111111101111101001001101100111001010100110100100011110000101000010011001010000
+0,95,75,578,1111111111110111011110011111111111111011001001101110001111101110100100011000000111000010001001010100
+0,95,76,-577,1101010111111110111110111111111111111001001101101111001011001011100100010011000101100010011000010010
+0,95,77,-575,1111111111100011111010111111111110101011011101101111001010000011010100011111100111100010011000000000
+0,95,78,-592,0111011111110011111100111111011111101111001101101111001010110110110110011010000111000010011000011000
+0,95,79,559,1101001111011011110100111111111110111011011101001111001000000010110111011011000101100000011101010000
+0,95,80,-575,1111111111101111111101111111000110101011001101100111010000101011110100111111100101000010011000010000
+0,95,81,545,1111111101111111111110011111011010101011001101101111010011000111100101011100000101100010001000000100
+0,95,82,550,1111111111111011111100011111011111111010001101100111001010000010100100111011010101100010011001000000
+0,95,83,545,1111011111111111111110111111011110111111101101001111000110000011010100001001100100010010011000010000
+0,95,84,-586,1111011111100110111111111111110111101111011101101111001111101110100100011010000111000010001000010000
+0,95,85,537,0111011110100111111100111111100111111011001000100111000111000011100100011011101101100010001000010100
+0,95,86,506,0111111011100110111110111111110111101011001001100100000101001110100100011001001111000010001000010100
+0,95,87,534,1111011111110111111101111111110110111111001011101111000011100010100100000111001101100010001000000000
+0,95,88,515,1110101111001111101110111111100110101110001111101101000110101100010101000010100101000010011100010000
+0,95,89,556,1111101111011101101100111011011110101111001001100111001101010110100110011110000101000011001001010100
+0,95,90,522,1111111111100111111100111111100111111001001101101110001111001110100100000010000111000010011000000100
+0,95,91,538,1111111111110111111110111111011110101001001101101111000011110110100100001110100101000010001000010000
+0,95,92,-615,0111111111100111111100111111100111111011001101101111001111100110110101001010100111000010011011010000
+0,95,93,457,1111111111101101111000011011011110111101001101100111001011000110100100001000000101000010011000000000
+0,95,94,498,1110111101110111111100110111100110111011101001101110000111000101000100111001100101000010001000010000
+0,95,95,-600,1111111111111110101110111111011110101111001101101111000001100110000110011001101100000110001001011110
+0,95,96,548,1111111111010111101110111011101110101100001111101110000110011110100100000110000101000011011001010100
+0,95,97,519,1110101111111111111110111111110111101011001001101111000111001100000100010110000101000010001100010000
+0,95,98,557,1111111111110111111100011111101110101111001001100110000010001111110100111000000111100010001001010100
+0,96,0,547,1101111110111111111100010111010110101010111111100111000111000111100110111000100101000010011100000000
+0,96,1,525,1111111111110110101110111111100111101011001101100111000110001110100110011001010101000010001000010000
+0,96,2,558,1111111111111110111101111111111110111111101111101111000111100010000100000001000101100010011001000000
+0,96,3,479,1111001101110111111100111111110110101111001001001110001000000010100100011111001100100010001000010000
+0,96,4,545,1111111111111111111000011011111111101010101101101110001110100110100100011011000101000010001001010000
+0,96,5,515,1111110110111111111110111111101110111111001100100110011111100000100110001000000100000010011001010000
+0,96,6,517,1110111011111111101110111111011110111111001000001111001100000110000100110010100101100110001000010000
+0,96,7,512,1111111110110011101110110011111110101011001000100111000110000110000100111011000101000010011001011000
+0,96,8,525,1111011111011111101010111111101111101001001011101111000111010110110110001100000101000010000000010100
+0,96,9,540,1111011111111111111110011011101110111111001100101111000111001110110100001110100001000010001000010000
+0,96,10,547,1110111111000111101110111111100111111110001111100101000111100100100101001110100101000010011001010000
+0,96,11,549,1111100111101111111100111111110110101001001101101111000110101110010100000010101101000010011100011000
+0,96,12,-581,1111110101101111111110111111011010101011001101101111010011100111100101011100000101100010001001010100
+0,96,13,540,1111111111110111111100011111110111111001001101110111000111000110100100001110101101000010011000000000
+0,96,14,559,1110111111010111111100111111110111111001001101100101000111000110100100011110001101000010011101010000
+0,96,15,552,1111100111101111101111111011111100101111001111101111000110101100000100001110100100000011011001010000
+0,96,16,562,1111111111111111111100111110100110101111101011100111000010000110100100111101000101000010011101000100
+0,96,17,521,1111101111111111111100011111100110101011101111100100001011110110110100001110000101000010001001000000
+0,96,18,485,1111001111011111101101011011111100101101001111101101000000000100000100011110100100000010011101010000
+0,96,19,-596,1110111111111111101110111111101111101010001001101111000111101110110100111010001101000011011000010000
+0,96,20,556,1111001101111111111101111111111110111110101011101110001011100010100100000101001100100010011001010000
+0,96,21,472,1111111111110110111100111111110110101111001101001111000100000010000100011011000101100010001000000000
+0,96,22,-575,1111101111010111111110111011111110101000001111101110000111010100100100010110101101000010011101010100
+0,96,23,514,1111111111011110111110111011101110101111001001101110000110001110100100000010000101100011001001010000
+0,96,24,529,1111111011110111111111101111011110101011011101101111000111000110000100010010100111000010001000010000
+0,96,25,-578,1111011111110110111100111111111110111001001101101110001011001010110110011110100101000010011001010000
+0,96,26,545,1110111101111111111100111111110110111001001001101111000110100100000100111011000101000011001101010000
+0,96,27,543,0111111111110111111110010111101111111011101101101110000111000111100100011001100101000010001000010000
+0,96,28,550,1111111111110111111100011111101111111000001001101111000111100110100100001010101101000010011001010000
+0,96,29,-566,1111010111101111101100111111110111101001001101100111000001100110110100111110101101000011011000010000
+0,96,30,521,1111110110110111111111110111111110111011001100101110000110000110110110011010000100000010001001010000
+0,96,31,578,1111011111111111111110101111111110111010001101101110000111101010000110011010111101000010001001010000
+0,96,32,-599,1111111111111111111100011111111110101011101111101100000111100111110100001000101111000010001001010100
+0,96,33,499,1111111111111110111100111110100111101001101001100110001011100110100100011111000101000010001000000000
+0,96,34,-588,1111011111110111111110101111011110111011001101101111000011001111010110111000000101000010001011010010
+0,96,35,518,1110011111110111111101010011110110111001001001101110000111000110010110001011100111000110001000010000
+0,96,36,541,1111111110111110011100111111011110111001001101101111011110100100100100011010000111000010001001010000
+0,96,37,554,1111011110111111111110111111011111101011001100101111000101101111100100001011100101000010001000010000
+0,96,38,557,1111111111111110111100111111011110101111001101100111000011010110100100010100100111000010011001010000
+0,96,39,552,1111101111110111111100111111100110101001111111101101001010000110100100111111000101000010011100000000
+0,96,40,518,1111111110111110111100111111101111101001001001100111001110000111100000011010000101000010011001000100
+0,96,41,501,1111101111110110101110111111011110101010001101100111000000101110000110010110100101000010011000010000
+0,96,42,471,1110011111110111101100010111010111111101011001100111001010000101000100101001000101000010001000010010
+0,96,43,-585,1110001111110111111100110011011110111001001111101111000011100110010111101100100111000110011000010100
+0,96,44,528,1111111111110111101110010011110100111010001101101111001101000100100110011010000001000001011111010000
+0,96,45,564,1010101111011111101101111111011110101111001110100101010010111011011100011110000100000010011001011000
+0,96,46,-587,1111111111111011111100010111011111111001011111100111001010000110100101111101100101000010011001010000
+0,96,47,489,1110001111110111101110011111011111111110001101100111001010100000000100101010010100100010011000000100
+0,96,48,561,1111111111111110111110111111000111101001101101101111000001000111100100011001101111000010001000010010
+0,96,49,-590,1111111111111111111100111111111110111011001101101100001111100011100110111001101101000010001001000000
+0,96,50,553,1111011111110111111101111111111110101111101101100110000110000110000110001101101101000010001001010000
+0,96,51,537,1111111111110111111110101111111110111011001111101100000101001100010100011010001101000010001001000100
+0,96,52,528,1111101011110111111100011111011110111001101101100110001011000100100100011010100111000010011000011000
+0,96,53,537,1111111111110110111100111111111110101101011101101111000011100110110100000110100101000010011000000000
+0,96,54,518,1111001101110110111100001111011110110101101101101101000110000111000100011001100101100010011001010000
+0,96,55,549,1111111111111111111100111111111110101011101001001110001101100010100101001100001110100010001001010000
+0,96,56,566,1110111111110111111101111111111110111011001001101110000111000111010110011010000101000010011001010000
+0,96,57,548,1111011110110110101110101111011100111000001101101111001101101110010110011010100101100010001000010001
+0,96,58,517,1101111110101111011100111111011110101011001101101111001111100110100110100001000101000010001000010000
+0,96,59,-579,1111011111110110111100111011111110111101001100101111011101001101100100011110100101100010001001010000
+0,96,60,493,1111111111110110101111100111011110101011001000000101000111000110000100011011100100100010011000001100
+0,96,61,-572,1010111111110101111110111111011110001011001001100110000110100110100100111011101101100111011000010000
+0,96,62,490,1111101111100110111110111111101100101011001001101110000111000100100100010010100101000010011001000100
+0,96,63,557,1111111111011111111100111011110111111001001101101110001111001110100100000010001111100010001100010000
+0,96,64,555,1011111111111110111101111111011111101001001001100100000111100110100100011001101101100010011000010100
+0,96,65,557,1111111111110100111110111111111110001011101101101100000111100111100100011011101110000011001000000000
+0,96,66,569,1101011111111111111110111111111111101011001101101101000011001010100100111010000111000010011001010000
+0,96,67,-582,1111010111110110111110111111111111111001001001101111001010001111100100010101000101100010011000010110
+0,96,68,521,1111011111110110101110111011011110101010001001100111000101000111000110110011100101100010011001000000
+0,96,69,546,1111111111111101101110111111111110101010001001101111001000101110100100111010100101000010011000000100
+0,96,70,-612,0110001111110111111100011111111110111011011011001111001010000010100111111011100101100010111101000100
+0,96,71,529,1101011111011011100100110111111110101011001101100111001000000111110110001011000101101000011001010000
+0,96,72,549,1101111111100110111110111011010110101011101101100111001101001111100110110000110101100010001100000000
+0,96,73,547,1101111111110111101100110111111110111111001100101111010110001110100110111100000101000010001000010000
+0,96,74,-585,1111101111111111111100110111111110101011001111100111000011000111110100011111000101000010001001010100
+0,96,75,507,1111111101100111111110111011010110101011101101100110001111000101110000111000000101000010011001000000
+0,96,76,-570,1111101111010101101100010111011110111111011101100111001010110100100111111100000101000010011001010100
+0,96,77,520,1110001111111111101100111011011111101101001011100111001101000110000100001010100101000011001000010101
+0,96,78,529,1111001111111111101100011111100111101110101001100111000011000110100100111010001101000010011001010000
+0,96,79,533,1111111111111111111100111101101110101001001111101101000000010110110100111101100101000000011100000000
+0,96,80,546,1111111110111101001100111111011110101101001001000111001101100110100110011010000101100001011001010100
+0,96,81,558,1110101111011110111100111001010111101111001001101111000111010110100100011111100101000011001001010000
+0,96,82,-596,1111101111111111111110111111011110101010001011101101001110100110100100111111100101000010011101000000
+0,96,83,548,1111111111111111101100111011100110101111101101100111001001010110100100111001000101100010011001000000
+0,96,84,501,1111111110110111111100001111100110101111101101100110010010000101100100101000000101100010011001010000
+0,96,85,552,1111111111110111101010011011101111111111101101101111001111100110100100011001000100000010011000010000
+0,96,86,-617,1110001111110111111100011111111110101101011111100111000010100111110101101100100111100010011001010100
+0,96,87,484,1111111111110111101100010111001111111111001001100110001010001100000110111000000101000010001000010100
+0,96,88,535,1110111111111110111100111111110111101011001101101100000111100111000100011000001111000010001100010000
+0,96,89,558,1111101111111111111110111111111111101001101001101111000111001100100100010111100101000010001000010000
+0,96,90,573,1111110110111110111110111111111110111010001101101101001111100110100100011010100101000010001101010000
+0,96,91,560,1111111111111111011100111111111110101001001100101110001110100010100110011110010101000010001001010001
+0,96,92,561,1111111111110111111110001111111111111011001101101110001111001110000100011010100101000010001001010000
+0,96,93,-583,1111011111110111011111111111111010111011001001101110000111101110110110011000000111000010001001010100
+0,96,94,478,1111101101111110111100111111011110101110001101000110001100000010000110011000001101000010011000010100
+0,96,95,514,1111111111110110101100111111111110101011101001101111000100001011000100010011100100100010011001000000
+0,96,96,-598,1111101111011011111100111111111111111101001101100110001110001011100111011011100111000000011100010000
+0,96,97,518,1101011111011110110100111111011110111011010101001111001001001010110100011010000101100010001001010000
+0,96,98,535,1111111111111011111100011111010110111010101100101111001001110010111110011010000001000000011010010000
+0,97,0,511,1111111111011110101110111111101111101001101001101100000111000111100100001010101101000011001000000000
+0,97,1,568,1111011111110101111010111111111111001011001111101111000111110100110110011101000110000010000000010100
+0,97,2,537,1111111111110111111110011011011110101011101101101111001111001111100100010011000101000010001000000000
+0,97,3,547,1101111111101110111000111011110111101010100101100110001100100110100110111000110101100010001101010000
+0,97,4,-600,1111001101011111111111111111111110111110001111101110001011100100100100000111001100001010011101010100
+0,97,5,523,1111101111110111111100111011111110101000101011101110000001010010100100010100101101100010011001010000
+0,97,6,535,1111110110111111111111110111110111111011101100101111000011000110110110011000000101000010001000010000
+0,97,7,536,1111111111110110111110111111001110101001001101101110000000000111100100011011101110000010001001010010
+0,97,8,547,0111111111110111101100110111111111111111001100101111010010001110100110011000010101000010001010010000
+0,97,9,536,1101111111110110101110111111100110101011001101100111000110001110100110111101001101000010001000010000
+0,97,10,514,1111111011110111011100101111111110111001001100101100000110001010110100011110000101000010001001010100
+0,97,11,566,1111111111111111111110111111111110101011001111101110001001100100000110011010011101000010001001000001
+0,97,12,533,1111111111110111101111101111001110111011011001101110001111001100000100110010100101000010001000010100
+0,97,13,480,1111111011110111111100010111011111101111001101100111000010000110000110011000000111000010001000010000
+0,97,14,556,1111111111110111111100111110110111111001101101100110000111100110100100011110001101000010001001010000
+0,97,15,502,1110111111011110111100111111100111101001001001100101001011000110100100011111000101000010011100000000
+0,97,16,-585,1111111101111111101100111111111110101011001001101111001110101110100100111011000101000011001000010100
+0,97,17,506,1110111111111101111110111111110110111000001001101111000000100100000100111010100101000010011101000000
+0,97,18,496,1011101111111111111101011111101110101000001101100100001101110110100100001100100101100010001001000000
+0,97,19,560,1111111111111110111100111111010111101011101011100100000011100110110100011011001101000010011000010100
+0,97,20,471,1111101111100111111110011110010110101011101101100110001111010100110000011000000101000010001001000000
+0,97,21,549,1111111101111111111100111011100110101011101111100100001011100111110100101110000101000010011001000000
+0,97,22,564,1111110111111111011100111111110110101001001101101111001110100110010110001110100101000010011000011000
+0,97,23,529,1111101111101111111100011111101110101001001100101110000110101010100100010010011101000010001101010001
+0,97,24,533,1111111111110110101000111011011110111011001100101111010111001110100110111001000101000010001001000000
+0,97,25,520,1101011111110111101110110111111110101110001001100011000100000111000010110110100101101010011000010000
+0,97,26,-578,1111101111001111111100111111011110101111001111100111010010111010011100000110100101000010011100011000
+0,97,27,535,1010100111111111101101111111110110101001001100101101000110101111010100011010001100000010011001011000
+0,97,28,528,1110111101100111111110111111110110111011001001101110001111000111110000111000000101000010011001000000
+0,97,29,545,1111111111110111111101111011011110101011101101100110000111000101010110011010000101000010011001010000
+0,97,30,536,1011101111011111101100111111011110111010001100000101011010010011001100011111000101000010011001011000
+0,97,31,535,1010111111110111101101010111011111101111001111100111010010101011100100001010000100000010011001011000
+0,97,32,567,1111111111110111111110010111111111001011101101101110000111000111100100011001101110000010001000011000
+0,97,33,548,0111111111110100111110111111101110111011101101101100000111100111100100011011100101000011001000000000
+0,97,34,551,1111111111111110111100111111111111101001001101101101010111100110000100011000001111000010001001010000
+0,97,35,525,1110111110111110011100111111010110111011001101101110001110100101100100011010000111000010001100010000
+0,97,36,548,1111101111111111101110011111111111101110001001100110000111001110100100111010001101000010001001010000
+0,97,37,535,1111011111110111011100001111100111111011101101101111001011000110000100011010100101000010011001010000
+0,97,38,-592,1111101111100111101111111011111110111111101101101111001110101100100100011100100100000011011001010000
+0,97,39,525,1111110111111111101010011011101101101111001111101111000111100110000100001111000100000010011000010000
+0,97,40,509,1101011110110111101100101111111110111000001100101111000110001110110110011110000101000010001000010000
+0,97,41,-586,1111111111110110101110110111011100111111001101101111011101101110000110111000100101100010001000010001
+0,97,42,547,1111111111100110111110101111101100111010001101101111000111100100110100010010100101100010001001000101
+0,97,43,491,1111001110110110101110111111011100101001001001101110001101001110000110011010100101000010011000010000
+0,97,44,527,1101111111110110111110111011110110101011101101101100001101000111100110110000100111000010001000000100
+0,97,45,-594,1111111111100100111110111111011110001011101101100111000111101111100100011011111100100011001100000000
+0,97,46,542,1111011110110111101110111111011111101000001101101111001101101110110110001010100101000010001000010000
+0,97,47,-587,1111011110111110111110101111011100111011001100101111000101101111000100111011100101101010001000010001
+0,97,48,541,1111101111111110111110111111111110101011101001101111000111001100100100000110000101000011001001010000
+0,97,49,531,1111111111011111111110111011101111101101001001101110000110001110100100010011100101100010001000010000
+0,97,50,514,1011111111111111011101111111111110101001001000100110000110100110100110011010001101100010001000010000
+0,97,51,-595,0111111111111110111100111111011111101001001101101100001111100010100100011101110101000010011001010101
+0,97,52,560,1111111111110111111000011111111111101011101001101110001110000111100100011011000101000010011001010000
+0,97,53,558,1110111111111111111001111011111110111010001101101110000111100110010110011010000101001010001001010000
+0,97,54,465,1111011111000110111000111111100110101001001001100111000111001111110110001000000101000010000000010100
+0,97,55,-601,1101111111111111101110111011011111101011101111101111001101010110100110110100110101100010001100000000
+0,97,56,538,1101111111111101101110111111111111101011001001101101000000101110100100111010000101000010011001010000
+0,97,57,577,1111011111111111111110111111111110101010001101101111001011001010100100111010100111000010011000000100
+0,97,58,494,1111111101111110111100111111011110111110001101000110000000010010000110011100001111000010011000010000
+0,97,59,539,1111101111111110111100111111011110101111001101100111001101000110100100010000100101000010011001010100
+0,97,60,514,1111110110100111111110110111110110111011101100100110000110000100110100011110000101000010011001010000
+0,97,61,520,1111111101110111110111111011011110101011001101101110001111000111110010111000000100000010001001000000
+0,97,62,495,1111101110111101001100111111100110101110001001000110000011100110100100111010000101100001011001010000
+0,97,63,562,1111011111111011101100011111011111101101101001100111001101000110100110011010001101000010011001010100
+0,97,64,542,1111011111110111111101110011010110111001001001100111000101000111000110001011100111100110011000010000
+0,97,65,497,1110011111110110101110011011111110101010001001101110000111000110010110110011100101000010001001000000
+0,97,66,589,1111111111111111111110111110111110111111101101100110000110010110110100111111000100000010000101000100
+0,97,67,490,1111110110110111111101110111100110101011001010101111000010000110100110011000000101000010011001010000
+0,97,68,516,1111001110111111111101111111011111101101001111101101000100000100100100001010100100000010011101010000
+0,97,69,553,1111011111011111101110011011111100101011001100101111000001101111000100011111100101000010001100011000
+0,97,70,545,1111111111111111101110011111100111101101001101100111000011100110100100111110000101000010011000010000
+0,97,71,-595,1111010111100111101000111011111111111011101101111111001101101110110100011001101100000011011000010000
+0,97,72,449,1111111001110111111111101111010110101011111101100110000111000110000000011000000101000010001000000000
+0,97,73,-587,1111111111100111111110111011011110101011001101101111001111000101110100110010100111000010011001010000
+0,97,74,559,1111111101111111111100111111110111111001001001101111000110100100100100111010000101000010011101010000
+0,97,75,530,1100111111110111111100011111101110111000001001101111000111100110000100001110101101000011001001010000
+0,97,76,498,1111111111110111101100010011010101111010001101100110001010011100000110011000000101001011011010010000
+0,97,77,554,1111111111110111101110010111101110111111001001101111001101000100100110111010000001000000001101110100
+0,97,78,549,1111111111111111111100111111111110101011101001001110001101100010100101001100001110100010001001010000
+0,97,79,549,1111111111111111111100111111111110101011101001001110001101100010100101001100001110100010001001010000
+0,97,80,543,1101111111110111111010111011101111101011001101101101001011000110100100011001000101000110011001010000
+0,97,81,582,1111011111111111101110011111111111111111001101101111000111101010100100111010000110000010011000010000
+0,97,82,479,1110101111110110101100111001010101111110001011101111000101000100100100011010000101000011001001010000
+0,97,83,-604,1111111111011111111110010011110110101011001101101111001111010110100110011111000001000001011111010000
+0,97,84,526,1111101111101111111100111111111110101011101101101101000111100111000100000011101100000010001000001000
+0,97,85,-588,1111110101110100111110111111110110001001001101101110000110101110110100011010101111010011011100010000
+0,97,86,557,1111100111101111101110111111111101101011001101101101000110101010100100001110100101000011011001010000
+0,97,87,564,1101011111111111111111111011111110101111001111101111000011001100000100111010000110000010011001010000
+0,97,88,-596,1111111111010111101100010011011110111110011101101111001111110100100111111110000101000010011001010000
+0,97,89,494,1111101111110101101110010111010100111011001101100111001000000100100110011000000001000001011111010100
+0,97,90,529,1111111111110111111100111111111110101001001101101110000011100110110100000110010101000010011000010000
+0,97,91,568,1111111111111110011100111111111110101101011100101111001110100010100110011110100101000010001001000001
+0,97,92,544,1111111111010111111100111110110111111001101001100101000011000110100100011111001101000010011101000000
+0,97,93,-577,1110111111111111111100111111100110101111001111100111000110000110100100111100000101000010011101010100
+0,97,94,541,1111011111111110111110111011011110111111001101101111000011100110110100000100100101000010001001010000
+0,97,95,560,1111111111111110111100011111101110101111001100100111000111011110100100011110100011000010011000010000
+0,97,96,-575,1111011111110111111110111011111110101010001101101111000111000110010110111011100001100010001001010000
+0,97,97,496,1111011111111110101110011011001110111111001100100111000101001111100100000110100101000010011000000000
+0,97,98,520,1110111111010111111100111111101101111011001001101110000111000100100100011010001101000010011001000100
+0,98,0,575,1111111111111111111110111101110110111101001001101111000110100110110100011110000101000010001101010000
+0,98,1,517,1111011101111110111100111011011111111011001101101111000011100100100100100000100101000010011001010000
+0,98,2,578,1111111111101111101011111111111110101111001111101101000010101110000100001110100110000011011001010000
+0,98,3,530,1001000111111111111110111011111101101011001101101111000111001000100100111010000101000010011001010000
+0,98,4,565,1111111111111111111110111110111111111011101001100110001110000111100100011111000101000010000001010000
+0,98,5,-584,1111111111110111111000011111111110101111101101101110000110010110110100111011000100000010011101000100
+0,98,6,510,1101111111101111111100111011110110111010000001101110001000100110100110111000110101100010000101000000
+0,98,7,528,1110111111111100111010111111110111101000101101100111000100100100000100111010100101000010011101010000
+0,98,8,530,1111011111110111101110010111100111101101001101100011000001100110100110110110000101101010011000010000
+0,98,9,548,1101111111111111101110111111111110101110001001100111000110000111000000111111100101000010011000010000
+0,98,10,556,1111111111101110111100101111011110111001001101101111000111100100010100011000101111000010001001010001
+0,98,11,545,1111111111110110111110111111101101101010001101101101010111110110100100010010000101100010001001000100
+0,98,12,-588,1111111111110110111100111111110110101011001101101110001101100111010110001110100111000010001000011100
+0,98,13,518,1101110111111111011110111011110110101001101101101101001110000110100110110000100101000010011000100000
+0,98,14,503,1111011111110101111100111111110110001011001101101111000110100100110110001101000110000010010000010000
+0,98,15,-629,1111110111111111011010111111111111101001001111101111001111110110010110011110100101000010001000011100
+0,98,16,-589,1111101111111111110100111011111111101011101011100100000011100110110100011111101101000010011001010000
+0,98,17,502,1111111111110110111100111111010110101000101011101110000001010010100100010000001101100010011000110100
+0,98,18,513,1111101110110101011101110111000110111011001001000110000101000111000100111010000111100011011001010000
+0,98,19,499,1111011111111111101100111011110110101100001001100101000011100110100110001011100101100000011000010000
+0,98,20,536,1111101111111111101100111011111110101010001000101111000001111111000100010100100101000010011101010000
+0,98,21,520,1111011111010111111010011011111100101001101111101110000001000010100100011111100101100010001000011000
+0,98,22,508,1111101111111110111101001111101110101001011100101100001111100010100100011100100101000010001001000001
+0,98,23,563,1011111111111111011100111111111110101100001101100111001100110110100110001110100101100010001001000010
+0,98,24,-603,1111111111110111111111111011101110111001001101101110001111100111000110101010001101000011001001011000
+0,98,25,508,1100111101110111110110011111011110101010001001101111010111000110110010011100100100000010001001010000
+0,98,26,556,1111011111111111111110101111100111111011101101101110000011001110000100010010100101100010011001010000
+0,98,27,540,1111111111010111011100011011101111101101001001101111001110000110100100011011100101000010001010011000
+0,98,28,528,1111111101110110111100111011110111111001001001001111000100100100100110110010100101000010011100010100
+0,98,29,548,1101111111111111111110111111110110101011101101101100001111000111100100111000000111000010001001000000
+0,98,30,505,1101111111101110111100111011101110101000000100101110000100100110100100011000111101000010001101010001
+0,98,31,558,1111101111101111111000011111110111101011101101100110001110101010100110110010000101100010001101010000
+0,98,32,-600,1111111111111110111100011111011110101111001101100111000101011110100110011110101001000010011001010100
+0,98,33,522,1111011111111011101100011111101111101101101000100111001111000110100100011010000111000010011000010000
+0,98,34,524,0101111111110110101110110111111111101011001100101111010010001110100110111000000101000010001010010000
+0,98,35,559,1111111111110111101100111111100110111111001101100111000110001110100110011101011101000010001000010000
+0,98,36,498,1110111101010111111100011111000111101001101101100101001011001111100100010011000101000010011100000000
+0,98,37,535,1111111111111110111110111011111110101011001001101111001111000110100100011111000101000010001000000000
+0,98,38,497,1111111111111110101110111011001101101001001011101110000101000110100100001010101101000010001001010000
+0,98,39,479,1110101111010110101100111101110111111110101001101101000111000101100100011010000101000011001000000000
+0,98,40,517,1111101111111111011100111111100110101000001001000111001111100110100100101010000101100001011000011000
+0,98,41,556,1111110110111101001100111111110110101111001101101110000010100110010110011110100101100010011001010000
+0,98,42,531,1111101111100110111110111111010100111101001101100101010101000110000100111100100101000010011100010001
+0,98,43,-576,1111111111110110101110100111111110101011001101101111001111101110100110010010100101100010001001010000
+0,98,44,546,1111111111110111101101111111010110101001001101101100000110001111010100011010001110000010011001010010
+0,98,45,525,1010100111111110111110111111101110101001001100101111000000100111100100011011101100000010001001011000
+0,98,46,570,1111111111111111111110011110111110111111101101100110000110110010100100111010000110000010011000010100
+0,98,47,-601,1111011111111111101110111111111111111111001101101111000111001110110100111111000100000010000101000000
+0,98,48,511,1111111111011110101110011111100111101001001101100101000011100110100100011111000101000010011100000000
+0,98,49,563,1110111111111111111100111111100111101101001001100111001011000110110100111110000101000010011010010000
+0,98,50,550,1111111111111110011110111111111100101000001101101111001110100000110110011010100101100010001001000001
+0,98,51,565,1111111111100110111100101111101110111111011100101111000111100110100100010110100101000010001001000101
+0,98,52,522,1111111111010111111101111111111111101001101001100110000011000110000100011110000101000010011101000000
+0,98,53,-582,1111111111110111111100111010010110111011101101100101000111000101110110011011001101000010011001010100
+0,98,54,532,1111111111011110111100011111101110101001001101101100000111011111100100001010100111000011001000010000
+0,98,55,539,1111111111111110101110111111101111101111101000100111000111000110100100011110101001000010011000000000
+0,98,56,555,1111111111100111111100011110101110101001001100101111001101101110100100011010001101000000001101110001
+0,98,57,520,1111101111111111101110010111101110111111001001101110000110000000100110110010010001000010001101010100
+0,98,58,551,1111111111111110111110111111000110101011101011100100000110101110100100011011001101000010011000010100
+0,98,59,545,1101111111110110101100111111110111101011001101100111000011000110110110111101001101000010001000010000
+0,98,60,567,1111111111111111111100011111111111111111001101001111001101100010100100101001000110001010001001010000
+0,98,61,-581,1111011111111111101110111111111110101011101001001110000111101010100101011110001110100010011000010000
+0,98,62,551,1111111111011111101100111011111110101011101100001111001001100111000100011111100111000010001000010000
+0,98,63,532,1110011111111111111110011111111100101011001001101110000101101010100101001000001100100010001101011000
+0,98,64,541,1111011111110111101101101111101110111011011101101110001011000110000100110010100101000010001001010100
+0,98,65,537,1111111111110111011110001111000111111011111001101111001111001100000100011010100101000010011000010000
+0,98,66,528,0111101111110100111110111111111110111111001101100100000111000111100100111010001101000011001000000000
+0,98,67,555,1111111111111111101110011111101111101010101001101110000111101110100100011010100101000010001001010000
+0,98,68,579,1111111111110110111110101111111110111011001101101111001011100100010100010010111101100010001001000001
+0,98,69,528,1111111011101111111110111111101100101010001111101110000101100100100110011010000101000010001001000101
+0,98,70,508,1111111111111111111101111011011110101011101001000110001101000101000100011010000101100010001001010000
+0,98,71,-586,1111111111110111111100111111111110101011101101101110000111100010110111001100001110000010011001010000
+0,98,72,-611,1111011111111111111111111111111110111000001101101111001111000011000110001011100111100110011000000100
+0,98,73,508,1111011111110111111100110011010110101011001001100111000001001110100100111010100111000010011000010000
+0,98,74,558,1100111111110101111010011111111111111011001111101111000111110110100110001110001100000010000000010100
+0,98,75,528,1111011111110111111100111111101110001000001001100111000111100100010110011101100110000011001001010000
+0,98,76,514,1101001111111111111110111111111110101101001110101110000111001000000100011010000111000010001001010000
+0,98,77,-573,1111011111101111111101011011101110101011001101101111000010101110100100110010011100000010011101010001
+0,98,78,564,1111111111110111111010111011101111001011101101101110001011000110100100011001001110000010011001011000
+0,98,79,546,1101111111110111111110010111111111101011001101101101000111000111100100011001100101000110001000010000
+0,98,80,518,1111011111110111111110110011010111011011001001101111000101010101000110011011000110000110001000010000
+0,98,81,-592,1111011111110101111001111111111110101001001111100111000111100110110110001101100111100010010000010100
+0,98,82,522,0111111111110111111100110111111110101011001000101111000000101010100110001100010111100010001001010000
+0,98,83,587,1111111111111111101100111111111111111111101101001110011111000110100101011100001100000010001010010000
+0,98,84,577,1111111111110101111100111111111110101011101111001110001101110110100110001101001110000010001001010000
+0,98,85,553,1111011111111111111010111111111111001011001001101111000111100000110101011100001110100010000000010100
+0,98,86,553,1111101111111111101110111111111110101011101001101101000111100110000100011011101100000010001000011000
+0,98,87,511,1101111111101101111100111111111111101011001101101101000000101111100100100010000101000010011001000000
+0,98,88,542,1101011111110111111100111111111110111010001101100111000110001110100110111100000101000010001000010100
+0,98,89,544,1110111110111111101100101111100110101101001110101111000110000110110100011110000101000010011101010000
+0,98,90,549,1111111111110110101011101111001100111111001001101110000111101100110100010010100101100010001001000101
+0,98,91,516,1111111111100111111110101110101010111010011101101111001111000100000100110010100101000010001000010100
+0,98,92,529,1111101111101111101110011111111101101011001101101110000110101010100000011010001101000011001001010000
+0,98,93,545,1111100111101111111100111111101110101001001100101101000110101010100100000110110101000010011101010001
+0,98,94,514,1101111111111110101100111111100110101011001001101100001101100010100110101100001101100010001001010000
+0,98,95,572,1111111111110111111110111111111110101011101101000111000110001110101101011101001110000010001000010000
+0,98,96,532,1101111110111110111100111111100110101110001101001100001101000110100100111010100101000001011011010000
+0,98,97,505,1111101111110101001110111011110110101011101001100110000011100111100110110000000111100010001000000100
+0,98,98,-609,1111111111110100111110111111101110001011101111101110000111110111110110011011000110000011001000010100
+0,99,0,491,1111011111100111111100101111101110101000001001101111000111101100100100011100001100000010001001010000
+0,99,1,-594,1111111111110111111100011110101110001001001100110111001101100110010110011011100111000001001101110001
+0,99,2,-585,1111111111100111101101111101100110111111001111101111000110101110100100011100111111000010001000010000
+0,99,3,544,1111111111111111101010111111111110101111001101100101000010001110000110001111000100000011011001010000
+0,99,4,556,1111111111111111111110011111101110101001000101101100000111110111100100001110101011000011001000010000
+0,99,5,510,1100111111010100111100001111111111111011001111101111000111011110100110001010000100000010000000010100
+0,99,6,507,1111011111110111111110110111010111111111001101001111000101100000100110001001000110000010001001010000
+0,99,7,564,1111111111111111111100011011111111011011001001101111001101010111000100111011000100001110001000010000
+0,99,8,565,1111111111111111111100111111101110101011001001101110001101100000110111011100001111100010000001010000
+0,99,9,491,1101011111111110101010111111110111001011001001101100000111100010100100101100001100100010001000010100
+0,99,10,541,1111011111111111111110111111110110101101001001101100000111000111100110111001100101000010001001000000
+0,99,11,506,1101111111111111101100111011110110101010101101100101001011100110100100001010000111100000011000010000
+0,99,12,531,1111011111110111111100111111101110001000001001100110000111100100010110011101100110000011101001010000
+0,99,13,528,1111011111110111111100111111101110001000001001100111000111100100010110011101100110000011001001010000
+0,99,14,-595,1111111111110111111010111111111111001011001001101111000111100000110101011101001110100010000001011100
+0,99,15,533,1111011111111111111010111011101111001011101101101110011011000110100100011000001110000010011000010000
+0,99,16,532,1101111111111101101010111111111111101011001101100111000111110110000100011110100100000010001000010000
+0,99,17,-586,1100111111110111111110011111111110111110001011101111000110000111100110101111001101000010010000010100
+0,99,18,-584,1111111111100110111110011110111110101001001101101111001011101110110100011010001101100010001001100001
+0,99,19,550,1111111111110111111100101111101110111011001100101111001101100100000100010010111101000000001101010001
+0,99,20,583,1111111111111111111110011111101111101011101001100111001011101110110100111010000101000010011000010000
+0,99,21,535,1110111111111111101100111111100111101100001001101110000111000110100100011110100101000010001011010000
+0,99,22,491,1111111111111110111100111011001110101010001100001110001100101100000100011000010101100010001001010001
+0,99,23,534,1101111111101111111101111011111110101001100001100110000101000111100100011010101101000010001101010000
+0,99,24,476,1101111111110110111100010111111110101001001101101100000111000111100100001000100101000110001000010000
+0,99,25,-599,1111111111011111111110011111101111101011001101101101010111011111100100011011100101000011001000010000
+0,99,26,525,0111111111101111101011111111111110101011001101101111000010001110000100111100000110000010001010010000
+0,99,27,-577,1101111111110110101110110111111111101111001110101101010010101110100110001010100101000011011001010000
+0,99,28,541,1010111111111110111110111111111111101000101101100111000100100100000110111010100101100010011001000000
+0,99,29,550,1111111111111101011000111111110110101100001101100111001100110110100100001110100101000010001101010010
+0,99,30,512,1001111111110111111110010011111101101011001101101101000111000110100100011010100101000010001001010000
+0,99,31,564,1101000111111111111110111111111111101011001101101111000111001001100100111001000101000110011000010000
+0,99,32,521,1111111111011111111100101011110110101011101100001111000001100110000100010110100101100010011001010000
+0,99,33,-586,1111011111111111101110111111101111111011101101101110001011001111000100011011100111000010001000010000
+0,99,34,520,1111111111110111101101111111111100111111011101101100000011000111100100111010000101000010001000000000
+0,99,35,540,0111001111110100111110101111101110111011001101100110001111000110000100110010101101000011001001010100
+0,99,36,532,1101111111111111101110110111111110101111101001101100000111000011100110110000010011000010001001000100
+0,99,37,542,1111111111111111111110011111100110111011001101101110001110000100100100111010000101000010001101010000
+0,99,38,572,1111111111110111111110111111111110101011101101000111000110001110101101011101001110000010001000010000
+0,99,39,584,1111111111110111111110111111111110101011101101000111000110001110101111011101001110000010001000010000
+0,99,40,485,1111111111110111111100010111100110101001001001101111000001101111100100000010010101000010011001000000
+0,99,41,521,0110111101010111111100111111011111101011101100100101001010001010100110011101000111000010001100010000
+0,99,42,555,1111111111110110111100111111101111101011011101101101010111100110100100010010000101000010001001000101
+0,99,43,555,1111111111100110111110101111101100111110001100101111000111110110100100010110100101100010001001000100
+0,99,44,525,1111100111111111011100111111101110101000001001100001001110101110100100101010000101100001011001010001
+0,99,45,-565,1111101111101111111100111111100110101001001100001111000111100110100100010110111101000010011100011000
+0,99,46,539,1111111111011111011110111011111110101001001101001111001010100011000100011111100101000010001001000001
+0,99,47,562,1111111111111110101100111111111100101010101100101111001101100100110110011010100111100010001000010000
+0,99,48,-577,1111111110110101111100111111101110101111001101001110001101110110100110111011101101000000001001010000
+0,99,49,532,1101111111111110111100111111110110101010101111001100001101000110100100001100000110000011011011010000
+0,99,50,519,1111111111111110101110111110111111111111101000100111001110000111100100011110000001000010010000000000
+0,99,51,570,1111111111111111111110111111101111101011101001100110000111000110100100011111101101000010000001010000
+0,99,52,549,1111111111111111101110010111101110110011001011101111001110010001100100110110000101000010001001010100
+0,99,53,559,1111101111111111111110111110111111111111101001100110000110000110100110011011010001000010000101010000
+0,99,54,574,1111011111111111101100101111111111111010101001101111000011011110000100010110100101100010011001010000
+0,99,55,518,1111101111111111111110111011100110101011001100101110000001101111000100010000100101000010011101010000
+0,99,56,548,1111111111111111101110111111101111101110101000101110000111101110100100001010100101000010011001000000
+0,99,57,545,1111111111111110101110011111101111101011101001100111000111000111100100011110101001000010001000010000
+0,99,58,535,1111101111101111111100111011110110111010000100101111001100101010100100101010110101100010000101000001
+0,99,59,529,1101110111101111111100111111101110111001001001101100000010100110100110010100110101000010011101010000
+0,99,60,505,1101101111111111111110010111101110111111001000101110000111001000100100111010010001000010001001010000
+0,99,61,529,1111001111111111101110111111111110101101001111101110000110000000000110010010000111000010001101010100
+0,99,62,550,1111011111110110111100111111111110101010001101101111000111110110100110011100000101000010001001000100
+0,99,63,537,1101111111110111111110111111101101111010001101100101010110001110100100110010000101100010001000010100
+0,99,64,528,1111111111111110111110111111101111101000101101101111001010100000100010011011000110000010001001001000
+0,99,65,-582,1111111111110111011011111011111100001011001101101110001111000110110100011000101101100010011001010001
+0,99,66,-587,1101111111110111111100111111011110101111001001100111010110001110110110011101111100000010001001010000
+0,99,67,469,1110111101110111100110011111100110111010001101101101000111000110100010011100000101000010001000010000
+0,99,68,526,1111101111101111101110011111111111101011001001101110000111000110100000011111000101000011001000010000
+0,99,69,526,1111111111111110111110111011111100101011001101101111001110100010100100011010001101000010001001000000
+0,99,70,527,1111111111110111111100101111101110111100001100100111000111100110000110011100100100000010001001010100
+0,99,71,-575,1111011111100110111100111111101110101011011001101111000111100100110100010111100111000011001001000001
+0,99,72,566,1111111011110110111110101111111110111011001001101110000111100100110100010010101101100010001001000101
+0,99,73,563,1111111111110110101111101111001100111111001101101111001011101100010100010010110101100010001001000001
+0,99,74,549,1011111111110111111101111111111111101001001101101101001100000010010100001011000110001010011001010010
+0,99,75,566,1111111111111111101110011111010110111111001101001110000111101111100100111000001110000010001001010000
+0,99,76,487,0011010111111110111110111011111110101011001001101111000111001100100100111010000101000010001000000000
+0,99,77,572,1101101111111111111110111011111101101011001101101111001111000010100100011111000101000010011001010000
+0,99,78,529,1101111111110110101100101111110110101011011100100111000111000110100110110100101101000010001001000001
+0,99,79,-581,1111111111100110111100111111101111111111001101101111000011100110110100011111000101000010001000010100
+0,99,80,566,1111011111111111111110011111110111011011001001101111000111000100110101011100101111000010001000010000
+0,99,81,532,1111111111110111011010101111011111101011111001101111001111101000000100011010000100100010010000010100
+0,99,82,532,1101111111110111111110110111110111111011001101100101000110000111100100011101100101000010001000010000
+0,99,83,573,1111111111110111101100011111101110101111001101101111000111001110100110011001011101000110001000010000
+0,99,84,524,1111111101110110111110101111011110111001001001101111001010100100000110010010100101000010011101000100
+0,99,85,-575,1111111111110110111100111011110111111011001101001111000101100100110100110010111101100010001000010001
+0,99,86,564,1111111111110110111100111111000110101011001001101110000111101000110111001010000111100010011001010001
+0,99,87,562,1111111111110111101011101111111100111111101101101110000111100110110100010100101100000010001001000100
+0,99,88,-581,1111101111101111101100111111111110111001001100001111011110001110100101001110101101000010001101010000
+0,99,89,566,1111110111111111111100111111101111101111101101101100000111100010100100010100010100000010011110010001
+0,99,90,524,1111111111110100111110111111000110101101001101100100001111000111100100011011000101000011011100000000
+0,99,91,509,0110101101011111111100011111111111111011101101100101000011001111100100110010001101000010001000000000
+0,99,92,-616,1111111111111111111100011111111111111101001101001111001111000010100100011001100110001010001011011010
+0,99,93,506,1111111111010111011100011011101111101111001001101111001100100110100100101011000101000010001000010000
+0,99,94,541,1110111111011100111100111111110111101000101101101111000100100110000100111011100101000000011001011000
+0,99,95,524,1111111111110111011010011011101111101101001001100111001110100100100100011010100101000010001110010000
+0,99,96,559,1111011111111111111110111111111100101101001001101111000100100110110100001010001100100010001101011000
+0,99,97,548,1110111111111111111110011101110110111011001001101110000111101010100101011100000101000010001101010000
+0,99,98,506,1111111111100111111101011110111111101001001001100111000101001110000100011010001101000000001101000001
diff --git a/README.md b/README.md
index 8318c86b357b6ddbf674ad238b8745d2781cab4b..37b825d491cf90af2be912ba7a3fb3030ebcdc3f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,66 @@
-Test
\ No newline at end of file
+# Project Metavis
+A visualization tool for combinatorial optmization.
+
+#### Milestones
+| Date | Milestone | Comment | Done |
+| ------------ | ------------- | ------------- | ------ |
+| 17/12/2019 | MS0: License & IDE | Software should be able run on windows and linux | &#9745; |
+| 20/12/2019 | MS1: Log-file import | The overall design and constrain off a log-file | &#9745; |
+| 14/01/2020 | MS2: Metrics | Calculate and display metrics for general metaheuristic and for population based ones |  &#9745; |
+| --/--/2020 | MS3: High Dimension Reduction | Implementing own view | &#9744; |
+| --/--/2020 | MS4: LDEE | Implementing Low-Dimensional Euclidean Embedding | &#9744; |
+
+
+
+#### Phases
+| Period | Phase | Comment |
+| ------------ | ------------- | ------------- |
+| 16/12/2019 - 20/12/2019 | P0: Initialize the project | Preparing for future work and implement first two milestones(MS1, MS2) |
+| 21/12/2019 - 03/01/2020 | Winterbreak | |
+| 04/01/2020 - 14/01/2020 | P1: Metrics | Implementing all kind of metrics that present information for the User|
+| 15/01/2020 - 15/01/2020 | R0: Refactor | Refactoring and project structuring |
+| 16/01/2020 - 21/01/2020 | P2: View & Metrics | Implementing the own visualization and also additional metrics (MS3)|
+| 22/01/2020 - 22/01/2020 | R1: Refactor | Refactoring and project structuring |
+| 23/01/2020 - 30/01/2020 | P3: LDEE | Implementing LDEE (MS4)|
+| 
+
+<!-- 	ballot box with check &#9745;  
+		Entity: ballot box unchecked &#9744;
+-->
+#### Goals
+| Milostone | Goal | Comment | Done |
+| --------- | ---- | ------- | ---- |
+| MS1		| G0: Memory layout | Save efficient bits in the memory | &#9745; |
+|			| G1: File Reader | File reader who can detinguish between real values and integer and the bitstring. Should be recognize labels. | &#9745; |
+| MS2		| G2: Dockable widget | To have a gui widget that can be docked and the state should be saved. | &#9745; |
+| 			| G3: Line Graph | A line graph with axis label should be implemented | &#9745; |
+| 			| G4: Light redraw | Save the intermediate values to not calculate them each redraw | &#9745; | 
+
+
+
+#### Future Features 
+These features are not in a milestone or a goal yet but can be in the future.
+
+| Feature | Comment |
+| ------- | ------- |
+| FS0: Log-file in UTF-8 to binary data type | Saves disk space |
+| FS1: Multiple run view | Simmulateasly showing 2 or multiple runs to compare them |
+| FS2: Free up memory | Free up memory thats not needed when the visualization  has been calculated |
+| FS3: Log-File Multithreading | Log-File should be calculated on other threads then main for speedup and responisvness|
+| FS4: Projects | To create and save projects to work with more metalog files |
+| FS5: Interactive Graphs | To Graph should be costomizeable eg. LineWidth, CircleWidth, (Color, Hide)/Series, Series-Label|
+| FS6: Console/StatusLine | To see what the programm is doing |
+| FS7: Log-File Overview | To check the file and show diffrent parameter |
+| FS8: Log-File Manager | Select and deselect metalog Files Ready, Loading ,Pending |
+| FS9: Select and Highlighting | |  
+| FS9a: Interconnect selecting from diffrent views | |
+| FS10: View BackPointer | To show more data thats not on the graph |
+| FS11: Multirun view with 2dVisualization | It should be possible to show diffrent runs in the view in the same Map eg each run a color |
+| FS12: Show all runs in the same map | This helps to get a picture of the problem that wants to be solved |
+
+ 
+
+
+
+
+
diff --git a/UnitTest/UnitTest.cpp b/UnitTest/UnitTest.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..02647197a8709167de9089cf46777305bc00ec25
--- /dev/null
+++ b/UnitTest/UnitTest.cpp
@@ -0,0 +1,19 @@
+#include "pch.h"
+#include "CppUnitTest.h"
+
+using namespace Microsoft::VisualStudio::CppUnitTestFramework;
+
+namespace UnitTest
+{
+	TEST_CLASS(UnitTest_Classes)
+	{
+	public:
+		
+		TEST_METHOD(ContructorTest1)
+		{
+			int x = 24;
+			int y = 3 * 8;
+			Assert::AreEqual(x,y);
+		}
+	};
+}
diff --git a/UnitTest/UnitTest.vcxproj b/UnitTest/UnitTest.vcxproj
new file mode 100644
index 0000000000000000000000000000000000000000..9fc3dd2040fdd5d94a0fccfd50e120bb7a14fbdd
--- /dev/null
+++ b/UnitTest/UnitTest.vcxproj
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <VCProjectVersion>16.0</VCProjectVersion>
+    <ProjectGuid>{635E4208-B859-43AF-8534-4E976F89B296}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>UnitTest</RootNamespace>
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+    <ProjectSubType>NativeUnitTestProject</ProjectSubType>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+    <UseOfMfc>false</UseOfMfc>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+    <UseOfMfc>false</UseOfMfc>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+    <UseOfMfc>false</UseOfMfc>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+    <UseOfMfc>false</UseOfMfc>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="Shared">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <UseFullPaths>true</UseFullPaths>
+      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <UseFullPaths>true</UseFullPaths>
+      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <UseFullPaths>true</UseFullPaths>
+      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <ClCompile>
+      <PrecompiledHeader>Use</PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <UseFullPaths>true</UseFullPaths>
+      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="pch.cpp">
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
+    </ClCompile>
+    <ClCompile Include="UnitTest.cpp" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="pch.h" />
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/UnitTest/UnitTest.vcxproj.filters b/UnitTest/UnitTest.vcxproj.filters
new file mode 100644
index 0000000000000000000000000000000000000000..1f823af1791cf328cb8f21297262af7a41813a02
--- /dev/null
+++ b/UnitTest/UnitTest.vcxproj.filters
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <Filter Include="Source Files">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="Header Files">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
+    </Filter>
+    <Filter Include="Resource Files">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="UnitTest.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+    <ClCompile Include="pch.cpp">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="pch.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/UnitTest/pch.cpp b/UnitTest/pch.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..64b7eef6d6b9aa96524c78e21aab9e3e6cde71d0
--- /dev/null
+++ b/UnitTest/pch.cpp
@@ -0,0 +1,5 @@
+// pch.cpp: source file corresponding to the pre-compiled header
+
+#include "pch.h"
+
+// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
diff --git a/UnitTest/pch.h b/UnitTest/pch.h
new file mode 100644
index 0000000000000000000000000000000000000000..9d715b0698e3f0a90c8f978f5a9a97d354e19c35
--- /dev/null
+++ b/UnitTest/pch.h
@@ -0,0 +1,12 @@
+// pch.h: This is a precompiled header file.
+// Files listed below are compiled only once, improving build performance for future builds.
+// This also affects IntelliSense performance, including code completion and many code browsing features.
+// However, files listed here are ALL re-compiled if any one of them is updated between builds.
+// Do not add files here that you will be updating frequently as this negates the performance advantage.
+
+#ifndef PCH_H
+#define PCH_H
+
+// add headers that you want to pre-compile here
+
+#endif //PCH_H
diff --git a/metavis.sln b/metavis.sln
new file mode 100644
index 0000000000000000000000000000000000000000..d0e1454a3ab527e2617096bb476290338aed6431
--- /dev/null
+++ b/metavis.sln
@@ -0,0 +1,59 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29519.87
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "metavis", "metavis\metavis.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "metaviscon", "metaviscon\metaviscon.vcxproj", "{94D9CA71-91A4-4142-B8D7-B126A0717118}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Metaheuristics", "Metaheuristics\Metaheuristics.vcxproj", "{5C72CD50-6274-4B64-93B1-68DC780190ED}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "UnitTest\UnitTest.vcxproj", "{635E4208-B859-43AF-8534-4E976F89B296}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.ActiveCfg = Debug|x64
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.Build.0 = Debug|x64
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.ActiveCfg = Debug|x64
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.ActiveCfg = Release|x64
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.Build.0 = Release|x64
+		{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.ActiveCfg = Release|x64
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Debug|x64.ActiveCfg = Debug|x64
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Debug|x64.Build.0 = Debug|x64
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Debug|x86.ActiveCfg = Debug|Win32
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Debug|x86.Build.0 = Debug|Win32
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Release|x64.ActiveCfg = Release|x64
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Release|x64.Build.0 = Release|x64
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Release|x86.ActiveCfg = Release|Win32
+		{94D9CA71-91A4-4142-B8D7-B126A0717118}.Release|x86.Build.0 = Release|Win32
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Debug|x64.ActiveCfg = Debug|x64
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Debug|x64.Build.0 = Debug|x64
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Debug|x86.ActiveCfg = Debug|Win32
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Debug|x86.Build.0 = Debug|Win32
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Release|x64.ActiveCfg = Release|x64
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Release|x64.Build.0 = Release|x64
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Release|x86.ActiveCfg = Release|Win32
+		{5C72CD50-6274-4B64-93B1-68DC780190ED}.Release|x86.Build.0 = Release|Win32
+		{635E4208-B859-43AF-8534-4E976F89B296}.Debug|x64.ActiveCfg = Debug|x64
+		{635E4208-B859-43AF-8534-4E976F89B296}.Debug|x64.Build.0 = Debug|x64
+		{635E4208-B859-43AF-8534-4E976F89B296}.Debug|x86.ActiveCfg = Debug|Win32
+		{635E4208-B859-43AF-8534-4E976F89B296}.Debug|x86.Build.0 = Debug|Win32
+		{635E4208-B859-43AF-8534-4E976F89B296}.Release|x64.ActiveCfg = Release|x64
+		{635E4208-B859-43AF-8534-4E976F89B296}.Release|x64.Build.0 = Release|x64
+		{635E4208-B859-43AF-8534-4E976F89B296}.Release|x86.ActiveCfg = Release|Win32
+		{635E4208-B859-43AF-8534-4E976F89B296}.Release|x86.Build.0 = Release|Win32
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {7CEA67B2-F9AD-47B8-BBA3-3EC8C92EE12F}
+	EndGlobalSection
+EndGlobal
diff --git a/metaviscon/RunDataLite.cpp b/metaviscon/RunDataLite.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..ae07c3cac54933aff4ee29c6e1a9371573deb9a9
--- /dev/null
+++ b/metaviscon/RunDataLite.cpp
@@ -0,0 +1,75 @@
+#include "RunDataLite.h"
+#include <regex>
+#include <iostream>
+
+RunDataLite::RunDataLite(std::string filePath): fileStream(filePath), filePath(filePath)
+{
+    std::string file = filePath.substr(filePath.find_last_of("/\\") + 1);
+    name = file.substr(0, file.rfind("."));
+    if (!fileStream.is_open())
+    {
+        //Cant open file
+        badFileFlag = true;
+        std::cout << "Cannot open File.";
+        return;
+    }
+    /* Start extracting */
+    while (fileStream.peek() != EOF) {
+        std::string buffer;
+        getLine(buffer);
+        SolutionPointData sol;
+
+        std::regex regexIter("i:([\\+\\-]?\\d+)");
+        std::regex regexObjectiveFunction("of:([\\+\\-]?\\d+\\.\\d+(?:E[\\+\\-]\\d+)?)");
+        std::smatch match;
+        if (!std::regex_search(buffer, match, regexIter)) {
+           std::cout << "Bad formatatted Line[" << actualLine << "].";
+           std::cout << "Failed to matched:";
+           std::cout << buffer;
+            return;
+        }
+        sol.iteration = std::stoi(match[1]);
+        if (!std::regex_search(buffer, match, regexObjectiveFunction)) {
+           std::cout << "Bad formatatted Line[" << actualLine << "].";
+           std::cout << "Failed to matched:";
+           std::cout << buffer;
+            return;
+        }
+        sol.objectiveFunction = std::stod(match[1]);
+        std::regex regexParticleNumber("pN:([\\+\\-]?\\d+)");
+        if (!std::regex_search(buffer, match, regexParticleNumber)) {
+           std::cout << "Bad formatatted Line[" << actualLine << "].";
+           std::cout << "Failed to matched:";
+           std::cout << buffer;
+            return;
+        }
+        sol.particleNumber = std::stoi(match[1]);
+        std::regex regexBitVec("b:([01]+)");
+        if (!std::regex_search(buffer, match, regexBitVec)) {
+           std::cout << "Bad formatatted Line[" << actualLine << "].";
+           std::cout << "Failed to matched:";
+           std::cout << buffer;
+            return;
+        }
+        sol.bitVec.resize(match[1].length());
+        int count = 0;
+        std::string str = match[1];
+        for (std::string::size_type i = 0; i < str.size(); ++i) {
+            sol.bitVec[i] = (str[i] == '1');
+        }
+        solutionVec.push_back(sol);
+    }
+    fileStream.close();
+}
+
+bool RunDataLite::badFile()
+{
+    return badFileFlag;
+}
+
+void RunDataLite::getLine(std::string& bufferString)
+{
+    std::getline(fileStream, bufferString);
+    actualLine++;
+}
+
diff --git a/metaviscon/RunDataLite.h b/metaviscon/RunDataLite.h
new file mode 100644
index 0000000000000000000000000000000000000000..d89ad8e558b9c13a46a413d8bba43b878a421b2c
--- /dev/null
+++ b/metaviscon/RunDataLite.h
@@ -0,0 +1,29 @@
+#pragma once
+#include <vector>
+#include <string>
+#include <fstream>
+
+struct SolutionPointData {
+	int iteration;
+	double objectiveFunction;
+	int particleNumber;
+	std::vector<bool> bitVec;
+};
+
+
+class RunDataLite
+{
+public:
+	std::string name;
+	std::string information;
+	std::string filePath;
+	std::vector<SolutionPointData> solutionVec;
+	RunDataLite(std::string filePath);
+	bool badFile();
+private:
+	bool badFileFlag = false;
+	std::fstream fileStream;
+	int actualLine = 0;
+	void getLine(std::string& bufferString);
+};
+
diff --git a/metaviscon/generateMetalogFile.cpp b/metaviscon/generateMetalogFile.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..ff37b6e89fdc93bd607ba88f96a601ec67195533
--- /dev/null
+++ b/metaviscon/generateMetalogFile.cpp
@@ -0,0 +1,41 @@
+#include <fstream>
+#include <string>
+#include <iostream>
+#include <random>
+
+
+
+
+
+int main18236() {
+	std::cout << "Hello World";
+	std::fstream writer("generated.metalog", std::ios::out);
+	const int numberOfParts = 5;
+	const int amountOfBits = 100;
+	const int pointsPerPart = 20;
+
+	//random
+	std::random_device rd;  //Will be used to obtain a seed for the random number engine
+	std::mt19937 gen(rd()); //Standard mersenne_twister_engine seeded with rd()
+	std::uniform_real_distribution<double> doubleDistr(0.0, 1.0);
+
+
+	for (int i = 0; i < numberOfParts; i++) {
+		for (int pN = 0; pN < pointsPerPart; pN++) {
+			writer << "of:" << std::to_string(10.0 * (i + 1)) << " i:" << i << " pN:" << pN << " b:";
+			int part = amountOfBits / numberOfParts;
+			for (int index = 0; index < amountOfBits; index++) {
+				if (i * part < index && index <= (i+1)*part) {
+					writer << (doubleDistr(gen) < 0.95 ?"1":"0");
+				}
+				else {
+					writer << "0";
+				}
+			}
+			writer << std::endl;
+
+		}
+	}
+	writer.close();
+	return 0;
+}
\ No newline at end of file
diff --git a/metaviscon/metaviscon.cpp b/metaviscon/metaviscon.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..1f4795cc78519175b3e2a0028853b830f57abc6c
--- /dev/null
+++ b/metaviscon/metaviscon.cpp
@@ -0,0 +1,279 @@
+
+
+#include <iostream>
+#include <vector>
+#include <string>
+#include <algorithm>
+#include <random>
+
+
+
+struct r2 {
+	double x = 0, y = 0;
+};
+
+
+
+
+std::string convertToStdString(const std::vector<bool>& vec);
+double euclidenDistance(const std::vector<bool>& vecA, const std::vector<bool>& vecB, int amountIfBits);
+double neighbourProbability(const std::vector<std::vector<bool>>& solutions, const int j, const int i, int amountOfBits, double omega);
+double euclidenDistance(const r2& y1, const r2& y2);
+double calculate_tDistributed_q(const std::vector<r2>& solutions, int j, int i);
+double calculate_thing(const r2& y1, r2 y2);
+double cost(const std::vector<double>& p, std::vector<double>& q, size_t amountOfSolutions);
+r2 computeGradient(int i, const std::vector<double>& q, const std::vector<double>& p, const std::vector<r2>& ySolutions, int amountOfSolutions);
+void updateQ(const size_t& amountOfSolutions, std::vector<double>& matrixQ, std::vector<r2>& ySoltuion);
+int main23(int argc, char * argv[] )
+{
+	if (argc > 1) {
+		std::cout << "Hello World! " << argv[1] << std::endl;
+	}
+	//Generate Solutions;
+	const int amountOfBits = 100;
+	size_t amountOfSolutions = 5;
+	const double omega = 5;
+	/*size_t amountOfSolutions = (size_t)std::pow(2, amountOfBits);
+	std::vector<std::vector<bool> > solutions(amountOfSolutions);
+	for (int i = 0; i < amountOfSolutions; i++) {
+		std::vector<bool> newVec(amountOfBits);
+		for (int k = 0; k < amountOfBits; k++) {
+			int maxHalf = (int)std::pow(2, k);
+			int max = maxHalf * 2;
+			newVec[k] = i % max < maxHalf;
+		}
+		solutions[i] = newVec;
+	}
+	auto rng = std::default_random_engine{};
+	std::shuffle(solutions.begin(), solutions.end(), rng);
+	solutions.erase(solutions.begin() + solutions.size() / 2);
+	amountOfSolutions /= 2;*/
+	
+	std::vector<std::vector<bool> > solutions(amountOfSolutions);
+	std::random_device rd;  //Will be used to obtain a seed for the random number engine
+	std::mt19937 gen(rd()); //Standard mersenne_twister_engine seeded with rd()
+	std::uniform_real_distribution<double> doubleDistr(0.0, 1.0);
+	for (int i = 0; i < amountOfSolutions; i++) {
+		std::vector<bool> newVec(amountOfBits);
+		double rnd = doubleDistr(gen);
+		for (int k = 0; k < amountOfBits; k++) {
+			newVec[k] = doubleDistr(gen) < rnd;
+		}
+		solutions[i] = newVec;
+	}
+
+
+
+	for (int i = 0; i < amountOfSolutions; i++) {
+		std::cout << "[" << convertToStdString(solutions[i]) << "]" << std::endl;
+	}
+
+	//Normal
+	std::vector<double> matrixProbability(amountOfSolutions * amountOfSolutions);
+	for (size_t i = 0; i < amountOfSolutions; i++) {
+		for (size_t j = 0; j < amountOfSolutions; j++) {
+			if (j == i) {
+				matrixProbability[i * amountOfSolutions + j] = 0.0;
+			}
+			else {
+				matrixProbability[i * amountOfSolutions + j] = neighbourProbability(solutions, j, i, amountOfBits, omega);
+			}
+		}
+	}
+	std::vector<double> matrixP(amountOfSolutions  * amountOfSolutions);
+	double sum = 0.0;
+	//Symmettric
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			double value = (matrixProbability[x * amountOfSolutions + y] + matrixProbability[y * amountOfSolutions + x]) / 2.0;
+			matrixP[x * amountOfSolutions + y] = value;
+			sum += value;
+		}
+	}
+	//Normalized
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			matrixP[x * amountOfSolutions + y] = matrixP[x * amountOfSolutions + y] / sum;
+		}
+	}
+
+	//sample random solution
+	std::vector<r2> ySolutions(amountOfSolutions);
+	std::uniform_real_distribution<double> zeroDistr(-1.0, 1.0);
+	std::for_each(ySolutions.begin(), ySolutions.end(), [&gen, &zeroDistr](r2& r) {r.x = zeroDistr(gen);r.y = zeroDistr(gen);});
+	for (const r2& r : ySolutions) {
+		std::cout << r.x << ", " << r.y  << std::endl;
+	}
+
+	//generate q vec
+	std::vector<double> matrixQ(amountOfSolutions * amountOfSolutions);
+	updateQ(amountOfSolutions, matrixQ, ySolutions);
+	
+
+
+	/*std::cout << "MatrixP:" << std::endl;
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			std::cout << matrixP[x * amountOfSolutions + y] << " ";
+		}
+		std::cout << std::endl;
+	}
+	std::cout << "MatrixQ:" << std::endl;
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			std::cout << matrixQ[x * amountOfSolutions + y] << " ";
+		}
+		std::cout << std::endl;
+	}
+	std::cout << "Cost: " << cost(matrixP, matrixQ, amountOfSolutions) << std::endl;*/
+
+	//update
+	int iterations = 100;
+	double learningRate = 10;
+
+
+	std::vector<r2> update(ySolutions);
+
+
+	for (int iter = 0; iter < iterations; iter++) {
+		//updateQ
+		updateQ(amountOfSolutions, matrixQ, ySolutions);
+		for (size_t i = 0; i < amountOfSolutions; i++) {
+			//computeGradient
+			const r2 gradientFromI= computeGradient(i, matrixQ, matrixP, ySolutions, amountOfSolutions);
+			r2& yi = ySolutions[i];
+			//update Y
+			r2& ui = update[i];
+			ui.x = learningRate * gradientFromI.x + 0.5 * ui.x;
+			ui.y = learningRate * gradientFromI.y + 0.5 * ui.y;
+
+			yi.x = yi.x + ui.x;
+			yi.y = yi.y + ui.y;
+		}
+		//
+		
+		//std::cout << "Cost: " << cost(matrixP, matrixQ, amountOfSolutions) << std::endl;
+		std::cout << "Iter: " << iter << std::endl;
+		for (const r2& r : ySolutions) {
+			std::cout << r.x << ", " << r.y << std::endl;
+		}
+		getchar();
+	}
+
+
+
+
+
+
+	return 0;
+}
+
+void updateQ(const size_t& amountOfSolutions, std::vector<double>& matrixQ, std::vector<r2>& ySoltuion)
+{
+	double sum = 0.0;
+	for (size_t i = 0; i < amountOfSolutions; i++) {
+		for (size_t j = 0; j < amountOfSolutions; j++) {
+			if (j == i) {
+				matrixQ[i * amountOfSolutions + j] = 0.0;
+			}
+			else {
+				double value = calculate_tDistributed_q(ySoltuion, j, i);
+				matrixQ[i * amountOfSolutions + j] = value;
+				sum += value;
+			}
+		}
+	}
+	for (size_t i = 0; i < matrixQ.size(); i++) matrixQ[i] /= sum;
+
+}
+
+
+std::string convertToStdString(const std::vector<bool>& vec) {
+	std::string result("");
+	int count = 0;
+	for (const bool& boolean : vec) {
+		result += boolean ? "1" : "0";
+		if (boolean) count++;
+	}
+	return result + ":" + std::to_string(count);
+}
+
+double euclidenDistance(const std::vector<bool>& vecA, const std::vector<bool>& vecB, int amountOfBits) {
+	int count = 0;
+	for (int i = 0; i < amountOfBits; i++) {
+		if (vecA[i] ^ vecB[i]) count++;
+	}
+	return std::sqrt(count);
+}
+
+double neighbourProbability(const std::vector<std::vector<bool>>& solutions,const int j,const int i, int amountOfBits, double omega) {
+	double numerator = std::exp(-euclidenDistance(solutions[i], solutions[j], amountOfBits)/(2 * omega * omega));
+	
+	double denominator = 0.0;
+	for (int k = 0; k < solutions.size(); k++) {
+		if (k == i) continue;
+		denominator += std::exp(-euclidenDistance(solutions[i], solutions[k], amountOfBits) / (2 * omega * omega));
+	}
+	return numerator/ denominator;
+}
+
+double euclidenDistance(const r2& y1, const r2& y2) {
+	return std::sqrt(std::pow(y1.x - y2.x, 2) + std::pow(y1.y - y2.y, 2));
+}
+
+double calculate_tDistributed_q(const std::vector<r2>& solutions, int j, int i) {
+	double numerator = calculate_thing(solutions[i], solutions[j]);
+	double denominator = 0.0;
+	for (int k = 0; k < solutions.size(); k++) {
+		if (k == i) continue;
+		denominator += calculate_thing(solutions[i], solutions[k]);
+	}
+	return numerator / denominator;
+}
+double calculate_thing(const r2& y1, r2 y2) {
+	return 1 / (1 + euclidenDistance(y1, y2));
+}
+
+
+
+double cost(const std::vector<double>& p, std::vector<double>& q, size_t amountOfSolutions) {
+	double sum = 0.0;
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			sum += q[x * amountOfSolutions + y];
+		}
+	}
+	for (size_t x = 0; x < amountOfSolutions; x++) {
+		for (size_t y = 0; y < amountOfSolutions; y++) {
+			q[x * amountOfSolutions + y] /= sum;
+		}
+	}
+	
+	
+	double cost = 0.0;
+	for (size_t i = 0; i < amountOfSolutions; i++) {
+		for (size_t j = 0; j < amountOfSolutions; j++) {
+			if (i == j) continue;
+			double pji = p[j * amountOfSolutions + i];
+			double value = pji * std::log(pji / q[j * amountOfSolutions + i]);
+			cost += value;
+		}
+	}
+	return cost;
+}
+
+
+r2 computeGradient(int i, const std::vector<double>& q, const std::vector<double>& p, const std::vector<r2>& ySolutions, int amountOfSolutions) {
+	r2 value;
+	const r2& yi = ySolutions[i];
+	for (size_t j = 0; j < amountOfSolutions; j++) {
+		if (j == i) continue;
+		double scalar = p[j * amountOfSolutions + i] - q[j * amountOfSolutions + i];
+		const r2& yj = ySolutions[j];
+		value.x += scalar * (yi.x - yj.y);
+		value.y += scalar * (yi.y - yj.y);
+	}
+	value.x *= 4;
+	value.y *= 4;
+	return value;
+}
\ No newline at end of file
diff --git a/metaviscon/metaviscon.vcxproj b/metaviscon/metaviscon.vcxproj
new file mode 100644
index 0000000000000000000000000000000000000000..16c507cd253ea378da94642bb1ec21d19e3d1189
--- /dev/null
+++ b/metaviscon/metaviscon.vcxproj
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <VCProjectVersion>16.0</VCProjectVersion>
+    <ProjectGuid>{94D9CA71-91A4-4142-B8D7-B126A0717118}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>metaviscon</RootNamespace>
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v142</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="Shared">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <LinkIncremental>false</LinkIncremental>
+    <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir>
+    <IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <LinkIncremental>true</LinkIncremental>
+    <OutDir>$(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir>
+    <IntDir>$(SolutionDir)Intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+      <AdditionalIncludeDirectories>$(SolutionDir)\metavis\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+      <AdditionalIncludeDirectories>$(SolutionDir)\metavis\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <SDLCheck>true</SDLCheck>
+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <ConformanceMode>true</ConformanceMode>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="generateMetalogFile.cpp" />
+    <ClCompile Include="metaviscon.cpp" />
+    <ClCompile Include="myTsne.cpp" />
+    <ClCompile Include="RunDataLite.cpp" />
+    <ClCompile Include="src\t_sne\sptree.cpp" />
+    <ClCompile Include="src\t_sne\tsne.cpp" />
+    <ClCompile Include="src\t_sne\tsne_main.cpp" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\metavis\metavis.vcxproj">
+      <Project>{b12702ad-abfb-343a-a199-8e24837244a3}</Project>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="src\t_sne\sptree.h" />
+    <ClInclude Include="src\t_sne\tsne.h" />
+    <ClInclude Include="src\t_sne\vptree.h" />
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/metaviscon/metaviscon.vcxproj.filters b/metaviscon/metaviscon.vcxproj.filters
new file mode 100644
index 0000000000000000000000000000000000000000..16f14a98685096bd8dee862e71f8770f9f943a37
--- /dev/null
+++ b/metaviscon/metaviscon.vcxproj.filters
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <Filter Include="Quelldateien">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="Headerdateien">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
+    </Filter>
+    <Filter Include="Ressourcendateien">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+    </Filter>
+    <Filter Include="Quelldateien\t-SNE">
+      <UniqueIdentifier>{1cf0927b-b4a2-455c-9dee-dc59a6b357a0}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="Headerdateien\t-SNE">
+      <UniqueIdentifier>{6b396d86-dbd9-435a-a305-a9b39597a3ef}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="Quelldateien\metalog-file">
+      <UniqueIdentifier>{e25b6be8-40b4-41a3-94fa-1d026a5c05aa}</UniqueIdentifier>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="metaviscon.cpp">
+      <Filter>Quelldateien</Filter>
+    </ClCompile>
+    <ClCompile Include="src\t_sne\tsne.cpp">
+      <Filter>Quelldateien\t-SNE</Filter>
+    </ClCompile>
+    <ClCompile Include="src\t_sne\tsne_main.cpp">
+      <Filter>Quelldateien\t-SNE</Filter>
+    </ClCompile>
+    <ClCompile Include="src\t_sne\sptree.cpp">
+      <Filter>Quelldateien\t-SNE</Filter>
+    </ClCompile>
+    <ClCompile Include="myTsne.cpp">
+      <Filter>Quelldateien\t-SNE</Filter>
+    </ClCompile>
+    <ClCompile Include="RunDataLite.cpp">
+      <Filter>Quelldateien</Filter>
+    </ClCompile>
+    <ClCompile Include="generateMetalogFile.cpp">
+      <Filter>Quelldateien\metalog-file</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="src\t_sne\tsne.h">
+      <Filter>Headerdateien\t-SNE</Filter>
+    </ClInclude>
+    <ClInclude Include="src\t_sne\vptree.h">
+      <Filter>Headerdateien\t-SNE</Filter>
+    </ClInclude>
+    <ClInclude Include="src\t_sne\sptree.h">
+      <Filter>Headerdateien\t-SNE</Filter>
+    </ClInclude>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/metaviscon/myTsne.cpp b/metaviscon/myTsne.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..e2462b9e54a5d806aeb8c3bf242747b8fe865804
--- /dev/null
+++ b/metaviscon/myTsne.cpp
@@ -0,0 +1,134 @@
+
+#include <iostream>
+#include "src/t_sne/tsne.h"
+#include <random>
+#include "RunDataLite.h"
+
+
+
+void generateRandomData(const size_t& N, const size_t& D, double* X);
+double euclidenDistance(double* y1, double* y2, int D);
+int main(int argv, char* argc[]) {
+	int amountOfSolutions = 1000;
+	int amountOfBits = 1600;
+	bool log = false;
+	std::string filepath("generated.metalog");
+	if (argv > 1) {
+		std::cout << argc[1] << std::endl;
+		filepath = argc[1];
+		
+	}
+
+	RunDataLite* data = new RunDataLite(filepath);
+	if (data->badFile()) return -1;
+	data->solutionVec.erase(data->solutionVec.begin());
+
+	//N -> amount of dataPoints 
+	//D -> Dimension of DataPoints
+	size_t N = data->solutionVec.size(), D = data->solutionVec[0].bitVec.size();
+	std::cout << "N:" << N << " D:" << D << std::endl;
+	double* X = new double[N * D];
+	int nD = 0;
+	for (int n = 0; n < N; n++) {
+		const SolutionPointData& sol = data->solutionVec[n];
+		if(log)std::cout << "[";
+		for (int d = 0; d < D; d++) {
+			X[ nD + d] = sol.bitVec[d]?1.0:0.0;
+			if (log)std::cout << (sol.bitVec[d] ? "1" : "0");
+		}
+		if(log)std::cout << "]" << std::endl;
+		nD += D;
+	}
+	if (log) {
+		std::cout << std::endl << "Second:" << std::endl << std::endl;
+		nD = 0;
+		for (int n = 0; n < N; n++) {
+			std::cout << "[";
+			for (int d = 0; d < D; d++) {
+				std::cout << (X[nD + d]);
+			}
+			std::cout << "]" << std::endl;
+			nD += D;
+		}
+		std::cout << std::endl << "End:" << std::endl << std::endl;
+	}
+
+
+
+	//no_dims -> dimension of target 
+	size_t no_dims = 2;
+	double* Y = new double[N * no_dims];
+	//Perplexity and theta
+	double perplexity = 20;
+	double theta = 0;
+	//learnig rate epsillon;
+	double eta = 200;
+	//Random 
+	int rand_seed = 17235761;
+	bool skip_random_init = false;
+	//Iter changes
+	int max_iter = 750, stop_lying_iter = 250, mom_switch_iter = 100;
+	TSNE::run(X, N, D, Y, no_dims, perplexity, theta, eta, rand_seed, skip_random_init, max_iter, stop_lying_iter, mom_switch_iter);
+	std::cout << "Finished:" << std::endl;
+	for (size_t i = 0; i < N; i++) {
+		std::cout << Y[i * no_dims] << ", " << Y[i * no_dims + 1] << ", " << data->solutionVec[i].objectiveFunction << std::endl;
+	}
+
+	return 0;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+void generateRandomData(const size_t& N, const size_t& D, double* X)
+{
+	//init rnd
+	std::random_device rd;  //Will be used to obtain a seed for the random number engine
+	std::mt19937 gen(rd()); //Standard mersenne_twister_engine seeded with rd()
+	std::uniform_real_distribution<double> doubleDistr(0.0, 1.0);
+	//GenerateData
+	for (size_t i = 0; i < N; i++) {
+		double rnd = doubleDistr(gen);
+		for (size_t j = 0; j < D; j++) {
+			X[i * D + j] = (doubleDistr(gen) < rnd ? 1.0 : 0.0);
+		}
+	}
+	if (N < 20) {
+		for (size_t i = 0; i < N; i++) {
+			std::cout << "[";
+			for (size_t j = 0; j < D; j++) {
+				std::cout << (X[i * D + j] != 0.0 ? "1" : "0");
+			}
+			std::cout << "]" << std::endl;
+		}
+	}
+}
+double euclidenDistance( double* y1, double* y2, int D) {
+	double sum = 0.0;
+	std::cout << "[";
+	for (size_t j = 0; j < D; j++) {
+		std::cout << (y1[j] != 0.0 ? "1" : "0");
+	}
+	std::cout << "]" << std::endl;
+	std::cout << "[";
+	for (size_t j = 0; j < D; j++) {
+		std::cout << (y2[j] != 0.0 ? "1" : "0");
+	}
+	std::cout << "]" << std::endl;
+	for (int i = 0; i < D; i++) {
+		sum += (y1[i] - y2[i]) * (y1[i] - y2[i]);
+	}
+	return std::sqrt(sum);
+}
\ No newline at end of file
diff --git a/metaviscon/myTsne.h b/metaviscon/myTsne.h
new file mode 100644
index 0000000000000000000000000000000000000000..bdffffaacffb51af5e1b553202e46abfb17b1ad4
--- /dev/null
+++ b/metaviscon/myTsne.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void generateRandomData(const size_t& N, const size_t& D, double* X);
diff --git a/metaviscon/src/t_sne/sptree.cpp b/metaviscon/src/t_sne/sptree.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..e99d1b63dd97ced64c8f9a90edfddeb68826a3d6
--- /dev/null
+++ b/metaviscon/src/t_sne/sptree.cpp
@@ -0,0 +1,429 @@
+#include "pch.h"
+/*
+ *
+ * Copyright (c) 2014, Laurens van der Maaten (Delft University of Technology)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    This product includes software developed by the Delft University of Technology.
+ * 4. Neither the name of the Delft University of Technology nor the names of
+ *    its contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY LAURENS VAN DER MAATEN ''AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL LAURENS VAN DER MAATEN BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ *
+ */
+
+#include <math.h>
+#include <float.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <cmath>
+#include "sptree.h"
+
+
+
+// Constructs cell
+Cell::Cell(unsigned int inp_dimension) {
+    dimension = inp_dimension;
+    corner = (double*) malloc(dimension * sizeof(double));
+    width  = (double*) malloc(dimension * sizeof(double));
+}
+
+Cell::Cell(unsigned int inp_dimension, double* inp_corner, double* inp_width) {
+    dimension = inp_dimension;
+    corner = (double*) malloc(dimension * sizeof(double));
+    width  = (double*) malloc(dimension * sizeof(double));
+    for(int d = 0; d < dimension; d++) setCorner(d, inp_corner[d]);
+    for(int d = 0; d < dimension; d++) setWidth( d,  inp_width[d]);
+}
+
+// Destructs cell
+Cell::~Cell() {
+    free(corner);
+    free(width);
+}
+
+double Cell::getCorner(unsigned int d) {
+    return corner[d];
+}
+
+double Cell::getWidth(unsigned int d) {
+    return width[d];
+}
+
+void Cell::setCorner(unsigned int d, double val) {
+    corner[d] = val;
+}
+
+void Cell::setWidth(unsigned int d, double val) {
+    width[d] = val;
+}
+
+// Checks whether a point lies in a cell
+bool Cell::containsPoint(double point[])
+{
+    for(int d = 0; d < dimension; d++) {
+        if(corner[d] - width[d] > point[d]) return false;
+        if(corner[d] + width[d] < point[d]) return false;
+    }
+    return true;
+}
+
+
+// Default constructor for SPTree -- build tree, too!
+SPTree::SPTree(unsigned int D, double* inp_data, unsigned int N)
+{
+    
+    // Compute mean, width, and height of current map (boundaries of SPTree)
+    int nD = 0;
+    double* mean_Y = (double*) calloc(D,  sizeof(double));
+    double*  min_Y = (double*) malloc(D * sizeof(double)); for(unsigned int d = 0; d < D; d++)  min_Y[d] =  DBL_MAX;
+    double*  max_Y = (double*) malloc(D * sizeof(double)); for(unsigned int d = 0; d < D; d++)  max_Y[d] = -DBL_MAX;
+    for(unsigned int n = 0; n < N; n++) {
+        for(unsigned int d = 0; d < D; d++) {
+            mean_Y[d] += inp_data[n * D + d];
+            if(inp_data[nD + d] < min_Y[d]) min_Y[d] = inp_data[nD + d];
+            if(inp_data[nD + d] > max_Y[d]) max_Y[d] = inp_data[nD + d];
+        }
+        nD += D;
+    }
+    for(int d = 0; d < D; d++) mean_Y[d] /= (double) N;
+    
+    // Construct SPTree
+    double* width = (double*) malloc(D * sizeof(double));
+    for(int d = 0; d < D; d++) width[d] = fmax(max_Y[d] - mean_Y[d], mean_Y[d] - min_Y[d]) + 1e-5;
+    init(NULL, D, inp_data, mean_Y, width);
+    fill(N);
+    
+    // Clean up memory
+    free(mean_Y);
+    free(max_Y);
+    free(min_Y);
+    free(width);
+}
+
+
+// Constructor for SPTree with particular size and parent -- build the tree, too!
+SPTree::SPTree(unsigned int D, double* inp_data, unsigned int N, double* inp_corner, double* inp_width)
+{
+    init(NULL, D, inp_data, inp_corner, inp_width);
+    fill(N);
+}
+
+
+// Constructor for SPTree with particular size (do not fill the tree)
+SPTree::SPTree(unsigned int D, double* inp_data, double* inp_corner, double* inp_width)
+{
+    init(NULL, D, inp_data, inp_corner, inp_width);
+}
+
+
+// Constructor for SPTree with particular size and parent (do not fill tree)
+SPTree::SPTree(SPTree* inp_parent, unsigned int D, double* inp_data, double* inp_corner, double* inp_width) {
+    init(inp_parent, D, inp_data, inp_corner, inp_width);
+}
+
+
+// Constructor for SPTree with particular size and parent -- build the tree, too!
+SPTree::SPTree(SPTree* inp_parent, unsigned int D, double* inp_data, unsigned int N, double* inp_corner, double* inp_width)
+{
+    init(inp_parent, D, inp_data, inp_corner, inp_width);
+    fill(N);
+}
+
+
+// Main initialization function
+void SPTree::init(SPTree* inp_parent, unsigned int D, double* inp_data, double* inp_corner, double* inp_width)
+{
+    parent = inp_parent;
+    dimension = D;
+    no_children = 2;
+    for(unsigned int d = 1; d < D; d++) no_children *= 2;
+    data = inp_data;
+    is_leaf = true;
+    size = 0;
+    cum_size = 0;
+    
+    boundary = new Cell(dimension);
+    for(unsigned int d = 0; d < D; d++) boundary->setCorner(d, inp_corner[d]);
+    for(unsigned int d = 0; d < D; d++) boundary->setWidth( d, inp_width[d]);
+    
+    children = (SPTree**) malloc(no_children * sizeof(SPTree*));
+    for(unsigned int i = 0; i < no_children; i++) children[i] = NULL;
+
+    center_of_mass = (double*) malloc(D * sizeof(double));
+    for(unsigned int d = 0; d < D; d++) center_of_mass[d] = .0;
+    
+    buff = (double*) malloc(D * sizeof(double));
+}
+
+
+// Destructor for SPTree
+SPTree::~SPTree()
+{
+    for(unsigned int i = 0; i < no_children; i++) {
+        if(children[i] != NULL) delete children[i];
+    }
+    free(children);
+    free(center_of_mass);
+    free(buff);
+    delete boundary;
+}
+
+
+// Update the data underlying this tree
+void SPTree::setData(double* inp_data)
+{
+    data = inp_data;
+}
+
+
+// Get the parent of the current tree
+SPTree* SPTree::getParent()
+{
+    return parent;
+}
+
+
+// Insert a point into the SPTree
+bool SPTree::insert(unsigned int new_index)
+{
+    // Ignore objects which do not belong in this quad tree
+    double* point = data + new_index * dimension;
+    if(!boundary->containsPoint(point))
+        return false;
+    
+    // Online update of cumulative size and center-of-mass
+    cum_size++;
+    double mult1 = (double) (cum_size - 1) / (double) cum_size;
+    double mult2 = 1.0 / (double) cum_size;
+    for(unsigned int d = 0; d < dimension; d++) center_of_mass[d] *= mult1;
+    for(unsigned int d = 0; d < dimension; d++) center_of_mass[d] += mult2 * point[d];
+    
+    // If there is space in this quad tree and it is a leaf, add the object here
+    if(is_leaf && size < QT_NODE_CAPACITY) {
+        index[size] = new_index;
+        size++;
+        return true;
+    }
+    
+    // Don't add duplicates for now (this is not very nice)
+    bool any_duplicate = false;
+    for(unsigned int n = 0; n < size; n++) {
+        bool duplicate = true;
+        for(unsigned int d = 0; d < dimension; d++) {
+            if(point[d] != data[index[n] * dimension + d]) { duplicate = false; break; }
+        }
+        any_duplicate = any_duplicate | duplicate;
+    }
+    if(any_duplicate) return true;
+    
+    // Otherwise, we need to subdivide the current cell
+    if(is_leaf) subdivide();
+    
+    // Find out where the point can be inserted
+    for(unsigned int i = 0; i < no_children; i++) {
+        if(children[i]->insert(new_index)) return true;
+    }
+    
+    // Otherwise, the point cannot be inserted (this should never happen)
+    return false;
+}
+
+    
+// Create four children which fully divide this cell into four quads of equal area
+void SPTree::subdivide() {
+    
+    // Create new children
+    double* new_corner = (double*) malloc(dimension * sizeof(double));
+    double* new_width  = (double*) malloc(dimension * sizeof(double));
+    for(unsigned int i = 0; i < no_children; i++) {
+        unsigned int div = 1;
+        for(unsigned int d = 0; d < dimension; d++) {
+            new_width[d] = .5 * boundary->getWidth(d);
+            if((i / div) % 2 == 1) new_corner[d] = boundary->getCorner(d) - .5 * boundary->getWidth(d);
+            else                   new_corner[d] = boundary->getCorner(d) + .5 * boundary->getWidth(d);
+            div *= 2;
+        }
+        children[i] = new SPTree(this, dimension, data, new_corner, new_width);
+    }
+    free(new_corner);
+    free(new_width);
+    
+    // Move existing points to correct children
+    for(unsigned int i = 0; i < size; i++) {
+        bool success = false;
+        for(unsigned int j = 0; j < no_children; j++) {
+            if(!success) success = children[j]->insert(index[i]);
+        }
+        index[i] = -1;
+    }
+    
+    // Empty parent node
+    size = 0;
+    is_leaf = false;
+}
+
+
+// Build SPTree on dataset
+void SPTree::fill(unsigned int N)
+{
+    for(unsigned int i = 0; i < N; i++) insert(i);
+}
+
+
+// Checks whether the specified tree is correct
+bool SPTree::isCorrect()
+{
+    for(unsigned int n = 0; n < size; n++) {
+        double* point = data + index[n] * dimension;
+        if(!boundary->containsPoint(point)) return false;
+    }
+    if(!is_leaf) {
+        bool correct = true;
+        for(int i = 0; i < no_children; i++) correct = correct && children[i]->isCorrect();
+        return correct;
+    }
+    else return true;
+}
+
+
+
+// Build a list of all indices in SPTree
+void SPTree::getAllIndices(unsigned int* indices)
+{
+    getAllIndices(indices, 0);
+}
+
+
+// Build a list of all indices in SPTree
+unsigned int SPTree::getAllIndices(unsigned int* indices, unsigned int loc)
+{
+    
+    // Gather indices in current quadrant
+    for(unsigned int i = 0; i < size; i++) indices[loc + i] = index[i];
+    loc += size;
+    
+    // Gather indices in children
+    if(!is_leaf) {
+        for(int i = 0; i < no_children; i++) loc = children[i]->getAllIndices(indices, loc);
+    }
+    return loc;
+}
+
+
+unsigned int SPTree::getDepth() {
+    if(is_leaf) return 1;
+    int depth = 0;
+    for(unsigned int i = 0; i < no_children; i++) depth = fmax(depth, children[i]->getDepth());
+    return 1 + depth;
+}
+
+
+// Compute non-edge forces using Barnes-Hut algorithm
+void SPTree::computeNonEdgeForces(unsigned int point_index, double theta, double neg_f[], double* sum_Q)
+{
+    
+    // Make sure that we spend no time on empty nodes or self-interactions
+    if(cum_size == 0 || (is_leaf && size == 1 && index[0] == point_index)) return;
+    
+    // Compute distance between point and center-of-mass
+    double D = .0;
+    unsigned int ind = point_index * dimension;
+    for(unsigned int d = 0; d < dimension; d++) buff[d] = data[ind + d] - center_of_mass[d];
+    for(unsigned int d = 0; d < dimension; d++) D += buff[d] * buff[d];
+    
+    // Check whether we can use this node as a "summary"
+    double max_width = 0.0;
+    double cur_width;
+    for(unsigned int d = 0; d < dimension; d++) {
+        cur_width = boundary->getWidth(d);
+        max_width = (max_width > cur_width) ? max_width : cur_width;
+    }
+    if(is_leaf || max_width / sqrt(D) < theta) {
+    
+        // Compute and add t-SNE force between point and current node
+        D = 1.0 / (1.0 + D);
+        double mult = cum_size * D;
+        *sum_Q += mult;
+        mult *= D;
+        for(unsigned int d = 0; d < dimension; d++) neg_f[d] += mult * buff[d];
+    }
+    else {
+
+        // Recursively apply Barnes-Hut to children
+        for(unsigned int i = 0; i < no_children; i++) children[i]->computeNonEdgeForces(point_index, theta, neg_f, sum_Q);
+    }
+}
+
+
+// Computes edge forces
+void SPTree::computeEdgeForces(unsigned int* row_P, unsigned int* col_P, double* val_P, int N, double* pos_f)
+{
+    
+    // Loop over all edges in the graph
+    unsigned int ind1 = 0;
+    unsigned int ind2 = 0;
+    double D;
+    for(unsigned int n = 0; n < N; n++) {
+        for(unsigned int i = row_P[n]; i < row_P[n + 1]; i++) {
+        
+            // Compute pairwise distance and Q-value
+            D = 1.0;
+            ind2 = col_P[i] * dimension;
+            for(unsigned int d = 0; d < dimension; d++) buff[d] = data[ind1 + d] - data[ind2 + d];
+            for(unsigned int d = 0; d < dimension; d++) D += buff[d] * buff[d];
+            D = val_P[i] / D;
+            
+            // Sum positive force
+            for(unsigned int d = 0; d < dimension; d++) pos_f[ind1 + d] += D * buff[d];
+        }
+        ind1 += dimension;
+    }
+}
+
+
+// Print out tree
+void SPTree::print() 
+{
+    if(cum_size == 0) {
+        printf("Empty node\n");
+        return;
+    }
+
+    if(is_leaf) {
+        printf("Leaf node; data = [");
+        for(int i = 0; i < size; i++) {
+            double* point = data + index[i] * dimension;
+            for(int d = 0; d < dimension; d++) printf("%f, ", point[d]);
+            printf(" (index = %d)", index[i]);
+            if(i < size - 1) printf("\n");
+            else printf("]\n");
+        }        
+    }
+    else {
+        printf("Intersection node with center-of-mass = [");
+        for(int d = 0; d < dimension; d++) printf("%f, ", center_of_mass[d]);
+        printf("]; children are:\n");
+        for(int i = 0; i < no_children; i++) children[i]->print();
+    }
+}
+
diff --git a/metaviscon/src/t_sne/sptree.h b/metaviscon/src/t_sne/sptree.h
new file mode 100644
index 0000000000000000000000000000000000000000..b138a9a1353e5baafe08586bbd22d3ffdb0a8df8
--- /dev/null
+++ b/metaviscon/src/t_sne/sptree.h
@@ -0,0 +1,115 @@
+/*
+ *
+ * Copyright (c) 2014, Laurens van der Maaten (Delft University of Technology)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    This product includes software developed by the Delft University of Technology.
+ * 4. Neither the name of the Delft University of Technology nor the names of
+ *    its contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY LAURENS VAN DER MAATEN ''AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL LAURENS VAN DER MAATEN BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ *
+ */
+
+
+#ifndef SPTREE_H
+#define SPTREE_H
+
+using namespace std;
+
+
+class Cell {
+
+    unsigned int dimension;
+    double* corner;
+    double* width;
+    
+    
+public:
+    Cell(unsigned int inp_dimension);
+    Cell(unsigned int inp_dimension, double* inp_corner, double* inp_width);
+    ~Cell();
+    
+    double getCorner(unsigned int d);
+    double getWidth(unsigned int d);
+    void setCorner(unsigned int d, double val);
+    void setWidth(unsigned int d, double val);
+    bool containsPoint(double point[]);
+};
+
+
+class SPTree
+{
+    
+    // Fixed constants
+    static const unsigned int QT_NODE_CAPACITY = 1;
+
+    // A buffer we use when doing force computations
+    double* buff;
+    
+    // Properties of this node in the tree
+    SPTree* parent;
+    unsigned int dimension;
+    bool is_leaf;
+    unsigned int size;
+    unsigned int cum_size;
+        
+    // Axis-aligned bounding box stored as a center with half-dimensions to represent the boundaries of this quad tree
+    Cell* boundary;
+    
+    // Indices in this space-partitioning tree node, corresponding center-of-mass, and list of all children
+    double* data;
+    double* center_of_mass;
+    unsigned int index[QT_NODE_CAPACITY];
+    
+    // Children
+    SPTree** children;
+    unsigned int no_children;
+    
+public:
+    SPTree(unsigned int D, double* inp_data, unsigned int N);
+    SPTree(unsigned int D, double* inp_data, double* inp_corner, double* inp_width);
+    SPTree(unsigned int D, double* inp_data, unsigned int N, double* inp_corner, double* inp_width);
+    SPTree(SPTree* inp_parent, unsigned int D, double* inp_data, unsigned int N, double* inp_corner, double* inp_width);
+    SPTree(SPTree* inp_parent, unsigned int D, double* inp_data, double* inp_corner, double* inp_width);
+    ~SPTree();
+    void setData(double* inp_data);
+    SPTree* getParent();
+    void construct(Cell boundary);
+    bool insert(unsigned int new_index);
+    void subdivide();
+    bool isCorrect();
+    void rebuildTree();
+    void getAllIndices(unsigned int* indices);
+    unsigned int getDepth();
+    void computeNonEdgeForces(unsigned int point_index, double theta, double neg_f[], double* sum_Q);
+    void computeEdgeForces(unsigned int* row_P, unsigned int* col_P, double* val_P, int N, double* pos_f);
+    void print();
+    
+private:
+    void init(SPTree* inp_parent, unsigned int D, double* inp_data, double* inp_corner, double* inp_width);
+    void fill(unsigned int N);
+    unsigned int getAllIndices(unsigned int* indices, unsigned int loc);
+    bool isChild(unsigned int test_index, unsigned int start, unsigned int end);
+};
+
+#endif
diff --git a/metaviscon/src/t_sne/tsne.cpp b/metaviscon/src/t_sne/tsne.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..1b5daf720861e19830b731e178e099612735fb19
--- /dev/null
+++ b/metaviscon/src/t_sne/tsne.cpp
@@ -0,0 +1,724 @@
+#include "pch.h"
+/*
+ *
+ * Copyright (c) 2014, Laurens van der Maaten (Delft University of Technology)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    This product includes software developed by the Delft University of Technology.
+ * 4. Neither the name of the Delft University of Technology nor the names of
+ *    its contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY LAURENS VAN DER MAATEN ''AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL LAURENS VAN DER MAATEN BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ *
+ */
+
+#include <cfloat>
+#include <cmath>
+#include <cstdlib>
+#include <cstdio>
+#include <cstring>
+#include <ctime>
+
+#include "sptree.h"
+#include "tsne.h"
+#include "vptree.h"
+#pragma warning(disable:4996)
+
+using namespace std;
+
+static double sign(double x) { return (x == .0 ? .0 : (x < .0 ? -1.0 : 1.0)); }
+
+static void zeroMean(double* X, int N, int D);
+static void computeGaussianPerplexity(double* X, int N, int D, double* P, double perplexity);
+static void computeGaussianPerplexity(double* X, int N, int D, unsigned int** _row_P, unsigned int** _col_P, double** _val_P, double perplexity, int K);
+static double randn();
+static void computeExactGradient(double* P, double* Y, int N, int D, double* dC);
+static void computeGradient(unsigned int* inp_row_P, unsigned int* inp_col_P, double* inp_val_P, double* Y, int N, int D, double* dC, double theta);
+static double evaluateError(double* P, double* Y, int N, int D);
+static double evaluateError(unsigned int* row_P, unsigned int* col_P, double* val_P, double* Y, int N, int D, double theta);
+static void computeSquaredEuclideanDistance(double* X, int N, int D, double* DD);
+static void symmetrizeMatrix(unsigned int** row_P, unsigned int** col_P, double** val_P, int N);
+
+// Perform t-SNE
+void TSNE::run(double* X, int N, int D, double* Y, int no_dims, double perplexity, double theta, double eta, int rand_seed,
+               bool skip_random_init, int max_iter, int stop_lying_iter, int mom_switch_iter) {
+
+    // Set random seed
+    if (skip_random_init != true) {
+      if(rand_seed >= 0) {
+          printf("Using random seed: %d\n", rand_seed);
+          srand((unsigned int) rand_seed);
+      } else {
+          printf("Using current time as random seed...\n");
+          srand(time(NULL));
+      }
+    }
+
+    // Determine whether we are using an exact algorithm
+    if(N - 1 < 3 * perplexity) { printf("Perplexity too large for the number of data points!\n"); exit(1); }
+    printf("Using no_dims = %d, perplexity = %f, and theta = %f\n", no_dims, perplexity, theta);
+    bool exact = (theta == .0) ? true : false;
+
+    // Set learning parameters
+    float total_time = .0;
+    clock_t start, end;
+	double momentum = .5, final_momentum = .8;
+
+    // Allocate some memory
+    double* dY    = (double*) malloc(N * no_dims * sizeof(double));
+    double* uY    = (double*) malloc(N * no_dims * sizeof(double));
+    double* gains = (double*) malloc(N * no_dims * sizeof(double));
+    if(dY == NULL || uY == NULL || gains == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    for(int i = 0; i < N * no_dims; i++)    uY[i] =  .0;
+    for(int i = 0; i < N * no_dims; i++) gains[i] = 1.0;
+
+    // Normalize input data (to prevent numerical problems)
+    printf("Computing input similarities...\n");
+    start = clock();
+    zeroMean(X, N, D);
+    double max_X = .0;
+    for(int i = 0; i < N * D; i++) {
+        if(fabs(X[i]) > max_X) max_X = fabs(X[i]);
+    }
+    for(int i = 0; i < N * D; i++) X[i] /= max_X;
+
+    // Compute input similarities for exact t-SNE
+    double* P = nullptr; unsigned int* row_P = nullptr; unsigned int* col_P = nullptr; double* val_P = nullptr;
+    if(exact) {
+
+        // Compute similarities
+        printf("Exact?");
+        P = (double*) malloc(N * N * sizeof(double));
+        if(P == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+        computeGaussianPerplexity(X, N, D, P, perplexity);
+
+        // Symmetrize input similarities
+        printf("Symmetrizing...\n");
+        int nN = 0;
+        for(int n = 0; n < N; n++) {
+            int mN = (n + 1) * N;
+            for(int m = n + 1; m < N; m++) {
+                P[nN + m] += P[mN + n];
+                P[mN + n]  = P[nN + m];
+                mN += N;
+            }
+            nN += N;
+        }
+        double sum_P = .0;
+        for(int i = 0; i < N * N; i++) sum_P += P[i];
+        for(int i = 0; i < N * N; i++) P[i] /= sum_P;
+    }
+
+    // Compute input similarities for approximate t-SNE
+    else {
+
+        // Compute asymmetric pairwise input similarities
+        computeGaussianPerplexity(X, N, D, &row_P, &col_P, &val_P, perplexity, (int) (3 * perplexity));
+
+        // Symmetrize input similarities
+        symmetrizeMatrix(&row_P, &col_P, &val_P, N);
+        double sum_P = .0;
+        for(int i = 0; i < row_P[N]; i++) sum_P += val_P[i];
+        for(int i = 0; i < row_P[N]; i++) val_P[i] /= sum_P;
+    }
+    end = clock();
+
+    // Lie about the P-values
+    if(exact) { for(int i = 0; i < N * N; i++)        P[i] *= 12.0; }
+    else {      for(int i = 0; i < row_P[N]; i++) val_P[i] *= 12.0; }
+
+	// Initialize solution (randomly)
+  if (skip_random_init != true) {
+  	for(int i = 0; i < N * no_dims; i++) Y[i] = randn() * .0001;
+  }
+
+	// Perform main training loop
+    if(exact) printf("Input similarities computed in %4.2f seconds!\nLearning embedding...\n", (float) (end - start) / CLOCKS_PER_SEC);
+    else printf("Input similarities computed in %4.2f seconds (sparsity = %f)!\nLearning embedding...\n", (float) (end - start) / CLOCKS_PER_SEC, (double) row_P[N] / ((double) N * (double) N));
+    start = clock();
+    double last_C = -1;
+	for(int iter = 0; iter < max_iter; iter++) {
+
+        // Compute (approximate) gradient
+        if(exact) computeExactGradient(P, Y, N, no_dims, dY);
+        else computeGradient(row_P, col_P, val_P, Y, N, no_dims, dY, theta);
+
+        // Update gains
+        for(int i = 0; i < N * no_dims; i++) gains[i] = (sign(dY[i]) != sign(uY[i])) ? (gains[i] + .2) : (gains[i] * .8);
+        for(int i = 0; i < N * no_dims; i++) if(gains[i] < .01) gains[i] = .01;
+
+        // Perform gradient update (with momentum and gains)
+        for(int i = 0; i < N * no_dims; i++) uY[i] = momentum * uY[i] - eta * gains[i] * dY[i];
+		for(int i = 0; i < N * no_dims; i++)  Y[i] = Y[i] + uY[i];
+
+        // Make solution zero-mean
+		zeroMean(Y, N, no_dims);
+
+        // Stop lying about the P-values after a while, and switch momentum
+        if(iter == stop_lying_iter) {
+            if(exact) { for(int i = 0; i < N * N; i++)        P[i] /= 12.0; }
+            else      { for(int i = 0; i < row_P[N]; i++) val_P[i] /= 12.0; }
+        }
+        if(iter == mom_switch_iter) momentum = final_momentum;
+
+        // Print out progress
+        if (iter > 0 && (iter % 50 == 0 || iter == max_iter - 1)) {
+            end = clock();
+            double C = .0;
+            if(exact) C = evaluateError(P, Y, N, no_dims);
+            else      C = evaluateError(row_P, col_P, val_P, Y, N, no_dims, theta);  // doing approximate computation here!
+           
+            if(iter == 0)
+                printf("Iteration %d: error is %f\n", iter + 1, C);
+            else {
+                total_time += (float) (end - start) / CLOCKS_PER_SEC;
+                printf("Iteration %d: error is %f (50 iterations in %4.2f seconds)\n", iter, C, (float) (end - start) / CLOCKS_PER_SEC);
+            }
+			start = clock();
+            /*if (std::fabs(last_C - C) < 0.001) {
+                break;
+            }
+            last_C = C;*/
+        }
+    }
+    end = clock(); total_time += (float) (end - start) / CLOCKS_PER_SEC;
+
+    // Clean up memory
+    free(dY);
+    free(uY);
+    free(gains);
+    if(exact) free(P);
+    else {
+        free(row_P); row_P = NULL;
+        free(col_P); col_P = NULL;
+        free(val_P); val_P = NULL;
+    }
+    printf("Fitting performed in %4.2f seconds.\n", total_time);
+}
+
+
+// Compute gradient of the t-SNE cost function (using Barnes-Hut algorithm)
+static void computeGradient(unsigned int* inp_row_P, unsigned int* inp_col_P, double* inp_val_P, double* Y, int N, int D, double* dC, double theta)
+{
+
+    // Construct space-partitioning tree on current map
+    SPTree* tree = new SPTree(D, Y, N);
+
+    // Compute all terms required for t-SNE gradient
+    double sum_Q = .0;
+    double* pos_f = (double*) calloc(N * D, sizeof(double));
+    double* neg_f = (double*) calloc(N * D, sizeof(double));
+    if(pos_f == NULL || neg_f == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    tree->computeEdgeForces(inp_row_P, inp_col_P, inp_val_P, N, pos_f);
+    for(int n = 0; n < N; n++) tree->computeNonEdgeForces(n, theta, neg_f + n * D, &sum_Q);
+
+    // Compute final t-SNE gradient
+    for(int i = 0; i < N * D; i++) {
+        dC[i] = pos_f[i] - (neg_f[i] / sum_Q);
+    }
+    free(pos_f);
+    free(neg_f);
+    delete tree;
+}
+
+// Compute gradient of the t-SNE cost function (exact)
+static void computeExactGradient(double* P, double* Y, int N, int D, double* dC) {
+
+	// Make sure the current gradient contains zeros
+	for(int i = 0; i < N * D; i++) dC[i] = 0.0;
+
+    // Compute the squared Euclidean distance matrix
+    double* DD = (double*) malloc(N * N * sizeof(double));
+    if(DD == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    computeSquaredEuclideanDistance(Y, N, D, DD);
+
+    // Compute Q-matrix and normalization sum
+    double* Q    = (double*) malloc(N * N * sizeof(double));
+    if(Q == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    double sum_Q = .0;
+    int nN = 0;
+    for(int n = 0; n < N; n++) {
+    	for(int m = 0; m < N; m++) {
+            if(n != m) {
+                Q[nN + m] = 1 / (1 + DD[nN + m]);
+                sum_Q += Q[nN + m];
+            }
+        }
+        nN += N;
+    }
+
+	// Perform the computation of the gradient
+    nN = 0;
+    int nD = 0;
+	for(int n = 0; n < N; n++) {
+        int mD = 0;
+    	for(int m = 0; m < N; m++) {
+            if(n != m) {
+                double mult = (P[nN + m] - (Q[nN + m] / sum_Q)) * Q[nN + m];
+                for(int d = 0; d < D; d++) {
+                    dC[nD + d] += (Y[nD + d] - Y[mD + d]) * mult;
+                }
+            }
+            mD += D;
+		}
+        nN += N;
+        nD += D;
+	}
+
+    // Free memory
+    free(DD); DD = NULL;
+    free(Q);  Q  = NULL;
+}
+
+
+// Evaluate t-SNE cost function (exactly)
+static double evaluateError(double* P, double* Y, int N, int D) {
+
+    // Compute the squared Euclidean distance matrix
+    double* DD = (double*) malloc(N * N * sizeof(double));
+    double* Q = (double*) malloc(N * N * sizeof(double));
+    if(DD == NULL || Q == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    computeSquaredEuclideanDistance(Y, N, D, DD);
+
+    // Compute Q-matrix and normalization sum
+    int nN = 0;
+    double sum_Q = DBL_MIN;
+    for(int n = 0; n < N; n++) {
+    	for(int m = 0; m < N; m++) {
+            if(n != m) {
+                Q[nN + m] = 1 / (1 + DD[nN + m]);
+                sum_Q += Q[nN + m];
+            }
+            else Q[nN + m] = DBL_MIN;
+        }
+        nN += N;
+    }
+    for(int i = 0; i < N * N; i++) Q[i] /= sum_Q;
+
+    // Sum t-SNE error
+    double C = .0;
+	for(int n = 0; n < N * N; n++) {
+        C += P[n] * log((P[n] + FLT_MIN) / (Q[n] + FLT_MIN));
+	}
+
+    // Clean up memory
+    free(DD);
+    free(Q);
+	return C;
+}
+
+// Evaluate t-SNE cost function (approximately)
+static double evaluateError(unsigned int* row_P, unsigned int* col_P, double* val_P, double* Y, int N, int D, double theta)
+{
+
+    // Get estimate of normalization term
+    SPTree* tree = new SPTree(D, Y, N);
+    double* buff = (double*) calloc(D, sizeof(double));
+    double sum_Q = .0;
+    for(int n = 0; n < N; n++) tree->computeNonEdgeForces(n, theta, buff, &sum_Q);
+
+    // Loop over all edges to compute t-SNE error
+    int ind1, ind2;
+    double C = .0, Q;
+    for(int n = 0; n < N; n++) {
+        ind1 = n * D;
+        for(int i = row_P[n]; i < row_P[n + 1]; i++) {
+            Q = .0;
+            ind2 = col_P[i] * D;
+            for(int d = 0; d < D; d++) buff[d]  = Y[ind1 + d];
+            for(int d = 0; d < D; d++) buff[d] -= Y[ind2 + d];
+            for(int d = 0; d < D; d++) Q += buff[d] * buff[d];
+            Q = (1.0 / (1.0 + Q)) / sum_Q;
+            C += val_P[i] * log((val_P[i] + FLT_MIN) / (Q + FLT_MIN));
+        }
+    }
+
+    // Clean up memory
+    free(buff);
+    delete tree;
+    return C;
+}
+
+
+// Compute input similarities with a fixed perplexity
+static void computeGaussianPerplexity(double* X, int N, int D, double* P, double perplexity) {
+
+	// Compute the squared Euclidean distance matrix
+	double* DD = (double*) malloc(N * N * sizeof(double));
+    if(DD == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+	computeSquaredEuclideanDistance(X, N, D, DD);
+
+	// Compute the Gaussian kernel row by row
+    int nN = 0;
+	for(int n = 0; n < N; n++) {
+
+		// Initialize some variables
+		bool found = false;
+		double beta = 1.0;
+		double min_beta = -DBL_MAX;
+		double max_beta =  DBL_MAX;
+		double tol = 1e-5;
+        double sum_P;
+
+		// Iterate until we found a good perplexity
+		int iter = 0;
+		while(!found && iter < 200) {
+
+			// Compute Gaussian kernel row
+			for(int m = 0; m < N; m++) P[nN + m] = exp(-beta * DD[nN + m]);
+			P[nN + n] = DBL_MIN;
+
+			// Compute entropy of current row
+			sum_P = DBL_MIN;
+			for(int m = 0; m < N; m++) sum_P += P[nN + m];
+			double H = 0.0;
+			for(int m = 0; m < N; m++) H += beta * (DD[nN + m] * P[nN + m]);
+			H = (H / sum_P) + log(sum_P);
+
+			// Evaluate whether the entropy is within the tolerance level
+			double Hdiff = H - log(perplexity);
+			if(Hdiff < tol && -Hdiff < tol) {
+				found = true;
+			}
+			else {
+				if(Hdiff > 0) {
+					min_beta = beta;
+					if(max_beta == DBL_MAX || max_beta == -DBL_MAX)
+						beta *= 2.0;
+					else
+						beta = (beta + max_beta) / 2.0;
+				}
+				else {
+					max_beta = beta;
+					if(min_beta == -DBL_MAX || min_beta == DBL_MAX)
+						beta /= 2.0;
+					else
+						beta = (beta + min_beta) / 2.0;
+				}
+			}
+
+			// Update iteration counter
+			iter++;
+		}
+
+		// Row normalize P
+		for(int m = 0; m < N; m++) P[nN + m] /= sum_P;
+        nN += N;
+	}
+
+	// Clean up memory
+	free(DD); DD = NULL;
+}
+
+
+// Compute input similarities with a fixed perplexity using ball trees (this function allocates memory another function should free)
+static void computeGaussianPerplexity(double* X, int N, int D, unsigned int** _row_P, unsigned int** _col_P, double** _val_P, double perplexity, int K) {
+
+    if(perplexity > K) printf("Perplexity should be lower than K!\n");
+
+    // Allocate the memory we need
+    *_row_P = (unsigned int*)    malloc((N + 1) * sizeof(unsigned int));
+    *_col_P = (unsigned int*)    calloc(N * K, sizeof(unsigned int));
+    *_val_P = (double*) calloc(N * K, sizeof(double));
+    if(*_row_P == NULL || *_col_P == NULL || *_val_P == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    unsigned int* row_P = *_row_P;
+    unsigned int* col_P = *_col_P;
+    double* val_P = *_val_P;
+    double* cur_P = (double*) malloc((N - 1) * sizeof(double));
+    if(cur_P == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    row_P[0] = 0;
+    for(int n = 0; n < N; n++) row_P[n + 1] = row_P[n] + (unsigned int) K;
+
+    // Build ball tree on data set
+    VpTree<DataPoint, euclidean_distance>* tree = new VpTree<DataPoint, euclidean_distance>();
+    vector<DataPoint> obj_X(N, DataPoint(D, -1, X));
+    for(int n = 0; n < N; n++) obj_X[n] = DataPoint(D, n, X + n * D);
+    tree->create(obj_X);
+
+    // Loop over all points to find nearest neighbors
+    printf("Building tree...\n");
+    vector<DataPoint> indices;
+    vector<double> distances;
+    for(int n = 0; n < N; n++) {
+
+        if(n % 10000 == 0) printf(" - point %d of %d\n", n, N);
+
+        // Find nearest neighbors
+        indices.clear();
+        distances.clear();
+        tree->search(obj_X[n], K + 1, &indices, &distances);
+
+        // Initialize some variables for binary search
+        bool found = false;
+        double beta = 1.0;
+        double min_beta = -DBL_MAX;
+        double max_beta =  DBL_MAX;
+        double tol = 1e-5;
+
+        // Iterate until we found a good perplexity
+        int iter = 0; double sum_P;
+        while(!found && iter < 200) {
+
+            // Compute Gaussian kernel row
+            for(int m = 0; m < K; m++) cur_P[m] = exp(-beta * distances[m + 1] * distances[m + 1]);
+
+            // Compute entropy of current row
+            sum_P = DBL_MIN;
+            for(int m = 0; m < K; m++) sum_P += cur_P[m];
+            double H = .0;
+            for(int m = 0; m < K; m++) H += beta * (distances[m + 1] * distances[m + 1] * cur_P[m]);
+            H = (H / sum_P) + log(sum_P);
+
+            // Evaluate whether the entropy is within the tolerance level
+            double Hdiff = H - log(perplexity);
+            if(Hdiff < tol && -Hdiff < tol) {
+                found = true;
+            }
+            else {
+                if(Hdiff > 0) {
+                    min_beta = beta;
+                    if(max_beta == DBL_MAX || max_beta == -DBL_MAX)
+                        beta *= 2.0;
+                    else
+                        beta = (beta + max_beta) / 2.0;
+                }
+                else {
+                    max_beta = beta;
+                    if(min_beta == -DBL_MAX || min_beta == DBL_MAX)
+                        beta /= 2.0;
+                    else
+                        beta = (beta + min_beta) / 2.0;
+                }
+            }
+
+            // Update iteration counter
+            iter++;
+        }
+
+        // Row-normalize current row of P and store in matrix
+        for(unsigned int m = 0; m < K; m++) cur_P[m] /= sum_P;
+        for(unsigned int m = 0; m < K; m++) {
+            col_P[row_P[n] + m] = (unsigned int) indices[m + 1].index();
+            val_P[row_P[n] + m] = cur_P[m];
+        }
+    }
+
+    // Clean up memory
+    obj_X.clear();
+    free(cur_P);
+    delete tree;
+}
+
+
+// Symmetrizes a sparse matrix
+static void symmetrizeMatrix(unsigned int** _row_P, unsigned int** _col_P, double** _val_P, int N) {
+
+    // Get sparse matrix
+    unsigned int* row_P = *_row_P;
+    unsigned int* col_P = *_col_P;
+    double* val_P = *_val_P;
+
+    // Count number of elements and row counts of symmetric matrix
+    int* row_counts = (int*) calloc(N, sizeof(int));
+    if(row_counts == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    for(int n = 0; n < N; n++) {
+        for(int i = row_P[n]; i < row_P[n + 1]; i++) {
+
+            // Check whether element (col_P[i], n) is present
+            bool present = false;
+            for(int m = row_P[col_P[i]]; m < row_P[col_P[i] + 1]; m++) {
+                if(col_P[m] == n) present = true;
+            }
+            if(present) row_counts[n]++;
+            else {
+                row_counts[n]++;
+                row_counts[col_P[i]]++;
+            }
+        }
+    }
+    int no_elem = 0;
+    for(int n = 0; n < N; n++) no_elem += row_counts[n];
+
+    // Allocate memory for symmetrized matrix
+    unsigned int* sym_row_P = (unsigned int*) malloc((N + 1) * sizeof(unsigned int));
+    unsigned int* sym_col_P = (unsigned int*) malloc(no_elem * sizeof(unsigned int));
+    double* sym_val_P = (double*) malloc(no_elem * sizeof(double));
+    if(sym_row_P == NULL || sym_col_P == NULL || sym_val_P == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+
+    // Construct new row indices for symmetric matrix
+    sym_row_P[0] = 0;
+    for(int n = 0; n < N; n++) sym_row_P[n + 1] = sym_row_P[n] + (unsigned int) row_counts[n];
+
+    // Fill the result matrix
+    int* offset = (int*) calloc(N, sizeof(int));
+    if(offset == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    for(int n = 0; n < N; n++) {
+        for(unsigned int i = row_P[n]; i < row_P[n + 1]; i++) {                                  // considering element(n, col_P[i])
+
+            // Check whether element (col_P[i], n) is present
+            bool present = false;
+            for(unsigned int m = row_P[col_P[i]]; m < row_P[col_P[i] + 1]; m++) {
+                if(col_P[m] == n) {
+                    present = true;
+                    if(n <= col_P[i]) {                                                 // make sure we do not add elements twice
+                        sym_col_P[sym_row_P[n]        + offset[n]]        = col_P[i];
+                        sym_col_P[sym_row_P[col_P[i]] + offset[col_P[i]]] = n;
+                        sym_val_P[sym_row_P[n]        + offset[n]]        = val_P[i] + val_P[m];
+                        sym_val_P[sym_row_P[col_P[i]] + offset[col_P[i]]] = val_P[i] + val_P[m];
+                    }
+                }
+            }
+
+            // If (col_P[i], n) is not present, there is no addition involved
+            if(!present) {
+                sym_col_P[sym_row_P[n]        + offset[n]]        = col_P[i];
+                sym_col_P[sym_row_P[col_P[i]] + offset[col_P[i]]] = n;
+                sym_val_P[sym_row_P[n]        + offset[n]]        = val_P[i];
+                sym_val_P[sym_row_P[col_P[i]] + offset[col_P[i]]] = val_P[i];
+            }
+
+            // Update offsets
+            if(!present || (present && n <= col_P[i])) {
+                offset[n]++;
+                if(col_P[i] != n) offset[col_P[i]]++;
+            }
+        }
+    }
+
+    // Divide the result by two
+    for(int i = 0; i < no_elem; i++) sym_val_P[i] /= 2.0;
+
+    // Return symmetrized matrices
+    free(*_row_P); *_row_P = sym_row_P;
+    free(*_col_P); *_col_P = sym_col_P;
+    free(*_val_P); *_val_P = sym_val_P;
+
+    // Free up some memery
+    free(offset); offset = NULL;
+    free(row_counts); row_counts  = NULL;
+}
+
+// Compute squared Euclidean distance matrix
+static void computeSquaredEuclideanDistance(double* X, int N, int D, double* DD) {
+    const double* XnD = X;
+    for(int n = 0; n < N; ++n, XnD += D) {
+        const double* XmD = XnD + D;
+        double* curr_elem = &DD[n*N + n];
+        *curr_elem = 0.0;
+        double* curr_elem_sym = curr_elem + N;
+        for(int m = n + 1; m < N; ++m, XmD+=D, curr_elem_sym+=N) {
+            *(++curr_elem) = 0.0;
+            for(int d = 0; d < D; ++d) {
+                *curr_elem += (XnD[d] - XmD[d]) * (XnD[d] - XmD[d]);
+            }
+            *curr_elem_sym = *curr_elem;
+        }
+    }
+}
+
+
+// Makes data zero-mean
+static void zeroMean(double* X, int N, int D) {
+
+	// Compute data mean
+	double* mean = (double*) calloc(D, sizeof(double));
+    if(mean == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    int nD = 0;
+	for(int n = 0; n < N; n++) {
+		for(int d = 0; d < D; d++) {
+			mean[d] += X[nD + d];
+		}
+        nD += D;
+	}
+	for(int d = 0; d < D; d++) {
+		mean[d] /= (double) N;
+	}
+
+	// Subtract data mean
+    nD = 0;
+	for(int n = 0; n < N; n++) {
+		for(int d = 0; d < D; d++) {
+			X[nD + d] -= mean[d];
+		}
+        nD += D;
+	}
+    free(mean); mean = NULL;
+}
+
+
+// Generates a Gaussian random number
+static double randn() {
+	double x, y, radius;
+	do {
+		x = 2 * (rand() / ((double) RAND_MAX + 1)) - 1;
+		y = 2 * (rand() / ((double) RAND_MAX + 1)) - 1;
+		radius = (x * x) + (y * y);
+	} while((radius >= 1.0) || (radius == 0.0));
+	radius = sqrt(-2 * log(radius) / radius);
+	x *= radius;
+	y *= radius;
+	return x;
+}
+
+// Function that loads data from a t-SNE file
+// Note: this function does a malloc that should be freed elsewhere
+bool TSNE::load_data(double** data, int* n, int* d, int* no_dims, double* theta, double* perplexity, int* rand_seed, int* max_iter) {
+
+	// Open file, read first 2 integers, allocate memory, and read the data
+    FILE *h;
+    
+	if((h = fopen("data.dat", "r+b")) == NULL) {
+		printf("Error: could not open data file.\n");
+		return false;
+	}
+	fread(n, sizeof(int), 1, h);											// number of datapoints
+	fread(d, sizeof(int), 1, h);											// original dimensionality
+    fread(theta, sizeof(double), 1, h);										// gradient accuracy
+	fread(perplexity, sizeof(double), 1, h);								// perplexity
+	fread(no_dims, sizeof(int), 1, h);                                      // output dimensionality
+    fread(max_iter, sizeof(int),1,h);                                       // maximum number of iterations
+	*data = (double*) malloc(*d * *n * sizeof(double));
+    if(*data == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+    fread(*data, sizeof(double), *n * *d, h);                               // the data
+    if(!feof(h)) fread(rand_seed, sizeof(int), 1, h);                       // random seed
+	fclose(h);
+	printf("Read the %i x %i data matrix successfully!\n", *n, *d);
+	return true;
+}
+
+// Function that saves map to a t-SNE file
+void TSNE::save_data(double* data, int* landmarks, double* costs, int n, int d) {
+
+	// Open file, write first 2 integers and then the data
+	FILE *h;
+	if((h = fopen("result.dat", "w+b")) == NULL) {
+		printf("Error: could not open data file.\n");
+		return;
+	}
+	fwrite(&n, sizeof(int), 1, h);
+	fwrite(&d, sizeof(int), 1, h);
+    fwrite(data, sizeof(double), n * d, h);
+	fwrite(landmarks, sizeof(int), n, h);
+    fwrite(costs, sizeof(double), n, h);
+    fclose(h);
+	printf("Wrote the %i x %i data matrix successfully!\n", n, d);
+}
diff --git a/metaviscon/src/t_sne/tsne.h b/metaviscon/src/t_sne/tsne.h
new file mode 100644
index 0000000000000000000000000000000000000000..e1a78e090e8fe8286705d9a720822c9d9f767ef5
--- /dev/null
+++ b/metaviscon/src/t_sne/tsne.h
@@ -0,0 +1,50 @@
+/*
+ *
+ * Copyright (c) 2014, Laurens van der Maaten (Delft University of Technology)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    This product includes software developed by the Delft University of Technology.
+ * 4. Neither the name of the Delft University of Technology nor the names of
+ *    its contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY LAURENS VAN DER MAATEN ''AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL LAURENS VAN DER MAATEN BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ *
+ */
+
+
+#ifndef TSNE_H
+#define TSNE_H
+
+#ifdef __cplusplus
+extern "C" {
+namespace TSNE {
+#endif
+    void run(double* X, int N, int D, double* Y, int no_dims, double perplexity, double theta, double eta, int rand_seed,
+             bool skip_random_init, int max_iter, int stop_lying_iter, int mom_switch_iter);
+    bool load_data(double** data, int* n, int* d, int* no_dims, double* theta, double* perplexity, int* rand_seed, int* max_iter);
+    void save_data(double* data, int* landmarks, double* costs, int n, int d);
+#ifdef __cplusplus
+};
+}
+#endif
+
+#endif
diff --git a/metaviscon/src/t_sne/tsne_main.cpp b/metaviscon/src/t_sne/tsne_main.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..034c49142583244dc7417914a70e895ba4fa0efe
--- /dev/null
+++ b/metaviscon/src/t_sne/tsne_main.cpp
@@ -0,0 +1,41 @@
+#include <cfloat>
+#include <cmath>
+#include <cstdlib>
+#include <cstdio>
+#include <cstring>
+#include <ctime>
+#include "tsne.h"
+
+// Function that runs the Barnes-Hut implementation of t-SNE
+int main2() {
+
+    // Define some variables
+	int origN, N, D, no_dims, max_iter;
+	double perplexity, theta, *data;
+    int rand_seed = -1;
+
+    // Read the parameters and the dataset
+	if(TSNE::load_data(&data, &origN, &D, &no_dims, &theta, &perplexity, &rand_seed, &max_iter)) {
+
+		// Make dummy landmarks
+        N = origN;
+        int* landmarks = (int*) malloc(N * sizeof(int));
+        if(landmarks == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+        for(int n = 0; n < N; n++) landmarks[n] = n;
+
+		// Now fire up the SNE implementation
+		double* Y = (double*) malloc(N * no_dims * sizeof(double));
+		double* costs = (double*) calloc(N, sizeof(double));
+        if(Y == NULL || costs == NULL) { printf("Memory allocation failed!\n"); exit(1); }
+		TSNE::run(data, N, D, Y, no_dims, perplexity, theta, 200.0, rand_seed, false, max_iter, 250, 250);
+
+		// Save the results
+		TSNE::save_data(Y, landmarks, costs, N, no_dims);
+
+        // Clean up the memory
+		free(data); data = NULL;
+		free(Y); Y = NULL;
+		free(costs); costs = NULL;
+		free(landmarks); landmarks = NULL;
+    }
+}
diff --git a/metaviscon/src/t_sne/vptree.h b/metaviscon/src/t_sne/vptree.h
new file mode 100644
index 0000000000000000000000000000000000000000..a545bea6b9a7b2f6f5ca61b9ba28d85b447c256f
--- /dev/null
+++ b/metaviscon/src/t_sne/vptree.h
@@ -0,0 +1,272 @@
+/*
+ *
+ * Copyright (c) 2014, Laurens van der Maaten (Delft University of Technology)
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    This product includes software developed by the Delft University of Technology.
+ * 4. Neither the name of the Delft University of Technology nor the names of 
+ *    its contributors may be used to endorse or promote products derived from 
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY LAURENS VAN DER MAATEN ''AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
+ * EVENT SHALL LAURENS VAN DER MAATEN BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
+ * OF SUCH DAMAGE.
+ *
+ */
+
+
+/* This code was adopted with minor modifications from Steve Hanov's great tutorial at http://stevehanov.ca/blog/index.php?id=130 */
+
+#include <stdlib.h>
+#include <algorithm>
+#include <vector>
+#include <stdio.h>
+#include <queue>
+#include <limits>
+#include <cmath>
+
+
+#ifndef VPTREE_H
+#define VPTREE_H
+
+class DataPoint
+{
+    int _ind;
+
+public:
+    double* _x;
+    int _D;
+    DataPoint() {
+        _D = 1;
+        _ind = -1;
+        _x = NULL;
+    }
+    DataPoint(int D, int ind, double* x) {
+        _D = D;
+        _ind = ind;
+        _x = (double*) malloc(_D * sizeof(double));
+        for(int d = 0; d < _D; d++) _x[d] = x[d];
+    }
+    DataPoint(const DataPoint& other) {                     // this makes a deep copy -- should not free anything
+        if(this != &other) {
+            _D = other.dimensionality();
+            _ind = other.index();
+            _x = (double*) malloc(_D * sizeof(double));      
+            for(int d = 0; d < _D; d++) _x[d] = other.x(d);
+        }
+    }
+    ~DataPoint() { if(_x != NULL) free(_x); }
+    DataPoint& operator= (const DataPoint& other) {         // asignment should free old object
+        if(this != &other) {
+            if(_x != NULL) free(_x);
+            _D = other.dimensionality();
+            _ind = other.index();
+            _x = (double*) malloc(_D * sizeof(double));
+            for(int d = 0; d < _D; d++) _x[d] = other.x(d);
+        }
+        return *this;
+    }
+    int index() const { return _ind; }
+    int dimensionality() const { return _D; }
+    double x(int d) const { return _x[d]; }
+};
+
+inline double euclidean_distance(const DataPoint &t1, const DataPoint &t2) {
+    double dd = .0;
+    double* x1 = t1._x;
+    double* x2 = t2._x;
+    double diff;
+    for(int d = 0; d < t1._D; d++) {
+        diff = (x1[d] - x2[d]);
+        dd += diff * diff;
+    }
+    return sqrt(dd);
+}
+
+
+template<typename T, double (*distance)( const T&, const T& )>
+class VpTree
+{
+public:
+    
+    // Default constructor
+    VpTree() : _root(0) {}
+    
+    // Destructor
+    ~VpTree() {
+        delete _root;
+    }
+
+    // Function to create a new VpTree from data
+    void create(const std::vector<T>& items) {
+        delete _root;
+        _items = items;
+        _root = buildFromPoints(0, items.size());
+    }
+    
+    // Function that uses the tree to find the k nearest neighbors of target
+    void search(const T& target, int k, std::vector<T>* results, std::vector<double>* distances)
+    {
+        
+        // Use a priority queue to store intermediate results on
+        std::priority_queue<HeapItem> heap;
+        
+        // Variable that tracks the distance to the farthest point in our results
+        _tau = DBL_MAX;
+        
+        // Perform the search
+        search(_root, target, k, heap);
+        
+        // Gather final results
+        results->clear(); distances->clear();
+        while(!heap.empty()) {
+            results->push_back(_items[heap.top().index]);
+            distances->push_back(heap.top().dist);
+            heap.pop();
+        }
+        
+        // Results are in reverse order
+        std::reverse(results->begin(), results->end());
+        std::reverse(distances->begin(), distances->end());
+    }
+    
+private:
+    std::vector<T> _items;
+    double _tau;
+    
+    // Single node of a VP tree (has a point and radius; left children are closer to point than the radius)
+    struct Node
+    {
+        int index;              // index of point in node
+        double threshold;       // radius(?)
+        Node* left;             // points closer by than threshold
+        Node* right;            // points farther away than threshold
+        
+        Node() :
+        index(0), threshold(0.), left(0), right(0) {}
+        
+        ~Node() {               // destructor
+            delete left;
+            delete right;
+        }
+    }* _root;
+    
+    
+    // An item on the intermediate result queue
+    struct HeapItem {
+        HeapItem( int index, double dist) :
+        index(index), dist(dist) {}
+        int index;
+        double dist;
+        bool operator<(const HeapItem& o) const {
+            return dist < o.dist;
+        }
+    };
+    
+    // Distance comparator for use in std::nth_element
+    struct DistanceComparator
+    {
+        const T& item;
+        DistanceComparator(const T& item) : item(item) {}
+        bool operator()(const T& a, const T& b) {
+            return distance(item, a) < distance(item, b);
+        }
+    };
+    
+    // Function that (recursively) fills the tree
+    Node* buildFromPoints( int lower, int upper )
+    {
+        if (upper == lower) {     // indicates that we're done here!
+            return NULL;
+        }
+        
+        // Lower index is center of current node
+        Node* node = new Node();
+        node->index = lower;
+        
+        if (upper - lower > 1) {      // if we did not arrive at leaf yet
+            
+            // Choose an arbitrary point and move it to the start
+            int i = (int) ((double)rand() / RAND_MAX * (upper - lower - 1)) + lower;
+            std::swap(_items[lower], _items[i]);
+            
+            // Partition around the median distance
+            int median = (upper + lower) / 2;
+            std::nth_element(_items.begin() + lower + 1,
+                             _items.begin() + median,
+                             _items.begin() + upper,
+                             DistanceComparator(_items[lower]));
+            
+            // Threshold of the new node will be the distance to the median
+            node->threshold = distance(_items[lower], _items[median]);
+            
+            // Recursively build tree
+            node->index = lower;
+            node->left = buildFromPoints(lower + 1, median);
+            node->right = buildFromPoints(median, upper);
+        }
+        
+        // Return result
+        return node;
+    }
+    
+    // Helper function that searches the tree    
+    void search(Node* node, const T& target, int k, std::priority_queue<HeapItem>& heap)
+    {
+        if(node == NULL) return;     // indicates that we're done here
+        
+        // Compute distance between target and current node
+        double dist = distance(_items[node->index], target);
+
+        // If current node within radius tau
+        if(dist < _tau) {
+            if(heap.size() == k) heap.pop();                 // remove furthest node from result list (if we already have k results)
+            heap.push(HeapItem(node->index, dist));           // add current node to result list
+            if(heap.size() == k) _tau = heap.top().dist;     // update value of tau (farthest point in result list)
+        }
+        
+        // Return if we arrived at a leaf
+        if(node->left == NULL && node->right == NULL) {
+            return;
+        }
+        
+        // If the target lies within the radius of ball
+        if(dist < node->threshold) {
+            if(dist - _tau <= node->threshold) {         // if there can still be neighbors inside the ball, recursively search left child first
+                search(node->left, target, k, heap);
+            }
+            
+            if(dist + _tau >= node->threshold) {         // if there can still be neighbors outside the ball, recursively search right child
+                search(node->right, target, k, heap);
+            }
+        
+        // If the target lies outsize the radius of the ball
+        } else {
+            if(dist + _tau >= node->threshold) {         // if there can still be neighbors outside the ball, recursively search right child first
+                search(node->right, target, k, heap);
+            }
+            
+            if (dist - _tau <= node->threshold) {         // if there can still be neighbors inside the ball, recursively search left child
+                search(node->left, target, k, heap);
+            }
+        }
+    }
+};
+            
+#endif